@font-face {
  font-family: "Roboto";
  src: url("/assets/font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Regular.ttf");
}
* {
  font-family: "Roboto";
}

h1 {
  font-size: 40px;
  margin: 0px 0px 22px 0px;
}

h2 {
  font-size: 64px;
  margin: 0px 0px 20px 0px;
}

h3 {
  font-size: 32px;
  margin: 0px 0px 18px 0px;
}

h4 {
  font-size: 28px;
  margin: 0px 0px 16px 0px;
}

h5 {
  font-size: 20px;
  margin: 0px 0px 14px 0px;
}

h6 {
  font-size: 18px;
  margin: 0px 0px 14px 0px;
}

p {
  font-size: 16px;
  margin: 0px 0px 12px 0px;
}

.p1 {
  font-size: 14px;
  margin: 0px 0px 12px 0px;
}

.p2 {
  font-size: 12px;
  margin: 0px 0px 12px 0px;
}

.p3 {
  font-size: 10px;
  margin: 0px 0px 12px 0px;
}

a {
  font-size: 18px;
}

.container {
  max-width: 84.6%;
  margin: 0 auto;
}

.primary-button {
  background-color: #39b54a;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

.secondary-button {
  background-color: #ffa000;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

.teritary-button {
  background-color: #ff5e14;
  color: white;
  border: none;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins";
}

@media (min-width: 990px) and (max-width: 1536px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
    margin: 0px 0px 18px 0px;
  }
  h4 {
    font-size: 22px;
    margin: 0px 0px 16px 0px;
  }
  h5 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 18px;
    margin: 0px 0px 12px 0px;
  }
  p {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  .p1 {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  .p2 {
    font-size: 12px;
    margin: 0px 0px 12px 0px;
  }
  .p3 {
    font-size: 10px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 16px;
  }
  .container {
    max-width: 86.6%;
    margin: 0 auto;
  }
  .primary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 400;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  h1 {
    font-size: 34px;
    margin: 0px 0px 22px 0px;
  }
  h2 {
    font-size: 32px;
    margin: 0px 0px 18px 0px;
  }
  h3 {
    font-size: 22px;
    margin: 0px 0px 14px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 12px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }
  a {
    font-size: 14px;
  }
  .primary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    margin: 0px 0px 18px 0px;
  }
  h2 {
    font-size: 32px;
    margin: 0px 0px 16px 0px;
  }
  h3 {
    font-size: 24px;
    margin: 0px 0px 16px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 14px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .primary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .teritary-button {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 400;
  }
}
.section-heading {
  text-align: center;
}
.section-heading h3 {
  font-weight: 600;
  color: white;
}
.section-heading h3 span {
  color: #ff5e14;
}
.section-heading p {
  font-weight: 500;
  color: #d9d9d9;
  width: 80%;
  margin: 0px auto;
}

.home-about-sec .calc-block-inside {
  display: none;
}
.home-about-sec .calc-block-inside_active {
  display: block;
}
.home-about-sec .calc-button {
  margin: 5px;
}
.home-about-sec .home-fist-left {
  position: relative;
}
.home-about-sec .home-fist-left .tab-buttons {
  position: absolute;
  top: 15%;
  right: 0px;
  display: flex;
  flex-direction: column;
}
.home-about-sec .home-fist-left .tab-buttons .calc-button {
  background-color: #38393a;
  border-left: 4px solid #ebebeb;
  border-bottom: 1px solid #9391ae;
  margin: 0;
  padding: 20px 40px 20px 50px;
  color: white;
  cursor: pointer;
}
.home-about-sec .home-fist-left .tab-buttons .calc-button h5 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1536px) {
  .home-about-sec .home-fist-left .tab-buttons .calc-button h5 {
    font-size: 24px;
  }
}
.home-about-sec .home-fist-left .tab-buttons .calc-button p {
  margin-bottom: 0px;
}
.home-about-sec .home-fist-left .tab-buttons .calc-button:last-child {
  border-bottom: none;
}
.home-about-sec .home-fist-left .tab-buttons .calc-button.calc_button_active {
  background: #0e2b5c;
  border-left: 4px solid #ff5e14;
}
.home-about-sec .about-us-overview {
  margin: 6%;
}
.home-about-sec .about-us-overview .welcome-head {
  color: #f57009;
}
.home-about-sec .about-us-overview ul {
  padding: 0;
}
.home-about-sec .about-us-overview ul li {
  list-style: none;
  color: #6c757d;
}
.home-about-sec .about-us-overview .personalised-steel-coils {
  background-color: #f8f6f7;
  padding: 8%;
}
.home-about-sec .about-us-overview .personalised-steel-coils h5 {
  margin: 30px 10px;
  color: #1c1a30;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .home-fist-left {
    position: static !important;
    width: 100%;
  }
  .home-fist-left img {
    display: none;
  }
  .home-fist-left .tab-buttons {
    position: static !important;
    top: 0;
    right: 0px;
    display: flex;
    flex-direction: row !important;
    overflow-x: scroll;
    width: 100%;
  }
}
.steel-products {
  background-image: url("/assets/img/high-quality-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.steel-products .background {
  background-color: rgba(28, 26, 48, 0.8666666667);
}
.steel-products .product-item img {
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
.steel-products .product-item h5 {
  background-color: #173a5a;
  font-weight: 500;
  color: white;
  padding: 15px;
  margin: 0px;
  text-align: center;
}

.best-in-industry .container {
  width: 70%;
  margin: 0px auto;
  padding: 0px;
}
.best-in-industry .container .row > * {
  padding: 0px;
}
.best-in-industry .container .industry-left {
  background-color: #000000;
  color: white;
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.best-in-industry .container .industry-left .industry-heading {
  text-align: center;
  padding: 50px;
  margin-top: 20px;
}
.best-in-industry .container .industry-left .industry-heading h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: "Poppins";
  color: #ff5e14;
}
.best-in-industry .container .industry-left .industry-heading p {
  font-weight: 400;
  color: #d9d9d9;
}
.best-in-industry .container .industry-left .quotes i {
  color: #262626;
  font-size: 80px;
}
.best-in-industry .container .industry-left .industry-founder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 51px 20px;
}
.best-in-industry .container .industry-left .industry-founder img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.best-in-industry .container .industry-left .industry-founder p {
  font-weight: 400;
  font-family: "Poppins";
  margin: 0px;
}
.best-in-industry .container .industry-left .industry-founder p:last-child {
  color: #ff5e14;
}
.best-in-industry .container .industry-right {
  color: white;
}
.best-in-industry .container .industry-right .row > * {
  padding: 0px;
}
.best-in-industry .container .industry-right .reason {
  background-color: #173a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 55px;
  height: 325px;
}
.best-in-industry .container .industry-right .reason-1 {
  background-color: #ff5e14;
}
.best-in-industry .container .industry-right h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin-top: 20px;
}

