:root {
    --white: #ffffff;
    --black: #000000;

    --color-a55431: #a55431;
    --color-d9ac42: #d9ac42;
    --color-c0c0c0: #c0c0c0;
    --color-747474: #747474;
    --color-5e5e5e: #5e5e5e;
    --color-c19379: #c19379;
}


body {
/*    background: url(../images/background.png) no-repeat;*/
    background-size: cover;
   font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    color: var(--black);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 30px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}
/*---------Menu CSS----------*/
/* HEADER */
.herovideocontainer {
    position: relative;
    margin: 0 auto;
}
.herovideocontainer video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.video-text h1{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
}
.video-text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
}

.video-text{
    position: absolute;
      top: 30%;
      left: 40px;
      height: 100%;
      
      /* Flexbox alignment for dead-center positioning */
      display: block;
      justify-content: center; /* Horizontally centers the text */
      align-items: center;     /* Vertically centers the text */
      
      pointer-events: none; 
}
.headercontainer{
    padding: 15px 0;
    border-bottom: 1px solid #EA5501;
    background: #F7F7F7;
}
.topheader ul li{
    display: inline-block;
}
.topheader ul{
    text-align: right;
    margin-right: 15px;
}

.topheader ul li i{
    margin: 0 5px;
}
.header {
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

/* TOGGLE */
.menu-toggle {
  font-size: 24px;
  cursor: pointer;
}

/* MENU BASE */
/*.menu {
  background: #041028;
}
*/
/* MOBILE MENU */
@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 999;
    background: #F7F7F7;
  }
  .close-btn i{
    color: #000;
  }

  .menu.active {
    left: 0;
  }

  .close-btn {
    display: block;
    text-align: right;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
}
.menu-toggle i{
    color: #000;
}
.headermenu{
    float: right;
}
/* DESKTOP MENU */
@media (min-width: 768px) {
  .menu-toggle,
  .close-btn {
    display: none;
  }

  .menu ul {
    display: flex;
  }


}

/* COMMON */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  color: var(--black);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu ul li a.active{
    color: var(--color-a55431);
}

.menu ul li a.active{
    padding-bottom: 10px;
    transition: all 0.72s ease-in;
}

/*.menu ul li a:hover {
  background: #041028;
}*/

/* SUBMENU BASE */
.menu ul li ul {
  display: none;
  background: #F7F7F7;
}

/* MOBILE DROPDOWN */
@media (max-width: 767px) {
  .menu ul li.open > ul {
    display: block;
  }
}

/* DESKTOP DROPDOWN FIX */
@media (min-width: 768px) {

  /* FIRST LEVEL */
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 999;
  }
  .menu ul li ul li a{
    font-size: 16px;
    padding-bottom: 0px;
  }

  /* INNER LEVEL */
  .menu ul li ul li ul {
    top: 0;
    left: 100%;
  }

  /* HOVER FIX */
  .menu ul li:hover > ul {
    display: block !important;
  }
}

/* ICON */
.menu ul li a i {
  margin-left: auto;
  font-size: 12px;
  position: relative;
  top: 10px;
  color: #aa6245;
}
.logocontainer{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.logocontainer img{
    width: 60%;
    min-width: 60%;
}
/*-------End Menu CSS--------*/

/*-------Hero Banner----*/
.topcontainer{
    background: #EA5501;
    padding: 10px 0;
}

.topheader ul li i{
    color: #fff;
    font-size: 16px;
}

.chooseuscontainer{
    margin: 50px 0 0 0;
}
.chooseusbox{
    padding: 25px 20px 25px 20px;
    background-color: #f7f7f7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%) !important;
}

.chooseusnumber{
    flex-shrink: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: -80px;
    right: -8px;
}

.chooseusnumber h4{
        transition: all .5s ease;
    font-size: 238px;
    font-weight: 700;
    line-height: 266px;
    color: #f0f0f1;
    z-index: -1;
    position: relative;
}

.chooseusnumber:hover h4{
    z-index: -1;
    color: #ffffff17;
}

.chooseusdetails h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 45px;
    margin-bottom: 0px;
    color: #1F1F1F;
}

