@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* --------------------------------------header------------------------------------------- */

html,
body {
  overflow: hidden;
  overflow-y: scroll;
}

p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: initial;
}

a.active,
a.customNav:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent;
}

/* a.active,
a.customNav {
    font-weight: 500;
} */

a.customNav:hover {
  color: #003b76;
  /* Keep the text color the same on hover */
  border-bottom: 1px solid #ff8000;
  /* Orange underline on hover */
}

.menubarbg {
  /* background-color: #003b76; */
  text-align: right;
}

.txt_cent {
  text-align: center;
}

.txt_left {
  text-align: left !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .brandlogo img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) and (min-width: 200px) {
  #bottomNavbar {
    background-color: #003b76;
  }

  #bottomNavbar a.customNav2 {
    display: block !important;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: -5px;
    margin-right: -5px;
    color: #fff !important;
  }

  #removeFlex a {
    text-align: center;
  }

  a.customNav2 {
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    min-width: 77px;
    padding: 12px 10px;
    font-size: 15px;
  }

}

.contentp h1 {
  color: #003b76;
  margin-top: 10px;
  font-size: 30px;
  text-align: end;
  font-weight: 500;
}

.contentp h6 {
  color: #003b76;
  font-size: 20px;
  text-align: end;
  font-weight: 500;
}

.contentp {
  margin-top: 22px;
}

.wrapper {
  max-width: 1080px;
  margin: auto;
}

.brandlogo {
  filter: invert(18%) sepia(25%) saturate(4890%) hue-rotate(192deg) brightness(96%) contrast(104%) !important;
}

.brandlogo img {
  width: 225px;
  margin: 12px 0px;
  filter: invert(18%) sepia(25%) saturate(4890%) hue-rotate(192deg) brightness(96%) contrast(104%) !important;
}

.bi-house-add-fill::before {
  content: "\f886";
  font-size: 28px;
}

#removeFlex a {
  text-align: center;
}

/* #removeFlex a i {
    padding-left: 18px;
} */

.homeicon {
  font-size: 18px !important;
  display: contents;
}

#menubutton {
  text-align: end;
  font-size: 32px;
  padding: 0px !important;
  color: #fff;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .btntarget {
    display: block !important;
  }

  .breakword {
    word-wrap: break-word;
  }
}

@media screen and (max-width: 2560px) and (min-width: 1024px) {
  .collapse:not(.show) {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #menubutton {
    display: none;
  }

  .collapse:not(.show) {
    display: block;
  }
}

@media screen and (max-width: 768px) and (min-width: 200px) {
  .collapse:not(.show) {
    display: none;
  }
}

.btn {
  background-color: #003b76;
  border-radius: 10px;
  padding: 12px 10px;
  border: 1px solid #003b76;
  margin-top: 10px;
}

.btn a {
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.float-right {
  float: right;
  width: auto;
  max-width: 250px;
  height: auto;
  padding-left: 20px;
}

@media screen and (max-width: 480px) and (min-width: 280px) {
  .float-right {
    width: 100%;
    max-width: 480px;
    padding: 0px 20px;
  }
}

/* ------------------------------------------------------------index-page-section-------------------------------------------------- */

.with-border2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize !important;
  padding: 10px 0px;
  margin: 8px 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.with-border3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize !important;
  padding: 15px 0px;
  margin: 5px 0px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.with-border4 {
  border-bottom: 3px solid #003b76;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 2px 0px;
  padding: 10px 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.with-border5 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 2px 0px;
  padding: 10px 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.text-center td a {
  text-align: center;
  color: #000;
  /* text-decoration: none; */
  font-family: "Poppins", sans-serif;
}

#tablehead tr td {
  align-items: center;
  border: 1px solid #fff;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

#tablehead tr th {
  align-items: center;
  border: 1px solid #fff;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

tbody tr td a {
  color: #000;
}

/* ------------------------------------------------------------chemical-composition-section-------------------------------------------------- */

.with-border {
  border-bottom: 1px solid #ff8000;
  font-size: 16px;
  color: #003b76;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 2px 0px 10px 0;
  padding: 8px 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.homepara {
  color: #333333;
  line-height: 23px;
  text-align: justify;
  margin-top: 13px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.homepara p a {
  color: #333333;
}

table,
td,
th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  /* text-decoration: none; */
  font-family: "Poppins", sans-serif;
}

#tablehead {
  background-color: #003b76;
  color: #fff;
}

/* -------------------------------------------------------------fasterners---------------------------------------------------- */

.wrapper h3 {
  padding-bottom: 10px;
  color: #333333;
}

/* --------------------------------------------------------raw-material------------------------------------------------ */

.h4cont {
  color: #333;
  font-size: 15px;
  font-weight: normal;
}

#contdata {
  padding-bottom: 18px;
  padding-top: 8px;
}

.h4cont a {
  color: #fff;
  /* text-decoration: none; */
}

/* ---------------------------------------------contact-page-------------------------------------------------------- */

.divimgcon {
  max-width: 200px;
}

.divimgcon img {
  width: 100%;
  height: 100%;
}

.contactwrap {
  margin: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contup h6 a {
  color: #fff;
  /* text-decoration: none; */
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.contup h2 {
  color: #fff;
  /* text-decoration: none; */
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

.sbutton {
  width: 80px;
  padding: 7px 5px;
}

.btn {
  background-color: #003b76;
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  border: 1px solid #003b76;
}

.blue-text {
  color: #003b76;
  margin-bottom: 20px;
}

/* --------------------------------------------------------footer-pages-css-------------------------------------------------- */

.equivalent-standard-list {
  width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 10px;
  float: left;
}

.equivalent-standard-list h6 {
  color: #003b76;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.equivalent-standard-list ul li {
  width: auto;
  float: left;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  list-style: none;
  line-height: 24pt;
  font-weight: bold;
}

.equivalent-standard-list ul li a {
  color: #333;
  /* text-decoration: none; */
}

.socialmedia h6 a :hover {
  color: #ff8000 !important;
}

/* -----------------------------------------------------footer-section------------------------------------------------------ */

#wrappernone {
  padding: 26px 0px;
}

.footerid {
  background-image: url(./images/footer-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  border-top: 15px solid #003b76;
  font-family: "Trebuchet MS";
  margin-top: 40px;
}

#divcopyright {
  height: 25px;
  padding-top: 75px;
}

#divcopyright h3 {
  font-size: 12px;
  color: #fff;
  padding-top: 15px;
}

#divcopyright2 h3 {
  font-size: 12px;
  color: #fff;
}

#stylenone ul li {
  list-style: none !important;
}

