@charset "utf-8";
/*
 * Copyright (c) 2018 ITAcumens
 */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(font-awesome.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);

*{margin: 0px; padding: 0px; outline: none !important;}

body{
	font-family: 'Lato', sans-serif !important;
	overflow-x: hidden;
	font-size: normal;
	font-weight: normal;

}

/*Header Section*/
#header{
	position: absolute;
	top:0;
	z-index: 10;
	width: 100%;
	left: 0;
}

.head_lst{
	text-align: right;
	margin-top: 30px;
}

.head_lst li a{
	color: #fff;
	position: relative;
	font-size: 15px;
	padding-left: 20px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.head_lst li a:hover,
.head_lst li a:focus{
	text-decoration: none;
	color: #db8826;
}

.head_lst li:first-child a{
	padding-right: 20px;
}

.head_lst li a:before{
	position: absolute;
	font-family: fontAwesome;
	left: 0;
}

.head_lst li:nth-child(1) a:before{
	content: '\f10b';
	font-size: 21px;
	top:-4px;
	left: 5px;
}

.head_lst li:nth-child(2) a:before{
	content: '\f0e0';
}

#menu{
	position: relative;
	margin-top: 30px;
}

.menu_bg{
	position: absolute;
	top:0;
	background: #000;
	right:0;
	height: 100%;
}

#menu .navbar{
	margin: 0px;
	border:0px;
	background: #000;
}

#menu .navbar-nav li{
	padding: 0px 25px;
}

#menu .navbar-nav li span{
	display: block;
}

#menu .navbar-nav li a{
	color: #fff;
	font-size: 14px;
	padding: 15px 15px;
	border-radius: 50px;
	background: #000;
	text-transform: uppercase;
	transition: .3s ease-in;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
}

#menu .navbar-nav li.active a, 
#menu .navbar-nav li a:hover, 
#menu .navbar-nav li a:focus{
	background: #db8826;
}

#menu .navbar{
	position:relative;
	border-radius:50px;
	margin-top:30px;
}
.logo{margin-top:30px;}
/*#menu .navbar:before{
	content: '';
	position: absolute;
	display: block;
	top:0;
	left: -55px;
	border-bottom: 80px solid #000;
	border-left: 40px solid transparent;
}*/
/*End Header Section*/

/*What We are Section*/
#what_we_are{
	position: relative;
	margin: 10px 0px;
	min-height: 380px;
}

.what_left{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	background: #ececec;
	z-index: 10;
	height:480px;
	top:-50px;
}

.what_left:before{
	content: '';
	position: absolute;
	display: block;
	right: -120px;
	height: 100%;
	border-top: 480px solid #ececec;
	border-right: 120px solid transparent;
}

.what_left:after{
	content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: -32px;
    border-top: 40px solid red;
    border-right: 27px solid transparent;
    transform: skewX(-13deg);
}

.what_right{
	content:'';
	position: absolute;
	display: block;
	right: 0;
	padding: 0;
	min-height: 380px;
	background: url(../images/what-right1.jpg) no-repeat;
	background-size: cover;
}

.what_cont{
	position: relative;
	z-index: 11;
}

.what_cont h2{
	text-transform: uppercase;
	margin: 0px;
	font-size: 30px;
	line-height: 45px;
	color: #db8826;
	padding-bottom: 6%;
}

.what_cont p{
	font-size: 15px;
	padding-bottom: 4%;
}

.what_cont a{
	border:1px solid #db8826;
	color: #0c0c0c;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 10px;
	font-size: 14px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

.what_cont a:hover,
.what_cont a:focus{
	text-decoration: none;
	background: #db8826;
	color: #fff;
	border:1px solid #db8826;
}

/*End What We are Section*/

/*We Use Only*/
#we_use:before{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(15,5,4,0.72);
}

#we_use{
	position: relative;
	background: url(../images/we-use-only.jpg) no-repeat;
	min-height: 189px;
	background-size: cover;
}

#we_use h2{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 45px;
    margin: 0px;
    font-size: 28px;
    padding: 60px;
	letter-spacing: 1px;
	font-style: italic;
}
/*End We Use Only*/

/*Why Choose Section*/
#why_choose{
	position: relative;
	padding: 45px 0px 55px;
}

#why_choose h2{
	color: #1e1e1e;
	text-align: center;
	font-size: 31px;
	margin: 0px;
	padding-bottom: 50px;
}

#why_choose figure{
	background: #fa3714;
	color: #fff;
	width: 200px;
	margin: auto;
	padding: 38px 0px 25px;
	border-top-left-radius: 35px;
	border-top-right-radius: 110px;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

#why_choose figcaption{
	padding-top: 25px;
	font-size: 18px;
}

.why_width{
	width: 80%;
	margin: auto;
}
/*End Why Choose Section*/

