

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  /* font-family: "Open Sans", sans-serif; */
  /*font-family: 'Nunito Sans';*/
   font-family: 'Inter', sans-serif !important;
  /*color: #444444;*/
}

a {
  color: #cc1616;
  text-decoration: none;
}

.espl_font{
  font-family: 'Inter', sans-serif !important;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
 /* font-family: "Raleway", sans-serif;*/
 font-family: 'Inter', sans-serif !important;
}
.heading{
	 /*font-family: 'Nunito Sans'!important;*/
	 font-size: 36px!important;
}

.sub-heading{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 30px!important;
}
.text-1{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 24px!important;
}
.text-2{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 16px!important;
}
.text-3{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 14px!important;
}

.text-5{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 18px!important;
}

.menu{
	 /*font-family: 'Nunito Sans';*/
	 font-size: 14px!important;
}

.espl-text-justify{
  text-align: justify!important;
}

.espl-ul-link{
  display: flex;
  justify-content: left;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# 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 #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo {
  height:60px !important;
}


.supert{
  list-style-type: none;
  font-size: 18px;
}

.column {
float: left;
width: 25%;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: none;
margin: auto;
padding: 0;
width: 90%;
max-width: 35% ;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
padding-top: 1%;
}

.cursor {
cursor: pointer;
background-color:transparent;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 60%;
width: auto;
padding: 16px;
margin-top: -50px;
color: black;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}



.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.espl-modal{
  display: none;
  position: fixed;
  z-index: 1030!important;
  padding-top: 0px!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
  overflow: auto!important;
  background-color: #0000009e!important;
  }
  .espl-modal-dialog{
  /* height: 78% !important; */
  height: 60% !important;
  margin-top: 224px!important;
  }

.modal-backdrop {
  display:none;
  z-index: 0;
}
@media (max-width: 768px) {
.espl-modal-content{
  max-width: 90% !important;
}
 .espl-ul-link{
    display: flex;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  #footer .footer-top .footer-links {
    padding: 0px 30px 0px 20px!important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #191919; 
 /* background: #fff;*/
  font-size: 15px;
  height: 50px;
  padding: 0;
  /*color: rgba(0, 0, 0, 0.6);*/
  color: rgba(255, 255, 255, 0.9);
}

#topbar .contact-info a {
  line-height: 0;
  /* color: rgba(0, 0, 0, 0.6);*/
  color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
 /*color: #000;*/
 
}

#topbar .contact-info i {
 /* color: #cc1616; */
   color: #fff !important;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.9);
 /*color: rgba(0, 0, 0, 0.6);*/
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
 color: #fff;
 /* color: #000;*/
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 /* background: rgba(25, 25, 25, 0.95);*/
 background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

#header.fixed-top {
 /* background: #191919;*/
  background: #fff;
}







.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  /*margin-left: 50px;*/
  /* margin-left: 190px; */
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 14px 15px;
  font-size: 14px;
  /*color: #fff;*/
  color: #000;
  
  white-space: nowrap;
  /* transition: 0.3s; */
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* background: #cc1616;
  color: #fff;
  border-radius: 8px; */
  /*background: #cc1616; */
    color: #000;
    /* border-radius: 8px; */
    border-bottom: 2px solid #cc1616;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.9); */
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 90px;
  /* right: 15px;
  bottom: 15px;
  left: 15px; */
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width:100%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc1616;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
/*  background: url("../img/hero-bg.jpg") top center;*/
  /* background: url(../../../web_resource/assets/img/mbr-1-1920x1280.jpeg) top center;*/
   background: url(../../../web_resource/assets/img/home-banner2.jpg) top center !important;
 /*opacity: 0.9;*/
  background-size: cover!important;
  /* background-repeat: no-repeat !important; */
  position: relative;
  /* height: 85vh; */
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
 /* font-family: "Raleway", sans-serif;*/
  /*font-family: 'Nunito Sans';*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

.mobile-nav-toggle {
  color: #000;
}

@media (min-width: 1024px) {
  /*#hero {*/
  /*  background-attachment: fixed;*/
  /*}*/
}

