@font-face {
  font-family: "roboto";
  src: url(lib/font-Roboto/Roboto-Regular.ttf);
}

body {
  background-color: #eae8e7;
  color: #767270;
  z-index: 5;
}

* {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}

.MajorWrapper {
  width: 884px;

  margin: 24px auto 24px auto;
  position: relative;
  display: flex;
}

.leftRow {
  background-color: #5da4d9;
  width: 287px;
  float: left;
  color: #ffffff;
  margin-bottom: 20px;
}

.header-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-wrapper i {
  display: none;
  font-size: 35px;
  margin-right: 26px;
}

.header-wrapper h2 {
  margin-right: 28px;
}

.avatar {
  width: 100%;
  position: relative;
}

.rightRow {
  width: 577px;
  height: 100%;
  margin-left: 20px;
  float: left;
}

.workExperience {
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 10;
}

.suitcaseIcon {
  float: left;
  margin-top: 40px;
  margin-right: 17px;
  font-size: 40px;
  margin-left: 27px;
}
.thirdExperience {
  border-bottom: solid 1px #767270;
  margin-bottom: 30px;
}

.experienceTextWrapper {
  padding-top: 11px;
  padding-bottom: 6px;

  overflow: hidden;
  padding-left: 12px;
}

span {
  color: #5da4d9;
  font-size: 14px;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 49px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  line-height: 26px;
}

.experienceTextWrapper {
  display: flex;
  flex-direction: column;
}

.experienceTextWrapper div:last-child {
  border-bottom: none;
  margin-bottom: 40px;
}

.interestes li {
  list-style-type: none;
  display: inline-block;
  width: 19%;
  font-size: 40px;
  color: #5da4d9;
}

.interestes,
ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.social li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
}

.social .fa {
  font-size: 40px;
  color: #767270;
}

.rightRow .workExperience:last-child {
  padding: 16px 20px;
}

.social {
  padding: 0;
  padding-left: 55px;
}

.social li {
  float: left;
}

.social .fa:hover {
  color: #5da4d9;
}

.artStationSVGImage:hover {
  fill: #5da4d9;
}

.artStationSVGImage {
  display: block;
  width: 40px;
  height: 40px;
  fill: #767270;
}

.thirdExperience p {
  padding-right: 20px;
}

.userIcon {
  display: inline-block;
  font-size: 24px;
}

.userIcon i {
  margin: 16px 23px;
}

.personalInfo {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 21px;
  padding-right: 25px;
  border-bottom: solid 1px #4783c2;
  width: 100%;
}

.personalInfoWrap {
  margin-top: 10px;
  display: flex;
}

.mt {
  padding-top: 21px;
}

.border-none {
  border: none;
}
.leftColnnmWrap span {
  color: #b4d5ed;
}

.box {
  padding-bottom: 21px;
  border-bottom: solid 1px #4783c2;
  /* width: 100%; */
}

.phone p {
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 27px;
}

.email p {
  margin-bottom: 1px;
  font-size: 17px;
}

.avatar .title {
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 12%;
  text-shadow: -2px 3px 9px #4a4a4a, -5px 0px 2em #464646;
}

.avatar .title span {
  color: #ffffff;
  font-size: 18px;
}
.avatar .title h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}

.fa-circle {
  color: #ffffff;
}

.progress {
  background-color: #4783c2;
  height: 2px;
  /*overflow: visible;*/

  position: relative;
  /*display: block;*/
  /*width: 100%;*/
  /*border-radius: 2px;*/
  margin: 11px 0 20px 0;
}

.determine {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.profSkills h3 {
  margin-top: 13px;
  margin-bottom: 12px;
  font-size: 19px;
}

.profSkills .fa {
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: 0;
}

.profSkills span {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.myGoal {
  color: #ffffff !important;
  font-size: 19px;
}

.links {
  text-decoration: none;
  color: #4783c2;
}

.downloadButton {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
  right: 44px;
  top: 278px;
  background-color: #ffffff;
  color: #767270;
  padding: 10px;
  z-index: 20;
}

.downloadButton span {
  color: #767270;
}

.downloadButton a {
  text-decoration: none;
  color: #767270;
}

.downloadButton .fa {
  font-size: 40px;
  text-decoration: none;
  color: #767270;
}

.downloadButton:hover .fa {
  color: #5da4d9;
}

.downloadMessage {
  /*display: none;*/

  position: fixed;
  right: 21px;
  top: 341px;
  background-color: #0c0a07;
  color: #767270;
  padding: 10px;
  z-index: 20;

  opacity: 0;
  transition: opacity 0.8s linear;
}
.downloadMessage span {
  color: #d9d42e;
}

.downloadButton:hover + .downloadMessage {
  /*display: block;*/
  opacity: 1;
}

@media (max-width: 1050px) {
  .downloadButton {
    background-color: #eae8e7;
  }
}
@media (max-width: 577px) {
  .header-wrapper i {
    display: block;
  }
  .leftRow {
    margin-bottom: 20px;
    max-width: 577px;
    width: unset;
  }

  .rightRow {
    margin-left: 0px;
    max-width: 577px;
    width: unset;
  }
  .suitcaseIcon {
    display: none;
  }
  .experienceTextWrapper {
    padding-left: 20px;
  }
  .MajorWrapper {
    max-width: 884px;
    display: flex;
    flex-direction: column;
    width: unset;
  }

  .experienceTextWrapper li i {
    font-size: 32px;
  }
  .social {
    padding: 0;
  }
  .social .fa {
    font-size: 32px;
  }
  .social .fa {
    font-size: 32px;
  }
  .artStationSVGImage {
    width: 32px;
    height: 32px;
  }
}

.progress .fa-minus {
  font-size: 18px;
  /*position: relative;*/
  transform: scale(0.1, 3);
  color: #4783c2;
  margin-top: -5px;
  display: inline-block;
}

.progress .width-20 {
  margin-right: 76%;
}

.progress .width-40 {
  margin-right: 56%;
}

.progress .width-60 {
  margin-right: 36%;
}

.progress .width-80 {
  margin-right: 16%;
}

.progress .width-100 {
  margin-right: -3%;
}

.template .scale-description {
  display: block;
  margin: auto;
}

.template {
  margin-bottom: 20px;
}

.wrap-number {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.wrap-number span:first-child {
  visibility: hidden;
}

.bold {
  font-weight: 600;
  color: #767270;
}

.First-red-line {
  /*text-indent: 15px;*/
  margin: auto;
}
