@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
}
.f-light{
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.f-regular{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

   font-weight:400;
}
.f-medium{

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

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 4.6vw;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 400;
    margin: 0px 0.5vw;
    margin-top: 31px;
    position: relative;
    padding: 0px 3px 47px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #004C93;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: 1.2vw;
    /* left: 6px; */
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 1.6vw;
    left: 0;
    padding: 0;
    width: 19%;
}
.navbar-brand img {
    width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
    background: #004C93;
}
.main-footer {

    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.btm-strip {
    background: #004c93;
    border-top: 1px solid #ffffff78;
    font-family: "Roboto", sans-serif;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 33%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
 background: #fff;
 padding: 10px 20px;
 box-shadow: 0px 0px 93px #00000029;
 border-radius: 6px;
 margin-top: -26%;
}
.column:nth-child(2) {
    width: 19%;
    position: relative;
    padding-left: 2vw;
}
.column h4 {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 600;
    margin-bottom: 13px;
    position: relative;
}
/*.column h4::before{
    position: absolute;
    content: "";
    background: #008D45;
    width: 2.19vw;
    height: 0.16vw;
}*/
.column h4::after {
    position: absolute;
    content: "";
    background: #008D45;
    width: 2.19vw;
    height: 0.16vw;
    border: 29px;
    top: 0.7vw;
    /* right: 10px; */
    margin-left: 10px;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 23%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
  font-family: "Roboto", sans-serif;
}
.footer-contact .icon-box {
    margin-right: 0.8vw;
}
.footer-contact p{
    margin-bottom: 0;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #FFFFFF;
    font-size:15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.column:nth-child(1) img {
    width: 58%;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: 7.5vw;
    height: 2.6vw;
    background: #008D45;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0.26vw;
    cursor: pointer;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;




}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 0.6vw;
    position: relative;
    top: 0.14vw;
    left: 0.3vw;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #ccc;
    border-radius: 0.26vw;
    color: #fff;
    font-size: 15px;
    margin-top: -14px;
    background: #008D45;
    width: 7.5vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link .btn-bg{
    position: absolute;
    content: "";
  background: #313D46;
    height: 100%;
    width: 0;
    top:0;
    left: 0;
    transition: all 0.4s;
    border-radius: 0.26vw;
}
.navbar-expand-md .navbar-nav .nav-item:last-child:hover .nav-link .btn-bg{
    width: 100%;
    z-index: -1;
}
/* .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:hover{
    background: #313D46;
} */
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link span {
    font-size: 0.6vw;
    position: relative;
    top: 0.14vw;
    left: 0.3vw;
}
.home-slider h2 {
    font-size: 3.13vw;
    line-height: 3.39vw;
    color: #0f0000 !important;
}
.home-slider h6 {
    font-size: 1.04vw;
    line-height: 25px;
     color: #0f0000 !important;
}
.home-slider p {
   /* font-size: 0.89vw;
    line-height: 1.3vw;*/
    font-size:17px;
     color: #0f0000 !important;
}
.caption-left {
    position: absolute;
    top: 29%;
    width: 35%;
    background: #ffffffa6;
    padding: 1vw;
    border-radius: 10px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85.8vw;
}
section.slider-section {
    margin-top: 4.6vw;
}
.subheading {
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 1.09vw;
    color: #008D45;
    position: relative;
    z-index: 1;
}
.heading{
    font-size: 2.08vw;
    line-height: 2.6vw;
    color: #004C93;
    font-weight: 600;
    position: relative;
}
.core-product .textp{position: relative;}
.textp{
    color: #515151;
    /*font-size: 0.89vw;
    line-height: 1.3vw;*/
    font-size:17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.f-roboto{
 font-family: "Roboto", sans-serif;
}
.home-about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-about-wrapper .img1 {
    width: 67%;
    margin: 0 auto;
    /* display: block; */
    padding-left: 2vw;
}
.home-about-wrapper .img3 {
    position: absolute;
    top: 7vw;
    width: 48%;
    border: 4px solid #fff;
    border-radius: 0.52vw;
    right: 3vw;
}
.home-about-wrapper .img-box{
    position: relative;
}
.home-about-wrapper .img-box::before {
    position: absolute;
    content: "";
    border: 0.42vw solid #008D45;
    border-radius: 0.52vw;
    background: #fff;
    height: 86%;
    width: 72%;
    z-index: -1;
    left: 36%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.line-text {
    color: #008d45;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b0b6b359;
    font-size: 2.08vw;
    line-height: 2.03vw;
    backdrop-filter: blur(0.8999999761581421px);
    margin-top: -2.2vw;
    display: none;
}
.home-about-wrapper .left-box{
    width: 50%;
}
.home-about-wrapper .text-box{
    width: 50%;
}
header.animated.shrink{
    box-shadow: 0px 0px 10px #ccc;
}
.footer-contact{
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}
.column:nth-child(4) p{
    margin-bottom: 0;
}
.green{
    color: #008D45;
}
.small-wrapper {
    display: flex;
    align-items: center;
    margin-right: 1.5vw;
    margin-bottom: 0.6vw;
}
.small-wrapper span {
    font-size: 14px;
}
.blue{
    color: #004C93;
}
.news-slider {
    width: 88% !important;
    margin: 0 auto;
}
.home-news {
    background: #EFEFEFD6;
    padding: 4vw 0;
}
.home-news .item {
    box-shadow: 0px 4px 20.4px 0px #0000001A;
    border-radius: 0.05vw;
}
.small-wrapper img {
    width: auto !important;
    margin-right: 0.4vw;
}
.home-news .text-box {
    background: #fff;
    padding: 1vw;
    border-radius: 0 0 0.52vw 0.52vw ;
}
.home-news .item {
    box-shadow: 0px 4px 20.4px 0px #0000001A;
    border-radius: 0.05vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.home-news .item .img-box,
.home-news .item .img-box img {
    border-radius: 0.52vw 0.52vw 0 0;
    transition: all 0.4s;
    overflow: hidden;
}
.home-news .item:hover img{
    transform: scale(1.2);
}
.news-slider .common-btn{
    background: #EDEDED;
    color: #008D45;
    border: 1px solid #51515133
}
.news-slider.owl-theme .owl-nav [class*=owl-],
.news-slider.owl-theme .owl-nav [class*=owl-]:hover,
.product-slider.owl-theme .owl-nav [class*=owl-]{
    height: 2.34vw;
    width: 2.34vw;
    border-radius: 0.26vw;
    box-shadow: 0px 0px 4px 0px #00000040;
    color: #008D45;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BFE2D070;

}
.product-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: #008D45;
    color: #fff;
}
.news-slider .owl-prev,
.product-slider .owl-prev {
    position: absolute;
    top: 43%;
    left: -5vw;
}
.product-slider .owl-prev{
    top: 47%;
}
.news-slider .owl-next,
.product-slider .owl-next {
    position: absolute;
    top: 43%;
    right: -5vw;
}
.product-slider .owl-next {
    top:47%;
}
.product-inner .product-slider .owl-prev {left: 0vw;}
.product-inner .product-slider .owl-next {right: 0vw;}
.home-industry .text-box {
    display: flex;
    align-items: center;
    height: 4vw;
    justify-content: space-between;
    padding: 0px 1vw;
    background: #fff;
    transition: all 0.4s;
}
.home-industry .item{
    border-right: 1px solid #5151514D;
    border-top: 1px solid #5151514D;
}
.home-industry .item:hover .text-box{
    background: #008D45;
}
.home-industry .item:hover h6{
    color: #fff !important;
}
.home-industry .item:hover .text-box span{
    color: #fff !important;
}
.home-industry .item:hover .img-box img{
    transform: scale(1.2);
}
.home-industry .img-box img{
    transition: all 0.4s;
    height: 400px;
}
.o-hidden{
    overflow: hidden;
}
.core-product .main-img {
    width: 100%;
    height: 24vw;
}
.core-product .text-box {
    background: #f0eded;
    padding: 1vw 1vw 1vw 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.core-product .container {
    margin-top: -20vw;
}
.core-product .line-text,
.global-presence .line-text,
.why-process .line-text,
.certification .line-text  {
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b0b6b354;
}
.product-slider {
    width: 70% !important;
    margin: 0 auto;
    margin-top: 5vw;
}
.product-inner .product-slider {
    width:100% !important;
}
.core-product .item .img-box,
.core-product .item .img-box img {
    border-radius: 0.69vw 0.69vw 0 0;
    overflow: hidden;
    transition: all 0.4s;
}
.core-product .item .img-box{
    background: #fff;
}
.core-product .item:hover .icon-box img{
    transform: unset;
}
.core-product .item .text-box{
    border-radius: 0px 0px 0.69vw 0.69vw;
}
.core-product .item {
    box-shadow: 0px 0px 2px 0px #00000040;
    position: relative;
    margin-bottom: 31px;
    border-radius: 10px;
}
.core-product .common-btn {
    color: #515151;
    background: #FFFFFF;
    border: 1px solid #51515133;
    /* display: none; */
    margin-top: 11px;
}
.core-product .icon-box{
    width: 3.51vw;
    height: 3.51vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #00000040;
    background: #fff;
    top: 9vw;
    left: 1.2vw;
    position: absolute;
    display:none;
}
.core-product .icon-box::before {
    position: absolute;
    content: "";
    background: #008D45;
    border-radius: 0px 0px 5px 5px;
    height: 3px;
    width: 38px;
    top: 0px;
}
.core-product .icon-box img{
    width: 75% !important;
}
.home-about {
    padding: 5vw 0;
}
.font-20 {
    font-size: 1.2vw;
}
.why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vw;
}
.why-choose-single {
    width: 48%;
    /* margin-right: 4vw; */
    margin-bottom: 2vw;
    margin-right: 10px;
}
.why-choose-wrapper .text-box {
    width: 50%;
    padding-left: 3vw;
    padding-top: 4vw;
}
.why-choose-wrapper .img-box {
    width: 50%;
    overflow: hidden;
}
.why-choose-wrapper .img-box img{
    transition: all 0.4s;
}
/*.why-choose-wrapper .img-box:hover img{
    transform: scale(1.2);
}*/
.why-choose-single img {
    margin: 0 auto 0.4vw;
    display: block;
}
.counter-single h4 {
    font-size: 2.78vw;
    margin-bottom: 0;
}
.counter-single {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #fff;
    border-radius: 0.69vw;
    display: flex;
    align-items: center;
    width: 23.5%;
    padding: 1vw 1vw;
}
.counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter-single .text-box {
    padding-left: 0.8vw;
}
.counter-single .icon-box {
    background: #BFE2D080;
    width: 4vw;
    height: 4vw;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-single .icon-box img {
    width: 72%;
}
.home-counter.counter {
    background: #F8F8F8;
    padding: 6vw 0 5vw;
}
.global-presence {
    background: #014C93;
    padding: 5vw 0;
}
.global-presence .map-box img.main-img {
    margin: 0 auto;
    display: block;
    width: 64%;
}
.global-presence .map-box {
    margin-top: 3vw;
    position: relative;
}
div#location1 {
    position: absolute;
    top: 9vw;
    right: 28vw;
}
.global-presence .locations img {
    width: 84%;
}
/*.global-presence .locations:hover {
    filter: invert(34%) sepia(30%) saturate(6294%) hue-rotate(137deg) brightness(87%) contrast(101%);
}*/
/* Change tooltip background color */
.tooltip-inner {
  background-color: #fff !important; /* Use your desired color */
  color: #008D45; /* Optional: text color */
  font-weight: 700;
}

/* Optional: arrow color */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
  display: none !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff !important;
  display: none !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #fff !important;
  display: none !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #fff !important;
  display: none !important;
}
.home-industry {
    padding: 4vw 0 0;
}
.industry-slider {
    margin-top: 3vw;
}
.industry-slider .owl-nav {
    position: absolute;
    top: -8vw;
    right: 8vw;
}
.industry-slider.owl-theme .owl-nav [class*=owl-] {
    height: 2.34vw;
    width: 3.34vw;
    border-radius: 0.26vw;
    box-shadow: 0px 0px 4px 0px #00000040;
    color: #008D45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #BFE2D070;
}

.breadcum {
    position: relative;
    margin-top: 71px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.6);
}
.caption-heading {
    position: absolute;
    top: 42%;
  
}
.breadcum h1 {
    font-size:3.13vw;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.about-inner-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.about-inner-single {
    width: 47%;
    display: flex;
    align-items: flex-start;
    margin-right: 1vw;
    margin-bottom: 1vw;
}
.vision-single p {
    width: 81%;
    margin: 0 auto;
}
.about-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
}
.about-inner .container {
    display: flex;
/*    align-items: center;*/
}
.about-inner .img-box {
    width: 40.5%;
    overflow: hidden;
    border-radius: 20px;
}
/*.about-inner .img-box:hover img{
    transform: scale(1.2);
}*/
.about-inner .img-box img {
    transition: all 0.4s;
    width: 100%;
}
.about-inner .text-box {
    width: 51%;
    padding-left: 1.5vw;
}
.about-inner-single img {
    width: 14%;
}
.about-inner-single .text{
    padding-left: 1vw;
}
.about-inner {
    padding: 4vw 0;
    background:url(../images/about-bg1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.why-choose{
    background:url(../images/why-choose-bg1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.engineerng {
    background:url(../images/about-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5vw 0;
    height: 19.78vw;
}
.engineerng h2{
    line-height: 2.67vw;
}
.engineerng .common-btn{
    margin: 1vw auto 0;
}
.vision-mission-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4vw;
}
.vision-single h5 {
    font-size: 1.7vw;
    line-height: 2.78vw;
}
.vision-single .icon-box {
    width: 5.36vw;
    height: 5.36vw;
    border-radius: 10px;
    background: #BFE2D073;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1vw;
    position: relative;
}
.vision-single .icon-box::before {
    position: absolute;
    content: "";
    background: #008D45;
    border-radius: 0px 0px 5px 5px;
    height: 3px;
    width: 38px;
    top: 0px;
}
.vision-single {
    background: #FFFFFF;
    border-radius: 0.69vw;
    box-shadow: 0px 0px 10px 0px #00000026;
    padding: 2.2vw 1vw;
    width: 30.5%;
    height: -webkit-fill-available;
    height:20.47vw;
}
.vision-single:hover .icon-box img{
    transform: scale(1.04);
}
.vision-single .icon-box img{
    transition: all 0.4s;
}
.br-10{
    border-radius: 10px;
}
.vision-mission {
    padding: 5vw 0;
    background: #F8F8F8;
}


..faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%231238A3' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5' stroke='%231238A3' stroke-width='2' fill='none'/%3E%3C/svg%3E"); /* Down arrow */
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 10.5l6.5-6.5 6.5 6.5' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}


.faq .accordion-button::after {
  transition: all 0.5s;
}
.accordion-item {
    margin-bottom: 1vw;
    box-shadow: 0px 0px 7px 0px #00000040;
    border-radius: 5px;
}
button.accordion-button {
    font-size: 1.04vw;
    color: #004C93;
    font-weight: 500;
    border-radius: 3px;
    padding: 0.9vw 1vw;
}
.accordion-button:not(.collapsed){
    background-color:#008D45;
    color: #fff;
}
.accordion-button:focus{box-shadow: unset;}
.accordion-item p{
    margin-bottom: 0;
}
.faq {
    margin-top: 1.5vw;
}
.certificate-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3vw;
    display: none;
}
.certificate-single {
    width: 14.2%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
}
.certificate-single img {
    width: 100px;
    height: 73px;
}
.vision-single .icon-box img {
    width: 61%;
}
.industry-single p {
    background: #004C93;
    font-size: 1.1vw;
    padding: 0.5vw 0;
    border-radius: 0px 0px 10px 10px;
}
.industry-single {
    width: 23.5%;
    margin-bottom: 1vw;
    display: block;
}
.industry-single img{
    border-radius: 10px 10px 0px 0px;
}
.industry-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4vw;
}
.indutry-main {
    padding: 5vw 0 3vw;
}
/*.industry-single:hover img{
    transform: scale(1.2);
}*/
.industry-single .img-box{
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.industry-single img {
    transition: all 0.4s;
    width: 100%;
}
.feature-wrapper {
    display: flex;
    align-items: flex-start;
}
.product-inner-wrapper .text-box h5{
    color: #515151;
    font-size: 1.67vw;
    line-height: 3.47vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
}
.product-inner-wrapper {
    display: flex;
    align-items: flex-start;
    /*margin-top: 4vw;*/
}
.product-inner-wrapper .img-box {
    width: 50%;
    /* box-shadow: 0px 4px 41.9px 0px #00000040; */
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0.3vw 0 2vw;
}
.product-inner-wrapper .img-box:hover img {
    transform: scale(1.09);
}

.product-inner-wrapper .text-box {
    width: 55%;
    /* padding-left: 2.4vw; */
}
.product-inner-wrapper .text-box h4{
    font-size: 1.7vw;
    line-height: 3.47vw;
}
.feature-single img {
    display: block;
    margin: 0 auto 7px;
    width: 55px;
    height: 45px;
}
.feature-single {
    /* width: 18%; */
    margin-right: 3vw;
}
.product-inner-wrapper .img-box img {
    border-radius: 25px;
    transition: all 0.4s;
}
.product-inner {
    padding: 6vw 0 0vw;
}
.font-30{
    font-size: 1.7vw;
}
.type-wrapper {
    display: flex;
    align-items: center;
    background: #EDEDED;
    border-radius: 10px;
    justify-content: space-between;
    padding: 0.6vw 1.2vw;
    width: 88%;
    margin: 0 auto 1vw;
}
.type-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
}
.type-wrapper .btn-wrapper .common-btn {
    margin-left: 1vw;
    height: 1.8vw;
    width: 6vw;
}
.type-wrapper p{
    font-weight: 600;
}
.type-of-metal h2{
    margin-bottom: 2vw;
}
.application {
    background: #008D45;
    padding: 4vw 0 3vw;
}
.application-single {
    background: #d9d9d975;
    border-radius: 30px;
    padding: 2vw 0;
    width: 100%;
    padding: 3vw 0;
    margin-bottom: 0.2vw;
    border: 1px solid transparent;
}
.application-single:hover{
    border: 1px solid #fff;
}
.application-single h4 {
    font-size: 1.3vw;
    margin-bottom: 0;
}
.application-wrapper {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4vw;
    grid-template-columns: repeat(5, 1fr);
    gap: 1vw;
}
.application-single img {
    display: block;
    margin: 0 auto 0.8vw;
    width: 77px;
    height: 77px;
}
.application .line-text{
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b0b6b354;
}
.type-of-metal {
    margin-bottom: 8vw;

}
.application-single:hover img{
    transform: scale(1.07);
}
.application-single img{
    transition: all 0.4s;
}
.samper-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1.4vw;
}
.samper-wrapper .icon-box {
     background: #BFE2D070;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.2vw;
    height: 4.2vw;
    position: relative;
}
.core-product .item .text-box h5 {
    font-size: 1.1vw;
    margin-bottom: 0;
}
.samper-wrapper .icon-box::before {
    position: absolute;
    content: "";
    background: #008D45;
    border-radius: 0px 0px 5px 5px;
    height: 3px;
    width: 38px;
    top: 1px;
}
.samper-wrapper .text-box{
    padding-left: 1vw;
}
.samper-wrapper .text-box h6 {
    margin-bottom: 0.3vw;
}
.samper-wrapper .icon-box img{
    width: 64%;
}
.contact {
    background: linear-gradient(to left, #EDEDED 50%, #004C93 50%);
    padding: 5vw 0;
}
.contact-heading {
    padding: 3vw 0;
}
.contact-wrapper {
    display: flex;
    align-items: center;
    margin-top: 1vw;
}
.contact-wrapper img {
    width: 4%;
}
.contact-wrapper .text {
    padding-left: 0.5vw;
}
.contact .main-p {
    margin-bottom: 2vw;
    padding-right: 22px;
    line-height: 21px;
}
.contact .container {
    display: flex;
    align-items: flex-start;
}
.contact-info{
    width: 50%;
}
.form-box{
    width: 50%;
    padding-left: 4vw;
}
.form-control {
   padding: 0.8vw 1vw;
   border-radius: 9px;
   border: 0;
   font-size: 16px;
}
.form-div {
    margin-top: 1.5vw;
}
.form-group {
    margin-bottom: 1vw;
}
.contact button{
    border: 0;
    outline: 0;
}
.form-control:focus{
    box-shadow: unset;
}
.how-it-work {
    padding: 4vw 0;
}
.how-it-work {
    padding: 4vw 0;
}
.how-it-work .img-box{
    border-radius: 20px;
}
.how-it-work .img-box img {
    border-radius: 20px;
    width: 100%;
}
.how-it-work .img-box {
    overflow: hidden;
    width: 95%;
}
.how-it-work .img-box:hover img{
    transform: scale(1.2);
}
.how-it-work img{
    transition: all 0.4s;
}
.how-it-work .row{
    align-items: flex-start;
}
.how-it-work .text-box {
    padding-right: 2vw;
}
.process-single img {
    width: 29%;
    display: block;
    margin: 0 auto 1vw;
    height: 118px;
}
.process-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1.5vw;
    flex-wrap: wrap;
}
.process-single p {
    padding: 0px 2vw;
}
.process-single {
    position: relative;
    width: 31%;
    margin-bottom: 20px;
}
.process-single::before {
    position: absolute;
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    width: 100%;
    height: 27%;
    right: -19vw;
    background-size: 61% 34%;
    top: 2.3vw;
}
.process-single:last-child:before{
    display: none;
}
.our-process {
    padding: 3vw 0 4vw;
}
.why-process {
    background: url(../images/why-choose-bg.webp);
    background-position: center;
    background-size: cover;
    padding: 3vw 0 3vw;
}
.why-process .process-single img {
    width: 20%;
}
.why-process .process-single::before{
    display: none;
}
.certification-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
    flex-wrap: wrap;
    row-gap: 2rem;
}
.certification {
    background: #F2F2F2;
    padding: 4vw 0;
}
.certification-single {
    background: #fff;
    border-radius: 20px;
    width: 18%;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5151514D;
    transition: all 0.4s;
}
.certification-single img {
    width: 41%;
}
.certification-single:hover{
    box-shadow: 0px 4px 41.8px 0px #00000040;
}
.process-single:hover img{
    transform: scale(1.04);
}
.breadcum-list {
    display: flex;
    align-items: center;
    background: #FFFFFF3D;
    padding: 0.5vw 1.5vw;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 11vw;
}
.breadcum-list a{
    color: #fff;
}
.breadcum-list span{
    color: #fff;
}
.job-single .job-title {
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 11px;
    padding: 1vw;
    margin-bottom: 0vw;
    width: 100%;
    transition: all 0.4s;
}
.job-single {
    margin-bottom: 1.5vw;
    box-shadow: 0px 0px 10px #ccc;
    width: 95%;
    border-radius:20px;
    overflow: hidden;
}
.job-description {
    background: #fff;
    /*box-shadow: 0px 0px 10px #ccc;
    padding: 5px 10px;*/
    width: 100%;
    margin-top: 0.2vw;
    border-radius: 11px;
}
.job-single:hover .job-title  {
    background: #008D45;
}
.job-single .job-text {
    display: flex;
    align-items: center;
}
.job-single .job-text h5 {
    position: relative;
    padding-right: 1vw;
}
.job-single:hover h5,
.job-single:hover p{
    color: #fff !important;
}
.job-single:hover .job-description p{
    color: #000 !important;
}
.job-single .job-text h5::before {
    position: absolute;
    content: "";
    background: #008D45;
    height: 28px;
    width: 0.04vw;
    right: 8px;
    top: -1px;
}
section.career {
    padding: 5vw 0;
}
.career .row{
    margin-top: 3vw;
}
.career-form h5 {
    font-size: 24px;
    padding-left: 1.8vw;
    padding-top: 1.5vw;
    padding-bottom: 0.6vw;
}
.career-form {
    background: #EDEDED;
    border-radius: 20px;
    margin-left: 2vw;
}
.career-form .img-box,
.career-form .img-box img{
    border-radius: 20px 20px 0px 0px;
}
.career-form form {
    padding: 0px 1.8vw 1.5vw;
}
.job-single:hover img {
    filter: invert(95%) sepia(5%) saturate(0%) hue-rotate(288deg) brightness(171%) contrast(100%);
}
.benefits {
    background: #EDEDED;
    padding: 5vw 0;
}
.benefits-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4vw;
}
.benefits-single img {
    width: 59px;
    height: 59px;
    margin: 0 auto 0.6vw;
}
.benefits-single {
    width: 22%;
}
#uploadDiv {
    width: 100%;
    height: auto;
    border: 1px dashed #008D45;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #515151;
    font-family: sans-serif;
    font-size: 0.89vw;
    padding: 0.5vw 1vw;
    background: #F8FFFB;
    height: 2.7vw;
}
#uploadDiv img {
    width: 7%;
}
#uploadDiv:hover {
    background-color: #f0f8ff;
}
.home-insights.news {
    padding: 4vw 0 1vw;
}
.news .news-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 20px; /* spacing between columns */
}
.news .news-slider .item {
    margin: unset !important;
    display: block;
}
.news .news-slider .text-box {
    position: relative;
}
.news .news-slider{
    width: 100% !important;
}
.news-slider .item:hover .small-wrapper img{
    transform: unset;
}
.news-details {
    padding: 50px 0px;
}
.news-details p {
    margin-bottom: 0;
}
.news-details .social-box {
    margin-top: 14px;
}
.news-details p {
    margin-bottom: 0;
}
.news-details .social-box a {
    color: #002b9b;
    font-size: 24px;
    margin: 0px 9px;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
    width: fit-content;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 12%;
    margin-bottom: 1vw;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 7vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
.core-product .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.core-product .item {
    box-shadow: 0px 0px 2px 0px #00000040;
    position: relative;
    margin-bottom: 31px;
    display: block;
}


.services{
    padding: 5vw 0;
}
.services .nav-link {
    display: flex;
    background: #F3F3F3;
    border-radius: 0px;
/*    margin-bottom: 1.5vw;*/
color: #252525;
padding: 0.4vw 1vw;
align-items: center;
justify-content: space-between;
font-size: 0.89vw;
border: 0px;
}
.services .nav-link .panel h4{
    background: #004c93;
    color: #fff;
    padding: 12px 15px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.services .nav-link:hover{
    border:0px;
}
.services .nav-link.active {
    background-color: #f3f3f3;
    color: #004c93;
    border: 0px;
}
.services .nav-tabs{
    border: 0;
    display: block !important;
}
.services .nav-link .gold {
    height: 1.34vw;
    width: 1.34vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 8px;
    font-weight:600;
    margin-left: 10px;
}
.services .nav-link.active .gold{
    color: #004c93;
}
.img-text img {
    border-radius: 1.04vw;
}
.img-text{
    background: #000;
    border-radius: 1.04vw;
    position: relative;
}
.img-text .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img-text .text a {
    margin: 0 auto;
}
.img-text .text p{
    margin: 1vw 0;
}
.services .accordion-body {
    padding: 0;
    padding-left: 1vw;
}
.accordion-item{
    border: 0;
}
.services .img-box,
.services .img-box img{
    border-radius: 1.04vw;
}
.services .img-box{
    margin-bottom: 1.5vw;
}
.services .left-box {
    box-shadow: 0px 0px 18.1px 0px #00000026;
    border: 1px solid #5151514D;
    border-radius: 0.63vw;
    padding: 1.3vw 0.9vw;
}
.services .accordion-item {
    box-shadow: none;
}
.contact-wrapper .text p {
    width: 75%;
}
div#location2 {
    position: absolute;
    top: 3vw;
    right: 40vw;
}
div#location3 {
    position: absolute;
    top: 5vw;
    right: 42vw;
}
div#location4 {
    position: absolute;
    top: 4vw;
    right: 39vw;
}
div#location5 {
    position: absolute;
    top: 5vw;
    right: 37vw;
}
div#location7 {
    position: absolute;
    top: 8vw;
    right: 33vw;
}
div#location9 {
    position: absolute;
    top: 13vw;
    right: 23vw;
}
div#location10 {
    position: absolute;
    top: 17vw;
    right: 18vw;
}
div#location11 {
    position: absolute;
    top: 18vw;
    left: 40vw;
}
div#location12 {
    position: absolute;
    top: 7vw;
    left: 19vw;
}
div#location13 {
    position: absolute;
    bottom: 10vw;
    left: 23vw;
}
.rubber-wrap {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.ruberr-single {
    width: 24%;
    border: 1px solid #ededed;
    padding: 15px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 340px;
    position: relative;
}
.ruberr-single img{
    aspect-ratio: 322 / 213;
    object-fit: cover;  
}
.fittings-single img{
    aspect-ratio: 322 / 213;
    object-fit: cover;
}
.ruberr-single p {
    margin-top: 10px;
    font-size: 14px;
    color: #878686;
} 
.ruberr-single h5 {
    margin-top: 10px;
    font-size: 18px;
}
.fittings-single {
    width: 23.5%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ededed;
} 
.fittings-wrapp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.fittings-single h4 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top:5px;
    margin-bottom:10px;
} 
.fittings {
    padding:60px 0px;
}
/*.product-inner-wrapper .owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
}*/
.product-inner-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
}
.product-inner-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    top: 42%;
}
.product-inner-wrapper .products-slider .owl-prev {
    position: absolute;
    left: 0pc;
}
.product-inner-wrapper .products-slider .owl-next {
    position: absolute;
    right: 0px;
}
.navbar-brand {
    z-index: 99 !important;
}
.job-description .accordion-item {
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0px !important;
}

