/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
  float: left;
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif !important;
}
img{max-width: 100% !important;}

.slider-img-section {
  float: left;
  width: 100%;
  background: url(../images/about-image.jpg);
  background-position: no-repeat;
  background-size: cover;
  padding: 100px 0;
  /* margin-bottom: 50px; */
  position: relative;
}
.slider-img-section::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.581);
  width: 100%;
  height: 100%;
}

.about-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px !important;
  position: relative;
  font-weight: 700;
  z-index: 2;
}

.home-path {
  float: left;
  width: 100%;
  text-align: center;
  color: #f5442b;
  font-size: 18px;
  line-height: 30px !important;
  position: relative;
  z-index: 2;
}

.home-path i {
  vertical-align: middle;
  margin: 0 10px;
}

.home-path .path {
  color: #fff;
}

.left-title {
  color: #f5442b;
  text-transform: uppercase;
  position: relative;
}

.about {
  float: left;
  width: 100%;
}

.left-title {
  float: left;
  width: 100%;
  text-align: left;
  margin: 20px 0;
}

.about-our-company {
  float: left;
  width: 100%;
  /* margin: 50px 0; */
  font-weight: 600;
  font-size: 17px;
}

.powerfull::before,
.our-company-details::before,
.iso-title::before,
.pdf-section .title::before {
  content: "";
  background: #f5442b;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.powerfull::after,
.our-company-details::after,
.iso-title::after,
.pdf-section .title::after {
  content: "";
  background: #f5442b;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.global-opportunities {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.powerfull {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 40px;
  margin: 20px 0;
  color: #000;
  position: relative;
}

.industry {
  float: left;
  width: 100%;
  font-weight: 400;
  margin-top: 20px;
  color: #000;
  padding: 20px 0;
}

.ui-img {
  float: left;
  width: 100%;
}

.ui-img img {
  float: left;
  width: 100%;
}

.company {
  float: left;
  width: 100%;
  background: #333d34;
}

.our-company-details {
  float: left;
  width: 100%;
  color: #000;
  font-size: 21px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}

.ui-details {
  float: left;
  width: 100%;
  color: #fff;
}

.ui-details li {
  list-style-type: none;
  line-height: 32px;
}

.ui-details i {
  color: #f5442b;
  margin-right: 10px;
}

/* .bu-partners {
  margin: 50px 0;
} */

.about-image-section {
  float: left;
  width: 100%;
  text-align: center;
}

.about-image-section img{
  max-width: 100%;
}

.iso-9001,
.iso-17025 {
  float: left;
  width: 100%;
  text-align: center;
  /* padding: 50px 0; */
  /* margin: 50px 0; */
}

.iso-1 img,
.iso-2 img {
  float: left;
  width: 100%;
  /* margin: 30px 0; */
}

.about-iso {
  float: left;
  width: 100%;
  text-align: left; 
}

.about-iso p {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 35px;
  font-size: 16px;
}

.about-iso p i {
  color: #f5442b;
  margin-right: 10px;
  font-weight: 700;
}

.iso-title {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 0;
  font-weight: 700;
}

/* For Theme */
/* .fixed-header .main-navigation {
  text-align: center;
  margin-top: 10px;
} */

/* .parallax-window-about{float: left; width: 100%;} */
.about-btn {
  float: left;
  margin: 20px 0 0 30px;
}

.contact-btn {
  float: left;
  margin: 20px 0 0 30px;
}

.pdf-section,
.pdf-img-section {
  float: left;
  width: 100%;
  text-align: center;
}
.pdf-img-section img{max-width: 100%;}

.pdf-img-section {
  background: url(../images/dotted-circel.png);
  background-repeat: no-repeat;
  padding: 0 30px;
}

.pdf-section h1 {
  float: left;
  width: 100%;
  margin: 0 0 0 50px;
  color: #000;
  font-size: 45px;
  position: relative;
  text-align: left;
  padding: 20px 0;
}

.pdf-list {
  float: left;
  width: 100%;
  /* margin: 30px 0; */
  text-align: center;
}

.pdf-list li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 20px 0;
  width: 300px;
}


.pdf-list li a {
  background: #d3d3d3;
  box-shadow: 2px 2px 2px #d3d3d3;
  padding: 10px 20px;
  float: left;
  width: 100%;
}

.copyright-text{font-size: 12px; color: #fff;}

.about .pdf-list{width: auto;}

.inspect {
  float: left;
  width: 100%;
}

.best-service-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  margin: 50px 0;
  line-height: 50px;
  position: relative;
  padding: 20px;
}

.provide {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
}

.best-service-title::before {
  content: "";
  background: #f5442b;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 48%;
  bottom: 0;
}

.best-service-title::after,
.section-heading-1::after {
  content: "";
  background: #f5442b;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 52%;
  bottom: 0;
}

