/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*  theme color orange #ff8306         -------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');


body {
  font-family: "Roboto", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.row {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.dropdown-menu .dropdown-item {
  padding: 10px;
}

.container {
  max-width: 100%!important;
}

.vbox-content {
  margin: 0!important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 0.8s linear infinite;
  animation: animate-preloader 0.8s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #007BD6;
  box-shadow: 0px 0 20px 0 rgb(0 0 0 / 30%);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
  padding: 5px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 100px;
  transition: all 0.6s ease;
}

@media (max-width: 1200px) {
  #header {
    padding: 22px 0;
  }
  #header.header-scrolled {
    top: 0;
    padding: 25px 0;
  }
}

@media (max-width: 992px) {
  #header .logo img {
    max-height: 38px;
}
  #header .logo {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  margin: auto;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 35px 15px;  
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0;
  background-color: #007BD6;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff8306;
}

#header.header-scrolled .nav-menu > ul > li > a:before {
  bottom: -5px;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

#nav-btn {
  width: fit-content;
  padding: 12px 20px;
  margin: auto;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  margin-left: 20px;
  color: white;
  background-color: #ff8306;
}






.sub-menu {
  padding: 10px 8px;
  height: 180px;
  overflow-y:scroll; 
}

@media (max-width: 576px) {

  #drop-toggle-1 {
    display: none;
  }

  .dropdown:hover #sub-menu-1 {
    display: block;
  }
  #sub-menu-1 {
    display: block;
    height: 160px;
    background-color: #F8F8F8;
  }
}

@media (min-width: 576px) {
  #drop-toggle-2 {
    display: none;
  }
  #drop-toggle-1 {
    display: block;
  }
  .dropdown:hover #sub-menu-2 {
    display: block;
  }
  #sub-menu-2 {
    display: none;
  }
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 22px;
  top: 14px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 2;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000000;
}


.mobile-nav {
  position: fixed;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav #arc-menu {
  transform: none!important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  padding: 80px 0 0;
  background: #fff;
  position: relative;
}

.hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .container {
  position: relative;
  padding: 0;
}

.hero-right {
  padding: 0;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.hero h2 {
  color: #000000;
  margin: 20px 0 35px 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}

#home-hero #hero-left h1 {
  font-size: 38px;
  line-height: normal;
}

#home-hero #hero-left h2 {
  font-size: 18px;
  margin: 12px 0 35px 0;
}

.hero-left {
  padding-left: 50px;
}

.hero-bottom {
  padding: 50px;
  text-align: center;
}

#carouselExampleIndicators {
  position: initial;
}

.hero .carousel-inner #welding {
	background: url('img-1.webp') no-repeat -650px -9px;
	width: 748px;
	height: 536px;
}

.hero .carousel-inner #coating {
	background: url('img-1.webp') no-repeat -650px -547px;
	width: 748px;
	height: 536px;
}

.hero .carousel-inner #laser {
	background: url('img-1.webp') no-repeat -650px -1085px;
	width: 748px;
	height: 536px;
}

.hero-caption h7 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}

@media (max-width: 991px) {

  .hero .carousel-inner #welding {
    background: url('img-1.webp') no-repeat -524px -1623px;
    background-position-x: center;
    height: 355px;
  }

  .hero .carousel-inner #coating {
    background: url('img-1.webp') no-repeat -524px -1980px;
    background-position-x: center;
    height: 355px;
  }
  
  .hero .carousel-inner #laser {
    background: url('img-1.webp') no-repeat -524px -2337px;
    background-position-x: center;
    height: 355px;
  }

}



.hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  text-align: center;
  border-radius: 1px;
  transition: 0.5s;
}

#btn-getquote {
  background: #106eea;
  color: #fff;
}

#btn-profile {
  color: black;
  margin-left: 15px;
  background: white;
  border: 1px solid #000000;
}

.secure {
  display: inline-flex;
  margin-top: 5px;
}

.secure .bx {
  line-height: 1.5;
  margin-right: 10px;
  color: #007BD6;
}

#secure-bottom {
  margin-top: 25px;
  opacity: 0.4;
}

#secure-bottom p {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 6px;
}

.lock p {
  font-size: 10px;
  color: black;
}

.hero #btn-getquote:hover {
  background: #247cf0;
}

.hero #btn-profile:hover {
  color: #fff;
  background: #1a1a1a;
}

.hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

.hero .btn-watch-video:hover {
  color: #106eea;
}

.hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {

  .hero-bottom h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .hero-bottom h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero-bottom .btn-get-started, .hero-bottom .btn-watch-video {
    font-size: 10px;
  }
}

@media (max-height: 500px) {

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 1px;
  color: black;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  font-weight: 100;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/

#blogs .container .section-title {
  padding-bottom: 10px;
}

#blogs .container .section-title h3 {
  text-align: left;
  color: #CBCBCB;
  font-size: 25px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

hr {
  width: 80px;
}

#about {
  padding: 0;
}

#about .container {
  padding: 0;
}

#about .btn {
  width: 115px;
  padding: 8px;
  font-size: 12px;
  border-radius: 1px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# About-Scale
--------------------------------------------------------------*/

#about-scale {
  align-items: normal;
  color: white;
  border-bottom: 1px solid #DDDDDD;
}

#about-scale hr {
  margin-left: initial;
  border-top: 1px solid rgb(255 255 255);
}

#about-scale .btn {
  background-color: white;
}

#about-scale .btn:hover {
  color: #006ab9;
}

#scale-right {
  padding: 60px!important;
  background-color: #4151b5;
}

#scale-right-2 {
  padding: 60px!important;
  background-color: #fff;
}


/*--------------------------------------------------------------
# About-Vision
--------------------------------------------------------------*/

#about-vision {
  border-bottom: 1px solid #DDDDDD;
}

#about-vision .btn {
  margin-left: auto;
  color: white;
  background-color: #007BD6;
}

#about-vision hr {
  margin-right: initial;
  border-top: 1px solid rgb(0 0 0);
}

#vision-left {
  padding: 60px!important;
  text-align: right;
}

#vision-right {
  padding: 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Specs
--------------------------------------------------------------*/

#specs-bar {
  padding: 20px 0;
  background-color: #4151b5;
}

.specs-bar .sprites span {
  font-family: "Roboto"!important;
}

@media (max-width: 992px) {
  #specs-bar .sprites {
    margin: 25px;
  }
}

#iso-logo {
	width: 92px;
	height: 82px;
}

#exports-logo {
	width: 80px;
	height: 86px;
}

#units-logo {
	width: 104px;
	height: 86px;
}

#employees-logo {
	width: 122px;
	height: 88px;
}

#machine-logo {
	width: 92px;
	height: 86px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  border: 1px solid #c3c3c35c;
  padding: 8px 0;
  text-align: center;
}

#clients .sprites {
  padding: 0;
  margin-left: 5px;
}

.sprites #left {
  height: 62px;
  font-family: "Roboto"!important;
  margin-left: 20px;
}

.company span {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px 0;
}



#kalyani-logo {
	background: url('img-2.svg') no-repeat -75px -47px;
	width: 57px;
	height: 64px;
}

#godrej-logo {
	background: url('img-2.svg') no-repeat -149px -52px;
	width: 58px;
	height: 55px;
}

#eagleburgmann-logo {
	background: url('img-2.svg') no-repeat -223px -64px;
	width: 143px;
	height: 30px;
}

#siemens-logo {
  background: url('img-2.svg') no-repeat -369px -66px;
	width: 109px;
	height: 26px;
}

#gefran-logo {
	background: url('img-2.svg') no-repeat -481px -71px;
	width: 102px;
	height: 18px;
}

.company img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .box-img {
  text-align: center;
  border: 1px solid #e6e6e68c;
  padding: 8px 8px 25px 8px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .box-img .img-fluid {
  margin: 0 auto;
  width: 100%;
  height: 210px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

/* Img Sprites */



#bending-box {
  background: url('img-3.webp') no-repeat -550px -15px;
}

#wirecut-box {
  background: url('img-3.webp') no-repeat -1115px -15px;
}

#waterjet-box {
  background: url('img-3.webp') no-repeat -1640px -15px;
}

#tube-box {
  background: url('img-3.webp') no-repeat -100px -351px;
}

#edm-box {
  background: url('img-3.webp') no-repeat -685px -351px;
}

#machining-box {
  background: url('img-3.webp') no-repeat -1125px -351px;
}

#router-box {
  background: url('img-3.webp') no-repeat -1645px -351px;
}

#marking-box {
	background: url('img-3.webp') no-repeat -85px -686px;
}

#coating-box {
	background: url('img-3.webp') no-repeat -630px -686px;
}

#printing-box {
  background: url('img-3.webp') no-repeat -1075px -686px;
}

#fab-box {
  background: url('img-3.webp') no-repeat -1650px -686px;
}

/* Img Sprites END */

.services .box-img {
  margin: auto;
  width: 100%;
}

#services .container .row {
  align-items: start;
}

@media (max-width: 575px) { 
  #services .box-img {
    width: 70%;
  }
}

@media (max-width: 460px) { 
  #services .box-img {
    width: 95%;
  }
}

#services .box-img .img-fluid i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

#services .box-img h4 {
  font-weight: 700;
  margin-bottom: 0px;
  padding: 8px 33px 12px 33px;
  font-size: 24px;
}

#fab h4 {
  padding: 8px 20px 12px 20px;
}

.services .box-img h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .box-img p {
  padding: 8px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#services .btn {
  width: 80%;
  border-radius: 1px;
  padding: 12px;
  margin-top: 5px;
  letter-spacing: 1px;
  transition: ease-in-out 0.4s;
}

.cap-getquote {
  font-size: 14px;
  font-weight: 600;
  background: #4151b5;
  color: #fff;
}

.cap-explore {
  color: #000000;
  font-size: 10px;
  border: 1px solid #CECECE;
}

.cap-getquote:hover {
  color: white;
  background-color: #0193ff;
}

.cap-explore:hover {
  color: #000;
  border-color: #e7e7e7;
  background: #e7e7e7;
}

.services .box-img:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgb(0 0 0 / 0.15);
}

.services .box-img:hover .img-fluid {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Production Ramp
--------------------------------------------------------------*/

#production-ramp {
  background-color: #F9F9F9;

}

#production-ramp .container {
  margin: 0;
}

#production-ramp .container .section-title {
  padding-bottom: 5px;
} 

#production-ramp h2 {
  padding: 0 20px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #production-ramp h2 {
    font-size: 28px;
    letter-spacing: 3px;
  }
}

#production-ramp .secure {
  margin: 0;
  width: 100%;
}

#production-ramp .secure .lock p {
  margin: 0;
  letter-spacing: 1px;
}

#production-ramp .container .section-title .btn {
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #007BD6;
  transition: 0.5s;
}

/*--------------------------------------------------------------
# Industry We Serve
--------------------------------------------------------------*/

#industry .box-img {
  padding: 30px;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0 12px 0 rgb(0 0 0 / 0.08);
}

#industry .box-img:hover {
  box-shadow: 0px 0 30px 0 rgb(0 0 0 / 15%);
}

#industry .box-img h6 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#appliance-box {
	background: url('img-2.svg') no-repeat -187px -740px;
	width: 51px;
	height: 57px;
}

#automotive-box {
  background: url('img-2.svg') no-repeat -280px -740px;
	width: 57px;
	height: 57px;
}

#solar-box {
  background: url('img-2.svg') no-repeat -368px -736px;
	width: 61px;
	height: 65px;
}

#electronics-box {
  background: url('img-2.svg') no-repeat -468px -736px;
	width: 55px;
	height: 55px;
}

#energy-box {
  background: url('img-2.svg') no-repeat -187px -838px;
	width: 53px;
	height: 53px;
}

#health-box {
  background: url('img-2.svg') no-repeat -289px -840px;
	width: 51px;
	height: 50px;
}

#oil-box {
  background: url('img-2.svg') no-repeat -389px -840px;
	width: 44px;
	height: 51px;
}

#railway-box {
  background: url('img-2.svg') no-repeat -493px -837px;
	width: 54px;
	height: 55px;
}

#telecom-box {
  background: url('img-2.svg') no-repeat -187px -931px;
	width: 45px;
	height: 51px;
}

#build-box {
  background: url('img-2.svg') no-repeat -280px -929px;
	width: 53px;
	height: 53px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  padding: 50px 0;
  background-color: #F9F9F9;
  color: #000000;
  position: relative;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  margin: 0 auto;
}

#gefran-item {
  background: url('logo/gefran.svg') no-repeat;
  height: 60px;
  width: 225px;
}

#kone-item {
  background: url('logo/kone.svg') no-repeat;
  height: 60px;
  width: 125px;
}

#eagleburgmann-item {
  background: url('logo/eagleburgmann.svg') no-repeat;
  height: 60px;
  width: 225px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  line-height: 2;
  font-style: italic;
  margin: 30px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 5px;
  border-radius: 12px;
  border: 1px solid #007BD6 !important;
}