.job-description .accordion-button:not(.collapsed) {
 background-color:transparent !important; 
 color: #004c93 !important;
}
.job-description .accordion-body {
    padding: 0px 20px 17px !important;
}
.job-description .accordion-body li {
    list-style-type: disc;
    /* padding-left: 20px; */
}
.process-single:nth-child(3)::before{
    display:none;
}

.services .nav-link:nth-child(1) {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.panel-item {
    display: none;
}
.panel h4 {
    background: #004c93;
    color: #fff;
    padding: 7px 14px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.2vw;
}
.services .ruberr-single h5 {
    font-size: 1.09vw;
    text-transform: uppercase;
}
.panel {
    margin-bottom: 20px;
}
.panel:first-of-type .panel-item {
    display: block;   /* show first panel */
}
.header-scrolled .navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link {
    color: #fff !important;
}

header li.dropdown ul a {
    margin-top: 0px !important;
    padding: 7px 10px !important;
}

.navbar-expand-md .navbar-nav li.dropdown ul a.active{
   color:#fff !important;
   background:#008D45 !important;
}

.navbar-expand-md .navbar-nav li.dropdown ul a:before{
    display:none;
}

div#exampleModal .form-control {
    border: 1px solid #ccc;
}
.iti.iti--allow-dropdown {
    display: block;
    margin-bottom: 10px;
}

