* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
	font-family: poppins;
	color:#222222;
}
a:hover {
	text-decoration: none;
	color:#222222;
}
body {
	background: #f5f5f5;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: poppins;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: poppins;
}
ul {
	margin: 0px;
	padding: 0px;
}
.clearfix {
	clear: both;
}
input[type="radio"], input[type="checkbox"] {
    display:none;
}
p {
	font-size: 16px;
	color: #636262;
	line-height: 30px;
	font-weight: 400;
}
h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	background: url(../images/red-line.png) top left no-repeat;
	padding-top: 15px;
}
h1 {
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 0;
	background: url(../images/red-line.png) top left no-repeat;
	padding-top: 15px;
}
.header-outer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 30px 0px;
	background: #fff;
}
.header-outer .header-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.header-outer .header-content .logo-sec {
	float: left;
}
.header-outer .header-content .header-right {
	float: right;
}
.header-outer .header-content .header-right li {
	position: relative;
	margin-left: 50px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}
.header-outer .header-content .header-right li .img-sec {
	float: left;
	width: 40px;
}
.header-outer .header-content .header-right li .img-content {
	float: right;
	font-size: 20px;
	color: #222222;
	padding-left: 15px;
	font-weight: 500;
	width: calc(100% - 40px);
}
.header-outer .header-content .header-right li:first-child {
	margin-left: 0px;
}
.header-outer .header-content .header-right li span {
	font-size: 22px;
	color: #f22c2b;
	font-weight: 400;
}
.nav-sec {
	width: 100%;
	background: #f6f6f6;
}
.nav-sec .nav-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.nav-sec .nav-content li {
	display: inline-block;
	margin-left: 50px;
	line-height: 70px;
}
.nav-sec .nav-content li:first-child {
	margin-left: 0px;
}
.nav-sec .nav-content li a {
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-sec .nav-content li a:hover {
	background: url(../images/red-line.png) bottom center no-repeat;
	padding-bottom: 24px;
	color: #f22c2b;
}
.nav-sec .nav-content li .active {
	background: url(../images/red-line.png) bottom center no-repeat;
	padding-bottom: 24px;
	color: #f22c2b;
}
.nav-sec .nav-content .search-sec {
	float: right;
	background: #fff;
	margin-top: 15px;
	min-height: 39px;
	width: 240px;
	border-radius: 10px;
	border: 1px solid #e4e1e1;
}
.nav-sec .nav-content .search-sec input[type="text"] {
	width: 200px;
	line-height: 39px;
	border: none;
	background: none;
	text-indent: 15px;
	font-size: 15px;
	color: #222222;
}
.nav-sec .nav-content .search-sec .fa {
	position: absolute;
	right: 27px;
	cursor: pointer;
	top: 27px;
}
.banner-sec {
	width: 100%;
	height: auto;
	background: url(../images/banner-img.jpg) no-repeat;
	padding: 180px 0px 0px 0px;
	min-height:500px;
}
.banner-sec .banner-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.banner-sec .banner-content span {
	font-size: 40px;
	line-height: 65px;
	color: #f22c2b;
	font-weight: 500;
	display: block;
}
.banner-sec .banner-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	max-width: 594px;
	padding-bottom: 40px;
}
.banner-sec .banner-content li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	z-index: 1;
}
.banner-sec .banner-content li:last-child {
	margin-right: 0px;
}
.banner-sec .banner-content li .btn {
	width: 139px;
	height: 52px;
	line-height: 40px;
	background: #f22c2b;
	font-family: poppins;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.banner-sec .banner-content li .btn:hover {
	background: #d81615;
}
.banner-sec .banner-content .btn::before {
	position: absolute;
	content: ' ';
	right: -4px;
	bottom: -4px;
	width: 89px;
	height: 35px;
	background: #fff;
	z-index: -1;
}
.about-sec {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.about-sec .about-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	background: url(../images/red-line.png) top left no-repeat;
	padding-top: 15px;
}
.about-sec .about-content p {
	font-size: 16px;
	color: #636262;
	line-height: 30px;
	padding-top: 30px;
}
.about-sec .about-content .read-btn {
	position: relative;
	width: 140px;
	height: 50px;
	line-height: 48px;
	background: #292929;
	font-family: poppins;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 48px;
	cursor: pointer;
	border: none;
}
.about-sec .about-content .read-btn:hover {
	background: #f22c2b;
	color: #fff;
}
.about-sec .about-content .read-btn:hover::before {
	display: none;
}
.about-sec .about-content .read-btn::before {
	position: absolute;
	content: ' ';
	right: -4px;
	bottom: -4px;
	width: 89px;
	height: 35px;
	background: #d81615;
	z-index: -1;
}
.about-sec .about-content .btn:hover {
	background: #181818;
}
.about-sec .about-content span {
	color: #f22c2b;
}
.about-sec .about-content form {
	margin-top: 30px;
}
.product-sec {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: url(../images/product-bg.png) no-repeat;
}
.product-sec .product-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.product-sec .product-content .img-sec {
	position: relative;
}
.product-sec .product-content .img-sec::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	background: rgba(0,0,0,1);
	opacity: 0;
}
.product-sec .product-content .img-sec:hover::after {
	opacity: .5;
}
.product-sec .product-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background: url(../images/red-line.png) left top no-repeat;
	padding-top: 15px;
}
.product-sec .product-content ul {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 40px;
}
.product-sec .product-content ul li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	width: calc(25% - 16px);
	padding-bottom: 30px;
}
.machinary-sec {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.machinary-sec .machinary-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.machinary-sec .machinary-content .img-sec {
	width: 100%;
	position: relative;
}
.machinary-sec .machinary-content .img-sec::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	background: rgba(0,0,0,1);
	opacity: 0;
}
.machinary-sec .machinary-content .img-sec:hover::after {
	opacity: .5;
}
.machinary-sec .machinary-content h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	background: url(../images/red-line.png) top left no-repeat;
	padding-top: 15px;
}
.machinary-sec .machinary-content span {
	color: #f22c2b;
}
.machinary-sec .machinary-content ul {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 35px;
}
.machinary-sec .machinary-content li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	width: calc(25% - 16px);
	padding-bottom: 12px;
}
.footer-sec {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-top: 60px;
	background: #fff;
	margin-top: 60px;
}
.footer-sec .footer-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.footer-sec .footer-content h2 {
	font-size: 24px;
	color: #222222;
	font-weight: 700;
	background: url(../images/red-line.png) left top no-repeat;
	padding-top: 15px;
}
.footer-sec .footer-content ul {
	padding-top: 20px;
}
.footer-sec .footer-content ul li {
	line-height: 35px;
	vertical-align: top;
}
.footer-sec .footer-content ul li:last-child {
	margin-right: 0px;
}
.footer-sec .footer-content ul li img {
	margin-right: 15px;
}
.footer-sec .footer-content ul li a {
	font-size: 15px;
	color: #222222;
}
.footer-sec .footer-content ul li a:hover {
	color: #f22c2b;
}
.footer-sec .footer-content .fa {
	margin-top: 30px;
	margin-left: 15px;
	font-size: 20px;
	color: #f22c2b;
	cursor: pointer;
}
.footer-sec .footer-content .fa:hover {
	color: #222222;
}
.footer-sec .footer-content .links li {
	display: inline-block;
	margin-right: 18px;
}
.footer-sec .footer-content .links li a {
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
}
.footer-sec .footer-content .links li a:hover {
	color: #f22c2b;
	text-decoration: underline;
}
.footer-sec .footer-content .links li .active {
	color: #f22c2b;
}
.footer-sec .footer-content p {
	font-size: 16px;
	color: #636262;
	padding: 25px 0px;
}
.footer-sec .footer-content input[type="text"] {
	width: 259px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	border: none;
	margin-bottom: 10px;
	text-indent: 15px;
	border: 1px solid #e4e1e1;
}
.footer-sec .footer-content input[type="submit"] {
	width: 97px;
	height: 43px;
	line-height: 43px;
	background: #f22c2b;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	border: none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
}
.footer-sec .footer-content input[type="submit"]:hover {
	background: #222222;
}
.footer-bottom {
	margin-top: 70px;
	background: #222222;
	padding: 22px 0px;
}
.footer-bottom .footer-bottom-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.footer-bottom .footer-bottom-content h2 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}
.mob-menu {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #f22c2b;
	display: none;
	position: fixed;
	z-index: 99;
}
.mob-menu ul {
	padding: 50px;
}
.mob-menu ul li {
	line-height: 50px;
}
.mob-menu ul li a {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.mob-menu ul li a:hover {
	color: #222222;
}
.mob-menu-toggle {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 28px;
	top: 29px;
	text-align: right;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.mob-menu-toggle .fa {
	font-size: 25px;
}
/*about us*/
.sub-banner-sec {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: url(../images/banner-img.jpg) left center no-repeat;
	padding: 100px 0px;
}
.sub-banner-sec .banner-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.sub-banner-sec .banner-content h1 {
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
}
.welcome-sec {
	margin: 0 auto;
	width: 100%;
	padding-top: 70px;
}
.welcome-sec .welcome-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.welcome-sec .welcome-content .img-sec {
	position: relative;
	width: 100%;
}
.welcome-sec .welcome-content .img-sec::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	background: rgba(0,0,0,1);
	opacity: 0;
}
.welcome-sec .welcome-content .img-sec:hover::after {
	opacity: .5;
}
.welcome-sec .welcome-content h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 0px;
}
.welcome-sec .welcome-content p {
	font-size: 16px;
	line-height: 30px;
	color: #636262;
	padding-top: 15px;
}
.welcome-sec .welcome-content ul {
	margin-top: 40px;
	margin-right: -10px;
	margin-left: -10px;
}
/*our-product*/
.welcome-sec .component-sec{
	padding-top:30px;
	margin:0 auto;
	max-width:1200px;
}
.welcome-sec .component-sec p{
	font-size: 16px;
	line-height: 30px;
	color: #636262;
	padding-top: 15px;
}
.welcome-sec .component-sec ul{
	padding-top:15px;
}
	