/*Foundry Division Section*/
#foundry_div, #forging_div{
	position: relative;
	background: #ececec;
	padding: 28px 0px  35px;
}
#forging_div{background:#fff;}
#foundry_div h2, #forging_div h2{
	margin: 0px 0px 20px;
	text-align: center;
	color: #db8826;
	position: relative;
	text-transform: uppercase;
}

#foundry_div h2:before,
#foundry_div h2:after,
#forging_div h2:before,
#forging_div h2:after{
	content: '';
	position: absolute;
	display: block;
	width:35%;
	border-top: 1px solid #1e1e1e;
	top:20px;
}
#machining{margin-bottom:30px;}
#foundry_div h2:before, #forging_div h2:before{
	left: 0;
}

#foundry_div h2:after, #forging_div h2:after{
	right: 0;
}

#foundry_div p, #forging_div p{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 18px;
}
.for ul li{text-align:left;}
.foundry_list li{
	font-size: 15px;
	position: relative;
	margin-left: 0;
	padding-left: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.foundry_list li:before{
	position: absolute;
	content: '\f0a4';
	top:5px;
	left:0;
	right: 0;
	bottom:0;
	font-family: 'FontAwesome';
	color:#db8826;
}
.div_img:before{
	content: '';
	position: absolute;
	border-top: 245px solid #ececec;
	border-right: 80px solid transparent;
}
.div_img1:before{
	content: '';
	position: absolute;
	border-top: 245px solid #fff;
	border-right: 80px solid transparent;
}

.div_img, .div_img1{
	position: relative;
}

.div_img img, .div_img1 img{
	width: 100%;
	height: 100%;
}
p.mech{margin:10px 0 30px 0;font-size: 15px;}
#foundry-page1 p{
	margin-bottom: 30px;
}
#foundry-page .nav-tabs{
	border-bottom:0;
	margin-bottom: 10px;
}
#foundry-page .nav-tabs > li{
	background: #000;
	color:#fff;
	margin-left: 5px;
	border-radius: 5px;
}
#machining .nav-tabs > li{
	background: #000;
	color:#fff;
	margin-bottom: 1px;
}
#foundry-page .nav-tabs{
	width:50%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#foundry-page .nav > li > a{padding:10px 45px;}
#foundry-page .nav-tabs > li a, #machining .nav-tabs > li a{
	color:#fff;
	border:none;
	margin-right: 0;
	font-size:20px;
}
#foundry-page .nav-tabs > li.active > a, #foundry-page .nav-tabs > li.active > a:hover, #foundry-page .nav-tabs > li.active > a:focus{
	background: #db8826;
	color:#fff;
	border-radius: 5px;
}  
#machining .nav-tabs > li.active > a, #machining .nav-tabs > li.active > a:hover, #machining .nav-tabs > li.active > a:focus{
	background: #db8826;
	color:#fff;
	border-radius: 0px;
	
}
#machining img{border-radius:10px;}
#machining .nav-tabs{border:0;}
#foundry-page .nav > li > a:hover, #foundry-page .nav > li > a:focus{
	background: #db8826;
	color:#fff;
	border-radius: 5px;
} 
#machining .nav > li > a:hover, #machining .nav > li > a:focus{
	background: #db8826;
	color:#fff;
	
}
#quality_page img{margin:0;}
.lathe h6{
	font-size: 20px;
    text-align: center;
    padding: 55px;
}
.breadcrumb ul li{
	display: inline-block;
	
}
.breadcrumb ul{
	margin:0;
	padding: 10px;
}
.breadcrumb ul li a{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color:#db8826;
	text-decoration: none;
}
.breadcrumb ul li.active a{color:#000 !important;}
/*End Foundry Division Section*/

/*Forging*/
.lathe{margin-bottom:20px;}
.lathe p{
	margin-bottom: 0px;
	font-size: 20px;
	color:#db8826;
}
.lathe ul{margin-top:10px;}
.lathe pre{
	
    display: block;
   padding: 15px 0 10px 0; 
   margin: 0 ; 
    font-size: 15px;
 	line-height: 0; 
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
   background:#f0f0f0 ;
     border:none;
    /* border-radius: 4px; */

}
/*Vertical tab*/
.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}
.machine_sec2 pre{ background:#fff ;}
.machine_sec1, .f_bg{
	background: #f0f0f0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
	width:100%;
	float: left;
	padding:25px;
	margin-bottom: 30px;
	border-radius:10px;
	border: 1px solid #000;
}
.machine_sec2, .f_bg2{
	margin-bottom:30px;
	width:100%;
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
	padding:25px;
	border-radius: 10px;
	border: 1px solid #000;
}
.f_bg img, .f_bg2 img{margin-top:50px;}
.pump {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
	border: 1px solid #000;
}
/*Our Works Section*/
#our_works{
	position: relative;
	padding: 38px 0px 20px;
}

