.page-banner.projects {
    background-image: url(../images/projects-banner.jpg);
}
.head {
    font-weight: 600;
    color: #071d44;
}
.projects-sec1 {
    background-image: url(../images/projects-sec1-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.projects-sec1 .box {
    background-color: rgba(255, 255, 255, .6);
}
.projects-sec2 .box {
	max-width: 395px;
}
.projects-sec2 .box a {
    display: inline-block;
    background-color: #9c0b0b;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.projects-sec2 .box a:hover {
    background-color: #081e44;
}
.examples-main .examples-slider {
    padding: 0 5px;
    margin-bottom: 0 !important;
}
.examples-main .content-slider .slider-previous-button, .examples-main .content-slider .slider-next-button {
    width: 46px;
    height: 99px;
    background-color: #9c0b0b;
}

@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
    .projects-sec1 .box.z-column {
        padding: 15px 0 0 0;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}