@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@charset "utf-8";
/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
/*setup*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
    font-weight: 700;
	
}

/* HEADER */
.heads {
    text-align: center;
    height: relative;
    background-color: #2c2c2c;
    border-bottom: 2px solid #cea049;
    padding: 20px 10px 20px 10px;
}

.title-top {
    font-size: 58px;
    text-align: center;
    color: #cea049;
}

.para-top {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.para-bot {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

/* CONTENT */
.content-one {
    height: relative;
    background-color: #fff;
    border-bottom: 2px solid #2c2c2c;
    padding: 20px 10px 20px 10px;
}

.letter {
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 24px;
}

.content-two {
    height: relative;
    background-color: #2c2c2c;
    border-bottom: 2px solid #cea049;
    padding: 20px 10px 20px 10px;
}

.title-content-two {
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.cons-two {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.panels {
    font-size: 24px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 28px;
    padding: 25px 25px 10px 25px;
}

sup {
    font-size: 13px;
    color: red;
}

.botimage {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

.content-three {
    height: relative;
    background-color: #fff;
    border-bottom: 2px solid #2c2c2c;
    padding: 20px 10px 20px 10px;
}

.title-content-three {
    font-size: 42px;
    text-align: center;
    color: #2c2c2c;
}

.letter-three {
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-four {
    height: relative;
    background-color: #2c2c2c;
    border-bottom: 2px solid #cea049;
    padding: 20px 10px 20px 10px;
}

.para-second {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
}

.imgs {
    padding: 1px;
    border: 1px solid #cea049;
}

.letter-four {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 25px;
}

hr {
    width: 50%;
}

.panels-two {
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 28px;
    padding: 10px 25px 10px 25px;
}

.title-course {
    font-size: 24px;
    font-weight: 700;
    color: #cea049;
}

.para-course {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.content-five {
    height: relative;
    background-color: #fff;
    border-bottom: 2px solid #2c2c2c;
    padding: 20px 10px 20px 10px;
}

.title-content-five {
    font-size: 42px;
    text-align: center;
    color: #2c2c2c;
}

.letter-five {
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-six {
    height: relative;
    background-color: #2c2c2c;
    border-bottom: 2px solid #cea049;
    padding: 20px 10px 20px 10px;
}

.title-content-six {
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #cea049;
}

.title-ps {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
}

/* FOOTER */
.foots {
    height: relative;
    background-color: #fff;
    padding: 20px 10px 20px 10px;
}

.text-foots {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}