@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: "Montserrat", sans-serif;
}
.f-light{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.f-regular{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.f-semibold{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.f-bold{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.brandred {color: #d70e10;}
body a:hover{
    text-decoration: none;
    color: #fff;
}
body li{
    list-style: none;
}
p{
    font-weight:500 !important;
}
a {
    text-decoration: 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;
} 
button:focus {
    outline: 0;
    box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 70px;
    padding: 0px 0 0px;
    transition: all 0.3sease-in-out;
    /* background: transparent; */
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 0%), 0 0 10px rgb(0 0 0 / 16%), 0 4px 6px rgb(0 0 0 / 0%);
}
header.shrink{
    animation: 0.3s 0.3s fadeInDown both;
    background: #fff;
    box-shadow: 0px 2px 10px #00000059;
}
header.animated.shrink {
    background: #fff;
    height: 85px;
}
header.animated.shrink .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
}
header.animated.shrink .upper-nav ul li:nth-child(1) a {
    color: #ffffff;
    font-size: 15px;
    padding: 3px 12px;
    background: #c1c1c1ad;
}
.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: initial;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #d70e10;
}
.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:15px;
    color: #000;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 400;
    margin: 0px 2px;
    margin-top: 0px;
    position: relative;
    padding: 0px 8px 15px;
    padding-top: 24px;
    padding-bottom: 10px;

}
.navbar-expand-md .navbar-nav .nav-link:hover{
    color: #d70e10 !important;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #d70e10;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -14px;
    left: 2px;
    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-brand {
    position: absolute;
    top: 10px;
    left: -10px;
    padding: 0;
    width: 16%;
}
.navbar-brand img {
    width:100%;
}
.upper-nav {
    padding: 0px 0px;
}
.upper-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.upper-nav ul li a img{
    padding: 5px 5px;
}
.upper-nav ul li:nth-child(2) a {
    color: #ffffff;
    font-size: 15px;
    padding: 7px 12px;
    background: #FD0201;
}
.upper-nav ul li:nth-child(1) a {
    color: #ffffff;
    font-size: 15px;
    padding: 3px 12px;
    background: #ffffff47;
}
.home-slider h2 {
    font-size: 80px;
    text-align: left;
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.caption-left {
    position: absolute;
    top: 35%;
   /* left: 32%;
   transform: translateX(-50%);*/
}
.caption-left p{
    color: #fff;
}
.common-btn {
    width: 145px;
    height: 44px;
    background: #d70e10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    /* border-radius: 30px; */
    font-weight:500;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9e9e9e;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.common-btn:hover {
    color: #fff !important;
    border: 0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(360deg);
    position: relative;
    top: 1px;
    left: 5px;
}
.common-btn:hover span {
    color: #fff;
}
footer{
    position: relative;
    background: #f3f5f4;
}
.main-footer {
    background: #f3f5f4;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 50px;
}
/* .main-footer::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: #d70e10;
    left: 0%;
    margin-top: -50px;
} */
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
.footer-logo {
 background: #fff;
 padding: 10px 20px;
 box-shadow: 0px 0px 93px #00000029;
 border-radius: 6px;
 margin-top: -26%;
}
.footer-img {
    margin-bottom: 25px;
}
.footerlogo {
    width: 55%;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
/*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 h4 {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 14px;
    }
    .column:nth-child(1) {
        width: 25%;
        margin-right: 0;
    }
    .column:nth-child(1) p {
        color: #fff;
        margin-top: 20px;
        font-size: 15px;
        line-height: 22px;
        width: 89%;
        font-weight: 100;
        margin-bottom: 0;
    }
    .column:nth-child(2) {
        width: 26%;
        position: relative;
    }
    .column:nth-child(3) {
        width: 27%;
    }
    .column:nth-child(4) {
        width: 25%;
    }
    .column:nth-child(5) {
        width: 20%;
    }
    .column:nth-child(5) p {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin: 13px 0px;
  }
  .column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    width: fit-content;
}
/*.column:last-child a {
    font-size: 25px;
    }*/
    .column p {
        color: #FFFFFF;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .column a:hover {
        color: #000 !important;
        transition: 0.4s all ease-in-out;
    }
    .Contact-wrapper a img{
        margin-right: 10px;
    }
    .Contact-wrapper a {
        display: flex;
        align-items: flex-start;
        color: #000;
    }
    .address-wrapper {
        display: flex;
        align-items: flex-start;
        margin-top: 24px;
    }
    .footer-contact a {
        padding-bottom: 0px !important;
    }
    .footer-contact span {
        padding-right: 5px;
        color: #5EC434;
    }
    .social-box a {
        font-size: 35px;
        color: #8a8a8a;
        margin-right: 19px;
        margin-left: 0;
    }
    .social-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
        color: #fff;
        font-size: 29px;
        margin-right: 23px;
    }
    .btm-strip {
        position: relative;
        padding: 0px 0px 20px;
    }
/*.btm-strip .container{
 background: #000000;
 }*/
 .btm-strip {
    color:#fff;
}
.btm-strip .container {
    padding: 16px 0px 16px 0px;
    position: relative;
}
.btm-strip p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.btm-strip a {
    font-size: 14px;
    color:#000;
}
.btm-strip a:hover {
    text-decoration: none;
    color: red;
}
/*.btm-strip .strip-pages:before {
    background: #E24023;
    content: "";
    position: absolute;
    width: 29%;
    left: -10px;
    top: 0px;
    height: 100%;
    z-index: 0;
    }*/
    .heading {
        font-size: 40px;
        font-weight: 700;
        /* color: #EA2F2E; */
    }
    .subheading {
        background: #FD0200;
        width: fit-content;
        color: #fff;
        font-size: 19px;
        padding: 5px;
        /* text-transform: uppercase; */

    }
    .containers h2 {
        text-align: center;
        margin: 0 auto;
    }
    .homeabout {
        padding: 40px 0px;
        position: relative;
    }
    .homeabout p,.homeabout h2{
        color: #fff;
        margin-bottom: 30px;
    }
    .homeabout .world-class-bg {
        position: absolute;
        top: 0%;
        left: 0px;
        width: 60%;
        height: 530px;
        z-index: -1;
    }
    .home-facility {
        padding: 90px 0px;
        background: url(../images/world.png) no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: -2px;
    }
    .home-facility h2{
        font-size: 40px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px;
    }
    .homeabout .about-element {
        position: absolute;
        width: 42%;
        right: -24%;
        top: 13%;
        z-index: -1;
    }
    .home-facility h5 {
        font-size: 31px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px;
    }
    .home-facility p {
        color: #fff;
        margin-bottom: 20px;
    }

    .home-facility .facility-single1 img {
        width: 25%;
        mix-blend-mode: difference;
    }
    .home-facility .facility-single1 .counter-list p {
        color: #0e0e0e;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .home-facility .facility-single1 .counter-list h4 {
        font-size: 40px;
        color: #000;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .home-facility .facility-single1 {
        position: relative;
        top: -68px;
        left: -57px;
        text-align: center;
    }
    .home-facility .facility-single .counter-list h4 {
        font-size: 38px;
        color: #fff;
    }
    .home-facility .facility-single img{
      width: 18%;
  }
  .home-services {
    padding: 80px 0px;
    position: relative;
}
.home-services .sub-heading {
    font-size: 25px;
    font-weight: 500;
    color: #A09797;
}
.home-services .content {
    color: #000;
    font-weight: 700;
}
.home-services span.icon-right-arrow {
    color: #dc3636;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 6px;
}
.home-services h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ea2f2e;
    margin-top: 15px;
}
.home-services .item span.icon-right-arrow {
    color: #dc3636;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 6px;
}
.home-services .services-img {
    position: absolute;
    width: 40%;
    margin-top: -12%;
    margin-left: -65px;
}
.home-services .item .img-wrapp{
   position: relative;
   overflow: hidden;
}
.home-services .item .img-wrapp:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.home-services .item .img-wrapp:after, .home-services .item .img-wrapp:before {
    background: #000000fc;
}
.home-services .img-wrapp:hover:before {
    height: 100%;
}
.home-services .item .services-content span {
    font-size: 12px;
    color: #fd0201;
    opacity: 0;
    background: #00000070;
    padding: 20px 24px;
    /* border-radius: 89%; */
    position: absolute;
    left: 40%;
    top: 26%;
    font-size: 25px;
    z-index: 4;
    transition: all 0.4s ease-in-out;
}
.home-services .item:hover .services-content span {
    opacity: 1;
}
.home-services .item .services-content p {
    font-size: 12px;
    color: #fd0201;
    opacity: 0;
    position: absolute;
    left: 37%;
    top: 41%;
    font-size: 12px;
    font-weight: 700;
    z-index: 4;
}
.home-services .item:hover .services-content p{
    opacity: 1;
}
.home-services .item:hover h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}
.home-footprint {
    padding: 80px 0px 80px;
    background: linear-gradient(#ecf2fe, #fff);
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
}
.footprint-wrapper.counter {
/*    margin-top: -11%;*/
position: relative;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
}
.home-footprint .sub-heading {
    font-size: 25px;
    font-weight: 500;
    color: #A09797;
}
.home-footprint .heading {
    font-size: 31px;
    color: #d70e10;
    margin-bottom: 35px;
}
.home-footprint .counter-list {
    display: flex;
    text-align: left;
    justify-content: center;
    /* position: absolute; */
    top: 30%;
    padding: 0px 5px;
    width: 100%;
    /* align-items: center; */
    flex-wrap: wrap;
    flex-direction: column;
}
.home-footprint .footprint-single {
    position: relative;
    margin: 5px 5px;
    width: 35%;
}
.home-footprint .footprint-single1 {
    position: relative;
    margin: 5px 5px;
    left: 0px;
    width: 25%;
    background: #d70e10;
    padding: 10px 10px;
}
.home-footprint .counter-list h4 {
    color: #ffff;
    font-size: 41px;
}
.home-footprint .counter-list p {
    color: #ffff;
    font-size: 29px;
    text-align:left;
    display: block;
    line-height: 34px;
    margin-bottom: 0;
    padding-left: 0px;
}
.home-footprint .counter-wrapper {
    display: flex;
    position: relative;
    top: 45px;
    width: 70%;
}
.home-footprint .counter-list h4 {
    border-bottom: 3px solid #fff;
}
.home-footprint .location1 {
    position: absolute;
    top: 37%;
    right: 25.5%;
}
.home-footprint .location4 {
    position: absolute;
    top: 56%;
    right: 22%;
}
.home-footprint .location3 {
    position: absolute;
    top: 41.4%;
    right: 23.7%;
}
.home-footprint .location4 {
    position: absolute;
    top: 75%;
    right: 22%;
}
.home-footprint .location5 {
    position: absolute;
    top: 33%;
    right: 22%;
}
.home-application {
    background: url("../images/application-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
.home-application h5 {
    margin:0 auto;

}
.home-application h2 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}
.home-application .item .text-box {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    transition:all 0.3s ease-in-out;
}
.home-application .owl-item .item  {
  /*transform: scale(0.8);*/
  transition: all 0.4s ease-in-out;
}
.home-application .owl-item.active.center .item{
    /*transform: scale(1.04);*/
}
.home-application .owl-item .item img {object-fit: cover; aspect-ratio: 166 / 199;}
.home-application .text-box {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    height: 17%;
    transition: all 0.5s ease-in-out;
    width: 80%;
    /*overflow: hidden;*/
    background: #9E9E9E;
}

.home-application .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -18%;
    display: inline-flex;
    transform: translate(-50%, -50%);
}
.home-application .owl-theme .owl-dots .owl-dot {
    display: block;
}
.home-application .owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 4px;
    margin: 14px 7px;
    border-radius: 0px;
    background: #a09797 !important;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.home-application .owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
    height: 4px;
    background: #d70e10 !important;
    display: block;
    border-radius: 0px;
    margin-bottom: 20px;
    position: relative;
}
.breadcum {
    position: relative;
    
}
.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%;
}
.caption-heading.title-heading {
    position: absolute;
    top: 46%;
    width: 40%;
}
.caption-heading {
    position: absolute;
    top: 57%;
    width: 40%;
}
.caption-heading.product-detail-caption{
    position: absolute;
    top: 40%;
    width: 25%;
}
#about-breadcrumb .caption-heading {width: 65%; transform: translateY(-50%);}
#about-breadcrumb .caption-heading h1 {margin-bottom: 2rem;}
#about-breadcrumb .caption-heading p {width: 100%;}
.caption-heading.product-detail-caption p {width: 100%;}
.caption-heading.product-detail-caption p br{
    display: none;
}
.breadcum h1 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcum_list {
    position: absolute;
    top: 85px;
    font-size: 14px;
    left: 0%;
    /* background: #EEEAEA; */
    width: 100%;
    padding: 15px;
    padding-left: 108px;
    /* border-top: 1px solid #ccc; */
}
.breadcum_list a {
    color: #000 !important;
    font-weight: 600;
}
.breadcum_list .container{
    position: relative;
}
#custom-breadcrumb {margin-top: 85px;}
#custom-breadcrumb .container-breadcrum {
    margin-bottom: 1rem;
    padding-top: 20px;
    padding-bottom: 10px;
    /* font-size: 20px; */
}

