@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #39393B;
}
.f-sora {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.f-light{
   font-family: "Open Sans", sans-serif;
   font-weight: 400;
}
.f-regular{
   font-family: "Open Sans", sans-serif;
   font-weight: 400;
}
.f-medium{
   font-family: "Open Sans", sans-serif;
   font-weight: 500;
}
.f-semibold{
   font-family: "Open Sans", sans-serif;
   font-weight: 600;
}
.f-bold{
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}{}
p{
  font-weight:400;
  font-size: 0.89vw;
  color: #515151;
}
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: 145px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #000;
}
/*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: 0.89vw;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
    font-family: "Sora", sans-serif;
    padding-bottom: 14px;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.navbar-expand-md .navbar-nav .nav-link.active{
    color: #E32725;
}
.navbar-brand {
    position: absolute;
    top: -3px;
    left: 0;
    padding: 0;
}
.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: #000000;

}
.main-footer {

    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    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: 29%;
    margin-right: 0;
    padding-right: 1vw;
}
.column:nth-child(1) p {
    color: #FFFFFFCC;
    margin-top: 20px;
    font-size: 0.89vw;
    line-height: 26px;
    width: 89%;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}
.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: 15%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 1.01vw;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    margin-bottom: 21px;
}
.column:nth-child(1) img {
    width: 43%;
}
.column:nth-child(3) {
    width: 20%;
}
.column:nth-child(4) {
    width: 15%;
}
.column:nth-child(5) {
    width: 23%;
}
.social-box a {
    color: #fff;
    font-size: 1.4vw !important;
    margin-right: 19px !important;
}
.column:nth-child(5) p {
    margin: 13px 0px;
    color: #FFFFFFCC;
    position: relative;
    top: -3px;
}
.column a {
    display: block;
    padding-bottom: 4px;
    line-height: 25px;
    color: #FFFFFFCC;
    font-size: 0.89vw;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px;
}
section.services .text-box h3 {
    font-weight: 500;
    color: #515151;
}
.column a::before {
    position: absolute;
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    height: 100%;
    width: 100%;
    left: 6px;
    top: 8px;
}
.column:nth-child(1) a::before, .footer-wrapper a::before{
    display: none;
}
.column:nth-child(1) a, .footer-wrapper a{
    padding-left: 0;
}
.column a::before{
    position: absolute;
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    height: 100%;
    width: 100%;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.footer-wrapper a {
    margin-bottom: 0;
}
.footer-wrapper img{
    margin-right: 10px;
}
.footer-wrapper p {
    margin: 0 !important;
    padding: 0;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 0.89vw;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 45px;
    background: #E32826;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.89vw;
    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: 30px;
    cursor: pointer;
    padding: 0 20px;
}
.common-btn img{margin-left: 10px; width: 13px !important;}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    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;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 20px 0px 19px 0px;
    position: relative;
    border-top: 1px solid #FFFFFF80;
}
.btm-strip a {
    font-size: 0.89vw;
    color: #fff;
}
.btm-strip {
  color:#fff;
}


.caption-left {
    position: absolute;
    top: 32%;
}
.caption-left h6{
    color: #E32826;
    font-size: 1.04vw;
    font-weight: 500;
}
.caption-left h2{
    color: #fff;
    font-size:2.6vw;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
ul.upper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 12px 7vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 86vw;
}
ul.upper-nav li,
ul.upper-nav li a{
    color: #FFFFFFCC;
    font-weight:400;
    font-size: 0.83vw;
}
ul.upper-nav li a {
    margin-left: 11px;
}
ul.upper-nav li a img{
    margin-right: 10px;
}
.slider-section .owl-dots button{
 font-family: "Sora", sans-serif;
 font-size:0.8vw;
 background: #00000066;
 border-radius: 7px 7px 0px 0px;
 color: #fff;
 padding: 8px 10px;
 margin: 0px 6px;
 outline: 0;
 border: 0;
 border-top: 1px solid #FFFFFF80;
}
.slider-section .owl-dots .owl-dot.active button{
    background: #E32826;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
section.slider-section {
    margin-top: 145px;
}
.font20{
    font-size: 1.04vw;
}
.font22{
    font-size: 1.15vw;
}
.slider-bottom-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}
.vision-content h5 {
    font-size: 1vw;
    margin-bottom: 6px;
}
.slider-bottom-wrapper .slider-bottom-single h5{font-weight: 600;margin-bottom: 0;color: #39393B;}
.slider-bottom-single:hover h5{
    text-decoration: underline;color: #E32826;
}
.slider-bottom-single {
    border: 1px solid #51515133;
    border-radius: 12px;
    padding: 25px 15px;
    background: #FAF9F9;
    padding-bottom: 1vw;
}
section.slider-bottom .container {
    background: #fff;
    border-radius: 38px 38px 0px 0px;
    margin-top: -4vw;
    position: relative;
    z-index: 1;
    padding-top: 5vw;
    padding: 1vw 5vw 0 5vw;
}
.slider-bottom-single .img-box img{
    margin: 0 auto;
}
.slider-bottom-single .img-box img {
    height: 100%;
}
.slider-bottom-single .img-box {
    height: 11.01vw;
    margin-bottom: 10px;
}
.red{color: #E32826;}
.subheading{
    color: #39393B;
    font-size: 1.04vw;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
}
.heading {
    font-size: 2.08vw;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    line-height: 130%;
    margin-bottom: 1vw;
}
.about-counter h4{
    font-size: 1.88vw;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}
.counter-single{position: relative;}
.counter-single::before {
    position: absolute;
    content: "";
    background: url(../images/line.png) no-repeat;
    width: 100%;
    height: 100%;
    right: -120%;
}
/*.counter-single:nth-child(1)::before{
    right: -188px;
}*/
.counter-single:last-child:before{display: none ;}
.counter-single {
    position: relative;
    margin-right: 3vw;
    /* width: 21%; */
    margin-top: 1vw;
}
.home-about {
    padding-top: 4.5vw;
}
.home-about .img-div {
    padding-left: 3vw;
}
.home-product-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 2.5vw;
}
.home-product-wrapper .text-box {
    background: #FFFFFF24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 1vw;
    border-radius: 0px 0px 12px 12px;
    margin-top: -11px;
    transition: all 0.7s;
    padding-top: 1.8vw;
    padding-bottom: 16px;
}
.home-product-single .text-box .arrowbox{
    width: 2.5vw;
    height: 2.5vw;
    display: flex;align-items: center;justify-content: center;
    border-radius: 50%;
    background: transparent;
    transition: all 0.7s;
}
.home-product {
    padding: 4.5vw 0;
    background: #000;
    margin-top: 5vw;
    background: url(../images/product-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.home-product-single {
    border-radius: 12px;
}
.br12{
    border-radius: 12px;
}
.home-product-single .img-box img {
    /* aspect-ratio: 189 / 199; */
    object-fit: cover;
}

.home-product-single h5 {
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}
.home-product-single:hover .text-box{
    background: #E32826;
}
.home-product-single:hover h5{color: #fff;}
.home-product-single:hover .arrowbox{
    background: #fff;
}
.industry-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.9vw;
    margin-top: 3.4vw;
}
.industry-slider{
  margin-top: 3.4vw;
}
.industry-single h5 {
    background: #FFFFFF2E;
    margin-bottom: 0;
    padding: 1vw;
    margin-top: -9px;
    padding-top: 2vw;
    padding-bottom: 1.2vw;
    transition: all 0.7s;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.industries {
    padding: 4.5vw 0;
    background: url(../images/industries-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.industry-single .icon-box {
    width: 3.85vw;
    height: 3.85vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 1vw;
    left: 1vw;
    background: #0000008a;
    display: none;
}
.industry-single{position: relative;}
.industry-single:hover h5{
    background: #E32826;
}
.industry-slider.owl-theme .owl-dots .owl-dot.active span{
    background: #E32826;
}
.industry-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 44px;
}
.certification {
    padding: 5vw 0;
    position: relative;
}
.certification .item {
    border: 1px solid #5151514D;
    border-radius: 12px;
    height: 7.19vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.certification .item img {
    width: 39%;
}
.news-events p.tags {
    background: #E32826;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    padding: 3px 1vw;
    border-radius: 12px 0px 0px 0px;
}
.news-events .img-box {
    position: relative;
    margin-bottom: 13px;
}
.news-events .left-box:hover a{
    text-decoration: underline;
    color: #000;
}
.news-events a {
    color: #000;
    font-weight: 500;
}
.news-wrapper .text-box {
    width: 60%;
    padding-left: 20px;
}
.news-events .right-box .img-box {
    position: relative;
    margin-bottom: 13px;
    aspect-ratio: 61 / 35;
    max-width: 244px;
}
.news-events .right-box .img-box img {height: 100%;}
.news-wrapper .text-box p.tag {
    background: #e32826;
    color: #fff;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 12px;
    margin-bottom: 6px;
}
.news-wrapper .text-box h6{
    color: #39393B;
    font-weight: 600;
}
a.news-wrapper.d-flex.align-items-center {
    margin-bottom: 1.5vw;
}
.news-events .row {
    margin-top: 3vw;
}
.client .item {
    /* height: 182px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
    margin: 10px;
}

.client {
    padding: 4vw 0;
}
.home-contact .row {
    align-items: center;
    position: relative;
    position: absolute;
    bottom: -3vw;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.home-contact .row .common-btn{
    margin: 0 auto;
}
.home-contact .row .common-btn:hover{
    border: 1px solid #fff;
}
.home-contact {
    background: #000;
    height: 37.65vw;
position: relative;
margin-top: 0vw;
/*background: url(../images/home-contact2.webp);*/
position: relative;
background-size: cover;
background-repeat: no-repeat;
}
.btn-wrapper .common-btn:last-child img {
    width: 24px !important;
    margin-right: 10px;
}
.home-contact img.main-img {
    position: absolute;
    bottom: 0;
    width: 38%;
}
.btn-wrapper .common-btn:last-child{
    background: transparent;
    border: 1px solid #fff;
    margin-left: 18px;
}
.home-contact .text-box {
    margin-top: 16vw;
    padding-left: 6vw;
    padding-bottom: 6vw;
}
.why-single .icon-box{
    width: 4.69vw;
    height: 4.69vw;
    display: flex;align-items: center;justify-content: center;
    box-shadow: 0px 0px 23.9px 0px #00000033;
    border: 4px solid #E32826;
    border-radius: 50%;
    background: #fff;
}
.why-choose-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 8vw;
}
section.why-choose-us {
    padding: 4.5vw 0 6vw;
}
.why-single h5 {
    font-weight: 700;
}
.why-single .icon-box {
    /* display: block; */
    margin: 0 auto;
}
img.wave {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
}

.why-single:nth-child(1) {
    position: relative;
    left: -8vw;
    top: 3.8vw;
}
.why-single p{
    margin-bottom: 2vw;
}
.why-single:nth-child(2n) .icon-box{
    margin-bottom: 2vw;
}
.why-single:nth-child(2) {
    position: relative;
    top: 2.4vw;
    left: -2vw;
}
.why-single:nth-child(3) {
    position: relative;
    left: 3vw;
    top: -1.1vw;
}
.why-single:nth-child(4) {
    position: relative;
    left: 11vw;
    top: -3vw;
}
.why-single:nth-child(2n) h5, .why-single:nth-child(2n) p {
    position: relative;
    left: 3vw;
}
.industry-single .icon-box img {
    width: 80% !important;
}
.img-box{
    overflow: hidden;
    border-radius: 12px;
}
.img-box:hover img{
    transform: scale(1.07);
}
.img-box img{transition: all 0.6s;}

.breadcum {
    position: relative;
    margin-top: 145px;
}

.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.8);
}
.caption-heading {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size: 2.6vw;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.breadcum-list a, .breadcum-list span {
    font-size: 1.04vw;
    color: #fff;
    font-weight: 400;
}
.breadcum-list {
    margin-top: 5px;
}
.product-overview {
    padding: 4vw 0 0;
}
.product-overview .img-box img {
    display: block;
    margin: 0 auto;
    height: 100%;
   /* object-fit: contain;*/
}
.product-overview .img-box {
    width: 32.71vw;
    height: 25.05vw;
    border: 2px solid #E32826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.product-overview .nav-link, .product-overview .nav-link:hover {
    width: 100px;
    height: 102px;
    border: 1px solid #e328264a;
    border-radius: 15px;
    margin-top: 29px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background: rgba(0,0,0,0.5);*/
    padding: 8px;
}
.product-overview .nav-link.active{
    border: 1px solid #E32826;
    background: rgba(0,0,0,0.05);
}
.product-overview .nav-link span {
    font-size:20px;
    color:#fff;
}
.product-overview ul{
    border-bottom: 0;
}
.proven-single .icon-box{
    width:70px;
    height: 70px;
    display: flex;align-items: center;justify-content: center;
    border-radius: 50%;
    border: 3px solid #E32826;
}
.product-overview .text-box ul li, .product-overview .text-box ul li span {
    font-size: 0.89vw !important;
    position: relative;
    margin-bottom: 12px;
    color: #515151 !important;
}
.product-overview .text-box ul li:before {
    position: absolute;
    content: "";
    background: url(../images/bullet.svg) no-repeat;
    width: 12px;
    height: 13px;
    top: 5px;
    left: -21px;
    background-size: contain;
}
.proven-single .icon-box {
    margin: 0 auto 0.3vw;
    /* display: block; */
}
.proven-single p {
    text-align: center;
    /* font-family: "Sora", sans-serif; */
    line-height: 17px;
}
.proven-single {
    width: 20%;
    margin-top: 0px;
}
.product-overview .text-box ul {
    padding-left: 30px;
    margin-top: 15px;
}
.technical .nav-link, .technical .nav-link:hover {
    font-size: 0.89vw;
    color: #515151;
    font-family: "Sora", sans-serif;
    border: 1px solid #515151;
    border-radius: 30px;
    font-weight: 600;
    margin: 0 13px;
}
.technical .nav-link.active{
    background: #E32826;
    border: 1px solid  #E32826;
    color: #fff;
}
.technical .nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.technical table {
    width: 66%;
    margin: 3vw auto 0;
    border-radius: 12px;
}
.technical table th {
    font-size: 1.04vw;
    background: #e32826 !important;
    padding: 10px 20px;
    color:#fff;
}
.technical table td {
    font-size: 0.89vw;
}
.technical thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.technical thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.technical table td {
    font-size: 0.89vw;
    font-weight: 600;
}
.technical table td {
    font-size: 0.89vw;
    font-weight: 400;
    padding: 10px 20px;
}
section.technical {
    background: #FAF9F9;
    padding:4.5vw 0;
}
.technical  tr:last-child td:first-child {
  border-top-left-radius: 12px;
}
.technical  tr:last-child td:last-child {
  border-top-right-radius: 12px;
}
section.related-product .container {
    margin-top: 0;
    padding-bottom: 70px;
    padding-top: 30px;
    padding-left:0px;
    padding-right: 0px;
}
section.related-product .slider-bottom-wrapper {
    width: 90%;
    margin: 0 auto;
}
.related-product{
    padding-top: 4vw;
}

.product-contact{
    position: relative;
}
.product-contact .container{
 position: absolute;
 top: 50%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 left: 50%;
 transform: translate(-50%, -50%);
}
.services {
    padding: 4.5vw 0;
}
.services .img-box {
    width: 95%;
    position: sticky;
   
}

section.why-choose-us.services-choose {
    padding: 0vw 0 9vw;
}
.why-choose-us.services-choose .why-choose-wrapper{
    margin-top: 2vw;
}
.about-sec {
    padding: 4.5vw 0px;
}
.vision-contents {
    padding: 70px 0px;
    padding-top: 0;
}
.vision-contents .container-fluid{
 background: #f8f5f5; 
 border-top-left-radius:20px;
 padding-right: 0px;
 width:92%;
 border-bottom-left-radius: 20px;

}
.vision-content{
    display: flex; 
}
.vision-content .img-vision {
    width: 30%;
    position: relative;
    top: -20px;
}
.vision-content .content {
    width: 100%;
}
.vision-content {
    display: flex;
    width: 90%;
    margin-bottom: 10px;
    padding-top: 39px;
}

.vision-contents .col-md-6:nth-child(1) {
    padding-top: 50px;
    padding-left: 55px;
}

.vision-contents .col-md-6:nth-child(2) img{
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
}
.vision-contents .col-md-6:nth-child(2) .img-box{
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
}
.philosophy {
    padding:4.5vw 0px;
}
.philosophy .img-box {
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.philosophy .col-md-7 {
    padding-right: 70px;
}

.core-main{
    margin:0 auto;
    display:block;
}

.leadership{
    padding:70px 0px;
}
.leadership-wrapp {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
}
.leadership-single {
    width: 30%;
}
.leadership-content {
    background: #E32826;
    padding: 15px;
    color: #fff;
    text-align:center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.leadership-content h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.leadership-content p {
    font-size: 15px;
    font-weight: 400;
    color:#fff;
}
.leadership-single img {
    filter: grayscale(1);
    width: 85%;
    margin: 0 auto;
    display: block;
}
.leadership-single .img-box{
    position:relative;
}
.leadership-single .img-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background: linear-gradient(180deg, #F1F1F1 0%, rgba(255, 255, 255, 0) 193%), linear-gradient(270deg, rgba(255, 189, 189, 0.056) 0%, rgba(166, 166, 166, 0.062) 100%);
    bottom: 0px;
}
.leadership-wrapp{
    margin-top:50px;
}
.values-single h4 {
    font-weight: 600;
    font-family: "Sora", sans-serif;
}
.values-single {
    display: flex;
    width: 26%;
    align-items: center;
}

.icons-values {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 23.9px 0px #00000033;
    border-radius: 50px;
    width: 20%;
    height: 69px;
    border: 5px solid #E32826;
}
.core-div{
    position: relative;
}
.core-main{
    width:55%;
    margin:0 auto;
    margin-top:15%;
}
.values-single h4 {
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 1.042vw;
}
div#values1 {
    position: absolute;
    top: 46%;
    text-align: center;
    left: 2%;
}

.values-content {
    padding-right: 25px;
    width:80%;
}
div#values2 {
    position: absolute;
    top: 8%;
    left: 10%;
    text-align: center;
}
div#values3 {
    position: absolute;
    top: -39%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 36%;
}
div#values3 .icons-values{
    width:70px;
}
div#values3 .values-content{
    padding-right:0px;
}
div#values4 {
    position: absolute;
    top: 7%;
    right: 9%;
    flex-direction: row-reverse;
}

