body{

padding-top: 50px;

}



.container {

padding-top: 15px;
padding-bottom: 80px;

  }
.carousel-inner > .item {min-height:550px; background-size:cover; background-position: center center}


.container .box
{
    width: 25%;
    float: left;

}


.container .box .chart1
{
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 110px;
}

.container .box .chart2
{
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 110px;
}


.container .box .chart3
{
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 110px;
}


.container .box canvas
{
  position: absolute;
  top:0;
  left:0;
}


hr {
    display: block;
    border-color: darkorange;
    border-width: 3px;
}







