

.about-container{
    background: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin: 0 0 40px 0;
    -webkit-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.15);
}

/* SIDE BAR START */     
.sideBar-container{
    color: white;
    background: #2c3e50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 30%;
}

.avatar{
    content: url("../img/photo.jpg");
    width: 100%;
}


/* TECH-SKILLS START */
.skillsContainer{
    margin: 25px;
}

.techSkills-container{
    margin: 0 0 25px 0;
}

.techSkills-title{
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.techSkills-list{
    color:#ffb535;
}

.techSkills-listItem{
    color: #e6e6e6; 
}

/* TECH-SKILLS END */


/* SOFT-SKILLS START*/
.softSkills-container{
    margin: 0 40px;
}

.softSkills-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0 0 25px 0;
}

.softSkills-list{
    color: #ffb535;
}

.softSkills-listItem{
    color: #cfd1d4;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
/* SOFT-SKILLS END */

/* SIDE BAR FINISH */



/* ABOUT ME START */
.aboutMe-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 25px 45px 45px 45px;
  color: black;
}

.from{
    display: flex;
    align-items: center;
    color: #ffb535;
    font-weight: bold;
    font-size: 18px;
}

.flag{
    margin: 0 0 0 7px;
    width: 18px;
    height: 18px;
}

.aboutMe-name{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.aboutMe-workPlace{
    color: #ffb535;
    font-weight: bold;
}

.nameOfCompany-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.company-logo{
    margin: 0 10px 0 0;
    display: flex;
    max-width: 45px;
}

.partners {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.aboutMe-dict{
    margin: 5px 0 0 0;
    text-indent: 20px;
}

.WorkExperience-container{
    margin: 40px 0 15px 0;
}

.exp-item{
    margin: 0 0 35px 0;
}

.WorkExperience-title{
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px black;
}

.profession-title{
    font-weight: bold;
    margin: 15px 0 0 0;
}
.profession-place{
    color: #ffb535;
    font-weight: bold;
}

.flItem{
    display: flex;
    flex-direction: column;
    margin: 0 25px 0 0;
}

.date{
    margin: 0;
}

.professional-list{
   margin: 5px 0 0 0;
   text-indent: 20px;
}

.education{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0 0 0;
}

.education-title{
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px black;
}

.education-universityTitle{
    color: #ffb535;
    font-weight: bold;
    margin: 15px 0 0 0;
}
   

.education-direction{
    font-weight: bold;

}

    /* ABOUT ME END */



.download svg{
    width: 25px;
    height: 25px;
    margin: 0 0 0 5px;
    fill: black;
    transition: transform 0.3s ease;
}

.download svg:hover{
    fill: #ffb535;
    transform: scale(1.2);
}

.download-education{
    color: #000;
    font-weight: bold;
}

.download-education :hover{
    color: #ffb535;
}