.chooseusdetails p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.chooseusbox i{
    color: #EA5501;
    font-size: 40px;
}

.chooseusbox:hover{
    background: #EA5501;
    transition: all 0.7s ease-in;
    transform: translateY(-5px);

}

.chooseusbox:hover i{
    color: #fff;
     -webkit-transform: rotateZ(720deg);
  -moz-transform: rotateZ(720deg);
  transform: rotateZ(720deg);
}

.chooseusbox:hover h3{
    color: #fff;
}
.chooseusbox:hover p{
    color: #fff;
}

.aboutuscontainer{
    margin: 50px 0 0 0;
}

.aboutusmainheading h2{
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    font-weight: 500;
    color: #ea5501;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    color: #EA5501;
     padding-bottom: 0;
}

.aboutusmainheading h3{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;

}

.aboutusmainheading span{
    color: #EA5501;
}

.aboutusmaincontent h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
}

.aboutusmaincontent p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.aboutusmaincontent{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aboutfeaturedimg{
    margin: 30px 0 0 0;
}

.aboutusbtn a{
        background: #ea5501;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 15px 32px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 28px;
    transition: all .5s ease;
}

/*.aboutusbtn a:hover{
        background-color: var(--e-global-color-primary);
    padding: 18px 45px 18px 45px;
}*/

.aboutusbtn a:hover::before {
    transform: translateX(0);
    color: #fff;
}

.aboutusbtn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ff5c00;
    transition: all .5s ease;
    transform: translateX(-100%);
    border-radius: 2px;
    z-index: 0;
    color: #fff;
}

.aboutusbtn{
        top: 70px;
    position: relative;
}

.countervalue .item{
    display: flex;
    font-size: 45px;
    justify-content: left;
    margin: 10px 0;
    line-height: 65px;
/*    height: 50px;*/
    font-weight: bold;
     color: #031e2d;
}
.countervalue .item,
.countervalue .item h2{
    font-size: 90px;
    line-height: 130px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #1F1F1F9C;
    stroke: #1F1F1F9C;
    padding: 0px 0px 0px 0px;
    color: #EA550100;
    font-weight: 500
}

.countervalue .item{
        border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #1F1F1F29;
    padding: 0px 0px 10px 0px;
}

.countervalue p{
    color: #616161;
    font-size: 20px;
    line-height: 32px;
    margin: 20px 0px 0px 0px;
}

.industrycounter{
    margin: 50px 0 0 0;
}

.servicecontainer{
    background: #F7F7F7;
    padding: 50px 0;
}

.servicecontainerleft h2{
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    font-weight: 500;
    color: #ea5501;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    color: #EA5501;
     padding-bottom: 0;
}

.servicecontainerleft h3{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
}

.servicerightbtn{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.servicerightbtn a{
        background: #ea5501;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 15px 32px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 28px;
    transition: all .5s ease;
}

.servicerightbtn{
    float: right;
}

.tab-container {
    /*background: #fff;
    border: 1px solid #ccc;*/
    display: flex;
/*    margin: 0 auto;*/
/*    max-width: 800px;*/
    overflow: hidden;
    width: 100%;
    margin: 30px 0;
}

.tabs {
    background-color: #e5641c;
    width:300px;
}

.tabs button {
    background: none;
    border: none;
    border-bottom: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    transition: background 0.3s;
    width: 100%;
}

.tabs button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
}

.tabs button:last-child::before {
    display: none;
}

.tabs button:hover {
    background-color: #EA5501;
}

.tabs button.active {
    background-color: #EA5501;
}

.tabs i {
    margin-right: 5px;
}

.tab-content {
    flex: 1;
    position: relative;
}

