@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  cursor: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  overflow-x: hidden;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #7f7f7f;
  color: rgba(255, 255, 255, 0.7);
  background: #fff;
  height: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    body {
      background-position: center center;
      background-repeat: no-repeat; } }

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	/* border-radius: 10px; */
	background-color: #000000;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


a {
  color: #db3218;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #db3218;
    outline: none; }
    /*
a.allign-left{
  text-align: right;
} */
p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin-bottom: 1.5em; }
  p.font-minute {
    font-size: 12px; }
  p.font-normal {
    font-size: 16px; }
  p.font-big {
    font-size: 22px; }
  p.font-behemoth {
    font-size: 28px; }
  p.font-bold {
    font-weight: 700;
    color: #fff; }
  p.margin-5-0-5-0 {
    margin: 5px 0 5px 0; }
  p.margin-10-0-5-0 {
    margin: 10px 0 5px 0; }
  p.margin-5-0-10-0 {
    margin: 5px 0 10px 0; }
  p.margin-less-bot {
    margin-bottom: 0; }
  p.close-knit {
    margin: 4px 0; }
  p.source-link {
      display: inline;
      font-size: 14px;
      margin-right: 4px;
      text-decoration: none;
    }
.pad-bot-10{
  margin: 0 0 10px 0 !important;
}
.pad-top-30{
  margin: 30px 0 0 0 !important;
}

.icon-kaggle{
  margin-top: -9px;
  margin-left: -4px;;
}
.icon-leet{
  margin-top: -7px;
  margin-left: -9px;;
}

img.margin-top-15 {
    margin-top: 15px; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

small.small-small {
  font-size: 75%;
}

.coursework-asu, .coursework-pes{
  margin-top: 100px;
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .coursework ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media screen and (max-width: 768px) {
  .coursework-asu{
    margin-top: 148px;
  }
  .coursework-pes{
    margin-top: 170px;
  }
}

hr.slick-hr{
  margin: 0 auto;
  margin-top: 40px;
  width: 58%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.hideme
{
    opacity:0.1;
}



::-webkit-selection {
  color: #fff;
  background: #db3218; }

::-moz-selection {
  color: #fff;
  background: #db3218; }

::selection {
  color: #fff;
  background: #db3218; }

.box {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin: -50 0 0 -50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  cursor: none;
  z-index: 1000; }

#port-main {
  max-width: 830px;
  min-height: 600px;
  margin: 5em auto 5em auto;
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  background: -moz-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #333333 0%, black 100%);
  background: radial-gradient(at center center, #333333 0%, black 100%);
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #port-main {
      margin: 2em .5em 5em .5em; } }

.port-tab-wrap {
  position: relative; }
  .port-tab-wrap .port-tab-menu {
    list-style: none;
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    top: -.5em;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .port-tab-wrap .port-tab-menu {
        top: -7px; } }
    .port-tab-wrap .port-tab-menu li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      text-align: center;
      padding: 0;
      margin: 0; }
      .port-tab-wrap .port-tab-menu li a {
        padding: 2em 1em 1em 1em;
        position: relative;
        color: rgba(255, 255, 255, 0.5);
        z-index: 10;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .port-tab-wrap .port-tab-menu li a .icon {
          display: block;
          position: relative;
          font-size: 22px;
          bottom: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .port-tab-wrap .port-tab-menu li a .menu-text {
          display: block;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (max-width: 768px) {
            .port-tab-wrap .port-tab-menu li a .menu-text {
              display: none; } }
        @media screen and (max-width: 768px) {
          .port-tab-wrap .port-tab-menu li a {
            padding: 1em .5em .5em .5em; } }
        .port-tab-wrap .port-tab-menu li a:after {
          position: absolute;
          content: "";
          height: 0;
          background: #db3218;
          z-index: -1;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          border-radius: 7px; }
        .port-tab-wrap .port-tab-menu li a:hover {
          color: #fff;
          text-decoration: none; }
          .port-tab-wrap .port-tab-menu li a:hover .icon {
            bottom: 10px; }
            @media screen and (max-width: 768px) {
              .port-tab-wrap .port-tab-menu li a:hover .icon {
                bottom: 0px; } }
          .port-tab-wrap .port-tab-menu li a:hover:after {
            height: 100%; }
      .port-tab-wrap .port-tab-menu li.active .icon {
        bottom: 10px; }
        @media screen and (max-width: 768px) {
          .port-tab-wrap .port-tab-menu li.active .icon {
            bottom: 0px; } }
      .port-tab-wrap .port-tab-menu li.active > a {
        color: #fff;
        text-decoration: none; }
        .port-tab-wrap .port-tab-menu li.active > a:after {
          height: 100%; }
  .port-tab-wrap .port-tab-content {
    padding-left: 4em;
    padding-right: 4em;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .port-tab-wrap .port-tab-content {
        padding-left: .5em;
        padding-right: .5em; } }
    .port-tab-wrap .port-tab-content.active {
      opacity: 1;
      visibility: visible; }
    .port-tab-wrap .port-tab-content .port-content-inner {
      padding: 7em 2em 5em 2em;
      float: left;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .port-tab-wrap .port-tab-content .port-content-inner {
          padding: 4em .5em 5em .5em; } }

figure {
  margin-bottom: 1.5em; }
  figure .profile-img {
    height: 264px; }
    @media screen and (max-width: 768px) {
      figure .profile-img {
        height: 194px; } }

.port-grades {
  font-size: 40px;
  color: #db3218;
  font-weight: 250;
  margin: 0;
  padding: 12px 0 0 0;
  line-height: .7; }
  .port-grades.port-left {
    float: left;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .port-grades.port-left {
        width: 100%;
        line-height: 1.2; } }

.port-counter .port-number {
  font-size: 80px;
  color: #db3218;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 0 0;
  line-height: .7; }
  .port-counter .port-number.port-left {
    float: left;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .port-counter .port-number.port-left {
        width: 100%;
        line-height: 1.2; } }
.port-counter .port-text {
  float: right;
  text-align: left;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .port-counter .port-text {
      width: 100%;
      text-align: center; } }
  .port-counter .port-text h3 {
    margin: 0;
    padding: 0;
    position: relative; }
    .port-counter .port-text h3.border-bottom:after {
      content: "";
      width: 50px; }

.port-social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .port-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .port-social li a {
      font-size: 22px;
      color: #fff;
      padding: 10px 20px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .port-social li a {
          padding: 10px 8px; } }
      .port-social li a:hover {
        color: #db3218; }
      .port-social li a:hover, .port-social li a:active, .port-social li a:focus {
        outline: none;
        text-decoration: none; }

.port-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 3em; }
  .port-feature .port-icon {
    float: left;
    width: 10%;
    display: block;
    margin-top: 5px; }
    .port-feature .port-icon i {
      color: #db3218;
      font-size: 40px; }
  .port-feature .port-text {
    float: right;
    width: 88%; }
    @media screen and (max-width: 768px) {
      .port-feature .port-text {
        width: 86%; } }
    @media screen and (max-width: 480px) {
      .port-feature .port-text {
        width: 86%; } }
    .port-feature .port-text h2, .port-feature .port-text h3 {
      margin: 0;
      padding: 0; }
    .port-feature .port-text h3 {
      font-weight: 300;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 20px; }
    .port-feature .port-text h2 {
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: bold;
      text-transform: uppercase; }

.chart {
  width: 120px;
  height: 130px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center; }
  .chart span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%; }
    .chart span strong {
      display: block; }
  .chart canvas {
    position: absolute;
    left: 0;
    top: 0;
  }
  .chart .pie-skill{
      position: absolute;
      top: 87px;
      font-size: 17px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
  }
  .chart .pie-perc{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #1b1b1b;
    border: 3px solid #db3218;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
  }
  .chart .pie-img{
    top: -10px;
      position: relative;
      transition: all .2s ease-in-out;
  }
  .chart .pie-img:hover { transform: scale(1.5); }

  .chart-small {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center; }
    .chart-small span {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -30px;
      width: 100%; }
      .chart-small span strong {
        display: block; }
    .chart-small canvas {
      position: absolute;
      left: 0;
      top: 0;
    }
    .chart-small .pie-skill{
        position: absolute;
        top: 72px;
        font-size: 15px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .chart-small .pie-img{
      top: 5px;
        position: relative;
        transition: all .2s ease-in-out;
    }
    .chart-small .pie-img:hover { transform: scale(1.5); }

#port-footer {
  margin-top: 50px;
  background: black;
  clear: both;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: -26px;
  height:118px;
  width: 100%;
  padding: 20px 20px;
  line-height: 1.2; }
  #port-footer small {
    font-size: 14px; }
  #port-footer .port-author {
    display: block; }
    @media screen and (max-width: 768px) {
      #port-footer .port-author {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

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