.navbar .dropdown ul {
    background: #004c93;
    padding:5px 0px;
}

.navbar .dropdown li a{
    color:#fff !important;
    margin:0px !important;
}

.navbar .dropdown li a:hover{
    background:#008D45;
    color:#fff;
}

.navbar .dropdown li a.active{
    color:#fff !important;
}

.about-inner-single h6 {
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 17px;
}
.contact-wrapper .text h6 {
    font-size: 17px;
    margin-bottom: 5px;
}

.contact-wrapper a{
   font-size: 17px; 
}

.ruberr-single a.enquiry-btn {
    background: transparent;
    color: #000;
    padding: 10px !important;
    width: fit-content;
    position: absolute;
    bottom: 0px;
}
.ruberr-single a.enquiry-btn:before{
    background:transparent;
}
.ruberr-single a.enquiry-btn:hover{
    color: #004c93;
}
/*.ruberr-single:hover {
    background: #cccccc3d;
}*/
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link.active {
    color: #fff !important;
}

.header-no-bg .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link.active{
    color: #fff !important;
}

.contact .main-p {
    margin-bottom: 2vw;
    padding-right: 25px;
    line-height: 23px;
}
.ruberr-single a.enquiry-btn:hover span {
    margin-left: 3px;
}

.ruberr-single a.enquiry-btn span {
    transition: all 0.5s  ease-in-out;
    font-size: 12px !important;
    left: 9px;
    top: 0.11vw;
}