#our_works h2{
	margin: 0px 0px 27px;
	text-align: center;
}

.work_img, .work_img1{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.content.mg_btm{
	margin-bottom: 31px;
}

.content {
  position: relative;
  margin: 0px 0px 28px;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
	border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details i{
  color: #fff;
  font-size: 22px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

/*End Our Works Section*/

/*Footer Section*/
#footer{
	background: #1e1e1e;
	padding: 40px 0px 22px;
	color: #fff;
}

#footer h3{
	text-transform: uppercase;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	color: #e09e45;
}

#footer p{
	font-size: 15px;
	text-align: justify;
	line-height: 22px;
}

#footer ul li{
	padding-bottom: 5px;
}

#footer ul li a{
	color: #fff;
	font-size: 15px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

#footer ul li a:hover,
#footer ul li a:focus{
	text-decoration: none;
	color:#db8826;
}

.flw_tle{
	padding-top: 0px;
}

.ftr_img{
	margin-top: 10px;
}
h3.choose_sba{
	color:#e19e45;
}
.mbl_wdth ul{margin-top: 20px;}
.call_us .fa{margin-right: 15px;}
.call_us .fa-envelope-o{
	font-size: 14px;
}
.call_us .fa-mobile{font-size: 22px;}
/*End Footer Section*/

/*Copyright Section*/
#copyright{
	position: relative;
	padding: 15px 0px;
	color: #000;
	background: #e3a953;
}

#copyright a{
	color: #000;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

#copyright a:hover,
#copyright a:focus{
	text-decoration: none;
	color: #db8826;	
}
/*End Copyright Section*/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 20;
	background: #db8826;
	border:1px solid #db8826;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus{
	border:1px solid #db8826 !important;
	background: #fff !important;
	color: #db8826 !important;
}
/*About us*/
.mission {
	margin:20px 0 20px;
	background: #f1f1f1;
	padding: 20px;
	
}
.mission_det {
    padding: 0px 30px;
}
.mission h2, .vision h2{
	padding-bottom: 0 !important;
	color:#db8826 !important;
	font-style: italic;
}
.vision{
	margin-top:20px;
	background: #f1f1f1;
	padding: 20px;
}

/*Quality*/

.quality_tit{
	background: #000;
	font-weight: bold;
    padding: 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
}
h2.quality_tit{
	color:#db8826 !important;
}
.quality{
	padding:10px;
}
.quality p{
	font-size: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
.pump img{margin-top:10px;}
.pump  .img_cnt{margin-bottom:30px;}
.pump .owl-carousel .item img{width:100%;}
.expertise .owl-carousel .item img{margin-top:10px !important;width:100%;} 
.pump h4 {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
.quality_cnt{margin-top:20px;}
#quality_page{margin-bottom:10px;}
#quality_page img{
	border-radius: 20px;
    border: 5px solid #da9a43;
	
}
.product_tit{
	font-size:16px;
	color:#000;
	font-weight: bold;
	margin:10px 0 30px;
}
/*Sub Banner*/
#sub_banner:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(0,0,0,0.5);
}

#sub_banner{
	position: relative;
}

#sub_banner img{
	width: 100%;
	height: auto;
}

#sub_banner h1{
	position: absolute;
	display: block;
	text-transform: uppercase;
	color: #fff;
	top:75%;
	font-weight: 700;
	font-size: 34px;
	margin: 0px;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%,-75%);
	-moz-transform: translate(-50%,-75%);
	transform: translate(-50%,-75%);
}
/*End Sub Banner*/




#about-page{
	padding: 20px 0px 20px 0px;
}
#about-page h2{
	text-transform: uppercase;
    margin: 0px;
    font-size: 35px;
    line-height: 45px;
    color: #1e0805;
    padding-bottom: 15px;
}
#about-page p{
	 text-align: justify;
    font-size: 15px;
    line-height: 24px;
}
#abt-page-sec-2{
	background-color: #1e1e1e;
	padding: 30px 0px;
}

#abt-page-sec-2 h4{
	text-align: center;
	color: #fff;
	margin: 0px;
	padding-top: 20px;
	font-size: 25px;
}
#abt-page-sec-3 {
	padding: 40px 0px 30px 0px;
}
#abt-page-sec-3 h2{
	
    margin: 0px;
    font-size: 35px;
    line-height: 45px;
    color: #1e0805;
    padding-bottom: 15px;
}
#abt-page-sec-3 p{
	 text-align: justify;
    font-size: 15px;
    line-height: 27px;
}
#abt-page-sec-3 img{border-radius: 50px;}
/*service page*/

#service-page-1{
	padding: 50px 0px 20px;
}

