*{
	margin: 0;
	padding: 0;
}

 

ul {
	margin-bottom: 0;
}
ul li{
list-style: none;
}
a:hover{
  text-decoration: none;
}

body{
	    font-family: "Open Sans", sans-serif;
	    font-size: 15px;
       box-sizing: border-box;
}
@media (min-width: 1200px){
	.container {
    max-width: 1300px;
}

}
/****************************/
#header_tp {
	border-bottom:1px solid #ddd;
	background:#fff;
	padding: 10px 0;
}
.hed_lp_lst ul {
	float:right;
}
.hed_lp_lst ul li {
	float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #f5f5f5;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    border-radius: 50%;
    background: #bf1e2d;
}

.hed_lp_lst ul li a {
	/*padding:2px 12px;*/
	/*border-right:1px solid #44444421;*/
	letter-spacing:0.50px;
	color:#fff;
	font-size:13px;
	 
}
.hed_lp_lst ul li:hover {
	 background: #1b5985;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    padding: 5px 12px;
    font-size: 12px;
	letter-spacing:0.50px;
    border-radius: 20px;
        box-shadow: 0 0 2px 1px #4444444f;
    border: none;
    color: #fff;
    background: #444;
}
.goog-te-gadget img {
	display:none;
}
.goog-logo-link {
	display:none;
}
.goog-te-gadget {
	font-size:0px !important;
	padding-top:5px;
	color: #444 !important;
	letter-spacing: 0.5px !important;
}
#google_translate_element {
	float:right;
}
/****************************/
#header-middle {
	padding:15px 0 0 0;
}
.hed-mid {
	padding-top:16px;
      width: 227px;
}
.hed-mid .hed-icon img {
	/* width:40px; */
	/* height:40px; */
	line-height:40px;
	text-align:center;
	font-size:30px;
	/* border:1px solid #ea3b92; */
	float:left;
	color:#bf1e2d;
	margin-right:15px;
	width: 36px;
	margin-top: 2px;
}
.hed-mid ul li span {
	letter-spacing:0.4px;
	font-size:13px;
	color:#000;
	font-weight:600;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
}
.hed-mid ul li a {
	/*letter-spacing:0.50px;*/
	font-size:14px;
color: #666;
    font-weight: lighter;
}
.hed-mid ul li a:hover {
	color:#bf1e2d;
}
.head-logo {
    margin-top: -70px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	background:#fff;
}
.headCont {
 float: right;
}
.headCont span{
  display: inline-block;
}
.head-logo img {
	margin:0 auto;
	display:table;
	padding: 25px 0;
}
.hed_icon ul li {
	float:left;
	line-height:70px;
	padding:0 8px;
}
.hed_icon ul li a i {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:15px;
	color:#ea3b92;
	border:1px solid #ea3b92;
}
@media screen and (max-width: 768px){
  .head-logo{
     margin-top: -18px;
     width: 100% !important;
     padding-top: 5px;
  }
  #header_tp{
    display: none;
  }
}
.hm-vedio2 img{
  margin: 0 auto;
  display: table;
}
/****************************/
.logo a img {
	display:none;
}
.navbar {
	margin-bottom:0px !important;
	min-height:auto;
	border-radius:0px;
}
#cssmenu ul ul li a:hover {
	background:#1b5985  !important;
	color: #fff !important;
}
.btn-outer {
	position:absolute;
	right:0;
	top:0;
	width:17%;
}
.header .quote-htn i {
	margin-right:6px;
}
.header .quote-htn {
	background:#bf1e2d;
	color:#fff;
	line-height:26px;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	padding:14px 18px;
	text-align:center;
	z-index:1;
	display:block;
	text-transform:uppercase;
	font-family: 'Exo 2', sans-serif;
}
.header .quote-htn:hover {
	color:#fff;
}
@media screen and (max-width: 768px){
	.btn-outer {
    left: 0;
    width: 55%;
}
.header .quote-htn {
  padding:14px 18px;
  line-height:18px;
}
}

