@font-face {
font-family: 'Satoshi Regular';
font-style: normal;
font-weight: normal;
src: local('Satoshi Regular'), url('../fonts/Satoshi-Regular.woff') format('woff');
}


@font-face {
font-family: 'Satoshi Light';
font-style: normal;
font-weight: normal;
src: local('Satoshi Light'), url('../fonts/Satoshi-Light.woff') format('woff');
}


@font-face {
font-family: 'Satoshi Medium';
font-style: normal;
font-weight: normal;
src: local('Satoshi Medium'), url('../fonts/Satoshi-Medium.woff') format('woff');
}


@font-face {
font-family: 'Satoshi Bold';
font-style: normal;
font-weight: normal;
src: local('Satoshi Bold'), url('../fonts/Satoshi-Bold.woff') format('woff');
}


@font-face {
font-family: 'Satoshi Black';
font-style: normal;
font-weight: normal;
src: local('Satoshi Black'), url('../fonts/Satoshi-Black.woff') format('woff');
}


body {
  font-family: 'Satoshi Regular';
  position: relative;
  overflow-x: hidden;
}
p, span {color: #4f4f4f;}

.logo {
  max-width: 120px;
  width: 100%;
}
.navbar-expand-sm .navbar-collapse {
  /*flex-direction: row-reverse;*/
    width: 50%;
    float: right;
}
.navbar-nav a {
  color: #000;
  /*margin-right: 15px;
  margin-left: 15px;*/
}
.navbar-nav a:hover, .nav-link:focus, .nav-link:hover {
  color: #ec1a23;
}

.navbar-toggler {
  float: right;
  /*background-color: #b6b6b7;
  padding: 0.2rem 0.4rem;*/
    width: 3rem;
  margin: 1rem 0 1rem auto;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: none;
    border-top: 2px solid gray;
    height: 0.5rem;
    display: block;
    width: 1.5rem;
}
.navbar-brand {
  float: left;
    width: 45%;
}
/*.navbar-expand-sm .navbar-collapse.show {
  width: 100%;
    float: none;
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    top: 5rem;
    z-index: 5;
}*/

.headsearch {
  position: relative;
}
.headsearch .form-control{
  /*width: 70%;
  border: 0;
  background-color: transparent;*/
}
.headsearch i{
    line-height: 2;
    font-size: 1.2rem;
    position: absolute;
    right: 1.5rem;
}

.carousel-caption h1 {
  font-family: 'Satoshi Bold';
  font-size: 2.65rem;
  text-shadow: 2px 2px black;
}
.carousel-caption {bottom: 16.25rem;}

.innersec {
  padding-bottom: 7rem;
  padding-top: 7rem;
}
.aboutsec {
  width: 85%;
}
h2 {
  font-family: 'Satoshi Black';
}
.img {
  width: 100%;
}

#aboutsec {
  background-image: url('../image/about-homebg.jpg');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: contain;
  background-position: left center;
}
.link {
  text-decoration: none;
  color: #ec1a23;
}
.pt-img {
  padding-top: 9rem;
  padding-left: 1rem;
}


.deal-logo{
  box-shadow: inset 0px -13px 13px -7px #939599, inset 0px 13px 13px -7px #939599, inset 0 13px 30px 15px rgba(88, 88, 88, 0);
  /*box-shadow: inset 0px 1px 20px 1px #939599;
  margin-left: -1rem;
  width: 103%;*/
}
/*.deal-logo1{
  box-shadow: inset 0px 1px 20px 1px #939599;
}*/
.icon-box {
  display: flex;
  flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.logo-icon {
  margin: 0 1.6rem;
}
.logo-icon img {
  display: block;
  margin-bottom: 1rem;
  max-width: 160px;
    margin-top: 2rem;
}
.logo-icon span {

}


#productsec {
  background-image: url('../image/about-homebg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-bottom: 1px solid #b4b4b5;
}

#productsec h2 {
  margin-bottom: 2rem;
}