.gray-bdr{
	margin: 0px 50px 0px 50px;
    position: relative;
    background: #dfdfdf;
    top: -30px;
    padding: 40px;
    border-radius: 30px;
}
.gray-bdr h3{
	text-align: center;
    margin: 0px;
    position: absolute;
    top: -20px;
    background: #0d0d0d;
    padding: 13px 30px;
    color: #fff;
    left: 50%;
	/*font-size: 25px;*/
	font-size: 20px;
	transform:translateX(-50%);
}
.servi-sec{
	padding-bottom: 15px;
}
.gray-bdr p{
	color: #1e1e1e;
    padding-top: 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin: 0px;
    padding-bottom: 10px;
}
#product-page{
	padding: 20px 0px 40px 0px;
}
.pro-bdr{
	/*border: 1px solid #0d0d0d;*/
    margin-top: 40px;
    margin-bottom: 10px;
}
.owl-controls{display:none !important;}
/*.pro-bdr:hover,
.pro-bdr:focus{
	border:1px solid #db8826;
}*/
#product-page h4{
	margin: 0px;
    text-align: center;
    padding: 15px 0px 10px 0px;
    font-size: 20px;
    font-weight: 600;
	
}

#product-page h4:hover,
#product-page h4:focus{
	color: #db8826;
}
#contact-page{
	padding: 40px 0px 0px 0px;
    position: relative;
    min-height: 359px;
    margin-bottom: 50px;
}
/*Contact form*/


.contact1 h1{
	color:#000;
	font-size: 28px;
	text-transform: uppercase;
	font-weight:600;
	margin:0 0 40px;
}
.contact1 .form-control{
	border: 1px solid #e4e4e4;
	border-radius:0;
	box-shadow: none;
	text-shadow: none;
}
.contact1 input{height:45px;}
.sec1{padding-right:25px;}
.contact1 textarea.form-control{height:165px;}
.contact1 .btn-default{
	background: #db8826;
	height:40px;
	font-size: 15px;
	border-radius: 0;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	border:none;
	line-height: 15px;
	
}
form.form-horizontal {
    float: left;
    width: 100%;
    padding-right: 25px;
}
.contact_address .fa{
	color:#009145;
	margin-right: 20px;
	font-size: 16px;
    font-weight: 800;
	margin-top: 10px;
}
.contact_address ul li{
    list-style: none;
    display: inline-flex;
    font-size: 14px;
    font-style: italic;
	line-height: 34px;
    color: #666666;
	width:100%;
	float: left;
}
.con-side{
	position: absolute;
	right: 0px;
}
.con-side{
	width: 65%;
    /* height: 75%; */
    background-image: url(../images/con-side-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    min-height: 318px;
}
.con-side:before{
	content: '';
    position: absolute;
    border-top: 318px solid #fff;
    border-right: 80px solid transparent;
}
#contact-page h3{
	margin: 0px;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.con-add, .con-email a, .con-phone a, .con-tel a{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px;
	text-decoration: none;
	color: #000;
	line-height: 25px;
}

.con-add:before{
	content: url(../images/location.svg);
	width: 14px;
	height: 20px;
	left: 0px;
	top: 3px;
	position: absolute;
}

.con-phone a:before{
	content: url(../images/mob.svg);
	width: 13px;
	height: 19px;
	left: 0px;
	top: 3px;
	position: absolute;
}
.con-tel a:before{
	content: url(../images/tele.svg);
	width: 12px;
	height:11px;
	left: 0px;
	top: px;
	position: absolute;
}
.con-email a:before{
	content: url(../images/email.svg);
	width: 18px;
	height: 14px;
	left: 0px;
	top: 0px;
	position: absolute;
}

/*Foundry Division*/
#foundry-page{padding: 0px 0px 20px 0px;}
#foundry-page h2{
	text-transform: uppercase;
    margin: 0px;
    font-size: 30px;
    line-height: 45px;
    color: #1e0805;
    padding-bottom: 10px;
}
#foundry-page p{
	 text-align: justify;
    font-size: 15px;
    line-height: 24px;
}
.img_cnt p{
	text-align: center !important;
	margin: 15px 0 0;
	color:#000;
	font-weight: bold;
}
.expertise{margin:30px 0 30px;display: inline-block;}
.capacity {
    margin: 20px 0 20px 0;
}
.ser .pump h4{color:#db8826;}
.ser .pump ul{margin-left:3%;}
.pump{margin-bottom: 30px;}
.pump h4{
	font-size: 20px;
}

.pump ul li, .expertise ul li, .capacity ul li{
	margin-left: 2%;
	font-size: 15px;
	line-height: 30px;
}
/*media quary*/

@media screen and (max-width:359px){
	.slide-text{
		top:20%;
	}
	
	#footer{
		text-align: center;
	}
	
	.ftr_img{
		display: inline-block;
	}
	
	.pump img{
		width: 100%;
	}
	
		
	
	#machining img{
		width: 100%;
	}
}