#stylenone {
  max-width: 1080px;
}

.listcont {
  margin-top: 5px;
}

#wrappernone ul {
  margin-left: -45px !important;
}

.footcont a {
  font-size: 16px;
  color: #003b76;
  font-weight: 400;
  font-family: "Trebuchet MS";
}

.footcont h6 a:hover {
  color: #ff8000 !important;
}

.footcont i {
  font-size: 22px;
  font-weight: 400;
  margin-right: 12px;
  color: #003b76;
}

.listcont li a {
  font-size: 14px;
  color: #003b76;
  /* text-decoration: none; */
  font-weight: 400;
  color: #003b76;
}

#footrow {
  margin-top: -119px;
}

.bs-example {
  background-color: #003b76;
  color: #fff;
}

.contactfoot {
  background-color: #003b76;
  font-size: 12px;
  padding: 8px 0px;
  padding-left: 14px;
}

.contactfoot a {
  color: #fff;
}

.contactfoot1 {
  background-color: #003b76;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 14px;
}

.contactfoot1 a {
  color: #fff;
}

.footcont h6 {
  display: flex;
}

.listcont a {
  font-size: 16px !important;
  color: #003b76;
  /* text-decoration: none; */
}

.footcont h6 a {
  font-size: 14px;
}

.socialmedia {
  display: flex;
  flex-wrap: wrap;
}

#fffsoc h6 {
  margin-bottom: 15px;
}

@media screen and (max-width: 2400px) and (min-width: 1320px) {
  .contactfoot {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }

  .contactfoot1 {
    display: flex;
    /* justify-content: center !important; */
    align-items: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  .wrappernone {
    display: none;
  }
}

#d-none {
  display: none;
}

#d-block {
  display: block;
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  #d-none {
    display: block;
  }

  #d-block {
    display: none;
  }

  #listcont1 {
    display: none;
  }

  #listcont2 {
    display: none;
  }

  #listcont3 {
    display: none;
  }
}

/* -------------------------------------------------------gallery-bootstrap------------------------------------------------------ */

.linksbg {
  background-color: #003b76;
  text-align: center;
  padding: 8px 0px;
}

.linksbg a {
  color: #fff;
  /* text-decoration: none; */
  font-family: "Poppins", sans-serif;
}

.card {
  transition: all 0.2s ease;
  cursor: pointer;
}

.card:hover {
  /* box-shadow: 5px 6px 6px 2px #e9ecef; */
  transform: scale(1.1);
}

.carousel-control-next-icon {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  position: absolute;
  top: 110px !important;
}

.carousel-control-next :hover {
  background-color: #003b76 !important;
  transition: all 0.3s;
}

.carousel-control-prev :hover {
  background-color: #003b76 !important;
  transition: all 0.3s;
}

.carousel-control-prev-icon {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  position: absolute;
  top: 110px !important;
}

.bi-chevron-right::before {
  padding-top: 8px;
}

.bi-chevron-left::before {
  padding-top: 8px;
}

.btn-close {
  width: 60em;
  margin: 7px 0px 5px -3px;
  box-shadow: none !important;
}

#list1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
}

#list1 ul li a {
  padding-left: 20px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

#list1 h6 {
  color: #003b76 !important;
  padding-left: 20px;
  padding-top: 12px;
  font-weight: bold;
}

