h2{
  font-size: 26px;
}
.left-title-l{
  border-bottom: 1px solid #bdbdbd;
  padding: 5px;
  background: #efefef;
}

.left-div{
  padding: 8px;
  
}

.left-profile{
  /*background: #2F4266; /*#1C4189;*/
  text-align: center;
  padding: 18px;
  min-height: 166px;
  border-bottom: 1px solid #ececec;
}

.left-profile img{
  max-width: 160px;
  max-height: 125px;
  border-radius: 8px;
  /*width: 100%;*/
  float: left;
}

.left-profile-text{
  margin-top: 11%;
  font-size: 26px;
}

.left-profile-external{
  background-color: #fff; 
  border: 1px solid #dbdbdb;
  min-height: 85px;
}

.left-profile-external img{
  max-width: 153px;
  padding: 4px;
  width: 100%;
}


footer{
  font-size: 12px;
}

#footer-right{
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  opacity: 33%;
  float: right;
  padding: 6px;
}

.external_url img{
  width: 24px;
  margin-right: 15px;
}

.skills-width{
  /*width: 48%;*/ 
  float: left; 
  margin-right: 2%
}

.bg_1 {
  background: #fff;
  border: 1px solid #e8b847;
  border-radius: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 2.5;
}

.logo-left img{
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.logo-right img{
  float: right;
  margin-right: 10px;
}

.third{
  margin-bottom: 18px;
}

@media only screen and (max-width: 955px) {
    
     .left-profile img{
        float: none;
      }

    .left-profile-text{
      margin-top: 10px;
      font-size: 23px;
    }

}

@media only screen and (max-width: 602px) {
    
    
  .left-profile img{
    max-width: 200px;
    max-height: 150px;
  }
   

}
@media only screen and (max-width: 483px) {
    
    
  .logo-left{
    text-align: center;
  }

  .logo-left img{
    float: none;
  }

  .logo-right{
    text-align: center;
  }

  .logo-right img{
    float: none;
  }
  
  .skills-front{
    display: none;
  }
  .bar-item{
    clear: inline-start;
  }

}

@media only screen and (max-width: 360px) {
    
    
  .left-profile img{
    max-width: 160px;
    max-height: 125px;
  }
   

}