.common-page {
    padding: 40px 0px 30px;
}
.common-page img {
    width: 15%;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcum-container{
    position: relative;
}
.error-btns a {
    margin-right: 10px;
}
.brand {
    padding: 80px 0px;
}
.brand h5 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    margin-bottom: 50px;
}
.brand .brand-content {
    background: #F8F7F7;
    /* text-align: center; */
    padding: 54px 0px;
}
.brand .nav-tabs .nav-link.active {
    color: #fff;
    background: url("../images/brand-new.png") no-repeat;
}
.brand .nav-tabs .nav-link {
    color: #000;
    font-size: 30px;
    border: 0px;
    border-radius: 0px;
    padding: 10px 40px;
    background: #F8F7F7;
    margin: 10px 0px;
    position: relative;
}
.brand li.nav-item.active {
    width: 70%;
}
.brand .brand-bg {
    width: 70%;
}
.brand ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.brand .list-img {
    width: 20px;
    padding-left: 0px;
    padding-right: 10px;
}
.brand .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    width: 10%;
    height: 100%;
    top: 16%;
    right: -15%;
    background: url(../images/right-arrow.svg) no-repeat;
    background-size: 65% 65%;
}
.container-types{
    padding: 80px 0px;
}
.container-types h2 {
    color: #000;
}
.container-types h4 {
    font-size: 30px;
}
.container-content {
    display: flex;
    padding: 20px 20px;
    background: #F8F7F7;
}
.container-types a.common-btn {
    width: 250px;
    height: 55px;
    font-size: 14px;
    margin: 28px 0px;
}
.container-types .text-box {
    padding: 0px 32px;
}
.reach-us {
    padding: 80px 0px;
    background: #dedada57;
}
.reach-us-wrapper {
    display: flex;
    margin: 10px 0px;
}
.reach-us a{
    color: #000;
}
.reach-us a:hover{
    color: #000;
}
.reach-us .item {
    width: 30%;
    padding: 20px 0px;
    position: relative;
}
.reach-us .item:before {
    content: "";
    width: 0.5%;
    position: absolute;
    height: 134px;
    background: #cccccc;
    left: -7%;
    margin-top: -18px;
}
.reach-us .item:nth-child(1):before {
 display: none;
}
.reach-us .item:nth-child(3):before {
 display: none;
}
.reach-us a img{
    padding-right: 10px;
}
.reach-us h2 {
    color: #000;
}
.technical-specifications {
    padding: 80px 0px;
}
.technical-specifications h2 {
    color: #000;
}
/*.technical-specifications .nav-tabs .nav-item.show, .technical-specifications .nav-link, .technical-specifications .nav-tabs .nav-link.active{
    background-color:transparent;
    border: 0px;
    font-size: 20px;
    }*/
    .technical-specifications ul.nav.nav-tabs {
        border-bottom: 1px solid #ccc !important;
        padding: 0px 0px;
        /* border: 1px solid #E9ECF4; */
    }
    .technical-specifications .nav-link {
        padding: 15px 20px;
        color: #A09797;
        font-size: 20px;
        font-weight: normal;
        border: 0;
    }
    .technical-specifications .nav-link:hover, .technical-specifications .nav-link.active:hover {
        color: #fd0201;
        background-color: unset;
        border: none; 
        border-bottom: 3px solid;
    }
    .technical-specifications .nav-link.active {
        color: #fd0201;
        border: 0;
        border-bottom: 3px solid;
    }
    .technical-specifications .text-wrapp {
        /* border: 1px solid #E9ECF4; */
        padding: 30px 0px 30px 0px;
    }
    .technical-specifications .table>:not(caption)>*>* {
        padding: 0.7rem 1rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 0px; 
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }
    .technical-specifications .table {
        width: 75%;
    }
    .invidunt {
        padding: 80px 0px;
    }
    .invidunt h4 {
        color: #A09797;
    }
    .invidunt .row {
        display: flex;
        text-align: start;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 30px;
    }
    .get-quote {
        padding: 20px 0px;
    }
    .get-quote .get-content {
        background: url(../images/get-quote.png) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 20px 20px;
        display: flex;
        justify-content: space-around;
    }
    .get-quote .get-content .common-btn {
        margin: 22px 0px;
    }
    .get-quote .get-content .text-box {
        color: #fff;
        padding: 6px 0px;
    }
    .get-quote .get-content .text-box p {
        color: #fff;
        margin-bottom: 0px;
    }
    .why-us {
        padding: 80px 0px;
    }
    .why-us  h2 {
        color: #000;
        margin-bottom: 30px;
    }
    .why-us .item {
        text-align: center;
        padding: 41px 20px;
        border: 1px solid #cccccc9e;
        margin: 14px 0px;
        position: relative;
    }
    .why-us .hand-img {
        width: 25%;
        margin-bottom: 20px;
    }
    .why-us .item .img-wrapp {
        position: absolute;
        top: 0%;
        left: 0px;
        opacity: 0; 
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .why-us .item .img-wrapp img {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .why-us .item:hover .img-wrapp {
       opacity: 1; 
   }

   .why-us .item:hover .img-box img{
       transform: scale(1.1);
       filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
   }
   .why-us .item:hover .text-box h4{
       color: #fff;
   }
   .why-us .item:hover p{
       color: #fff;
   }
   .project{
    padding: 80px 0px;
    background: url("../images/project-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.project h2 {
    color: #fff;
    margin-bottom: 20px;
}
.project h4 {
    color: #fff;
    margin-top: -60px;
    padding: 15px 15px;
}
.project .project1 {
    height: 535px;
    width: 100%;
}


.contact {
    padding: 100px 0 40px;
    /* background: linear-gradient(to right, #fff 40%, #ffabac1a 40%); */
}
.contact-single h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.Contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px 10px; */
    flex-wrap: wrap;
    box-shadow: 0px 3px 15px #00000029;
}
h5.text-center.mial-text a {
    color: #d70e10;
}
h5.text-center.mial-text {
    margin-top: 36px;
    font-size: 23px;
}
.contact select {
    background: url(../images/down-arrow.png) no-repeat !important;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 95% !important;
    position: relative;
    padding-top: 23px;
    /*    top: 16px;*/
    background-position-y: 53% !important;
}
.contact .left-div {

}
.contact .right-div {


    padding-left: 60px;
}
.contact .form-group {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
.contact .hide_label {
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0;
    line-height: 1;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.contact .box-stlye {
    border: 0;
    border-radius:0px;
    background-color: #fff !important;
    /*box-shadow: -4px 6.928px 16px 0px rgba(12, 151, 146, 0.18);*/
    padding: 10px;
}
.contact .btn-box {
    display: flex;
}
.contact .btn-box .btns {
    border: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-right: 10px;
    color: #414753;
    background: #414753;
    color: #fff !important;
    height: 50px;
    font-size: 18px;
}
.contact-single.others-contact {
    /* height: 238px; */
    /*width: 60%;*/
    background:#fff;
    color:#000;
}
.contact-single h4 {
    font-size: 17px;
    font-weight: 500;
}
.others-contact .text-box{
    width: 100% !important;
}
.contact-single.others-contact p {
    display: flex;
}
.contact-single.others-contact p a {
    color: #d70e10;
    padding-left: 10px;
}
.contact-single.others-contact p {
    display: flex;
    font-weight: 400;
}
.contact-single {
    /*display: flex;*/
    /* margin-bottom: 10px; */
    /*width: 40%;*/
    /*border: 1px solid #ccc;*/
    /* border-radius: 10px; */
    padding: 20px;
    height: 195px;
    background:#F50003;
    color:#fff;
    position:relative;
    /* margin: 0px 10px 20px; */
}
.singapore-add {
    display: flex
    ;
}
.contact-single .icon-box {
    width: 35px;
}
.contact .contact-single .icon-box img {
    width: 23px;
    /* margin: 0 auto; */
    display: block;
    padding-top: 5px;
    filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(105deg) brightness(154%) contrast(103%);
}

.contact .text-box {
    width: 90%;
    padding-top: 0px;
}
.contact h2 {
    margin: 0px 0 10px;
    color: #000;
}
.contact .g-recaptcha {
    margin-top: 12px;
}
.contact .email-error {
    font-weight: 400;
    color: red;
    font-size: 13px;
    display: none;
    margin: 10px 0px 0px 0px;
}
.contact  label#msg-error {
    font-weight: 400;
    color: red;
    font-style: italic;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
}
.about {
    padding: 60px 0px;
}
.vision-mission .col-md-6 {
    padding: 40px 75px;
    text-align: center;
    color:#fff;
}
.vision-mission .col-md-6:last-child {
    position:relative;
    color: #fff;
}
.vision-mission .col-md-6:nth-child(1){
    position:relative;
}
.vision-mission .col-md-6:nth-child(1):before {
    position: absolute;
    left: 0px;
    width: 110%;
    background: url(../images/vision-bg.png);
    top: 0px;
    content: "";
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.vision-mission .col-md-6:last-child:before  {
    position: absolute;
    right: 0px;
    width: 110%;
    background: url(../images/mission-bg.png);
    top: 0px;
    content: "";
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.vision-mission img {
    width: 18%;
    margin-bottom: 20px;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    filter: invert(-12%) sepia(10%) saturate(6502%) hue-rotate(343deg) brightness(93%) contrast(210%);
    filter: invert(99%) sepia(0%) saturate(6%) hue-rotate(178deg) brightness(102%) contrast(105%);
}
.vision-mission img:hover{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
select {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 95%;
}
.team {
    padding: 30px 0px 30px;
}
.team-single .img-box{
    position: relative;
}
.team-single .img-box img {
    position: relative;
    z-index: 1;
}
.team-single h4{
    font-size: 22px;
    margin-bottom: 3px;
    position: relative;
}
.team-single h4 .line {
    position: absolute;
    content: "";
    background: #ccc;
    height: 2px;
    width: 14px;
    top: 10px;
    left: 17%;
}
.team-single p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
    opacity: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 3px;
}
.team-single .text-box {
    margin-top: 0px;
}
.team-single {
    width: 92%;
    margin: 0 auto;
}
.team .row {
    justify-content: center;
}
.sitemap {
    padding: 60px 0px;
}
header .common-btn {
    margin-top: 25px;
    background: #d70e10;
    color: #fff;
    border-radius: 30px;
}
header .common-btn:before {
    background-color: #9e9e9e;
    color: #fff !important;
}
header .common-btn:hover{
    color:#fff !important;
}
.sitemap h4 {
    font-weight: 500;
    font-size: 20px;
    color: #d70e10;
}
.sitemap a {
    display: grid;
    color: #000;
    margin-bottom: 7px;
}
.sitemap a:hover {
    color: #d70e10;
    font-weight: 500;
}
.sitemap .col-lg-3 {
    width: 25%;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
/*    transition: all 0.3s ease-in-out;*/
background-color: #000;
left: -90%;
/*    top: 130%;*/
color:#fff;
}
.navbar-nav .dropdown-item {
    color: #fff;
}
.navbar-nav .dropdown-item:hover {
    background: #fd0201 ;
}
header .navbar-expand-md .navbar-nav .nav-item.dropdown.about-dropdown ul {
    left: -40%;
}
/*.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}*/

header .navbar-expand-md .navbar-nav .nav-item.dropdown.about-dropdown ul {
    left: -15%;
}
.brand-content li {
    position: relative;
}
.brand-content li:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 34px;
    left: -15px;
    top: 8px;
    background: url(../images/list-icon.svg);
    background-repeat: no-repeat;
}

/* .navbar-nav .dropdown-menu {
    padding: 35px 35px 0px;
} */
.navbar-nav .dropdown-menu .container {
    padding: 35px 35px 0px;
}
.Contact-wrapper p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}
.Contact-wrapper a:hover {
    color: #868b8f;
}
.contact .form-group label {
    margin-bottom: 7px;
    color: #000;
}

.home-slidercontent .form-control {
    margin-bottom: 25px;
    padding: 9px;
}

.home-slidercontent .common-btn {
    width: 100%;
    border-radius: 10px;
    border: 0px;
    height: 45px;
}
.home-slidercontent {
    background: url(../images/homeslider-banner.jpg);
    padding: 185px 15px;
    color: #fff;
    background-size: 100% 100%;
}
.home-slidercontent h3 {
    font-size: 37px;
    margin-bottom: 20px;
    text-align:center;
}
.home-slidercontent p {
    margin-top: 20px;
    text-align: center;
}
.range-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
/*.range-single {
    position: relative;
    width: 33.4%;
    overflow: hidden;
    }*/
/*.range-single p{
    opacity:0;
    position:absolute;
    top: 0px;

    }*/

    .range-wrapper h4{
        background: #9e9e9e;
        padding: 13px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px;
        text-align:center;
        font-weight: 500;
    }

    .range-single .content-services{
        position: absolute;
        width:100%;
        height:0%;
        background:#000000a3;
        bottom:0px;
        transition:all 0.3s ease-in-out;
        opacity:0;
        color:#fff;
        padding:20px;
        text-align:center;


    }

    .range-single:hover .content-services {
        opacity: 1;
        height: 100%;
        bottom: 0%;
        padding-top: 120px;
    }
    .range-single .content-services .common-btn {
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0px;
        height: 65px;
        font-size: 20px;
        border-radius: 0px;
        background: #d70e10;
        color: #fff;
    }
    .range-single .common-btn span{
        font-size: 14px;
        color: #fff;
    }

    .containers ul.nav.nav-tabs li a{
        border:0px;
    }
    .range-single:hover .content-services h4{
        background-color:transparent;
    }
    .containers ul.nav.nav-tabs li {
        width: 23%;
        margin: 0px 10px;
    }
    .containers ul.nav.nav-tabs li a.active {
        border: 0px;
        color:#d70e10;
        background: transparent;
    }
    .containers ul.nav.nav-tabs {
        border-bottom: 0px;
    }

    .containers h4 {
        font-size: 40px;
        color: #fd0201;
    }
    .containers h3 {
        color: #000;
        margin-bottom: 40px;
    }
    .containers {
        padding: 60px 0px;
    }
    .containers .nav-tabs a{
        color:#000;
    }

    .containers ul.nav.nav-tabs li a.active p {
        border-top: 1px solid #d70e10;
        /*width: fit-content;*/
        padding-top:5px;
    }

    .containers ul.nav.nav-tabs .nav-link:focus, .containers ul.nav.nav-tabs .nav-link:hover{
        border:0px;
    }

    .application-slider .text-box:before {
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 27px solid #9e9e9e;
        border-bottom: 40px solid transparent;
        content: "";
        right: -27px;
        /* top: 34px; */
        position: absolute;
        transition:all 0.3s ease-in-out;
        /* z-index: 9; */
    }

    .application-slider .item:hover .text-box:before {
        width: 0;
        height: 0;
        border-top: 41px solid transparent;
        border-left: 32px solid #d70e10;
        border-bottom: 34px solid transparent;
        content: "";
        right: -32px;
        transition: all 0.3s ease-in-out;
    }
    .application-slider .item:hover .text-box{
        background-color:#d70e10;
    }

/*.home-application .owl-item .item:hover .text-box:before{
     border-left: 27px solid #d70e10;
     }*/

     .client-slider {
        box-shadow: 0px 23px 56px #cccccc1c;
        border-bottom: 1px solid #e1dddd61;
        padding: 10px;
        margin-top: -10px;
        background: #fff;
    }
    .client-slider img {
        /* filter: grayscale(1); */
        transition: all 0.3s ease-in-out;
        padding: 10px 10px;
        width: 60%!important;
    }

    .client-slider .item:hover img{
        filter: initial;
    }
    .about .subheading {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .about h2 {
        color: #000;
    }
    .about p.maintext {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .social-list {
        font-size: 24px;
        border-top: 1px solid #ccc;
        margin-top: 15px;
    }

    .social-list .fa {
        color: #00000063;
        padding: 7px 7px;
        font-size: 20px;
    }
    .team h3 {
        margin: 0 auto;
    }
    .team h2 {
        color: #000;
        margin-top: 15px;
    }

    #members-row ul li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        width: 49.5%;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        text-align: center;
        /*padding: 15px 0px;*/
        margin: 0px;
        border-bottom: 0px;
        box-shadow: 0px 15px 99px #00000029;
        border: 0px;
        font-weight: 300;
    }
    #members-row .gridder-show {
        float: left;
        width: 100%;
        position: relative;
        padding: 5px;
        /* margin: 10px;*/
        padding: 35px 30px;
        background: #F5F5F5;

    }
    .board-listing.members-active:after {
        content: " ";
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 15px solid #FD0200;
        position: absolute;
        left: 48%;
        bottom: -22px;
        z-index: 1;
        /* transform: scale(1.5); */
    }
    #members-row {
        padding: 0px;
        /* border-bottom: 1px solid #f16522;*/
        padding-bottom: 20px;
    }
    #members-row .board-listing {
        /*display: flex;*/
        /*align-items: center;*/
        padding-bottom: 20px;
        margin-bottom: 0px;
        border-top-right-radius:40px;
        border-bottom-right-radius:40px;
        position:relative;
        height: 260px;
        padding-top: 10px;
    }
    #members-row .board-listing img {
        width: 40%;
    }
    figcaption {
        text-align:center;

    }
    #members-row ul {
        padding-left: 0px;
    }

