@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@charset "utf-8";
/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background:  url(../img/bg-grey.jpg);
    background-attachment: fixed;
    background-position: center center;
}

/*setup*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	
}

/* WRAPPER */
.wrapper{
    border-left: 10px solid rgba(0, 0, 0, 0.3);
    border-right: 10px solid rgba(0, 0, 0, 0.3);
}


/* HEADER */
.heads {
    text-align: center;
    height: relative;
}

.title-top {
    font-size: 56px;
    text-align: center;
    color: #212121;
}

.para-top {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #212121;
    padding-top: 20px;
}

.para-bot {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #212121;
    padding-top: 20px;
}

/* CONTENT */
.content-one {
    height: relative;
}

.color-one {
    background-color: #fff;
}

.letter {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
}

.bgheads-one {
    background-color: #4CAF50;
    padding: 15px 0 25px 0;
    
}

.content-two {
    height: relative;
}

.contwo {
    background-color: #fff;
    padding: 15px 0 15px 0;
}

.title-content-two {
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.cons-two {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #212121;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.panels {
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    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;
}

.title-content-three {
    font-size: 42px;
    text-align: center;
    color: #212121;
}

.letter-three {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-four {
    height: relative;
}

.confour {
    background-color: #fff;
    padding: 15px 0 25px 0;
}

.title-content-four {
    font-size: 56px;
    text-align: center;
    color: #4CAF50;
}
.para-content-four {
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #4CAF50;
    padding-bottom: 60px;
}

.para-second {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #4CAF50;
    padding-top: 20px;
    padding-bottom: 25px;
}

.imgs {
    padding: 1px;
    border: 1px solid #cea049;
}

.letter-four {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 25px;
}

hr {
    width: 50%;
}

.panels-two {
    background-color: #212121;
    color: #fff;
    line-height: 28px;
    padding: 50px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.panels-other {
    background-color: #212121;
    color: #fff;
    line-height: 28px;
    padding: 10px 50px 30px 50px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.panel-default {
    border-color: transparent;
}

.title-course {
    font-size: 24px;
    font-weight: 700;
    color: #cea049;
}

.para-course {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
}

.content-five {
    height: relative;
}

.bgheads-five {
    background-color: #4CAF50;
    padding: 15px 0 25px 0;
    
}

.title-content-five {
    font-size: 42px;
    text-align: center;
    color: #212121;
}

.letter-five {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-six {
    height: relative;
}

.consix {
    background-color: #fff;
    padding-bottom: 25px;
}

.title-content-six {
    font-size: 42px;
    text-align: center;
    color: #4CAF50;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #FF5252;
}

.title-ps {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/* FOOTER */
.foots {
    height: 75px;
    padding-top: 25px;
}

.text-foots {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}