.tab-content .content {
    display: none;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.tab-content .content.active {
    display: block;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .tab-container {
        flex-direction: column;
    }

    .tabs {
        width: 100%;
    }

    .tabs button {
        text-align: center;
    }

    .tab-content .content {
        position: static;
    }
}

.servicetabimg img{
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
}

.servicetabcontent h3{
    font-size: 26px;
    line-height: 36px;
    color: #1F1F1F;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0;
}

.servicetabcontent p{
    color: #616161;
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0px 0px 0px;
}

.servicetabcontent ul li{
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
}
.servicetabcontent ul li::before{
    position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 16px;
    font-weight: 900;
    margin: 0 10px 0 0;
    color: #EA5501;
}

.servicetabcontent a{
    font-weight: 500;
    text-decoration: underline;
    color:#1F1F1F;
    font-size: 17px;
}

.wordkprocessbox{
    height: 235px;
    top:-50px;
    position: relative;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #02010100;
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
}

.wordkprocessbox h3{
        font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
}

.wordkprocessbox i{
    color: #EA5501;
    font-size: 40px;
}

.wordkprocessbox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.wordprocesshiddenno {
    flex-shrink: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.wordprocesshiddenno h5 {
    transition: all .5s ease;
    font-size: 100px;
    font-weight: 175;
    line-height: 266px;
    color: #f0f0f1;
    z-index: -1;
    position: relative;
}

.wordkprocesscontainer h2{
    font-size: 115px;
    line-height: 110px;
    letter-spacing: 5.6px;
    color: #ECECEC;
    text-align: center;
}

.wordkprocesscontainer{
    margin: 50px 0 0 0;
}

.indemcontainer{
    background: #F7F7F7;
    padding: 50px 0;
}

.indemcontainer h1{
    font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
    position: relative;
    display: inline-block;
}

.indemcontainer h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 40%;
    background-color: #EA5501;
}

.earthingmaterialdes p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.earthingmaterialimgs img{
    width: 100%;
}

.earthingproducts{
    padding: 50px 0;
}

.earthingprobox h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.earthingprobox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
}

.earthingprobox{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px 20px 25px 20px;
    background-color: #f7f7f7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    clip-path: polygon(0% 0%, 90% 0, 100% 10%, 100% 100%, 0% 100%) !important;
    margin-bottom: 15px;
}


.earthingprobox:hover {
    background: #EA5501;
    transition: all 0.7s ease-in;
    transform: translateY(-5px);
}


/*.earthproimg img {
    color: #f0f0f1;
    z-index: -1;
}*/

.earthproimg img:hover {
    position: relative;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.earthingpro-carousel .owl-nav{
    text-align: center;
}

.earthingpro-carousel .owl-nav .owl-prev,
.earthingpro-carousel .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}

.earthproimg{
    border-radius: 5px;
    border: 1px solid #EA5501;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.earthingprobox:hover p, .earthingprobox:hover h3{
    color: #fff;
}

.herobanner img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.mildsteel-carousel .owl-nav{
    text-align: center;
}

.mildsteel-carousel .owl-nav .owl-prev,
.mildsteel-carousel .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}

.overviewibeamimg img{
    width: 100%;
    object-fit: cover;
    height: 350px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.ibemoverview{
    margin: 50px 0;
}

.overviewdetails h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.overviewdetails p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.kfeaturescontainer{
    margin: 50px 0;
    position: relative;
}

.kfeaturescontainer .container-fluid{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ctripsoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(0 0 0); */
    opacity: 0.9;
    transition: opacity 0.3s ease;
    background-image: linear-gradient(to right, #f7812d, #120801);
}

.kfeaturescontainer img{
    height: 350px;
    object-fit: cover;
}

.kfeaturescontainer h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    transition: .3s;
    padding-bottom: 10px;
}

.keyfeaturesbox h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
    height: 45px;
}

.keyfeaturesbox p{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.kfeatures-carousel .owl-nav{
    text-align: center;
}

.kfeatures-carousel .owl-nav .owl-prev,
.kfeatures-carousel .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}

.ibeamapplication{
    margin: 50px 0;
}