.steel-solutions {
  background-image: url("/assets/img/high-quality-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.steel-solutions .background {
  background-color: rgba(28, 26, 48, 0.8666666667);
}
.steel-solutions .solution-item .image-block {
  position: relative;
  overflow: hidden;
}
.steel-solutions .solution-item .image-block img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.steel-solutions .solution-item .image-block .hover-content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.steel-solutions .solution-item .image-block:hover img {
  transform: scale(1.1);
}
.steel-solutions .solution-item .image-block:hover .hover-content {
  opacity: 1;
}
.steel-solutions .solution-item h5 {
  font-weight: 500;
  color: white;
  padding: 15px;
  margin: 0px;
  text-align: center;
  font-size: 24px;
}

.quality-approvals .section-heading {
  text-align: center;
}
.quality-approvals .section-heading .approvals-heading {
  color: #f57009;
  margin-bottom: 10px;
}
.quality-approvals .section-heading h4 {
  font-weight: 600;
  color: #173a5a;
  margin-bottom: 6px;
}
.quality-approvals .section-heading p {
  font-weight: 500;
  color: #6d6d6d;
  width: 80%;
  margin: 0px auto;
}
.quality-approvals .certification-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35%;
}
.quality-approvals .certification-tabs .certificate-button {
  border: 1px solid #173a5a;
  outline: none;
  background-color: transparent;
  margin: auto 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  height: 100%;
  width: 38%;
}
.quality-approvals .certification-tabs .certificate-button:first-child {
  border-radius: 4px 0px 0px 4px;
}
.quality-approvals .certification-tabs .certificate-button:last-child {
  border-radius: 0px 4px 4px 0px;
}
.quality-approvals .certification-tabs .certificate_button_active {
  background-color: #173a5a;
  color: white;
  margin: auto 0px;
}
.quality-approvals .certificates img {
  border-radius: 10px;
  border: 1px solid #dadada;
}
.quality-approvals .certificate-block-inside {
  display: none;
}
.quality-approvals .certificate-block-inside_active {
  display: block;
}
.quality-approvals .reports-section .report-block img {
  width: 300px;
  height: 150px;
}
.quality-approvals .reports-section .report-block h5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality-approvals .reports-section .report-block h5 i {
  margin-left: 6px;
  margin-top: 4px;
}
.quality-approvals .reports-section .report-block:not(:last-child) {
  border-bottom: 1px solid #dadada;
}

