html {
    scroll-behavior: smooth;
  }

body {
    height: 100%;
    background-image: url("../images/bg1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

/* Style the icon bar links */
.media-icons {
  margin-left: 20%;
  margin-right: 20%;
}
.media-icons a {
  display: block;
  text-align: center;
  padding: 12%;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.fa-github {
  background: #211f1f;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

  /* Profile container */
  .profile {
    margin: 20px 0;
  }
  
  /* Profile sidebar */
  .profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
  }
  
  .profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 70%;
    height: 70%;
    -webkit-border-radius: 20% !important;
    -moz-border-radius: 20% !important;
    border-radius: 20% !important;
  }
  
  .profile-usertitle {
    text-align: center;
    margin-top: 20px;
  }
  
  .profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  
  .profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .profile-userbuttons {
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }
  
  .profile-userbuttons .btn:last-child {
    margin-right: 0px;
  }
      
  .profile-usermenu {
    margin-top: 30px;
  }
  
  .profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
  }
  
  .profile-usermenu ul li:last-child {
    border-bottom: none;
  }
  
  .profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
  }
  
  .profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
  }
  
  .profile-usermenu ul li.active {
    border-bottom: none;
  }
  
  .profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
  }
  
  /* Profile Content */
  .profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
  }

  div.prof:hover{
    opacity: 1;
    transition: 0.5s;
  }
  div.prof{
      opacity: 0.9;
      transition: 0.5s;
  }
  .custom-bullet li {
    display: block;
}

  div.sticky
  {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .col-container {
  display: table;
  width: 100%;
  }

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: rgb(32, 166, 255);
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }

.progress {
    position: relative;
	  height: 25px;
}
.progress > .progress-type {
  margin: auto;
	position: absolute;
	left: 0%;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}

.box {
    position:relative;
    width: 240px;
    height:100px;
    box-sizing:border-box;
    text-align:center;
    margin:0 10px;
    background:#e0e0e0;
    overflow:hidden;
    border-radius:4px;
    box-shadow:0 0 0 2px rgba(0,7,10,1);
}
.box .icon {
    width:100%;
    height:100%;
    background:#e0e0e0;
    transition: 0.5s;
}
.box .icon .fa {
    font-size: 4em;
    line-height:100px;
    color: #e0e0e0;
}
.box:hover .icon {
    transform:scale(0);
}
.box .details {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#03a9f4;
    transition:0.5s;
    transform:scale(2);
    opacity:0;
}
.box:hover .details {
    transform:scale(1);
    opacity:1;
}
.box .details h3 {
    margin:0;
    padding:0;
    line-height:100px;
    font-size:24px;
    color:#fff;
}
.box .details:nth-child(2) .details {
    background:#e91e63;
}
.box .details:nth-child(2) .details {
    background:#607d8b;
}

.progress1 {
  height: 7px;
  border-radius: 0;
  background: #DDD;
  margin-bottom: 20px;
}
