#profile-name span {
    color: #338F4D;
}
#profile-name{
    color: black;
}
body{
    background-color: whitesmoke;
}
body b {
    font-weight: 500;
}
#up-body{
    background-color: rgb(82, 204, 129);
    min-height: 15rem;
    border-radius: 15px 15px 0 0;
}
#down-body{
    background-color: #F7ECDE;
    border-radius: 0 0 15px 15px;
}

/* ---------------------------------------------------------------------
          This is custom css -  Forcefully change bootstrap css
--------------------------------------------------------------------- */
.py-5 {
    padding-top: 2.75rem !important;
    padding-bottom: 1.1rem !important;
}
/*----------------end---------------*/

/* -------------------------------------------------------------------------------------------------------------------------------------
      Change service page down-body css, from index page       : py-8 it's look like bootstrap propaties but it not, I make this
------------------------------------------------------------------------------------------------------------------------------------- */
.py-8 {
    padding-top: 4.75rem;
    padding-bottom: 2.25rem;
}
/*----------------end---------------*/

#profile-image{
    position: relative;
    top: 2rem;
    left: 5rem;
    height: 15rem;
    border-radius: 9px;
}

#profile-image:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#name-section h1,h2{
    color: white;
}

a.fa {
  padding: 10px;
  font-size: 35px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-telegram {
  background: #0088cc;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
#down-text{
    color: black;
    margin-bottom: 15px;
    margin-top: 7px;
}
#email{
    color: #2D8F8A;
    text-decoration: none;
}
#email:hover{
    color: #B8405E;
}
#mobile{
    color: #2D8F8A;
    text-decoration: none;
}
#mobile:hover{
    color: #B8405E;
}
#down-link{
    color: #2D8F8A;
    text-decoration: none;
}
#down-link:hover{
    color: #B8405E;
}
#cv-button{
    color: rgb(99, 248, 99);
}
.list-item{
    color: tomato;
}
#more{
    color: #313552;
    margin-top: 25px;
}
#details{
    color: #313552;
    text-align: justify;
}
#detail{
    color: #2D8F8A;
}
@media screen and (max-width: 720px) {
  #profile-image{
    position: relative;
    top: 2rem;
    left: 5.2rem;
  }
}

@media (min-width: 768px) {
    .offset-md-4 {
        margin-left: 0;
    }
    #profile-image {
        left: 2rem;
    }
}
