.green-color {
  color: #2E544A;
}

.brown-color {
  color: #BA8F65;
}

.bg-green-color {
  background: linear-gradient(33.46deg, #192B2D 15.68%, #498B71 101.96%);
}

.bg-brown-color {
  background-color: #BA8F65;
}

.global-title2 {
  font-size: 45px;
  line-height: 84px;
}

header {
  padding-bottom: 0;
}

header .top-nav {
  margin-bottom: 0;
  background-color: #FFFFFF;
  background-image: url(../img/header-img.png);
  background-size: cover;
  background-position: center;
}

.product-details {
  margin-bottom: 140px;
}

.product-details .product-img .fire {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details .pro-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.product-details .pro-quotes .quote-1 {
  position: absolute;
  top: -85px;
  left: 0;
}

.product-details .pro-quotes .quote-2 {
  position: absolute;
  bottom: -70px;
  right: 15%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-details .product-title {
  font-size: 50px;
  line-height: 83px;
  margin-top: 72px;
  margin-bottom: 55px;
  color: #2E544A;
}

.product-details .product-desc {
  margin-right: 50px;
  font-size: 19px;
  line-height: 40px;
  width: 80%;
  color: #2E544A;
  text-align: justify;
}

.product-details .ABS-img {
  width: 100%;
  height: 100%;
}

.product-details .ABS-img img {
  width: 100%;
  height: 100%;
}

.product-details .abs .product-desc {
  margin-right: 0;
  margin-left: 0;
}

.product-details .abs .abs-sec p {
  width: 100%;
  margin-top: 50px;
}

.general-use .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.military-use {
  margin-bottom: 40px;
}

.military-use h2 {
  margin-bottom: 20px;
}

.military-use .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.video-section .video img, .video-section .video video, .video-section .video embed {
  height: 500px;
  width: 100%;
}

.video-section .video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-section .video-content .desc {
  font-size: 24px;
  line-height: 44px;
  color: #2E544A;
  font-family: "cairo medium";
  margin-top: 20px;
}

@media (min-width: 992px) {
  .color-desc {
    height: 120px;
  }
}

.product-compare {
  border: 3px solid #2E544A;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.products-type {
  margin-top: 40px;
  margin-bottom: 40px;
}

.products-type h2 {
  position: relative;
  margin-bottom: 30px;
}

.products-type h2 hr {
  color: #BA8F65;
  width: 50%;
  position: absolute;
  right: 25%;
}

.products-type .align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BA8F65;
  padding-bottom: 30px;
  padding-top: 20px;
}

.products-type .align .alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-type .align .img-content img, .products-type .align .img-content embed {
  height: 200px;
  width: 100%;
}

.products-type .align h4 {
  color: #BA8F65;
  margin-bottom: 15px;
}

/* .products-type .align .type {
  width: 179px;
  height: 149px;
} */

.products-type .align .type img {
  height: 100%;
  width: 100%;
}

.product-feature .feature-title {
  color: #BA8F65;
  margin-bottom: 72px;
}

.product-feature .feature-title-1 {
  color: #BA8F65;
  margin-bottom: 40px;
}

.product-feature .feature-fire-title {
  color: #BA8F65;
  margin-top: 72px;
}

.product-feature .global-list {
  margin-bottom: 110px;
}

.distinguish {
  margin-bottom: 50px;
}

.distinguish h2 {
  color: #BA8F65;
  margin-top: 30px;
  margin-bottom: 20px;
}

.distinguish .desc {
  font-size: 24px;
  line-height: 44px;
  color: #2E544A;
  font-family: "cairo medium";
  margin-top: 20px;
}

.table-section {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table-section h2 {
  color: #BA8F65;
  margin-bottom: 20px;
}

.table-section .desc {
  font-size: 24px;
  line-height: 44px;
  color: #2E544A;
  font-family: "cairo medium";
  margin-top: 20px;
}

.table-section .desc a {
  color: #BA8F65;
  text-decoration: underline;
}

.table-section table tr td, .table-section table tr th {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
}

.table-section table tr td {
  color: #BA8F65;
}

.table-section table tr td ul {
  list-style-type: square;
}

.table-section table tr td ul li::marker {
  font-size: 10px;
}

.benifts {
  position: relative;
}

.benifts h2 {
  color: #BA8F65;
}

.benifts .hr {
  position: absolute;
  width: 40%;
  height: 1px;
  color: #BA8F65;
  background-color: #BA8F65;
  right: 30%;
}

.benifts .benefit-num {
  color: #192B2D;
  text-align: left;
}

.benifts .benefit-title {
  color: #BA8F65;
  padding-bottom: 25px;
  text-align: left;
  border-bottom: 1px solid;
}

.structure h2 {
  color: #BA8F65;
}

.structure .ABS-img {
  width: 100%;
  height: 100%;
}

.structure .ABS-img img {
  width: 100%;
  height: 100%;
}

.product-color {
  padding: 85px 90px 100px;
}

.product-color .bord .small-btn {
  border: 1px solid #FFFFFF;
}

.product-color.new-padding {
  padding: 85px 90px 0;
}

.product-color .margin {
  margin-bottom: 100px;
  margin-top: 200px;
}

.product-color .margin-b {
  margin-bottom: 100px;
}

.product-color .margin-b2 {
  margin-bottom: 100px;
}

.product-color .img-content {
  position: relative;
  height: 100%;
}

.product-color .img-content .img-1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.product-color .img-content .img-2 {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 180px;
}

.tech-title, .color-title {
  color: #FFFFFF;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 35px;
}

.tech-desc, .color-desc {
  width: 68%;
  text-align: justify;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.some-apps {
  padding: 95px 90px;
}

.some-apps .section-title {
  margin-bottom: 74px;
}

.some-apps .apps-content .img-content {
  max-width: 328px;
  height: 380px;
}

.some-apps .apps-content .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.some-apps .apps-content .app-name {
  color: #2E544A;
  font-size: 30px;
  line-height: 43px;
  font-family: "cairo semibold";
  margin-top: 40px;
}

.tech {
  padding: 110px;
  margin-bottom: 90px;
}

.tech .img-content img {
  -webkit-box-shadow: 0px 6px 15px 0px #908E8E26;
          box-shadow: 0px 6px 15px 0px #908E8E26;
}

.tech .small-btn {
  border: 1px solid #FFFFFF;
}

/* acrylic sink page */
.acrylic-sink-page .product-details .product-desc {
  width: 88%;
}

.acrylic-sink-page .diff-types {
  margin-bottom: 110px;
}

.acrylic-sink-page .diff-types .carousel-item.active, .acrylic-sink-page .diff-types .carousel-item-next, .acrylic-sink-page .diff-types .carousel-item-prev {
  padding: 10px 0;
}

.acrylic-sink-page .sink-card {
  width: 364px;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acrylic-sink-page .sink-card:hover {
  -webkit-box-shadow: 0px 6px 15px 0px #908E8E26;
          box-shadow: 0px 6px 15px 0px #908E8E26;
}

.acrylic-sink-page .sink-card .img-content {
  height: 45%;
}

.acrylic-sink-page .sink-card .img-content img {
  margin-bottom: 15px;
}

.acrylic-sink-page .sink-card .sink-name {
  font-size: 30px;
  line-height: 36px;
  color: #2E544A;
  font-family: "cairo bold";
}

.acrylic-sink-page .sink-card .sink-code {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #BA8F65;
  font-family: "cairo semibold";
  margin-bottom: 20px;
}

.acrylic-sink-page .sink-card .small-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acrylic-sink-page .product-color {
  margin-bottom: 90px;
}

.used-techs .used-tech:nth-child(even) .product-details {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.used-techs .used-tech:nth-child(even) .product-details .product-img {
  text-align: left;
}

.used-techs .used-tech:nth-child(even) .product-details .product-desc {
  margin-right: 0;
  margin-left: 50px;
}

.used-techs .used-tech .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.used-techs .used-tech .product-details .used-tech-name {
  width: 328px;
}

.used-techs .used-tech .used-tech-name {
  font-size: 30px;
  text-align: center;
  line-height: 43px;
  color: #2E544A;
  font-family: "cairo semibold";
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .product-details .product-desc {
    width: 92% !important;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .new-padding .global-title2 {
    font-size: 42px;
    line-height: 67px;
  }
}

@media (max-width: 1199px) {
  .tech-desc, .color-desc {
    width: 100%;
  }
  .product-color, .tech, .some-apps {
    padding: 85px 30px 100px;
  }
  .product-details .pro-quotes .quote-1 {
    top: -50px;
  }
  .product-details .pro-quotes .quote-2 {
    bottom: -45px;
  }
  .product-details .product-img img {
    width: 100%;
  }
  .product-details .product-desc {
    width: 100% !important;
    font-size: 18px;
    margin-right: 20px;
  }
  .used-techs .used-tech:nth-child(even) .product-details .product-desc {
    margin-left: 20px;
  }
  .used-techs .used-tech .product-details .used-tech-name {
    width: 283px;
  }
  .some-apps .img-content img {
    width: 100%;
  }
  .tech .img-content img {
    width: 100%;
  }
  /* acrylic sink page */
  .acrylic-sink-page .sink-card {
    width: 100%;
  }
  .acrylic-sink-page .sink-card .img-content img {
    width: 100%;
  }
  .product-color.new-padding {
    padding: 80px 40px 0;
  }
}

@media (max-width: 991px) {
  .product-details .pro-quotes .quote-1, .product-details .pro-quotes .quote-2 {
    display: none;
  }
  .product-details .product-img {
    margin-bottom: 50px;
  }
  .product-details .product-img img {
    width: auto;
  }
  .product-details .product-desc {
    margin-right: 0px;
  }
  .product-details .d-1 {
    margin-bottom: 30px;
  }
  .product-color {
    height: auto;
  }
  .product-color .img-content {
    text-align: left;
    margin-top: 30px;
  }
  .product-color .img-content .img-1 {
    position: static;
  }
  .product-color .img-content .img-2 {
    right: 90px;
  }
  .some-apps .img-content img {
    width: auto;
  }
  .some-apps .apps-content .app-name {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  /* acrylic sink page */
  .acrylic-sink-page .diff-types .type {
    margin-bottom: 100px !important;
  }
  .used-techs .used-tech:nth-child(even) .product-details .product-desc {
    margin-left: 0;
  }
  .used-techs .used-tech {
    margin-bottom: 90px;
  }
  .used-techs .used-tech .product-details .product-img {
    text-align: right !important;
  }
  .used-techs .used-tech .product-details .used-tech-name {
    text-align: right;
  }
  .table-section table ul {
    padding-right: 1rem;
  }
  .product-color .margin {
    margin-bottom: 0;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .product-details .pro-quotes .quote-1 {
    top: -190px;
  }
  .product-details .product-title {
    font-size: 40px;
    line-height: 53px;
  }
  .product-color .img-content .img-2 {
    right: 0;
  }
  .table-section table tr td, .table-section table tr th {
    padding: 10px 12px;
  }
}

@media (max-width: 576px) {
  .product-details .product-title {
    font-size: 40px;
  }
  .product-feature .feature-title {
    margin-bottom: 50px;
  }
  .global-title2 {
    font-size: 42px;
    line-height: 60px;
  }
  .product-color .img-content .img-2 {
    right: 0;
  }
  .product-color, .tech, .some-apps {
    padding: 85px 10px;
  }
  .acrylic-sink-page .product-color {
    margin-bottom: 30px;
  }
  .acrylic-sink-page .carousel .carousel-control-next {
    display: none;
  }
}

@media (max-width: 466px) {
  .product-details .pro-quotes .quote-1 {
    top: -230px;
  }
  .product-details .pro-quotes .quote-2 {
    bottom: -160px;
  }
}

@media (max-width: 430px) {
  header {
    padding-bottom: 17px;
  }
  .product-details .product-title {
    font-size: 36px;
    line-height: 53px;
  }
  .product-details .product-img img {
    width: 100% !important;
  }
  .global-title2 {
    font-size: 36px;
  }
  .product-color .img-content .img-1 {
    width: 100%;
  }
  .product-color .img-content .img-2 {
    display: none;
  }
  .tech {
    margin-bottom: 50px;
  }
  .table-section table tr th {
    font-size: 14px;
  }
  .table-section table tr td, .table-section table tr th {
    padding: 10px 4px;
  }
  .table-section table ul li {
    font-size: 14px;
  }
}

@media (max-width: 372px) {
  .product-details .pro-quotes .quote-1 {
    top: -270px;
  }
}
/*# sourceMappingURL=innerStyle.css.map */