@charset "utf-8";
/* CSS Document */
html, body {
	min-height: 100%;
}

body {
	font-family: Poppins-Regular;
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;	
}

*{
	box-sizing: border-box;
	font-family: 'Poppins-Regular';
	
} 

h1, h2, h3, h4, h5, h6{ 
	font-weight:normal;
	margin: 0;
}
p{
	margin: 0
}

ul,ol,li{
	list-style: none;
	list-style-type:none;
    margin:0;
	padding:0;
}
button{
    outline:none;
}
img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	    border: #c1c1c1;
}

input, textarea {
	outline: none;
	border: none;
}
input::-webkit-input-placeholder {
	color:#fff; 
} 

input:-moz-placeholder { 
	color:#fff; 
} 

input::-moz-placeholder {
	color:#fff; 
} 

input:-ms-input-placeholder {
	color:#fff; 
} 

textarea {
	resize: none;
	overflow: auto;
}
.clear{
	clear: both;
}
.loading-let-us-right video {
    width: 100%;
}
.loading-to-banner{position: relative;}
.loading-to-banner img{width: 100%;}
.loading-to-banner-text {
    position: absolute;
    left: 12.5%;
    top: 40%; 
    max-width: 1440px; 
    margin: auto;
}
.loading-to-banner-text h2{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.loading-to-banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.loading-to-banner-text a {
    display: inline-block;
    background: #0051a0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 219px;
    height: 55px;
    line-height: 55px;
    margin-top: 45px;
}
.loading-page-positon {
    max-width: 1440px;
    margin: 40px auto;
}
.loading_we_are h2,.loading-might-like h2,.loading-water-box h2 {
    background: #e94034;  
    font-size: 32px;
    color: #fff;
    padding: 20px 50px;
    font-weight: bold;
}
.loading_we_are p{
	font-size: 14px;
	color: #080808;
	line-height: 22px; 
	padding: 0px 20px 10px 20px;  
	margin: auto;
}
.loading_we_are_box{
	padding: 0px 50px;
}
.loading_we_are_box>ul,.loading-water-box-eight>ul{
	display: flex;
	flex-flow: wrap;
}
.loading_we_are_box>ul>li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 1px 5px 7px 2px #00000005;
	transition: 0.5s
}
.loading_we_are_box>ul>li:nth-child(4n){
	margin-right: 0%;
}
.loading_we_are_box>ul>li img{
	width: 100%;
	transition: 0.5s;
}
.loading_we_are_box>ul>li h4{ 
	font-size: 18px;
	color: #333;
	padding: 15px 20px 0px 20px;
	text-transform: capitalize;
	word-break: break-all; 
	font-weight: bold;
}
.box-scale{
	overflow: hidden;
}
.loading_we_are_box>ul>li:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.loading_we_are{margin-bottom: 30px}
/*
.loading-water-box h2{
	font-size: 32px;
	color: #0051a0;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 15px;
}
*/
.loading-water-box>p{
	font-size: 16px;
	color: #080808;
	line-height: 25px;
	padding: 20px 50px 
}
.fire-video-all{
	margin-bottom: 15px;
}
.loading-water-box-eight ul li img{
	width: 100%;
}
.loading-water-box-eight ul li{
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 4%;
	text-align: center;
}
.loading-water-box-eight ul li:nth-child(4n){
	margin-right: 0;
}
.loading-water-box-eight ul li h4{
	font-size: 18px;
	color: #333;
	margin: 20px 0;
	font-weight: bold;
}
.loading-water-box-eight ul li p{
	font-size: 16px;
	color: #080808;
	line-height: 25px;
	height: auto;
}
.send-now{
	display: inline-block;
	border: 1px solid #333;
	font-size: 16px;
	text-align: center;
	width: 176px;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	color: #333;
	margin-top: 40px;
	transition: 0.5s;
	cursor: pointer;
}
.send-now:hover{
	background: #e94034;
	color: #fff;
	transition: 0.5s;
	border: 1px solid #e94034
}
.loading-water-box{
	margin-bottom: 20px;
}
.loading-waterproof h3,.loading-experience-all h3,.waterproof-zipper-all h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
}
.loading-waterproof p,.loading-experience-all h3,.waterproof-zipper-all p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.waterproof-zipper-all{
	margin-bottom: 40px
}
.waterproof-zipper-all-box{
	margin-bottom: 40px
}
.loading-three-flex {
    width: 30%;
    text-align: center;
    margin-right: 5%;
}
.loading-three-flex span {
    height: 100px;
    width: 100px;
    display: inline-block;
}
.loading-three-flex:nth-child(3) {
    margin-right: 0%;
}
.loading-three-flex-all {
    display: flex;
    flex-flow: wrap;
    margin: 60px 0;
	display: none
}
.loading-water-box-eight.four {
    margin: 40px 0 20px 0;
}
.loading-experience-all p{
	font-size: 16px;
	line-height: 25px;
}
.loading-experience-all a,.loading-let-us-left a{
	display: inline-block;
	background: #0051a0;
	font-size: 16px;
	text-align: center;
	width: 193px;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	color: #fff;
	margin-top: 40px;
	transition: 0.5s
}
.loading-three-flex p{
	font-size: 18px;
	margin-top: 10px;
	color: #333;
}
.loading-experience-all p{
	color: #111;
}
.loading-let-us { 
    margin-top: 40px;
}
.loading-let-us-left h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	margin-top: 40px;
}
.loading-let-us-left{
	float: left;
	width: 45%;
}
.loading-let-us-right{
	float: right;
	width: 48%;
}
.loading-let-us-right img{
	width: 100%;
}
.loading-let-us-left p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.loading-let-us-left a img,.loading-experience-all a img {
    padding-left: 20px;
}
.h3-waterproof{
	font-size: 16px!important;
}