.serve-section{
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    height:600px;
  }
  .logo {
    height: 56px !important;
}
  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .navbar {
    padding: 0;
    /*margin-left: 50px;*/
    /* margin-left: 124px; */
  }
  #topbar .contact-info .phone-icon {
    margin-left: 0px !important;
  }

  .serve-section{
    flex-wrap: wrap !important;
  }
  .mySlides {    
    padding-top: 40% !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  /*font-weight: 600;*/
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.sbp{
	width: 24px!important;
	height:24px!important; 
	margin-right: 10px!important;
}
.strenth-img{
	width: 45px;
	height:45px;
	margin:15px;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}

.why-us .box h4 {
  font-size: 24px;
  /*font-weight: 600;*/
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  /*box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);*/
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

.clients img {
 /* width: 50%; */
/*  width: 100%;*/
  width: 120px;
  height: 150px;
 /* filter: grayscale(100);*/
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(204, 22, 22, 0.15);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
  font-weight: 500;
  font-size: 21px;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/machine-shop-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}



.cta h3 {
  color: #fff;
  font-size: 28px;
  /*font-weight: 700;*/
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
 /* font-family: "Raleway", sans-serif;*/
  /*font-family: 'Nunito Sans';*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}




.home-cta {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/home-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}



.home-cta h3 {
  color: #fff;
  font-size: 28px;
  /*font-weight: 700;*/
}

.home-cta p {
  color: #fff;
}

.home-cta .home-cta-btn {
 /* font-family: "Raleway", sans-serif;*/
  /*font-family: 'Nunito Sans';*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.home-cta .home-cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}





.cta-about {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/about-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}

.cta-about h3 {
  color: #fff;
  font-size: 28px;
  /*font-weight: 700;*/
}

.cta-about p {
  color: #fff;
}

.cta-about .cta-about-btn {
 /* font-family: "Raleway", sans-serif;*/
  /*font-family: 'Nunito Sans';*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta-about .cta-about-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}


.foundry-policy {
  background: linear-gradient(rgba(0, 0, 0, 45%), rgba(0, 0, 0, 45%)), url("../img/foundry-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}

.inspection {
  background: linear-gradient(rgba(2, 2, 2, 0.6), rgba(0, 0, 0, 0.6)), url("../img/quality-insp-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  /*font-family: "Poppins", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters 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: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  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: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.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: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.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: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  background: #f5f5f5;}

.pricing .box {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
 /* font-family: "Open Sans", sans-serif;*/
  /* /* font-family: 'Inter', sans-serif !important; */ 
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
 /* font-family: "Raleway", sans-serif;*/
  /* font-family: 'Inter', sans-serif !important; */
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  /* background: #cc1616; */
  box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured ul,
.pricing .featured ul li,
.pricing .featured ul .na {
  color: rgb(0, 0, 0);
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}
.pricing p{
  color: #cc1616;
}

.manufacturing{
  background: #f5f5f5;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  /* color: #777777; */
  /* font-weight: 600; */
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
 color: #222;
     /* font-family: 'Inter', sans-serif !important; */
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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;
  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 {
  background-color: #cc1616;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 8px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e82d2d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(rgb(50, 50, 50), rgb(0, 0, 0)) !important;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
}

#footer .footer-top .footer-info {
  /* margin-bottom: 15px; */
  /* background: #191919; */
  color: #fff;
  border-top: 4px solid #cc1616;
 /* text-align: center;*/
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 /* font-family: "Raleway", sans-serif;*/
  /* font-family: 'Inter', sans-serif !important; */
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 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;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .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: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


								/*Customer Css Create*/
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 2px #cc1616 solid;
    font-weight: normal;
    
}
								
/*Header Css*/
.iso{
color: #fff !important;
font-style: bold;
font-weight:700;

}

.logo-color{
color:#cc1616;
}


 .serve-btn {
 /* font-family: "Raleway", sans-serif;*/
  font-family: 'Nunito Sans', sans-serif;
  /* text-transform: uppercase; */
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  /* padding: 10px 28px; */
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  width: 300px;
  height: 80px;
  text-align: center;
  /* padding: 10px; */
  padding-top: 16px;
}

/*.serve .serve-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}*/
						/*		About Section*/
#hero-about {
  width: 100%;
  height:70vh;
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/about-banner1.jpg) top center;
 	/* opacity: 0.9; */
   /* background-color: #cc1616; */
  background-size: cover;
  position: relative;
}


#hero-about:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-about-h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-about h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-about .btn-get-started {
 /* font-family: "Raleway", sans-serif;*/
  /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-about .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}


