@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Roman"),
    url("HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"),
    url("HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"),
    url("HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"),
    url("HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"),
    url("HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"),
    url("HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("HelveticaNeueCyr-LightItalic.eot");
  src: local("HelveticaNeueCyr-LightItalic"),
    url("HelveticaNeueCyr-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2"),
    url("../fonts/HelveticaNeueCyr-LightItalic.woff") format("woff"),
    url("HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Kufi+Arabic:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockquote,
pre,
figure,
figcaption,
a,
address,
del,
em,
i,
img,
strong,
sub,
sup,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

body {
  /* font-family: "Roboto", serif !important;
  font-optical-sizing: auto;
  font-style: normal; */
  font-family: "Helvetica Neue", sans-serif;
}

.material-icons {
  font-family: "Material Icons" !important;
}

html,
body,
iframe,
header,
footer,
main,
aside,
nav,
section,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
hr,
blockqoute,
pre,
figure,
figcaption,
form,
fieldset,
legend,
label,
input,
select,
textarea,
button {
  display: block;
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

figure {
  width: 100% !important;
  margin: 30px 0 !important;
}

html {
  margin-top: 0 !important;
}

body {
  overflow-x: hidden;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  bottom: 30px;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .slide-arrow {
    top: initial;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 30px;
  }
}

.prev-arrow::before {
  content: "chevron_left";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  right: 10px;
  opacity: 1;
  transition: 0.2s all ease-in-out;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .prev-arrow::before {
    transform: scale(0.8);
    right: 0;
  }
}

.prev-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.next-arrow::before {
  content: "chevron_right";
  font-family: "Material Icons";
  position: absolute;
  width: 0px;
  height: 0px;
  background: #f0f1e6;
  z-index: 2;
  font-size: 25px;
  padding: 15px 40px 40px 15px;
  opacity: 1;
  transition: 0.2s all ease-in-out;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .next-arrow::before {
    transform: scale(0.8);
  }
}

.next-arrow:hover::before {
  opacity: 1;
  background: #868326;
  color: #ffffff;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #363535;
  align-items: center;
}

.header .mobile-header {
  display: none;
}

.header-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.header-links {
}

.header-links a {
  color: #fff;
  margin-left: 30px;
}

.header-button {
  display: flex;
  border: 1px solid #f7a51e;
  padding: 10px 20px;
  border-radius: 8px;
  color: #f7a51e;
}

.header-button p {
  padding: 0 0px 0 0;
}

.header-button i {
}

.home-hero {
  position: relative;
}

.home-hero-image {
  z-index: 0;
  height: 650px;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #363535 0%,
    rgba(54, 53, 53, 0.37) 67%,
    rgba(54, 53, 53, 0) 100%
  );
  transform: rotate(-180deg);
  opacity: 1;
}

.home-hero-text {
  position: absolute;
  max-width: 500px;
  margin-left: auto;
  padding: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 120px;
}

.home-hero-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}

.home-hero-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #ffffff;
  margin: 20px 0;
}

.home-hero-text .hero-buttons {
  color: #fff;
  margin: 20px 0 0 0;
}

.home-hero-text .hero-buttons .primary {
  padding: 15px 25px;
  background-color: #f7a51e;
  margin: 0 20px 0 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-transform: capitalize;
}

.home-hero-text .hero-buttons .secondary {
  padding: 15px 25px;
  background-color: none;
  border: 1px solid #fff;
  margin: 0 20px 0 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-transform: uppercase;
}