div#values4 .values-content, div#values5 .values-content{
    padding-left:25px;
    padding-right:0px;
    text-align:center;
}
div#values5 {
    position: absolute;
    right: 2%;
    flex-direction: row-reverse;
    top: 48%;
}
.core-values {
    padding: 0px 0px 50px;
}
.career-sec .img-wrapp h4 {
    position: absolute;
    /*left: -10%;
    bottom: 53px;*/
    color: #fff;
    background: red;
    padding: 5px 20px;
    transform: rotate(-90deg);
}
.career-sec {
    padding: 4.5vw 0px;
}
.career-sec .img-wrapp, .about-sec .img-wrapp, .text-label{
    position:relative;
    width:95%;
}
.career-sec .img-wrapp:before, .about-sec .img-wrapp:before, .text-label:before{
    position: absolute;
    right: 0px;
    width: 4px;
    height: 90%;
    background: #ff0000;
    content: "";
    top: 5%;
    border-radius: 10px;
}
.career-sec .img-wrapp h4, .about-sec .img-wrapp h4, .text-label h4 {
    position: absolute;
    /*left: -10%;
    bottom: 54px;*/
    color: #fff;
    background: red;
    padding: 15px 30px;
    transform: rotate(-90deg);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: "Sora", sans-serif;
    transform: rotate(-90deg);   /* rotate text */
    transform-origin: left top;
}
.career-sec .img-box, .about-sec .img-box, .text-label .img-box{
    border-radius:20px;
}
.img-box{overflow: hidden;}
.img-box img{transition: all 0.5s; width: 100%;}
.img-box:hover img{transform: scale(1.05);}

