@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf");
}
* {
  font-family: "Roboto";
}

h1 {
  font-size: 40px;
  margin: 0px 0px 22px 0px;
}

h2 {
  font-size: 38px;
  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: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  text-wrap: nowrap;
}

.secondary-button {
  background-color: #ffa000;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  text-wrap: nowrap;
}

.teritary-button {
  background-color: #ff5e14;
  color: white;
  border: none;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins";
}
.teritary-button:hover {
  background-color: #ff7434;
}

@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: 6px 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .secondary-button {
    padding: 6px 20px;
    font-size: 14px;
    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;
}

@media screen and (min-width: 1024px) {
  .banner .container {
    width: 72%;
  }
}
.banner .container h2 {
  font-weight: bold;
  font-size: 46px;
}
.banner .container button {
  border-radius: 100px;
  outline: none;
  padding: 8px 20px;
  margin-top: 20px;
  font-size: 16px;
}

.supply-chains h3 {
  font-size: 40px;
  font-weight: bold;
  color: #273272;
}
.supply-chains h3 span {
  color: #f57009;
}
.supply-chains .chain-block {
  display: flex;
  margin: 0px auto;
}
.supply-chains .chain-block i {
  color: #f57009;
}
.supply-chains .chain-block p {
  font-size: 14px;
}
.supply-chains .chain-block h6 {
  font-weight: 600;
  color: #173a5a;
  margin-bottom: 4px;
}
.supply-chains p {
  margin-bottom: 25px;
}
.supply-chains .teritary-button {
  padding: 10px 45px;
  font-size: 16px;
  border-radius: 5px;
}