.testimonials .owl-dot.active {
  background-color: #00243F !important;
  border-color: #00243F !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-filters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-filters li:hover, .portfolio #portfolio-filters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-filters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #106eea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

#whyus .box-img {
  padding: 50px 25px;
  box-shadow: 0px 0 5px 0 rgb(0 0 0 / 10%);
}

#whyus .box-img:hover {
  box-shadow: 0px 0 25px 0 rgb(0 0 0 / 0.15);
}

#whyus #cost-box {
  background: url('img-2.svg') no-repeat -234px -461px;
	width: 80px;
	height: 58px;
}

#whyus #customer-box {
  background: url('img-2.svg') no-repeat -334px -458px;
	width: 65px;
	height: 65px;
}

#whyus #solution-box {
  background: url('img-2.svg') no-repeat -419px -458px;
	width: 71px;
	height: 65px;
}

#whyus #serve-box {
  background: url('img-2.svg') no-repeat -234px -531px;
	width: 80px;
	height: 80px;
}

#whyus #quality-box {
  background: url('img-2.svg') no-repeat -327px -538px;
	width: 78px;
	height: 73px;
}

#whyus #sheet-box {
  background: url('img-2.svg') no-repeat -424px -541px;
	width: 61px;
	height: 61px;
}

/*--------------------------------------------------------------
# Get In Touch
--------------------------------------------------------------*/

#getintouch {
  padding: 0;
  color: #ffffff;
  background-color: #007BD6;
}

#getintouch .container {
  padding: 0;
}

#getintouch .text-contain {
  padding: 0;
  display: inline-flex;
  text-align: center;
}

#getintouch .text-contain .info {
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#getintouch .text-contain h4 {
  margin: 0;
  letter-spacing: 2px;
}

#getintouch .text-contain .info h4 {
  font-weight: 300;
  font-size: 18px;
}

#getintouch .text-contain a {
  display: inline-flex;
  border: none;
  border-radius: 3px;
  background-color: #007BD6;
  box-shadow: 0px 0 35px 0 rgb(0 0 0 / 0.30);
}

#getintouch .text-contain .icon , #getintouch .text-contain .bxs-envelope {
  padding: 12px;
  font-size: 30px;
}

#getintouch .text-contain #intouch-text {
  padding: 27px;
  font-size: 25px;
  font-weight: 600;
}

#getintouch .text-contain .icofont-phone , #getintouch .text-contain .bxs-phone {
  font-size: 38px;
  padding: 8px;
}

#getintouch .text-contain .info:hover {
  background-color: #0277cd;
}


/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/

#blogs {
  padding: 60px 0 80px;
}

#blogs .box-img {
  display: inline-flex;
  padding: 10px;
}

#blogs .box-img .blog-img {
  padding: 0;
}

#blogs .img-contain {
  height: 100%;
  width: 100%;
}

#blogs h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

#blogs .btn {
  background: #0088ff;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  border-radius: 1px;
}

#blog1-box {
  background: url('img-3.webp') no-repeat -1029px -735px;
}

#blog2-box {
  background: url('img-3.webp') no-repeat -1580px -735px;
}

#blogs .box-img .text-fluid {
  padding: 10px 10px 10px 25px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  color: #000000;
}

.services .box-img .text-fluid p {
  padding: 8px 10px 18px 0;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 991px) {
  #blogs {
    padding: 0px 0 80px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background-color: none;
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 21px 25px;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 45px;
}

.contact .php-email-form textarea {
  resize: none;
  padding: 15px 25px;
  height: 70px;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 45px;
}

.contact .php-email-form button[type="submit"] {
  font-size: 12px;
  background: #007BD6;
  border: 0;
  padding: 8px 25px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px;
  outline: none;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  box-shadow: 0px 0px 25px 0px #0000001a;
  padding: 0 0 20px 0;
  color: #444444;
  font-size: 14px;
  background: #000033;
  
}

#footer .footer-top .container .row {
  align-items: flex-start;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  border-bottom: 1px solid #dfdfdfba;
  padding: 60px 0 30px 0;
  background: #333333;
}

#footer .footer-top #explore {
  padding-right: 0;
}

@media (min-width: 990px) {
  #footer .footer-top #capabilitise {
    padding-left: 0px;
  }
}

#footer .footer-top .footer-contact {
  margin: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
}

#copyright-footer {
  padding: 20px;
  color:#000033;
  background-color:#000033;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-links h4 {
  margin: 0;
}

#footer .footer-top .footer-links ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul .division {
  padding: 0;
  padding-right: 10px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff8306;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.4;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff8306;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  margin-top: 5px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  float: left;
  color: #000000;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    text-align: center;
    padding: 2px 0;
  }
}


/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/

.hero .carousel-inner .carousel-item .team {
  background-position-x: center!important;
}

.hero #about-hero {
  padding: 0 15%;
}


@media (max-width: 768px) {
  .hero #about-hero {
    padding: 0;
  }
}


#about-bottom {
  background-color: #F8F8F8;
}

#video-left hr {
  margin-left: initial;
}

#video-left p {
  padding-right: 30px;
}

#video-right {
  box-shadow: 0px 2px 20px rgb(0 0 0 / 30%);
}

.vis-box {
  padding: 0;
  margin: 0 15px;
}

.vis-box .box-img h6 {
  margin: 0;
}

#vision .box-img {
  padding: 20px;
}

#vision #customer-box {
  background: url('about-3.svg') no-repeat -9px -7px;
	width: 81px;
	height: 91px;
}

#vision #tech-box {
	background: url('about-3.svg') no-repeat -5px -118px;
	width: 90px;
	height: 91px;
}

#vision #employees-box {
  background: url('about-3.svg') no-repeat -5px -229px;
	width: 90px;
	height: 91px;
}

#vision #growth-box {
  background: url('about-3.svg') no-repeat -5px -341px;
	width: 90px;
	height: 90px;
}

#vision #quality-box {
  background: url('about-3.svg') no-repeat -5px -452px;
	width: 90px;
	height: 91px;
}


#values .section-title {
  padding-bottom: 60px;
}

.value {
  margin: 0 8%;
}

.value .box-img {
  padding: 35px;
  border-radius: 10px;
  color: white;
  background-color: #007BD6;
}

.value .box-img .img-fluid{
  margin-bottom: 0;
}

.value h5 {
  text-align: center;
  padding: 25px;
  font-weight: 700;
}

#values #encourage-box {
  background: url('about-2.svg') no-repeat -4px -3px;
	width: 148px;
	height: 136px;
}

#values #work-box {
  background: url('about-2.svg') no-repeat -8px -165px;
	width: 140px;
	height: 142px;
}


#values #merit-box {
  background: url('about-2.svg') no-repeat  -25px -334px;
	width: 105px;
	height: 139px;
}

#values #wellbeing-box {
  background: url('about-2.svg') no-repeat -8px -499px;
	width: 140px;
	height: 140px;
}


#mission {
  background-color: #ffffff;
}

#mission .container {
  padding: 0;
}

#mission .section-title {
  padding-bottom: 0;
}

#mission .section-title hr {
  margin-top: 30px;
}

#mission .text-contain {
  padding: 0 25px;
}


#mission .text-contain h5 {
  padding: 0 15px;
  font-weight: 400;
}

#mission .points {
  display: inline-flex;
  padding: 15px;
}

#mission .points .bx {
  font-size: 30px;
  color: #007BD6;
  line-height: 0.8;
}




#managing_director {
  padding-bottom: 25px;
}

#managing_director .text-contain {
  text-align: center;
  padding: 35px 0px;
}

#managing_director .text-contain h3 {
  font-weight: 700;
  color: black;
  padding: 20px;
}

@media (max-width: 500px) {
  #mission .text-contain {
    padding: 0px;
  }
  #mission .text-contain {
    padding: 0px;
  }
  #video-left {
    text-align: center;
  }
  #video-left hr {
    margin-left: auto;
  }
}


/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/


#gallery {
  padding: 150px 0;
  padding-bottom: 35px;
}

#gallery .section-title h2 {
  letter-spacing: 3px;
  font-weight: 700;
}

#filter_contain {
  margin-bottom: 50px;
}

.venobox .img-fluid {
  margin: auto;
  border-radius: 5px;
  transition: 0.6s ease;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 30%);
}

#filter_contain #portfolio-filters li {
    background-color: #ffffff;
    color: #000000;
    padding: 15px 35px;
    letter-spacing: 3px;
    font-size: 12px;
    margin-left: -4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#filter_contain #portfolio-filters li:hover {
  background-color: #007BD6;
  color: #ffffff;
}

#filter_contain #portfolio-filters .filter-active {
  background-color: #007BD6;
  color: #ffffff;
}



/*--------------------------------------------------------------
# Pattern Design Page
--------------------------------------------------------------*/



#pattern {
  padding: 10px;
}

#pattern .text-contain {
  padding: 35px 25px;
}

#pattern .text-contain h4 {
  padding: 10px 0;
}

#pattern .text-contain hr {
  margin: initial;
  width: 100%;
}

.pattern-top h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.2;
  color: #ffffff;
  padding-top: 95px;
}

#pattern-hero #pattern-top {
  background: url('pattern.webp') no-repeat -1px -1px;
	width: 1274px;
	height: 259px;
}

.pattern-contain {
  text-align: -webkit-center;
}

.pattern-contain h6 {
  text-align: left;
  padding: 10px 30px;
  font-weight: 400;
}

@media (max-width:767px) {
  .pattern-contain h6 {
    text-align: center;
  }
}


.series-a #pattern-1 , .series-a #pattern-2{
  filter: invert(1);
}


.pattern-contain .img-fluid {
  background-color: #5a5a5a!important;
  border-radius: 0;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
  transition: 0.4s ease;
}

.pattern-contain .img-fluid:hover {
  box-shadow: 0px 0px 35px rgb(0 0 0 / 35%);
}


/*--------------------------------------------------------------
# A Series
--------------------------------------------------------------*/


.series-a #pattern-1 {
  background: url('pattern.webp') no-repeat -5px -265px;
	width: 115px;
  height: 255px;
}

.series-a #pattern-2 {
  background: url('pattern.webp') no-repeat -123px -261px;
	width: 116px;
  height: 255px;
}

.series-a #pattern-3 {
	background: url('pattern.webp') no-repeat -242px -265px;
	width: 117px;
	height: 255px;
}

.series-a #pattern-4 {
	background: url('pattern.webp') no-repeat -362px -265px;
	width: 115px;
	height: 255px;
}

.series-a #pattern-5 {
	background: url('pattern.webp') no-repeat -480px -265px;
	width: 115px;
	height: 255px;
}