/*#members-row ul .board-listing:before {
    position: absolute;
    width: 85%;
    height: 90%;
    left: 0px;
    border: 1px solid #ccc;
    content: "";
    border-radius: 30px;
    top: 7%;
    z-index: -1;
    left: 14%;
    }*/
    figcaption {
        text-align: center;
    }
    figcaption p {
        margin-bottom: 0px;
        /* color: #fff; */
        font-size: 14px;
        border-top: 1px solid #cccccc59;
        padding-top: 10px;
    }

    .board-details-lg li {
        background: transparent !important;
        width: 100% !important;
        box-shadow: none !important;
        text-align: left !important;
        padding: 0px !important;
        list-style-type: circle !important;
        padding-bottom: 10px !important;
    }

    .box-content {
        padding-top: 50px;
        background: #ffff;
        padding: 10px 15px;
        padding-top: 80px;
        margin-top: -105px;
        position: relative;
        z-index: -1;
    }

    .board-details-lg h4 {
        color: #FD0200;
    }

    .board-details-lg span.icon-right-arrow {
        position: absolute;
        right: 0%;
        background: #fd0201;
        width: 30px;
        height: 100%;
        top: 0px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .board-listing span {
        transform: rotate(90deg);
        display: block;
        font-size: 20px;
        color: #ccc;
    }


    .board-listing.members-active span{
     opacity:0;
 }
 .box-containers {
    position: relative;
    z-index: 1;
}
.board-details-lg ul {
    padding-left: 10px !important;
}
.board-listing.members-active {
    border-bottom: 7px solid #fd0200;
    border-radius: 0px !important;
}
.containers-detail h3 {
    margin: 0 auto;
    margin-bottom: 10px;
}
.containers-detail{
    padding:60px 0px
}

.containers-detail p {
    margin-bottom: 30px;
}
.product-featureswrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-featureslist {
    display: flex;
    width: 30%;
    margin-bottom: 15px;
}
.product-featureslist span {
    font-size: 30px;
    margin-right: 15px;
}

.product-featureslist span {
    font-size: 37px;
    margin-right: 15px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FD0200;
}
.product-featureslist {
    display: flex;
    width: 30%;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc52;
    margin-right: 35px;
}

.product-features .subheading {
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-featureswrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-features h2 {
    margin-bottom: 25px;
}
.product-features {
    padding: 60px 0px;
}
.table-div h4 {
    color: #FD0200;
    font-size: 18px;
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 0px;
}
.product-dimensions {
    background: #EFEFEF;
    padding: 60px 0px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #fff;
    box-shadow: none;
    border: 0px;
}


.table-striped>tbody>tr:nth-of-type(even)>*{
    background: #f7f7f7;
    box-shadow: none;
    border: 0px;
}

.application-container .img-div {
    position: relative;
}

.application-container .img-div p {
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #FD0200;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.application-container {
    padding: 60px 0px;
}

.application-container h3 {
    margin: 0 auto;
    margin-bottom: 20px;
}

.application-container h2 {
    text-align: center;
    margin-bottom: 25px;
}

.application-container .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.application-container .owl-prev {
    left: -4%;
    position: absolute;
}

.application-container .owl-next {
    right: -4%;
    position: absolute;
}
.application-container .owl-theme .owl-nav [class*=owl-]{
    background:transparent !important;
    color:#767676 !important;
}

.getquote {
    background: #EFEFEF;
    padding: 60px 0px;
}
.getquote .form-control {
    border: 1px solid #D8D5D5;
    border-radius: 0px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.getquote .subheading{
    margin:0 auto;
    margin-bottom:10px;
}

.getquote .common-btn {
    margin: 0 auto;
}

.related-products {
    display: flex;
}
.related {
    padding: 60px 0px;
    text-align: center;
}
.related h2 {
    margin: 0 auto;
    margin-bottom: 15px;
}
.related-products{
    position:relative;
}
.related-products:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0px;
    /* box-shadow: 0px 57px 91px #00000029; */
    left: 0px;
    height: 13%;
    /* background: #000; */
    box-shadow: 0px 140px 67px 15px #0000001a;
    z-index: -1;
}
.related-single{
    transition:all 0.6s ease-in-out;
}
.related-single:hover p {
    color: #fd0201;
}
.container-slide {
    position: absolute;
    width: 50%;
    top: 0%;
    right: 0%;
}

.container-slide .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}
.owl-prev {
    position: absolute;
    left: 20px;
}

.owl-next {
    position: absolute;
    right: 20px;
}

.owl-theme .owl-nav [class*=owl-]{
    background-color: transparent !important;
}

.wrapp-navbar {
    width: 85%;
    margin: 0 auto;
    margin-top: -55px;
}
.wrapp-navbar .sub-navbar .list-unstyled {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    border-radius:10px !important;
    overflow:auto;
}
.wrapp-navbar .sub-navbar .list-unstyled li {
    width: 25%;
}
.wrapp-navbar .sub-navbar .list-unstyled li a {
    padding: 15px 0px;
    background: #EBEBEB;
    color: #000;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-container.sticky.fixed {
    position: fixed;
    top: 125px;
    z-index: 3;
    width: 100%;
    animation: 0.3s fadeInDown both;
}
/*.nav-container.sticky.fixed .wrapp-navbar{
    width: 100%;
    }*/

    .nav-container.sticky.m-auto.fixed .wrapp-navbar {
        width: 100% !important;
    }
    .containers ul.nav.nav-tabs img {
        height: 150px;
    }
    .nav-container.sticky.fixed .wrapp-navbar .wrapp-navbar .sub-navbar .list-unstyled{
        border-radius:0px !important;
    }

    .nav-container a.nav-link.active {
        border-bottom: 3px solid #d70e10;
        color: #d70e10 !important;
    }

    .content-solution h3 {
        font-size: 25px;
        color: #d70e10;
    }
    .content-solution {
        padding: 15px;
    }
    .content-solution li {
        list-style-type: disc;
        font-weight: 300;
    }
    .content-solution ul {
        padding-left: 20px;
    }
    .solution-detail {
        padding: 60px 0px;
    }

    .location6 {
        position: absolute;
        right: 50%;
        top: 48%;
    }
    .map-img {
        width: 75% !important;
        float: inline-end;
    }
    .location7 {
        position: absolute;
        top: 28%;
        right: 18%;
    }
    .location8 {
        position: absolute;
        top: 39.5%;
        right: 22.5%;
    }
    .location9 {
        position: absolute;
        top: 37.5%;
        right: 23.8%;
    }
    .location10 {
        position: absolute;
        top: 46%;
        right: 21%;
    }

    .location11 {
        position: absolute;
        top: 50%;
        right: 36%;
    }
    .location12 {
        position: absolute;
        top: 57%;
        right: 33%;
    }
    .range-services {
        padding: 60px 0px;
    }
    .range-services h3{
        margin-bottom: 30px;
    }
    .range-services .subheading{
        margin: 0 auto;
        margin-bottom:10px;
    }

    .range-single .content-services .common-btn:before{
        display:none;
    }

    .range-single .content-services .common-btn:hover {
        color: #fff !important;
        background: #d70e10;
        border-radius: 0px;
    }
    .range-single .content-services .common-btn:hover span{
        color:#fff;
    }

    .home-application .owl-prev {
        position: absolute;
        top: 45%;
        left: -6%;
    }
    .home-application .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 12px 7px;
        background: #000 ! important;
        display: inline-block;
        cursor: pointer;
        border-radius: 0px;
    }

    .home-application .owl-next {
        position: absolute;
        top: 45%;
        right: -6%;
    }
    .containers-home{
        position:relative;
    }
    .containers-home:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        top: 0px;
        left: 0px;
        background-color:#fff;
        box-shadow: 0px 89px 99px #00000029;
        z-index: -1;
    }
    .caption-heading p {
        color: #fff;
        width: 80%;
    }
    .gridder-show.active {
        display: block !important;
    }


    .homeabout .common-btn:before {
        background-color: #9e9e9e;
        color: #fff;
    }

    .homeabout .common-btn:hover {
        color: #fff !important;
    }
    .homeabout .common-btn:hover span{
        color:#fff !important;
    }

    .client-slider .item {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .breadcum .owl-theme .owl-nav [class*=owl-]{
        color: #989898;
    }

    .breadcum .owl-theme .owl-nav [class*=owl-]:hover{
        color: #989898;
    }
    .containers ul.nav.nav-tabs li a {
        text-align: center;
    }
    .range-single {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .board-details-lg li:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        left: -15px;
        background-color: #fd0201;
        top: 8px;
        border-radius: 50px;
    }

    .home-slidercontent .container-slide {
        position: absolute;
        width: 50%;
        top: 15%;
        right: 0%;
    }
    .productcontainer-slider span {
        color: #a1a1a1;
    }
    .solution-detail .row {
        display: flex;
        flex-wrap: wrap;
    }
    .solution-detail .row:nth-child(2) {
        padding: 40px 0px;
    }
/*.caption-left {
    position: absolute;
    top: 35%;
    }*/
    .caption-left h3 {
        font-size: 46px;
        line-height: 52px;
        /*font-weight: 500;*/
        color: #fff;
    }
    .header-form {
        position: absolute;
        top: 16%;
        width: 33%;
        right: 10%;
        background: #fff;
        padding:0px;
        border-radius: 0px;
    }
    .header-form h3 {
        color: #d70e10;
    }
    .header-form .form-group {
        position: relative;
        margin-bottom: 11px;
    }
    .header-form .form-group label {
        margin-bottom: 0;
        position: absolute;
        top: -10px;
        left: 22px;
        background: #fff;
        padding: 0px 5px;
        color: #6c767b;
        font-size: 14px;
        z-index: 1;
    }
    .header-form .form-control {
        border-radius: 0;
        padding: 8px 15px;
        color: #364752;
        border: 2px solid #dee4e2;
        font-size: 15px;
    }
    .email-error {
        font-weight: 400;
        color: red;
        font-size: 14px;
        margin: 2px 0px 0px 0px;
        display: none;
        position: relative;
        top: 1px;
    }
    .header-form .common-btn {
        background: #d70e10;
        color: #ffff;
        width: 150px;
        height: 40px;
        border: 0px;
        margin-top: 10px;
    }
    .header-form .common-btn span{
        color: #fff;
    }
    .header-form  .common-btn:hover {
        color: #ffffff !important;
        border: 0px !important;
    }
    .header-form .common-btn:before {
        background: #9e9e9e;
        color: #ffffff;
    }
    .header-form ul#myTab {
        margin-bottom: 13px;
        background: #ffffff;
    }
    .header-form .nav-tabs .nav-link {
        border: 0px;
        /* border: 1px solid #f26622; */
        border-radius:0px;
        color: #000;
        /* margin: 0px 6px;*/
        text-align: center;
        height:72px;
    }
    .header-form .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }
    .header-form .nav-tabs .nav-link img {
        height: 36px;
    }
    .header-form li a.nav-link.active {
        border-bottom: 2px solid #d70e10;
        border-radius: 0px;
        color: #d70e10;
        background: #d70e10;
    }
    .header-form li a.nav-link.active img {
        /* filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%); */
        filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(259deg) brightness(106%) contrast(167%);
    }
    .range-services h3 br{
        display: none;
    }
    .containers h3 br{
        display: none;
    }
    .mobile-button {
        display: none;
    }
    .container .tab-content h4 {
        font-size: 35px;
        color: #000000 !important;
    }
    .footprint-main {
        margin-top: 0%;
    }
    .containers ul.nav.nav-tabs li a p{
        margin-top: 20px;
        font-size: 15px;
    }
    .containers ul.nav.nav-tabs li a.active p{
       margin-top: 20px;
       font-size: 15px;
   }
   .footer-last-logo {
     display: none !important;
 }
 .containers .common-btn {
    background: #d70e10;
    color: #fff !important;
}
.containers .common-btn:before {
    background: #ff0504;
    color: #ffffff;
}
.containers .common-btn span{
    color: #fff;
}
/*.containers .common-btn{
    display: none;
}*/
.category-overview {margin-bottom: 2.5rem;}
.container-overview {
    padding: 60px 0px;
    /*    background: #DEDADA;*/
}
.container-overview .container-single {
    background: #fff;
    padding: 20px 20px;
    /*    box-shadow: 0px 15px 99px #00000029;*/
    /*    margin-bottom: 30px;*/
    display: block;
    /*    height: 350px;*/
}
.container-overview .container-single  .text-box {
    text-align: left;
    color: #000;
}
.container-overview .container-single:hover  .text-box {
    color: #fff;
}
.container-overview .container-single h6 {
    /*    color: #4A4949;*/
    font-size: 18px;
    font-weight: 700;
}
.container-overview .container-single p.f-light {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}
/*.container-overview .row {
    margin-top: 40px;
    }*/
    .container-overview .container-single .img-box img{
        width: 100%;
    }
    .container-overview .container-single:hover{
     background: #d70e10;
     color: #fff;
 }
 .container-overview .container-single:hover h6 {
    color: #fff;
    font-size: 18px;
}
.container-overview .container-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    background: #d70e10;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}
.container-btn span {
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #d70e10;
    transform: rotate(360deg);
    position: relative;
    top: 1px;
    left: 8px;
}
.container-overview .container-single .container-btn span {color: #fff;}
.container-overview .container-single:hover .container-btn {
    color: #fff;
    padding: 10px 0px;
}
.container-overview .container-single:hover .container-btn span{
    color: #fff;
}
.cat-bottom-sec {padding: 40px 0 30px;}
.cat-bottom-sec p {font-weight: 400;}
.cat-bottom-sec p b, .cat-bottom-sec p strong,
.category-overview p b, .category-overview p strong {font-weight: 700;}
.cat-bottom-sec ul li, #refrigerated-overview ul li {list-style-type: disc; font-weight: 400;}
.cat-bottom-sec ol li, #refrigerated-overview ul li {
    list-style-type: disc;
    margin-bottom: 20px;
    /* font-size: 18px; */
}
.cat-bottom-sec li::marker, #refrigerated-overview li::marker {color: #d70e10;}
#refrigerated-applications.con-cat-ind {
    padding: 0px 0px 20px;
}
/*.cat-bottom-sec li:before, .cat-bottom-sec li:before {
    content: '';
    position: relative;
    left: -10px;
    color: #d70e10;
    }*/
    .refrigerated {
        padding: 35px 0px;
        /* background: #DEDADA; */
        margin-bottom: 60px;
    }
    .refrigerated .row {
        margin-top: 40px;
        justify-content: flex-start;
        row-gap: 36px;
        gap: 10px;
    }
    .refrigerated h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
    .refrigerated .refrigerated-single {
        background: #fff;
        /* padding: 30px 30px; */
        box-shadow: 0px 15px 99px #00000057;
        display: block;
    }
    .refrigerated .refrigerated-single .text-box {
        /* text-align: center; */
        color: #000;
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
        padding: 20px 20px;
        height: 265px;
    }
