
#skills {
    /* padding: 50px 15px; */
    text-align: center;
    /* background: #f2f2f5; */
}

#skills h2 {
    color: #374054;
    margin-bottom: 50px
}

#skills ul {
    display: block;
    margin: 0px 0px;
    padding: 0;
    max-width: 800px
}

#skills li {
    display: inline-block;
    margin: 3px;
    padding: 1px 5px;
    color: #ffffff;
    background: #42A8C0;
    list-style: none;
    cursor: default;
    font-size: 1.1em
}

#skillsProject {
    /* padding: 50px 15px; */
    text-align: left;
    /* background: #f2f2f5; */
}

#skillsProject h2 {
    color: #374054;
    margin-bottom: 50px
}

#skillsProject ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 800px
}

#skillsProject li {
    display: inline-block;
    margin: 3px;
    padding: 0.5px 3px;
    color: #ffffff;
    background: #42A8C0;
    list-style: none;
    cursor: default;
    font-size: 1em
}

body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.justified {
  text-align: justify;
  text-justify: inter-word;
  word-spacing:2px;
}

a {
  color: #2d7788;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #1a454f;
}

a:focus {
  text-decoration: none;
}

p {
  line-height: 1.5;
}

.wrapper {
  background: #42A8C0;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
  background: #42A8C0;
  position: absolute;
  right: 0;
  width: 300px;
  height: 100%;
  min-height: 800px;
  color: #fff;
}

.sidebar-wrapper a {
  color: #fff;
}

.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}

.sidebar-wrapper .full_name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}

.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-wrapper .profile {
  margin-bottom: 15px;
}

.sidebar-wrapper .contact-list .svg-inline--fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}

.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .contact-list .email .svg-inline--fa {
  font-size: 14px;
}

.sidebar-wrapper .container-block {
  padding: 30px;
}

.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}

.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 14px;
}

.sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebar-wrapper .education-container .grade {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}

.sidebar-wrapper .languages-list li {
  margin-bottom: 10px;
}

.sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}

.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}

.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}

.main-wrapper {
  background: #fff;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 5px;
  /* padding: 60px; */
  padding-right: 300px;
}

.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #2d7788;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}

.main-wrapper .section-title .icon-holder {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #2d7788;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -8px;
}

.main-wrapper .section-title .icon-holder .svg-inline--fa {
  font-size: 14px;
  margin-top: 6px;
}

.main-wrapper .section {
  margin-bottom: 20px;
  margin-right: 30px;
}

.main-wrapper .experiences-section .item {
  margin-bottom: 20px;
}

.main-wrapper .experiences-section .item .skillsProject {
    position: relative;
    float: left;
}

.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.main-wrapper .time {
  position: absolute;
  right: 10px;
  top: 0;
  color: #97AAC3;
}

.main-wrapper .company {
  margin-bottom: 10px;
  color: #97AAC3;
}

.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-right: 10px;
  color: #2d7788;
}

.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}

.main-wrapper .projects-section .item .skillsProject {
    position: relative;
    bottom: 0;
}

.main-wrapper .projects-section .item .project-description {
    position: relative;
    max-width: 600px;
    height: 100%;
    float: right;
    margin: auto;
    margin-left: 10px;
}

.main-wrapper .projects-section .item {
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.project-image {
    float: left;
}

.main-wrapper .projects-section .project-image img {
    object-fit: contain;
    max-width: 230px;
    margin-right: 10px;
}

.main-wrapper .reference-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-right: 10px;
  color: #2d7788;
}

.main-wrapper .references-section .intro {
  margin-bottom: 30px;
}

.main-wrapper .references-section .item .reference-description {
    position: relative;
    max-width: 850px;
    height: 100%;
    margin: auto;
    margin-left: 0px;
}

.main-wrapper .references-section .item {
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.reference-image {
  float: left;
  margin-right: 10px;
  /* height: 48px; */
  width: 48px;
}

.main-wrapper .references-section .reference-image img {
  object-fit: contain;
  max-width: 48px;
  margin-right: 48px;
  box-sizing: border-box;
  background-clip: content-box;
  border: 2px solid transparent;
  border-radius: 49.9%;
}

.main-wrapper .awards-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-right: 10px;
  color: #2d7788;
}

.main-wrapper .awards-section .intro {
  margin-bottom: 30px;
}

.main-wrapper .awards-section .item .awards-description {
    position: relative;
    max-width: 600px;
    height: 100%;
    float: right;
    margin: auto;
    margin-left: 10px;
}

.main-wrapper .awards-section .item {
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.awards-image {
    float: left;
}

.main-wrapper .awards-section .awards-image img {
    object-fit: contain;
    max-width: 230px;
    margin-right: 10px;
}


.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
    margin-right: 10px;
}

.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
}

.skillset .theme-progress-bar {
  background: #68bacd;
    padding-left: 10px;
}


.footer {
  padding: 30px;
  padding-top: 60px;
}

.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}

.footer .fa-heart {
  color: #fb866a;
}

@media (max-width: 767.98px) {
  .sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
}