.map-section {
  color: white;
  background-image: linear-gradient(rgba(28, 26, 48, 0.8), rgba(28, 26, 48, 0.8)), url("/assets/img/Banner-Map.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.map-section h3 {
  text-align: center;
}
.map-section .map-content {
  color: white;
}
.map-section .map-content p {
  line-height: 26px;
  font-weight: 500;
}
.map-section .map-content ul li {
  font-weight: 400;
  margin: 8px 0;
}
.map-section .map-content img {
  width: 100%;
  height: 100%;
}

.latest-news-updaes h3 {
  color: #273272;
}
.latest-news-updaes h3 span {
  color: #f57009;
}
.latest-news-updaes .news-card {
  margin: 0px 10px;
}
.latest-news-updaes .news-card h4 {
  margin: 15px 0px;
  font-size: 24px;
  font-weight: 500;
  color: #273272;
}
.latest-news-updaes .news-card p {
  color: #616263;
}
.latest-news-updaes .news-card .read-more-btn {
  color: #ff5e14;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}
.latest-news-updaes .free-consultation-form {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.latest-news-updaes .free-consultation-form h4 {
  font-size: 25px;
  color: #273272;
}
.latest-news-updaes .free-consultation-form h4 span {
  color: #ff5e14;
}
.latest-news-updaes .free-consultation-form .form-sec .form-control,
.latest-news-updaes .free-consultation-form .form-sec .form-select {
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #bcbcbc;
}
.latest-news-updaes .free-consultation-form .form-sec .form-control ::-moz-placeholder, .latest-news-updaes .free-consultation-form .form-sec .form-select ::-moz-placeholder {
  color: #bcbcbc;
}
.latest-news-updaes .free-consultation-form .form-sec .form-control ::placeholder,
.latest-news-updaes .free-consultation-form .form-sec .form-select ::placeholder {
  color: #bcbcbc;
}
.latest-news-updaes .free-consultation-form .form-sec .send-message-btn {
  border: 0;
  background-color: #ff5e14;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
}
.latest-news-updaes .slick-dots {
  position: absolute;
  top: -70px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  cursor: pointer;
}
.latest-news-updaes .slick-dots .slick-active {
  color: #f57009;
}
.latest-news-updaes .slick-dots li {
  font-size: 25px;
  margin: 10px;
  color: #173a5a;
}
.latest-news-updaes .slick-dots li button {
  display: none;
}
@media only screen and (max-width: 600px) {
  .latest-news-updaes .slick-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: auto;
    bottom: -60px;
  }
}

.be-creative-main {
  background-image: url("/assets/img/be-creative-bg.png");
  background-size: 100% 100%;
}
.be-creative-main .be-creative-ind-sec {
  padding: 5%;
  background: rgba(28, 26, 48, 0.8);
}
.be-creative-main .be-creative-ind-sec .transforming-ind h5 {
  color: #f57009;
}
.be-creative-main .be-creative-ind-sec .transforming-ind h3 {
  font-weight: 600;
  color: white;
}
.be-creative-main .be-creative-ind-sec .transforming-ind .portfolia-btn {
  background-color: #f57009;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  color: white;
}
@media screen and (min-width: 1536px) {
  .be-creative-main .be-creative-ind-sec .transforming-ind .portfolia-btn {
    padding: 20px 40px;
  }
}
.be-creative-main .be-creative-ind-sec .transforming-ind .contact-us-btn {
  background-color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  color: #f57009;
}
@media screen and (min-width: 1536px) {
  .be-creative-main .be-creative-ind-sec .transforming-ind .contact-us-btn {
    padding: 20px 40px;
  }
}
.be-creative-main .be-creative-ind-sec .transforming-ind .experiance-results {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.be-creative-main .be-creative-ind-sec .transforming-ind .experiance-results h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}
.be-creative-main .be-creative-ind-sec .transforming-ind .horizontal-line {
  width: 100%;
  color: white;
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0;
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  color: #1c1a30;
  font-size: 18px;
  font-weight: 500;
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>');
}
.be-creative-main .be-creative-ind-sec .accordion-sec .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
}

.client-section .client-title {
  text-align: center;
  font-weight: 600;
  color: #273272;
}
.client-section .client-title span {
  color: #ff5e14;
}
.client-section .client-carousel .slide {
  margin: 2px 12px;
}
.client-section .client-carousel .slide .client-card {
  background-color: #173a5a;
  border-radius: 10px;
  padding: 25px 35px;
}
.client-section .client-carousel .slide .client-card ul {
  list-style: none;
  color: white;
  margin: 0;
  padding: 0;
}
.client-section .client-carousel .slide .client-card ul li img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.client-section .client-carousel .slide .client-card ul li p {
  font-weight: 300;
  line-height: 30px;
}
.client-section .client-carousel .slide .client-card ul .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.client-section .client-carousel .slide .client-card ul .title span {
  font-size: 24px;
}
.client-section .client-carousel .slide .client-card ul .title .quote-label {
  font-size: 45px;
  opacity: 0.1;
}
.client-section .client-carousel .slide .client-card ul .rating {
  color: #ff5e14;
}
.client-section .client-carousel .slide .client-card ul .rating .fa-star {
  margin-right: -4px;
  font-size: 12px;
}
.client-section .client-carousel .slick-slider,
.client-section .client-carousel .slick-list {
  overflow: hidden;
}
.client-section .client-carousel .slick-slide {
  display: flex;
  justify-content: center;
}
.client-section .client-carousel .slick-list {
  margin: 0px;
  padding: 0px;
}
.client-section .client-carousel .slick-track {
  display: flex;
}
.client-section .client-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 10px;
}
.client-section .client-carousel .slick-dots li {
  margin-right: 6px;
}
.client-section .client-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  font-size: 0;
  background-color: #d9d9d9 !important;
  border-radius: 50%;
}
.client-section .client-carousel .slick-dots li.slick-active button {
  background-color: #ff5e14 !important;
}