/* .refrigerated .refrigerated-single:hover .text-box {
    text-align: center;
    color: #fff;
    text-align:left;
} */
.refrigerated .refrigerated-btn {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
}

/* 
.refrigerated-btn span {
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #F50003;
    transform: rotate(360deg);
    position: relative;
    top: 1px;
    left: 8px;
} */
/* .refrigerated .refrigerated-single:hover {
    background: #d70e10;
    color: #fff;
} */
/* .refrigerated .refrigerated-single:hover .refrigerated-btn{
    color: #fff;
}
.refrigerated .refrigerated-single:hover .refrigerated-btn span{
    color: #fff;
} */

.brand-new {
    padding: 60px 0px;
    background: #EEEAEA;
}
.brand-new h4 {
    color: #d70e10;
}
.brand-new ul{
  padding: 0px;
}
.brand-new li {
    list-style: none;
    margin-left: 20px;
    position: relative;
}
.brand-new  li::before {
    position: absolute;
    content: "";
    background: #d70e10;
    height: 7px;
    width: 7px;
    border-radius: 0px;
    top: 8px;
    left: -18px;
}
.refrigerated-overview {
    padding: 55px 0px 60px;
    background: #fff;
}
.refrigerated-overview .grey {
    color: #000;
    font-weight: 500 !important;
    font-size: 18px;
    margin: 20px 0px;
    line-height: 28px;
}
.refrigerated-overview .heading {
    font-weight: 500;
    line-height: 45px;
}
.refrigerated-overview p {font-weight: 300 !important;}
.refrigerated-features {
    padding: 60px 0px;
}
#refrigerated-features.cat-features {
    padding: 30px 0px 80px;
}
.refrigerated-features h2 {
    margin-bottom: 10px;
    font-weight: 600;
}
.container-blog h2{
   margin-bottom: 10px;
   font-weight: 600;
}
/*.refrigerated-features .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    }*/
    .refrigerated-features .item p, .refrigerated-features .item li {
        /* width: 30%; */
        margin: 0px 0px;
        padding: 13px 0px;
        /* height: 160px; */
        border-bottom: 1px solid #ccc;
        font-weight: 400;
        font-size: 18px;
        font-weight: 400;
        list-style: disc;
    }
    .refrigerated-features .item:last-child p, .refrigerated-features .item:last-child li {
        border-bottom: 0;
    }
    .refrigerated-features .item p:hover, .refrigerated-features .item li:hover {
        color: #d70e10;
    }


    .refrigerated-products {
        padding: 60px 0px;
        position: relative;
    }
    .refrigerated-products h2 {
        margin-bottom: 13px;
        font-weight: 600;
    }
    .project-dimensions .heading {
        font-weight: 600;
        margin-bottom: 20px;
    }
    .refrigerated-products .item p{
        color: #4A4949;
        font-size: 15px;
    }
    .refrigerated-products .item img{
        margin-bottom: 20px;
    }
    .refrigerated-products .item {
        text-align: center;
        padding: 20px 20px;
    }
    .refrigerated-products .item:hover p{
     color: #d70e10;
 }
 .refrigerated-products .container:before {
    position: absolute;
    content: "";
    width: 78%;
    height: 29%;
    top: 57%;
    left: 11%;
    background-image: linear-gradient(#edeff694, #ffffff00);
}
.refrigerated-products .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.refrigerated-products .owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}
.refrigerated-products .owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}
.refrigerated-products .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #ccc;
    text-decoration: none;
}
.blog-list.container-blog {
    background: #fff;
}
.refrigerated-uses-this-products {
    padding: 60px 0px 60px;
    background: #EFEFEF;
}
.refrigerated-uses-this-products h2 {
    margin-bottom: 20px;
    font-weight: 600;
}
.refrigerated-uses-this-products .item {
    position: relative;
    display: block;
} 
.refrigerated-uses-this-products .item .text-box .img-box img{
    opacity: 1;
}
/*.refrigerated-uses-this-products .item .text-box .img-box:nth-child(3) img{
 width: 50%;
 }*/
 .refrigerated-uses-this-products .item .text-box {
    position: absolute;
    bottom: 0px;
    padding: 10px 30px;
    height: 100%;
    color: #fff;
    transition: all 0.5s ease-in-out;
    width: 100%;
    overflow: hidden;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.refrigerated-uses-this-products .item img{

   filter: grayscale(100%);
}
.refrigerated-uses-this-products .item .text-box p{
 font-size: 15px;
}
.refrigerated-uses-this-products .item .img-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.refrigerated-uses-this-products h5 {
    font-size: 16px;
}
.refrigerated-uses-this-products .item .text-box {
    height: 100%;
    background: #00000070;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.refrigerated-uses-this-products .item:hover .text-box {
    height: 100%;
    background: #00000070;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.refrigerated-uses-this-products .item:hover img{
 filter: brightness(1.1);
}
/*.refrigerated-uses-this-products .item:hover .text-box .img-box img{
    opacity: 0;
}*/
.refrigerated-uses-this-products .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.refrigerated-uses-this-products .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.refrigerated-uses-this-products .owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}
.refrigerated-uses-this-products .owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}
.dimension-table-wrapp {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    /*background: #f0efef;*/
    position: relative;
    left: 11px;
    margin-bottom: 1rem;
}
.project-dimensions {
    padding: 0px 0px 30px;
    background: #fff;
}
.project-dimensions table {
    margin-top: 13px;
    width: calc((100% - 30px) / 2) !important;
    box-shadow: 0px 43px 96px #00000012;
    border:0px;
}
.project-dimensions table tbody{
    border:1px solid #E1E1E1;
}
.project-dimensions thead {
    background: #F5F5F5;
    color: #d70e10;
    border-bottom: 1px solid #E1E1E1 !important;
}
.project-dimensions thead th{
    padding-left: 20px;
    text-transform: uppercase;
    border: 1px solid #f5f5f5;
    border-bottom:0px;
    color: #FD0200;
}
.project-dimensions .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #F7F7F7;
    box-shadow: none;
    border: 0px;
}
.project-dimensions .table-striped>tbody>tr:nth-of-type(even)>* {
    background: #fff;
    box-shadow: none;
    border: 0px;
}
.project-dimensions tbody th{
    padding: 10px 20px !important;
}


