.z-default-subpage-header.expe {
    background-image: url(/images/experience-banner.jpg);
}
.expe-sec1 {
    background-image: url(../images/h-sec3bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.expe-sec2 {
    background-image: url(../images/expe-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.expe-sec3 {
    background-image: url(../images/h-sec4bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.expe-sec4 {
    background-color: #eeeeee;
}
.expe-sec4 .box {
    max-width: 395px;
}
.expe-sec5 {
    background-color: #1d252c;
}
.expe-sec5 .box {
    background-image: url(../images/quick-linkbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    max-width: 395px;
}
.expe-sec5 .box .box-inn {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
}
.expe-sec5 .box .text {
    line-height: 33px;
}
.expe-sec5 .box a {
    color: #000;
    text-decoration: underline;
}
.expe-sec5 .box a:hover {
    text-decoration: none;
}
.expe-sec5 .z-container .box:nth-child(2) p {
    text-align: left;
}
.expe-sec5 .box .text strong {
    display: inline-block;
    float: right;
    font-weight: normal;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
    .expe-sec2, .expe-sec3 {
        background-image: none;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .expe-sec3 {
        background-color: #ededed;
    }
}
@media screen and (max-width: 479px) {
}