.ibeamapplication h2{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.ibeamappbox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

.ibeamappbox ul li{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    padding-bottom: 5px;
}

.ibeamappbox ul{
    margin-bottom: 20px;
}

.ibeamappbox ul li::before{
    position: relative;
    top: -4px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 7px;
    font-weight: 900;
    padding: 0 10px 0 0;
}

.footercontainer{
  background-image: /* top, transparent red */ linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 69%)), url(../images/footer-bg.jpg);
  background-size: cover;
  position: relative;
  padding: 100px 0 25px 0;
  margin: 50px 0 0 0;
  clip-path: polygon(calc(100% - 50.2px) calc(100% - 0px), 50px calc(100% - 0px), 50px calc(100% - 0px), 41.8932px calc(100% - 0.65479999999999px), 34.2016px calc(100% - 2.5503999999999px), 27.0284px calc(100% - 5.5836px), 20.4768px calc(100% - 9.6512px), 14.65px calc(100% - 14.65px), 9.6512px calc(100% - 20.4768px), 5.5836px calc(100% - 27.0284px), 2.5504px calc(100% - 34.2016px), 0.6548px calc(100% - 41.8932px), 8.2830395048206E-31px calc(100% - 50px), 0px 51.5px, 0px 51.5px, 0.6752px 43.1568px, 2.6296px 35.2384px, 5.7564px 27.8516px, 9.9488px 21.1032px, 15.1px 15.1px, 21.1032px 9.9488px, 27.8516px 5.7564px, 35.2384px 2.6296px, 43.1568px 0.6752px, 51.5px 8.5418844893463E-31px, calc(100% - 45.3px) 44.1px, calc(100% - 45.3px) 44.1px, calc(100% - 37.7622px) 45.4951px, calc(100% - 30.6816px) 47.9408px, calc(100% - 24.1374px) 51.3477px, calc(100% - 18.2088px) 55.6264px, calc(100% - 12.975px) 60.6875px, calc(100% - 8.5152px) 66.4416px, calc(100% - 4.9086px) 72.7993px, calc(100% - 2.2344px) 79.6712px, calc(100% - 0.5718px) 86.9679px, calc(100% - 0px) 94.6px, calc(100% - 0px) calc(100% - 50.2px), calc(100% - 0px) calc(100% - 50.2px), calc(100% - 0.65769999999998px) calc(100% - 42.0633px), calc(100% - 2.5615999999998px) calc(100% - 34.3424px), calc(100% - 5.6079px) calc(100% - 27.1411px), calc(100% - 9.6928px) calc(100% - 20.5632px), calc(100% - 14.7125px) calc(100% - 14.7125px), calc(100% - 20.5632px) calc(100% - 9.6928px), calc(100% - 27.1411px) calc(100% - 5.6079px), calc(100% - 34.3424px) calc(100% - 2.5616px), calc(100% - 42.0633px) calc(100% - 0.65770000000001px), calc(100% - 50.2px) calc(100% - 0px)); 
}

.footerlogo img{
    width: 50%;
    min-width: 50%;
}

.footermenu h2{
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    transition: .3s;
    padding-bottom: 10px;
}