.product-box {
    position: relative;
    overflow: hidden;
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.product-box.Arcon {
    clip-path: polygon(0% 0%, 100% 0, 100% 89%, 95% 100%, 0% 100%);
}
.product-box.DH {
  clip-path: polygon(0% 0%, 86.4% 0%, 100% 11.6%, 100% 100%, 0% 100%);
}
.product-box.Jainson {
  clip-path: polygon(0% 0%, 100% 0, 100% 88%, 86% 100%, 0% 100%);
}
.product-box.Weldfast {
  clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0 100%, 0 11%);
}
.product-box.BDS {
clip-path: polygon(8.5% 0%, 100% 0%, 100% 100%, 0 100%, 0 5.5%);
}
.product-box.BDS img, .product-box.BDS .content-box {
width: 95%;
}

.product-box .content-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s;
    color: #fff;
    cursor: pointer;
    padding: 1.5rem;

}
.product-box .content-box:hover {
  background-color: rgba(223,67,72,.8);
}

.product-box .content-box .heading {
font-family: 'Satoshi Black';
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
}
.product-box .content-box a {
    background-color: #ec1a23;
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
}


#contectsec iframe {
  border: 1px solid #b4b4b5;
  max-width: 600px;
  width: 100%;
      margin-bottom: 2rem;
}
.box-space {
  margin-top: 2rem;
}
#contectsec a {
    color: rgb(79 79 96);
    text-decoration: none;
}



footer {
    background-color: #f4f4f6;
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccccd;
}
.footerLine {
    background-color: #f4f4f6;
    font-size: 0.9rem;
    padding-top: 1rem; 
}
.footerLine  p{
  margin-bottom: 0.2rem;
}
footer a {
  text-decoration: none;
    color: var(--bs-body-color);
}








#innerhead .carousel-caption {
    bottom: 1rem;
}
.content {
  background-image: url('../image/about-homebg.jpg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: top center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.content h2.title {
  text-align: center;
  margin-bottom: 4rem;
}
.content h2 span {
  display: inline-block;
    color: var(--bs-heading-color);
}
.content h2 span:after {
  content: '';
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: 5px solid #ec1a23;
}
.content p {
  line-height: 1.7;
}

.product {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
.product section {
  padding-top: 4rem;
  padding-bottom: 4rem;
    -webkit-box-shadow: 0px 10px 13px -7px #838383, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 12px -9px #838383, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.product .logoname {
  color: #000;
    font-family: Satoshi Medium;
    font-size: 1.3rem;
    display: block;
    border-bottom: 1px solid #ec1a23;
    margin-bottom: 1.5rem;
    padding-bottom: 0.1rem;
}
.product h2.title {
  text-align: left;
  margin-bottom: 0;
}
/*.product h2:after {
    content: '';
    display: block;
    width: 26%;
    border-bottom: 5px solid #ec1a23;
}*/
.product b {
  font-family: Satoshi Bold;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.contentBox {
    text-align: center;
    background: #e2e3e4;
    padding: 1.2rem;
    margin-bottom: 1rem;
    height: -webkit-fill-available;
}
.contentBox button {
    background: #ec1a23;
    color: #fff;
    border: 0;
    padding: 0.5rem 1.1rem;
}






table.contact i {
  color: #545454;
    line-height: 1.7;
    font-size: 1.2rem;
}
table.contact a {
  text-decoration: none;
  color: #4f4f4f;
}









@media (max-width: 1024px) {
  .aboutsec {
    width: 100%;
  }
  .contentBox {height: auto;}
}


@media (max-width: 768px) {
  #aboutsec, #productsec {
    background-size: cover;
    background-position: center;
  }
  .pt-img {
    padding-top: 0;
    padding-left: 0;
  }
  .product-box .content-box .heading {
    font-size: 1.7rem;
  }


  #innerhead .carousel-caption {
      bottom: 0rem;
      padding: 0;
  }
  #innerhead .carousel-caption h1 {
      font-size: 2rem;
      line-height: 1;
  }
  .content {
    background-size: contain;
  }
  .content img, .content p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .swaponmobile {flex-direction: column;}
  .div1 {order: 2;}
  .div2 {order: 1;}
  .product .logoname {font-size: 1rem;}
  .product h2.title {font-size: calc(1.225rem + .9vw);}
  .contentBox {height: auto;}
}