/* .precision-section{
  background-color:#cc1616;
  height:300px;
} */
.precision-section {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/quality-prec-cta1.jpg") fixed center center;
  /* background-color: #cc1616; */
  background-size: cover;
  padding: 200px 0;
}

.test-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0px!important;
  }

/* .test-list li:before{ */
  /* list-style-image: url(../../../web_resource/assets/img/icon/check-mark.svg)!important; */
  /* content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url(../../../web_resource/assets/img/icon/check-mark.svg)!important;
  margin-right: 5px;
} */

.feature-1{
  height: 400px;
}

.feature-2{
  height: 200px!important;
}

.test-list li {
  background: url('../../../web_resource/assets/img/icon/new-moon.png') no-repeat left ;
  background-size: 8px;
  height: 20px;
  padding-left: 26px;
  padding-top: 3px;
  line-height: 8px;
  }

   .card-2{
    height: 24px!important;
    line-height: 18px!important;
  }
  .card-height{
    height: 30px!important;
    line-height: 18px!important;
  }


@media (min-width: 1024px) {
  #hero-about {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-about {
    text-align: center;
  }

  .sub-heading{
    font-size: 24px!important;
  }

  .heading{
    font-size: 30px!important;
  }
 
  #hero-about .container {
    padding-top: 5px !important;
  }

  #hero-about h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .precision-section{
    height:500px !important;
  }
  .services .icon-box {
    padding: 34px 20px !important;
  }
  .test-list li {
    padding-top: 0px!important;
    line-height: 18px!important;
  }

  .feature-1{
    height: 460px!important;
  }
  
  .feature-2{
    height: 160px!important;
  }
  .card-2{
    height: 10px!important;
  
  }
  .card-height{
    height: 40px!important;
  
  }
  
}
@media (min-width: 769px) and (max-width: 991px){
  .test-list li {
    line-height: 18px;
  }
  .card-height{
    height: 70px!important;
  
  }
}

@media (min-width: 992px) and (max-width: 1399px){
  .test-list li {
    line-height: 18px;
  }
  .card-height{
    height: 44px!important;
  
  }
}

.card-wrapper {
    transition: all 0.3s;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    padding: 2.5rem 2rem;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 2rem; */
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.card-box {
    width: 100%;
    color: #cc1616;
    text-align: center;
}
.display-2 {
    /* font-family: 'Inter', sans-serif !important; */
    font-size: 1.75rem;
    line-height: 1.2;
}
.card-text {
    color: #000000;
}
.display-5 {
    /* font-family: 'Inter', sans-serif !important; */
    font-size: 1.25rem;
    line-height: 1.5;
}

 .img-wrapper {
    padding: 15px; 
    border-radius: 6px;
    position: relative;
    width: 60%;
    box-shadow: 10px 10px 19px #d0d0d0, -10px -10px 19px #d0d0d0;
}
.box img {
    width: 80%;
    object-fit: cover;
    aspect-ratio: 0.75026795;
}
    .display-7 {
    /* font-family: 'Inter', sans-serif !important; */
    font-size: 1rem;
    line-height: 1.5;
}

.manpower-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    text-align: center;
     border-radius: 25px;
    margin: 45px;
}
.post-text{
font-family: 'Nunito Sans';
    font-size: 1rem;
    line-height: 1.2;
}