.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 {
    width: 100%;
    margin-top: 0px;
    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 .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:0vw 0 4.5vw;
    /* background: #FFFCF4; */
}
.career .row {
    margin-top: 2vw;
}
.career-form h5 {
    font-size: 24px;
    padding-left: 1.8vw;
    padding-top: 0.5vw;
    padding-bottom: 0.6vw;
    background: #d4b268;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}
.career-form {
    /* background: #EDEDED; */
    border-radius: 20px;
    margin-left: 2vw;
    border: 2px solid #5151514D;
}
.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%);
}
#uploadDiv {
    width: 100%;
    height: auto;
    border: 1px dashed #515151;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #515151;
    font-family: "Open Sans", sans-serif;
    font-size: 0.89vw;
    padding: 0.5vw 1vw;
    background: #f2f2f2;
    height: 4.7vw;
}
#uploadDiv img {
    width: 7%;
    position:relative;
    height:auto;
    top:0px;
}
#uploadDiv:hover {
    background-color: #f0f8ff;
}
.job-description .accordion-body {
    padding: 20px 20px 20px !important;
    border-radius: 43px;
}
.job-description .accordion-item{
    border-radius: 21px;
}
.career .accordion-item {
    margin-bottom: 0px;
    border-radius: 20px !important;
    border: 1px solid #5151514D;
    overflow: overlay;
}
.job-description h5:hover {
    color: #000 !important;
}
.job-description .accordion-body li {
    list-style-type: disc;
    font-size:0.885vw;
    color:#515151;
}

