body {
  padding-top: 54px;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   font-size: 0.85rem;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

 
  .user {
    position: relative;
    padding: 0px 5px 13px 5px;
  }
  
  .user .avatar {
    position: absolute;
    left: 20px;
    top: -75px;
    z-index: 2;
  }
  
  .user h2 {
    font-size: 1rem;
    line-height: 20px;
    display: block;
    float: left;
    margin: 4px 0px 0px 135px;
    font-weight: bold;
  }

h3 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.2rem;
}

  .img-profile{
      height:100px;
      width:100px;
  }

.bg-black {
background-color:#000000 !important;
}

.bg-green {
background-color:#64A40F !important;
}

.bg-blue {
background-color:#0271A8 !important;
}

.color-green{
    color: #64A40F !important;
  }

  .color-blue{
    color: #0271A8 !important;
  }

  .color-black{
    color: #000000 !important;
  }

  .color-white{
    color: #ffffff !important;
  }

  .btn {
    display: inline-block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .1rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

  .card-header {
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.03);
	color: #0271A8;
}
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.col-bg {
  background-color:#E5E5E5;
}