.h-sec1 .box {
    background-color: #50c2e1;
    border-radius: 5px;
    padding: 30px;
}
.h-sec1 .box img.icon {
    border-radius: 50%;
    border: 5px solid #d3d0d5;
}
.h-sec1 .box a.link, .h-sec2 a.link, .h-sec3 a.link, .h-sec4 a.link, .h-sec6 a.link {
    display: inline-block;
    position: relative;
    background-color: #895fc5;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    width: 230px;
    padding: 15px;
    border-radius: 25px;
    bottom: -52px;
}
.h-sec1 .box a.link:hover, .h-sec2 a.link:hover, .h-sec3 a.link:hover, .h-sec4 a.link:hover, .h-sec6 a.link:hover {
    background-color: #3a3a3a;
}
.h-sec2outer {
    position: relative;
    overflow: hidden;
}
.h-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;
}
.h-sec2 {
    background-color: #eaebed;
    position: relative;
    overflow: hidden;
}
.h-sec2 .z-6of12 {
    z-index: 9;
    position: relative;
}
.h-sec2 .z-6of12.right {
    margin-bottom: 0;
    bottom: -16px;
}
.h-sec2 .head, .h-sec3 .head, .h-sec4 .head, .h-sec6 .head  {
    color: #41258a;
    font-weight: 600;
}
ul.list li {
    padding: 0 0 20px 25px;
    line-height: 28px;
    position: relative;
}
ul.list li a {
    color: #50c2e1;
}
ul.list li a:hover {
    color: #000;
}
ul.list li:before {
    content: "\f10c";
    font-family: FontAwesome;
    color: #00a6d7;
    position: absolute;
    top: 0;
    left: 0;
}
.h-sec2 a.link, .h-sec3 a.link, .h-sec4 a.link, .h-sec6 a.link {
    background-color: #50c2e1;
    color: #fff;
    text-align: center;
    bottom: 0;
    margin-top: 10px;
}
.h-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.h-sec3 .z-6of12.left {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}
.h-sec3 .z-6of12.right .z-6of12 {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 49px 10px;
}
.h-sec3 .z-6of12.right .z-6of12 .head2 {
	color: #fcf69e;
}
.h-sec3 .z-6of12.right .z-6of12 .text {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
	padding: 0 22px;
}
.h-news {
    border-top: 1px solid #c6c2cb;
    display: inline-block;
}
.h-news-main .h-news:first-child {
    border-top: 0px solid #c6c2cb;
}
.h-news a.thumb {
    width: 22%;
    float: left;
}
.h-news a.thumb img {
	width: 100%
}
.h-news .news-info {
    width: 78%;
    float: left;
}
.h-news .news-info .title a {
    color: #41258a;
}
.h-news .news-info a.more {
    color: #50c2e1;
    display: inline-block;
    margin: 10px 0 0 0;
}
.h-news .news-info a.more:hover, .h-news .news-info .title a:hover {
    color: #000;
}
.h-sec5 {
    background-image: url(../images/h-sec5-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.h-sec5 .testi {
    background-color: rgba(81, 44, 133, .83);
    padding: 100px 50px;
    position: relative;
}
.h-sec5 .text {
    line-height: 32px;
}
.h-sec5 .testi .pagination {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.h-sec5 .testi:before, .h-sec5 .testi:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 50px;
}
.h-sec5 .testi:before {
    content: "\f10d";
    left: 40px;
    top: 40px;
}
.h-sec5 .testi:after {
    content: "\f10e";
    right: 40px;
    bottom: 40px;
}
.h-sec6 img {
    display: inline-block;
    margin: 1%;
    width: 21%;
}







@media screen and (max-width: 1362px) {
	.h-sec3 .z-6of12.right .z-6of12 {
	    padding: 30px 10px;
	}

}
@media screen and (max-width: 992px) {
	.h-sec1 .box {
	    max-width: 395px;
	}
	.h-sec2outer::before {
	    left: 37%;
	    top: auto;
	}
	.h-sec2 .z-6of12.right {
	    display: none;
	}
	.h-sec2 .head.z-t-36 {
	    margin-top: 30px;
	}
	.h-sec3 .z-6of12.right .z-6of12 {
	    max-width: 290px;
	}
	.h-sec5 .z-4of12 {
	    display: none;
	}
    .h-sec2outer {
        padding-top: 0;
    }

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {
	.h-news a.thumb, .h-sec5 .testi::before, .h-sec5 .testi::after {
	    display: none;
	}
	.h-news .news-info {
	    width: 100%;
	    padding: 0;
	}
	.h-sec5 .testi {
	    padding: 30px;
	}
	.h-sec5 .testi .pagination {
	    position: relative;
	    bottom: 0;
	    left: 0;
	    margin-top: 30px;
	}
	.h-sec2outer {
	    padding: 0;
	}
    .h-sec6 img {
        margin: 1%;
        width: 46%;
    }
}