/****************************/
.banerBtm{
  /*background: #bf1e2d;*/

  height: 80px;
}

/*Push Effect*/
.sentence{
      font-family: 'Exo 2', sans-serif;
      color: #fff;
}
.pushEffect{
  display: inline;
  text-indent: 8px;
}
.pushEffect span{
  animation: push 12.5s linear infinite 0s;
  -ms-animation: push 12.5s linear infinite 0s;
  -webkit-animation: push 12.5s linear infinite 0s;
  color: #00abe9;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.pushEffect span:nth-child(2){
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*Push Effect Animation*/
@-moz-keyframes push{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
  10% { opacity: 1; -moz-transform: translateX(0px); }
  25% { opacity: 1; -moz-transform: translateX(0px); }
  30% { opacity: 0; -moz-transform: translateX(0px); }
  80% { opacity: 0; }
  100% { opacity: 0;}
}
@-webkit-keyframes push{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
    10% { opacity: 1; -webkit-transform: translateX(0px); }
  25% { opacity: 1; -webkit-transform: translateX(0px); }
  30% { opacity: 0; -webkit-transform: translateX(0px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes push{
  0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
  10% { opacity: 1; -ms-transform: translateX(0px); }
  25% { opacity: 1; -ms-transform: translateX(0px); }
  30% { opacity: 0; -ms-transform: translateX(0px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}














/*hm-prod*/

.hm-prod{
    padding-top: 35px;
    padding-bottom: 59px;
    background: #fff url(https://www.shjc-machine.com/themes/simplebootx/dachuanjixie/img/m3bg.jpg) no-repeat center center ;
}
 
h1.block:after {
    position: absolute;
    top: 20px;
    left: 14px;
    right: 0;
    width: auto;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 4px solid #e2e2e2;
}
h1.block .main-title1 {
    padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
    font-size: 32px;
    color: #007ba8;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    background-color: #fff;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}

.hm-prod-dtl{
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.hm-prod-dtl h4{
    font-size: 14px;
        margin-bottom: 10px;
        margin-top: 0px;

}
 
.hm-prod-dtl h4 a{
font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
     letter-spacing:0.10px;
      font-family: 'Exo 2', sans-serif;
}
.hm-prod-dtl h4 a{
  text-decoration: none;
}
.libot {
    padding-bottom: 5px;
}
.libot a{
  margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 188px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bf1e2d;
    border-radius: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #bf1e2d;
}
.libot a:hover{
  background: #bf1e2d;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.mg{
  margin-bottom: 15px;
}
/*hm-prod-close*/

.panel-body p{
  font-size: 14px;
      line-height: 18px;
    font-weight: 400;
        color: #444444;
}

 
.panel-title>a {
    color: #c62223;
    font-family: 'Exo 2', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
}
.pull-right {
    color: #bf1e2d;
}


@media screen and (max-width: 768px){
  .libot a {
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 132px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #bf1e2d;
    border-radius: 15px;
    font-size: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #bf1e2d;
}
.hm-prod-dtl h4 a{
      font-size: 12px !important;
          letter-spacing: 0.1px !important;
}
.pr{
      padding-right: 7px;
}
.pl{
        padding-left: 7px;
}
h1.block .main-title1{
      font-size: 21px !important;
}

}

/*Hm-about*/




.hm-abt{
  background: url(../img/product-bg.jpg);
  padding: 50px 0 70px;
  background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.hm-vedio{
  padding: 10px;
    background: #eeeeee;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ inset 0 1px 1px rgba(255,255,255,1);
}
.hm-vedio2{
 background: #fff;
    padding: 12px;
    text-align: center;
}
.hm-vedio2 h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    padding: 20px 0 0;
    text-align: center;
        line-height: 1.42857143;
}

.hm-abtDtl{
  padding: 10px;
    background: #eeeeee;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ inset 0 1px 1px rgba(255,255,255,1);
}
.hm-abtDtl2{
   background: #fff;
    padding: 12px;
    text-align: center;
}
.hm-abtDtl2 p{
  color: #444444;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 15px 7px;
}
.read-more {
    margin: 9px 0 5px;
}
.read-more a {
    background: #c51e2d;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.hm-abtDtl2 h4{
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
      margin-top: 0px;
      margin-bottom: 5px;
}

.hm-abtHeight{
  height: 300px;
}

.hm-abtHead h2{
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.hm-abtHead h4{
        font-family: "Open Sans", sans-serif;
            font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffb307;
    text-align: center;
}
.hm-abtHead{
  margin-bottom: 40px;
}










/*****************/
.hm-applicaionHead{
  margin-bottom: 40px;
}
.hm-applicaionHead h2{
  font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}
.hm-applicaionHead h4{
   font-family: "Open Sans", sans-serif;
            font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffffc2;
    text-align: center;
}
.hm-applicaion{
  padding:50px 0;
  /*background: url(https://www.kei-ind.com/wp-content/themes/keiind/images/why-bg.jpg);
  background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;*/
}
.hm-prod-head h1 {
  color:#2f2483;
  font-weight:bold;
  letter-spacing:0.25px;
  text-transform:uppercase;
  float:left;
}
.prod-para {
  padding:12px 12px;
  border-left:2px solid #e3000f;
}
.prod-para p {
  color:#464646;
  line-height:22px;
}
.prod-head-top {
  padding-bottom:40px;
}
.hm-product-main {
  position:relative;
  overflow:hidden;
  margin:0 10px;
}
.img-box {
  border:1px solid #DDD;
  margin-bottom:10px;
}
.img-box img {
  width:200px;
  height:auto;
}
.prod-heads h4 {
  position:relative;
  color:#fff;
  width:100%;
  font-weight:700;
  line-height:20px;
  font-size:14px;

}
.prod-heads {
  position:absolute;
  left:0;
  bottom:0;
  height:auto;
  width:100%;
  text-align:center;
  padding:10px 0;
}
.hm-product-main:hover .prod-heads {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
    -webkit-transition-delay: all 300ms ease;
  transition-delay: all 300ms ease;
}
.prod-heads:before {
  position: absolute;
    left: 0;
    border-bottom: 40px solid #bf1e2d;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 100%;
    content: "";
  bottom:10px;
  -webkit-transition-delay: all 300ms ease;
  transition: all 300ms ease;
}
.hm-product-main .prod-overlay {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:auto;
  padding:10px;
  transition: all 500ms ease;
  background-color:rgba(25, 25, 25, 0.8);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  border-bottom:1px solid #393186;
}
.hm-product-main:hover .prod-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.prod-overlay h4 {
  color:#fff;
  letter-spacing:0.25px;
  font-weight:bold;
    font-family: 'Exo 2', sans-serif;
  line-height:24px;
}
.prod-overlay h4 i {
  margin-right:15px;
}
.prod-overlay p {
  color:#fff;
  line-height:20px;
  font-size: 13px;
}
.prod-overlay a {
  font-size:14px;
  color:#fff;
  text-decoration:none;
  border-bottom: 2px solid #fff;
}
/*****************/




/*footer*/

 
.footer-area {
   background: #002d4e;
   padding: 45px 0 35px;
}
.footer-title img {
    margin-bottom: 10px;
}
.about-widget p {
    color: #ffffffc7;
    font-weight: 500;
    font-size: 14px;
}
 
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    border:1px solid #fff;
    color: #fff;
    margin-right: 5px;
}
.footer-title h3 {
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
       font-family: 'Exo 2', sans-serif;
}
.footer-title h3:before {
    width: 100%;
    height: 1px;
    background-color: #cecece54;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}
.footer-title h3:after {
    width: 70px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: #e86a03;
    bottom: 0;
    left: 0;
}
.footer-widget ul{
  margin-bottom: 0;
}
.footer-widget ul li a {
    color: #ffffffc7;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: .4s;
    transition: .4s
}
.footer-widget ul li a:hover {
    color: #fff;
}
.footer-address {
    color: #736194
}
.footer-address ul li {
    margin-bottom: 20px
}
.footer-address .icon {
    float: left;
    width: 30px;
    text-align: left;
    color: #ffffffc7;
}
.footer-address .content {
    padding-left: 30px;
    font-size: 14px;
    color: #ffffffc7;
}

.ftrBtm{
  background: #0064a0;
  color: #fff;
  padding: 10px 0;
}
.ftrBtmDtl p{
  margin-bottom: 0;
}
.ftrBtmDtl2 p{
  float: right;
}
.ftrBottom p{
  color: #ffffffc7;
  margin-top: 8px;
  text-align: right;
  font-size: 12px;
}
.ftrBottomBrdr{
  border-top: 1px solid #fff6;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .ftrBottom p{
    text-align: left;
  }
}
/*footer end*/

.ftr-img{
  margin-bottom: 8px;
}

.ftr-appGap{
  padding-right: 5px;
    padding-left: 5px;
}








.hmAbtsDtl h1{
font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}
.hmAbtsDtl h1 span{
 color: #c62223;
 font-weight: 700;
}

.hmAbtsDtl h4{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #1b5a86;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: bold;
}

.hmAbts{
  padding: 20px 0 160px 0;
}
 .hmAbtsDtl p{
  text-align: center;
  color: #666;
 }
.hmAbtsVideoBg{
  background: #f5f5f5;
  padding-bottom: 20px;
}
.hmAbtsVideo{
  margin: 0 auto;
  display: table;
}
.hmAbtsVideo iframe{
   width: 570px;
  height: 308px;
margin-top: -150px;
position: relative;
border: 8px solid #0064a0;
}

@media screen and (max-width: 768px){
  .hmAbtsVideo iframe{
   width: 100%;
  height: 220px;
margin-top: -150px;
position: relative;
border: 8px solid #0064a0;
}
.hmAbtsDtl h1{
      font-size: 20px;
}
.hmAbtsDtl h4{
  font-size: 11px;
}
}




/* about us */

.abt-mes {
    background: #f5f5f5;
    padding: 80px 0;
}

.abt-box {
    border: 1px solid#eaeaea;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}

.abt-mes h2 {
    font-size: 3rem;
    font-weight: 600;
}

.heading-des {
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-right: -5px;
    font-size: 3rem;
    margin-bottom: 7px;
    margin-top: 5px;
    font-weight: 600;
    color: #2e2e2e;
}

.abt-mes h4 {
   font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
     font-weight: 700;
    font-size: 28px;
    color: #c62223;
}
.owner {
    position: absolute;
    top: -58px;
    right: -20px;
    border-radius: 10px;
}
.owner-name {
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 1px 1px #eee;
}
.owner-name h5{
  font-weight: bold;
  padding:12px 0;
  margin-top: 0;
  color: #1b5985;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 768px){
.owner {
    position: relative;
    border-radius: 10px;
    top: 5px;
    right: 0px;
}
 .abt-box{
  padding: 0;
 }
.abt-mes h4{
  font-size: 24px;
}
.abt-mes{
      padding: 40px 0;
}
}
/* about us end */




/*Contact page*/

.cont_page{
    background: #f5f5f5;
    padding: 60px 0;
}
.cont-box{
  border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}
.cont_dtl h4{
    color: #333;
    font-size: 15px;
}
.cont_dtl h2{
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'Exo 2', sans-serif;
}
.cont_dtl ul li{
     float: left;
}
.cont_dtl ul li:nth-child(2){
padding-top: 7px;
}
.cont_dtl ul li a{
    color: #464646;
}
.cont_dtl ul li b{
     font-size: 18px;
}
 
.cont_dtl_icon{
    color: #fff;
    background: #035c95;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 50%;
}
 
.cont_form h4{
  font-size: 15px;
    color: #333;
}
.cont_form h2{
  font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;  
     margin-top: 0px;
}
.cont_form_area input,textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 7px ;
    border: 1px solid #e3e3e3;
}
.cont_form_area input,textarea::placeholder{
     padding-left: 10px;
}
.cont_form_area button{
    padding: 10px 25px;
    border:none;
    background: #035c95;
    color: #fff;
}


@media screen and (max-width:768px){
.cont_form{
    padding-top: 25px;
    clear: both;
}
}

/*Contact page END*/



/* capabilities */

.capabilit{
  background: #f5f5f5;
    padding: 15px 0 60px;
}

.cap-box{
border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}
.capab-head{
  margin-bottom: 40px;
}
.capab-head h2{
    font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #1b5985;
    margin-top: 0;
}

.capab-imgs{
  position: sticky;
  top: 0;
}
.capab-dtl ul li{
  list-style: disc;
  list-style-position: inside;
  padding: 2px 0;
  font-size: 14px;
}

.capab-dtl h4{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.capBar{
  border: 1px solid #eee;
  margin: 20px 0;
}
.capab-dtl h1{
  color: #bf1e2d;
  margin-bottom: 15px;
  font-size: 30px;
}
@media screen and (max-width: 768px){
.capab-imgs{
  position: relative;
}
}
/* capabilities end */


/* client */

.client{
  background: #f5f5f5;
    padding: 15px 0 60px;
}
.client-head h1{
    font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #1b5985;
    margin-top: 0;
}
.client-head{
  margin-bottom: 40px;
}

.client-box{
border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}

.client-logo{
  border: 1px solid #eee;
  margin-bottom: 10px;
  height: 120px;
  line-height: 120px;
}
.client-logo img{
  margin: 0 auto;
  display: table;
}
.pad{
   padding: 0 5px;
}
/* client end */


/* gallery */

.gallery{
  background: #f5f5f5;
    padding: 15px 0 60px;
}

.gal-head h1{
    font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #1b5985;
    margin-top: 0;
}
.gal-head{
  margin-bottom: 40px;
}
.gal-box{
border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}




.gal {
  position: relative;
  width: 100%;
}

.imagess {
  display: block;
  width: 100%;
  height: auto;
}

.overlayd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0000005e;
}

.gal:hover .overlayd {
  opacity: 1;
}

.iconss {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.gal-img{
  margin-bottom: 15px;
}

/* gallery end */







/* capabilities */

.manuf{
  background: #f5f5f5;
    padding: 15px 0 60px;
}

.manuf-box{
border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}
.manuf-head{
  margin-bottom: 40px;
}
.manuf-head h1{
    font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #1b5985;
    margin-top: 0;
}
.manuf-dtl ul li{
  list-style: disc;
  list-style-position: inside;
  padding: 2px 0;
  font-size: 14px;
}
.manuf-dtl h4{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.capBar{
  border: 1px solid #eee;
  margin: 20px 0;
}
.manuf-dtl h3{
  color: #bf1e2d;
}
 .manuf-dtl{
  margin-top: 30px;
 }
 .manu-pt{
  padding-top: 30px;
 }
 .manufature-img{
  margin-bottom: 15px;
 }
 .manufature-img img{
 border: 1px solid #eee;
 }
/* capabilities end */


/* Service */

.servics{
  background: #f5f5f5;
    padding: 15px 0 60px;
}

.serv-box{
border: 1px solid#eaeaea;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0, 83, 139, 0.15);
    background: #fff;
}
.serv-head{
  margin-bottom: 40px;
}
.serv-head h2{
    font-family: 'Exo 2', sans-serif;
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: #1b5985;
    margin-top: 0;
}

 
.serv-dtl ul li{
  list-style: disc;
  list-style-position: inside;
  padding: 2px 0;
  font-size: 14px;
}

.serv-dtl h4{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.servBar{
  border: 1px solid #eee;
  margin: 30px 0;
}
.serv-dtl h1{
  color: #bf1e2d;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
 


/* Service end */
.ftr-img h6{
color: #fff;
text-align: center;
}

.hm-prod-dtl-main{
  margin-bottom: 15px;
}
.hm-prod-dtl-main h4{
  margin-top: 15px;
}