.container-form {
    padding: 60px 0px 30px;
}
.container-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.container-form .form-group label {
    margin-bottom: 0;
    position: absolute;
    top: -13px;
    left: 0px;
    font-size: 15px;
    background: #fff;
    padding: 0px 5px;
    color: #6c767b;
    z-index: 1;
}
.container-form .form-control {
    border-radius: 0;
    padding: 12px 4px;
    color: #334074;
    border: 0px solid #dee4e2;
}
.email-error, .errors {
    font-weight: 400;
    color: red;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: 1px;
}
.container-form .common-btn {
    background: #d70e10;
    color: #ffff;
    width: 150px;
    border: 0px;
}
.container-form .common-btn span{
    color: #fff;
}
.container-form  .common-btn:hover {
    color: #ffffff !important;
    border: 0px !important;
}
.container-form .common-btn:before {
    background: #9e9e9e;
    color: #ffffff;
}
.container-form .form-control:focus {
    color: none;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


.container.product-container {
    position: absolute;
    right: 0px;
    top: 6%;
    width: 55% !important;
}
.container.product-container .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.container.product-container .owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
}
.container.product-container .owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
}
.container.product-container .owl-dots {
    position: absolute;
    left: 55%;
    bottom: 4%;
    display: inline-flex;
    transform: translate(-50%, -50%);
}
.container.product-container .owl-theme .owl-dots .owl-dot {
    display: block;
}
.container.product-container .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    height: 6px;
    background: #404040 !important;
    display: block;
    border-radius: 0px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}