.quote-sec h3 {
  color: #273272;
  font-weight: bolder;
}
.quote-sec h3 .quote-span {
  color: #f57009;
}
.quote-sec p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.quote-sec .quote-content-buttons {
  display: flex;
  justify-content: start;
  gap: 10px;
}
.quote-sec .quote-content-buttons .secondary-button {
  border: solid 1px #ffa000;
}
.quote-sec .quote-content-buttons .secondary-button:hover {
  background-color: white;
  color: #000000;
  font-weight: 600;
}
.quote-sec img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@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%;
  }
}
.why-choose {
  background-image: url("/assets/img/high-quality-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-choose .container {
  width: 75%;
}
.why-choose .background {
  background-color: rgba(28, 26, 48, 0.8666666667);
  color: white;
}
.why-choose .background .why-choose-heading span {
  font-weight: 600;
  color: #f57009;
}
.why-choose .background .why-choose-heading h3 {
  margin: 6px 0px;
  font-weight: 600;
}
.why-choose .background .why-choose-heading p {
  width: 70%;
  margin: 0px auto;
}
.why-choose .background .why-choose-block {
  margin: 10px 0px;
  padding: 15px;
  border-left: 5px solid #f57009;
  background: rgba(255, 255, 255, 0.1411764706);
  color: #fff;
  height: 100%;
}
.why-choose .background .why-choose-block h5 {
  color: #f57009;
  font-weight: 600;
  margin-bottom: 6px;
}
.why-choose .background .why-choose-block ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.why-choose .background .why-choose-block ul li {
  padding: 4px 0px;
}
.why-choose .background .why-choose-block ul li i {
  background-color: #f57009;
  color: white;
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 4px;
}

.supplier-benefits .container {
  width: 70%;
}
.supplier-benefits .supplier-heading {
  display: flex;
  align-items: center;
}
.supplier-benefits .supplier-heading span {
  font-weight: 600;
  color: #f57009;
}
.supplier-benefits .supplier-heading h3 {
  margin: 6px 0px;
  font-weight: 600;
}
.supplier-benefits .supplier-heading p {
  width: 70%;
  margin: 0px auto;
  text-align: end;
}
.supplier-benefits h5 {
  color: #173a5a;
}
.supplier-benefits .top-img img {
  height: -webkit-fill-available;
}
.supplier-benefits .benefit-card {
  height: 100%;
  padding: 20px;
  border-bottom: 5px solid #173a5a;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px 2.4px;
}
.supplier-benefits .benefit-card p {
  margin: 0;
}

.vendor-login {
  background-image: url("/assets/img/high-quality-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vendor-login .background {
  background-color: rgba(28, 26, 48, 0.8666666667);
  color: white;
}
.vendor-login .background h5 {
  text-align: start;
  margin-bottom: 6px;
}
.vendor-login .background p {
  text-align: start;
  margin: 0px;
  padding-bottom: 20px;
  color: white;
}
.vendor-login .background ul {
  margin-bottom: 20px;
}
.vendor-login .background ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.customer-login h3 {
  font-size: 40px;
  font-weight: bold;
  color: #273272;
}
.customer-login h3 span {
  color: #f57009;
}
.customer-login p {
  margin-bottom: 25px;
}
.customer-login ul {
  margin-bottom: 20px;
}
.customer-login ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.customer-login .teritary-button {
  padding: 10px 45px;
  font-size: 16px;
  border-radius: 5px;
}

.all-spend {
  background-image: url("/assets/img/high-quality-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.all-spend .background {
  background-color: rgba(28, 26, 48, 0.8666666667);
  color: white;
}
.all-spend .background h5 {
  text-align: start;
  margin-bottom: 20px;
}
.all-spend .background ul {
  margin-bottom: 20px;
}
.all-spend .background ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.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 img {
  filter: brightness(1) invert(1);
}
.footer .container .logo-content p {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.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%;
  }
  .why-choose .container {
    width: 100%;
  }
  .why-choose .background .why-choose-heading p {
    width: 100%;
  }
  .supplier-benefits .container {
    width: 100%;
  }
  .supplier-benefits .supplier-heading {
    display: block;
    text-align: center;
  }
  .supplier-benefits .supplier-heading p {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
}
@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;
  }
  .why-choose .container {
    width: 100%;
  }
  .supplier-benefits .container {
    width: 100%;
  }
  .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%;
  }
  .why-choose .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: 0px;
  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 a {
  color: white;
}
.top-nav .container i {
  margin-right: 10px;
  padding: 2px;
}

.header .nav-total {
  background-color: white;
}
@media screen and (max-width: 1400px) {
  .header .nav-total img {
    height: 60px;
  }
}
@media only screen and (min-width: 1536px) {
  .header .nav-total .container {
    width: 73%;
  }
}
.header .nav-total .navbar-nav {
  padding-top: 20px;
}
.header .nav-total .navbar-nav .nav-item:last-child {
  margin-right: 25px;
}
@media screen and (min-width: 1536px) {
  .header .nav-total .navbar-nav .nav-item:last-child {
    margin-right: 45px;
  }
}
.header .nav-total .navbar-nav .nav-item .dropdown-toggle i {
  display: inline-block;
  margin-left: 0.255em;
  color: #173a5a;
  font-size: 12px;
}
.header .nav-total .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.header .nav-total .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  background-color: #173a5a;
}
.header .nav-total .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: white;
  font-family: "Poppins";
}
.header .nav-total .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(250, 250, 250, 0.2);
  color: white;
}
.header .nav-total .navbar-nav .nav-item .nav-link {
  color: #173a5a;
  margin-right: 25px;
  font-family: "Poppins";
}
@media screen and (max-width: 1400px) {
  .header .nav-total .navbar-nav .nav-item .nav-link {
    margin-right: 10px;
    font-size: 14px;
  }
}

.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;
}

.login-container {
  max-width: 900px;
  margin: 50px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.login-container .left-panel {
  background-color: #173a5a;
  color: #fff;
  padding: 50px;
  text-align: center;
}
.login-container .right-panel {
  padding: 40px;
}
.login-container .right-panel .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #dfeaf3;
  margin-bottom: 20px;
}
.login-container .right-panel .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.login-container .right-panel .form-label {
  margin: 0;
  margin-top: 10px;
}
.login-container .right-panel .btn-login {
  background-color: #173a5a;
  color: #fff;
  width: 100%;
  padding: 10px;
}
.login-container .right-panel .register-forgot-links {
  text-align: center;
  margin: 20px 0px;
}
.login-container .right-panel .register-forgot-links a {
  text-decoration: none;
}

.terms-conditions .container {
  width: 70%;
}
.terms-conditions h4 {
  font-weight: bold;
  margin-top: 20px;
  color: #173a5a;
}
.terms-conditions h4:first-child {
  text-decoration: underline;
}

