#return-to-top {
    position: fixed;
    /*addding z index to fix layering on mobile */
    z-index: 1000; 
    bottom: 20px;
    right: 20px;
    background: #670c81;
    background: #670c81;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #be9fc7;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
/* body{background: #eee ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;} */


/* TIMELINE1.PHP */

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    /* z-index: 400; */
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #670c81;
    left: 20px;
    width: 20px;
    height: 20px;
    /* z-index: 400; */
}


/*FONT COLOR FOR EXPERIENCE tIMELINE */

.experience h6 {
    font-size: 16px;
    color: #670c81;
    display: inline-block;
}

/* ICONS for previous NEXT */

.thumb .img-fluid{
    max-width: 100%;
    height: 50px;


}

/*GITHUB  BUTTON */
.banner_content .github .banner_btn_btn {
    padding: 0px 42px;
    line-height: 50px;
    background-image: linear-gradient(to right, #303030 0%, #8f8f8f 48%, #c0c0c0 100%);
    background-size: 200% auto;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    transition: all 300ms linear 0s;}
    .banner_btn:hover {
      background-position: right center;
      color: #fff; }