.footermenu ul li,.footermenu ul li a{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

.footercontaxct h2{
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    transition: .3s;
    padding-bottom: 10px;
}

.footercontaxct ul li, .footercontaxct ul li a{
     color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}
.whychooseibeamc{
    margin: 50px 0;
}
.whychooseibeamc h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.whychooseibeamc p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 19px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.whychoosebody h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.whychoosebody p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.whychoosebody{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    margin-bottom: 20px;
    height: 325px;
    transition: all 0.65s ease-in;
}

.whychoosebody:hover{
    transform: translateY(-5px);
    transition: all 0.85s ease-in;
}

.whychoosebodycstrips h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.whychoosebodycstrips p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.whychoosebodycstrips{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    margin-bottom: 20px;
    height: 390px;
    transition: all 0.65s ease-in;
}

.whychoosebodycstrips:hover{
        transform: translateY(-5px);
    transition: all 0.85s ease-in;
}

.overviewcstripimg img{
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.cstripapoplig img{
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.ibeamkfeaturescontainer h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    transition: .3s;
    padding-bottom: 10px;
}

.ibeamkfeatures-carousel{
    margin: 50px 0;
}

.ibeamkeyfeaturesbox h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    transition: .3s;
    padding-bottom: 10px;
    height: 45px;
}

.ibeamkeyfeaturesbox p{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.ibeamkfeatures-carousel .owl-nav{
    text-align: center;
}

.ibeamkfeatures-carousel .owl-nav .owl-prev,
.ibeamkfeatures-carousel .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}


.ibeamkfeaturescontainer{
    margin: 50px 0;
    position: relative;
}

.ibeamkfeaturescontainer .container-fluid{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ibeamoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(0 0 0); */
    opacity: 0.9;
    transition: opacity 0.3s ease;
    background-image: linear-gradient(to right, #f7812d, #120801);
}

.ibeamkfeaturescontainer img{
    height: 380px;
    object-fit: cover;
}

.aboutuscontainer h1{
        font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
    position: relative;
    display: inline-block;
}

.aboutuscontent{
    margin: 30px 0 0 0;
}

.aboutuscontainer h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 40%;
    background-color: #EA5501;
}

.aboutuscontent h3{
    color: #1F1F1F;
    font-size: 30px;
    line-height: 25px;
    margin: 0 150px 0 0;
    padding-bottom: 0;
}

.misionvisoioncontainer{
    margin: 50px 0 0 0;
}

.misionimg img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.misiondetails h2{
        font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0px;
}

.misiondetails p{
    color: #616161;
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0px 0px 0px;
}

.aboutusimg img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.misiondetails{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.misiondetails{
    background: #F7F7F7;
    border-left: 2px solid #EA5501;
    border-radius: 5px;
    padding: 20px;
}

.teamcontainer h2{
        font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0px;  
}

.teamdetails img{
    height: 400px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0% 0%, 88% 0px, 100% 10%, 100% 100%, 0% 100%) !important;
}

.industrycounter h2{
        font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0px;
}

.industrycounter {
    margin: 50px 0 0 0;
}

.aboucomachieve{
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255)), url(../images/achievebg.png);
    background-size: cover;
    position: relative;
    padding: 100px 0 50px 0;
    margin: 50px 0 0 0;
    clip-path: polygon(calc(100% - 50.2px) calc(100% - 0px), 50px calc(100% - 0px), 50px calc(100% - 0px), 41.8932px calc(100% - 0.65479999999999px), 34.2016px calc(100% - 2.5503999999999px), 27.0284px calc(100% - 5.5836px), 20.4768px calc(100% - 9.6512px), 14.65px calc(100% - 14.65px), 9.6512px calc(100% - 20.4768px), 5.5836px calc(100% - 27.0284px), 2.5504px calc(100% - 34.2016px), 0.6548px calc(100% - 41.8932px), 8.2830395048206E-31px calc(100% - 50px), 0px 51.5px, 0px 51.5px, 0.6752px 43.1568px, 2.6296px 35.2384px, 5.7564px 27.8516px, 9.9488px 21.1032px, 15.1px 15.1px, 21.1032px 9.9488px, 27.8516px 5.7564px, 35.2384px 2.6296px, 43.1568px 0.6752px, 51.5px 8.5418844893463E-31px, calc(100% - 45.3px) 44.1px, calc(100% - 45.3px) 44.1px, calc(100% - 37.7622px) 45.4951px, calc(100% - 30.6816px) 47.9408px, calc(100% - 24.1374px) 51.3477px, calc(100% - 18.2088px) 55.6264px, calc(100% - 12.975px) 60.6875px, calc(100% - 8.5152px) 66.4416px, calc(100% - 4.9086px) 72.7993px, calc(100% - 2.2344px) 79.6712px, calc(100% - 0.5718px) 86.9679px, calc(100% - 0px) 94.6px, calc(100% - 0px) calc(100% - 50.2px), calc(100% - 0px) calc(100% - 50.2px), calc(100% - 0.65769999999998px) calc(100% - 42.0633px), calc(100% - 2.5615999999998px) calc(100% - 34.3424px), calc(100% - 5.6079px) calc(100% - 27.1411px), calc(100% - 9.6928px) calc(100% - 20.5632px), calc(100% - 14.7125px) calc(100% - 14.7125px), calc(100% - 20.5632px) calc(100% - 9.6928px), calc(100% - 27.1411px) calc(100% - 5.6079px), calc(100% - 34.3424px) calc(100% - 2.5616px), calc(100% - 42.0633px) calc(100% - 0.65770000000001px), calc(100% - 50.2px) calc(100% - 0px));
}