.nav-tabs.sticky {
    position: sticky;
    top: 90px;
}
.ruberr-single a.enquiry-btn:hover{
    color:#000 !important;
}
.services h5, .services h6 {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 17px;
}
.services ul {
    padding-left: 20px;
}
.services ul li {
    list-style-type: disc;
}
.services ul.nav-tabs.sticky li {list-style-type: unset;}
.samper-wrapper .text-box {
    width: 80%;
}
.why-process h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.benefits-single h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.process-single h5 {
    font-size: 20px;
}
table td, table th {
    border: 1px solid #ccc;
    padding: 10px;
    font-size:14px;
}
table {
    border: 1px solid #ccc;
    padding: 20px;
}

.info-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
}
.info-wrapper {
    width: 24%;
}
.d-flex.info-pro {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
h4.mb-5.mt-3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px !important;
}

.applications .app-single {
    width: 23%;
    padding: 20px 10px;
    box-shadow: 1px 3px 6px #ccc;
    /* margin-bottom: 20px; */
    text-align: center;
}
.applications .app-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.applications {
    padding: 60px 20px;
}

.product-list .left-div li  {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}
.right-div li{
  display: flex;
  align-items: flex-start;
  flex-direction:row;
  margin-bottom: 60px;  
}
.product-list .left-div, .product-list .right-div{
   width: 39%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.left-div .product-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    border-left: solid 1px #008d45;
    padding-right: 20px;
    border-right: solid 1px #008d45;
    border-left-width: 0;
    padding-left: 0;
    text-align: right;
    justify-content: flex-end;
}