.series-a #pattern-6 {
	background: url('pattern.webp') no-repeat -598px -265px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-7 {
	background: url('pattern.webp') no-repeat -717px -265px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-8 {
	background: url('pattern.webp') no-repeat -837px -265px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-9 {
	background: url('pattern.webp') no-repeat -955px -265px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-10 {
	background: url('pattern.webp') no-repeat -1073px -265px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-11 {
	background: url('pattern.webp') no-repeat -5px -525px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-12 {
	background: url('pattern.webp') no-repeat -125px -525px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-13 {
	background: url('pattern.webp') no-repeat -243px -525px;
	width: 117px;
	height: 255px;
}

.series-a #pattern-14 {
	background: url('pattern.webp') no-repeat -363px -525px;
	width: 117px;
	height: 255px;
}

.series-a #pattern-15 {
	background: url('pattern.webp') no-repeat -483px -525px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-16 {
	background: url('pattern.webp') no-repeat -602px -525px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-17 {
	background: url('pattern.webp') no-repeat -721px -525px;
	width: 116px;
	height: 255px;
}

.series-a #pattern-18 {
	background: url('pattern.webp') no-repeat -840px -525px;
	width: 117px;
	height: 255px;
}

.series-a #pattern-19 {
	background: url('pattern.webp') no-repeat -960px -525px;
	width: 117px;
	height: 255px;
}

.series-a #pattern-20 {
	background: url('pattern.webp') no-repeat -1080px -525px;
	width: 116px;
	height: 255px;
}

/*--------------------------------------------------------------
# B Series
--------------------------------------------------------------*/

.series-b #pattern-1 {
	background: url('pattern.webp') no-repeat -5px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-2 {
	background: url('pattern.webp') no-repeat -110px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-3 {
	background: url('pattern.webp') no-repeat -215px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-4 {
	background: url('pattern.webp') no-repeat -320px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-5 {
	background: url('pattern.webp') no-repeat -425px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-6 {
	background: url('pattern.webp') no-repeat -530px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-7 {
	background: url('pattern.webp') no-repeat -635px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-8 {
	background: url('pattern.webp') no-repeat -740px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-9 {
	background: url('pattern.webp') no-repeat -845px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-10 {
	background: url('pattern.webp') no-repeat -950px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-11 {
	background: url('pattern.webp') no-repeat -1055px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-12 {
	background: url('pattern.webp') no-repeat -1160px -800px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-13 {
	background: url('pattern.webp') no-repeat -5px -1255px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-14 {
	background: url('pattern.webp') no-repeat -110px -1255px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-15 {
	background: url('pattern.webp') no-repeat -215px -1255px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-16 {
	background: url('pattern.webp') no-repeat -320px -1255px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-17 {
	background: url('pattern.webp') no-repeat -425px -1255px;
	width: 102px;
	height: 450px;
}

.series-b #pattern-18 {
	background: url('pattern.webp') no-repeat -530px -1255px;
	width: 102px;
	height: 450px;
}



.series-c #pattern-1 {
	background: url('pattern.webp') no-repeat -5px -1725px;
	width: 133px;
	height: 214px;
}

.series-c #pattern-2 {
	background: url('pattern.webp') no-repeat -145px -1725px;
	width: 132px;
	height: 214px;
}

.series-c #pattern-3 {
	background: url('pattern.webp') no-repeat -284px -1725px;
	width: 133px;
	height: 214px;
}

.series-c #pattern-4 {
	background: url('pattern.webp') no-repeat -423px -1725px;
	width: 133px;
	height: 214px;
}

.series-c #pattern-5 {
	background: url('pattern.webp') no-repeat -562px -1725px;
	width: 134px;
	height: 214px;
}

.series-c #pattern-6 {
	background: url('pattern.webp') no-repeat -701px -1725px;
	width: 134px;
	height: 214px;
}

.series-c #pattern-7 {
	background: url('pattern.webp') no-repeat -841px -1725px;
	width: 134px;
	height: 214px;
}

.series-c #pattern-8 {
	background: url('pattern.webp') no-repeat -981px -1725px;
	width: 134px;
	height: 214px;
}

.series-c #pattern-9 {
	background: url('pattern.webp') no-repeat -1121px -1725px;
	width: 134px;
	height: 214px;
}

.series-c #pattern-10 {
	background: url('pattern.webp') no-repeat -5px -1944px;
	width: 134px;
	height: 216px;
}

.series-c #pattern-11 {
	background: url('pattern.webp') no-repeat -145px -1944px;
	width: 132px;
	height: 217px;
}

.series-c #pattern-12 {
	background: url('pattern.webp') no-repeat -284px -1944px;
	width: 134px;
	height: 217px;
}

.series-c #pattern-13 {
	background: url('pattern.webp') no-repeat -423px -1944px;
	width: 133px;
	height: 217px;
}

.series-c #pattern-14 {
	background: url('pattern.webp') no-repeat -563px -1944px;
	width: 134px;
	height: 217px;
}

.series-c #pattern-15 {
	background: url('pattern.webp') no-repeat -701px -1944px;
	width: 133px;
	height: 217px;
}

.series-c #pattern-16 {
	background: url('pattern.webp') no-repeat -841px -1944px;
	width: 134px;
	height: 217px;
}





.series-d #pattern-1 {
	background: url('pattern.webp') no-repeat -5px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-2 {
	background: url('pattern.webp') no-repeat -179px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-3 {
	background: url('pattern.webp') no-repeat -353px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-4 {
	background: url('pattern.webp') no-repeat -527px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-5 {
	background: url('pattern.webp') no-repeat -701px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-6 {
	background: url('pattern.webp') no-repeat -875px -2181px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-7 {
	background: url('pattern.webp') no-repeat -5px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-8 {
	background: url('pattern.webp') no-repeat -179px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-9 {
	background: url('pattern.webp') no-repeat -353px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-10 {
	background: url('pattern.webp') no-repeat -527px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-11 {
	background: url('pattern.webp') no-repeat -701px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-12 {
	background: url('pattern.webp') no-repeat -875px -2362px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-13 {
	background: url('pattern.webp') no-repeat -5px -2543px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-14 {
	background: url('pattern.webp') no-repeat -179px -2543px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-15 {
	background: url('pattern.webp') no-repeat -353px -2543px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-16 {
	background: url('pattern.webp') no-repeat -527px -2543px;
	width: 170px;
	height: 176px;
}

.series-d #pattern-17 {
	background: url('pattern.webp') no-repeat -701px -2543px;
	width: 170px;
	height: 175px;
}

.series-d #pattern-18 {
	background: url('pattern.webp') no-repeat -875px -2543px;
	width: 170px;
	height: 175px;
}

.series-d #pattern-19 {
	background: url('pattern.webp') no-repeat -5px -2724px;
	width: 170px;
	height: 175px;
}

.series-d #pattern-20 {
	background: url('pattern.webp') no-repeat -179px -2724px;
	width: 170px;
	height: 175px;
}

.series-d #pattern-21 {
	background: url('pattern.webp') no-repeat -353px -2724px;
	width: 170px;
	height: 175px;
}





.series-e #pattern-1 {
	background: url('pattern.webp') no-repeat -5px -2919px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-2 {
	background: url('pattern.webp') no-repeat -181px -2919px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-3 {
	background: url('pattern.webp') no-repeat -357px -2919px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-4 {
	background: url('pattern.webp') no-repeat -533px -2919px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-5 {
	background: url('pattern.webp') no-repeat -709px -2919px;
	width: 173px;
	height: 174px;
}

.series-e #pattern-6 {
	background: url('pattern.webp') no-repeat -886px -2919px;
	width: 171px;
	height: 173px;
}

.series-e #pattern-7 {
	background: url('pattern.webp') no-repeat -1061px -2919px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-8 {
	background: url('pattern.webp') no-repeat -5px -3096px;
	width: 172px;
	height: 174px;
}

.series-e #pattern-9 {
	background: url('pattern.webp') no-repeat -181px -3096px;
	width: 173px;
	height: 174px;
}

.series-e #pattern-10 {
	background: url('pattern.webp') no-repeat -358px -3096px;
	width: 172px;
	height: 174px;
}

.series-e #pattern-11 {
	background: url('pattern.webp') no-repeat -534px -3096px;
	width: 171px;
	height: 172px;
}

.series-e #pattern-12 {
	background: url('pattern.webp') no-repeat -709px -3096px;
	width: 172px;
	height: 174px;
}

.series-e #pattern-13 {
	background: url('pattern.webp') no-repeat -885px -3096px;
	width: 171px;
	height: 173px;
}

.series-e #pattern-14 {
	background: url('pattern.webp') no-repeat -1060px -3096px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-15 {
	background: url('pattern.webp') no-repeat -5px -3274px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-16 {
	background: url('pattern.webp') no-repeat -181px -3274px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-17 {
	background: url('pattern.webp') no-repeat -358px -3274px;
	width: 172px;
	height: 173px;
}

.series-e #pattern-18 {
	background: url('pattern.webp') no-repeat -534px -3274px;
	width: 172px;
	height: 173px;
}



.series-f #pattern-1 {
	background: url('pattern.webp') no-repeat -5px -3467px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-2 {
	background: url('pattern.webp') no-repeat -314px -3467px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-3 {
	background: url('pattern.webp') no-repeat -622px -3467px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-4 {
	background: url('pattern.webp') no-repeat -931px -3467px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-5 {
	background: url('pattern.webp') no-repeat -5px -3559px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-6 {
	background: url('pattern.webp') no-repeat -314px -3559px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-7 {
	background: url('pattern.webp') no-repeat -622px -3559px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-8 {
	background: url('pattern.webp') no-repeat -931px -3559px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-9 {
	background: url('pattern.webp') no-repeat -5px -3651px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-10 {
	background: url('pattern.webp') no-repeat -314px -3651px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-11 {
	background: url('pattern.webp') no-repeat -622px -3651px;
	width: 301px;
	height: 87px;
}

.series-f #pattern-12 {
	background: url('pattern.webp') no-repeat -931px -3651px;
	width: 301px;
	height: 87px;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

#map-location {
  background-color: #F8F8F8;
}

#contact-right {
  background: url('contact.png') no-repeat -2px -3px;
	width: 748px;
	height: 536px;
}

@media (max-width: 991px) {
  #contact-right {
    background: url('contact.png') no-repeat -2px -541px;
    width: 1000px;
    height: 355px;
  }
}

@media (max-width: 576px) {
  #contact-right {
    background: url('contact.png') no-repeat -480px -541px;
    width: 1000px;
    height: 355px;
  }
}

#contact-getintouch {
  display: inline-flex;
}

#getintouch-right {
  padding: 0;
}

#getintouch #getintouch-left #intouch-text {
  padding: 66px;
  font-size: 30px;
}

#upload {
  margin-left: 1.5rem;
}

#file-input {
  padding-left: 0;
  padding-top: 15px;
  box-shadow: none;
  border-radius: 0;
}

#file-input::-webkit-file-upload-button {
  color: white;
  display: inline-block;
  background: #007BD6;
  border: none;
  border-radius: 10px;
  padding: 7px 15px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 10pt;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

#contact {
  margin: auto;
  background: url('map.jpg') no-repeat center;
}

.accordion {
  margin: 0px 25px;
}

.card {
  margin-bottom: 15px;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
  border: none;
  background-color: #ffffff;
}

.card-header h2 .btn {  
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 1px;
  color: #000000;
}

.card-body {
  padding-left: 35px;
  background: #f5f5f5;
}

#upload-btn {
  padding: 0;
  margin-left: 25px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.submit-btn {
  margin-left: 25px;
  outline: none;
}


.contain-map {
  text-align: center;
}

.contain-map .text-contain {
  display: inline-flex;
}

.contain-map .text-contain .unit {
  padding: 30px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  transition: 0.8s ease;
}

.contain-map .text-contain .unit:hover {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.contain-map .text-contain .unit a {
  color: #000000;
  transition: 0.8s ease;
}

.contain-map .text-contain .unit a:hover {
  color: #007BD6;
}

.contain-map .text-contain #unit-3 {
  border: none;
  padding: 34px;
}

.contain-map .text-contain .unit p {
  margin: 0;
}



/*--------------------------------------------------------------
# Engineering-Services
--------------------------------------------------------------*/

#engineering-right {
  background: url('engineering-services.webp') no-repeat -2px -3px;
	width: 748px;
	height: 536px;
}

@media (max-width: 991px) {
  #engineering-right {
    background: url('engineering-services.webp') no-repeat -2px -541px;
    width: 1000px;
    height: 355px;
  }
}

@media (max-width: 576px) {
  #engineering-right {
    background: url('engineering-services.webp') no-repeat -150px -541px;
    width: 1000px;
    height: 355px;
  }
}

.engineering-bottom {
  background-color: #F8F8F8;
}

#powder-coating {
  margin: auto;
  padding: 10px;
  padding-bottom: 0;
  transition: all 0.4s;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

#powdercoating-hero .hero-bottom h2 {
  margin-bottom: 0px;
}

#powder-coating h4 {
  margin: 0;
  padding: 15px;
  font-weight: 600;
}

#powder-coating .img-contain {
  background: url('engineering-services.webp') no-repeat -2px -898px;
	width: 1000px;
	height: 250px;
}

@media (max-width: 991px) {
  #powder-coating .img-contain {
    background-position-x: -185px;
    background-position-y: -898px;
  }
}

@media (max-width: 576px) {
  #powder-coating .img-contain {
    background-position-x: -280px;
    background-position-y: -898px;
  }
}

#powder-coating a {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}

#engineering #title-bar {
  margin: auto;
}

#engineering #title-bar h6 {
  margin: 0;
  padding: 20px;
  margin-top: 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#engineering #title-bar #machine-make {
  background-color: #007BD6;
  color: #ffffff;
}

.manufacturing-options-contain {
  margin: auto;
  padding: 5px;
  padding-bottom: 0;
  margin-top: 30px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 0.20);
  transition: all 0.4s;
}

.manufacturing-options-contain a {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}


.manufacturing-option {
  display: inline-flex;
  padding: 0;
}

.company-logo-sm {
  padding-bottom: 105px;
  margin: auto;
}



.manufacturing-option .right .text-contain {
  padding-left: 35px;
}


.manufacturing-option .right .text-contain h4 {
  font-weight: 600;
}

.manufacturing-option .right .text-contain h6 span {
  padding-right: 10px;
  font-size: 30px;
  font-weight: 600;
}

/* 1 */

#manufacturing-option-1 .left {
	background: url('manufacture.webp') no-repeat -7px -5px;
	height: 200px;
}

#manufacturing-option-1 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat 20px -670px;
	width: 169px;
	height: 97px;
}

/* 2 */

#manufacturing-option-2 .left {
	background: url('manufacture.webp') no-repeat -460px -5px;
	height: 200px;
}

#manufacturing-option-2 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -216px -658px;
	width: 203px;
	height: 109px;
}

/* 3 */