@media (min-width:360px) and (max-width:479px){
	.slide-text{
		top:30%;
	}
	
	#footer{
		text-align: center;
	}
	
	.pump img{
		width: 100%;
	}
	
	.ftr_img{
		display: inline-block;
	}
	
		
	
	#machining img{
		width: 100%;
	}
}

@media (min-width:480px) and (max-width:520px){
	
	#footer{
		text-align: center;
	}
	
	.ftr_img{
		display: inline-block;
	}
	
	.slide-text{
		top:32%;
	}
	
	.why_width{
		width: 99% !important;
		margin: auto;
	}
	
	.why_width .col-md-4{
		width: 32.5%;
		float: left;
	}
	
	#why_choose figure{
		width: 140px !important;
	}
	
	#why_choose figure .center-block{
		width: 35%;
	}
}

@media (min-width:521px) and (max-width:767px){
	.why_width{
		width: 95% !important;
		margin: auto;
	}
	
	.why_width .col-md-4{
		width: 33%;
		float: left;
	}
	
	.slide-text{
		top:40%;
	}
	
	.mbl_wdth{
		width: 50%;
		float: left;
	}
	
	.work_wdth1,
	.work_wdth2,
	.work_wdth3,
	.work_wdth4{
		float: left;
	}
	
	.work_wdth1{
		width: 28%;
	}
	
	.work_wdth2{
		width: 42.5%
	}
	
	.work_wdth3{
		width: 28%;
	}
	
	.work_wdth4{
		width: 43.2%;
	}
	
	.content, .content.mg_btm{
		margin-bottom: 18.5px !important;
	}
	
	.content-details h3{
		font-size: 14px !important;
	}
}