.right-div .product-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    border-left: 1px solid #008d45;
    padding-right: 20px;
    text-align: left;
    justify-content: flex-start;
}


.left-div .product-content p, .left-div .product-content h5, .left-div .product-content li{
   text-align: right;
   align-items: flex-end !important;
   flex-direction:row; 
   margin-bottom:0px;
   justify-content:flex-end;
   font-size:16px;
}

.right-div .product-content  li{
 text-align: left;
 align-items: flex-start !important;
 flex-direction:row; 
 margin-bottom:0px;
 justify-content:flex-start;
 font-size:16px; 
 margin-bottom: 5px;
}
.right-div .product-content  ul{
    padding-left:0px;
}
.product-list li img{
 width: 60px;
 height: 50px;
 line-height: 1;
 padding-left:10px;
}

.product-list .right-div li img{
    padding-right:10px;
    padding-left:0px;
}
.product-content h5 {
    margin-bottom: 5px;
}

.product-list  .main-div {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-list .container {
    display: flex;
}
.product-list {
    padding: 80px 0px;
}
.left-div .product-content h5 {
    margin-bottom: 10px;
}

.product-list .container {
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.marking-single {
    width: 34%;
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.marking-wrapp {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 10px;
}
.marking-single img {
    margin-right: 20px;
}
.marking-single h5 {
    font-size: 20px;
    font-weight: 600;
}
.marking-single h5 span {
    font-weight: 300;
}
.marking {
    padding: 60px 0px 0px;
}

.back-to-top {
    left:auto !important;
    right: 15px !important;
}
.certification-new .img-box {
    box-shadow: 0px 0px 10px #ccc;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certification-new .img-box img{
	width: 64% !important;
}
.certification-new .item{margin: 10px;}
.certification-new .item p {
    margin-bottom: 0;
    text-align: center;
     margin-top: 10px; 
    font-weight: 600;
   }
   .certification-new .owl-dot span {
    display: inline-block;
    height: 3px;
    width: 20px;
    background: #ccc;
    margin: 0 2px;
    border-radius: 10px;
}
.certification-new .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.certification-new .owl-dot.active span {
    background: #008d45;
}
.product-inner-wrapper{
    flex-direction: column-reverse;
}
.product-slider {
    width: 100% !important;
    margin: unset;
    margin-top: 4vw;
}
.type-row img{
    display: block;
    margin: 0 auto;
}
.services h5 {
    color: #004c93;
    font-size: 1.5vw;
    font-weight: 500;
}
.type-row .img-box {
    /* border: 1px solid #ccc; */
    padding: 2vw;
    width: 80%;
    margin: 0 auto 1vw;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.type-row h5 {
    font-size: 1.1vw;
}
.row.type-row {
    padding-bottom: 2vw;
}
.sub-single p {
    margin-bottom: 0;
    color: #000;
}
.sub-single {
    background: #f3f1f1;
    border: 1px solid #ccc;
    padding: 1.4vw;
    margin-bottom: 1.5vw;
    display: block;
    height: 23vw;
}
.sub-single h4 {
    font-size: 1.7vw;
    color: #004C93;
    text-align: right;
    
}
.services table .table-primary {
  --bs-table-bg: #fff;
}
.services .table > :not(caption) > * > .table-primary {
   --bs-table-bg: #fff;
}
.tube-fitting-wrapper .ruberr-single img {
    width: 55%;
    margin: 0 auto;
    display: block;
    aspect-ratio: unset;
}
.tube-fitting-wrapper .ruberr-single{
    height: 368px;
}
.tube-fitting-catlog .ruberr-single{
    height: 217px;
}
.tube-fiiting-bottom .ruberr-single{
    height: 400px;
}

.submenu{
    list-style:none;
    padding-left:15px;
    margin-top:10px;
}

.submenu li{
    margin-bottom:6px;
}

.level2-link{
    display:block;
    color:#0054a6;
    font-weight:600;
    text-decoration:none;
    margin-bottom:8px;
}

.submenu .nav-link{
    border:none;
    background:none;
    color:#999;
    text-align:left;
    padding:2px 0;
    width:100%;
}

.submenu .nav-link.active{
    color:#0054a6;
    font-weight:600;
    background:none;
}


.tab-pane-custom{
    display:none;
}

.tab-pane-custom.active{
    display:block;
}

.nav-link{
    cursor:pointer;
}

.nav-link.active{
    background:transparent;
    color:#fff;
}
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 24px;
    font-weight: 600;
    width: auto;
    height: auto;
    transform: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}
.tab-pane-custom {
    display: none;
}

.tab-pane-custom.active {
    display: block;
}
.sub-category {
    padding-left: 5vw;
}
.sub-category .nav-link {
    font-size: 0.89vw;
    padding: 3px 12px;
    font-weight: 400;
    color: #5151516e;
}
.nav-link {
    cursor: pointer;
}

.sub-category .nav-link.active {
    background: transparent;
    color: #515151;
}

/* Accordion Plus Minus */
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 24px;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}
.new-product{
    padding: 5vw 0;
}
.new-product button.accordion-button {
    font-size: 1.04vw;
    color: #fff !important;
    font-weight: 700;
    border-radius: 0 !important;
    padding: 0.9vw 1vw;
    background: #004C93 !important;
    position: relative;
    padding-left: 5vw;
    height: 3.49vw;
}
.new-product button.accordion-button .img-box {
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 0.6vw;
}
.nav.flex-column button.nav-link.tab-btn {
    font-size: 1vw;
    font-weight: 500;
    text-align: left;
    color: #004C93;
    padding-left: 5vw;
}
.new-product .accordion-body {
    background: #F3F3F3;
    padding-top: 0.7vw !important;
    padding-bottom: 0.8vw !important;
}
.name-wrapper h4{
    color: #004C93;
    font-weight: 500;
    font-size: 1.04vw;
    margin-bottom: 0;
}
.name-wrapper .icon-box{
    width: 2.34vw;
    height: 2.34vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.new-product-single:hover .icon-box{
    background: #008D45;
    color: #fff;
}
.new-product-single {
    border: 1px solid #A69C9C;
    border-radius: 0.89vw;
    height: 18.91vw;
    padding: 0 0.6vw;
    padding-top: 2vw;
}
.new-product-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}
.new-product-single .img-box img {
    margin: 0 auto;
    display: block;
}
.new-product-single .img-box {
    height: 200px;
    /* width: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.name-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5vw;
}
.blue{color: #004C93}
.green{color: #008D45}
.product-name{
    font-size: 1.82vw;
}
.product-desc{
    font-size: 1.56vw;
}
.specs h5{
    font-size: 1.25vw;
}
.specs p {
    border: 1px solid #008D45;
    border-radius: 0.21vw;
    padding: 0.52vw;
    margin-right: 0.6vw;
}
.specs {
    padding-top: 1vw;
}
.spec-div {
    margin-top: 3vw;
}
.marking-single-new {
    width: 30%;
    text-align: center;
}
.marking-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.marking-single-new .icon-box {
    background: #004C93;
    width: 3.75vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.marking-single-new {
    width: 30%;
    text-align: center;
    margin-top: 5vw;
    position: relative;
}
.marking-single-new::before {
    position: absolute;
    content: "";
    background: #008d4599;
    height: 72px;
    width: 2px;
    top: -93px;
    /* border: 2px solid #008D45; */
}
.marking-single-new::after {
    position: absolute;
    content: "";
    background: #008D45;
    width: 0.63vw;
    height: 0.63vw;
    border-radius: 50%;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.application-wrapper-new {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.3vw;
}
.application-single-new {
    background: #F6F6F6;
    border-radius: 0.98vw;
    width: 8.32vw;
    padding: 0;
    height: 7.29vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.application-single-new p{
    margin-bottom: 0;
}
.sticky-product {
    position: sticky;
    top: 90px;
}
.certificate-slider .item{
    height: 5.57vw;
    box-shadow: 0px 2.97px 5.72px 0px #0000001A;
    background: #fff;
    border-radius: 0.77vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.certificate-slider .item img{
    width: auto !important;
}
.certificate-slider.owl-theme .owl-nav [class*=owl-] {
    color: #008D45;
    font-size: 14px;
    margin: 5px;
    padding: 0.52vw 0.99vw;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: #BFE2D066;
    border: 1px solid #51515133;
}
.certificate-slider .owl-nav {
    position: absolute;
    top: -3vw;
    right: 0;
}
.spec-div .main-img {
    position: relative;
    margin-top: 5vw;
}
.main-img .outline{
    display: block;
    margin: 0 auto;
}
.main-img .info {
    display: flex;
    align-items: flex-start;
}
.main-img .icon-box{
    background: #004C93;
    width: 3.75vw;
    height: 3.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 5px solid #EAEAEA;
}
.main-img .content {
    padding-right: 1.5vw;
}
.info.info1 {
    position: absolute;
    top: -1.6vw;
    left: 3vw;
}
.info.info2 {
    position: absolute;
    top: 7vw;
    left: 3vw;
}
.info.info3 {
    position: absolute;
    top: 15.2vw;
    left: 3vw;
}
.info.info4 {
    position: absolute;
    top: 25.2vw;
    left: 3vw;
}
.info-reverse{
    flex-direction: row-reverse;
}
.info-reverse .content{
    padding-left: 1.5vw;
}
.info.info5 {
    position: absolute;
    top: -1.6vw;
    right: 1.2vw;
}
.info.info6 {
    position: absolute;
     top: 7vw;
   right: 1.2vw;
}
.info.info7 {
    position: absolute;
    top: 15.2vw;
   right: 1.2vw;
}
.info.info8 {
    position: absolute;
    top: 25.2vw;
   right: 1.2vw;
}
.spec-div .table th{
    background: #004C93 !important;
    color: #fff;
}
.gallery-wrapper ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0.8vw;
    border-bottom: 0;
}
.gallery-wrapper .tab-pane {
    height: 14.47vw;
    background: #F6F6F6;
    border: 1px solid #A69C9C;
    border-radius: 2.17vw;
    padding: 2vw;
}
.gallery-wrapper a.nav-link {
    background: #F6F6F6;
    height: 5.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.88vw;
    margin-top: 1vw;
    opacity: 0.6;
}
.gallery-wrapper a.nav-link.active {
    opacity: 1;
    border: 1px solid #ccc;
}
.product-info .right-panel {
    width: 40%;
}
.product-info .left-panel {
    width: 60%;
}
.row.product-info {
    display: flex;
    align-items: flex-start;
}
.gallery-wrapper .tab-pane img {
    display: block;
    margin: 0 auto;
}
.specification-wrapper p {
    border: 0;
}
.specification-wrapper-new p {
    padding: 0;
    margin: 0;
    border:0;
}
.specification-wrapper-new {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
}
.specification-wrapper-new p:nth-child(1){
    width: 40%;
}
.specification-wrapper-new p:nth-child(2){
    width: 60%;
}
.sub-category{
    display: none;
}


.mega-menu-nav .dropdown-menu {
            width: 90vw;
            max-width: 1000px;
            border: none;
            border-radius: 24px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            padding: 2rem;
        }
.menu-col-border {
    border-right: 1px solid #e0e0e0;
    padding: 0 1.2vw;
}
.category-btn {
    width: 100%;
    color: #004C93;
    background: none;
    border: none;
    padding: 1.3vw 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s;
    font-size: 0.94vw;
    border-bottom: 1px solid #63636333
}
  /* कॉलम 2: सब-कैटेगरी लिंक्स */
      .sub-cat-btn {
   width: 100%;
    color:#008D45;
    background: none;
    border: none;
    padding:1.3vw 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s;
    font-size: 0.94vw;
    border-bottom: 1px solid #63636333
}

        /* कॉलम 3: फाइनल प्रोडक्ट लिंक्स */
        .dropdown-menu .item-link {
            width: 100%;
    color:#515151;
    background: none;
    border: none;
   padding:1.3vw 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s;
    font-size: 0.94vw;
    border-bottom: 1px solid #63636333
        }
        .category-btn:hover, .category-btn.active {
            background-color: #f0f4f8;
            color: #0b4da1;
        }
        
        .menu-thumb {
            width: 40px;
            height: 40px;
            background-color: #f1f3f5;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            border: 1px solid #dee2e6;
        }

      
        .sub-cat-btn:hover, .sub-cat-btn.active {
            color: #0f5132;
           
            transition: all 0.2s;
        }

        /* शुरुआत में कॉलम 2 और 3 को छुपाने के लिए */
        .sub-menu-pane, .products-pane {
            display: none;
        }
        /* जब active क्लास हो तभी दिखे */
        .sub-menu-pane.active, .products-pane.active {
            display: block;
        }

        /* 1. कंटेनर को रिलेटिव एंकर पॉइंट बनाएं */
.navbar .container {
    position: relative;
}

/* 2. ड्रॉपडाउन को कंटेनर की चौड़ाई पर लॉक करें */
.mega-menu-nav .dropdown-menu {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important; /* नवबार के ठीक नीचे लाने के लिए */
    
    /* बाकी पुराना डिज़ाइन स्टाइल */
    border: none;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    z-index: 1000;
}
.dropdown-menu {
    width: 100%;
    height: 40.16vw;
    border: 0;
    padding: 2vw;
    box-shadow: 0px 0px 10px #ccc;
}
header .mobile-navbar{
    position: static;
}
.dropdown-menu .icon-box {
    width: 2.66vw;
    height: 2.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #004C93;
    margin-right: 0.94vw;
}
.dropdown-menu h4 {
    color: #004C93;
    font-weight: 600;
    font-size: 1.56vw;
    padding-left: 1.3vw;
}
.sub-cat-btn.active i {
    font-weight: 800;
    color: #000;
}

/* New Product CSS */
.category-level-0 {
    margin-left: 0;
 }

 .category-level-1 {
    padding-left: 15px;
 }

 .category-level-2 {
    padding-left: 30px;
 }

 .category-level-3 {
    padding-left: 45px;
 }

 .category-level-4 {
    padding-left: 60px;
 }

 .category-level-5 {
    padding-left: 75px;
 }

 .sub-category {
    padding-left: 20px;
 }

 .tab-btn,
 .sub-tab-btn,
 .section-product-btn {
    width: 100%;
    text-align: left;
 }

 .product-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 5px 0;
    cursor: pointer;
    background: #fff;
 }

 .product-left {
    display: flex;
    align-items: center;
    gap: 10px;
 }

 .product-left img {
    width: 50px;
    height: 50px;
    object-fit: contain;
 }

 .product-path {
    font-size: 12px;
    color: #777;
 }

 .product-title {
    font-size: 14px;
    font-weight: 600;
 }

 .product-arrow {
    width: 35px;
    height: 35px;
    background: #008d45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
 }

 .product-arrow-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #008d45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
 }

 .product-card {
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    background: #fff;
    height: 100%;
    padding: 20px;
    transition: all .3s ease;
 }

 .product-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
 }

 .product-image-wrap {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .product-card-image {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
 }

 .product-card-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
.product-card-title {
    margin: 0;
    color: #004c93;
    font-size: 1.04vw;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 22px;
}
.product-arrow-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #008d45;
    font-size: 0.89vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .product-arrow-btn:hover {
    color: #006c34;
 }

 .applicable-specs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
 }
.spec-box {
    border: 1px solid #00a651;
    border-radius: 3px;
    padding: 10px 15px;
    width: fit-content;
    color: #333;
    font-size: 16px;
    background: #fff;
}

 .spec-table thead th {
    background: #004c93;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-color: #ffffff;
 }

 .spec-table thead tr.group-header th {
    background: #004c93;
    color: #fff;
 }
.specification-content h2 {
    font-size: 1.3vw;
    color: #004c93;
}
 .spec-table tbody td {
    vertical-align: middle;
 }
.spec-table {
    margin-bottom: 0;
    margin-top: 1vw;
}
.specification-content p {
    font-size: 0.89vw;
}
 .spec-table th, .spec-table td {
    padding: 9px 7px;
    font-size: 0.89vw;
}

 .spec-table thead th {
    background: #004c93 !important;
    color: #fff !important;
 }

 .product-center-image {
    max-height: 520px;
    object-fit: contain;
    position: relative;
    z-index: 2;
 }

 .marking-image {
    width: 100%;
  
    }

 .marking-layline-section {
    text-align: center;
 }

 .main-img {
    position: relative;
 }

 .outline {
    position: relative;
    z-index: 1;
 }

 .product-center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    max-height: 500px;
    width: auto;
 }