#manufacturing-option-3 .left {
	background: url('manufacture.webp') no-repeat -913px -5px;
	height: 200px;
}

#manufacturing-option-3 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -420px -647px;
	width: 112px;
	height: 119px;
}

/* 4 */

#manufacturing-option-4 .left {
	background: url('manufacture.webp') no-repeat -1366px -5px;
	height: 200px;
}

#manufacturing-option-4 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -605px -639px;
	width: 127px;
	height: 127px;
}

/* 5 */

#manufacturing-option-5 .left {
	background: url('manufacture.webp') no-repeat -7px -208px;
	height: 200px;
}

#manufacturing-option-5 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -800px -686px;
	width: 117px;
	height: 30px;
}

/* 6 */

#manufacturing-option-6 .left {
	background: url('manufacture.webp') no-repeat -460px -208px;
	height: 200px;
}

#manufacturing-option-6 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -1046px -644px;
	width: 167px;
	height: 96px;
}

/* 7 */

#manufacturing-option-7 .left {
	background: url('manufacture.webp') no-repeat -913px -208px;
	height: 200px;
}

#manufacturing-option-7 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -1260px -639px;
	width: 143px;
	height: 127px;
}

/* 8 */

#manufacturing-option-8 .left {
	background: url('manufacture.webp') no-repeat -1366px -208px;
	height: 200px;
}

#manufacturing-option-8 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat 40px -796px;
	width: 135px;
	height: 31px;
}

/* 9 */

#manufacturing-option-9 .left {
	background: url('manufacture.webp') no-repeat -7px -411px;
	height: 200px;
}

#manufacturing-option-9 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -165px -796px;
	width: 123px;
	height: 51px;
}

/* 10 */

#manufacturing-option-10 .left {
	background: url('manufacture.webp') no-repeat -460px -411px;
	height: 200px;
}

#manufacturing-option-10 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -370px -796px;
	width: 151px;
	height: 51px;
}

/* 11 */

#manufacturing-option-11 .left {
	background: url('manufacture.webp') no-repeat -913px -411px;
	height: 200px;
}

#manufacturing-option-11 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -800px -773px;
	width: 100px;
	height: 62px;
}

/* 12 */

#manufacturing-option-12 .left {
	background: url('manufacture.webp') no-repeat -1366px -411px;
	height: 200px;
}

#manufacturing-option-12 .company-logo {
  background: url('manufacture%c3%a2%c2%80%c2%931.html') no-repeat -165px -796px;
	width: 123px;
	height: 51px;
}


@media (max-width: 991px) {
  .manufacturing-option {
    display: block;
    padding: 0;
  }

  .manufacturing-option .right {
    padding: 35px 0;
    text-align: center;
  }

  #manufacturing-option-1 .company-logo {
    background-position-x: -10px;
  }

  #manufacturing-option-2 .company-logo {
    background-position-x: -217px;
    background-position-y:  -669px;
  }

  #manufacturing-option-3 .company-logo {
    background-position-x: -471px;
  }

  #manufacturing-option-4 .company-logo {
    background-position-x: -660px;
  }

  #manufacturing-option-5 .company-logo {
    background-position-x: -844px;
    background-position-y: -664px;
  }

  #manufacturing-option-7 .company-logo {
    background-position-x: -1282px;
  }

  #manufacturing-option-8 .company-logo {
    background-position-x: -5px;
    background-position-y: -770px;
  }

  #manufacturing-option-9 .company-logo {
    background-position-x: -212px;
  }

  #manufacturing-option-10 .company-logo {
    background-position-x: -402px;
  }

  #manufacturing-option-11 .company-logo {
    background-position-x: -844px;
  }

  #manufacturing-option-12 .company-logo {
    background-position-x: -212px;
  }




  #manufacturing-option-1 .left {
    background-position-x: -100px;
    background-position-y: -903px;
  }

  #manufacturing-option-2 .left {
    background-position-x: -50px;
    background-position-y: -1106px;
  }
  
  #manufacturing-option-3 .left {
    background-position-x: -65px;
    background-position-y: -1309px;
  }

  #manufacturing-option-4 .left {
    background-position-x: -100px;
    background-position-y: -1512px;
  }

  #manufacturing-option-5 .left {
    background-position-x: -100px;
    background-position-y: -1715px;
  }

  #manufacturing-option-6 .left {
    background-position-x: -1155px;
    background-position-y: -903px;
  }

  #manufacturing-option-7 .left {
    background-position-x: -1050px;
    background-position-y: -1106px;
  }

  #manufacturing-option-8 .left {
    background-position-x: -1050px;
    background-position-y: -1309px;
  }

  #manufacturing-option-9 .left {
    background-position-x: -953px;
    background-position-y: -1512px;
  }

  #manufacturing-option-10 .left {
    background-position-x: -953px;
    background-position-y: -1715px;
  }

  #manufacturing-option-11 .left {
    background-position-x: -1888px;
    background-position-y: -903px;
  }

  #manufacturing-option-12 .left {
    background-position-x: -1970px;
    background-position-y: -1106px;
  }

}


@media (max-width: 576px) {

  #manufacturing-option-1 .left {
    background-position-x: -285px;
  }

  #manufacturing-option-2 .left {
    background-position-x: -215px;
    background-position-y: -1106px;
  }
  
  #manufacturing-option-3 .left {
    background-position-x: -260px;
    background-position-y: -1309px;
  }

  #manufacturing-option-4 .left {
    background-position-x: -290px;
    background-position-y: -1512px;
  }

  #manufacturing-option-5 .left {
    background-position-x: -300px;
    background-position-y: -1715px;
  }

  #manufacturing-option-6 .left {
    background-position-x: -1328px;
    background-position-y: -903px;
  }

  #manufacturing-option-7 .left {
    background-position-x: -1215px;
    background-position-y: -1106px;
  }

  #manufacturing-option-8 .left {
    background-position-x: -1215px;
    background-position-y: -1309px;
  }

  #manufacturing-option-9 .left {
    background-position-x: -1075px;
    background-position-y: -1512px;
  }

  #manufacturing-option-10 .left {
    background-position-x: -1100px;
    background-position-y: -1715px;
  }

  #manufacturing-option-11 .left {
    background-position-x: -2165px;
    background-position-y: -903px;
  }

  #manufacturing-option-12 .left {
    background-position-x: -2150px;
    background-position-y: -1106px;
  }

}

.manufacturing-options-contain:hover , #powder-coating:hover {
  box-shadow: 0px 0px 40px rgb(0 0 0 / 25%);
}



/*--------------------------------------------------------------
# Powder-Coating
--------------------------------------------------------------*/

#powder-we-use {
  padding-bottom: 0;
  padding-top: 0;
}

#powdercoating-hero #powdercoating-top {
	background: url('powder-coating.webp') no-repeat -155px -3px;
	width: 1331px;
	height: 390px;
}


#powder-we-use-contain #powder-we-use-left {
  background: url('powder-coating.webp') no-repeat -380px -910px;
  background-position-x: center;
	height: 242px;
}

#powder-we-use-right {
  padding: 30px 50px;
  background-color: #F8F8F8;
  color: #000000;
}

.powdercoating h3 {
  margin: 0;
  margin-top: 25px;
  letter-spacing: 1px;
}

#powder-we-use-right p , .powdercoating ul {
  padding: 15px 0;
}

#treatment {
  border-top: 1px solid #efefef;
}

#treatment-right , #coating-booth-right {
  padding-left: 50px;
}

.powdercoating ul {
  margin: 0;
}

.powdercoating ul li {
  list-style: none;
  padding: 3px 0;
  letter-spacing: 1px;
}

#treatment-contain #treatment-left {
  background: url('powder-coating.webp') no-repeat -10px -1175px;
	width: 480px;
	height: 345px;
}


#drying-oven {
  background-color: #F8F8F8;
}

#drying-oven-left , #coating-oven-left{
  text-align: right;
  padding-right: 50px;
}

#drying-oven-left h3 {
  margin: 0;
}

#drying-oven-right {
  background: url('powder-coating.webp') no-repeat -980px -1175px;
	width: 480px;
	height: 345px;
}


#coating-booth-left {
  background: url('powder-coating.webp') no-repeat -495px -1175px;
  background-position-x: center;
  height: 345px;
}


#coating-oven {
  background-color: #F8F8F8;
}


#coating-oven-right {
  background: url('powder-coating.webp') no-repeat -10px -1525px;
	width: 480px;
	height: 345px;
}


#instruments-left .text-contain {
  margin-top: 25px;
  display: inline-flex;
}

#instruments-left h5 {
  padding: 5px;
  padding-left: 15px;
  font-weight: 300;
}

#instruments-left ul {
  display: inline-flex;
}

#instruments-left ul li {
  padding-left: 15px;
}


#quality-check {
  background-color: #F8F8F8;
  text-align: center;
}

#quality-check-top {
  background: url('powder-coating.webp') no-repeat -235px -2950px;
  background-position-x: center;
  height: 264px;
}

#quality-check .text-contain {
  padding: 0;
  padding-top: 35px;
}

#quality-check .text-contain h5 {
  line-height: 1.5;
  padding: 0px 30px;
  font-weight: 300;
}


#inhouse-development-contain {
  margin-left: -43px;
}


@media (max-width: 991px) {

  #powder-we-use-right {
    margin-top: 50px;
  }

  #powdercoating-hero #powdercoating-top {
    background: url('powder-coating.webp') no-repeat -265px -395px;
    height: 260px;
  }

  #treatment-contain #treatment-left {
    background: url('powder-coating.webp') no-repeat -235px -1885px;
    background-position-x: center;
    height: 345px;
  }

  #drying-oven-right {
    background: url('powder-coating.webp') no-repeat -228px -2588px;
    height: 359px;
  }

  #coating-booth-left {
    background: url('powder-coating.webp') no-repeat -235px -2240px;
    background-position-x: center;
    height: 345px;
  }

  #coating-oven-left {
    text-align: center;
    padding-right: 0px;
  }

  #instruments-left .text-contain {
    display: block;
  }

}

@media (max-width: 767px) {

  #inhouse-development-contain {
    margin-left: -15px;
  }

  #powdercoating-hero #powdercoating-top {
    background: url('powder-coating.webp') no-repeat -485px -395px;
    height: 260px;
  }

  #treatment-right , #coating-booth-right {
    padding-left: 20px;
  }

  #drying-oven-left {
    padding-right: 20px;
  }

}

@media (max-width: 480px) {
  #powdercoating-hero #powdercoating-top {
    background: url('powder-coating.webp') no-repeat -449px -657px;
    background-position-x: center;
    height: 237px;
  }

  #powder-we-use-contain #powder-we-use-left {
    background: url('powder-coating.webp') no-repeat -585px -1595px;
    background-position-x: center;
    height: 173px;
  }
}





/*--------------------------------------------------------------
# Architectural
--------------------------------------------------------------*/

#architectural-bottom {
  padding-bottom: 35px;
}

#architectural .section-title h3 {
  margin: 0;
  padding: 0 25px;
}

.manufacturing-options-contain .manufacturing-option .right .text-contain {
  margin: auto;
  padding: 0;
}

.manufacturing-options-contain .manufacturing-option .right .text-contain h2 {
  margin: 0;
  font-weight: 600;
  padding: 0 15px;
}

#architectural-right #arch-1 {
	background: url('architectural-services.webp') no-repeat -2px -3px;
	width: 748px;
	height: 536px;
}

#architectural-right #arch-2 {
	background: url('architecture-2.jpg') no-repeat 10px -350px;
	width: 748px;
	height: 536px;
}