.section-heading-1::before {
  content: "";
  background: #f5442b;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 46%;
  bottom: 0;
}

.wqt-img img {
  float: left;
  width: 100%;
  margin: 30px 0;
  max-height: 200px;
}

.ti-arrow-circle-right {
  color: #fff;
}

.address-section i {color: #fff !important;}

.experience figure img {
  width: auto;
}

.experience li figure {
  /* box-shadow: 2px 2px 10px #d3d3d3; */
  float: left;
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}

.experience li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px
}

table td {
  text-align: left;
}

.address-section {
  float: left;
  width: 100%;
}

.address-section ul li {
  list-style-type: none;
  line-height: 40px;
}

/* .contact-form{ float: left; width: 100%; background: var(--main-white-color); box-shadow:0 0 17px -2px rgba(0,0,0,.08); float: right; width: 430px;opacity: .9; padding: 30px; margin-top: -100px; position: relative; z-index: 99;}
.contact-form .title{text-align: left; font-family: 'Jost', sans-serif; font-size: 25px ; color: #000; font-weight: 600;}
.contact-form .elementor-element {text-align: left; padding:10px 0; font-size: 15px ;  float: left; width: 100%; line-height: 30px;}
.contact-form .more-btn{border: 1px solid #d3d3d3;}  .contact-form .title{  text-transform: capitalize;letter-spacing: 1px; font-family: 'Jost', sans-serif;}
.contact-form .form-control , .contact-form textarea{border-radius: 0; height: 45px; border: 1px solid #d3d3d3;}
.contact-form textarea{float: left; width: 100%; padding: 10px 20px;} .contact-form .more-btn{text-align: center;background-color: #f5442b;border-radius: 0;padding: 15px 60px;font-size: 15px;font-weight: 500;margin: 10px 0;text-transform: uppercase; color: #fff;} */
.address-section .ti-printer,
.address-section .ti-email,
.address-section .ti-mobile,
.address-section .ti-location-pin,
.address-section .ti-info-alt {
  color: #f5442b;
}

.section-heading-1 {
  position: relative;
  padding:0 0 10px 0;
}

.ti-printer,
.ti-email,
.ti-info-alt,
.ti-location-pin,
.ti-arrow-circle-right,
.ti-mobile {
  margin-right: 7px;
}

.menu-item-has-children ul li a {
  color: #000 !important;
}

.menu-item-has-children i {
  vertical-align: middle;
  margin-left: 5px;
  color: #232a24;
  /* color: #f5442b; */
  font-size: 10px;
}

.menu-item-has-children a:hover {
  color: #fff !important;
}
.menu-item-has-children ul a:hover {
  color: #333d34 !important;
}
/* .menu-item-has-children a:hover {
  color: #f5442b !important;
} */

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background: none !important;
}

/* .bu-testimonials-v1 .text-holder .author-info h6 {
  color: #000 !important;
} */

.bu-services-box {
  width: 100%;
  height: 100px;
  padding: 10px 5px 10px 0;
}

table td {
  line-height: 30px !important;
}

.section-bg-7 figure img {
  width: auto !important;
}

.section-bg-gray1:nth-child(8) .bu-services-box .img-holder figure {
  margin-bottom: 18px !important;
}

.header-banner {
  position: relative;
}

/* .header-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  content: '';
} */
.no-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
  content: '';
}

/* .banner-transparent{height: 600px;} */
/* .page-section{float: left; width: 100%;} */
.page-section {
  float: left;
  width: 100%;
}

footer#footer {
  float: left;
  width: 100%;
}

.slick-prev {
  position: relative;
  z-index: 2;
}

.slick-next {
  position: relative;
  z-index: 2;
}

