.page-banner.about {
	background: url(../images/about-banner.jpg);
}
.head {
    color: #41258a;
}
.about-sec2outer {
    position: relative;
    overflow: hidden;
}
.about-sec2outer:before {
    content: '';
    background-image: url(../images/sec2-bg.png);
    width: 900px;
    height: 100%;
    position: absolute;
    left: 37%;
    top: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.about-sec2 {
    background-color: #eaebed;
    position: relative;
    overflow: hidden;
}
.about-sec2 .z-6of12 {
    z-index: 9;
    position: relative;
}
.about-sec2 .z-6of12.right {
    margin-bottom: 0;
    bottom: -16px;
}
.about-sec2 .right img {
    margin: -11px 0 0 0;
}
.about-sec3 img {
    display: inline-block;
    margin: 1%;
    width: 21%;
}
.about-sec3 a.link {
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 25px;
    background-color: #50c2e1;
    color: #fff;
    margin-top: 25px;
}
.about-sec3 a.link:hover {
    background-color: #3a3a3a;
}






@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.about-sec2 .right {
	    display: none;
	}
    .about-sec2outer {
        padding-top: 0;
    }
    .about-sec2outer::before {
        display: none;
    }
    .about-sec2 .z-6of12 {
        padding-bottom: 0;
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
	.about-sec2outer {
	    padding: 0;
	}
	.about-sec2 .z-6of12 {
	    padding: 50px 0 0 0;
	}
}
@media screen and (max-width: 479px) {
    .about-sec3 img {
        margin: 1%;
        width: 46%;
    }
}