.manufacturing-options-contain #architectural-option-1 .left {
  background: url('architectural-services.webp') no-repeat -51px -911px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-2 .left {
  background: url('architectural-services.webp') no-repeat -504px -911px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-3 .left {
  background: url('architectural-services.webp') no-repeat -51px -1114px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-4 .left {
  background: url('architectural-services.webp') no-repeat -504px -1114px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-5 .left {
  background: url('architectural-services.webp') no-repeat -51px -1317px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-6 .left {
  background: url('architectural-services.webp') no-repeat -504px -1317px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-7 .left {
  background: url('architectural-services.webp') no-repeat -51px -1520px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-8 .left {
  background: url('architectural-services.webp') no-repeat -504px -1520px;
	width: 450px;
	height: 200px;
}

.manufacturing-options-contain #architectural-option-9 .left {
  background: url('architectural-services.webp') no-repeat -277px -1723px;
  width: 450px;
	height: 200px;
}


#note {
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  background: #007BD6;
}

#note p {
  margin: 0;
}


@media (max-width: 991px) {
  #architectural-right #arch-1 {
    background: url('architectural-services.webp') no-repeat -2px -541px;
    width: 1000px;
    height: 355px;
  }

  #architectural-right #arch-2 {
    background: url('architecture-2.jpg') no-repeat 10px -350px;
    width: 748px;
    height: 355px;
  }

  .manufacturing-options-contain #architectural-option-1 .left {
    background: url('architectural-services.webp') no-repeat -50px -1938px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-2 .left {
    background: url('architectural-services.webp') no-repeat -50px -2141px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-3 .left {
    background: url('architectural-services.webp') no-repeat -52px -2344px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-4 .left {
    background: url('architectural-services.webp') no-repeat -52px -2547px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-5 .left {
    background: url('architectural-services.webp') no-repeat -50px -2750px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-6 .left {
    background: url('architectural-services.webp') no-repeat -52px -2953px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-7 .left {
    background: url('architectural-services.webp') no-repeat -50px -3156px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-8 .left {
    background: url('architectural-services.webp') no-repeat -50px -3359px;
    width: 904px;
  }
  
  .manufacturing-options-contain #architectural-option-9 .left {
    background: url('architectural-services.webp') no-repeat -50px -3562px;
    width: 904px;
  }

}

@media (max-width: 576px) {
  #architectural-right #arch-1 {
    background: url('architectural-services.webp') no-repeat -320px -541px;
    width: 1000px;
    height: 355px;
  }

  #architectural-right #arch-2 {
    background: url('architecture-2.jpg') no-repeat 10px -430px;
    width: 748px;
    height: 355px;
  }

  .manufacturing-options-contain #architectural-option-1 .left {
    background: url('architectural-services.webp') no-repeat -51px -911px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-2 .left {
    background: url('architectural-services.webp') no-repeat -504px -911px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-3 .left {
    background: url('architectural-services.webp') no-repeat -51px -1114px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-4 .left {
    background: url('architectural-services.webp') no-repeat -504px -1114px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-5 .left {
    background: url('architectural-services.webp') no-repeat -51px -1317px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-6 .left {
    background: url('architectural-services.webp') no-repeat -504px -1317px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-7 .left {
    background: url('architectural-services.webp') no-repeat -51px -1520px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-8 .left {
    background: url('architectural-services.webp') no-repeat -504px -1520px;
    width: 450px;
    height: 200px;
  }
  
  .manufacturing-options-contain #architectural-option-9 .left {
    background: url('architectural-services.webp') no-repeat -277px -1723px;
    width: 450px;
    height: 200px;
  }
}


@media (max-width: 420px) {

  .manufacturing-options-contain .manufacturing-option .right .text-contain h2 {
    font-size: 25px;
  }

  .manufacturing-options-contain #architectural-option-1 .left {
    background-position-x: -160px;
  }
  
  .manufacturing-options-contain #architectural-option-2 .left {
    background-position-x: -565px;
  }
  
  .manufacturing-options-contain #architectural-option-3 .left {
    background-position-x: -160px;
  }
  
  .manufacturing-options-contain #architectural-option-4 .left {
    background-position-x: -575px;
  }
  
  .manufacturing-options-contain #architectural-option-5 .left {
    background-position-x: -85px;
  }
  
  .manufacturing-options-contain #architectural-option-6 .left {
    background-position-x: -575px;
  }
  
  .manufacturing-options-contain #architectural-option-7 .left {
    background-position-x: -145px;
  }
  
  .manufacturing-options-contain #architectural-option-8 .left {
    background-position-x: -605px;
  }
  
  .manufacturing-options-contain #architectural-option-9 .left {
    background-position-x: -365px;
  }
}






#rd-hero .carousel-indicators li {
  background-color: #cacaca;
}

#rd-hero .carousel-indicators .active {
  background-color: #5a5a5a;
}

#rd-hero .carousel-caption {
  display: table;
  margin-right: auto;
}

#rd-hero .carousel-caption .text-left {
  display: table-cell;
  vertical-align: middle;
}

#rd-center #carousel-caption {
  color: #000000;
}

#rd-center #carousel-caption h3 {
  font-size: 35px;
}

.carousel-caption-2 {
  padding-left: 50px;
}

#rd-hero #rd-bottom {
  background-color: #F8F8F8;
}


.development {
  text-align: center;
  padding-bottom: 0;
}

.part-center {
  display: none;
}

.development .section-contain {
  display: inline-block;
  padding: 35px 0;
}

.development .section-contain h3 {
  letter-spacing: 1px;
  font-weight: 700;
  color: #000000;
}

.development .section-contain .filter {
  padding: 30px 10px 25px;
}

.development .section-contain .filter .btn {
  padding: 0;
  padding: 10px 60px;
  color: #000;
  letter-spacing: 1px;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}


.development .section-contain .filter .btn-active {
  background-color: #007BD6;
  color: #ffffff;
}


.development .section-contain .filter a button {
  border: 0;
}


#assembly-center .carousel-indicators {
  margin: 3px;
}

#assembly-center .carousel-indicators li {
  background-color: #5a5a5a;
}

.development #assembly-dev {
  background: url('r%26d.webp') no-repeat 0px 0px;
  background-position-x: center;
  height: 300px;
}

.development #part-dev {
  background: url('r%26d.webp') no-repeat 0 -330px;
  background-position-x: center;
	height: 300px;
}



#case-study {
  background-color: #F8F8F8;
}

#case-study .section-title h3 span {
  font-size: 21px;
  letter-spacing: 3px;
}

#case-study a {
  color: #000000;
}

#case-study a h4 {
  margin: 0;
}

#case-study .box-img {
  padding: 8px 8px 20px 8px;
}

#case-study-1 #case-study-1box {
	background: url('r%26d.webp') no-repeat -302px -755px;
  background-position-x: center;
  height: 360px;
}

#case-study-2 #case-study-2box {
  background: url('r%26d.webp') no-repeat -302px -1124px;
  background-position-x: center;
  height: 360px;
}


#whyus-rd .box-img {
  padding: 25px 8px 25px 8px;
}

#whyus-rd .box-img h6 {
  margin: 0;
}

#whyus-rd #quotation-box {
  background: url('r%26d.webp') no-repeat -105px -882px;
	width: 92px;
	height: 108px;
}

#whyus-rd #prototype-box {
  background: url('r%26d.webp') no-repeat -100px -1011px;
	width: 102px;
	height: 103px;
}

#whyus-rd #projectmanager-box {
  background: url('r%26d.webp') no-repeat -100px -1136px;
	width: 102px;
	height: 102px;
}

#whyus-rd #delivery-box {
  background: url('r%26d.webp') no-repeat -993px -858px;
	width: 113px;
	height: 104px;
}

#whyus-rd #report-box {
  background: url('r%26d.webp') no-repeat -995px -1001px;
	width: 108px;
	height: 107px;
}

#whyus-rd #otif-box {
  background: url('r%26d.webp') no-repeat -996px -1164px;
	width: 88px;
	height: 88px;
}


.rd-getintouch {
  padding: 50px!important;
  background-color: #007BD6;
  color: #ffffff;
}

.rd-getintouch .section-title h3 {
  color: #ffffff;
}

.rd-getintouch .rd-text-contain .rd-info {
  display: grid!important;
  font-size: 15px!important;
  text-align: center;
}

.rd-getintouch .rd-text-contain .rd-info span {
  margin: auto;
  margin-bottom: 20px;
}

.rd-getintouch .rd-text-contain #getintouch-icon1 {
  background: url('r%26d.webp') no-repeat -66px -1303px;
	width: 60px;
	height: 60px;
}

.rd-getintouch .rd-text-contain #getintouch-icon2 {
  background: url('r%26d.webp') no-repeat -169px -1296px;
	width: 67px;
	height: 67px;
}

.rd-getintouch .rd-text-contain #getintouch-icon3 {
  background: url('r%26d.webp') no-repeat -118px -1380px;
	width: 66px;
	height: 66px;
}


.sub-text {
  font-weight: 300;
}


#btn-rd-getquote {
  padding: 10px 25px;
  color: #3a3a3a;
  border-radius: 1px!important;
  background-color: #ffffff;
}

.rd-getintouch .info .secure {
  margin-top: 10px;
}

.rd-getintouch .info .secure .bx {
  color: #ffffff;
}

.rd-getintouch .info .secure .lock p {
  font-weight: 300;
  margin: 0;
  text-align: left;
  color: #ffffff;
}






#sign-up .section-title {
  display: inline-flex;
  padding-bottom: 0;
}

#sign-up .section-title h3 {
  text-align: left;
}

#sign-up .section-subtitle {
  text-align: center;
}


#sign-up .section-subtitle {
  font-size: 18px;
  margin: auto;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 15px 25px;
  background-color: #007BD6;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}


.part-center .carousel-indicators {
  position: relative;
  margin: 0;
}

.part-center .section-title ol {
  padding: 0;
  display: inline-flex;
  list-style-type: none;
}

.part-center .section-title ol li {
  padding: 10px;
  opacity: 1;
  border: 0;
  background-color: #ffffff;
  margin: 10px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.part-center .section-title ol li:hover {
  margin: 3px;
  box-shadow: 0px 0px 35px rgb(0 0 0 / 20%);
}




.part-center #machining-part {
  background: url('r%26d.webp') no-repeat -410px -1523px;
	width: 39px;
	height: 40px;
}

.part-center #wire-part {
  background: url('r%26d.webp') no-repeat -495px -1525px;
	width: 39px;
	height: 40px;
}


.part-center #tube-part {
  background: url('r%26d.webp') no-repeat -575px -1530px;
	width: 39px;
	height: 36px;
}

.part-center #edm-part {
  background: url('r%26d.webp') no-repeat -655px -1530px;
	width: 39px;
	height: 39px;
}

.part-center #waterjet-part {
  background: url('r%26d.webp') no-repeat -746px -1525px;
	width: 39px;
	height: 42px;
}

.part-center #bending-part {
  background: url('r%26d.webp') no-repeat -410px -1588px;
	width: 39px;
	height: 35px;
}

.part-center #laser-part {
  background: url('r%26d.webp') no-repeat -496px -1586px;
	width: 39px;
	height: 39px;
}

.part-center #fabrication-part {
  background: url('r%26d.webp') no-repeat -573px -1585px;
	width: 39px;
	height: 41px;
}

.part-center #uv-part {
  background: url('r%26d.webp') no-repeat -656px -1590px;
	width: 39px;
	height: 36px;
}

.part-center #powercoating-part {
  background: url('r%26d.webp') no-repeat -745px -1590px;
	width: 39px;
	height: 36px;
}

.part-center #lasermarking-part {
  background: url('r%26d.webp') no-repeat -495px -1645px;
	width: 39px;
	height: 40px;
}

.part-center #router-part {
  background: url('r%26d.webp') no-repeat -655px -1645px;
	width: 39px;
	height: 40px;
}









#machining-dev {
  background: url('development.webp') no-repeat 0 0;
	background-position-x: center;
	height: 367px;
}

#wire-dev {
  background: url('development.webp') no-repeat 0 -382px;
	background-position-x: center;
	height: 367px;
}

#tube-dev {
  background: url('development.webp') no-repeat 0 -764px;
	background-position-x: center;
	height: 367px;
}

#edm-dev {
  background: url('development.webp') no-repeat 0 -1146px;
	background-position-x: center;
	height: 367px;
}

#waterjet-dev {
  background: url('development.webp') no-repeat 0 -1528px;
	background-position-x: center;
	height: 367px;
}

#bending-dev {
  background: url('development.webp') no-repeat 0 -1910px;
	background-position-x: center;
	height: 367px;
}

#laser-dev {
  background: url('development.webp') no-repeat 0 -2292px;
	background-position-x: center;
	height: 367px;
}

#fabrication-dev {
  background: url('development.webp') no-repeat 0 -2674px;
	background-position-x: center;
	height: 367px;
}

#uv-dev {
  background: url('development.webp') no-repeat 0 -3056px;
	background-position-x: center;
	height: 367px;
}

#powdercoating-dev {
  background: url('development.webp') no-repeat 0 -3438px;
	background-position-x: center;
	height: 367px;
}

#lasermarking-dev {
  background: url('development.webp') no-repeat 0 -3820px;
	background-position-x: center;
	height: 367px;
}

#router-dev {
  background: url('development.webp') no-repeat 0 -4202px;
	background-position-x: center;
	height: 367px;
}



@media (max-width: 991px) {

  #rd-center #research-1 {
    margin-top: 15px;
  }
  
  #rd-center #research-2 {
    margin-top: 15px;
  }

  .rd-getintouch .rd-text-contain {
    display: block!important;
  }

  #btn-rd-getquote {
    padding: 10px 50px;
  }

  #sign-up .section-title {
    display: block!important;
  }

  #sign-up .section-title h3 {
    text-align: center;
    margin: 15px 0px 40px 0;
  }

}