.facility-icon{
  text-align: end !important;
}

.facility-head{
  text-align: start !important;
}


@media (max-width: 768px) {
 
.manpower-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    text-align: center;
     border-radius: 25px;
  /*  margin: 45px;*/
  width: 80%;
}

.facility-icon{
  text-align: center !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
  
.facility-head{
  text-align: center !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
  

}

.certification{
	width: 263px;
	height: 332px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}



						/*Product Section*/
						
#hero-product {
  width: 100%;
  height:70vh;
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/quality-banner1.jpg) top center;
 	/* opacity: 0.9; */
  /* background-color: #cc1616; */
  background-size: cover;
  position: relative;
}

.hero-product-h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-product:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-product h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-product .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-product .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero-product {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-product {
    text-align: center;
  }

  #hero-product .container {
    padding-top: 5px;
  }

  #hero-product h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-product h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



.panel-title a:after {
    /*font-family:Fontawesome;*/
     /* font-family: 'Inter', sans-serif !important; */
    content:'\f077';
    float:right;
    font-size:10px;
    font-weight:300;
}
.panel-title a.collapsed:after {
   /* font-family:Fontawesome;*/
    /* font-family: 'Inter', sans-serif !important; */
    content:'\f078';
}



				/*Manufacturing section*/
				
				
	#hero-Manufacturing {
  width: 100%;
  height:70vh;
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/machine-shop-banner1.jpg) top center;
 	/* opacity: 0.9; */
   /* background-color: #cc1616; */
  background-size: cover;
  background-repeat: no-repeat !important;
  position: relative;
}

.hero-Manufacturing-h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-Manufacturing:before { 
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-Manufacturing h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-Manufacturing .btn-get-started {
 /* font-family: "Raleway", sans-serif;*/
  /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-Manufacturing .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}


#portfolio:focus{
  outline: none !important;
}

@media (min-width: 1024px) {
  #hero-Manufacturing {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-Manufacturing {
    text-align: center;
  }

  #hero-Manufacturing .container {
    padding-top: 5px;
  }

  #hero-Manufacturing h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-Manufacturing h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.customer{
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 700 !important;
}
	/*Foundry section*/
				
				
	#hero-foundary {
  width: 100%;
  height:70vh;
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/foundry-banner1.jpg) top center;
 	/* opacity: 0.9; */
   /* background: #000000; */
  background-size: cover;
  position: relative;
}

.hero-foundary-h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-foundary:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-foundary h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-foundary .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-foundary .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
.block-head {
  position: relative;
  margin-bottom: 0px !important;
}
@media (min-width: 1024px) {
  #hero-foundary {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-foundary {
    text-align: center;
  }

  #hero-foundary .container {
    padding-top: 5px;
  }

  #hero-foundary h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-foundary h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .mbr-section-subtitle{
    text-align: center !important;
  }


}
.section {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/997-1.png") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
/*carrer section*/
				
				
	#hero-carrer {
  width: 100%;
  height: calc(80vh - 80px);
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/carrer.jpg) top center;
 	opacity: 0.9;
  background-size: cover;
  position: relative;
}

.hero-carrer-h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-carrer:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-carrer h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-carrer .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-carrer .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero-carrer {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-carrer {
    text-align: center;
  }

  #hero-carrer .container {
    padding-top: 40px;
  }

  #hero-carrer h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-carrer h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
	.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
	.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
	
	.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#cc1616!important;}
	.btn-apply{color:#fff!important;background-color:#cc1616!important;width: 100%;margin-bottom: 50px;font-family: 'Nunito Sans';
    font-size: 1rem; }
    
    
    /*contact section*/
				
				
	#hero-contact {
  width: 100%;
  height:70vh;
  background: url(../../../web_resource/assets/img/contact.jpg) top center;
 	/* opacity: 0.9; */
  background-size: cover;
  position: relative;
}