.footer {
  background-color: #173a5a;
  border: 1px solid #727272;
}
.footer .container {
  width: 70%;
}
.footer .container .logo-content p {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 25px;
}
.footer .container .link-content li {
  list-style-type: none;
  padding-bottom: 10px;
}
.footer .container .link-content li a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 400;
}
.footer .container .link-content li:first-child {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
.footer .container .newsletter-content p {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
}
.footer .container .newsletter-content p:first-child {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
.footer .container .newsletter-content .social-media i {
  color: white;
  padding-right: 20px;
}
.footer .container .newsletter-content .email-input {
  display: flex;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 4px;
  background-color: #173a5a;
  padding: 4px;
}
.footer .container .newsletter-content .email-input input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 8px;
  font-size: 14px;
}
.footer .container .newsletter-content .email-input input::-moz-placeholder {
  color: #b0b0b0;
}
.footer .container .newsletter-content .email-input input::placeholder {
  color: #b0b0b0;
}
.footer .container .newsletter-content .email-input button {
  border: none;
  background-color: #f57009;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.footer-bottom {
  background-color: #173a5a;
}
.footer-bottom .container {
  width: 60%;
}
.footer-bottom p {
  font-size: 18px;
  font-weight: 500;
  color: #f4f4f4;
}
.footer-bottom a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: white;
  padding-right: 20px;
}