.grid {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

/* Footer - Start */

.footer {
  /* display: flex; */
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #363535;
  align-items: center;
}

.footer .footer-items {
  display: flex;
  justify-content: space-between;
}

.footer .footer-items .footer-logo {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.footer .footer-items .footer-links-container {
  display: flex;
  max-width: calc(100% - 300px);
}

.footer .footer-items .footer-links-container .footer-links {
  max-width: 250px;
  margin: 0 0 0 40px;
  color: #fff;
}

.footer .footer-items .footer-links-container .footer-links h5 {
  /* Heading */
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  /* identical to box height, or 220% */
  text-transform: uppercase;
  color: #f7a51e;
}

.footer .footer-items .footer-links-container .footer-links a {
  color: #fff;
  display: block;
  margin: 0 0 20px 0;
}

.footer
  .footer-items
  .footer-links-container
  .footer-links.footer-location
  .footer-location-container {
  display: flex;
}

.footer
  .footer-items
  .footer-links-container
  .footer-links.footer-location
  .footer-location-container
  img {
  width: 25px;
  height: auto;
  align-self: baseline;
  margin: 0 10px 0 0;
}

.footer-links-small-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .footer-items .footer-links-container .footer-links.two-col-links {
  max-width: 500px;
}

.footer
  .footer-items
  .footer-links-container
  .footer-links.two-col-links
  .footer-links-small-container
  a {
  margin: 0 20px 20px 0;
}

/* Footer - End */

/* Home About Start */

.home-about {
  margin: 40px 0;
}

.home-about .home-about-container {
  display: flex;
}

.home-about .home-about-container .home-about-image {
  display: block;
}

.home-about .home-about-container .home-about-text {
  max-width: 460px;
  padding: 0 30px;
}

/* Home About End */

/* General Text Container & Stuff Start */

.section-title-with-icon {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #f7a51e;
}

.section-title-with-icon img {
  width: 30px;
  margin: 0 10px 0 0;
}

.general-title-text-container.white-text {
  color: #fff;
}

.general-title-text-container h2 {
  font-size: 36px;
  line-height: 44px;
  /* or 122% */
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.general-title-text-container h3 {
  font-size: 20px;
  line-height: 28px;
  /* or 122% */
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.general-title-text-container h4 {
  font-size: 16px;
  line-height: 28px;
  /* or 122% */
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.general-title-text-container p {
  font-weight: 300;
}

.general-title-text-container a {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 0 0;
  text-align: right;
}

.general-title-text-container a img {
  width: 30px;
}

.general-title-text-container a img.white-image {
  filter: invert(100%);
}

.flex-text-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.orange-btn {
  display: block;
  background-color: #f7a51e;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
}

.product-list {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.product-item {
  max-width: 30%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
}

.product-item img {
  min-height: 270px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.product-item-text {
  padding: 16px 32px 32px 32px;
}

.product-item-text-box {
  margin: 0 0 30px 0;
  min-height: 80px;
}

.product-item-text-box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.icon-text-common-container {
}

.icon-text-common-container-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.icon-text-common-container-content-area-icon {
  max-width: 100px;
  margin: 0 10px 0 0;
}

.icon-text-common-container-content-area-text {
}

.icon-text-common-container-content-area-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.icon-text-common-container-content-area-text p {
}

/* General Text Container & Stuff End */

.home-products {
  background-color: #363535;
  padding: 40px 0;
}

.home-products h2 {
  max-width: 740px;
}

.home-products .flex-text-container a {
  color: #f7a51e;
}

.home-products .flex-text-container p {
  max-width: 600px;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.home-services .home-about-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.home-services.home-about .home-about-container .home-about-image {
  max-width: calc(100% - 550px);
}

.home-services.home-about .home-about-container .home-about-text {
  padding: 0 30px 0 0;
}

.home-contact-us {
  background-color: #363535;
}

.home-services.home-about
  .home-about-container
  .home-about-image.home-contact-us-image {
  max-width: 44%;
}

.home-about.home-contact-us {
  margin: 0px 0;
}

.home-services.home-about
  .home-about-container
  .home-about-text.home-contact-us-text {
  padding: 40px 30px;
  min-width: 640px;
}

.list-hero .background-shadow {
  background: linear-gradient(
    180deg,
    #363535 0%,
    rgba(54, 53, 53, 0.37) 67%,
    rgba(54, 53, 53, 0) 100%
  );
  transform: rotate(-180deg);
}

.home-hero-text.list-hero-text {
  position: absolute;
  max-width: 680px !important;
  margin-left: auto;
  padding: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  right: initial;
}

.listing-products {
  margin: -10px 0;
}

.listing-products .product-list {
  flex-wrap: wrap;
  justify-content: initial;
}

.listing-products .product-list .product-item {
  margin: 0 0px 50px 0px;
}

.listing-products .product-list .product-item:nth-child(3n-1) {
  margin: 0 30px 50px 30px;
}

.certificate-list {
  justify-content: space-between !important;
}

.certificate-item {
  flex-direction: row;
  max-width: 46%;
}

.certificate-item .product-item-text-box {
  margin: 30px 30px 30px 20px;
}

.product-item img.certificate-icon {
  max-width: 75px;
  height: auto;
  margin: 0 0 10px 0;
  min-height: initial;
  object-fit: initial;
  border-radius: initial;
}

.certificate-container {
  max-width: 60%;
}

.certificate-container img {
  display: block;
  border-radius: 16px;
}

.listing-products .product-list .certificate-item:nth-child(3n-1) {
  margin: 0 0px 50px 0px;
}

.certificate-inner .home-about-container {
  display: initial;
}

.certificate-inner .home-about-text {
  max-width: initial !important;
}

.certificate-inner-listing {
  display: flex;
  flex-wrap: wrap;
}

.certificate-inner-listing img {
  width: 50%;
}

.home-services.home-about .home-about-container .home-about-text {
  padding: 0 0px 0 0;
}

.product-details-container {
  display: flex;
}

.product-gallery-section {
  width: 47%;
  margin: 0 20px 0 0;
}

.home-about.home-services.certificate-inner.products-inner {
  padding: 0 0px 0 0;
}

.inner-text-container {
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #f7a51e;
}

.inner-dimensions {
  background-color: #fde4bb;
  padding: 20px;
  border-radius: 8px;
}

.product-text-details {
  margin: 0 20px 0 0;
  max-width: 350px;
  width: 100%;
}

.general-title-text-container .product-left-single-item h4 {
  margin: 0;
}

/* .product-left-text {
  border-bottom: 2px solid #f7a51e;
} */

.product-left-single-item {
  margin: 0 0 10px 0;
}

.inner-dimensions-item {
  margin: 0 0 20px 0;
}

.inner-dimensions-item h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #363535;
}

.inner-dimensions-item h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #363535;
}

.text-button-inner-product-box {
  display: flex;
  align-items: flex-end;
}

.text-button-inner-product-box p {
  width: 59%;
  padding: 0 10px 0 0px;
}

.text-button-inner-product-box .orange-btn {
  display: block;
  width: 40%;
  margin: 10px 0px 0 0;
  background-color: #f7a51e;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  font-style: initial;
}

.owl-carousel img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.home-products.listing-products.contact-us-icons-container {
  width: 50%;
  padding: 40px;
  color: #fff;
}

.contact-us-second-container {
  display: flex;
  justify-content: space-between;
}

.icon-text-common-container {
  /* color: #ffffff; */
}

.contact-us-second-container .home-about.home-services .home-about-container {
  display: initial;
}

.contact-us-second-container .home-about.home-services {
  width: 50%;
  padding: 0 40px;
}

.map-image {
}

.zinth {
}

.zinth .zinth-logo {
  max-width: 190px;
  width: 100%;
  margin: 0 0 20px 0;
}

.zinth-orange-icons-area .icon-text-common-container {
  display: flex;
}

.zinth-orange-icons-area
  .icon-text-common-container
  .icon-text-common-container-item {
  flex-direction: column;
  width: 33%;
  margin: 20px 20px;
  text-align: center;
}

.zinth-orange-icons-area
  .icon-text-common-container
  .icon-text-common-container-item
  .icon-text-common-container-content-area-icon {
  margin: 0 0 20px 0;
}

.zinth-4th-section {
  margin: 40px 0 0 0;
}

.zinth-4th-section .zinth-4th-section-container {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
}

.zinth-4th-section .zinth-4th-section-container .zinth-4th-section-image {
  width: 60%;
}

.zinth-4th-section .zinth-4th-section-container .zinth-4th-section-text {
  width: 35%;
  background-color: #fde4bb;
  padding: 25px 20px 15px 20px;
  border-radius: 8px;
  height: fit-content;
}

.zinth-4th-section
  .zinth-4th-section-container
  .zinth-4th-section-text
  .zinth-4th-section-text-item
  h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #363535;
  margin: 0 0 15px 0;
}

.zinth-4th-section
  .zinth-4th-section-container
  .zinth-4th-section-text
  .zinth-4th-section-text-item
  h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #363535;
  margin: 0 0 15px 0;
}

.zinth-orange-icons-area .home-about-text {
  max-width: 600px;
  margin: 0 0 40px 0;
}

.home-about-text.about-page {
  margin: 40px 0 0px 0;
}

.home-about-text.about-page .general-title-text-container {
  max-width: 600px;
}

.about-logos-area {
  display: flex;
  flex-wrap: wrap;
}

.about-logos-area span {
  max-width: 180px;
  margin: 30px 40px 0 0;
}

.about-logos-area span:nth-child(3)::after {
  content: "";
  display: block;
  width: 100%;
}

.grid.about-page-last-section {
  padding: 0 0 40px 0;
}

.home-products.listing-products.contact-us-icons-container.get-quote-page-container {
  padding: 100px 40px;
}

.product-text-box {
  margin: 0 0 0 20px;
}

body.rtl .product-text-box {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .home-hero-text {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
  }
  .home-hero-text h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .home-hero-text p {
    font-size: 16px;
    margin: 10px 0;
  }
  .home-about .home-about-container {
    flex-direction: column;
  }
  .home-about .home-about-container .home-about-text {
    max-width: 100%;
    padding: 30px 0px;
  }
  .general-title-text-container h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0 10px 0;
  }
  .general-title-text-container p {
    line-height: 26px;
  }
  .flex-text-container {
    align-items: initial;
    flex-direction: column;
  }
  .home-products h2 {
    max-width: initial;
  }
  .home-products .flex-text-container p {
    max-width: initial;
  }
  .product-item-text {
    padding: 16px 16px 16px 16px;
  }
  .product-text-box {
    margin: 0 20px 0 0px;
  }
  .product-item-text-box {
    margin: 0 0 30px 0;
    min-height: 130px;
  }
  .product-item-text-box h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .product-item {
    max-width: 32%;
  }
  .home-services.home-about .home-about-container .home-about-image {
    max-width: initial;
  }
  .icon-text-common-container-content-area-text h3 {
    font-size: 16px;
    margin: 0;
  }
  .icon-text-common-container-content-area-icon {
    max-width: 70px;
  }
  .home-services.home-about
    .home-about-container
    .home-about-image.home-contact-us-image {
    max-width: 100%;
  }
  .listing-products .product-list {
    justify-content: space-between;
  }
  .listing-products .product-list .product-item:nth-child(3n-1) {
    margin: 0 0px 50px;
  }
  .orange-btn {
    font-size: 12px;
  }
  .product-details-container {
    display: flex;
    flex-direction: column;
  }
  .product-gallery-section {
    width: 100%;
  }
  .zinth-orange-icons-area
    .icon-text-common-container
    .icon-text-common-container-item {
    /* flex-direction: row; */
    width: 100%;
    margin: 20px 0px;
  }
  .zinth-orange-icons-area .icon-text-common-container {
    flex-direction: column;
  }
  .zinth-4th-section .zinth-4th-section-container .zinth-4th-section-image {
    width: 100%;
  }
  .zinth-4th-section .zinth-4th-section-container {
    flex-direction: column;
  }
  .zinth-4th-section .zinth-4th-section-container .zinth-4th-section-text {
    width: 100%;
  }
  .zinth-4th-section .zinth-4th-section-container .zinth-4th-section-text {
    width: 100%;
    padding: 25px 0px;
  }
  .zinth-4th-section-text-item {
    padding: 0 20px;
  }
  .home-services.home-about .home-about-container .home-about-text {
    padding: 10px 0px 0 0;
    margin: 0 20px;
  }
  .home-services.home-about
    .home-about-container
    .home-about-text.home-contact-us-text {
    padding: 40px 30px;
    min-width: initial;
  }
  .about-logos-area img {
    max-width: 120px;
  }
  .contact-us-second-container {
    flex-direction: column;
  }
  .contact-us-second-container .home-about.home-services {
    width: 100%;
    padding: 0;
    margin: 20px 20px;
  }
  .contact-us-second-container
    .home-about.home-services
    .section-title-with-icon {
    margin: 0 0px 10px 20px;
  }
  .home-products.listing-products.contact-us-icons-container {
    width: 100%;
    padding: 20px 0;
    color: #fff;
  }
  .contact-us-second-container .home-about.home-services {
    margin: 20px 0;
  }
  .home-products .product-list {
    flex-wrap: wrap;
  }
  .home-products .product-list.certificate-list {
    flex-direction: column;
  }
  .home-products .product-list .product-item {
    margin: 0 0px 50px 0px;
  }
  .home-products .product-list .product-item.certificate-item {
    max-width: 100%;
    justify-content: space-between;
  }
  .certificate-inner-listing {
    flex-direction: column;
  }
  .certificate-inner-listing img {
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .product-item {
    max-width: 49%;
  }
  .product-item.certificate-item {
    max-width: 100%;
  }
  .product-item img {
    min-height: 150px;
  }
  .inner-text-container {
    flex-direction: column;
  }
  .product-text-details {
    width: 100%;
  }
  .text-button-inner-product-box p {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .text-button-inner-product-box {
    display: flex;
    align-items: initial;
    flex-direction: column;
  }
  .about-logos-area img {
    max-width: 80px;
    margin: 20px;
  }
  .contact-us-second-container .home-about.home-services {
    margin: 20px auto;
    width: 90%;
  }
  .text-button-inner-product-box .orange-btn {
    display: block;
    width: 80%;
    margin: 10px 0px 0 0;
    background-color: #f7a51e;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
    font-style: initial;
  }
}

@media screen and (max-width: 475px) {
}

/* Header & Footer */

@media screen and (max-width: 768px) {
  .header-links {
    display: none;
  }
  .header-button {
    display: none;
  }
  .header-button.mobile {
    display: block;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    margin: 0px 0 0 0;
  }
  .header .mobile-header {
    display: block;
  }
  .mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 90px 30px;
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    transform: translateX(200px);
    transition: 0.2s all ease-in-out;
    height: 100vh;
  }
  .mobile-menu.active {
    transform: translateX(0px);
    display: flex;
  }
  .mobile-menu a {
    margin: 0 0px 15px 0;
  }
  .mobile-header .open-menu {
    color: #b1b2b6;
    z-index: 10;
    position: relative;
    cursor: pointer;
  }
  .mobile-header.active .close-menu {
    color: #000;
    z-index: 10;
    position: relative;
    cursor: pointer;
  }
  .overlay.active {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
    opacity: 0.4;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .product-text-box {
    margin: 0 0 0 0px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 20px 0px;
  }
  .footer .footer-items {
    flex-direction: column;
  }
  .footer .footer-items .footer-links-container .footer-links {
    max-width: 250px;
    margin: 0 0 0 0;
  }
  .footer .footer-items .footer-links-container {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-items .footer-links-container {
    flex-direction: column;
  }
  .footer .footer-items .footer-links-container .footer-links {
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-items .footer-logo {
    margin: 0 auto;
  }
  .footer .footer-items .footer-links-container .footer-links.two-col-links {
    max-width: 100%;
    text-align: center;
  }
  .footer
    .footer-items
    .footer-links-container
    .footer-links.two-col-links
    .footer-links-small-container {
    display: flex;
    flex-direction: column;
  }
  .footer
    .footer-items
    .footer-links-container
    .footer-links.two-col-links
    .footer-links-small-container
    a {
    margin: 0 0px 20px 0;
  }
}

/* Arabic */

body.rtl {
  direction: rtl;
  font-family: "Tajawal", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

body.rtl .icon-text-common-container-content-area-icon {
  margin: 0 0px 0 10px;
}

body.rtl .home-products .flex-text-container p {
  margin: 0 0px 0 20px;
}

body.rtl .general-title-text-container a img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body.rtl
  .footer
  .footer-items
  .footer-links-container
  .footer-links.footer-location
  .footer-location-container
  img {
  margin: 0 0px 0 10px;
}

body.rtl .footer .footer-items .footer-links-container .footer-links a {
  direction: rtl;
}

body.rtl .mobile-menu {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 90px 30px;
  position: absolute;
  top: 0;
  z-index: 9;
  right: initial;
  left: 0;
  transform: translateX(-200px);
  transition: 0.2s all ease-in-out;
  height: 100vh;
}

body.rtl .mobile-menu.active {
  transform: translateX(0px);
}

body.rtl .fluentform .ff-text-left {
  text-align: right;
}

body.rtl .product-gallery-section {
  width: 47%;
  margin: 0 0px 0 20px;
}

body.rtl .product-text-details {
  margin: 0 0px 0 20px;
}

body.rtl .about-logos-area img {
  max-width: 260px;
  margin: 30px 0px 0 40px;
}

body.rtl .section-title-with-icon img {
  width: 30px;
  margin: 0 0px 0 10px;
}

/* Gallery */

.gallery {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.main-image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.thumbnails img {
  /* width: 40px;
  height: 40px; */
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnails img:hover {
  transform: scale(1.1);
}

body.rtl .product-text-box {
  margin: 0 20px 0 0px;
}

@media (max-width: 768px) {
  .gallery {
    margin: 0 0 20px 0;
  }
  .main-image img {
    border-radius: 10px;
  }
  body.rtl .product-text-box {
    margin: 0 0px 0 0px;
  }
}

@media (max-width: 480px) {
  .thumbnails img {
    width: 45px;
    height: 45px;
  }
  .product-text-box {
    margin: 0 0 0 0px;
  }
}

/* Form Fields */

.ff-default .ff-el-form-control {
  border: 1px solid #f7a51e !important;
}

.home-form-contianer {
  margin: 30px 0;
}

body.rtl
  .footer
  .footer-items
  .footer-links-container
  .footer-links.two-col-links
  .footer-links-small-container
  a {
  margin: 0 0px 20px 20px;
}

.footer .footer-items {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f7a51d;
}

.footer .social-links {
  text-align: right;
  padding: 20px 0 0 0;
}

.footer .social-links img {
  width: 30px;
  height: auto;
  margin: 0 0 0 20px;
}

@media (max-width: 768px) {
  .footer .social-links {
    text-align: center;
    padding: 20px 0 0 0;
  }
}