.welcome-sec .component-sec ul li{
	line-height:30px;
	font-size:16px;
	color: #4f4d4d;
	font-weight:500;
}
.welcome-sec .product-img{
	margin:0 auto;
	max-width:1200px
}
.welcome-sec .product-img ul{
	padding-top:40px;
}
.welcome-sec .product-img ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	width: calc(25% - 24px);
	margin-bottom: 30px;
}
.welcome-sec .product-img ul li:last-child {
	margin-right: 0px;
}
	
/*infra*/
.inf-machine-sec {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.inf-machine-sec .inf-machine-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.inf-machine-sec .inf-machine-content h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: capitalize;
}
.table-sec{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
	padding:40px 0px;
}
.table-sec .table{
	width:70%;
	display:table;
	font-size:16px;
	color:#222222;
	border:none;
	
}
.table-sec .table th, .table td{
	padding:12px;
	text-align:left;
	display:table-cell;
	border:thin solid #bbb7b7;
	text-align:left;
}
/*contact*/
.welcome-sec .welcome-content h3 {
	font-size: 20px;
	line-height: 30px;
	color: #f22c2b;
	font-weight: 500;
	padding-top:10px;
}
.welcome-sec .welcome-content .contact p {
	padding-top: 10px;
	line-height:24px;
}
.welcome-sec .welcome-content .contact ul {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.welcome-sec .welcome-content .contact ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: calc(100% - 24px);
	vertical-align: top;
	font-size: 20px;
	margin-bottom:20px;
}
.welcome-sec .welcome-content .contact strong{
	font-size:18px;
	color:#222222;
	text-transform:uppercase;
}
.map-sec {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.map-sec .map-content {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1200px;
}
.welcome-sec .welcome-content p input[type="text"] {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-indent: 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	padding-left: 20px;
}
.welcome-sec .welcome-content p textarea {
	width: 100%;
	height: 140px;
	padding-left: 20px;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	line-height: 50px;
}
.welcome-sec .welcome-content p input[type="submit"] {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #222222;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}
.welcome-sec .welcome-content p input[type="submit"]:hover {
	background: #d81615;
}