@media screen and (max-width: 1450px){
	.index-banner-text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6!important; 
}
	.index-banner-text h1 {
    font-size: 44px;
}
	.loading_we_are h2, .loading-might-like h2,.loading-water-box h2 {
    font-size: 24px;
}
	.loading_we_are p {
    font-size: 14px;
    line-height: 22px;
}
	.loading_we_are_box>ul>li{
		width: 49%;
		margin-right: 2%;
	}
	.loading_we_are_box>ul>li:nth-child(2n) {
    margin-right: 0!important;
}
	.loading-water-box h2 { 
    font-size: 24px;
    line-height: 40px;
}
	.loading-water-box>p {
    font-size: 14px;
    line-height: 22px;
}
	.loading-water-box-eight ul li {
    width: 48%;
    margin-right: 4%;
}
		.loading-water-box-eight ul li:nth-child(2n) {
    margin-right: 0!important;
}   
	.loading-water-box-eight ul li{
		margin-bottom: 2%;
	}
	.loading-water-box-eight ul li h4{
		margin: 10px 0;
	}
/*
	.loading-water-box h2{
		margin-bottom: 10px;
	}
*/
	.loading-page-positon{margin-top: -10px;}
/*
	.loading-water-box>p{
		margin-bottom: 20px;
	}
*/
	.send-now {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
		font-size: 14px;
}
	.product-all{
		max-width: 94%;
	}
	.index-banner-text h1{
		line-height: 50px;
	}
}

@media screen and (max-width: 768px){
	.loading_we_are h2, .loading-might-like h2,.loading-water-box h2 {
    font-size: 16px;
    text-align: center;
}
	.loading_we_are p,.loading-water-box>p{text-align: center;}
	.loading_we_are h2, .loading-might-like h2, .loading-water-box h2{
		padding: 20px;
	}
	.loading_we_are_box>ul>li {
    width: 100%;
    margin-right: 0!important;
	margin-bottom: 5%;
}
	.loading-water-box h2 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
	.loading-water-box-eight ul li {
    width: 100%;
    margin-right: 0!important;
}
	.loading-waterproof h3, .loading-experience-all h3, .waterproof-zipper-all h3{
		margin-bottom: 20px
	}
	.loading-waterproof p, .loading-experience-all h3{
		font-size: 14px;
	}
	.loading-waterproof p, .loading-experience-all h3, .waterproof-zipper-all p {
    font-size: 14px;
    line-height: 22px;
}
	.loading-experience-all a, .loading-let-us-left a{
		margin-top: 20px;
		font-size: 14px;
	}
	.loading-let-us-left {
    float: left;
    width: 100%;
		margin-bottom: 5%;
}
	.loading-let-us {
		margin-top: 25px;
	}
	.loading-let-us-right {
    float: right;
    width: 100%;
}
	.loading_we_are_box>ul>li h4{  
		font-size: 16px;
	}
}

.py-banner img{width: 100%;}


.index-banner-text.second{
	top: 95px;  
}
.index-banner-text.secone h1,.index-banner-text.secone p{
	color: #f28300;
}

.pad-p{ 
	padding: 30px 50px!important; 
}
.foot-logo img {
    width: 100%;
    height: auto;
}