.container.product-container .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    margin: 14px 7px;
    border-radius: 0px;
    background: #c1c1c1d4 !important;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}

.breadcum .common-btn {
    background: #d70e10;
    color: #fff;
}
.breadcum .common-btn span{
    color: #fff;
}


.template .sticky.fixed {
    position: fixed;
    top: 79px;
    z-index: 3;
    width: 100%;
    animation: 0.3s fadeInDown both;
}
.template .sticky.fixed .wrapp-navbar {
    margin-top: 0px;
    width: 100%;
}
.template .sub-navbar .list-unstyled {
    width: 100%;
    margin-bottom: 0px;
}
.template .sub-navbar .list-unstyled {
    display: flex;
    width: 100%;
}
.template .sub-navbar .list-unstyled li {
    width: 25%;
}
.template .sticky.fixed .sub-navbar .nav-link.active {
    background: #EBEBEB;
    color: #d70e10;
}
.template .sub-navbar .list-unstyled li a {
    padding: 15px 0px;
    background: #ebebeb;
    color: #000;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.template .sub-navbar .list-unstyled li a:hover {
    background: #d70e10;
    color: #fff;
}
.template .wrapp-navbar {
    width: 85%;
    margin: 0 auto;
    margin-top: -25px;
}
.breadcum .mobile-show{
    display: none ;
}
.homeabout .common-btn {
    width: 130px;
    height: 37px;
    background: #d70e10;
    color: #fff;
}
.homeabout .common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(360deg);
    position: relative;
    top: 1px;
    left: 5px;
}

.refrigerated-features .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    height: 6px;
    background: #404040 !important;
    display: block;
    border-radius: 0px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}
.refrigerated-features .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    margin: 14px 7px;
    border-radius: 0px;
    background: #c1c1c1d4 !important;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}
.project-dimensions .mobile-show{
    display: none;
}
/*.header-form .icon-img{
    display: none;
}
*/
.slider-section{
    position: relative;
    box-shadow: 0px 23px 56px #0000001F;
}
button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    bottom: 20%;
    left: 8.2%;
    z-index: 1;
}
button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    bottom: 20%;
    left: 12%;
}
button.slide-arrow.slick-arrow {
    color: #d70e10;
    border: 0;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regions-img {
    width: 100% !important;
}


.services {
    padding: 60px 0px;
}
.services h3 {
    margin-bottom: 30px;
}
.services h4 {
    color: #d70e10;
    font-size: 17px;
    text-align: center;
    font-weight:600;
}
/*.services .services-single img {
    height: 230px;
    border-radius: 10px 10px 0px 0px;
    }*/
    .services .content-services {
        /* border: 1px solid #ccc; */
        padding: 20px 10px;
        margin-left: 1px;
        /* margin-bottom: 20px; */
        border-radius: 0px 0px 10px 10px;
    }
    .owl-carousel.owl-theme.client-slider.owl-loaded.owl-drag {
        position: absolute;
        bottom: 0px;
    }
    .slick-slide img {
        display: block;
        width: 100%;
        height: 100vh;
        filter: brightness(0.7);
    }
    .btm-strip .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btm-strip .whitelogo {
        width: 45%;
    }
    ::placeholder {
        color: #364752 !important;
    }
    .strip-pages.text-center {
        position: relative;
        top: 5px;
    }

    .site-visit-form {
        background: url(../images/application-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 60px 0px;
    }
    .site-visit-form h4 {
        color: #F2F3E3;
        margin-bottom: 25px;
    }
    .site-visit-form .form-control {
        BACKGROUND: #000;
        border: 0;
        border-radius: 30px;
        background: #ffffff1c;
        margin-bottom: 14px;
        font-size: 13px;
        padding: 11px 17px;
        color: #fff !important;
    }
    .site-visit-form .form-control {
        font-size: 16px;
    }
    .site-visit-form .common-btn {
        border: 0px;
        margin-top: 20px;
    }
    .site-visit-form .form-control::placeholder{
        color: #fff !important;
    }
    .site-visit-form h2 {
        color: #fff;
    }
    .site-visit-form p {
        color: #fff;
    }
    .site-visit-form .intl-tel-input {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
    }
    .site-visit-form .intl-tel-input.separate-dial-code .selected-dial-code {
        display: table-cell;
        vertical-align: middle;
        padding-left: 28px;
        color: #fff;
    }
    .site-visit-form .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #fff;
    }




    .industry-sector {
        padding: 60px 0px;
        background: #E5E4E4;
    }
    .industry-sector h2 {
        margin-bottom: 20px;
    }
    .industry-sector .item {
        position: relative;
        display: block;
    } 
    .industry-sector .item .text-box .img-box img{
        opacity: 1;
    }
    .industry-sector .item .text-box {
        position: absolute;
        bottom: 0px;
        padding: 10px 30px;
        height: 100%;
        color: #fff;
        transition: all 0.5s ease-in-out;
        width: 100%;
        overflow: hidden;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .industry-sector .item img{

       filter: grayscale(100%);
   }
   .industry-sector .item .text-box p {
    font-size: 15px;
    line-height: 22px;
}
.industry-sector .item .img-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.industry-sector h5 {
    font-size: 16px;
}
.industry-sector .item .text-box {
    height: 100%;
    background: #00000070;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.industry-sector .item:hover .text-box {
    height: 100%;
    background: #00000070;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.industry-sector .item:hover img{
 filter: brightness(1.1);
}
.industry-sector .item:hover .text-box .img-box img{
    opacity:1;
}
.industry-sector .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.industry-sector .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
    font-size: 20px;
    margin: 5px;
    padding: 12px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.industry-sector .owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}
.industry-sector .owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}
p#msg-error {
    font-weight: 400;
    font-size: 12px;
    color: red;
    margin: 2px 0px 0px 0px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.blog-list {
    padding: 40px 0px;
}
.blog-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog-list .blog-single {
    position: relative;
    width: 47.5%;
    margin: 6px 8px;
}
.blog-list .blog-single img {
    aspect-ratio: 206 / 125;
    object-fit: cover;
    width: 100%;
    /*border-radius: 20px;*/
}
.blog-list .blog-content h5 {
    background: #0000002e;
    color: #fff;
    position: absolute;
    top: -115%;
    border-radius: 13px;
    padding: 5px 20px;
    font-size: 15px;
}
.blog-list .blog-content h4, .blog-list .blog-content .blog-content-summary, .home-application .item h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-list .blog-content {
    box-shadow: 0px -1px 27px #08204824;
    /* border-radius: 20px !important;*/
    margin-top: -35px;
    margin-bottom: 20px;
    margin-left: 2px;
    padding: 20px 25px;
    height: 230px;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
    left: -2px;
    width: 100%;
}
.blog-list .blog-content .blog-content-summary {margin-bottom: 20px;}
.blog-details{
    padding: 60px 0px 0px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {padding-right: 15px;}
div#cookieNotice {
    position: fixed;
    bottom: 0%;
    color: #000;
    background: #fff;
    z-index: 4;
    width: 400px;
    right: 19px;
    display: none;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 7px #665e5e7d;
    margin-bottom: 7px;
}

