@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont/iconfont.woff2') format('woff2'),
      url('iconfont/iconfont.woff') format('woff'),
      url('iconfont/iconfont.ttf') format('truetype'),
      url('iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2 {
	margin: 0;
	font-size: 40px;
	font-family: Georgia,Arial,Open Sans, sans-serif;
}
h1,h2,h3,h4,h5 {
	font-weight: 700;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after{
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Body */
body {
	font-family: "open-sans",sans-serif !important;
	font: 14px "open-sans",sans-serif !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
body {
    line-height: 24px;
    
}
/* Navigation */
header {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background-color: #363636;
	border-bottom: 1px solid #2C9AB7;
	border-left: 6px solid #de2828;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 20;
}
.logo_box {
	float: left;
	width:86%;
	height: 100%;
}
.logo {
	display: block;
	color: #fff;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	background: #e72828;
}
header nav ul {
	list-style: none;
	float: right;
	margin: 15px 0px;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	padding-left: 35px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.line {
	width: 90%;
	margin: 30px auto;
	border-bottom: 3px solid #f0f0f0;
}
.dream-valve-img {
	content: url(../images/dream-valve.png);
}
.more-products {
	width: 80%;
	margin: 30px auto;
}
.mulu a{
	color: #333;
}

.mulu ul li {
	line-height: 26px;
    margin-left: 20px;
    overflow: visible;
    list-style-type: disc;
}
.cricket-all {
	width: 60% !important;
	margin-left: 20%;
}
@media (max-width: 767px) {
	.cricket-all {
	width: 100% !important;
	margin-left: 0;
}
}
.product-item {
	text-align: center;
    padding: 20px 18px;
    background: #f8f8f8;
    margin: 30px 8px;
    height: 350px;
}
.product-item .img-a {
	display: block;
    min-height: 147px;
    width: 100%;
    height: 51%;
    background: #fff;
}
@media (max-width: 767px) {
	.product-item {
		margin: 30px 0;
	}
}
.product-item h4 {
	padding: 20px;
	font-size: 16px;
}
.product-item .price {
	padding-top: 0 !important;
	padding-bottom: 25px !important;
	font-size: 25px;
}
.product-item a:hover {
	/*color: #ffcb08;*/
}
.product-item .detail {
	width: 100%;
    display: inline-block;
    padding: 16px 0;
    background: #409915;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.product-item .detail:hover {
	background: #0897ff;
}
.icon-product {
	display: none;
}
.home {
	position: fixed;
    top: 50px;
    left: 40px;
    padding: 8px;
    padding-right: 4px;
    background: #222;
    border-radius: 4px;
    z-index: 10;
}

.home .overflow {
	overflow: hidden;
	display: inline-block;
}


.home:hover .inner-box {
	display: inline-block;
	width: 120px;
/*	transform: matrix(1, 0, 0, 1, 0, 0);*/
}
.home .inner-box {
	display: none;
	background: #222;
	vertical-align: top;
    transform: matrix(1, 0, 0, 1, -140, 0);
    transition: all 0.8s linear 0s; 
    width: 0;
}
.home .inner-box a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 0 6px;
}
.home .inner-box a:hover {
	color: #7acbe4;
}
.home span {
	font-size: 26px;
    color: #7acbe4;
}

.banner {
	width: 100%;
	height: 550px;
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.superwell-banner {
	background-image: url(../images/new_valve.jpg);
	text-align: center;
}

.superwell-banner h1 {
	color: #fff;
	font-size: 70px;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding-top: 150px;
}
.cricket-banner {
	background-image: url(../images/new_valve.jpg);
	text-align: center;
}
.dream-banner {
	background-image: url(../images/new_valve.jpg);
	text-align: center;
}
.cricket-banner h1 {
	color: #fff;
	font-size: 80px;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding-top: 150px;
}
.container h1 {
	color: #000;
	font-size: 40px;
	display: none;
}
.blank {
	background: #fff;
    width: 120%;
    height: 200px;
    transform: rotate(-2deg);
    position: absolute;
    bottom: -540px;
    
}
.container .inner {
	width: 80%;
	margin: 0 auto -200px;
	position: relative;
}
.container .header-Img {
	width: 96%;
	/*height: 540px;*/
	position: relative;
	/*left: 50%;*/
	/*margin-left: -50%;*/
	z-index: 1;
	text-align: center;
}
.container .header-Img img{
	width: 60%;
	height: 60%;
}
.container .header-Img .needle-img-head {
	width: 80%;
}
.container h1 {
	text-align: center;
	font-size: 50px;
}
.container p {
	text-align: center;
	padding: 28px !important;
	color: #4e4e4e;
    font-size: 22px;
    line-height: 1.6 !important;
}
.container .share {
	width: 80%;
    margin: 40px auto 80px;
    text-align: center;
}
.container .share h2 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #4e4e4e;
}
.container .share ul {
	text-align: center;
	display: inline-block;
}
.container .share ul li{
	float: left;
}
.container .share .iconfont {
	font-size: 30px;
	padding: 11px;
}
.container .share span {
	display: inline-block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.container .share span:hover {
	color: #fff;
	background-color: rgb(132, 228, 156);
}
.container .share a {
	color: #4e4e4e;
}
.container .part1 {
	position: relative;
	height: 1300px;
    background: #05050f url(../images/world_planet.png) no-repeat bottom;
    overflow: hidden;
}

.container .part1 p {
	color: #fff;
	line-height: 2 !important;
	padding: 0;

}
.container .part1 .inner {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.container .part .top p {
	margin: 40px auto;
	width: 70%;
}
.container .part .left {
	width: 50%;
	/*margin-top: 80px;*/
}
.container .part1 .blank-top {
	background: #fff;
    width: 120%;
    height: 200px;
    transform: rotate(-2deg);
    position: relative;
    top: -170px;
}
.container .part1 .blank-bottom {
	background: #fff;
    width: 120%;
    height: 200px;
    transform: rotate(-3deg);
    position: relative;
    bottom: -630px;
}
.container .part2 {
	width: 80%;
	margin: 0 auto;
}
.container .part2 .left {
	width: 60%;
	/*height: 400px;*/
	text-align: center;
}
.container .part2 img,.container .part3  img {
	width: 100%;
}
.container .part2 .needle-img {
	width: 60%;
}
.container .part3 .steel-needle {
}
.container .part3 .needle-img {
	width: 80%;
	margin-left: 10%; 
}
.container .part3 .needle-contains {
	width: 80%;
	margin-left: 10%; 
}
@media (max-width: 767px) {
	/*.container .part2 img,.container .part3  img {
		width: 150%;
		margin-left: -25%;
	}*/
	.cricket-img1 {
		width: 140% !important;
		margin-left: -20% !important;	
	}
	.superwell-all-img {
		width: 100% !important;
		margin-left: 0% !important;	
	}
	.superwell-img {
		width: 135% !important;
		margin-left: -20% !important;
	}
	.dream-img, .cricket-img {
		width: 120% !important;
		margin-left: -15% !important;
	}
	.needle-storage-space {
		width: 120% !important;
		margin-left: -20% !important;
	}
	.dream-precision {
		width: 125% !important;
    	margin-left: -12% !important;
	}
	.dream-needle {
		width: 130% !important;
    	margin-left: -20% !important;
	}
	.container .part3 .steel-needle {
		width: 120%;
		margin-left: -20%; 
	}
	.container .part3 .needle-img {
		width: 120%;
		margin-left: -26%; 
	}

}
.container .part2 .right {
	width: 40%;
	text-align: center;
	padding-top: 20px;
}
.container .part2 .right h2 {
	text-align: left;
    padding-left: 28px;
}
.container .part2 .right p {
	text-align: left;
}
.container .part3 {
	width: 80%;
	margin: 60px auto;
}
.container .buy {
	text-align: center;
	padding: 0;
}
.container .buy a {
	background: #66b645;
    border-radius: 30px;
    padding: 20px;
	font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.container .buy a:hover {
	background: #63a747;
	padding:20px 30px;
}
.container .part3 .left {
	text-align: right;
}
.container .part3 .left p {
	text-align: right;
}
.container .part3 .left h2 {
	text-align: right;
    padding-right: 28px;
}
.container .part3 .left {
	width: 40%;
}
.container .part3 .right {
	width: 60%;
	text-align: center;
	padding-top: 150px;
}
.specifi {
	margin-bottom: 30px;
	margin-left: 80px;
}
@media (max-width: 767px) {
	.specifi {
		margin-left: 0;
	}
}
.shipment {
	font-size: 20px;
	padding: 36px;
}
@media (max-width: 767px) {
	.shipment {
	   padding-left: 30px;
    padding-top: 30px;
}
	 
}
.shipment li {
	list-style-type: disc;
	    padding: 3px;
}
.list-box {
	border-top: 3px solid #f2f2f2;
	padding-top: 85px;
}
.list-box .head {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
.list-box h2 {
	text-align: center;
	font-size: 45px;
}
.list-box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.list-box .inner {
	width: 80%;
	margin: 0 auto;
}
.list-box ul li{
	width: 47%;
	float: left;
	margin: 3% 2% 0 0;
    border: 2px solid #fae8db;
}
.list-box ul li img{
	width: 100%;
	height: auto;

}
/* footer*/
.footer-desktop {

	margin-top: 80px;
	position: relative;
    width: 100%;
    height: auto;
    background: #F7F7F5;
    color: #1a1c1a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 50px 0;
    overflow: hidden;
}
.footer-desktop a {
	color: #666666;
}
.footer-desktop .out-ul {
	margin: 30px auto 0;
	width: 80%;

}
.footer-desktop .out-ul h5 {
	font-size: 20px;
}
.footer-desktop .inner-ul li {
	margin: 15px 0;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}
.footer-desktop .sitemap{
	width: 10%;
	margin-left: 6%;
}
.footer-desktop .services{
	width: 15%;
	margin-left: 5%;
}
.footer-desktop .latest-blog {
	width: 15%;
	margin-left: 10%;
}
.footer-desktop .in-touch{
	width: 24%;
	margin-left: 10%;
}
.footer-black {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #363636;
	color: #a3a4a3;
	font-size: 14px;
	/*text-transform: uppercase;*/
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	border-left: 6px solid #DE2828;
	border-right: 6px solid #DE2828;
}
.footer-black .inner{
	width: 80%;
	margin: 0 auto;
	padding-right: 8%;
}

.copyright {
	text-align: right;
}
}
/*footer end*/

/* Mobile */
@media (max-width: 320px) {

.container .logo_box {
	float: left;
	width: 100%;
	height: 100%;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
	
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.blank {
		bottom: -428px;
	}
	.banner {
		height: 130px;
		
	}
	.dream-valve-h1 {
		/*padding-top: 85px !important;*/
	}
	.dream-valve-img {
		content: url(../images/dream-valve-min.png);
	}
	.home {
		top: 20px;
		left: 5px;
	}
	.container h1 {
		font-size: 40px;
	}
	.container .logo_box {
		float: left;
		width: 100%;
		height: 100%;
	}
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #fff;
	}
	.container header nav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		float: none;
		overflow: auto;
		display: inline-block;
		background: #e72828;
	}
	header nav ul {
		padding: 0px;
		float: none;
		display: none;
	}
	nav ul li {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.icon-product {
		display: inline-block;
		margin-top: 12px;
		position: absolute;
    	right: 10px;
    	text-decoration: none;
	}

	.content_1 img {
		content: url(../images/cricket1_min.jpg);
		padding: 20px 0;
	}

	.content_2 img {
		content: url(../images/cricket2_min.jpg);
		padding: 20px 0;
	}
	.content_2 .description {
		padding: 20px;
	}
	.content_3 {
		padding: 10% 0;
		text-align: center;
	}
	.content_3 .right, .content_3 .left {
		float: none;
		width: 80%;
		padding: 20px;
	}
	.content_3 .imgLeft {
		padding-left: 0;
		content: url(../images/cricket3_min.jpg);
	}
	.content_3 .imgRight {
		content: url(../images/cricket4_min.jpg);
		padding-bottom: 35px;
	}
	.content_4  {
		padding: 0;
	}
	.content_4 ul {
		padding: 0;
	}
	.container .inner {
		width: 88%;
		padding: 40px 20px;
	}
	.container .share {
    	width: 100%;
    }
	.container .part .top p {
		margin: 0 auto;
		width: 100%;
	}
	.container .part .top p {
		line-height: 1.8;
	}
	.container .part .left {
    width: 100%;
    margin-top: 40px;
	}
	.container .part1 {
		height: 1700px;
	}
	.container .part1 .blank-top {
		display: none;
	}
	.container .part1 .blank-bottom {
		/*bottom: -1200px;*/
		display: none;
	}
	
	.container p {
		padding: 15px 0 !important;
		text-align: left;
	}
	.container .part2 .right h2 {
		padding-left: 0;
	}
	.container .part3 .left p{
		text-align: left;
	}
	.container .part2 .left {
		height: auto;
	}
	.container .part2 .right {
	    width: 100%;	
	}
	.container .part2 {
	    width: 80%;
	    margin: 0 auto;
	    /*height: 900px;*/
	}
	.container .part3 {
		height: auto;
	}
	.container .part3 .right {
	    width: 100%;
	    text-align: center;
	    padding-top: 0px; 
	}
	.container .header-Img {
		width: 100%;
		/*height: 300px;*/
		left: 0;
		margin-left: 0;

	}
	.container .inner {
		margin: 0 auto;
	}
	.list-box {
		padding-top: 45px;
	}
	.list-box ul li {
		width: 100%;
	}
	.in-touch {
		display: none;
	}
	.latest-blog {
		display: none;
	}
	.footer-desktop .sitemap, .footer-desktop .services{
		width: 40%;
	}
	.footer-desktop {
		margin-top: 0;
		padding: 0 0 30px;
	}
	.footer-black .inner {
		padding-right: 0;
	}
	.copyright {
		text-align: center;
	}

	.container .header-Img img{
		width: 115% !important;
    	height: 100%;
    	margin-left: -6%;
	}
	.container .part2 .needle-img {
    	width: 120%;
	}
	.cricket-banner {
		background-image: url(../images/cricket-banner-airforce.png);
		text-align: center;
	}
	.container h1 {
		display: block;
	}
	.superwell-banner {
		/*background-image: url(../images/superwell-banner-min.jpg);
		text-align: center;*/
	}
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {	
	.container .logo_box {
	float: left;
	width: 80%;
	height: 100%;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_3 {
	padding: 10% 0;
}
.content_3 .right {
	float: none;
	width: 80%;
	padding: 0 0 5%;
}
.content_3 .imgLeft {
	padding-left: 0;
}
.content_3 .left {
	padding: 5% 0;
	float: none;
	width: 80%;
}
.content_3 .imgRight {
	padding-right: 0;
}
}