.hero-contact-h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-contact:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-contact h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-contact .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-contact .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}
.espl-box{
  width: 400px; 
  height: 400px;
}


@media (min-width: 1024px) {
  #hero-contact {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-contact {
    text-align: center;
  }

  #hero-contact .container {
    padding-top: 5px;
  }

  #hero-contact h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-contact h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .espl-box{
    width: 332px !important; 
    height: 436px!important;
  }

}


		/*Award section*/
		
		#hero-Award {
  width: 100%;
  height: calc(80vh - 80px);
/*  background: url("../img/hero-bg.jpg") top center;*/
   background: url(../../../web_resource/assets/img/award.jpg) top center;
 	opacity: 0.9;
  background-size: cover;
  position: relative;
}

.hero-Award-h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero-Award:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-Award h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero-Award .btn-get-started {
  /*font-family: "Raleway", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero-Award .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero-Award {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-Award {
    text-align: center;
  }

  #hero-Award .container {
    padding-top: 40px;
  }

  #hero-Award h1 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }

  #hero-Award h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
						/*Customise Css*/

 										/*index Testimonial start*/
 			
 			

.testim {
		width: 100%;
		/*position: absolute;*/
		top: 50%;
	/*	-webkit-transform: translatey(-50%);*/
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		/*-o-transform: translatey(-50%);*/
		/*transform: translatey(-50%);*/
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #cc1616;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #cc1616;
    border-color: #cc1616;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #cc1616;
    font-size: 1.7em;
  /* font-family: "Open Sans", sans-serif;*/
   /* font-family: 'Inter', sans-serif !important; */
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #cc1616;        
        box-shadow: 0px 0px 10px 5px #cc1616;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #cc1616;        
        box-shadow: 0px 0px 0px 0px #cc1616;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #cc1616;        
        box-shadow: 0px 0px 10px 5px #cc1616;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #cc1616;        
        box-shadow: 0px 0px 0px 0px #cc1616;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #cc1616;        
        box-shadow: 0px 0px 10px 5px #cc1616;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #cc1616;        
        box-shadow: 0px 0px 0px 0px #cc1616;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #cc1616;        
        box-shadow: 0px 0px 10px 5px #cc1616;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #cc1616;        
        box-shadow: 0px 0px 0px 0px #cc1616;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #cc1616;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #cc1616;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
						/*Textimonial End*/
 										
					/*Manufaturing start*/
					
					.quality-by{
	border: solid 1px #cc1616;
	padding:15px;
	
}

.pd-2{
    padding:2%;
}
.pd-r-2{
    padding-right:2%;
}
.pd-l-2{
    padding-left:2%;
}
.pd-t-2{
    padding-top:2%;
}
.pd-b-2{
    padding-bottom:2%;
}


/* ul li{
    list-style:one;
} */
div[data-toggle="collapse"]{
  /* border-bottom:1px solid #BBDEFB;*/
   width:100%;
   cursor:pointer;
   padding:1%;
   
}
.collapse{
    background:#fff;
}

.fax-heading{
	color: #cc1616;
	
}
					/*Manufaturing end*/
					
					/*Quality statr*/
					
					
.facilities{
		text-align:center; 
		font-size:40px; 
		color:#fff;
		margin-left: 50px;
}
.sub-facilities{
	text-align:center; 
	font-size:18px; 
	color:#fff; 
}		
.focused{
	color: #fff;
	font-size: 35px;
	/*font-weight: 700;*/
}
.sub-focused{
	color: #fff;
	font-size: 18px;
}


					/*Quality end*/
					
					
					/*foundery start*/
		.moduling_foundary{
	  box-shadow: 10px 10px 5px 12px #fff;
}
.card_heading{
	 font-family: var(--global--font-heading);
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: var(--global--color-secondary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.crd_shdow{
  box-shadow: 10px 10px 12px -8px #e3e3e3;
  height: 340px;
  border: 1px solid #f5f5f5 !important;
}

.crd_shdow1{
  box-shadow: 10px 10px 12px -8px #e3e3e3;
  /* height: 340px; */
  border: 1px solid #f5f5f5 !important;
}
.green_overlay{
	background: rgba(0,255,0,0.2);
	display: none;
	position: relative;
}

 .value_add{
 	font-size: 18px;
 	/*font-weight: 600;*/
 	margin: 10px;
 }  
 .mod{
 	font-size: 28px;
 	/*font-weight: 700;*/
 	/*padding: 15px;*/
 }
 
 .foundery-section{
 	text-align:center; 
 	font-size:40px; 
 	color:#fff; 
 	margin-left: 50px;
 }
					/*foundery end*/
					
					/*gallery statr*/
						.modal-dialog {
      max-width:500px;
      margin: 30px auto;
      margin-top: 150px;
  }



.modal-body {
  position:relative;
  padding:0px;
 height:200px;
  background:#ccc;
}




.close {
  position:absolute;
  right:10px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  /* background-color: #000; */
  opacity:1;
}

#image {
  min-height:300px;
  width: 100%;
}
					
					/*gallery end*/
					
					
					
					
					/*1366 Media Queries*/
					
	@media (width: 1366px){
	
	
body {
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: 'Inter', sans-serif !important; */
  color: #444444;
}
.heading{
	 font-family: 'Nunito Sans!important';
	 font-size: 30px!important;
}

.sub-heading{
	 /* font-family: 'Inter', sans-serif !important; */
	 font-size: 19px!important;
}
.text-1{
	 /* font-family: 'Inter', sans-serif !important; */
	 font-size: 16px!important;
}
.text-2{
	 /* font-family: 'Inter', sans-serif !important; */
	 font-size: 13px!important;
}
.text-3{
	 /* font-family: 'Inter', sans-serif !important; */
	 font-size: 11px!important;
}
.menu{
	 /* font-family: 'Inter', sans-serif !important; */
	 font-size: 10 px!important;
}



.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  font-size: 11px;
  /*color: #fff;*/
  color: #000;
  
  white-space: nowrap;
 
}

.navbar a i,
.navbar a:focus i {
  font-size: 10px;
  line-height: 0;
  margin-left: 5px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.container{
	max-width: 1000px;
}

.clients img {
 /* width: 50%; */
/*  width: 100%;*/
  width: 159px;
  height: 159px;
 /* filter: grayscale(100);*/
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.serve-btn {
 /* font-family: "Raleway", sans-serif;*/
  /* font-family: 'Inter', sans-serif !important; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  width: 220px;
  height: 80px;
  text-align: center;
  padding: 10px;
}
.hero-about-h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
.certification{
	width: 230px;
	height: 300px;
}
.hero-Manufacturing-h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.hero-foundary-h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.hero-product-h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
.mod{
 	font-size: 19px;
 	font-weight: 600;
 	/*padding: 15px;*/
 }
 
.focused{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}
.sub-focused{
	color: #fff;
	font-size: 14px;
}


.section-title h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.hero-contact-h1 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 0;
 color: #222;
   /* font-family: 'Inter', sans-serif !important; */
}


.card-wrapper {
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem 1rem;
    background: transparent;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    
	}
.card-box {
    width: 80%;
    color: #cc1616;
    text-align: center;
}
.strenth-img{
	width: 40px;
	height:40px;
	margin:10px;
}

.facilities{

		text-align:center; 
		font-size:25px; 
		color:#fff;
		margin-left: 50px;
		font-weight: 700;
		
}
.sub-facilities{
	text-align:center; 
	font-size:15px; 
	color:#fff; 
}		
.focused{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.sub-focused{
	color: #fff;
	font-size: 15px;
}

}