div#cookieNotice .content-wrap {
    padding: 20px 25px;
}
.msg-wrap {
    display: flex;
    align-items: center;
/*    justify-content: center;*/
flex-wrap: wrap;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-bottom: 6px;
/*    text-align: center;*/
width: 100%;
margin-bottom: 20px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #d70e10;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    /*    border-radius: 30px;*/
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
    width: fit-content;
    border-radius: 15px;
}
.top-arrow {
    text-decoration: none;
    color: #fff;
    background: #d83028;
    position: fixed;
    right: 1%;
    bottom: 5%;
    transition: all 0.3s ease-in-out;
    height: 45px;
    width: 45px;
    font-size: 29px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
    display: none;
}
.top-arrow:hover {
    background: #000;
    color: #fff;
}
.refrigerated-overview ul li {
    list-style-type: disc;
}
section#refrigerated-overview .text-center ul li {
    text-align: left !important;
}
section.need .container {
    background: #000;
    padding: 22px 32px;
    /*border-radius: 10px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    width: 85.5%;
}
section.need h2 {
    color: #ff0300;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
}
section.need p {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 600;
}
.need a {
    background: #ff0300;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 9px;
}
.container-breadcrum {
    margin-top: 65px;
}
.container-breadcrum a, .container-breadcrum a:hover {
    color: #000;
    font-weight: 500;
}


#cta-sec {
    padding: 30px;
    background: #1c1b17;
    color: #fff;
    margin-bottom: 2rem;
    border-radius: 10px;
}
#cta-sec h3 {font-size: 2.292vw;}
#cta-sec p {font-size: 1.094vw}
#cta-sec p.errors {width: 40%; margin: 0 0 0 auto;}
#cta-sec .row {
    display: flex;
    flex-direction: row;
}
#cta-sec .cta-content {width: 40%;}
#cta-sec .cta-content h3 {font-size: 2.292vw; color: #d70e10;}
#cta-sec .cta-content p {font-size: 1.094vw; margin: 0;}
form#cta-form {
    display: flex;
    justify-content: space-between;
    width: 60%;
    align-items: center;
}
#cta-form input, #cta-form button {
    width: 32%;
    font-size: 0.99vw;
    padding: 0.99vw 1.51vw;
    height: auto;
    display: block;
    border: none;
    border-radius: 10px;
    color: #fff;
    /*    background: #ffffff30;*/
    font-weight: 600;
}
#cta-form button {
    background: #d70e10;
    color: #fff;
}
#cta-form button:before{
 background: #9e9e9e;
 color:#fff; 
}


li.dropdown.megamenu {position: initial;}
.megamenu {display:block;}
.navbar-expand-md .navbar-nav li:last-child a {margin-top: 15px; text-transform: capitalize;}

.megamenu:hover .row.menu-wrapper{
/*    display:block;*/
opacity:1;
transform: translateY(0);
visibility:visible;
max-height:1000px;
transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s, max-height 0.5s ease;
}
.row.menu-wrapper {
    position: relative;
    margin: 0;
    display: block;
    opacity:0;
    transform: translateY(-100px);
    visibility:hidden;
    
/*    transition:all 0.3s ease;*/
max-height:0px;
/*    animation: falling 0.3s ease-out forwards;*/
transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s, max-height 0.5s ease;
}
.menu-single {width: auto; padding: 0px 0px;}
/*.navbar-expand-md .navbar-nav .menu-single .nav-link {
    padding: 27px 23px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0px;
    border-bottom: 1px solid #dee8ef38;
    }*/
/*.menu-single.menu-single1 a span {
    font-size: 8px;
    transform: rotate(45deg);
    }*/
    .menu-single a span {
        font-size: 8px;
        transform: rotate(323deg) !important;
        display: inline-block;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        padding-left: 4px;
    }
    .megamenu  .dropdown-menu {
        left: -11%;
        /* top: 82%; */
        top:100%;
        /* min-width: 31rem; */
        width: 123%;
        /* overflow: hidden; */
        background: #fff;
        border-radius: 0px;
        box-shadow: none;
        /* display:block;
        opacity:0; */
        /* transform: translateY(-100px); */
        z-index: -9999;
        /* max-height:0px; */
        display:none;
    }

/*@keyframes falling {
      0% {
        opacity: 0;
        transform: translateY(-100px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }*/
    .megamenu:hover .dropdown-menu {
/*        padding: 35px;*/
        /* opacity:1;
        transform: translateY(0);
        visibility:visible;
        max-height:1000px; */
        /* transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, max-height 0.3s ease; */
    }

    .dropdown-flex {
        /* display: flex; */
        padding-left: 0px;
        animation: fadeIn 0.6s ease-in-out;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); */
        grid-auto-rows: 1fr;
        gap: 2%;
        /* grid-auto-flow: dense; */
        height: 95%;
        align-content: stretch;
    }
/*.sub-a {
    background: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #ccc;
    }*/
    .sub-a.colum1 {grid-column: 1 / 2; grid-row: 1 / 2;}
    .sub-a.colum2 {grid-column: 2 / 3; grid-row: 1 / 2;}
    .sub-a.colum3 {grid-column: 3 / 4; grid-row: 1 / 2;}
