body {
    background: #eee;
    font-family: 'Quicksand', sans-serif;
}

.footer {
    height: 120px; background: url('../img/footer.png') no-repeat center bottom;
}


.intro {
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    color: #226C96;
}

.copyright {
  text-align: center;
  font-size: 10px;
}

hr {
   border-top: 1px dashed #ccc;
}

.ants {
    margin-top: 125px;
    margin-bottom: 50px;
}

.antz {
    margin-top: 50px;
    margin-bottom: 50px;
}
.reachus {
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    padding: 10px;
    border-top: 1px dotted #1D90FC;
    border-bottom: 1px dotted #1D90FC;
    margin-bottom: 75px;
    max-width: 600px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0px #ccc;
    -webkit-box-shadow: 0px #ccc;
     box-shadow: 0 0 0px #ccc;
     border: 0px solid #fff;
    left: -5px;
     background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.cycle{position:fixed;bottom:0px;left:-1500px}