.copperkfeaturescontainer{
    margin: 50px 0;
    position: relative;
}

.coperkfeatimg img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.copperkfeatures-carousel{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copperkfeaturescontainer h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.cokeyfeaturesbox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.copperkfeaturescontainer .owl-nav{
    text-align: center;
}

.copperkfeaturescontainer .owl-nav .owl-prev,
.copperkfeaturescontainer .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}

.ibeambototmbodyt{
    padding: 30px 150px;
    background-image: linear-gradient(to right, #f7812d, #120801);
    border-radius: 10px;
}

.ibeambototmbodyt h5{
    color: #fff;
    text-align: center;

}

.ibeambototmbodyt p{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.ibeamstimg img{
    width: 100%;
    object-fit: cover;
    height: 330px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.whychoosebodyimg img{
    width: 100%;
    object-fit: cover;
    height: 330px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.contactcontainer h1{
    font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
    position: relative;
    display: inline-block;
}


.contactcontainer h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 40%;
    background-color: #EA5501;
}

.contactdetails{
    background: #EA5501;
    padding: 10px;
    border-radius: 10px;
    height: 120px;
    margin: 30px 0 0 0;
}

.contactdetails i{
        color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
}

.contactdetails p,
.contactdetails p a{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.contactmap{
    margin: 50px 0;
}

.formcontainer ul li .contactformsmfield{
    width: 100%;
    padding: 0 10px;
    height: 38px;
    margin-bottom: 10px;
}
.formcontainer ul li .contactformbgfield{
    width: 100%;
    padding: 0 10px;
    height: 100px;
    margin-bottom: 10px;
}

.cfomsubmut{
    background: #ea5501;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 25px;
    border: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 28px;
    transition: all .5s ease;
}

.formcontainer p{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}
.aboutfeaturedimg img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.aboutusbanner img{
    width: 100%;
}

.teamcontainer{
    margin: 50px 0;
}

.teamdetail{
    background: #ea5501;
}

.teamdetails h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #fffF;
    padding: 0 10px;
    transition: .3s;
    margin-bottom: 0;
}

.teamdetails p{
    font-size: 17px;
    line-height: 25px;
    color: #fffF;
    transition: .3s;
    padding: 10px;
}

.ctrayfeaturescontainer h2{
        text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.ctrayfeatusimg img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.ctrayfeaturesbox p {
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.ctrayfeaturescontainer .owl-nav{
    text-align: center;
}

.ctrayfeaturescontainer .owl-nav .owl-prev,
.ctrayfeaturescontainer .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}

.ctray-carousel{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mildsteelimg img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.mildsteeltext h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0px;
}

.mildsteeltext p{
        color: #616161;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;a
    text-align: justify;
}

.mildsteelimg,
.mildsteeltext{
    margin-bottom: 30px;
}

.rackstoragecontainer{
    background: #F7F7F7;
    padding: 50px 0;
}

.rackstoragecontainer h1{
        font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
    position: relative;
    display: inline-block;
}

.rackstoragecontainer h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 40%;
    background-color: #EA5501;
}

.rackmanufracturer{
    padding: 50px 0;
}

.rackmanucontent h3{
font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0px;
}

.rackmanucontent p{
        color: #616161;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;a
    text-align: justify;
}

.racksuitableuses h2{
        text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.racksuitbleusebox p{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

.racksuitbleusebox ul {
    margin-bottom: 20px;
}

.racksuitbleusebox ul li{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    padding-bottom: 5px;
}

.racksuitbleusebox ul li::before {
    position: relative;
    top: -4px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 7px;
    font-weight: 900;
    padding: 0 10px 0 0;
}

.rsoperation{
    padding: 50px 0;
}

.rsoperstiontext h2{
        text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.rsoperstiontext p{
     color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

.pcabletrayappli{
    margin: 50px 0;
}

.pcabletrayappli h2{
        text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    transition: .3s;
    padding-bottom: 10px;
}

.pcabletrayappli p{
     color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.pcableakeyfeatures ul{
    margin-bottom: 20px;
}

.pcableakeyfeatures ul li{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    padding-bottom: 5px;
}

.pcableakeyfeatures ul li::before {
    position: relative;
    top: -4px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 7px;
    font-weight: 900;
    padding: 0 10px 0 0;
}

.pcabletraykeyfeatures h2{
        text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.pcalbetrayapplica {
    padding: 30px 150px;
    background-image: linear-gradient(to right, #f7812d, #120801);
    border-radius: 10px;
}

.cabletrayapp{
    padding: 30px 150px;
    background-image: linear-gradient(to right, #f7812d, #120801);
    border-radius: 10px;
}

.cabletrayapp h2{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    transition: .3s;
    padding-bottom: 10px;
}

.cabletrayapp p{
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.cabletraykeybenefits{
    margin: 50px 0;
}

.keybenefitsctray h2{
        text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.keybenefitsctray ul{
    margin-bottom: 20px;
}

.keybenefitsctray ul li{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    padding-bottom: 5px;
}

.keybenefitsctray ul li::before {
    position: relative;
    top: -4px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 7px;
    font-weight: 900;
    padding: 0 10px 0 0;
}

.laddercablecontainer{
    margin: 50px 0 0 0;
}

.laddercablecontainer h2{
        font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    padding: 0;
    position: relative;
    display: inline-block;
}

.laddercablecontainer h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 40%;
    background-color: #EA5501;
}

.laddectraybox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.ctraypsolutions{
    padding: 50px 0 0 0;
}

.ctrayperformance h2{
        text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.ctrayperformance p{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.ctrayperformance{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    margin-bottom: 20px;
    height: 240px;
    transition: all 0.65s ease-in;
}

.ctrayperformance:hover {
    transform: translateY(-5px);
    transition: all 0.85s ease-in;
}

.ctraymsolution h2{
        text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.ctraymsolution p{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 20px 0px 20px;
    text-align: center;
}

.ctraymsolution{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    margin-bottom: 20px;
    height: 240px;
    transition: all 0.65s ease-in;
}

.ctraymsolution:hover {
    transform: translateY(-5px);
    transition: all 0.85s ease-in;
}

.ctrayapplication h2{
        text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 10px;
}

.ctrayapplication ul{
    margin-bottom: 20px;
}

.ctrayapplication ul li{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    padding-bottom: 5px;
}

.ctrayapplication ul li::before {
    position: relative;
    top: -4px;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 7px;
    font-weight: 900;
    padding: 0 10px 0 0;
}

.cabletrayapplication{
    margin: 50px 0 0 0;
}

.ctrayapplication p{
        color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
}

.ladercabletraybenfits img{
     width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.ladercabletraybenfits{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keybenefitsctray{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rsoperastinimg img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.heavaydutyconimg img{
    margin-bottom: 30px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.rackmanucontent{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.racksuitbleuseimg img{
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gstinno p{
    color: #fff;
    font-size: 16px;
    font-family: "Space Grotesk", Sans-serif;
    line-height: 24px;
    text-align: left;
    padding-bottom: 0;
}

.whatsapp-float {
  position: fixed;            /* Keeps the button in place while scrolling */
  bottom: 24px;              /* Distance from the bottom of the window */
  right: 24px;               /* Distance from the right side of the window */
  width: 60px;               /* Width of the circle wrapper */
  height: 60px;              /* Height of the circle wrapper */
  background-color: #25D366; /* Official WhatsApp Green color */
  color: #FFF;               /* Icon color */
  border-radius: 50px;       /* Makes it perfectly round */
  display: flex;             /* Centering mechanics */
  align-items: center;       /* Centers icon vertically */
  justify-content: center;   /* Centers icon horizontally */
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3); /* Smooth shadow depth */
  z-index: 9999;             /* Forces it to layer on top of all other elements */
  transition: all 0.3s ease; /* Adds smooth hover transition */
}

/* Optional hover scaling effect */
.whatsapp-float:hover {
  background-color: #20ba5a; /* Slightly darker green on hover */
  transform: scale(1.1);     /* Button slightly enlarges */
}

.copyrightstext p{
    color: #fff;
    font-size: 16px;
    font-family: "Space Grotesk", Sans-serif;
    line-height: 24px;
    text-align: center;
    padding-bottom: 0;
}

.copyrightstext{
    margin: 30px 0 0 0;
}



.ourpartnercontainer h3{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    text-align: center;
}

.ourpartnercontainer h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #ea5501;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    padding-bottom: 0;
    text-align: center;
}

.partnerimg img{
    width: 100%;
}

.partnerimg {
    position: relative;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #02010100;
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
}

.ourpartnercontainer{
    background-image: linear-gradient(rgb(247 247 247 / 70%), rgb(0 0 0 / 69%)), url(../images/elegant-white-background.png);
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

.testimonialscontainer{
    background: #F7F7F7;
    padding: 50px 0;
}

.testimonialscontainer h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #ea5501;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    padding-bottom: 0;
    text-align: center;
}

.testimonialscontainer h3{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    text-align: center;
}

.reviewbox{
    height: 290px;
    position: relative;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #02010100;
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
}

.reviewbox h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 5px;
}

.reviewbox h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F1F;
    transition: .3s;
}

.reviewbox p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
}

.client-review .owl-nav{
    text-align: center;
}

.client-review .owl-nav .owl-prev,
.client-review .owl-nav .owl-next{
    background: #EA5501;
    color: #fff;
    border: none;
    margin: 0 5px;
}
.blogcontainer{
    margin: 50px 0;
}

.blogdeatilleftbar img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.blogdeatilleftbar p{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: justify;
}

.blogdeatilleftbar h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0;
    padding-top: 10px;
}

.blogdeatilleftbar h2,
.blogdeatilleftbar h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0;
    padding-top: 10px;
}

.blogrightsidebar h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0;
    padding-top: 10px;
}

.blogrightsidebar ul li a{
    color: #686868;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0px 0px 0px;
    text-align: justify;
}

.blogrightsidebar ul li::before{
      position: relative;
      top: 0px; 
      left: 0px;
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-size: 14px;
      font-weight: 900;
      color: #EA5501;
}

.blogrightsidebar ul li{
    padding-bottom: 10px;
}

.blogrightsidebar{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    background: #F7F7F7;
    border-left: 2px solid #EA5501;
    padding: 10px;
}

.allblogcontainer{
    margin: 50px 0;
}

.allblogcontainer h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0;
    padding-top: 10px;
}

.blogboxcontainer img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.blogboxcontainer h2, 
.blogboxcontainer h2 a{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1F1F1F;
    transition: .3s;
    padding-bottom: 0;
    padding-top: 10px;
}

.homeblogcontainer h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #ea5501;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    padding-bottom: 0;
    text-align: center;
}

.homeblogcontainer h3{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 15px 0px 0px 0px;
    font-family: space grotesk, serif;
    text-align: center;
}

.homeblogboxcontainer h4{
        font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #686868;
    text-transform: uppercase;
    font-family: space grotesk, sans-serif;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
}

.homeblogcontainer{
    margin: 50px 0;
}

.homeblogboxcontainer img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}