.z-default-subpage-header.about { 
    background-image: url(../images/about-banner.jpg);
}
.z-default-subpage-header.contact {
    background-image: url(../images/contact-banner.jpg);
}
.z-default-subpage-header.videos {
    background-image: url(../images/videos-banner.jpg);
}
.hsec1, .consec2, .videossec2 {
    background-image: url(../images/hsec1bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: -6px;
    background-color: #008fb4;
}
.hsec1 .box {
    max-width: 395px;
    position: relative;
}
.hsec1 .box .text {
    position: absolute;
    left: 0;
    bottom: 17%;
    color: #fff;
    width: 100%;
    padding: 0 60px;
    transform: translateY(-50%);
    text-align: center;
}
.hsec1 .box .text a.cbtn {
    padding: 10px;
    width: 100%;
    margin: 20px 0 0 0;
}
.hsec2 a {
    text-decoration: underline;
    font-weight: bold;
}
.hsec2 a:hover {
    text-decoration: none;
}
.hsec4 {
    background-image: url(../images/hsec2bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	
}
.hsec4 .right {
    border-left: 2px solid #02637c;
}
.hsec4 .right .text {
    padding: 0 65px 10px 65px;
    font-weight: bold;
}
.hsec5 {
    background-color: #f5f5f5;
}

.aboutsec2 {
    background-image: url(../images/aboutsec2bg.jpg);
    background-size: auto 100%;
    background-position: center top;
}
.aboutsec2 .right {
    padding-left: 130px;
    padding-top: 40px;
}
.aboutsec2 .left {
    padding-top: 60px;
    padding-bottom: 30px;
}
.consec2 input[type="text"], .consec2 textarea, .consec2 .spform input[type="checkbox"], .consec2 .spform button  {
    width: 100%;
    margin: 8px 0;
}
.consec2 .spform input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}
.consec2 .spform button {
    margin-top: 0;
}
.consec2 textarea {
    height: 170px;
    margin-bottom: 15px;
}
.consec2 label {
    color: #fff;
}
.consec2 .text a:hover {
    color: #f26924;
}
.map {
    display: inline-block;
    width: 100%;
}
.consec2 .spform input, .consec2 .spform textarea, .consec2 .spform select, .consec2 .spform button, .consec2 .spform table.table-list {
    width: 100% !important;
}
.consec2 .spform .z-manager-edit-head, .consec2 .spform a.zPrivacyPolicyLink {
    color: #fff;
}
.consec2 .spform input[type="checkbox"] {
    width: auto !important;
}

@media screen and (max-width: 1362px) {
	.hsec1 .box .text {padding: 0 30px;}
}
@media screen and (max-width: 992px) {
	.hsec4 .right {border-left: none;}
	.hsec4 .z-6of12 {height: auto !important;}
	.aboutsec2 {background-image: none;margin-bottom: 0;}
	.aboutsec2 .left {padding-top: 0;padding-bottom: 0;}
	.aboutsec2 .right {padding-left: 15px;padding-top: 0;}
	
}
@media screen and (max-width: 767px) {
	.hsec4 .right .text {padding: 0 0 20px 0;}
}
@media screen and (max-width: 479px) {	
}