@media screen and (max-width:767px){

	
	p.mech{
		margin: 20px 0px 20px 0px;
		font-size:14px;
	}
	
	#machining .nav-tabs{
		margin-bottom: 20px;
	}
	
	.tabs-left > li.active > a::after{
		content: none;
	}
	
	#foundry-page h2{
		font-size: 18px;
		line-height: 34px;
	}
	
	.f_bg img, .f_bg2 img{
		margin-top: 25px;
	}
	
	.txt_pd{
		padding: 0px 15px 15px;
	}
	
	#foundry-page .nav > li > a{
		padding: 10px 15px;
	}
	
	.pump h4{
		padding: 0px;
	}
	
	.lft_mg{
		margin-left: 0px !important; 
	}
	
	.pd1{
		padding: 10px 0px 0px;
	}
	
	.foundry_list li.hnd_icon::before{
		left: 10px;
	}
	
	.foundry_list li.hnd_icon{
		padding-left: 40px;
	}
	
	#foundry-page .nav-tabs > li a, #machining .nav-tabs > li a{
		font-size: 16px;
	}
	
	.foundry_list li{
		font-size: 14px;
		padding-right: 15px;
	}
	
	.foundry_list li::before{
		top:0px;
	}
	
	.foundry_list li{
		text-align: justify;
	}
	
	.pump ul li, .expertise ul li, .capacity ul li{
		font-size: 14px;
		text-align: justify;
		line-height: 24px;
	}
	
	.pump, .expertise{
		display: block;
	}

	.pd{
		padding: 0px 15px !important;
	}
	
	.machine_sec1, .f_bg,
	.machine_sec2, .f_bg2{
		width: 93%;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
		display: block;
		padding: 15px 15px 25px 15px;
	}
	
	.expertise{
		margin-bottom: 10px;
	}
	
	.owl-carousel{
		margin-bottom: 10px;
	}
	
	.breadcrumb ul{
		padding: 0px 10px;
	}
	
	.breadcrumb{
		margin-bottom: 0px;
	}
	
	#foundry-page h2{
		font-style: normal;
		font-size: 20px;
	}
	
	.mission, .vision{
		margin: 20px 15px;
		padding: 10px 15px 0px;
	}
	
	.vision{
		margin-bottom: 0px;
	}
	
	.mission_det{
		padding: 0px;
	}
	
	#foundry-page p{
		margin-bottom: 0px;
	}
	
	.breadcrumb ul li a{
		font-size: 14px;
		font-style: normal;
	}
	
	#foundry_div h2, #forging_div h2{
		text-align: left;
		font-size: 23px !important;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	
	#menu .navbar{
		margin-top: 0px;
	}
	
	.logo{
		margin-top:10px;
	}
	
	.div_img1:before{
		content: none !important;
	}
	
	#sub_banner h1{
		font-size: 20px;
		top:55%;
		-webkit-transform: translate(-50%, -55%);
		-moz-transform: translate(-50%, -55%);
		transform: translate(-50%, -55%);
	}
	#menu .navbar{border-radius:0;}
	.menu_bg, #menu .navbar:before{
		display: none;
	}
	
	.slide-text > a.btn-default, 
	.slide-text > a.btn-primary{
		font-size: 12px;
		padding: 8px 15px;
	}
	
	.slide-text{
		padding: 10px 20px;
	}
	
	.slide-text h1{
		margin-bottom: 5px;
		margin-top: 0px;
	}
	#we_use h2{padding:0;}
	.slide-text > p{
		width: auto;
		font-size: 14px;
	}
	
	.head_lst, .logo{
		text-align: center;
	}
	
	.head_lst{
		margin-top: 10px;
	}
	#foundry_div h2::before, #foundry_div h2::after, #forging_div h2::before, #forging_div h2::after{display:none;}
	.head_lst li a{
		font-size: 14px;
	}
	
	.head_lst li:first-child a{
		padding-right: 10px;
	}
	
	#menu .navbar-toggle{
		padding: 9px 10px;
		margin-top: 4px;
		margin-bottom: 0px;
	}
	
	#menu .navbar{
		min-height: inherit;
	}
	
	#menu .navbar-brand{
		height: auto;
		padding: 10px 15px;
		font-size: 16px;
	}
	
	#menu{
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	.navbar-header{
		background: #e7b362;
	}
	
	#menu .navbar-nav li a{
		padding: 12px 15px;
		font-size: 14px;
	}
	
	#menu .navbar-nav{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#menu .navbar-nav li{
		padding: 0px;
	}
	
	.navbar-brand{
		color: #fff;
	}
	
	#menu .navbar-toggle .icon-bar{
		background: #fff;
	}
	
	.menu_bg{
		position: relative;
		background: transparent;
	}
	
	#copyright{
		padding: 10px 0px;
	}
	
	#copyright .text-left,
	#copyright .text-right{
		text-align: center;
		font-size: 13px;
		line-height: 24px;
	}
	
	.back-to-top{
		right: 15px;
		bottom: 10px;
	}
	
	#footer{
		padding: 20px 0px 14px;
	}
	
	.flw_tle{
		padding-top: 0px;
	}
	
	#footer p, #footer ul li a{
		font-size: 14px;
	}
	
	#footer h3{
		margin-top: 0px;
		padding:0px 15px 20px;
		font-size: 18px;
	}
	
	.content, .content.mg_btm{
		margin-bottom: 15px;
	}
	
	.content-details h3{
		font-size: 18px;
	}
	
	#our_works{
		padding: 25px 0px 10px;
	}
	
	#foundry_div p{
		text-align: justify;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 8px;
	}
	
	#foundry_div{
		padding: 25px 0px;
	}
	
	#foundry_div h2, #our_works h2{
		font-size: 26px;
		margin-bottom: 15px;
	}
	
	#foundry_div h2::before, #foundry_div h2::after{
		content: none;
	}
	
	#why_choose figure{
		width: 175px;
		margin: 25px auto 0px;
		border-top-right-radius: 90px;
		padding: 30px 0px 20px;
	}
	
	#why_choose figcaption{
		padding-top: 15px;
		font-size: 16px;
	}
	
	#why_choose{
		padding: 20px 0px 30px;
	}
	
	#why_choose h2{
		font-size:26px;
		padding-bottom: 0px;
	}
	
	#we_use{
		min-height: inherit;
		padding: 30px 0px;
	}
	
	#what_we_are{
		min-height: inherit;
		padding: 5px 0px 10px;
	}
	
	#we_use h2{
		line-height: inherit;
		font-size: 16px;
		font-style: normal;
	}
	
	.what_cont a{
		padding: 5px 15px;
		font-size: 13px;
	}
	
	.what_cont h2{
		font-size: 23px;
		padding-bottom: 1.2%;
	}
	
	#foundry-page p, .what_cont p,
	#foundry_div p, #forging_div p{
		font-size: 14px;
		text-align: justify;
		line-height: 22px;
	}
	
	.what_cont p,
	#foundry_div p, #forging_div p{
		padding-bottom: 2%;
	}
	
	#header{
		position: relative;
	}
	
	.head_lst li a{
		color: #000;
	}
	
	.what_right{
		display: none;
	}
	
    #about-page{
		padding: 20px 0px 20px 0px;
	}
	#about-page h2{
		font-size: 23px;
		padding-bottom: 10px;
	}
	#abt-page-sec-2 h4{
		margin-bottom: 20px;
	}
	#abt-page-sec-2{
		padding-bottom: 10px;
	}
	#abt-page-sec-3{
		padding: 30px 0px 20px 0px; 
	}
	#abt-page-sec-3 h2{
		font-size: 25px;
		line-height: 29px;
	}
	#service-page-1{
		padding: 25px 0px 20px;
	}
	.servi-sec img{
		width: 100%;
	}
	.gray-bdr{
		margin: 0px 0px 25px 0px;
		top: 20px;
		border-radius: 20px;
		padding: 25px 15px 15px 15px;
	}
	
	.gray-bdr h3{
		top: -17px;
		background: #0d0d0d;
		padding: 9px 20px;
		color: #fff;
		font-size: 20px;
	}
	.gray-bdr p{
		line-height: 28px;
		padding-bottom: 0px;
	}
	#product-page {
    padding: 20px 0px 10px 0px;
    }
	.pro-bdr {
    border: 1px solid #0d0d0d;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    }
	#product-page h4{
		font-size: 18px;
	}
	.con-side{
		display: none;
	}
	#contact-page {
    padding: 20px 0px 0px 0px;
    min-height:0px;
    margin-bottom: 20px;
    }
	#contact-page h3{
		font-size: 25px;
		padding-bottom: 15px;
	}
	
	.div_img1, .div_img{margin-top:15px;}
	
	#foundry-page .nav-tabs, #foundry-page .nav-tabs li{width:97% !important; float: none; margin:10px auto;}
	.expertise{padding:15px 0 15px;}
	
}
@media screen and (min-width:768px){ li.dropdown:hover > .dropdown-menu { display: block; } }