/*.menu-heading {
    display: flex;
    align-items: center;
    }*/
    .menu-heading h4, .menu-heading a.cat-head {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .megamenu .menu-single .dropdown-menu li {position: relative;}
    .navbar-expand-md .navbar-nav li:last-child a {
        margin-top: 16px;
        text-transform: capitalize;
    }
    .megamenu .menu-wrapps {margin-bottom: 1.5rem;}
    .megamenu .sub-a .menu-wrapps::last-child() {margin-bottom: 0rem;}
    .menu-single a {color: #fff; font-weight: 500;}
    .valve a {display: block; color: #fff;}
    .menu-single a {margin-top: 0px !important;}
    .sub-a ul {padding: 0 !important;}
    .sub-a a {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 6px;
        text-transform: capitalize;
        background-color: transparent !important;
        color: #000 !important;
        padding-left: 0px;
    }
    .sub-a a {position: relative;}
    .menu-single.menu-single1 a {width: fit-content;}
    .menu-single.menu-single1 a.active {color: #d70e10 !important;}

    #about-counters .footprint-single1 {
        width: calc(100% / 5);
        text-align: center;
    }
    #about-counters {margin-bottom: 2rem;}
    #about-counters .footprint-single1 .counter-list p {
        font-size: 20px;
        color: #fff;
    }
    #about-counters .footprint-single1 .counter-list p {
        font-size: 20px;
        width: 100%;
    }
    .about-clients .owl-carousel.owl-theme.client-slider.owl-loaded.owl-drag {position: relative;}
    .about-clients .client-slider {
        box-shadow: unset !important;
        border-bottom: unset !important;
    }
    
    .industry-sector .setus-apart-slider .item {height: 500px;}
    .industry-sector .setus-apart-slider.owl-carousel .owl-item img {object-fit: cover; height: 100%;}
    .industry-sector .setus-apart-slider .item .text-box {
        background: #d70e10d9;
        justify-content: flex-start;
        padding: 40px 12px;
    }

    .industry-sector .setus-apart-slider .item .img-box img {object-fit: unset; display: block !important; height: 70px !important;}
    .industry-sector .setus-apart-slider .item:hover .text-box {background: #9e9e9e; justify-content: flex-start;}


    .solution-bredacrum {
        position: relative;
        top: unset;
        margin-top: 81px;
        padding-left: 0;
        padding-bottom: 14px;
        border-top: 0;
    }
    section.solution-overview {
        padding: 12px 0px 1px;
    }
    section.solution-overview .text-box h4 {
        font-size: 29px;
    }
    section.solution-overview .row {
        /* margin-bottom: 5.208vw; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solutions-single h4 {
        margin-top: 19px;
        margin-bottom: 13px;
        font-weight: 500;
        font-size: 22px;
    }
    .solutions-single {
        width: 92%;
        margin: 0 auto;
    }
    .contact .form-group {
        position: relative;
        float: unset;
        margin-bottom: 5px;
        padding-right: 20px;
    }
    section.contact-form.contact {
        background: #E5E4E4;
    }
    section.contact-form.contact .form-group{
        width: 100%;
    }
    section.solution-overview ul li {
        list-style-type: disc;
    }
/*
    .solution-overview .row1 {

        height: 14.74vw;
        }*/
        .solution-overview .row1 img {
            object-fit: cover;
            height: 370px;
            width: 100%;
        }
        .solution-overview .row2 {
           height: 12.313vw;
       }
       .solution-overview .row2 img {
        object-fit: cover;
        height: 12.313vw;
        width: 100%;
    }
    .solution-overview .row3 {
       height: 24.427vw;
   }
   .solution-overview .row3 img {
    object-fit: cover;
    height: 24.427vw;
    width: 100%;
}
.solution-overview .row4 {
   height:27.135vw;
}
.solution-overview .row4 img {
    object-fit: cover;
    height: 27.135vw;
    width: 100%;
}
.solution-overview .row5 {
   height: 27.813vw;
}
.solution-overview .row5 img {
    object-fit: cover;
    height: 27.813vw;
    width: 100%;
}
.solution-overview .row6 {
   height: 9.844vw;
}
.solution-overview .row6 img {
    object-fit: cover;
    height: 9.844vw;
    width: 100%;
}
.header-form .nav-tabs li {
    width: 33.33%;
}

.services .subheading {
    margin: 0 auto;
    background: transparent;
    color: #000;
    font-size: 37px;
}
.services .heading {
    font-size: 19px;
    margin-top: 10px;
}
.services-single {
    box-shadow: 5px 5px 15px #00000029;
    border: 1px solid #70707073;
    height: 570px;
    margin-bottom: 20px;
    position: relative;
}
.header-form .nav-tabs .nav-link span {
    display: block;
    padding-top: 5px;
    color: #d70e10;
    font-size: 13px;
    margin-top: -3px;
}
.header-form .nav-tabs .nav-link.active span{
    color: #fff !important;
}
.services-single .common-btn {
    position: absolute;
    bottom: 20px;
}
.header-form .tab-content {
    padding: 0px 20px 23px;
}
.homeabout .common-btn img {
    width: 16%;
    padding-left: 8px;
}
.containers{
    position:relative;
}
.containers:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0px 89px 99px #00000029;
    top: -65%;
    z-index:-1;
}
.about {
    padding: 9% 0px 0px;
}
.container.breadcum_container.about-list {
    margin-top: 85px;
}
.about {
    position: relative;
}

.about .about-element {
    position: absolute;
    width: 47%;
    top: 32%;
    left: -27%;
    z-index: -1;
}
.team-single {
    width: 85%;
}
.industry-sector .subheading {
    margin: 0 auto;
    margin-bottom: 20px;
}
.about.about-clients {
    padding-top: 40px;
}
.aboutindustry{
    background:#fff;
}
.blog-list h5 {
    margin: 0 auto;
    margin-bottom: 10px;
}
.blog-list {
    background: #E5E4E4;
}
.text-box {
    padding-top: 0px;
    padding-right: 20px;
}
.features-wrapp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.features-single {
    margin: 0px 0px;
    padding: 5px 10px;
    position: relative;
    width: 25%;
    margin-bottom: 20px;
    text-align: center;
}
.features-single:last-child:before{
    background:none;
}
.features-single img {
    width: 26%;
    margin-bottom: 10px;
}
.features-single h4 {
    font-size: 20px;
    font-weight: 600;
}
.key-features {
    padding: 70px 0px;
    background: #EFEFEF;
}
.key-features h6{
    margin:0 auto;
}
.need {
    margin-bottom: 80px;
}
.features-single:before {
    position: absolute;
    height: 60%;
    width: 1px;
    background: #fd0200;
    right: 0px;
    top: 26%;
    content: "";
}
.project-dimensions {
    padding: 60px 0px;
}
.project-dimensions .subheading {
    margin: 0 auto;
    margin-bottom: 20px;
}
.project-dimensions p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align:center;
}

.refrigerated-uses-this-products h5{
    margin:0 auto;
    margin-bottom:10px;
}
.solution-overview {
    padding-top: 90px !important;
}
.solution-overview h2 {
    margin: 0 auto;
    margin-bottom: 15px;
}
.solutiondiv {
    position: relative;
    height: 510px;
    display: flex;
    align-items: center;
    /* align-items: center; */
    margin-bottom: 40px;
}
.solutionimgs {
    position: absolute;
    width: 60%;
}
.solutiondiv .container {
    position: relative;
    color: #fff;
    z-index: 1;
}
.solutiondiv .about-element {
    position: absolute;
    right: -32%;
    width: 54%;
    z-index: -1;
    top: 0%;
}
.solutiondiv2 .about-element {
    position: absolute;
    left: -32%;
    width: 54%;
    z-index: -1;
    top: 0%;
}

/*.solutionimgs2 {
    width: 60%;
    }*/
    .solutionimgs2 {
        width: 57%;
        position: absolute;
        right: 0px;
    }
    .domestic-wrapper {
        display: flex;
    }
    .domestic-single {
        margin: 0px 5px;
        padding: 10px;
        width: 33%;
        position:relative;
    }
    .domestic-container {
        padding: 60px 0px;
        background: url(../images/domestic-containerbg.jpg) no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .domestic-container .text-box {
        color: #fff;
    }
    .domestic-single:before {
        position: absolute;
        width: 40%;
        background: #fff;
        content: "";
        bottom: 15px;
        height: 1px;
    }
    .container-sider {
        padding: 60px 0px;
    }
    .container-sider .text-box {
        padding-top: 0px;
    }
    .container-sider .text-box h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .ship-slider {
        box-shadow: 4px 4px 8px #00000029;
        border: 1px solid #707070;
        height: -webkit-fill-available;
    }
    .container-sider .text-box {
        padding-top: 0px;
        padding: 10px 10px;
    }
    .about.about-clients {
        padding: 40px 0px !important;
    }
    .contact h5 {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .contactdiv {
        display: flex
        ;
        /* width: 67%; */
        align-items: baseline;
    }

    .contactinfo1 .contact-single:nth-child(1):before{
     position: absolute;
     content: "";
     width: 90%;
     height: 1px;
     background: #000;
     bottom: 10px;
     left: 5%; 
 }
 .contactinfo .contact-single:nth-child(1):before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background: #fff;
    bottom: 10px;
    left: 10%;
}

.contactinfo {
    width: 40%;
}
.contactinfo1 {
    width: 60%;
}

#about-counters {
    padding: 60px 0px;
    background: url(../images/domestic-containerbg.jpg);
    color: #fff;
    margin-top: -39px;
}
#about-counters p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.counter-list img {
    width: 30%;
    margin-bottom: 15px;
}
.content-boxtrade {
    padding-left: 30px;
}
.grey-bg{
    background:#E5E4E4 !important;
}
.homeabout .row{
    display:flex;
    align-items:center;
    justify-content: center;
}
div#gallery .item img {
    height: 91px;
    width: 160px !important;
}
div#gallery .item {
 margin: 0px 16px; 
}
div#gallery {
    box-shadow: 0px 23px 56px #cccccc1c;
    border-bottom: 1px solid #e1dddd61;
    padding: 10px;
    margin-top: -10px;
    background: #fff;
}
.content-services p {
    text-align: left;
}
.breadcum_list.footer-page {
    position: relative;
    top: unset;
    font-size: 14px;
    left: 0%;
    /* background: #EEEAEA; */
    width: 100%;
    padding: 15px;
    padding-left: 0;
    /* border-top: 1px solid #ccc; */
}
section#clients h4 {
    line-height: 41px;
    margin-bottom: 29px;
}
.containers .tab-pane img {
    width: 78%;
}
.modal .header-form{
    width:100%;
    right:0px;
    position:relative;
    top:0px;
}
button.btn-close {
    position: absolute;
    right: -7%;
    top: -1%;
    color: #fff;
    opacity: 1;
    /* background: transparent; */
    filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(157deg) brightness(107%) contrast(100%);
}
.clients {
    padding: 60px 0px;
}
.clients .heading{
    margin-bottom:30px;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.spinner {
  border: 4px solid transparent;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Content Styles */
.content {
  display: none; /* Hidden initially */
}
.modal-dialog.modal-dialog-centered {
    width: 100%;
}

.services.services-main h4 {
    position: absolute;
    top: 4%;
    color:#fff;
    text-align:left;
}
.home-footprint .footprint-content {
    position: absolute;
    width: 45%;
}
.home-footprint .fa {
    color: #d70e10;
    font-size: 20px;
}
.news-wrapp {
  display: flex;
  justify-content: center;
}
.news-single {
  margin: 0px 10px;
  background: #fff;
  box-shadow: 5px 5px 15px #00000029;
  /* border: 1px solid #70707073; */
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
.news-content {
    padding: 15px 17px;
}
.news-single p {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 28px;
}
.news-content h6 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
}
.news{
    padding:70px 0px;
}
.news .subheading {
    margin: 0 auto;
    background: transparent;
    color: #000;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 600;
}
.news .subheading {
    margin-bottom: 35px !important;
}
.social-box a i {
    color: #007ab2;
    font-size: 25px;
}
.social-box p {
    margin-right: 5px;
}

.con-cat-highlight h3 {
    text-align: left;
    font-size: 26px;
    line-height: 37px;
}
.refrigerated h5 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
section.con-cat-highlight p {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.refrigerated .refrigerated-single:hover h6 {
    color: #4A4949;
}
.category-overview h1 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 25px;
}

.refrigerated h5 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 70px;
    color:#000;
}
.category-overview p {
    color: #000;
    font-weight: 500 !important;
    font-size: 18px;
    margin: 20px 0px;
    line-height: 28px;
}
/* .main-slider .item img {
    width: auto !important;
} */
.main-slider .owl-dots {
   display:block; 
}
.refrigerated .refrigerated-single .text-box p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:10px;
}
.refrigerated .refrigerated-single img {
    width: 100%;
}

.refrigerated .col-lg-4 {
    width: 32.5%;
}
.sticky-icon {
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 10px 10px #cccccc52;
}

.refrigerated-overview .row {
    display: flex;
/*    align-items: center;*/
}
.features-single:nth-child(4):before {
    display: none;
}

.project-dimensions a,  .project-dimensions a:hover{
    color: #000;
}
.contactwrapp {
    width: 50%;
}
.industry-sector h6 {
    font-weight: 600;
    font-size: 20px;
}

.main-slider .owl-dot.active span {
    background: #d70e10 !important;
}
.main-slider .owl-dot span {
    margin: 5px 5px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: 0 0 5px rgb(0 0 0 / 0%), 0 0 10px rgb(0 0 0 / -6%), 0 4px 6px rgb(0 0 0 / 6%);
}

.refrigerated-overview ul {
    padding-left: 20px;
}
.refrigerated-uses-this-products .item .text-box h6 {
    font-size: 19px;
    font-weight: 600;
}
.location6 {
    position: absolute;
    top: 43.5%;
    right: 23%;
}
.choose-single p {
    margin-bottom: 0px;
}
.contact-sec {
    padding: 70px 0px;
}

.contact-form.contact {
    background: #f4f4f4;
    padding: 20px 20px;
    color: #000;
}

.contact-sec h3 {
    color: #d70e10;
    font-size: 32px;
    margin-top: 45px;
}
.get-in-touch {
    padding-right: 55px;
}

.get-in-touch p{
    font-size:20px;
}

.get-in-touch  h5{
    margin-top:40px;
    font-size:26px;
}
.get-in-touch a {
    background: #d70e10;
    padding: 12px 25px;
    font-size: 28px;
    color: #fff;
    margin-top: 15px;
    display: block;
    width: fit-content;
    border-radius: 10px;
    font-weight: 500;
}
.address-wrap {
    display: flex;
    gap: 35px;
}
.singapore-add {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.address-single {
    width: 32%;
    padding: 15px 25px;
    box-shadow: 0px 4px 15px #ccccccbf;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
/*    justify-content: space-between;*/
}
.contact-add {
    padding: 60px 0px;
    background: #fcfcfc;
}

.contact-add .icon-box{
    width:10%;
}

.contact-add .text-box {
    width: 90%;
    padding-left: 3px;
}

.contact-add a, .contact-add a:hover{
    color:#000;
}

.address-single h4 {
    margin-bottom: 20px;
    color: #d70e10;
}
.contact-add .singapore-add:nth-child(3){
align-items:flex-start;
padding-top: 20px;
}
.contact-add .singapore-add:nth-child(5) .icon-box, .contact-add .singapore-add:nth-child(6) .icon-box{
    width: 22%;
}

.contact-add .singapore-add:nth-child(5) .icon-box img, .contact-add .singapore-add:nth-child(6) .icon-box img{
    width:43%;
}
.address-single .singapore-add:nth-child(2) {
    display: flex
;
    align-items: flex-start !important;
    min-height: 115px;
}.category-overview li {
    list-style-type: disc;
    margin-bottom: 20px;
}
.right-box h6{
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #00000094;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 20px;
    text-align: center;
}
.right-box {
    position: relative;
}

.right-box h6 a{
    color:#fff;
}