@media screen and (max-width: 990px) {
  .section-heading p {
    width: 100%;
  }
  .best-in-industry .container {
    width: 98%;
  }
  .best-in-industry .container .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-left {
    height: 410px;
  }
  .best-in-industry .container .industry-left .industry-heading {
    padding: 30px;
    margin-top: 20px;
  }
  .best-in-industry .container .industry-left .industry-heading h4 {
    font-size: 18px;
  }
  .best-in-industry .container .industry-left .industry-founder {
    padding: 20px;
  }
  .best-in-industry .container .industry-right .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-right .reason {
    padding: 20px;
    height: 200px;
  }
  .best-in-industry .container .industry-right h4 {
    font-size: 18px;
  }
  .quality-approvals .certification-tabs .certificate-button {
    font-size: 12px;
    padding: 4px;
    width: 100%;
  }
  .footer .container {
    width: 100%;
  }
  .footer-bottom .container {
    width: 100%;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .best-in-industry .container {
    width: 98%;
  }
  .best-in-industry .container .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-left {
    height: 450px;
  }
  .best-in-industry .container .industry-left .industry-heading {
    padding: 30px;
    margin-top: 20px;
  }
  .best-in-industry .container .industry-left .industry-heading h4 {
    font-size: 18px;
  }
  .best-in-industry .container .industry-left .industry-founder {
    padding: 20px;
  }
  .best-in-industry .container .industry-right .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-right .reason {
    padding: 20px;
    height: 225px;
  }
  .best-in-industry .container .industry-right h4 {
    font-size: 18px;
  }
  .quality-approvals .certification-tabs .certificate-button {
    font-size: 16px;
    padding: 4px;
    width: 100%;
  }
  .quality-approvals .reports-section .report-block img {
    height: 100px;
  }
  .footer .container {
    width: 100%;
  }
  .footer-bottom .container {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1536px) {
  .best-in-industry .container {
    width: 98%;
  }
  .best-in-industry .container .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-left {
    height: 450px;
  }
  .best-in-industry .container .industry-left .industry-heading {
    padding: 30px;
    margin-top: 20px;
  }
  .best-in-industry .container .industry-left .industry-heading h4 {
    font-size: 18px;
  }
  .best-in-industry .container .industry-left .industry-founder {
    padding: 20px;
  }
  .best-in-industry .container .industry-right .row {
    margin: 0px;
  }
  .best-in-industry .container .industry-right .reason {
    padding: 20px;
    height: 225px;
  }
  .best-in-industry .container .industry-right h4 {
    font-size: 18px;
  }
  .quality-approvals .reports-section .report-block img {
    height: 100px;
  }
  .footer .container {
    width: 100%;
  }
}
/* Scroll to Top Button */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #f57009;
  color: white;
  border: none;
  outline: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

/* Scroll what'sapp Button */
.sticky-whats-app-icons {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.sticky-whats-app-icons .box {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #f57009;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  margin-bottom: 6px;
}
.sticky-whats-app-icons .box i {
  font-size: 22px;
  color: white;
}

.top-details-sec h3 {
  color: #ff5e14;
}
.top-details-sec p {
  color: #616263;
}

.tab-details-sec .nav-pills .nav-link {
  background-color: #f5faff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #00154f;
  font-size: 18px;
  font-weight: 500;
}
.tab-details-sec .nav-pills .nav-link .arrow-right-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 45px;
  background-color: #000000;
  color: white;
  border-radius: 15px;
}
.tab-details-sec .nav-pills .active {
  background-color: #173a5a;
  color: white;
}
.tab-details-sec .nav-pills .active .arrow-right-icon {
  background-color: #f2f8fd;
  color: #ffa000;
}
.tab-details-sec .tab-content .product-img {
  float: right;
}
.tab-details-sec .tab-content h5 {
  color: #273272;
  font-weight: 500;
}
.tab-details-sec .tab-content p {
  color: #616263;
}
.tab-details-sec .product-accordion-sec .accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0;
}
.tab-details-sec .product-accordion-sec .accordion .accordion-header {
  background-color: transparent !important;
}
.tab-details-sec .product-accordion-sec .accordion .accordion-header .accordion-button {
  color: #273272;
  font-weight: 600;
  font-size: 18px;
}
.tab-details-sec .product-accordion-sec .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #ff5e14;
}
.tab-details-sec .product-accordion-sec .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='red' class='bi bi-dash-lg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
}
.tab-details-sec .product-accordion-sec .accordion .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23273272' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
}