@media (max-width: 567px) {

  .development .section-contain .filter {
    display: grid;
  }
  .development .section-contain .filter a {
    margin: 3px;
  }


  #machining-dev {
  background: url('development-sm.webp') no-repeat 0 0;
  background-position-x: center;
	height: 246px;
  }
  
  #wire-dev {
    background: url('development-sm.webp') no-repeat 0 -250px;
    background-position-x: center;
    height: 246px;
  }
  
  #tube-dev {
    background: url('development-sm.webp') no-repeat 0 -499px;    
    background-position-x: center;
    height: 246px;
  }
  
  #edm-dev {
    background: url('development-sm.webp') no-repeat 0 -749px;
    background-position-x: center;
    height: 246px;
  }
  
  #waterjet-dev {
    background: url('development-sm.webp') no-repeat 0 -997px;
    background-position-x: center;
    height: 246px;
  }
  
  #bending-dev {
    background: url('development-sm.webp') no-repeat 0 -1248px;
    background-position-x: center;
    height: 246px;
  }
  
  #laser-dev {
    background: url('development-sm.webp') no-repeat 0 -1497px;
    background-position-x: center;
    height: 246px;
  }
  
  #fabrication-dev {
    background: url('development-sm.webp') no-repeat 0 -1747px;
    background-position-x: center;
    height: 246px;
  }
  
  #uv-dev {
    background: url('development-sm.webp') no-repeat 0 -1998px;
    background-position-x: center;
    height: 246px;
  }
  
  #powdercoating-dev {
    background: url('development-sm.webp') no-repeat 0 -2246px;
    background-position-x: center;
    height: 246px;
  }
  
  #lasermarking-dev {
    background: url('development-sm.webp') no-repeat 0 -2498px;
    background-position-x: center;
    height: 246px;
  }
  
  #router-dev {
    background: url('development-sm.webp') no-repeat 0 -2746px;
    background-position-x: center;
    height: 246px;
  }

}



.note {
  padding: 25px;
  color: white;
  background-color: #007BD6;
}

.note h5 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
}




#video-carousel-example2 {
  height: 530px;
  background-position: center;
  text-align: center;
}

.video-fluid {
  width: 100%;
  height: 530px;
}

#prototype-hero .carousel-indicators {
  margin: 0;
}

#prototype-hero .carousel-indicators li {
  background-color: #000;
}


#prototype-hero #hero-bottom {
  background-color: #F8F8F8;
}

#prototype-hero #hero-bottom h1 {
  padding: 10px;
  padding-bottom: 0;
}

#prototype-hero #hero-bottom h2 {
  margin-bottom: 0;
}


#prototype2-hero {
  padding: 0;
}

#prototype2-hero #proto-embross {
	background: url('prototype.webp') no-repeat 0 -20px;
  background-position-x: center;
	height: 460px;
}

#prototype2-hero #proto-fitcher {
  background: url('prototype.webp') no-repeat 0 -515px;
  background-position-x: center;
	height: 460px;
}

@media (max-width: 720px) {
  #prototype2-hero #proto-embross {
    background: url('prototype.webp') no-repeat 0 -1015px;
    background-position-x: center;
    height: 353px;
  }
  
  #prototype2-hero #proto-fitcher {
    background: url('prototype.webp') no-repeat 0 -1393px;
    background-position-x: center;
    height: 353px;
  }
}



.quality-development .section-contain .filter button {
  color: #ffffff;
  background-color: #007BD6;
}

.quality-development .section-contain .filter button:hover {
  background-color: #0093ff;
}

.quality-development .part-center {
  display: block;
}

.how-it-works .section-title {
  letter-spacing: 1px;
  padding: 30px;
}


.how-it-works .section-title h4 {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 400;
}

.how-it-works .section-title .title-btn {
  margin: auto!important;
  padding: 10px 30px;
  width: fit-content;
  border-radius: 25px;
  background-color: #007BD6;
  color: #ffffff;
}


.how-it-works #howitworks-img {
  margin: auto;
  background: url('production.webp') no-repeat -415px -1458px;
  background-position-x: center;
	height: 1095px;
}

@media (max-width: 907px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -359px -2585px;
    width: 482px;
    height: 836px;
  }
}

@media (max-width: 470px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -380px -2585px;
    width: 482px;
    height: 836px;
  }
}


@media (max-width: 431px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -410px -2585px;
    width: 482px;
    height: 836px;
  }
}

@media (max-width: 413px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -425px -2585px;
    width: 482px;
    height: 836px;
  }
}

@media (max-width: 361px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -432px -2585px;
    width: 482px;
    height: 836px;
  }
}

@media (max-width: 321px) {
  .how-it-works #howitworks-img {
    background: url('production.webp') no-repeat -452px -2585px;
    width: 482px;
    height: 836px;
  }
}


#contact-support .icofont-whatsapp {
  color: #007BD6;
}

.support {
  text-align: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.support .text-contain h2 {
  letter-spacing: 1px;
  font-weight: 700;
}

.support .text-contain h4 {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  margin: auto;
}

.support .text-contain h6 {
  padding: 0 35px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.4;
}

.support a {
  padding: 15px;
  border-radius: 1px;
  display: inline-flex;
  margin-top: 10px;
  background-color: #ffffff;
  border: 0;
  color: #000000;
  transition: 0.6s ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.support a:hover {
  color: #000000;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.support a .icon {
  font-size: 30px;
  display: inline-flex;
  margin-right: 15px;
}

.support a .icofont-whatsapp {
  color: #59F775;
}

.support a .icofont-envelope {
  color: #007BD6;
}

.support a h4 {
  margin: 0;
}




#quality-center {
  background: url('images/Quality%20Control/quality-control.png') no-repeat 0 -20px;
  background-position-x: center;
  height: 460px;
}


#quality-bottom {
  background-color: #F8F8F8;
}


.quality-development .carousel-indicators div li {
  margin: auto;
}

#quality-logo1 {
  background: url('quality-control.webp') no-repeat -520px -8495px;
	width: 146px;
  height: 100px;
  box-shadow: none;
}

#quality-logo2 {
  background: url('quality-control.webp') no-repeat -558px -8615px;
	width: 66px;
  height: 100px;
  box-shadow: none;
}

#quality-logo3 {
  background: url('quality-control.webp') no-repeat -518px -8715px;
	width: 150px;
  height: 100px;
  box-shadow: none;
}

#quality-logo4 {
  background: url('quality-control.webp') no-repeat -518px -8825px;
	width: 144px;
  height: 100px;
  box-shadow: none;
}

.quality-development {
  padding-top: 30px;
  padding-bottom: 0;
}

.development-carousel {
  margin-top: 50px;
}

.quality-development .part-center .section-title {
  padding-bottom: 0;
}

.quality-development .part-center .section-title ol img  {
  margin: 0 15px;
  padding: 15px 0;
  box-shadow: none;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
  transition: all 0.6s ease;
}

.quality-development .part-center .section-title ol img:hover  {
  border-bottom: 3px solid #007BD6;
}


#quality-content1 {
  background: url('quality-control.svg') no-repeat 0 -1934px;
  background-position-x: center;
	height: 460px;
}

#quality-content2 {
  background: url('quality-control.svg') no-repeat 0 -2444px;
  background-position-x: center;
	height: 460px;
}

#quality-content3 {
  background: url('quality-control.svg') no-repeat 0 -2954px;
  background-position-x: center;
	height: 460px;
}

#quality-content4 {
  background: url('quality-control.svg') no-repeat 0 -3464px;
  background-position-x: center;
	height: 752px;
}


#quality-note1 {
  background-color: #007BD6;
  color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1000px) {
  #quality-center {
    background: url('images/Quality%20Control/quality-control.png') no-repeat -322px -576px;
    background-position-x: center;
    height: 651px;
  }
}

@media (max-width: 767px) {
  #quality-center {
    background: url('images/Quality%20Control/quality-control.png') no-repeat -386px -1326px;
    background-position-x: center;
    height: 558px;
  }


  .quality-development .part-center .section-title ol li {
    margin: 0;
  }

}


.quality-development .part-center .section-title ol div li {
  margin: auto;
}

.logo-contain {
  display: inline-block;
}

.quality-development .part-center .section-title .carousel-indicators {
  width: fit-content;
  margin: auto;
}


@media (max-width: 1200px) {
  #quality-content1 {
    background: url('quality-control.svg') no-repeat -370px -4246px;
    background-position-x: center;
    height: 630px;
  }
  
  #quality-content2 {
    background: url('quality-control.svg') no-repeat -370px -4906px;
    background-position-x: center;
    height: 901px;
  }
  
  #quality-content3 {
    background: url('quality-control.svg') no-repeat -370px -5837px;
    background-position-x: center;
    height: 948px;
  }
  
  #quality-content4 {
    background: url('quality-control.svg') no-repeat -370px -6815px;
    background-position-x: center;
    height: 1661px;
  }
}

@media (max-width: 991px) {
  .quality-development .part-center .section-title .carousel-indicators {
    display: inline-block;
  }
}





.quality-mission {
  background-color: #F8F8F8;
}

.quality-mission .points h5 {
  margin: auto;
  font-size: 18px;
  padding: 0 20px!important;
  letter-spacing: 1px;
}

.quality-mission .points img {
  margin: auto;
}

@media (max-width: 676px) {
  .quality-mission .points {
    display: inline-grid!important;
    text-align: center;
  }
  .quality-mission .points img {
    margin-bottom: 10px;
  }
}


.quality-images {
  padding-top: 50px!important;
  background-color: #F8F8F8;
}

.quality-images .img-fluid:hover {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}

.explore-more {
  padding: 30px 0!important;
}

.explore-more .section-title h3 {
  text-align: center!important;
  color: #000000!important;
  font-weight: 700!important;
}










#architectural1-top {
  background: url('architectural-images/architectural-1.webp') no-repeat -2px -2px;
  background-position-x: center;
  height: 355px;
}

#architectural1-top h2 {
  margin: 0;
  padding-top: 0;
}

#architectural1-bottom {
  padding: 35px;
}

#architectural1-bottom #architectural1-hero {
  margin: 0;
}

.pattern-top h2 {
  padding: 0;
  margin: 0;
}

.architectural-section {
  padding: 35px;
}

.architectural-section .carousel-indicators li {
  background-color: #8a8a8a;
}


.architectural-section .btn {
  padding: 25px!important;
  width: 100%!important;
  display: inline-flex;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 5%);
}

.architectural-section .btn .vl {
  height: auto;
  border-left: 1px solid #DEDEDE;
}

.architectural-section .btn i {
  margin: auto;
  font-size: 25px;
}

.architectural-section .btn .text-left p {
  margin-left: 18px;
}

.architectural-section .btn .text-right p {
  margin: auto;
  font-weight: 800;
}

.btn-right {
  margin-left: auto;
}

.scale-left {
  background-color: #F8F8F8;
}

.scale-right {
  background-color: #ffffff;
}

#separation-scale #separation-left {
  background: url('architectural-images/architectural-1.webp') no-repeat -469px -388px;
  background-position-x: center;
  height: 378px;
}

#window-scale #window-right {
  background: url('architectural-images/architectural-1.webp') no-repeat -469px -804px;
  background-position-x: center;
	height: 348px;
}

#privacy-scale #privacy-left {
  background: url('architectural-images/architectural-1.webp') no-repeat -469px -1190px;
  background-position-x: center;
	height: 373px;
}

#rail-scale #rail-right {
  background: url('architectural-images/architectural-1.webp') no-repeat -467px -1601px;
  background-position-x: center;
	height: 348px;
}

#celing-scale #celing-left {
  background: url('architectural-images/architectural-1.webp') no-repeat -469px -1987px;
  background-position-x: center;
	height: 376px;
}

#stairway-scale #stairway-right {
  background: url('architectural-images/architectural-1.webp') no-repeat  -469px -2401px;
  background-position-x: center;
	height: 227px;
}

#pergola-scale #pergola-left {
  background: url('architectural-images/architectural-1.webp') no-repeat -469px -2681px;
  background-position-x: center;
	height: 167px;
}




#architectural2-top {
  background: url('architectural-images/architectural-2.webp') no-repeat -2px -2px;
  background-position-x: center;
  height: 355px;
}


#metal-scale #metal-left {
  background: url('architectural-images/architectural-2.webp') no-repeat -426px -802px;
  background-position-x: center;
	height: 336px;
}

#nonmetal-scale #nonmetal-right {
  background: url('architectural-images/architectural-2.webp') no-repeat -427px -358px;
  background-position-x: center;
	height: 442px;
}






#architectural3-top {
  background: url('architectural-images/architectural-3.webp') no-repeat -2px -2px;
  background-position-x: center;
	height: 354px;
}


#wood2d-scale #wood2d-left #wood2d-left1 {
  background: url('architectural-images/architectural-3.webp') no-repeat -101px -420px;
	width: 424px;
	height: 329px;
}

#wood2d-scale #wood2d-left #wood2d-left2 {
  background: url('architectural-images/architectural-3.webp') no-repeat -699px -447px;
	width: 500px;
	height: 275px;
}