/* .logo_img{filter: brightness(0) invert(1);} */
.fixed-header {
  /* background: rgba(17, 27, 37, 1) !important; */
  background: #333d34 !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.factory-img {
  background: url(../images/factory-1.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#header.fixed-header .main-navigation ul a {
  color: #fff;
}

/* .factory-img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5)
} */

.factory-img .request-qoute {
  position: relative;
  z-index: 2;
}

.factory-img .request-qoute h1 {
  color: #fff;
}

.img-holder .img-holder {
  height: 300px;
}

.ndt-section .img-holder {
  box-shadow: 2px 2px 5px #d3d3d3;
  background: #fff;
  padding: 2px;
  margin-top: 10px;
  border-radius: 10px;
}

.ndt-section .img-holder img {
  border-radius: 10px;
}

h5 {
  margin-bottom: 5px;
}

.ndt-img-holders {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ndt-img-holders .img-holder{
  margin: 0 !important;
}

/* .ndt-section {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 665px;
} */
/* .img-holder{ */
/* width: 32%; */
/* z-index: 222;
  position: relative;
  margin-bottom: 2%;
  border-radius: 3px;
  background-color: #a1cbfa;
  border: 1px solid #4290e2;
  box-shadow: 0 2px 2px rgba(0,90,250,0.05),
    0 4px 4px rgba(0,90,250,0.05),
    0 8px 8px rgba(0,90,250,0.05),
    0 16px 16px rgba(0,90,250,0.05);
  color: #fff; */
/* padding: 15px; */
/* box-sizing: border-box;
} */

/* .img-holder::before {
  counter-increment: items;
  content: counter(items);
}

.img-holder:nth-child(3n+1) { order: 1; }
.img-holder:nth-child(3n+2) { order: 2; }
.img-holder:nth-child(3n)   { order: 3; }

.ndt-section::before,
.ndt-section::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
} */

/* .ndt-images {
  display: flex;
  flex-flow: column wrap;
  flex-wrap: wrap;
  align-content: space-between;
  height: 1305px;
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin: 40px auto;
  counter-reset: items;
}
.ndt-img-holder {
  width: 15%;
  position: relative;
 
  color: #fff;
  box-sizing: border-box;
} */
/* 
.ndt-img{margin-bottom: 20px; border-radius: 3px;
  box-shadow: 0 2px 2px rgba(113, 118, 126, 0.05),
    0 4px 4px rgba(0,90,250,0.05),
    0 8px 8px rgba(0,90,250,0.05),
    0 16px 16px rgba(0,90,250,0.05);}

.ndt-img-holder::before {
  counter-increment: items;
  content: counter(items);
} */

/* Re-order items into 3 rows */
/* .ndt-img-holder:nth-of-type(6n+1) { order: 1; }
.ndt-img-holder:nth-of-type(6n+2) { order: 2; }
.ndt-img-holder:nth-of-type(6n+3) { order: 3; }
.ndt-img-holder:nth-of-type(6n+4) { order: 4; }
.ndt-img-holder:nth-of-type(6n+5) { order: 5; }
.ndt-img-holder:nth-of-type(6n)   { order: 6; } */
/* .ndt-img-holder:nth-child(6n+1) { order: 1; }
.ndt-img-holder:nth-child(6n+2) { order: 2; }
.ndt-img-holder:nth-child(6n)   { order: 3; } */

/* Force new columns */
/* .ndt-images::before,
.ndt-images::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
} */

.header-new {
  background-color: #333d34 !important;
  /* background-color: rgba(17, 27, 37, 1) !important; */
}

/* .header-new{background: #fff; box-shadow: 2px 2px 5px #d3d3d3; color: #000;} */

.header-new .bu-main-nav {
  text-align: center;
  padding: 0;
}
.bu-services-img .ti-arrow-right{font-size: 17px;}
.fixed-header {
  top: 0;
  left: 0;
  right: 0;
}


/* .sub-slider{margin-bottom: 40px;} */
.no-layer{box-shadow: inset 3px 3px 15px #dedede  !important;}
/* @media only screen and (min-width: 1200px) {
  .video-section{height: 500px;}
} */

@media only screen and (max-width: 600px) {
  .powerfull {
    line-height: 40px;
  }
  
  .video-title h1{font-size: 16px; line-height: normal !important;}
  .video-title p{font-size: 10px; }
  .video-title .bu-button-simple{padding: 5px 15px 5px 15px !important; margin-right: 0 !important;}

  .text-holder .cont {
    color: #fff !important;
    text-align: center;
  }

  .nav-top-section .img-holder {
    float: none;
    text-align: center;
  }

  .nav-top-section .img-holder .ti-mobile,
  .ti-printer,
  .ti-email {
    color: #fff !important;
  }

  .about-title {
    line-height: 60px;
  }

  .menu-item-has-children ul li a {
    color: #fff !important;
  }

  .banner-transparent img {
    height: 250px !important;
    max-width: 100% !important;
  }

  .logo_img {
    height: 60px;
  }

}

@media only screen and (min-width: 1200px) {
  .sub-slider img {
    max-height: 347px;
    /* object-fit: contain; */
  }
  .mb-lg-0{margin-bottom: 0 !important;}
  .slider-img-section .about-title{font-size: 25px !important; line-height: 25px !important;}
  .slider-img-section .home-path{font-size: 18px !important; line-height: 25px !important;}
}

@media only screen and (max-width: 768px) {
  .bu-main-nav{display: none;}
  .menu-item-has-children ul li a{color: #fff !important;}
}
@media only screen and (max-width: 992px) {
  .header-logo{float: none !important;}
  .navbar{float: none !important;}
 
}
@media only screen and (max-width: 1200px) {
  #header .main-header{display: flex; flex-direction: column; justify-content: center;}
}

.company-name{font-size:18px;font-weight: 500;}
.arabic{font-size:18px;font-weight: 500;}