

/************************************* section1 *************************************/


.section1 {
    padding-top: 80px;
    padding-bottom: 60px;
}


.formBar .myBtn{
    margin-top: -15px;
}



.threeCharts .onePieChart {

    max-width: 360px;
}

.threeCharts .onePieChart .textArea {
    margin-top: -55px;
   
}


.threeCharts .onePieChart .textArea h2 {
/*    font-size: 65px;*/
    font-size: 53px;
}

.threeCharts .onePieChart .textArea h2 span {
    font-size: 18px;
}

.threeCharts .onePieChart .textArea .description {
    font-size: 16px;
    line-height: 27px;

}




/************************************* section2 *************************************/


.section2 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.section2 .container-fluid {
    max-width: 1310px;
}

.section2 .container-fluid table.table tr th.c1,
.section2 .container-fluid table.table tr th.c4{
    width:10%;
}

.section2 .container-fluid table.table tr th.c2,
.section2 .container-fluid table.table tr th.c3{
    width:40%;
}



/************************************* section6 *************************************/

.section6 {
    padding-top: 130px;
    padding-bottom: 80px;
    background-color: #F2F2F2;
    text-align: left;
}



.section6 .fiveChart .oneChart {
    height: 236px;
    padding-left:10px;
    padding-right: 10px;
}



/************************************* section7 *************************************/

.section7{
    padding-top: 80px;
    padding-bottom: 80px;
}



.section6 .fiveChart .oneChart .bg .content .people {
    font-size: 18px;
    top:10px;
}

.section6 .fiveChart .oneChart .year {
    font-size: 13px;
}

.section6 .fiveChart .happyPeople {
   width:100px;
    height: 100px;
    margin-left: -50px;
}