#wood3d-scale #wood3d-right #wood3d-right1 {
  background: url('architectural-images/architectural-3.webp') no-repeat -540px -836px;
  background-position-x: center;	
  height: 335px;
}

#wood3d-scale #wood3d-right #wood3d-right2 {
  background: url('architectural-images/architectural-3.webp') no-repeat -439px -1193px;
  background-position-x: center;	
	height: 352px;
}

#wood3d-scale #wood3d-right #wood3d-right3 {
  background: url('architectural-images/architectural-3.webp') no-repeat -439px -1562px;
  background-position-x: center;	
	height: 352px;
}





#brass-scale #brass-left #brass-left1 {
  background: url('architectural-images/architectural-3.webp') no-repeat -528px -2047px;
  background-position-x: center;	
	height: 411px;
}

#brass-scale #brass-left #brass-left2 {
  background: url('architectural-images/architectural-3.webp') no-repeat -515px -2475px;
  background-position-x: center;	
	height: 411px;
}




#stone-scale #stone-right #stone-right1 {
  background: url('architectural-images/architectural-3.webp') no-repeat -442px -3035px;
  background-position-x: center;	
	height: 405px;
}

#stone-scale #stone-right #stone-right2 {
  background: url('architectural-images/architectural-3.webp') no-repeat -430px -3478px;
  background-position-x: center;	
	height: 416px;
}

#stone-scale #stone-right #stone-right3 {
  background: url('architectural-images/architectural-3.webp') no-repeat -520px -3911px;
  background-position-x: center;	
	height: 416px;
}




#corian-scale #corian-left #corian-left1 {
  background: url('architectural-images/architectural-3.webp') no-repeat -364px -4508px;
  background-position-x: center;	
	height: 343px;
}

#corian-scale #corian-left #corian-left2 {
  background: url('architectural-images/architectural-3.webp') no-repeat -483px -4916px;
  background-position-x: center;	
	height: 349px;
}




#architectural4-top {
  background: url('architectural-images/architectural-4.webp') no-repeat -2px 0px;
  background-position-x: center;
	height: 355px;
}


#metallic-scale #metallic-left {
  background: url('architectural-images/architectural-4.webp') no-repeat -387px -436px;
  background-position-x: center;	
	height: 584px;
}



#architectural5-top {
  background: url('architectural-images/architectural-5.webp') no-repeat -2px -2px;
  background-position-x: center;	
	height: 355px;
}

#doordesign-scale #doordesign-left {
  background: url('architectural-images/architectural-5.webp') no-repeat -546px -446px;
  background-position-x: center;	
	height: 436px;
}

#carveddoor-scale #carveddoor-right {
  background: url('architectural-images/architectural-5.webp') no-repeat -519px -1000px;
  background-position-x: center;	
	height: 554px;
}

#panel-scale #panel-left {
  background: url('architectural-images/architectural-5.webp') no-repeat -422px -1654px;
  background-position-x: center;	
	height: 596px;
}

#metaldoor-scale #metaldoor-right {
  background: url('architectural-images/architectural-5.webp') no-repeat -490px -2365px;
  background-position-x: center;	
	height: 491px;
}

#main-entrance-scale #main-entrance-left {
  background: url('architectural-images/architectural-5.webp') no-repeat -340px -2955px;
  background-position-x: center;	
	height: 451px;
}



#architectural6-top {
  background: url('architectural-images/architectural-6.webp') no-repeat -2px -2px;
  background-position-x: center;	
	height: 355px;
}


#metal-letters-scale #metal-letters-left #metal-letters-left1 {
  background: url('architectural-images/architectural-6.webp') no-repeat -430px -438px;
  background-position-x: center;	
	height: 542px;
}

#metal-letters-scale #metal-letters-left #metal-letters-left2 {
  background: url('architectural-images/architectural-6.webp') no-repeat -430px -1135px;
  background-position-x: center;	
	height: 356px;
}

#metal-letters-scale #metal-letters-left #metal-letters-left3 {
  background: url('architectural-images/architectural-6.webp') no-repeat -449px -3405px;
  background-position-x: center;	
	height: 370px;
}


#wooden-walls-letters-scale #wooden-walls-letters-right #wooden-walls-letters-right1 {
  background: url('architectural-images/architectural-6.webp') no-repeat -374px -1729px;
  background-position-x: center;	
	height: 297px;
}

#wooden-walls-letters-scale #wooden-walls-letters-right #wooden-walls-letters-right2 {
  background: url('architectural-images/architectural-6.webp') no-repeat -374px -2366px;
  background-position-x: center;	
	height: 253px;
}



#plastic-letters-scale #plastic-letters-left {
  background: url('architectural-images/architectural-6.webp') no-repeat -394px -2949px;
  background-position-x: center;	
	height: 277px;
}





#architectural7-top {
  background: url('architectural-images/architectural-7.webp') no-repeat -2px -2px;
  background-position-x: center;	
	height: 355px;
}

#granite-inlay-scale #granite-inlay-left {
  background: url('architectural-images/architectural-7.webp') no-repeat -401px -545px;
  background-position-x: center;	
	height: 775px;
}






#architectural8-top {
  background: url('architectural-images/architectural-8.webp') no-repeat -2px -2px;
  background-position-x: center;	
	height: 355px;
}

#logo-cutting-scale #logo-cutting-left {
  background: url('architectural-images/architectural-8.webp') no-repeat  -434px -545px;
  background-position-x: center;	
	height: 478px;
}

#table-scale #table-right {
  background: url('architectural-images/architectural-8.webp') no-repeat -434px -1078px;
  background-position-x: center;	
	height: 334px;
}

#lamp-scale #lamp-left {
  background: url('architectural-images/architectural-8.webp') no-repeat -434px -1457px;
  background-position-x: center;	
	height: 327px;
}

#clock-scale #clock-right {
  background: url('architectural-images/architectural-8.webp') no-repeat -449px -1840px;
  background-position-x: center;	
	height: 233px;
}




#architectural9-top {
  background: url('architectural-images/architectural-9.webp') no-repeat -2px -2px;
  background-position-x: center;	
	height: 355px;
}

#uv-acrylic-scale #uv-acrylic-left {
  background: url('architectural-images/architectural-9.webp') no-repeat  -486px -537px;
  background-position-x: center;	
	height: 209px;
}

#tiles-printing-scale #tiles-printing-right {
  background: url('architectural-images/architectural-9.webp') no-repeat -421px -808px;
  background-position-x: center;	
	height: 313px;
}

#canvas-printing-scale #canvas-printing-left {
  background: url('architectural-images/architectural-9.webp') no-repeat  -419px -1182px;
  background-position-x: center;	
	height: 250px;
}

#metal-uv-printing-scale #metal-uv-printing-right {
  background: url('architectural-images/architectural-9.webp') no-repeat -419px -1494px;
  background-position-x: center;	
	height: 312px;
}

#jaali-cutting-printing-scale #jaali-cutting-printing-left {
  background: url('architectural-images/architectural-9.webp') no-repeat -419px -1868px;
  background-position-x: center;	
	height: 370px;
}

#form-printing-scale #form-printing-right {
  background: url('architectural-images/architectural-9.webp') no-repeat -419px -2300px;
  background-position-x: center;	
	height: 235px;
}

#kitchenshutter-printing-scale #kitchenshutter-printing-left {
  background: url('architectural-images/architectural-9.webp') no-repeat -419px -2596px;
  background-position-x: center;	
	height: 163px;
}

#laminate-sheet-printing-scale #laminate-sheet-printing-right {
  background: url('architectural-images/architectural-9.webp') no-repeat -419px -2821px;
  background-position-x: center;	
	height: 180px;
}

#office-partition-scale #office-partition-left {
  background: url('architectural-images/architectural-9.webp') no-repeat -417px -3064px;
  background-position-x: center;	
	height: 183px;
}

#veneer-printing-scale #veneer-printing-right {
  background: url('architectural-images/architectural-9.webp') no-repeat -421px -3308px;
  background-position-x: center;	
	height: 161px;
}

#wall-mounts-scale #wall-mounts-left {
  background: url('architectural-images/architectural-9.webp') no-repeat -417px -3530px;
  background-position-x: center;	
	height: 148px;
}



@media (max-width: 576px) {
  .pattern-top h2 {
    font-size: 30px;
    padding: 10px;
  }
}



.hero-bottom h3 {
  color: #000000;
}


.quality-development .logo-contain {
  margin: auto;
}


#engineering-center .img-active {
  border-bottom: 5px solid #007BD6;
}

#part-center .carousel-indicators .img-active {
  border-bottom: 3px solid #007BD6;
}

/* Engineering 1 */


#engineering1-top {
  background: url('images/CNC%20Laser%20Cutting/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}




#development-engineering1 #engineering-content1 {
  background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -2px -387px;
  background-position-x: center;
	height: 593px;
}

#development-engineering1 #engineering-content2 {
  background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -2px -990px;
  background-position-x: center;
	height: 593px;
}

#development-engineering1 #engineering-content3 {
  background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -2px -1681px;
  background-position-x: center;
	height: 593px;
}




@media (max-width: 991px) {
  #development-engineering1 #engineering-content1 {
    background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -392px -2304px;
    background-position-x: center;
    height: 829px;
  }
  
  #development-engineering1 #engineering-content2 {
    background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -392px -3168px;
    background-position-x: center;
    height: 897px;
  }
  
  #development-engineering1 #engineering-content3 {
    background: url('images/CNC%20Laser%20Cutting/engineering-1.svg') no-repeat -392px -4100px;
    background-position-x: center;
    height: 879px;
  }
}



.engineering-indicator-part .section-title {
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
} 

.engineering-indicator-part a {
  padding: 10px;
  color: #000000;
  cursor: pointer;
  transition: 0.4s ease;
  border-bottom: 3px solid #ffffff;
}

.engineering-indicator-part a:hover {
  border-bottom: 3px solid #007BD6;
}




.engineering-mission .text-contain {
  text-align: left;
}

@media (max-width: 676px) {
  .engineering-mission .text-contain {
    text-align: center;
  }
}




.materials .img-fluid {
  margin: auto;
}

.materials h4 {
  margin: 0;
}

.materials .portfolio-item {
  margin: auto!important;
  padding: 50px 0px;
}

.materials .portfolio-item h4 {
  margin: 5px;
}

.materials #mild-steel {
	background: url('engineering-images/materials.webp') no-repeat -347px -1374px;
	width: 177px;
	height: 197px;
}

.materials #stainless-steel {
	background: url('engineering-images/materials.webp') no-repeat -347px -462px;
	width: 177px;
	height: 197px;
}

.materials #aluminium {
	background: url('engineering-images/materials.webp') no-repeat -580px -462px;
	width: 177px;
	height: 197px;
}

.materials #brass {
	background: url('engineering-images/materials.webp') no-repeat -813px -766px;
	width: 175px;
	height: 197px;
}

.materials #copper {
	background: url('engineering-images/materials.webp') no-repeat -813px -462px;
	width: 175px;
	height: 197px;
}





.materials #bronze {
	background: url('engineering-images/materials.webp') no-repeat -116px -1070px;
	width: 175px;
	height: 197px;
}

.materials #tungsten {
	background: url('engineering-images/materials.webp') no-repeat -347px -1070px;
	width: 177px;
	height: 197px;
}

.materials #kovar {
	background: url('engineering-images/materials.webp') no-repeat -580px -1071px;
	width: 177px;
	height: 196px;
}

.materials #titanium {
	background: url('engineering-images/materials.webp') no-repeat -580px -1375px;
	width: 177px;
	height: 196px;
}

.materials #inconel {
	background: url('engineering-images/materials.webp') no-repeat -580px -2287px;
	width: 177px;
	height: 196px;
}

.materials #hastealloy {
	background: url('engineering-images/materials.webp') no-repeat -115px -1678px;
	width: 176px;
	height: 197px;
}

.materials #carbonsteel {
	background: url('engineering-images/materials.webp') no-repeat -116px -1374px;
	width: 175px;
	height: 197px;
}

.materials #carbongraphite {
	background: url('engineering-images/materials.webp') no-repeat -814px -1374px;
	width: 175px;
	height: 197px;
}

.materials #highalloy {
	background: url('engineering-images/materials.webp') no-repeat -813px -1070px;
	width: 175px;
	height: 197px;
}

.materials #glass {
	background: url('engineering-images/materials.webp') no-repeat  -116px -462px;
	width: 175px;
	height: 197px;
}

.materials #softwood {
	background: url('engineering-images/materials.webp') no-repeat -118px -160px;
	width: 172px;
	height: 193px;
}

.materials #hardwood {
	background: url('engineering-images/materials.webp') no-repeat -350px -160px;
	width: 173px;
	height: 193px;
}

.materials #wood {
	background: url('engineering-images/materials.webp') no-repeat -583px -160px;
	width: 173px;
	height: 193px;
}