@media (min-width:768px) and (max-width:991px){
	.mission, .vision{
		overflow: hidden;
	}
	
	.what_right{
		display: none;
	}
	
	.div_img1:before{
		content: none !important;
	}
	
	#foundry-page .nav-tabs > li a, #machining .nav-tabs > li a{
		font-size: 17px;
	}

	
	.img_cnt img{
		width: 100%;
	}
	
	.pump img{
		width: 100%;
	}
	
	.pump{
		overflow: hidden;
	}
	
	.pump h4{
		padding: 0px;
	}
	
	.lft_mg{
		margin-left: 0px;
	}
	
	#menu .navbar-right .dropdown-menu{
		top:46px !important;
	}
	
	#foundry-page h2{
		font-size: 24px;
	}
	
	.mission_det{
		padding: 0px;
	}
	
	.tabs-left > li.active > a::after{
		display: none;
	}
	
	.quality_cnt{
		margin-top: 0px;
	}
	
	#machining .nav-tabs{
		margin-bottom: 20px;
	}
	
	#menu .navbar::before{
		display: none;
	}
	
	#sub_banner h1{
		font-size: 24px;
		top:80%;
		-webkit-transform: translate(-50%, -80%);
		-moz-transform: translate(-50%, -80%);
		transform: translate(-50%, -80%);
	}
	#menu{margin-top:50px;display:inline;}	
	#menu .navbar-nav li a{
		padding: 15px;
		font-size: 14px;
	}
	
	#foundry_div h2, #forging_div h2{font-size:23px;}
	#foundry_div h2::before, #foundry_div h2::after, #forging_div h2::before, #forging_div h2::after{top:14px;}
	.what_cont h2{
		padding-bottom: 1.5%;
		font-size: 23px;
	}
	
	.what_cont p{
		padding-bottom: 1%;
	}
	
	.what_cont{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#why_choose h2{
		padding-bottom: 35px;
	}
	
	#why_choose{
		padding: 25px 0px 35px;	
	}
	
	#foundry_div h2::before, #foundry_div h2::after{
		width: 33%;
	}
	
	#footer p{
		margin-bottom: 20px;
	}
	
	.work_wdth1{
		width: 28%;
	}
	
	.work_wdth2{
		width: 43.777%
	}
	
	.work_wdth3{
		width: 28%;
	}
	
	.work_wdth4{
		width: 43.7%;
	}
	
	.content.mg_btm{
		margin-bottom: 23px;
	}
	
	#our_works{
		padding: 28px 0px 10px;
	}
	
	.content-details h3{
		font-size: 20px;
	}
	
	.ftr_img{
		float: left;
	}
	
	#abt-page-sec-3{
		padding: 20px 0px 20px 0px;
	}
	#abt-page-sec-3 h2{
		font-size: 23px;
        line-height: 30px;
	}
	.servi-sec img{
		width: 100%;
	}
	#service-page-1{
		padding: 30px 0px 0px 0px;
	}
	.servi-sec{
		padding-bottom: 0px;
	}
	.gray-bdr{
		margin: 15px;
		padding: 20px;
	}
	
	.gray-bdr h3{
		padding: 8px 15px;
		font-size: 23px;
	}
	.gray-bdr p{
		padding-bottom: 0px;
	}
	#foundry-page .nav > li > a {
    	padding: 10px 20px;
	}
	.expertise{width:100%;}
	#menu .navbar-nav li{padding:0px 2px;}
	
		
}