.privacy-policy .container {
  width: 70%;
}
.privacy-policy .container h4 {
  font-weight: bold;
  margin-top: 20px;
  color: #173a5a;
}
.privacy-policy .container h4:first-child {
  text-decoration: underline;
  text-align: center;
}
.privacy-policy .container h6 {
  text-align: center;
  margin-bottom: 15px;
}
.privacy-policy .container span {
  font-size: 14px;
  font-weight: 600;
}

.vision-sec .vision-banner {
  position: relative;
}
.vision-sec .vision-banner .vision-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 50, 114, 0.8);
}
.vision-sec .vision-banner .vision-banner-content .title {
  color: white;
}
.vision-sec .vision-banner .vision-banner-content p {
  font-size: 18px;
  color: white;
}
.vision-sec .vision-banner-mobile {
  position: relative;
  background-color: rgba(39, 50, 114, 0.8);
  color: white;
}
.vision-sec .vision-banner-mobile .title {
  color: white;
}
.vision-sec .vision-banner-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -10;
}
.vision-sec .vision-title {
  font-size: 55px;
  font-weight: 600;
}
.vision-sec .vision-title .title-span {
  color: #f57009;
}
.vision-sec .custom-card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  height: 100%;
  background-color: #1f4265;
  border-radius: 10px;
}
.vision-sec .custom-card p {
  color: white;
}
.vision-sec .custom-card .description {
  font-size: 14px;
  border-left: 2px solid yellow;
}
.vision-sec .custom-card .description span {
  font-size: 18px;
  font-weight: 500;
  color: #f57009;
}
.vision-sec .custom-card .content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}
.vision-sec .custom-card .content-icon img {
  width: 40px;
  height: 40px;
}

.about-us h3 {
  font-size: 40px;
  font-weight: bold;
  color: #273272;
}
.about-us span {
  color: #f57009;
  font-size: 24px;
}
.about-us p {
  margin-bottom: 25px;
  line-height: 30px;
}
.about-us img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.mission-vission .container {
  width: 60%;
}
.mission-vission .mission-block {
  position: relative;
  width: 280px;
  padding-top: 40px;
  text-align: center;
}
.mission-vission .mission-block .icon-wrapper {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #173a5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mission-vission .mission-block .icon-wrapper i {
  font-size: 24px;
  color: white;
}
.mission-vission .mission-block .inside-block {
  background-color: white;
  padding: 50px 20px 30px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(23, 58, 90, 0.4352941176);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mission-vission .mission-block h4 {
  color: #173a5a;
  font-weight: bold;
  margin-bottom: 15px;
}
.mission-vission .mission-block p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.mission-vission .mission-block::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  width: 107%;
  height: 120px;
  background-color: #173a5a;
  border-radius: 10px;
  z-index: 1;
  padding: 10px;
}
.mission-vission .block-2 .icon-wrapper {
  background-color: #f57009;
}
.mission-vission .block-2 h4 {
  color: #f57009;
}
.mission-vission .block-2::after {
  content: "";
  background-color: #f57009;
}

.what-we-do .container {
  width: 75%;
}
.what-we-do h3 {
  font-size: 40px;
  font-weight: bold;
  color: #273272;
}
.what-we-do img {
  -o-object-fit: cover;
     object-fit: cover;
}
.what-we-do .do-block {
  border: 1px solid #d9d2d2;
  padding: 20px;
  margin: 6px 0px;
  border-radius: 10px;
  min-height: 210px;
}
.what-we-do .do-block h6 {
  font-weight: 600;
  color: #f57009;
}

@media screen and (max-width: 600px) {
  .about-us img {
    width: 100%;
  }
  .about-us h3 {
    font-size: 25px;
  }
  .about-us span {
    font-size: 20px;
  }
  .mission-vission .container {
    width: 97%;
  }
  .what-we-do .container {
    width: 97%;
  }
  .what-we-do h3 {
    font-size: 25px;
  }
  .what-we-do .do-block {
    min-height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .about-us h3 {
    font-size: 25px;
  }
  .about-us span {
    font-size: 20px;
  }
  .about-us img {
    width: 50%;
  }
  .mission-vission .container {
    width: 100%;
  }
  .what-we-do .container {
    width: 100%;
  }
  .what-we-do h3 {
    font-size: 25px;
  }
  .what-we-do .do-block {
    min-height: auto;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .about-us .container {
    width: 100%;
  }
  .mission-vission .container {
    width: 100%;
  }
  .what-we-do .container {
    width: 100%;
  }
}/*# sourceMappingURL=global.css.map */