@import url(../libs/bootstrap.min.css);
@font-face {
  font-family: 'Helios Bold';
  src: local("../fonts/Helios-Bold"), local("Helios-Bold"), url("../fonts/Helios-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
* {
  font-family: 'Roboto', sans-serif; }

body {
  margin-bottom: 0 !important;
  background: #edeef0;}

p {
  margin: 0;
  color: #3b3b3b;
  font-size: 22px; }

li {
  color: #3b3b3b; }

.container-custom {
  position: relative;
  background: #fff;
  padding-top: 210px; }

@media (min-width: 1300px) {
  .container-custom {
    max-width: 1282px;
    padding-right: 40px;
    padding-left: 40px; } }
header .container-custom {
  padding: 0;
  margin-top: 0; }
  header .container-custom .row {
    margin: 0; }
header h1 {
  font-family: 'Helios Bold', 'Roboto', sans-serif;
  color: #3b3b3b;
  font-size: 69px;
  line-height: 1em;
  margin-bottom: 0; }
header .border-top {
  position: absolute;
  background: #3b3b3b;
  height: 30px;
  display: block;
  width: 65%;
  top: -1px;
  left: 0;
  border-bottom: 15px solid #fff;
  z-index: 100; }
  header .border-top .angle {
    display: block;
    width: 150px;
    height: 15px;
    background: #3b3b3b;
    z-index: 95;
    position: absolute;
    top: -21px;
    right: -141px;
    transform: rotate(-16deg); }
    header .border-top .angle::after {
      content: '';
      display: block;
      position: absolute;
      height: 15px;
      background: #fff;
      bottom: -15px;
      width: 100%; }
header .title {
  padding-top: 73px;
  padding-left: 40px; }
header .info {
  padding-top: 70px;
  padding-bottom: 15px;
  padding-right: 40px;
  background: #ffa200;
  position: relative; }
  header .info::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 211px solid #ffa200;
    border-left: 180px solid transparent;
    left: -180px;
    top: 0; }
  header .info ul {
    padding: 0 45px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none; }
    header .info ul li {
      color: #fff;
      font-size: 22px;
      padding-bottom: 27px;
      display: flex;
      align-items: center; }
      header .info ul li img {
        margin-right: 13px; }

.title-sec {
  font-family: 'Helios Bold', 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 30px;
  margin: 0; }
  .title-sec::after {
    content: '';
    display: block;
    height: 1px;
    width: 600px;
    background: #dadada;
    margin: 30px 0 35px; }

.desc-sec {
  font-size: 21px;
  color: #3b3b3b;
  font-weight: 400;
  text-indent: 1em; }
  .desc-sec p {
    font-size: 21px;
    color: #3b3b3b;
    font-weight: 400;
    text-indent: 1em; }

.horizontal-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 300;
  font-size: 22px; }
  .horizontal-list li {
    display: flex;
    align-items: center;
    line-height: 1.65em; }
    .horizontal-list li::after {
      content: '';
      display: block;
      height: 19px;
      width: 1px;
      background: #b3b3b3;
      margin: 0 25px; }
    .horizontal-list li:last-child::after {
      display: none; }

@media (min-width: 1200px) {
  .areas .horizontal-list li:nth-child(4n)::after {
    display: none; } }
.list-sec {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none; }
  .list-sec li {
    font-size: 22px;
    margin-bottom: 40px; }
    .list-sec li::before {
      content: '- '; }

.experience .title-sec::after {
  margin-bottom: 0; }
.experience .container-custom {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0; }
  .experience .container-custom .row {
    margin: 0; }
.experience .exp-right {
  padding-right: 40px;
  position: relative; }
  .experience .exp-right .experience-title {
    margin-right: -40px;
    background: #f5f5f5;
    padding: 38px 40px 35px;
    margin-bottom: 60px; }
    .experience .exp-right .experience-title .horizontal-list {
      justify-content: flex-end;
      font-weight: bold; }
      .experience .exp-right .experience-title .horizontal-list li::after {
        margin: 0 8px; }
    .experience .exp-right .experience-title p {
      font-weight: 300;
      font-size: 22px;
      text-align: right; }
      .experience .exp-right .experience-title p:last-of-type {
        font-weight: bold; }
  .experience .exp-right p {
    font-weight: 500; }
.experience .exp-left {
  padding-left: 40px; }
  .experience .exp-left .list-sec {
    margin-top: 50px; }

.education .container-custom {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 150px; }
.education .title-sec {
  margin-bottom: 75px; }
.education p {
  text-align: center;
  font-weight: 500; }
.education .horizontal-list {
  justify-content: center; }

.technical p {
  font-weight: 600;
  margin-bottom: 90px; }
.technical .horizontal-list {
  justify-content: initial; }
  .technical .horizontal-list li {
    font-weight: 400;
    line-height: 2.5em; }

.freelance .container-custom {
  padding-top: 150px; }
.freelance .freelance-items-container {
  display: flex;
  justify-content: space-between; }
.freelance .freelance-item {
  margin-top: 10px;
  background: #f7f7f7;
  padding: 33px 40px 36px;
  margin-right: 43px;
  flex: 1; }
  .freelance .freelance-item:last-of-type {
    margin-right: 0; }
  .freelance .freelance-item a {
    display: block;
    text-align: center;
    color: #005aff;
    font-size: 20px;
    margin-bottom: 40px;
    text-decoration: underline; }
  .freelance .freelance-item p {
    text-align: center;
    font-size: 20px; }
.freelance p {
  margin: 54px 0 74px;
  text-align: center; }

@media (min-width: 1199px) and (max-width: 1299px) {
  header .info::before {
    border-top-width: 307px;
    border-left-width: 150px;
    left: -150px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .info::before {
    display: none; }

  .freelance .freelance-item {
    margin-right: 15px; }

  .horizontal-list li::after {
    margin: 0 12px; }

  .areas .horizontal-list {
    justify-content: start; } }
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-list {
    font-size: 20px; }
    .horizontal-list li::after {
      margin: 0 5px; }

  .experience .exp-right .experience-title {
    padding: 38px 29px 35px; } }
@media (max-width: 991px) {
  .container-custom {
    padding-top: 120px; }

  .horizontal-list {
    justify-content: start; }

  header .border-top {
    width: 100%; }
    header .border-top .angle {
      display: none; }
  header .title {
    padding-left: 15px; }
  header .info {
    padding-right: 15px; }
    header .info::before {
      display: none; }

  .technical p {
    margin-bottom: 60px; }

  .freelance .freelance-items-container {
    flex-direction: column; }
    .freelance .freelance-items-container .freelance-item {
      width: 317px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px; } }
@media (max-width: 767px) {
  .title-sec::after {
    width: 100%; }

  .container-custom {
    padding-top: 100px; }

  .horizontal-list {
    justify-content: start; }
    .horizontal-list li::after {
      margin: 0 10px; }

  header .title {
    padding-top: 43px; }
    header .title h1 {
      font-size: 60px; }
  header .info {
    padding-top: 40px; }

  .experience .exp-right {
    padding-right: 15px; }
    .experience .exp-right .experience-title {
      margin-right: 0; }
  .experience .exp-left {
    padding-left: 15px; }
    .experience .exp-left .list-sec {
      margin-top: 15px; }

  .education .container-custom {
    padding-top: 60px;
    padding-bottom: 80px; }

  .technical p {
    margin-bottom: 5px; }
  .technical .horizontal-list {
    margin-bottom: 35px; }

  .freelance .freelance-items-container .freelance-item {
    width: 70%;
    padding: 20px 15px;
    margin-bottom: 5px; } }
@media (max-width: 575px) {
  p {
    font-size: 18px; }

  .desc-sec {
    font-size: 18px; }

  header .title {
    padding-bottom: 20px;
    padding-top: 40px; }
    header .title h1 {
      font-size: 44px; }
  header .info {
    padding-top: 30px;
    padding-bottom: 15px; }
    header .info ul li {
      font-size: 20px;
      padding-bottom: 20px; }

  .container-custom {
    padding-top: 80px; }

  .title-sec {
    font-size: 21px; }
    .title-sec::after {
      margin: 20px 0 25px; }

  .horizontal-list {
    justify-content: center; }
    .horizontal-list li {
      font-size: 18px;
      flex-direction: column;
      text-align: center; }
      .horizontal-list li::after {
        transform: rotate(90deg);
        height: 35px;
        margin: -10px; }

  .areas .horizontal-list {
    flex-direction: column; }

  .experience .container-custom {
    padding-bottom: 40px; }
  .experience .exp-right {
    padding-right: 15px; }
    .experience .exp-right .experience-title {
      margin-right: 0;
      margin-bottom: 45px;
      padding: 25px 15px 20px; }
      .experience .exp-right .experience-title p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px; }
      .experience .exp-right .experience-title .horizontal-list {
        flex-direction: column;
        margin-bottom: 10px; }
        .experience .exp-right .experience-title .horizontal-list li::after {
          margin: -10px; }
    .experience .exp-right .list-sec {
      padding-top: 14px; }
      .experience .exp-right .list-sec li {
        font-size: 18px;
        margin-bottom: 10px; }
  .experience .exp-left {
    padding-left: 15px; }
    .experience .exp-left .list-sec {
      margin-top: 0; }
      .experience .exp-left .list-sec li {
        margin-bottom: 15px;
        font-size: 18px; }

  .education .container-custom {
    padding-top: 40px;
    padding-bottom: 30px; }
  .education .title-sec {
    margin-bottom: 30px; }
  .education p {
    margin-bottom: 6px; }
  .education .horizontal-list {
    flex-direction: column;
    margin-bottom: 15px; }

  .technical p {
    margin-bottom: 20px; }
  .technical .horizontal-list {
    margin-bottom: 30px; }
    .technical .horizontal-list li {
      flex-direction: row; }
      .technical .horizontal-list li::after {
        transform: none;
        height: 19px;
        margin: 0 5px; }

  .freelance .container-custom {
    padding-top: 40px; }
  .freelance p {
    margin: 20px 0 30px; }
  .freelance .freelance-items-container .freelance-item {
    width: 100%;
    padding: 20px 15px;
    margin-right: 0; }
    .freelance .freelance-items-container .freelance-item a {
      font-size: 18px;
      margin-bottom: 15px; }
    .freelance .freelance-items-container .freelance-item p {
      font-size: 18px;
      margin: 24px 0 30px; } }

/*# sourceMappingURL=main.css.map */