.technology-badge {
    display: inline-block;
    max-width: 345px;
}

 .technology-badge img {
    width: 100%;
    height: auto;
    border-radius: 12px;
 }

 .marking-feature {
    text-align: center;
 }
.product-specification-table {
    padding-top: 2vw !important;
}
 .marking-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
 }

 .marking-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
 }

 .marking-text {
    color: #004c93;
    font-size: 16px;
    font-weight: 500;
 }

 .marking-layline-section h4 {
    text-align: left;
 }
.marking-features-row {
    margin-top: -7px;
}
 .marking-feature {
    position: relative;
    text-align: center;
 }

 .marking-line {
    width: 2px;
    height: 40px;
    background: #00A651;
    margin: 0 auto;
 }

 .marking-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #0054A6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-shadow: 0 0 0 6px #f2f2f2;
 }

 .marking-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
 }

 .marking-title {
    color: #0054A6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
 }

 .marking-description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
 }

 .application-grid {
   position: relative;
 }
.application-grid::before {
    position: absolute;
    content: "";
    background: #008d454a;
    height: 1px;
    width: 100%;
    top: 9.5vw;
}
 .application-item {
    text-align: center;
    padding: 25px 15px;
    height: 100%;
    position: relative;
 }

 .application-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #d8e7df;
 }

 .application-grid .col-lg-2:last-child .application-item::after {
    display: none;
 }

 .application-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f3f3f3;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .application-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
 }

 .application-title {
    color: #0054A6;
    font-size: 0.89vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

 .certifications-wrapper {
    position: relative;
 }

 .certificate-nav {
    display: flex;
    gap: 10px;
 }

 .certificate-prev,
 .certificate-next {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background: #eaf5ef;
    color: #00A651;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
 }

 .certificate-prev:hover,
 .certificate-next:hover {
    background: #00A651;
    color: #fff;
 }

 .certificate-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    margin: 8px;
 }