/* ----------------------------------------------datasheets------------------------------------- */

.all-technical-product2 ul li {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: 300ms linear all;
  vertical-align: top;
  border-bottom: -1px;
}

.all-technical-product2 ul li .left-product {
  width: 20%;
  float: left;
  padding: 8px 10px;
  font-weight: bold;
}

.all-technical-product2 ul li .right-product {
  width: 80%;
  float: right;
  padding: 8px 10px;
  border-left: 1px solid #ccc;
}

.all-technical-product2 ul li a {
  text-decoration: none;
  color: #666;
}

.pdf-button {
  text-align: start;
  padding: 12px 12px;
  text-decoration: none;
  color: #003b76;
}

.databtn {
  height: 42px;
  padding: 5px 0px;
  border-radius: 2px;
}

.databtn2 {
  height: 35px;
  text-decoration: none;
  background: #003b76;
  display: block;
  text-align: center;
  width: 145px;
}

.databtn2 a {
  height: 35px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 6px;
}

.databtn2:hover {
  background-color: #fff;
  transition: 500ms linear all;
}

.databtn2 a:hover {
  color: #003b76;
  transition: 500ms linear all;
}

/* -----------------------------------------sitemap-------------------------------------------- */

.h4cont2 {
  color: #333;
  font-size: 15px;
  font-weight: normal;
}

.h4cont2 a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  padding-left: 12px;
}

.with-border6 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize !important;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.with-border6 a {
  color: #333;
  text-decoration: underline;
  padding-left: 12px;
}

.bi-arrow-right::before {
  content: "\f138";
  color: #003b76;
}

.bi-chevron-right::before {
  content: "\f285";
  color: #003b76;
}

hr {
  border: 1px solid #ff8000 !important;
  font-size: 16px;
  width: 57%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

table.common-table-tophead {
  width: 100%;
  margin-top: 5px;
}

table.common-table-tophead tr {
  border: 1px #ccc solid;
}

table.common-table-tophead tr td {
  padding: 5px 5px;
  color: #333;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

table.common-table-tophead tr td a {
  color: #003b76;
  text-decoration: underline;
}

table.common-table-tophead tr td a:hover {
  color: #ff8000;
  text-decoration: none;
}

table.common-table-tophead tr th {
  background: #003b76;
  font-weight: bold;
  padding: 5px 5px;
  color: #fff;
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

table.common-table-tophead tr.bg-col {
  background: #f5f5f5;
}

table.common-table-tophead tr td h2 {
  padding: 0px;
  margin: 0px;
  line-height: 1.1;
}

table.common-table-tophead tr th h2 {
  padding: 0px;
  margin: 0px;
  line-height: 1.1;
}

table.common-table-tophead tr td h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1.1;
}

.header-border {
  border-bottom: 2px solid #ff8000;
  width: 100%;
}

/* --------------------customnav2---header------------------------ */

a.customNav2 {
  color: #003b76 !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a.customNav2:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #ff8000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a.customNav2:hover:after {
  width: 100%;
  left: 0;
}

.para p a {
  padding: 0px !important;
}

/* Breadcrumbs */
#breadcrumb {
  margin: 0px 0px 15px -32px;
  color: #000;
  padding: 0px 0px 0px 0px;
  clear: both;
  overflow: hidden;
}

ul.crumbs li {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
  background: none;
}

ul.crumbs li {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
}

.crumbs li:last-child {
  background: none;
  padding: 0px;
  font-weight: bold;
}

.crumbs li:last-child a {
  font-weight: bold;
}

.crumbs li a {
  text-decoration: none;
}

.crumbs li a {
  background: #003b76;
  padding: 5px 0 5px 45px;
  position: relative;
  display: block;
  float: left;
  text-transform: capitalize;
  color: #fff;
}

.crumbs li:first-child a {
  padding: 5px 0 5px 15px;
}

ul.crumbs li a:after {
  content: "";
  display: block;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #003b76;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
  width: 0;
  height: 0;
}

ul.crumbs li a:before {
  content: "";
  display: block;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 4px;
  left: 100%;
  z-index: 1;
  width: 0;
  height: 0;
}

.crumbs li a:hover {
  color: #ff8000;
}

.crumbs li.focus {
  color: #000;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 34px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: white;
  /* Set a background color */

  color: #003b76;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 5px 8px 8px 8px;
  border-radius: 50px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: white;
  /* Add a dark-grey background on hover */
  outline: 2px solid orange;
  transition: outline 0.1s ease-in-out;
}

.bi-chevron-up {
  font-size: 25px;
  color: #003b76;
  z-index: 999999;
}

#clock {
  text-align: center;
}

#date-time {
  font-size: 3em;
}

#datetime {
  /* font-family: 'Arial', sans-serif; */
  font-size: 2em;
  color: #333;
  text-align: center;
  margin-top: 20%;
}

#date,
#time {
  margin: 10px 0;
}


#clockbox {
  font-size: 14px;
  float: left;
  font-family: "Trebuchet MS";
}