@charset "utf-8";
/* CSS Document */

.event-01 header .header-body {
    background: url("../images/mathedgebanner2.jpg") no-repeat center center;
    min-height: 360px;
    background-size: cover;
    position: relative;
}

.event-01 .events-list-03 {
    background: #ffffff;
    padding: 40px 0;
}


.home_version_02 .stu-parent-say-area {
    background: transparent url("../images/hearfrompeers.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 100px 0;
}

.section-header-box {
	    margin-bottom: 65px;
	}

.home_version_02 .Welcome-area {
    padding: 100px 0px 10px;
}

.home_version_02 .Welcome-area .wel-text-box .wel-text a {
    color: #323232;
    margin: 0px;
    text-decoration: underline;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.event-01 .events-list-03 .event-info a {
    color: #666;
    margin: 0px;
    text-decoration: underline;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}



.home_version_02 .Welcome-area .wel-text-box {
	    text-align: left;
	}
	.home_version_02 .Welcome-area .wel-text-box .wel-icon {
	    background-color: #11a692;
	    border-radius: 100%;
	    height: 120px;
	    margin: 0 auto;
	    position: relative;
	    width: 120px;
	}
	.home_version_02 .Welcome-area .wel-text-box .wel-icon:before {
	    border: 8px solid rgba(254, 199, 34, 0.2);
	    border-radius: 100%;
	    content: "";
	    height: 114%;
	    left: -8px;
	    position: absolute;
	    top: -8px;
	    width: 114%;
	    z-index: 2;
	}
	.home_version_02 .Welcome-area .wel-text-box .wel-icon img {
	    height: 60px;
	    margin-top: 20px;
	    width: 60px;
	}
	.home_version_02 .Welcome-area .wel-text-box .wel-text {
	    margin-top: -60px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	    padding: 20px 10px 40px;
	    transition: all 0.3s ease-in-out;
	}