.certificate-image {
    max-width: 100%;
    max-height: 112px;
    object-fit: contain;
}
.info.info4 ul {
    direction: rtl;
    padding-right: 13px;
}
.info.info4 ul li {
    list-style-type: disc;
}
.info.info7 ul li {
    list-style-type: disc;
}
 .info1,
 .info2,
 .info3,
 .info4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
 }
.info1 .content, .info2 .content, .info3 .content, .info4 .content {
    width: 252px;
    text-align: right;
}

 .info5,
 .info6,
 .info7,
 .info8 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
 }

 .info5 .content,
 .info6 .content,
 .info7 .content,
 .info8 .content {
    width: 280px;
    text-align: left;
 }

 .icon-boxx {
    width: 56px;
    height: 56px;
    min-width: 56px;

    border-radius: 50%;
    background: #0054A6;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 0 6px #ececec;
 }

 .icon-boxx img {
    width: 28px;
    height: 28px;
    object-fit: contain;
 }

 .content h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #0054A6;
    font-weight: 600;
 }
.content p, .content ul li {
    font-size: 13px;
    line-height: 18px;
    color: #555;
    margin: 0;
}

 .marking-layline-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
 }

 .marking-image {
    width: 100%;
    display: block;
 }

 .marking-point {
    position: absolute;
    top: 55px;
    transform: translateX(-50%);
    text-align: center;
 }

 .marking-line {
    width: 2px;
    height: 50px;
    background: #00A651;
    margin: 0 auto;
 }

 .marking-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0054A6;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px #f3f3f3;
 }

 .marking-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
 }

 .marking-content h5 {
    color: #0054A6;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
 }

 .marking-content p {
    color: #666;
    font-size: 15px;
    margin: 0;
 }
.template2-title {
    color: #0054A6;
    font-size: 1.82vw;
    font-weight: 600;
    margin-bottom: 25px;
}
 /* .template2-content {
    color: #555;
    line-height: 1.8;
 } */

 .template2-content {
   color: #515151;
    font-size:0.89vw;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25vw;
 }

 .template2-gallery {
    position: sticky;
    top: 20px;
 }
.template2-content ul li {
    list-style-type: square;
    margin-bottom: 0.8vw;
}
.spec-table td {
    font-size: 0.89vw;
     white-space: nowrap;
}
 .template2-main-image {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 99%;
 }
.template2-gallery-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:1vw;
}
.template2-gallery-slider .owl-prev, .template2-gallery-slider .owl-next {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background: #eaf5ef;
    color: #00A651;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
 .template2-main-image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
 }

 /* .template2-gallery {
    text-align: center;
 } */

 /* .template2-main-image {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
 }

 .template2-main-image img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
 } */

 /* .template2-main-image img {
    max-height: 280px;
    object-fit: contain;
 } */

 .template2-thumbnails {
    display: flex;
    gap: 15px;
    justify-content: center;
 }

 /* .template2-thumbnails .thumb {
    width: 95px;
    height: 95px;

    border: 1px solid #e5e5e5;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
 } */
 .template2-thumbnails .thumb {
    width: 6.08vw;
    height:6.08vw;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
 }


 .template2-thumbnails .thumb.active {
    border: 1px solid #0054A6;
 }

 /* .template2-thumbnails img {
    max-width: 70px;
    max-height: 70px;
 } */

 .tolerance-wrapper {
    margin-top: 60px;
 }

 .tolerance-row {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
 }

 .tolerance-row:last-child {
    border-bottom: none;
 }

 .tolerance-icon {
    width: 70px;
    min-width: 70px;
 }

 .tolerance-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
 }

 .tolerance-content {
    flex: 1;
 }

 .tolerance-content h5 {
    color: #0054A6;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
 }

 .tolerance-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
 }

 .template2-specifications {
    margin-top: 40px;
 }

 .specification-row {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
 }

 /* .specification-title {
    width: 35%;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 18px;
 }

 .specification-value {
    width: 65%;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
 } */
.specification-title {
    width: 35%;
    color: #515151;
    font-size: 0.89vw;
    font-weight: 600;
    line-height: 1.5;
}
.specification-value {
    width: 65%;
    color: #515151;
    font-size: 0.89vw;
    line-height: 1.5;
}
 .template2-specifications {
    margin-top: 40px;
 }

 .specification-row {
    display: flex;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #d7d7d7;
 }

 /* .specification-title {
    width: 35%;
    flex-shrink: 0;

    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
 }

 .specification-value {
    width: 65%;

    color: #666;
    font-size: 18px;
    line-height: 1.5;
 } */

 .specification-row:last-child {
    border-bottom: 1px solid #d7d7d7;
 }

 .tolerance-wrapper {
    margin-top: 60px;
 }

 .tolerance-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;

    padding: 22px 0;

    border-bottom: 1px solid #dfe5ea;
 }

 .tolerance-row:last-child {
    border-bottom: none;
 }

 .tolerance-icon {
    width: 70px;
    min-width: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
 }

 .tolerance-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
 }

 .tolerance-content {
    flex: 1;
 }

 .tolerance-content h5 {
    color: #0054A6;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
 }

 .tolerance-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
 }

 .template2-types-section {
    margin-top: 40px;
 }

 .template2-types-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
 }

 .template2-type-item {
    padding: 10px 18px;
    border: 1px solid #8fc9a7;
    border-radius: 4px;
    background: #fff;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    transition: .3s;
 }

 .template2-type-item:hover {
    background: #008d45;
    color: #fff;
    border-color: #008d45;
 }

 .tolerance-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
 }

 .tolerance-row:last-child {
    border-bottom: none;
 }

 .tolerance-icon {
    width: 55px;
    min-width: 55px;
 }

 .tolerance-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
 }