.aluminum_table_sec .table-top-head {
  font-size: 24px;
  color: #ff5e14;
}
.aluminum_table_sec .table-top-head2 {
  color: #173a5a;
}
.aluminum_table_sec .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f2f8fd !important;
}
.aluminum_table_sec .table {
  border: 1px solid #173a5a;
}
.aluminum_table_sec .table > :not(caption) > * > * {
  border-bottom-width: 0;
  padding: 1.5rem 0.5rem;
  box-shadow: 0 0 0 0;
}
.aluminum_table_sec .table_row_head th {
  text-align: center;
  background-color: #173a5a;
  color: white;
  margin: 20px !important;
  border-right: 1px solid #ededed;
}
.aluminum_table_sec .table_row_head th:last-child() {
  border-right: 0px;
}
.aluminum_table_sec .table-body th,
.aluminum_table_sec .table-body td {
  border-right: 1px solid #000000;
  text-align: center;
}

.search-input-sec .container-input {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
}
.search-input-sec .input {
  width: 100%;
  padding: 10px 0px 10px 40px;
  border-radius: 28px;
  border: 1px solid #000000;
  transition: all 0.2s ease-in-out;
  outline: none;
  opacity: 0.8;
}
.search-input-sec .search-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
  background-color: #173a5a;
  padding: 8px 12px;
  border-radius: 50%;
  color: white;
}

.contact-banner {
  position: relative;
}
.contact-banner img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .contact-banner img {
    height: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .contact-banner img {
    height: 200px;
  }
}
.contact-banner .banner-content {
  background-color: rgba(28, 26, 48, 0.8117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0px;
  color: white;
}
.contact-banner .banner-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #d9d9d9;
}
@media screen and (max-width: 1536px) {
  .contact-banner .banner-content h4 {
    font-size: 16px;
  }
}

