.product-item svg {
  width: 70px;
  margin-bottom: 20px;
}
.product-item {
  width: 100%;
  padding: 50px 50px;
  border: 1px solid #0000002e;
  box-shadow: 2px 2px 3px #00000017;
  border-radius: 5px;
  text-align: center;
}
.product-item h3 {
  font-size: 18px;
}
.home-item {
  width: 100%;
  position: relative;
}
.home-item {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.home-item-img img {
  width: 100%;
}
.home-item-sec {
  background: white;
}
.home-item-sec:before {
  background: white;
}
.home-item-img h3 {
  display: none;
}
.home-item-absolute {
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 40px);
  background: #000000ba;
  margin: 20px;
  padding: 20px;
  display: block;
  transition: all 1s;
}
.home-item-sec .col-lg-3 {
  margin: 0;
  padding: 0;
}
.home-item:hover .home-item-img h3 {
  display: none;
}
.home-item:hover .home-item-absolute {
  display: block;
}
.home-item-absolute ol li p {
  color: #333;
}
.home-item-absolute ol {
  margin-top: 20px;
}
/* .home-item-sec .row {
  margin: 0 !important;
} */
.home-item-absolute h4,
.home-item-absolute p {
  color: white !important;
}
.home-item-absolute ol li p a {
  color: white !important;
}

.product-wrapper {
  width: 100%;
}
.row-fx {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.fx-product-fx img {
  width: 100%;
  height: 250px;
  object-fit: scale-down;
}
.row-fx-col h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  line-height: 22px;
  margin-bottom: 10px;
}
.row-fx-col h5 {
  text-align: center;
  font-weight: bold;
}
.row-fx-col {
  width: calc(25% - 15px);
  border: 1px solid #00000029;
  padding: 20px;
  border-radius: 5px;
}
.row-fx-col h3 a {
  color: #333;
}
.single-product-wrapper {
  width: 100%;
  padding: 70px 0;
}
.fx-sp-row {
  width: 100%;
  display: flex;
  gap: 20px;
}
.fx-sp-col-6 {
  width: calc(50% - 10px);
}
.fx-sp-imag img {
  width: 100%;
}
.fx-sp-summry {
  width: 100%;
}
.fx-sp-summry h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.fx-sp-summry h5 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00000029;
}
a.product_enq {
  padding: 10px 30px;
  display: inline-block;
  background: black;
  color: white;
  border-radius: 5px;
  border: 1px solid black;
}
a.product_enq:hover {
  background: transparent;
  color: black;
}
.fx-sp-col-12.product-dec {
  width: 100%;
  margin-top: 30px;
}
.fx-sp-col-12.product-dec h5 {
  font-size: 20px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.fx-proc-desc {
  font-size: 16px;
}
.product-poup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff94;
  z-index: 9999;
}
.product-poup-inner {
  /* padding: 20px; */
  max-width: 615px;
  background: white;
  border-radius: 5px;
  border: 1px solid #00000026;
  width: 100%;
  position: relative;
}
.product-poup-inner h3 {
  font-size: 20px;
  padding: 10px 20px;
  background: black;
  color: white;
  margin-bottom: 20px;
  border-radius: 5px 5px 0px 0px;
}
.product-poup-inner form {
  padding: 20px;
}
.form-contrl {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-contrl input[type="text"],
.form-contrl input[type="email"] {
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #00000047;
}
input#ctsubmit {
  padding: 10px 20px;
  background: black;
  color: white;
  border: 1px solid black;
}
input#ctsubmit:hover {
  background: transparent;
  color: black;
}
.product-poup.product-poup-form {
  display: flex;
}
a.product-clos-pop {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 12px 20px;
}
a.client-title img {
  max-width: 100%;
  height: 90px !important;
  padding: 0 12px;
  object-fit: scale-down;
  padding-bottom: 10px;
}
.testimonial-data {
  border: 1px solid #00000038;
  border-radius: 5px;
  padding: 20px;
}
.testimonial-data img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 1px solid #ff7361;
  padding: 5px;
  object-fit: cover;
  margin-bottom: 20px;
  z-index: 999999;
}
.testimonial-data h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.testimonial-data p {
  font-size: 15px;
  line-height: 22px;
}
.testimonial-slider {
  margin-top: 50px !important;
}
.modal {
  z-index: 9999 !important;
}
.poup-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #000000ba;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}
.poup-center h4 {
  margin-bottom: 40px;
}
.poup-center .modal-content {
  max-width: 700px;
  padding: 20px;
}
.poup-center form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.poup-center form input,
.poup-center form select {
  border: 1px solid black;
}
.poup-center form .form-group {
  width: calc(50% - 10px) !important;
  margin: 0;
}
div#career-table_wrapper {
  padding: 50px 0;
}
table#career-table thead tr td {
  background: black;
  color: white;
  padding: 14px;
}
table#career-table tbody tr td {
  color: #333;
  font-weight: 600;
  padding: 14px;
}
.row-col-5.text-center {
  display: flex;
  flex-wrap: wrap;
}
.row-col-5.text-center .col-5-col {
  width: 20%;
}
.row-col-5.text-center .col-4-col {
  width: 25%;
}
.row-col-5.text-center .col-3-col {
  width: 33.33%;
}
.client-logop {
  grid-gap: 0;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}
.client-item {
  width: 100%;
  padding: 10px;
  border: 1px solid #4e4e4e1a;
  border-radius: 5px;
}
.fx-sp-summry ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.fx-sp-summry ul a span {
  display: block;
  margin-top: 10px;
}
.home-item-absolute ol.right {
  max-height: 135px;
  overflow-y: scroll;
}
.home-item-absolute ol.right::-webkit-scrollbar {
  width: 2px;
}

.home-item-absolute ol.right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.home-item-absolute ol.right::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.home-item-absolute {
  overflow: hidden;
}
.home-item-absolute ol {
  padding: 0;
}
.home-item-absolute h4 {
  font-size: 18px;
}
.item5 img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.item5-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
}
.item5-content {
  display: flex;
  align-items: center;
}
.item5-div h3 {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
  max-width: 500px;
}
.item5-div p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 500px;
}
.item5-div a {
  padding: 15px 30px;
  display: inline;
  color: white;
  background: #ff7361;
}
table#career-table {
  width: 100% !important;
}
@media only screen and (max-width: 1500px) {
  .home-item-absolute h4 {
    font-size: 18px;
  }
  .home-item-absolute ol {
    padding: 0;
  }
  .home-item-absolute ol li p a {
    color: white !important;
    font-size: 14px;
  }
  .home-item-absolute {
    overflow: hidden;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-item {
    margin-bottom: 20px;
  }
  .client-logop {
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .row-col-5.text-center {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
  .item5-div h3 {
    font-size: 36px;
    line-height: 38px;
  }
  .row-col-5.text-center .col-5-col,
  .row-col-5.text-center .col-4-col,
  .row-col-5.text-center .col-3-col {
    width: 100%;
  }
  .home-item-absolute ol.right {
    max-height: max-content !important;
    overflow-y: scroll;
  }
}
.productscat .row {
  min-height: 280px;
}
.imgcol {
  display: flex;
  align-items: center;
}
.imgcol img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 5px;
}
.contentcol {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .contentcol {
    align-items: start;
  }
}
