body{
    font-family: "Roboto", serif !important;
    background-color: #fff;
}
:root {
    --blue: #015692;
    --dark: #303030;
    --gray: #F0F0F0;
  }
a{
    text-decoration: none !important;
}
/* Animate Out: slideOutDown */
@keyframes slideOutDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.slideOutDown {
    animation-name: slideOutDown;
    animation-duration: 0.6s; /* Duration of animation */
    animation-fill-mode: both; /* Ensures the element remains in its end state */
}

/* Animate In: flipInX */
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}


.flipInX {
    animation-name: flipInX;
    animation-duration: 0.6s; /* Duration of animation */
    animation-fill-mode: both; /* Ensures the element remains in its end state */
}

.samll-header-bg{
    background-color: #fff;
}
header .home-header-mail{
    color: #797979;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
}
header .home-header-mail:hover{
    color: var(--dark);
    transition: 0.3s linear;
}
.home-logo{
    height: 56px;
}
.home-header-menu{
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.home-header-menu .header-logo{
    width: max-content;
    float: left;
    background-color: #fff;
    padding: 10px 0px;
}
.home-header-menu .header-logo a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.home-header-menu .home-menus{
    width: max-content;
    background-color: #fff;
    color: var(--dark);
    padding: 18px 0px;
    float: right;
}
.home-menus ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    gap: 18px;
    align-items: end;
}
.home-menus ul li a{
    color: var(--dark);
    font-size: clamp(1rem, -0.7726rem + 4.7762vw, 1rem) !important;
    font-weight: 300;
}
.home-menus .navbar {
    padding: 0 !important;
    background-color: #fff;
}
.home-menus .navbar .nav-item a{
    padding: 0;
    transition: 0.2s;
}
.home-menus .navbar .nav-item a:hover{
    color: var(--blue);
    transition: 0.2s;
    font-weight: 400;
}
.home-menus .navbar-toggler{
    border-color: #fff !important;
    padding: 1rem 0;
}
.home-menus .navbar-toggler-icon{
    background-image: url(../images/icon//menu-icon.png);
}
.home-menus .navbar .nav-item.dropdown ul.dropdown-menu{
    padding: 14px;
    border-radius: 16px;
    display: none;
    background-color: #fff;
    border-color: var(--gray);
}
.home-menus .navbar .nav-item.dropdown ul.dropdown-menu a{
    padding: 5px 0;
    background-color: transparent;
}
.home-menus .navbar .nav-item.dropdown ul.dropdown-menu a:focus{
    background-color: transparent;
}
.home-menus .navbar .nav-item.dropdown ul.dropdown-menu.show{
    display: block;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.header-call-us-now.respo-d-none{
    animation: fade-in 0.5s both;
}
@keyframes fade-in{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.cate-respo-head{
    display: none;
    font-size: 20px;
    color: #015692;
    font-weight: 500;
    margin-bottom: 0;
}
.home-header-menu .cart-sec a{
    color: #fff;
    font-size: 16px;
}
.home-banner{
    display: flex;
    margin-top: 60px;
    gap: 30px;
}
.home-banner .top-small-banner{
    margin: 0;
    padding-left: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 29%;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
}
.home-banner .top-small-banner .sma-banner-d{
    object-fit: cover;
    height: 100%;
    border-radius: 26px;
    transform: scale(1);
    transition: 0.3s;
}
.top-small-banner:hover .sma-banner-d{
    transform: scale(1.1);
    transition: 0.3s;
}
.home-banner .top-small-banner .sma-banner-d::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(1, 86, 146, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.home-banner .top-small-banner .cont-sam-banner{
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    z-index: 9;
}
.home-banner .top-small-banner .cont-sam-banner h3{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-right: 20px;
}
.banner-sq-img{
    filter: brightness(1.1);
    transition: 0.3s;
}
.banner-dd:hover .banner-sq-img{
    filter: brightness(1);
    transition: 0.3s;
}

/* .home-banner .top-small-banner li{
    background-color: #EEEEEE;
    padding: 15px 30px;
}
.home-banner .top-small-banner li a{
    font-size: 16px;
    font-weight: 400;
    color: #015692;
} */
.banner-dd{
    position: relative;
    width: 69%;
    overflow: hidden;
    border-radius: 26px;
}

.banner-dd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}
.banner-dd .banner-content{
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background-color: #fff;
    border-top-right-radius: 26px;
    padding: 50px 50px 0 0;
}
.banner-content .corner-radius{
    position: absolute;
    left: 0;
    top: -30px;
    border-radius: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.banner-content .corner-radius-right{
    position: absolute;
    left: auto;
    top: auto;
    right: -30px;
    bottom: 0px;
    border-radius: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.banner-dd .banner-content h2{
    font-size: 38px;
    font-weight: 300;
    color: var(--blue);
    margin-bottom: 12px;
}
.banner-dd .banner-content p{
    font-size: 18px;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 26px;
}
.a-btnf{
    display: block;
    padding: 8px 24px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 200;
    color: var(--blue);
    border: 0;
    border-radius: 50px;
    border: 1px solid var(--blue);
    transition: 0.2s linear;
}
.a-btn-a-tag{
    color: var(--blue);
    font-size: 16px;
    transition: 0.2s linear;
    font-weight: 400;
}
.a-btnf:hover{
    border: 1px solid var(--blue);
    color: #fff;
    background-color: var(--blue);
    transition: 0.2s linear;
}
.a-btnf:hover .a-btn-a-tag{
    color: #fff;
    transition: 0.2s linear;
}
.main-head{
    font-size: 36px;
    color: #015692;
    font-weight: 500;
    margin-bottom: 0;
}
.main-paragraph{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 0;
}
.product-list-card{
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 26px;
    display: block;
    position: relative;
    overflow: hidden;
}
.product-list-card:hover{
    filter: blur(0.6px);
}
.product-list-card .product-hover{
    display: none;
    transition: all linear 0.2s;
    opacity: 0;
    animation: zoom-in-d 0.2s linear forwards;
}
@keyframes zoom-in-d {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.product-list-card .product-hover{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.6)
    ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}
.product-small_banner{
    margin-top: 60px;
}
.product-list-card:hover .product-hover{
    display: flex;
    opacity: 1;
}
.product-list-card .product-hover .get-conttent{
    color: #fff;
    font-size: 22px;
}

.product-list-card .product-rate{
    font-size: 18px;
    color: var(--blue);
    font-weight: 400;
    margin: 0;
}
.product-list-card .product-pargph{
    font-size: 16px;
    color: var(--dark);
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
}
.card-product-image{
    width: 100%;
    height: 100%;
    aspect-ratio: 1.1;
    object-fit: contain;
    padding-left: 20px;
    padding-right: 20px;
    transform: scale(1);
    transition: 0.3s;
}
.product-list-card:hover .card-product-image{
    transform: scale(1.1);
    transition: 0.3s;

}
.Products-card{
    padding: 20px 20px;
    border-top: 1px solid #EEEEEE;
}
.product-select-btn{
    background-color: #015692;
    font-weight: 500;
    width: 100%;
    border: 2px solid #015692;
    transition: 0.2s linear;
}
.product-select-btn .product-select-atag{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.2s linear;
    display: block;
}
.product-select-btn:hover{
    transition: 0.2s linear;
    background-color: #fff;
}
.product-select-btn:hover .product-select-atag{
    transition: 0.2s linear;
    color: #015692;
}
.product-sbanner-ddff{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 26px;
    transition: 0.3s;
    position: relative;
}
.product-sbanner-ddff .con-sbanner{
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.product-sbanner-ddff .con-sbanner h3{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
}
.product-sbanner-ddff .con-sbanner p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-right: 30px;
}
.product-sbanner-ddff .sbanner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scalY(1);
    transition: 0.2s linear;
    /* cursor: pointer; */
    border-radius: 26px;
    filter: brightness(0.7);
    transition: 0.3s;

}
.product-sbanner-ddff:hover .sbanner-image{
    transform: scale(1.1);
    transition: 0.2s linear;
}
.product-sbanner-ddff .more-arrow-banner{
    background-color: rgba(48, 48, 48, 0.8);
    width: 50px;
    height: 50px;
    aspect-ratio: 1.1;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.product-sbanner-ddff .more-arrow-banner img{
    width: 25px;
    object-fit: contain;
}
.rowgap-1_5{
    row-gap: 1.5rem;
}
.product-full-space-banner{
    overflow: hidden;
    height: 400px;
    max-height: 400px;
    margin-top: 120px;
}
.sh-btn{
    background-color: #015692; 
    border: 0;
    padding: 12px 42px;
    border: 2px solid #015692;
    transition: 0.2s linear;
}
.sh-btn .sh-btn-atag{
    color: #ffff;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.sh-btn:hover{
    transition: 0.2s linear;
    background-color: #FFF; 
}
.sh-btn:hover .sh-btn-atag{
    color: #015692;

}
.fbanner-content{
    font-size: 42px;
    font-weight: 500;
    color: #015692;
    position: absolute;
    background-color: #fff;
    right: 40px;
    bottom: 0;
    padding: 30px;
    border-radius: 26px 26px 0 0;
}
.fbanner-content .corner-radius{
    position: absolute;
    left: -30px;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fbanner-content .corner-radius-right{
    position: absolute;
    right: -30px;
    bottom: 0;
}
.fbanner-content h3{
    font-size: 38px;
    color: var(--blue);
    font-weight: 300;
    margin: 0;
}
.fbanner-content h3 span{
    color: var(--dark);
}
.fbanner-content p{
    color: var(--dark);
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}
.product-full-space-banner .img-full-space{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1);
    transition: 0.2s linear;
}
.product-full-space-banner:hover .img-full-space{
    transform: scale(1.05);
    transition: 0.2s;
}
.certification-section{
    background-image: url(../images/comon_bg.png);
    background-position: center;
    background-size: cover;
}

.certification_slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 40px;
    padding-bottom: 3rem;
}
.certification_slider.owl-theme .owl-dots .owl-dot span{
    background: rgba(1, 86, 146, 0.3);
}
.certification_slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #015692;
}
.latest_card{
    overflow: hidden;
    position: relative;
}
.latst-image{
    height: 400px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.2s all linear;
    filter: brightness(0.7);
}
.latest_card:hover .latst-image{
    transform: scale(1.1);
    transition: 0.2s all linear;
    filter: brightness(0.9);
}

.latest-card-img{
    border-radius: 26px;
    overflow: hidden;
}
.latest_card .latest-card-content{
    background-color: rgba(250, 250, 250, 0.8);
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 15px;
    margin-top: 0;
    border-radius: 14px;
    padding: 24px;
    transition: 0.2s linear;
}
.latest_card:hover .latest-card-content{
    background-color: #fff;
    transition: 0.2s linear;
}
.latest-card-content .latest-date{
    font-size: 12px;
    color: var(--dark);
    font-weight: 400;
    margin-bottom: 5px;
    opacity: 0.5;
}
.latest-card-content .latest-card-head{
    margin: 0;
    font-size: 26px;
    color: var(--dark);
    font-weight: 500;
}
footer{
    background-color: #F0F0F0;
    color: var(--dark);
    padding: 30px 0;
}
footer .footer-logo{
    height: 65px;
    object-fit: contain;
}
footer .logo-detail{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--dark);
    font-weight: 400;
}
footer .footer-address{
    margin-top: 10px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 300;
}
footer .footer-address span{
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-company-tab p{
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
}
.footer-company-tab ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-company-tab ul li a{
    color: #707070;
    text-transform: capitalize;
    transition: 0.2s linear;
    font-weight: 300;
    transform: translateX(0px);
}
.footer-company-tab ul li a:hover{
    color: var(--blue);
    transform: translateX(10px) !important;
    transition: 0.2s linear;
}
.footer-social-icon p{
    font-size: 20px;
    color: var(--dark);
    font-weight: 600;
}
.footer-social-icon ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}
.footer-social-icon ul li a{
    width: 30px;
    height: 30px;
    display: block;
    transform: scale(1);
    transition: 0.2s;
}
.footer-social-icon ul li a:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.footer-social-icon ul li a img{
    object-fit: contain;
    width: 100%;
}
.footer-company-tab{
    width: max-content;
    margin-left: auto;
}
.footer-social-icon{
    width: max-content;
    margin-left: auto;
}
.sticky-header{
    position: sticky;
    left: 0;
    top: -1px;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}
.scrolled {
    background-color: #fff;
    transition: 0.2s all linear;
}
.scroller-logo{
    display: none;
    height: 68px;
}
.scroller-logo img{
    height: 100%;
}
.scroll-remove{
    display: block;
}
.sticky-header.scrolled .home-header-menu .scroll-remove{
    display: none;
}
.sticky-header.scrolled .home-header-menu .scroller-logo{
    display: block;
    transition: 0.3s linear;
}
.sticky-header.scrolled .home-header-menu .header-logo{
    padding: 0;
}
.home-header-menu .header-call-us-now{
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
}

.home-header-menu .header-call-us-now .call-header-d{
    margin: 0;
    display: flex;
    flex-direction: column;
    width: max-content;
}
.home-header-menu .header-call-us-now .call-header-d p:first-child{
    margin: 0;
    color: var(--dark);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: -5px;
}
.home-header-menu .header-call-us-now .call-header-d p:last-child{
    margin: 0;
    color: var(--blue);
    font-size: clamp(1rem, -0.7726rem + 4.7762vw, 1rem) !important;
    font-weight: 400;
}
.home-header-menu .header-call-us-now .call-icon-o{
    height: 36px;
    width: 36px;
    transform: rotate3d(1, 1, 1, 0deg);

    transition: 0.3s linear;
}
.header-call-us-now:hover .call-icon-o{
    transform: rotate3d(1, 1, 1, 359deg);
    transition: 0.3s linear;
}
.home-header-menu .header-call-us-now .call-header-d p:last-child:hover{
    color: var(--dark);
    transition: 0.3s all;
}
.nav-log{
    height: 50px;
    padding: 0;
}
.nav-log img{
    height: 100%;
}
.my-navbar-custom .nav-item .nav-link{
    color: #303030;
}
.my-navbar-custom .nav-item .nav-link:hover{
    color: #015692;
}
.com-header.scrolled .navbar{
    background-color: #015692 !important;
    transition: 0.3s;
}
.com-header.scrolled .navbar .my-navbar-custom .nav-item .nav-link{
    color: #fff;
}
.nav-log img:last-child{
    display: none;
}
.nav-log img:first-child{
    display: block;
}
.com-header.scrolled .nav-log img:last-child{
    display: block;
}
.com-header.scrolled .nav-log img:first-child{
    display: none;
}
.com-header.scrolled .navbar-toggler{
    border-color: #FFF;
}
.com-header.scrolled .navbar-toggler .navbar-toggler-icon{
    background-image: url(../images/icon/menu.png);;
}
.product-detail-container{
    max-width: 1050px;
    width: 1050px;
    margin: 0 auto;
    padding: 60px 0;
}

/* product details */

.product-imgs img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
  object-fit: contain;
  
}
.img-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img-item {
  margin: 7.5px;
  width: 76px;
  height: 76px;
  aspect-ratio: 1.1;
  object-fit: contain;
  display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 16px;
}
.img-item a{
    cursor: pointer;
}
.img-item{
    border: 1px solid #D0D0D0;
}

.img-item:hover {
  opacity: 0.8;
}


.product-detail-bg{
    background-image: url(../images/comon_bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.product-detail-card-right{
    background-color: #fff;
    padding: 36px;
    height: min-content;
    border-radius: 26px;

}
.product-detail-card-right .product-page-tabmenu{
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.product-detail-card-right .product-page-tabmenu span{
    cursor: pointer;
}
.product-enquiry-container .in_stock{
    color: #009705;
}
.product-enquiry-container .out_stock{
    color: #EE0F13;
}
.product-detail-card-right h6{
    color: #015692;
    font-size: 35px;
    font-weight: normal;
    padding: 20px 0;
    margin: 0;
}
.product-detail-card-right .price{
    color: #494949;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.product-detail-card-right .alert-price{
    color: #EE0F13;
    text-decoration: line-through;
    padding-right: 15px;
}
.product-enquery-container{
    margin-top: 36px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.product-enquery-container .out_stock{
    color: #EE0F13;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.product-enquery-container .in_stock{
    color: #009705;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.enquiry-btn{
    background-color: #015692;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    transition: 0.2s linear;
    border: none;
}
.enquiry-btn:hover{
    background-color: #D2AC67;
    transition: 0.2s linear;
}
.enquiry-btn a img{
    height: 19px;
    height: 19px;
    object-fit: contain;
    padding-right: 8px;
}
.enquiry-btn a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.explore-categories{
    margin-top: 60px;
    padding: 120px 0;
    background-color: #F0F0F0;
}
.explore-cate-row{
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.explore-cate-row .img-col-ex-ca{
    width: 50%;   
}
.explore-cate-row .img-col-ex-ca .sds-imag-sdxm{
    border-radius: 26px;
    filter: brightness(0.9);
    transition: 0.3s;
    width: 100%;
}
.explore-cate-row:hover .sds-imag-sdxm{
    filter: brightness(1);
    transition: 0.3s;
}
.explore-cate-row .explore-cate-head-slider-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.explore-cate-row .explore-cate-head-slider-col h3{
    margin: 0;
    font-size: 116px;
    font-weight: 700;
    -webkit-text-stroke: 1px var(--blue);
    text-stroke: 1px var(--blue);
    color: transparent;
    opacity: 0.4;
    padding-left: 20px;
}
.explore-cate-head-slider-col .corner-radius{
    position: absolute;
    left: -30px;
    top: -30px;
}
.explore-cate-head-slider-col .corner-radius-right{
    position: absolute;
    left: -224px;
    bottom: 0px;
}
.explore-categories-slider .owl-dots{
    display: none;
}
.explore-categories-slider{
    margin-left: -30%;
    background-color: var(--gray);
    width: 130%;
    padding: 28px;
    border-radius: 26px;
    border-bottom-left-radius: 0;
    overflow: hidden;
    margin-top: 0 !important;
    padding-bottom: 0;
}
.explore-categories-slider .owl-item:nth-child(odd) .item .categories-card{
    background-color: #DEF1FF;
}
.explore-categories-slider .owl-item:nth-child(even) .item .categories-card{
    background-color: #fff;
}
.categories-card{
    background-color: #fff;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    padding: 20px;
    justify-content: space-around;
    text-align: center;
    cursor: pointer;
}
.categories-card p{
    margin: 0;
    font-size: 16px;
    color: var(--dark);
    font-weight: 300;
}
.categories-card .expl-cate-image{
    height: 50px;
    object-fit: contain;
    transform: scale(1);
    transition: 0.3s;
}
.categories-card:hover .expl-cate-image{
    transform: scale(1.2);
    transition: 0.3s;
}
.big-head-p{
    padding: 120px 0;
    text-align: center;
}
.big-head-p .main-head{
    font-size: 64px;
    color: var(--blue);
    font-weight: 400;
}
.big-head-p .main-head span{
    color: var(--dark);
}
.m-b-res-120{
    margin-bottom: 120px;
}
.m-t-res-120{
    margin-top: 120px;
}
.home-header-menu .header-call-us-now.respo-d-none{
    display: none;
}
.page-banner{
    width: 100%;
    position: relative;
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed    ;
    background-image: url(../images/page-banner.jpg);
}
.page-banner .page-banner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.page-banner-content h2{
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 38px;
    font-weight: 400;
}
.about-content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.about-content h2{
    color: var(--dark);
    font-size: 48px;
    font-weight: 400;
    margin: 0;
}
.about-content h2 span{
    color: var(--blue);
}
.about-content p{
    line-height: 2;
    text-align: left;
}
.about-card-vd{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray);
    border-radius: 20px;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    background-color: #fff;
    transition: 0.3s;
}
.about-card-vd:hover{
    background-color: var(--blue);
    transition: 0.3s;
}
.about-card-vd:hover .dsd-head-about{
    color: #fff;
    transition: 0.3s;
}
.about-card-vd:hover .dsd-po-about{
    color: #fff;
    transition: 0.3s;
}
.about-card-vd:hover .about-card-vd-icon{
    filter: brightness(10);

}
.about-card-vd h6{
    font-size: 22px;
    font-weight: 400;
    color: var(--blue);
    margin: 0;
}
.about-card-vd p{
    font-size: 14px;
    color: #707070;
    font-weight: 300;
    text-align: center;
    margin-top: 8px;
    line-height: 1.8;
}
.about-card-vd img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 40px;
}
.testimonials-card{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
}
.testimonial-msg{
    border: 1px solid var(--gray);
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    text-align: justify;
    color: #707070;
}
.testimonials-card .testimonials-card-head{
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
}
.testimonials-card .testimonials-card-subhead{
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
}
.testimonials-card .testimonials-card-img{
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 26px;
    overflow: hidden;
}
.testimonials-card .testimonials-image{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.bg-testimonia{
    /* background-image: url(../images/bg-ease.png); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    margin: 120px 0;
    margin-bottom: 0;
}

.slide-top{
    animation: slide-top 0.5s;
    animation-timeline: view(0px);
}
@keyframes slide-top {
    from {transform: scale(0.8); }
    to {transform: scale(1);}
}
.dss-anim{
    animation: dss-anim 0.5s;
}
@keyframes dss-anim{
    from {background-color: red;}
  to {background-color: yellow;}
}
.product-details-p {
    display: flex;
    flex-direction: column;
    gap: 5px;

}
.product-details-p .details-dd-op{
    
}

.product-detal-head{
    font-size: 22px;
    font-weight: 500;
    color: #303030;
    margin: 0;
}
.detail-table{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.det-tab-list{
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
}
.det-tab-list p{
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.det-tab-list p:first-child{
    width: 40%;
    padding-right: 10px;
}
.det-tab-list p:last-child{
    width: 60%;
}
/* .det-tab-list p span{
    font-weight: 800;
} */

.product-des-e{
    padding-left: 15px;
    line-height: 2;
}
.product-des-e li{
    color: #797979;
    font-size: 16px;
    font-weight: 400; 
}
.line-gray{
    border-top:2px solid  #e4e4e4;
    margin-top: 36px;
    margin-bottom: 36px;
}
.masking-ease img{
   border-radius: 26px;
   width: 100%;
}
.contact-banner{
    width: 100%;
    padding: 36px 0;
    
    background-image: url(../images/page-banner.jpg);
    background-color: #015692;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.contact-mn-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.contact-banner .contact-mn-div p{
    margin: 0;
    font-size: 28px;
    color: #fff;
}
.contact-banner .contact-mn-div a{
    margin: 0;
    font-size: 28px;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    transform: translateY(0);
    transition: 0.3s;
}
.contact-banner .contact-mn-div a:hover{
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    transform: translateY(-5px);
    transition: 0.3s;
}
.ease-form{
    padding: 50px;
    border: 1px solid var(--gray);
    /* background-image: url(../images/bg-ease.png); */
    background-position: center;
    background-size: cover;
    border-radius: 26px;
    background-attachment: fixed;
    background-color: #fff;
    border-radius: 0 26px 26px 0;
}
.ease-form label{
    color: #303030;
    font-size: 16px;
    margin-bottom: 4px;
}
.ease-form label .small-text{
    font-size: 14px;
    font-weight: 400;
    color: var(--blue);
}
.ease-form input{
    width: 100%;
    border: 1px solid var(--gray);
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 15px;
    outline: none;
}
.ease-form input:focus-visible{
    border: 1px solid var(--blue);
}
.ease-form textarea{
    width: 100%;
    border: 1px solid var(--gray);
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 15px;
}
.ml-auto{
    margin-left: auto;
}
.blog-card {
    position: relative;
    height: 450px;
}
.blog-card .blog-card-content{
    position: absolute;
    bottom: 0;
    padding: 24px;
    
}
.blog-card .blog-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}  
.blog-card .blog-img-container{
    height: 100%;
}
.blog-card .blog-card-content p{
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.blog-card .blog-card-content h1{
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}
.blog-card .blog-card-content .card-pargraph{
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-img-container{
    overflow: hidden;
    border-radius: 26px;
}
.blog-img-container .blog-card-img{
    transform: scale(1);
    transition: 0.3s all linear;
}
.blog-img-container:hover .blog-card-img{
    transform: scale(1.1);
    transition: 0.3s all linear;
}

.ease-gallery.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
  }
  .gallery.ease-gallery a {
    width: calc(25% - 10px);
    overflow: hidden;
    border-radius: 26px;
  }
  .gallery.ease-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .gallery.ease-gallery a:hover img {
    transform: scale(1.1);
  }
  img.mfp-img{
    width: 80vh !important;
    object-fit: contain;
  }
  .about-card-vd.contact-cards i{
    font-size: 54px;
    color: var(--dark);
  }
  .contact-cards{
    gap: 15px;
    padding: 45px;
  }
  .contact-cards .contact-card-head{
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
  }
  .contact-cards:hover.contact-cards i{
    color: #fff;
    transition: 0.3s;
  }
  .contact-cards:hover.contact-cards .contact-card-head{
    color: #fff;
    transition: 0.3s;   
  }
  .from-frame-s{
    background-color: var(--gray);
    border-radius: 26px;
    overflow: hidden;
  }
  .form-bg-image{
    height:100%; 
    width: 100%;
    object-fit: cover;
  }
  .right-df-0{
    padding-right: 0;
  }
  .left-df-0{
    padding-left: 0;
  }
  .justify-content-center{
    justify-content: center;
  }
  .contact-form-head{
    font-size: 26px;
    color: var(--dark);
    font-weight: 600;
  }
  .m-t-res-60{
    margin-top: 60px;
  }
  .m-b-res-60{
    margin-bottom: 60px;
  }
  .blog-details-container img{
    width: 100%;
    border-radius: 26px;
  }
  .blog-details-container h1{
    color: var(--dark);
    font-size: 48px;
    font-weight: 400;
    margin: 18px 0;
    /* margin-top: 20px; */
  }
  .blog-details-container p{
    margin-top: 20px;
  }
  .blog-details-container .blog-deta-date{
    font-size: 14px;
    color: var(--blue);
    margin: 0;
    margin-top: 26px;
  }
  .recint-blog img.reci-blog-img{
    width: 100%;
    border-radius: 16px;
  }
  .recint-blog h1{
    font-size: 28px;
    color: var(--dark);
  }
  .recint-blog .blog-deta-date{
    color: var(--blue);
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .sub-blog-container{
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .recint-blog{
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 5px
  }
  .recint-blog .reci-blog-img{
    filter: saturate(1);
    transition: 0.3s all linear;
  }
  .recint-blog:hover.recint-blog .reci-blog-img{
    transition: 0.3s all linear;
    filter: saturate(0.5);
  }
  .recint-blog:hover.recint-blog h1{
    color: #7c7c7c;
    transition: all 0.3s linear;
  }
  .recint-blog:hover.recint-blog .blog-deta-date{
    color: #707070;
  }
  .collection-banner{
    height: 450px;
    overflow: hidden;
  }
  .collection-banner .collec-banner-image{
    width: 100%;
  }
  .whatsapp-enquiry .enquiry-bnt-whp{
    display: block;
    padding: 8px 24px;
    background-color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 0;
    border-radius: 50px;
    border: 1px solid #fff;
    width: max-content;
    margin-left: auto;
    margin-top: 15px;
    transition: 0.2s all linear;
  }
  .whatsapp-enquiry .enquiry-bnt-whp:hover{
    background-color: #25d366;
    transition: 0.2s all linear;
  }
  .whatsapp-enquiry .enquiry-bnt-whp i{
    padding-right: 5px;
    font-size: 18px;
  }
  .ceo-message h3{
    color: var(--dark);
    font-size: 28px;
    margin-bottom: 0;
  }
  .bg-ceo-message{
    background-image: url(../images/bg-ease.png);
    padding: 12px 0;
  }
  .ceo-message{
    display: flex;
    flex-direction: column;
  }
  .ceo-m-image{
    width: 100%;
    border-radius: 26px;
  }
  .ease-form .custom-file-upload {
    display: inline-block;
    padding: 8px 24px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 200;
    color: #757575;
    font-size: 14px;
    transition: 0.2s linear;
    font-weight: 400;
    border: 0;
    border-radius: 50px;
    border: 1px solid var(--gray);
    transition: 0.2s linear;
    cursor: pointer;
  }

  .ease-form .custom-file-upload:hover {
    color: #979797;
    transition: 0.2s linear ;
  }

  .ease-form #file-upload {
    display: none; /* Hide the default file input */
  }

  .ease-form .file-name {
    margin-top: 0px;
    font-size: 12px;
    color: var(--dark);
  }
  .ease-form .file-name.has-file{
    color: #16c357;
    font-weight: 400;    
}