.page-banner.waterproofing {
    background-image: url(../images/waterproofing-banner.jpg);
}
.head {
	font-weight: 600;
}
.waterproofing-sec1 img, .waterproofing-sec3 img {
	border: 5px solid #842532;
}
.waterproofing-sec2 {
    background-image: url(../images/waterproofing-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.waterproofing-sec2 img {
	border: 5px solid #fff;
}
.waterproofing-sec3 {
    background-image: url(../images/waterproofing-sec3-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.waterproofing-sec3 .box {
    border-top: 1px solid #3278af;
    padding: 50px 0 20px 0;
}
.waterproofing-sec3 .box:first-child {
    border-top: 0px solid #3278af;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}