.get-in-touch .location-details {
  width: 66%;
  margin-right: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .get-in-touch .location-details {
    width: 100%;
    margin: 0px auto;
  }
}
.get-in-touch .location-details .contact-heading h3 {
  font-weight: 600;
  color: #173a5a;
}
.get-in-touch .location-details .contact-heading h3 span {
  color: #ff5e14;
}
.get-in-touch .location-details .contact-heading p {
  font-weight: 500;
  color: #2b3547;
  margin-bottom: 30px;
}
.get-in-touch .location-details .location-block {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
.get-in-touch .location-details .location-block i {
  background-color: #ff5e14;
  color: white;
  padding: 20px;
  font-size: 24px;
  margin-right: 10px;
}
.get-in-touch .location-details .location-block h5 {
  color: #0e2b5c;
  font-weight: 600;
  margin-bottom: 6px;
}
.get-in-touch .location-details .location-block p {
  color: #2b3547;
  font-weight: 400;
  margin: 0px;
}
.get-in-touch .contact-form {
  box-shadow: 0px 3px 15px 0px rgba(134, 170, 235, 0.2);
  padding: 40px;
  width: 66%;
  margin-left: 30px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .get-in-touch .contact-form {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }
}
.get-in-touch .contact-form input {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 0px;
}
.get-in-touch .contact-form input::-moz-placeholder {
  font-weight: 400;
  color: rgba(43, 53, 71, 0.6980392157);
}
.get-in-touch .contact-form input::placeholder {
  font-weight: 400;
  color: rgba(43, 53, 71, 0.6980392157);
}
.get-in-touch .contact-form textarea {
  border-radius: 0px;
  margin-bottom: 30px;
}
.get-in-touch .contact-form .search-btn {
  background-color: #ff5e14;
  color: white;
  margin: 15px 0px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}

.blog-details .blog-details-title {
  text-align: center;
  color: #273272;
}
@media screen and (min-width: 1440px) {
  .blog-details .blog-details-title {
    font-size: 22px;
  }
}
.blog-details .blog-details-card {
  position: relative;
  width: 100%;
}
.blog-details .blog-details-card .blog-details-img {
  width: 100%;
  height: 100%;
}
.blog-details .blog-details-card .blog-details-img img {
  width: 100%;
  height: 100%;
}
.blog-details .blog-details-card .blog-details-card-banner {
  position: absolute;
  bottom: 0px;
  color: white;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-details .blog-details-card .blog-details-card-banner .card-date {
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  .blog-details .blog-details-card .blog-details-card-banner .card-banner-title {
    font-size: 22px;
  }
}
.blog-details p {
  line-height: 30px;
  font-weight: 400;
}
.blog-details .listing-card {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 3px;
  border-left: 5px solid #dd711c;
}
.blog-details .listing-card ul {
  list-style: none;
}
.blog-details .listing-card ul li {
  margin: 10px 0px;
}
.blog-details .listing-card ul li .fa-circle-check {
  color: #dd711c;
}

.blog-related {
  color: #ff5e14;
  font-family: "Poppins";
  font-weight: 500;
}

.blog-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.blog-card .blog-img {
  width: 100%;
  height: 300px;
}
.blog-card .blog-img img {
  width: 100%;
  height: 100%;
}
.blog-card .blog-content-card {
  width: 93%;
  background-color: white;
  margin-top: -20px;
}
.blog-card .blog-content-card .blog-content .blog-date {
  width: 60%;
  text-align: center;
  background-color: #ff5e14;
  color: white;
  text-wrap: nowrap;
  margin-top: -15px;
  margin-bottom: 20px;
}
.blog-card .blog-content-card .blog-content .blog-date span {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins";
}
.blog-card .blog-content-card .blog-content .blog-date .fa-calendar {
  font-size: 14px;
}
@media (min-width: 767px) and (max-width: 1270px) {
  .blog-card .blog-content-card .blog-content .blog-date {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .blog-card .blog-content-card .blog-content .blog-date {
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 319px) {
  .blog-card .blog-content-card .blog-content .blog-date {
    width: 100%;
  }
}
.blog-card .blog-content-card .blog-content .blog-card-title {
  margin-top: 8px;
  color: #273272;
  font-weight: 600;
  margin-bottom: 4px;
}
.blog-card .blog-content-card .blog-content .blog-card-info {
  font-weight: 400;
  line-height: 30px;
}
.blog-card .blog-content-card .blog-content .blog-card-nav {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #ff5e14;
}
.blog-card .blog-content-card .blog-content .blog-card-nav .fa-chevron-right {
  font-size: 16px;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  width: 40px;
  height: 40px;
  text-align: center;
  color: #273272;
  background-color: white;
  margin-right: 8px;
  border: 2px solid #273272;
}
.pagination .pagination-btn.active {
  color: white;
  background-color: #273272;
}

* {
  font-family: "Roboto";
}

.top-nav {
  background-color: #173a5a;
}
.top-nav .container {
  color: white;
  padding: 10px 12px;
}
@media only screen and (min-width: 600px) {
  .top-nav .container {
    width: 73%;
  }
}
.top-nav .container p {
  margin-bottom: 0;
  margin-right: 10px;
}
.top-nav .container i {
  margin-right: 10px;
  padding: 2px;
}

.header .nav-total {
  position: relative;
  padding: 0px 0px 20px;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .header .nav-total {
    padding: 0px 0px 15px;
  }
  .header .nav-total img {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .header .nav-total {
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 600px) {
  .header .nav-total .container {
    width: 73%;
  }
}
.header .nav-total .nav-item .dropdown-toggle i {
  display: inline-block;
  margin-left: 0.255em;
  color: #173a5a;
  font-size: 12px;
}
.header .nav-total .nav-item .dropdown-toggle::after {
  display: none;
}
.header .nav-total .nav-item .dropdown-menu {
  border-radius: 0px;
  background-color: #173a5a;
}
.header .nav-total .nav-item .dropdown-menu .dropdown-item {
  color: white;
  font-family: "Poppins";
}
.header .nav-total .nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(250, 250, 250, 0.2);
  color: white;
}
.header .nav-total .nav-item .nav-link {
  color: #173a5a;
  margin-right: 60px;
  font-family: "Poppins";
}
@media screen and (max-width: 1200px) {
  .header .nav-total .nav-item .nav-link {
    margin-right: 30px;
  }
}
.header .nav-total .down-nav {
  background-color: rgb(23, 58, 90);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 72%;
  padding: 15px;
  margin: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header .nav-total .down-nav {
    top: 70px;
  }
}
.header .nav-total .down-nav ul {
  padding: 0;
  list-style: none;
}
.header .nav-total .down-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.header .nav-total .down-nav .nav-item .dropdown-toggle i {
  display: inline-block;
  margin-left: 0.255em;
  color: white;
  font-size: 12px;
}
.header .nav-total .down-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.header .nav-total .down-nav .nav-item .dropdown-menu {
  background-color: #173a5a;
}
.header .nav-total .down-nav .nav-item .dropdown-menu .dropdown-item {
  color: white;
  font-family: "Poppins";
}
.header .nav-total .down-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(250, 250, 250, 0.2);
  color: white;
}
.header .nav-total .down-nav .nav-item .nav-link {
  color: white;
  margin-right: 60px;
  font-family: "Poppins";
}
@media screen and (max-width: 1200px) {
  .header .nav-total .down-nav .nav-item .nav-link {
    margin-right: 30px;
  }
}

.services-section-heading {
  text-align: center;
}
.services-section-heading h3 {
  font-weight: 600;
  color: #173a5a;
}
.services-section-heading h3 span {
  color: #ff5e14;
}

.services-steel-products .product-item img {
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-steel-products .product-item h5 {
  background-color: #173a5a;
  font-weight: 500;
  color: white;
  padding: 15px;
  margin: 0px;
  text-align: center;
}

.services-steel-solutions .solution-item .image-block {
  position: relative;
  overflow: hidden;
}
.services-steel-solutions .solution-item .image-block img {
  width: 100%;
  height: 560px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .services-steel-solutions .solution-item .image-block img {
    height: 419px;
  }
}
.services-steel-solutions .solution-item .image-block .hover-content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.3s ease;
}
.services-steel-solutions .solution-item .image-block:hover img {
  transform: scale(1.1);
}
.services-steel-solutions .solution-item .image-block:hover .hover-content {
  opacity: 1;
}
.services-steel-solutions .solution-item h5 {
  font-weight: 500;
  color: #173a5a;
  padding: 15px;
  margin: 0px;
  text-align: center;
  font-size: 24px;
}

.our-technology-sec h4 {
  color: #f57009;
}

.marketing-section .container {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .marketing-section .container {
    width: 90%;
  }
}
.marketing-section .quality-img {
  position: sticky;
  top: 20%;
}
.marketing-section .marketing-content {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .marketing-section .marketing-content {
    padding-left: 0px;
  }
}
.marketing-section .marketing-content h4 {
  font-weight: 700;
}
.marketing-section .marketing-content .sub-heading {
  font-weight: 400;
  color: #f57009;
}
@media screen and (min-width: 1440px) {
  .marketing-section .marketing-content .sub-heading {
    font-size: 24px;
  }
}
.marketing-section .marketing-content h6 {
  font-weight: 500;
}
.marketing-section .marketing-content p {
  color: #999;
}
@media screen and (min-width: 1440px) {
  .marketing-section .marketing-content p {
    margin: 20px 0;
  }
}
.marketing-section .marketing-content a {
  font-size: 16px;
}
.marketing-section .marketing-content .more-info {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background-color: #f57009;
  border: none;
  text-decoration: none;
}
.marketing-section .marketing-content .more-info i {
  color: #f57009;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  margin-left: 10px;
}
.marketing-section .marketing-content .tabs-section {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.marketing-section .marketing-content .tabs-section button {
  border: none;
  outline: none;
  background: transparent;
  color: #173a5a;
  font-weight: 600;
  width: 50%;
  padding: 6px;
}
@media screen and (min-width: 1440px) {
  .marketing-section .marketing-content .tabs-section button {
    font-size: 20px;
  }
}
.marketing-section .marketing-content .tabs-section .tab_button_active {
  border-bottom: 1px solid #173a5a;
}
.marketing-section .marketing-content .tab-block-inside {
  display: none;
}
.marketing-section .marketing-content .tab-block-inside_active {
  display: block;
}/*# sourceMappingURL=global.css.map */