.materials #rosewood {
	background: url('engineering-images/materials.webp') no-repeat -814px -159px;
	width: 175px;
	height: 196px;
}

.materials #plastic {
	background: url('engineering-images/materials.webp') no-repeat -116px -766px;
	width: 175px;
	height: 197px;
}

.materials #granite {
	background: url('engineering-images/materials.webp') no-repeat -347px -766px;
	width: 177px;
	height: 197px;
}

.materials #acrylic {
	background: url('engineering-images/materials.webp') no-repeat -580px -766px;
	width: 177px;
	height: 197px;
}

.materials #uhmw {
	background: url('engineering-images/materials.webp') no-repeat -347px -1678px;
	width: 176px;
	height: 197px;
}

.materials #ceramictile {
	background: url('engineering-images/materials.webp') no-repeat -579px -1679px;
	width: 177px;
	height: 196px;
}

.materials #rubber {
	background: url('engineering-images/materials.webp') no-repeat -812px -1678px;
	width: 176px;
	height: 197px;
}

.materials #marble {
	background: url('engineering-images/materials.webp') no-repeat -116px -1982px;
	width: 175px;
	height: 197px;
}

.materials #laminates {
	background: url('engineering-images/materials.webp') no-repeat -347px -1982px;
	width: 177px;
	height: 197px;
}

.materials #foams {
	background: url('engineering-images/materials.webp') no-repeat -580px -1983px;
	width: 177px;
	height: 196px;
}

.materials #silicon {
	background: url('engineering-images/materials.webp') no-repeat -813px -1982px;
	width: 175px;
	height: 197px;
}

.materials #tiles {
	background: url('engineering-images/materials.webp') no-repeat -116px -2286px;
	width: 175px;
	height: 197px;
}

.materials #nylon {
	background: url('engineering-images/materials.webp') no-repeat -347px -2286px;
	width: 177px;
	height: 197px;
}

.materials #hdf {
	background: url('engineering-images/materials.webp') no-repeat -813px -2286px;
	width: 175px;
	height: 197px;
}

.materials #stone {
	background: url('engineering-images/materials.webp') no-repeat -116px -2590px;
	width: 175px;
	height: 197px;
}

.materials #mdf {
	background: url('engineering-images/materials.webp') no-repeat -347px -2590px;
	width: 177px;
	height: 197px;
}

.materials #phenolic {
	background: url('engineering-images/materials.webp') no-repeat -580px -2591px;
	width: 177px;
	height: 196px;
}

.materials #teak {
	background: url('engineering-images/materials.webp') no-repeat -813px -2590px;
	width: 175px;
	height: 197px;
}

.materials #abs {
	background: url('engineering-images/materials.webp') no-repeat -116px -2895px;
	width: 175px;
	height: 196px;
}

.materials #mangowood {
	background: url('engineering-images/materials.webp') no-repeat -347px -2895px;
	width: 177px;
	height: 196px;
}

.materials #plywood {
	background: url('engineering-images/materials.webp') no-repeat -580px -2895px;
	width: 177px;
	height: 196px;
}

.materials #delrin {
	background: url('engineering-images/materials.webp') no-repeat -813px -2895px;
	width: 175px;
	height: 196px;
}

.materials #teflon {
	background: url('engineering-images/materials.webp') no-repeat -232px -3199px;
	width: 176px;
	height: 196px;
}

.materials #corian {
	background: url('engineering-images/materials.webp') no-repeat -465px -3199px;
	width: 176px;
	height: 196px;
}

.materials #kevlar {
	background: url('engineering-images/materials.webp') no-repeat -697px -3199px;
	width: 176px;
	height: 196px;
}


/* Engineering 2 */


#engineering2-top {
  background: url('images/CNC%20Wire%20Cutting/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}





#development-engineering2 #engineering-content1 {
  background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -9px -387px;
  background-position-x: center;
	height: 587px;
}

#development-engineering2 #engineering-content2 {
  background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -9px -984px;
  background-position-x: center;
	height: 587px;
}

#development-engineering2 #engineering-content3 {
  background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -9px -1668px;
  background-position-x: center;
	height: 587px;
}




@media (max-width: 991px) {
  #development-engineering2 #engineering-content1 {
    background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -311px -2326px;
    background-position-x: center;
    height: 640px;
  }
  
  #development-engineering2 #engineering-content2 {
    background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -311px -3268px;
    background-position-x: center;
    height: 668px;
  }
  
  #development-engineering2 #engineering-content3 {
    background: url('images/CNC%20Wire%20Cutting/engineering-2.svg') no-repeat -311px -4246px;
    background-position-x: center;
    height: 632px;
  }
}




/* Engineering 3 */


#engineering3-top {
  background: url('engineering-images/engineering-3.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}



#development-engineering3 #engineering-content1 {
  background: url('images/CNC%20Waterjet/engineering-3.svg') no-repeat 0px -387px;
  background-position-x: center;
	height: 595px;
}



@media (max-width: 991px) {
  #development-engineering3 #engineering-content1 {
    background: url('images/CNC%20Waterjet/engineering-3.svg') no-repeat -384px -1042px;
    background-position-x: center;
    height: 625px;
  }
}




/* Engineering 4 */


#engineering4-top {
  background: url('images/about.jpg') no-repeat;
  background-position-x: center;
	height: 255px;
}



#development-engineering4 #engineering-content1 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -387px;
  background-position-x: center;
	height: 595px;
}

#development-engineering4 #engineering-content2 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -1076px;
  background-position-x: center;
	height: 595px;
}

#development-engineering4 #engineering-content3 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -1765px;
  background-position-x: center;
	height: 595px;
}

#development-engineering4 #engineering-content4 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -2454px;
  background-position-x: center;
	height: 595px;
}



@media (max-width: 991px) {
  #development-engineering4 #engineering-content1 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -3144px;
    background-position-x: center;
    height: 633px;
  }
  
  #development-engineering4 #engineering-content2 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -3790px;
    background-position-x: center;
    height: 640px;
  }
  
  #development-engineering4 #engineering-content3 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -4436px;
    background-position-x: center;
    height: 609px;
  }
  
  #development-engineering4 #engineering-content4 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -5082px;
    background-position-x: center;
    height: 616px;
  }
}


@media (min-width: 1385px) {
  section , footer {
    zoom: 1.2;
  }
  .hero {
    padding: 60px 0 0;
  }
  .nav-menu a {
    font-size: 17px;
  }
  #nav-btn {
    font-size: 19px;
  }
  #header .logo img {
    max-height: 50px;
  }
}

@media (min-width: 1556px) {
  section {
    zoom: 1.25;
  }
  #header {
    zoom: 1.1;
  }
}

@media (min-width: 1830px) {
  section {
    zoom: 1.5;
  }
}







/* Engineering 5 */


#engineering5-top {
  background: url('images/CNC%20Pipe%20Cutting/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}


#development-engineering5 #engineering-content1 {
  background: url('images/CNC%20Pipe%20Cutting/engineering-5.svg') no-repeat 0px -384px;
  background-position-x: center;
	height: 595px;
}




@media (max-width: 991px) {
  #development-engineering5 #engineering-content1 {
    background: url('images/CNC%20Pipe%20Cutting/engineering-5.svg') no-repeat -306px -1103px;
    background-position-x: center;
    height: 811px;
  }
}









/* Engineering 6 */


#engineering6-top {
  background: url('images/Fabrication/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}


#development-engineering6 #engineering-content1 {
  background: url('images/Fabrication/engineering-6.svg') no-repeat -2px -384px;
  background-position-x: center;
	height: 594px;
}


@media (max-width: 991px) {
  #development-engineering6 #engineering-content1 {
    background: url('images/Fabrication/engineering-6.svg') no-repeat -384px -1073px;
    background-position-x: center;
    height: 524px;
  }
}




/* Engineering 7 */


#engineering7-top {
  background: url('images/Laser%20Marking/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}

#development-engineering7 #engineering-content1 {
  background: url('images/Laser%20Marking/engineering-7.svg') no-repeat 0px -384px;
  background-position-x: center;
	height: 595px;
}


@media (max-width: 991px) {
  #development-engineering7 #engineering-content1 {
    background: url('images/Laser%20Marking/engineering-7.svg') no-repeat -384px -1074px;
    background-position-x: center;
    height: 553px;
  }
}



/* Engineering 8 */


#engineering8-top {
  background: url('images/CNC%20Router/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}


#development-engineering8 #engineering-content1 {
  background: url('images/CNC%20Router/engineering-8.svg') no-repeat -2px -384px;
  background-position-x: center;
	height: 594px;
}


@media (max-width: 991px) {
  #development-engineering8 #engineering-content1 {
    background: url('images/CNC%20Router/engineering-8.svg') no-repeat -384px -1073px;
    background-position-x: center;
    height: 640px;
  }
}






/* Engineering 9 */


#engineering9-top {
  background: url('images/EDM/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}



#development-engineering9 #engineering-content1 {
  background: url('images/EDM/engineering-9.svg') no-repeat 0px -384px;
  background-position-x: center;
	height: 595px;
}

#development-engineering9 #engineering-content2 {
  background: url('images/EDM/engineering-9.svg') no-repeat 0px -1097px;
  background-position-x: center;
	height: 595px;
}



@media (max-width: 991px) {
  #development-engineering9 #engineering-content1 {
    background: url('images/EDM/engineering-9.svg') no-repeat -384px -1787px;
    background-position-x: center;
    height: 621px;
  }
  #development-engineering9 #engineering-content2 {
    background: url('images/EDM/engineering-9.svg') no-repeat -384px -2522px;
    background-position-x: center;
    height: 630px;
  }
}








/* Engineering 10 */


#engineering10-top {
  background: url('images/UV%20Printing/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}


#development-engineering10 #engineering-content1 {
  background: url('images/UV%20Printing/engineering-10.svg') no-repeat 0px -387px;
  background-position-x: center;
	height: 595px;
}



@media (max-width: 991px) {
  #development-engineering10 #engineering-content1 {
    background: url('images/UV%20Printing/engineering-10.svg') no-repeat -384px -1077px;
    background-position-x: center;
    height: 622px;
  }
}






/* Engineering 11 */


#engineering11-top {
  background: url('images/CNC%20Acrylic/bg.webp') no-repeat;
  background-position-x: center;
	height: 355px;
}



#development-engineering11 #engineering-content1 {
  background: url('images/CNC%20Acrylic/engineering-11.svg') no-repeat 0px -387px;
  background-position-x: center;
	height: 596px;
}



@media (max-width: 991px) {
  #development-engineering11 #engineering-content1 {
    background: url('images/CNC%20Acrylic/engineering-11.svg') no-repeat -384px -1078px;
    background-position-x: center;
    height: 545px;
  }
}



/* Engineering 12 */


#engineering12-top {
  background: url('images/CNC%20Machining/bg.webp') no-repeat;
  background-position-x: center;	
	height: 355px;
}

#development-engineering12 #engineering-content1 {
  background: url('images/CNC%20Machining/engineering-12.svg') no-repeat 0px -449px;
  background-position-x: center;
	height: 776px;
}

#development-engineering12 #engineering-content2 {
  background: url('images/CNC%20Machining/engineering-12.svg') no-repeat 0px -1315px;
  background-position-x: center;
	height: 745px;
}

@media (max-width: 991px) {
  #development-engineering12 #engineering-content1 {
    background: url('images/CNC%20Machining/engineering-12.svg') no-repeat -384px -2155px;
    background-position-x: center;
    height: 855px;
  }
  #development-engineering12 #engineering-content2 {
    background: url('images/CNC%20Machining/engineering-12.svg') no-repeat -384px -3105px;
    background-position-x: center;
    height: 855px;
  }
}


/* about us */


#engineering13-top {
  background: url('images/about.jpg') no-repeat;
  background-position-x: center;
	height: 255px;
}



#development-engineering13 #engineering-content1 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -387px;
  background-position-x: center;
	height: 595px;
}

#development-engineering13 #engineering-content2 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -1076px;
  background-position-x: center;
	height: 595px;
}

#development-engineering13 #engineering-content3 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -1765px;
  background-position-x: center;
	height: 595px;
}

#development-engineering13 #engineering-content4 {
  background: url('images/CNC%20Bending/engineering-4.svg') no-repeat 0px -2454px;
  background-position-x: center;
	height: 595px;
}



@media (max-width: 991px) {
  #development-engineering13 #engineering-content1 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -3144px;
    background-position-x: center;
    height: 633px;
  }
  
  #development-engineering13 #engineering-content2 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -3790px;
    background-position-x: center;
    height: 640px;
  }
  
  #development-engineering13 #engineering-content3 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -4436px;
    background-position-x: center;
    height: 609px;
  }
  
  #development-engineering13 #engineering-content4 {
    background: url('images/CNC%20Bending/engineering-4.svg') no-repeat -384px -5082px;
    background-position-x: center;
    height: 616px;
  }
}
