@charset "utf-8";
/* CSS Document */

#page_body{
	background:url(bg-image.jpg);
}
#btn-free-consulation{
	background:url(../img/sprite-india-2.png) no-repeat scroll 18px 0px rgba(0, 0, 0, 0);
}
.sticky {
    bottom: 50px;
    position: fixed;
    z-index: 2000;
    left: 0;
}
.sticky-nav-wrapper {
    bottom:5%;
    left: 0;
    position: absolute;
}
.sticky-nav-wrapper a {
    cursor: pointer;
    display: block;
    height: 68px;
    left: 0;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 60px;
}
.sticky-nav-wrapper a:first-child {
     height: 170px;
}
.sticky-nav-wrapper a {
    display: block;
    height: 120px;
    left: -45px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
}
.sticky-nav-wrapper a:hover {
    left: -20px;
}
#btn-search-course{
	background:url(../img/sprite-india-2.png) no-repeat scroll 0 -480px rgba(0, 0, 0, 0);
}