.tolerance-content h5 {
    font-size: 1.04vw;
    color: #004C93;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}
 .tolerance-content p {
    font-size: 0.89vw;
    color: #515151;
    line-height: 1.6;
    margin: 0;
}
.tolerance-content div {
    font-size: 0.89vw;
    color: #515151;
}
 .tolerance-wrapper {
    max-width: 900px;
 }

 .template2-services-content {
    color: #555;
    line-height: 1.8;
 }

 .template2-services-content ul {
    padding-left: 20px;
 }

 .template2-services-content li {
    margin-bottom: 8px;
 }

 .mtv-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
 }

 .mtv-icon {
    width: 65px;
    min-width: 65px;
 }

 .mtv-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
 }

 .mtv-content h5 {
    color: #0054A6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
 }

 .mtv-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
 }

 .template2-table-section table {
    width: 100%;
    border-collapse: collapse;
 }

 .template2-table-section table tr:first-child td,
 .template2-table-section table tr:first-child th {
    background: #0054A6 !important;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    padding: 14px;
 }

 .template2-table-section table td,
 .template2-table-section table th {
    border: 1px solid #e5e5e5;
    padding: 12px;
    text-align: center;
 }

 .template2-table-section table strong {
    font-weight: 400 !important;
 }

 .section-product-btn.active {
    color: #0054A6 !important;
    font-weight: 600;
    background: #eef6ff !important;
 }

 .nav-link.active {
    color: #0054A6 !important;
    opacity: 1 !important;
 }

 .accordion-body .section-product-btn.active {
    color: #0054A6 !important;
 }


 .category-level-2 .nav-link {
    color: #51515178;
    margin-bottom: 7px;
}
.accordion-body .section-product-btn.active {
    color: #004C93 !important;
    background: transparent !important;
}
.category-level-1>.nav-link {
    font-size: 0.91vw;
    color: #004c938a;
    margin-bottom: 10px;
    position: relative;
}
.category-level-1>.nav-link.active{
    color: #004C93;
}
.marking-layline-section.mt-5 .text-center.mb-5 {
    margin-bottom: 0 !important;
}
.mega-menu{
    width: 81% !important;
    top: 4.6vw !important;
     border: 1px solid #ccc;
}

/* .category-level-1 > .nav-link{
    position: relative;
    padding-right: 30px;
}

.category-level-1 > .nav-link::after{
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
} */

/* .category-level-1 > .nav-link::after{
    content: "+";
}

.category-level-1 > .nav-link.active-icon::after{
    content: "-";
} */

span.accordion-icon {
    position: absolute;
    right: 18px;
}



   .mega-menu {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);

        width: min(1080px, calc(100vw - 120px));
        min-height: 540px;

        background: #fff;

        border-radius: 0 0 24px 24px;

        padding: 45px;

        display: none;
        flex-direction: column;

        z-index: 99999;

        box-shadow:
            0 12px 40px rgba(0, 0, 0, .08);
    }

      .mega-menu-parent {
        position: relative;
    }

    /* ==========================================
   MEGA MENU CONTAINER
========================================== */
 

    .mega-menu-header {
        margin-bottom: 30px;
    }

   .mega-menu-title {
    margin: 0;
    color: #004C93;
    font-size: 1.56vw;
    font-weight: 600;
    /* line-height: 1.2; */
}

    .mega-menu-content {
        display: flex;
        width: 100%;
        flex: 1;
    }

    .mega-menu-parent:hover .mega-menu {
        display: flex;
    }

    /* ==========================================
   COLUMNS
========================================== */

    .mega-column {
        flex: 1;
        min-height: 430px;
    }

    .mega-column+.mega-column {
        border-left: 1px solid #d8e7df;
        padding-left: 44px;
        margin-left: 44px;
    }

    /* ==========================================
   LEFT COLUMN
========================================== */

    .mega-main-category {
        height: 68px;

        display: flex;
        align-items: center;

        padding: 0 16px;

        border-bottom: 1px solid #ececec;

        cursor: pointer;

        transition: .2s;

        background: #fff;
    }

    .mega-main-category:hover,
    .mega-main-category.active {
        background: #f5f5f5;
    }

    /* ==========================================
   CATEGORY ROW
========================================== */

    .mega-category-row {
        width: 100%;

        display: flex;
        align-items: center;
    }

    .mega-category-image {
        width: 38px;
        height: 38px;

        min-width: 38px;

        object-fit: cover;

        border-radius: 50%;

        margin-right: 14px;
    }

   .mega-category-title {
    flex: 1;
    color: #004c93;
    font-size: 0.94vw;
    font-weight: 500;
    /* line-height: 1.3; */
}

    .mega-main-category.active .mega-category-title {
        font-weight: 600;
    }

    /* ==========================================
   COLUMN 2
========================================== */

    .mega-sub-item {
        height: 68px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 0 18px;

        border-bottom: 1px solid #ececec;

        cursor: pointer;

        color: #008d45;

        transition: .2s;

        background: #fff;
    }

    .mega-sub-item:hover,
    .mega-sub-item.active {
        background: #f5f5f5;
    }

 .mega-sub-item span:first-child {
    flex: 1;
    font-size: 1vw;
    font-weight: 500;
    color: #008d45;
}
.mega-column.mega-products>a {
    font-size: 1vw;
    padding: 0.5vw 0vw 1.5vw;
    margin: 0 0 0.9vw 0;
    white-space: normal;
}

    /* ==========================================
   ARROWS
========================================== */

   .mega-arrow {
    font-size: 18px;
    color: #c9c9c9;
    transition: .2s;
    font-weight: 700;
}

    .mega-main-category:hover .mega-arrow,
    .mega-main-category.active .mega-arrow,
    .mega-sub-item:hover .mega-arrow,
    .mega-sub-item.active .mega-arrow {
        color: #00a651;
    }

    /* ==========================================
   COLUMN 3
========================================== */

    .mega-product-item {
        display: flex;
        align-items: center;

        height: 40px;

        padding: 0 10px;

        border-bottom: 1px solid #ececec;

        text-decoration: none;

        color: #555555 !important;

        font-size: 15px;

        transition: .2s;
    }

    .mega-product-item:hover {
        color: #008d45;
    }

    .mega-product-item.active {
        color: #008d45;
        font-weight: 500;
    }

    /* ==========================================
   PLACEHOLDER
========================================== */

    .mega-placeholder {
        padding-top: 10px;

        color: #999;

        font-size: 15px;
    }

    /* ==========================================
   SCROLL
========================================== */

    .mega-column {
        overflow-y: auto;
    }

    .mega-column::-webkit-scrollbar {
        width: 6px;
    }

    .mega-column::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 20px;
    }

div#products-container {
    padding-left: 1.5vw;
}
.navbar .active, .navbar .active:focus {
    color: #004C93 !important;
}
 .ajax.category-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }

   .accordion-icon {
      font-size: 20px;
      font-weight: 700;
      width: 20px;
      text-align: center;
      transition: .3s;
   }

   .product-range-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

   .product-range-card {
      border: 1px solid #d9d9d9;
      border-radius: 10px;
      background: #F6F6F6;
      overflow: hidden;
      min-height: 185px;
      transition: .3s;
   }

   .product-range-card:hover {
      transform: translateY(-3px);
   }

   .product-range-image {
    height: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
   .product-range-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
   }

   .product-range-title {
      padding: 12px;
      font-size: 1.04vw;
      font-weight: 600;
      color: #1e5ea8;
      line-height: 1.3;
      min-height: 60px;
   }
   .home-industry .text-box span {
    display: none;
}

.related-nav button {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background: #eaf5ef;
    color: #00A651;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
button.related-prev {
    margin-right: 6px;
}
.mega-subcategories .mega-sub-link{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}
.home-slider .owl-dots {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 6px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #008d45;
}
.career-form label {
    margin-bottom: 10px;
}

.job-description .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 24px;
    font-weight: bold;
    transform: none !important;
}

.job-description .accordion-button:not(.collapsed)::after {
    content: '-';
}



.download-broucher {
    background: #004c93;
    padding: 2vw 1vw;
    display: flex;
    align-items: center;
    height: 9vw;
    justify-content: space-between;
    border-radius: 14px;
    margin-top: 3vw;
}
.download-broucher .heading {
    font-size: 1.4vw;
}
.download-broucher img {
    /* max-width: 100%; */
    /* width: 100%; */
    margin-top: -3vw;
}
.hover-row td{
    background:#dce8f4;
}
.related-products-slider .owl-carousel .owl-stage{
    display: flex;
}
.related-products-slider .owl-carousel .owl-item{display: flex;}
.related-slide-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.column:nth-child(4) p span {
    font-size: 1.2vw;
    margin-bottom: 12px;
    display: inline-block;
}
.rowspan-table tr.hover-row td,
.rowspan-table tr.hover-row th{
    background:#004c9224;
}
section.sitemap {
    padding-top: 8vw;
}