.job-description .accordion-body ul{
    padding-left:20px;
}

.job-description .accordion-button{
    border-top:0px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 1.042vw;
}

.job-description li {
    font-size: 0.89vw;
    color: #515151;
    line-height: 130%;
    margin-bottom:10px;

}
.career .common-btn span {
    color: #000;
    padding-left: 4px;
}
.career-content .img-box{
    border-radius:20px;
}
.job-description .accordion-body h4 {
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 1.042vw;
}
.service-details li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.career .accordion-item {
    margin-bottom: 20px;
    border-radius: 28px;
    /* background: transparent; */
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #E32826;
}
.form-control {
    padding: 10px 20px;
    margin-bottom: 30px;
    border:1px solid #5151514D;
    color:#515151;
    font-size: 0.8vw;
}
.career-img{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
select.form-control {
    font-size: 1vw;
    height: 46px;
}
.form-control::placeholder{
    font-size:1.042vw;
    color:#515151;
}
.career-form .common-btn {
    border: 0px;
    width: 100%;
}
select {
    background: url(../images/down-arrow.svg) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 97%;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(351deg) brightness(103%) contrast(105%);
    font-weight: 800;
}
.work-wrapper {
    display: flex;
}
.work-single h3 {
    font-size: 1.042vw;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}
.work-single {
    margin: 0 auto;
    text-align: center;
    margin: 0px 22px;
    padding:10px;
    transition:all 0.5s ease-in-out;
    width:30%;
}
.work-single:hover{
    box-shadow: 0px 0px 25.9px 0px #0000001A;
    border-radius:20px;
}
.work-single .box{
    background: #fff;
    border-radius: 50%;
    border: 5px solid #E32826;
    padding: 10px;
    width:70px;
    height:70px;
    box-shadow: 0px 0px 23.9px 0px #0000001A;
    margin:0 auto;
    margin-bottom:15px;
}
.work-benifits {
    padding: 70px 0px;
    background: linear-gradient(270deg, rgba(255, 189, 189, 0.112) 0%, rgba(166, 166, 166, 0.124) 100%);
}
.manufacturing {
    padding: 70px 0px;
}
.counters-inside.counter .about-counter {
    width: 30%;
    text-align: center;
    position:relative;
}

.about-counter:before {
    position: absolute;
    content: "";
    background: url(../images/inside-counterline.svg);
    width: 2px;
    height: 80px;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.counters-inside.counter {
    padding: 50px 0px;
}
.about-counter:last-child:before{
    display:none;
}
.infra-rd .img-box{
    border-radius:20px;
}
.infra-rd {
    padding: 60px 0px;
}
.infra-rd .w-90{
    padding-right:50px;
}
.rd-icons{
    padding:60px 0px;
}
.rd-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.rd-single {
    text-align: center;
    width: 33%;
    padding: 15px 20px;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
}
.rd-single:hover {
    box-shadow: 0px 0px 25.9px 0px #0000001A;
}
.rd-single h5 {
    margin-top: 20px;
    font-size: 1.042vw;
    font-weight: 600;
    line-height: 22px;
}
.rd-single .img-div {
    background: #fff;
    border-radius: 50%;
    border: 5px solid #E32826;
    padding: 10px;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 23.9px 0px #0000001A;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us .container {

    border-radius: 20px;
}
.contact-left {
    padding: 35px 30px;
    border-radius: 20px 0px 0px 20px;
    background: #F5F5F5;
    position: relative;
}

.contact-form .row .col-md-6:nth-child(2){
    padding-right:0px;
}
.contact-us {
    padding: 4.5vw 0px;
}
.p-right{
    padding-right:0px;
}

.p-right img{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.contact-form {
    padding: 30px 35px;
}
.col-md-6.p-right.p-0 {
    margin-left: -10px;
}
.contact-form .common-btn {
    border: 0px;
    margin-top: 22px;
}
.lets-connect .nav-link {
    font-family: "Sora", sans-serif;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 40px;
    margin: 0px 20px;
    color:#515151;
    padding:10px 24px;
    font-size:16px;
}
.lets-connect .nav-tabs{
    border-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.lets-connect .nav-link.active {
    border-bottom: 1px solid #ccc;
}
.lets-connect {
    padding: 70px 0px 0px;
}

.lets-connect .nav-link.active {
    background: #e32725;
    color: #fff;
}
.add-wrapp {
    display: flex;
    gap: 40px;
    margin-bottom: 26px;
}
.loc {
    display: flex;
    width: 32%;
    gap: 20px;
}
.loc .img-div {
    width: 18%;
    height: 72px;
    background: #fff;
    border-radius: 50px;
    border: 5px solid #e32725;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0px 1px 28.7px 0px #00000040;
}
.loc-add {
    width: 80%;
}
.product-contact .common-btn img {
    width: 26px !important;
    margin-right: 5px;
}
.loc-add h5{
    font-family: "Sora", sans-serif;
}
.loc-add p, .loc-add a{
    font-size:16px;
    color:#515151 ;
    margin-bottom:0px;
}
.loc-add a:hover{
   color:#515151 ; 
}
.loc.loc-phone p {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.loc.loc-phone p a {
    width: 45%;
    /* display: block; */
}

.milestone-content h3{
    background: linear-gradient(180deg, #2B2A29 0%, #E95351 184.62%);
    font-size:2.604vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.milestone-wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; 
    gap: 10%;
    /* margin-bottom: 60px; */
    padding: 9% 0% 4% 9%;
}
.milestone-content {
    width: 50%;
    padding-left: 50px;
}
.milestone-wrapp img {
    width: 35%;
}
.milestone-div {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.milestone-div .milestone-wrapp:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 9%;
    padding-top: 7%;
    padding-bottom: 6%;
}
.milestone-div .milestone-wrapp:nth-child(even) .milestone-content{
    padding-left:0px;
}
.milestone-line {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    height: 100%;
}
.milestone {
    padding: 90px 0px;
}
.milestone-div{
   margin-top: 6%;
}
.milestone-div .milestone-wrapp:nth-child(even) img {
    width: 40%;
}
.slider-bottom-single:hover {
    background: #fff;
}
.home-product .common-btn:hover {
    border: 1px solid #fff;
}
.content-left {
    padding: 00px 0px 0px;
}
.services-choose .why-single {width: 16%;}
.services-choose .why-single:nth-child(1) h5 {
    margin-bottom: 35px;
    text-align: center;
}

.services-choose .why-single:nth-child(2) h5{
    text-align:center;
    left:0;
}

.services-choose .why-single:nth-child(2){
    top: -0.6vw;
    left: -2vw;
    display: flex;
    flex-direction: column-reverse;
}

.services-choose .why-single:nth-child(3) h5{
    margin-bottom: 35px;
    text-align: center;
}
.services-choose .why-single:nth-child(3){
    top: -0.1vw;
}
.services-choose .why-single:nth-child(4) {
    top: -5vw;
    display: flex;
    flex-direction: column-reverse;
}

.services-choose .why-single:nth-child(4) h5{
    text-align:center;
    left:0px;
}
.solutions-lastsec .img-wrapp .img-box {
    position: relative;
    margin-bottom: 20px;
}
.solutions-lastsec .img-wrapp .img-box img {
    filter: brightness(0.8);
}

.solutions-lastsec .img-wrapp .img-box p {
    position: absolute;
    bottom: 0px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}
.solutions-lastsec .d-flex{
    display:flex;
    gap:20px;
    padding-left: 10%;
}
.solutions-lastsec {
    padding: 100px 0px;
    margin-top:100px;
    position:relative;
    padding-bottom:0px;
    max-height: 600px;
}
.solutions-lastsec .d-flex .img-wrapp:nth-child(1) {
    position: relative;
    top: -190px;
}

.solutions-lastsec .d-flex .img-wrapp:nth-child(2) {
    position: relative;
    top: -130px;
}

.solutions-lastsec:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 530px;
    background: linear-gradient(270deg, rgba(255, 189, 189, 0.112) 0%, rgba(166, 166, 166, 0.124) 100%);
    display:none;
}
.why-single .icon-box img {
    width: 68%;
    margin: 0 auto;
    text-align: center;
}
.news-events {
    padding: 4.5vw 0px;
    padding-bottom:0px;
}
.btm-strip p a.red{
    color:#E32725;
}
.content-left .text-box {
    padding-right: 30px;
}

.common-page {
    padding: 60px 0px;
}
.sitemap {
    padding: 60px 0px;
}
.sitemap a {
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-size:15px;
}

.sitemap a:hover{
   color: #000; 
}
.sitemap h4 {
    font-size: 1.15vw;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
}

/*.job-single .accordion-collapse {
    display: none;
}*/
.iti {width: 100%;}
span.select2-selection.select2-selection--single {padding: 10px 20px; height: auto !important;}

a.service-single {
    box-shadow: 0px 2px 10px #ccc;
    display: block;
    border-radius: 20px;
    padding: 38px 10px;
    height: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
a.service-single span {
    padding: 5px 25px;
    color: #fff;
    background: #e32725;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 25px;
}

.service-single .text-box {
    text-align: center;
    margin-top: 15px;
}
.service-single .text-box p{
    margin-bottom:0px;
}
.service-single .text-box h6 {
    color: #000;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
}

.service-single .text-box .common-btn{
    margin:0 auto;
}

.service-single .img-box {
    width:100%;
}
.service-single .text-box .common-btn span {
    top: 2px;
    left: 3px;
}

.services-listing .text-box{
    background:#000;
}

.insights {
    padding: 70px 0px;
}
.insights .news-wrapper {
    box-shadow: 0px 2px 4px #ccc;
    border-radius: 20px;
    padding: 0px;
    overflow: hidden;
}
.insights .right-box.row {
    display: flex;
    gap: 25px;
}
.insights .text-box {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    padding: 15px 20px;
}
.news-wrapper .img-box {
    border-radius: 0px;
}

.d-flex.align-items-center.proven-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: flex-start;
}
section.product-overview h3 {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-overview p span {
    font-size: 0.89vw !important;
    color: #515151 !important;
}

.technical .proven-wrapper {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding-top: 30px !important;
}
.proven-single .icon-box {
    margin-bottom: 13px;
}
.proven-single p {
    text-align: center;
    /* font-family: "Sora", sans-serif; */
    line-height: 24px;
    font-size: 17px;
    font-weight: 500;
}
section.product-overview .proven-single p {
    font-size: 0.89vw;
    line-height: 19px;
    color: #515151;
    font-weight: 400;
}
.product-overview .proven-wrapper {
    gap: 20px;
}
.product-overview .proven-single {
    width: 22%;
}

.services .text-box li {
    list-style-type: disc;
    font-weight: 400;
    font-size: 0.89vw;
    color: #515151;
    margin-bottom: 13px;
}
.services .text-box ul {
    margin-left: -15px;
}


.solutions-lastsec li {
    list-style-type: disc;
    font-weight: 400;
    font-size: 0.89vw;
    color: #515151;
    margin-bottom: 5px;
}

.services .col-lg-3 .img-box img {
    width: 400px;
    height: 221px;
  
    object-position: top;
}

.back-to-top{
    right:15px;
    left:auto;
}


/*ul.under_li {
    width: 230px;
}*/

.rotation {
    /*width: 100% !important;*/
    width: 32.71vw !important;
    margin: 0;
    border: 2px solid #E32826;
    border-radius: 12px;
}
.rotation img{
    width: auto !important;
    /*height: 95vh !important;*/
    margin: auto !important;
}

    .services-choose .why-single:nth-child(1) {
        position: relative;
        left: -8vw;
        top: 5.3vw;
    }



.client {
    padding: 0vw 0 4.5vw;
}
table td:first-child,
table th:first-child {
  text-align: center;
}

.img-box {
  position: relative;
  overflow: hidden; /* MUST */
}

.zoom-result {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;   /* or 100% */
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  z-index: 10;
}
.search-wrapper.desktop-search {
    margin-left: 16px;
}
.search-wrapper input:focus{
  
     border: 1px solid #fff !important; 
}
.search-wrapper .fa {
    position: absolute;
    right: 13px;
    top: 14px;
    font-weight: 400 !important;
    color: #fff;
    font-size: 13px;
}
.search-wrapper input {
    margin-bottom: 0px;
    background: transparent;
    color: #fff !important;
    font-size: 18px;
    padding: 7px;
    border: 1px solid #fff;
}
.search-wrapper input::placeholder{
    color:#fff;
}

.search-wrapper .form-control:focus{
    background:transparent !important;
    border-bottom:1px solid #fff !important;
    box-shadow:none !important;
}

/* FULLSCREEN VIEW */
.close-fullscreen {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  z-index: 99999;
}
.zoom-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  background: #000;
  color: #fff;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
}

/*.fullscreen-img-box img {
  width: 100%;
  display: block;
}*/

#fullscreen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* FULLSCREEN VIEW (OVER IMAGE) */
.fullscreen-img-box {
    width: 80%;
    max-width: 900px;
    position: relative;
}


.img-box.fullscreen-img-box img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    object-fit: contain;
}
#fullscreen-img {
    transition: transform 0.2s ease;
    cursor: zoom-in;
}

.img-box {
    position: relative;
}


.fullscreen-img-box img {
    width: 100%;
}

/* 🔥 KEY DIFFERENCE */
.fullscreen-img-box .zoom-result {
    position: absolute;
    top: 0;
    left: 0;        /* IMPORTANT FIX */
    width: 100%;    /* COVER IMAGE */
    height: 100%;
    background-repeat: no-repeat;
    display: none;
}
.caption-left .common-btn:hover {
    border: 1px solid #fff;
}
.caption-left .common-btn::before {
    background: #000;
}
.history-slider {
    padding-right: 7vw;
}
.services .container {
    padding: 0 0 5vw;
}
section.technical .tab-content ul {
    margin-top: 29px;
}
section.technical .tab-content ul li {
    list-style-type: disc;
}
.news-single .img-box img {
    height: 200px;
    object-fit: cover;
}
.news-single {
    background: #f8f1f1;
    padding: 10px;
    border-radius: 11px;
    margin-bottom: 24px;
    display: block;
}
.news-single .text-box {
    margin-top: 13px;
}
.news-single .text-box span {
    font-weight: 500;
}
a.news-single {
    color: #000 !important;
}
.news .main-row{
    margin-top: 30px;
}
.news-single:hover{
    box-shadow: 0px 0px 10px #ccc;
}

/*section.services-main .text-box {
    height: 23.54vw;
    overflow-y: scroll;
}*/

/* width */
.services-main .text-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.services-main .text-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.services-main .text-box::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.services-main .text-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.search-result.container {
    position: absolute !important;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    padding: 22px;
    top:7.55vw;
}
.search-result a {
    display: block;
    color: #000 !important;
    font-size: 0.89vw;
    margin-bottom: 7px;
}
.search-list a:hover {
    color: #007bff;
}
.search-result h4 {
    color: #000;
    font-size: 21px;
}
.search-result::before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 5.5vw;
    transform: rotate(45deg);
    top: -3px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
}
/* Optional scroll if too many items */
.search-list {
    max-height: 250px;
    overflow-y: auto;
}
.search-result {
  display: block;
  z-index: 9999;
}
.service-main-category .container{
    padding-bottom: 0;
}
.video-single .play {
    filter: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
    pointer-events: none;
    z-index:5;
    font-size: 40px;
    color: red;
    background: #fff;
    line-height: 12px;
}
.video {
    padding: 70px 0px;
}
.video-modal .btn-close {
    position: absolute;
    top: -50px;
    right: -70px;
    background: #fff !important;
    font-size: 25px;
    font-weight: 300;
    border-radius: 0px;
    line-height: 25px;
    padding: 0px 10px;
    height: 38px;
    opacity:1;
}
.video-single {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.services .img-box {
    width: 95%;
    position: sticky;
   
}
.industry-banner img{
    filter: brightness(0.6);
}
.product-overview .left-wrapper {
    position: sticky;
    top: 12vw;
}
   .enquiry-modal .modal-dialog {
        max-width: 656px;
        margin-right: auto;
        margin-left: auto;
    }
     .enquiry-modal .modal-dialog button {
    border: 0;
    outline: 0;
    padding: 0 45px;
}
.modal-backdrop {
    background-color: #000000 !important;
    opacity: 0.8 !important;
}
.loc-add p b{
    color: #E32826;
}
.col-lg-5.col-md-12.strip-pages {
    text-align: center;
}
.video-single p {
    margin-top: 11px;
    margin-bottom: 0;
    font-weight: 700;
}
.slider-bottom-single{
    height: 22vw;
}

span.close, .mobile-search{
    display: none;
}
.rotate {
    width: 13%;
    /* display: revert-layer; */
    margin-top: 12px;
    margin-left: 9px;
    position: absolute;
}


.mega-menu .row ul {
    display: block;
}
.mega-menu {
    position: absolute;
    background: #000;
    padding: 1vw;
    height: 29.33vw;
    padding: 2vw 2.5vw 0 1vw;
    border-radius: 0px 0px 0px 20px;
    min-width: 21vw;
    display: none;
   }
   .mega-parent:hover .mega-menu{
    display: block;
   }
.sub-menu {
    position: absolute;
    top: 1vw;
    left: 19vw;
    background: #000;
    display: none;
    width: 19vw;
    height: 28.33vw;
    padding: 1vw;
    border-left: 1px solid  #E2E2E233;
}
.first-cat li:hover .sub-menu{
    display: block;
}
.mega-menu .sub-menu a, .mega-menu .sub-menu a:hover {
    white-space: break-spaces;
    width: 87%;
}
.sub-menu-cat {
    display: none;
    position: absolute;
    top: 0;
    left: 17vw;
    background: #000;
    width: 100%;
    height: 28.33vw;
    padding: 1vw;
    border-radius: 0px 20px 20px 0px;
    border-left: 1px solid #E2E2E233;
}
.sub-menu li:hover .sub-menu-cat{display: block;}
.mega-menu a, .mega-menu a:focus, .mega-menu a:hover {
    font-size: 0.89vw !important;
    margin-bottom: 0.8vw;
    padding: 0.6vw;
    margin: 0;
    color: #FFFFFFCC !important;
    width: 95%;
}
.mega-menu a span {
    font-size: 0.69vw;
}
.mega-menu a:hover {
    background: #f7f7f240;
    color: #FF413F !important;
    padding: 0.6vw;
    border-radius: 0.6vw;
}


.navbar ul.under_li .dropdown-heading a {
    font-size: 0.73vw !important;
    color: #FFFFFFCC;
    display: block;
    position: relative;
    margin-bottom: 0.5vw;
}
.mega-menu .dropdown-heading{
    position: relative;
}
li.dropdown-heading::before {
    position: absolute;
    content: "";
    background: #E2E2E233;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
navbar ul.under_li .dropdown-heading a :hover{
    background: transparent !important;
    color: #FFFFFFCC !important;
}

.mega-menu li{
    position: static;
}
.mega-menu .sub-menu-cat a{
    width: 100%;
}



nav#navbar ul ul {
    height:41vw;
    background: #000;
}
nav#navbar .main-ul{
    border-radius: 20px 0px 0px 20px;
}
.navbar .dropdown ul a {
    font-size: 0.89vw !important;
    color: #FFFFFFCC !important;
    white-space: normal;
    width: 90%;
    padding: 8px 40px 8px 20px;
}
.navbar .dropdown ul a:hover {
    color: #FFFFFFCC !important;
  
    background: #ffffff33;
    border-radius: 10px;
}
li.dropdown{position: static;}
ul.main-ul {
    width: 152%;
}
.navbar .dropdown ul {
    left: -231px;
    top: 132%;
    
}
.history-slider ul li {
    list-style-type: disc;
    margin-bottom: 0.9vw;
    font-size: 0.89vw;
}
li.dropdown-heading {
    height: 63px;
    display: flex;
    align-items: flex-end;
}
.philosophy .mobile-img-box{
    display: none;
}

