/*
Theme Name: Manufacturing

*/

.hero-cap p {
    color: #ffff;
}
h3.color-w {
    color: #fff !important;
}
h3.color-w a {
    color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 12px !important;
    margin: 5px!important;
	color:#000;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #ff5f13;
    color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ff5f13 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control.w-100 {
    height: 100px !important;
}

.blog_details ul{
    /* padding: 0 0 0 30px; */
    margin-bottom: 20px;
}

.aboutcom ul {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}
.blog_details ul li {
 list-style:none;
}

 .aboutcom ul li {
 list-style:disc;
}

.service-cap h4 {
    min-height: 60px;
}

/*process-box*/
body{
    background: #eee;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #ff5f13;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #ff5f13;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #ff5f13;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #ff5f1300;
    border-bottom: 8px solid #ff5f13;
    border-left: 8px solid #ff5f1300;
    border-right: 8px solid #ff5f13;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #ff5f13;
    border-left: 8px solid #ff5f13;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
h2.our-process {
	color: #0e132a;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
}
.news-caption p {
    color: #fff;
}

h2.blog_details {
	color: #0e132a;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
}

.bg-deep-gary {background:#d3d3d3;}

ol.breadcrumb li {
    list-style: none;
}



.feature-box {
      background: #ffffff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 30px;
      border: 1px solid #eee;
      transition: 0.3s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
	  min-height: 230px;
    }

    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    }

    .feature-icon {
      width: 70px;
      height: 70px;
      background: #ff5f13;
      color: #fff;
      font-size: 28px;
      border-radius: 50%;
      margin: 0 auto 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .feature-title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .feature-text {
      font-size: 14px;
      color: #666;
      margin: 0;
    }
ul.blog-info-link.mb-4.bullets-none li {
    list-style: none;
}

ul.blog-info-link.mb-4.bullets-none {
    padding: 0;
}