@media screen and (max-width:991px){
	#machining{
		margin-bottom: 0px;
	}
	
	.fnd_img{
		width: 91%;
		margin: 10px auto 0px;
		display: block;
	}
	
	.what_left{
		display: none;
	}
	
	.what_right{
		position: relative;
	}
	
	.why_width{
		width: 100%;
	}
	
	.div_img::before{
		content: none;
	}
	
	.ftr_img{
		margin: 0px;
	}
}

@media (min-width:992px) and (max-width:1200px){
	#menu{
		top:-20px;
		right: 20px;
	}
	
	#foundry-page .nav-tabs > li a, #machining .nav-tabs > li a{
		font-size: 18px;
	}
	
	#menu .navbar-nav li{
		padding: 0px 2px;
	}
	
	#menu .navbar-nav li a{
		padding: 15px 10px;
		font-size: 14px;
	}
	.navbar-right {
		float: right !important;
		margin-right: 35px;
	}
	#foundry_div h2, #forging_div h2{font-size:24px;}
	.why_width{
		width:95%;
	}
	#foundry_div h2::before, #foundry_div h2::after, #forging_div h2::before, #forging_div h2::after{top:14px;}
	#foundry_div p{
		font-size: 13.5px;
		padding-bottom: 0px;
		line-height: 21px;
	}
	
	.prdt_pd{
		padding-left: 50px;
	}
	#abt-page-sec-3 h2{
		font-size: 30px;
        line-height: 36px;
	}
	
	.gray-bdr{
		margin: 15px;
		padding: 25px;
	}
	.servi-sec{
		padding-bottom: 0px;
	}
	#service-page-1{
		padding: 30px 0px 0px 0px;
	}
	.gray-bdr h3{
		padding: 8px 15px;
		font-size: 23px;
	}
	.gray-bdr p{
		padding-bottom: 0px;
	}
	
	
	
}

@media screen and (min-width:991px){
	.work_wdth1{
		width: 28%;
	}
	
	.work_wdth2{
		width: 43.777%
	}
	
	.work_wdth3{
		width: 27.55%;
	}
	
	.work_wdth4{
		width: 44%;
	}
}

@media screen and (min-width:1201px){
	.what_cont p{
		width: 95%;
	}
	
	/*.prdt_pd{
		padding-left: 60px;
	}*/
	
	/*#menu{
		top:-35px;
	}*/
}

@media screen and (min-width:768px){
	#menu .navbar-collapse{
		padding: 0px;
	}
	
	#menu .navbar-brand{
		display: none;
	}
	
	.flt_rgt{
		float: right;
	}
	#menu .navbar-right .dropdown-menu{right:0;left:0}
	#menu .dropdown-menu{
		margin-top: 5px;
		border-radius: 5px;
		min-width:210px;
		background: rgba(222, 148, 55, 0.8);
	}
	#menu .dropdown-menu li a{
		background:none !important;
		margin-bottom: 2px;
		display: inline-block;
	}
	#menu .dropdown-menu li a:hover{background:rgba(0, 0, 0, 0.7) !important;}
	/*#menu .navbar-nav li{
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		transform: skewX(-20deg);
		padding: 0px 7px;
	}

	#menu .navbar-nav li span{
		-webkit-transform: skewX(20deg);
		-moz-transform: skewX(20deg);
		transform: skewX(20deg);
		display: block;
	}*/
}

/*Hover*/
.view {
  
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
	border-radius: 20px;
	
  
}

.view .mask,
.view .content {
  
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
	height: auto;
	  width:100%;
}

.view img {
  display: block;
  position: relative;
 width:100;
	border-radius: 20px;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  width:100%;
	border:2px solid #e4e4e4;
	border-radius: 20px;
}

.view-first .mask {
  opacity: 0;
  /*background-color: rgba(24, 51, 209, 0.8);*/
  transition: all 0.4s ease-in-out;
	height:189px;
	border-radius: 20px;
	padding:70px;
	border: 5px solid #da9a43;
	
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first .mask a{
	color:#fff;
	font-size:20px;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
}
.view-first .mask p{
	font-size: 15px;
	color:#fff;
	margin-bottom: 0;
}
/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}
.view_detail{margin-top:15px;}
.view_detail p{
	color:#383838;
	font-size: 14px;
	margin: 5px 0 0;
}
.view_detail a{
	color:#fff;
	text-decoration: none;
	background: #E64F52;
    text-align: center;
    padding: 5px;
}


.img-hover-effect {
    position: relative;
    display: block;
    height: 100%;
   
}

.img-hover-effect img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/

.img-hover-effect:hover img {
    transform: scale(1.1);
}

.slider {
  margin: 10px 0;
  width: 500px; /* Update to your slider width */
  height: 400px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

.nav-tabs > li > a:hover{
		border-radius: 0px;
	}