/*--------------------------------------------------//
/$$$$$$   /$$$$$$   /$$$$$$   /$$$$$$
/$$__  $$ /$$__  $$ /$$__  $$ /$$__  $$
| $$  \ $$| $$  \__/| $$  \__/| $$  \__/
| $$$$$$$$| $$ /$$$$| $$      |  $$$$$$
| $$__  $$| $$|_  $$| $$       \____  $$
| $$  | $$| $$  \ $$| $$    $$ /$$  \ $$
| $$  | $$|  $$$$$$/|  $$$$$$/|  $$$$$$/
|__/  |__/ \______/  \______/  \______/
Developed with loving code by http://www.agcs.works
For questions and support email info@agcs.works
//--------------------------------------------------*/
.graph1-bars {
    position: absolute;
    width: 40px;
    bottom: 25px;
    background-color: #061033;
    transition: background-color 0.3s;
}
.graph1-bars:hover,
.graph1-bars:last-child {
    background-color: #ff7704;
}
#bar1 {
    height: 11px;
    left: 180px;
}
#bar2 {
    height: 18px;
    left: 267px;
}
#bar3 {
    height: 40px;
    left: 352px;
}
#bar4 {
    height: 70px;
    left: 438px;
}
#bar5 {
    height: 108px;
    left: 524px;
}
#bar6 {
    height: 145px;
    left: 609px;
}
#bar7 {
    height: 164px;
    left: 696px;
}
#bar8 {
    height: 180px;
    left: 781px;
}
#bar9 {
    height: 251px;
    left: 867px;
}
#bar10 {
	height: 325px;
    left: 966px;
}
