

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////


/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */



/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c4d3f6;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1700px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: #6c7ae0;
}

.row.header-2 {
  color: #ffffff;
  background: #6c7ae0;
}
@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header-2 {
    padding: 0;
    height: 0px;
  }

  .row.header-2 .cell-2 {
    display: none;
  }

  .row .cell-2:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

.cell-2 {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cell-2 {
    display: block;
  }
}
.row .cell {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.row .cell:nth-child(1) {
  width: 1200px;
  /* width: 360px; */
  padding-left: 40px;
}

.row .cell-2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row.header-2 .cell-2 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.row .cell-2:nth-child(1) {
  width: 600px;
  /* width: 360px; */
  padding-left: 40px;
}

.row .cell-2:nth-child(2) {
  width: 600px;
}

/* .row .cell-2:nth-child(3) {
  width: 500px;
} */
/*
.row .cell:nth-child(4) {
  width: 190px;
}
 */

.table, .row {
  width: 100% !important;
}

.row:hover {
  background-color: #3DB4A1;
  /* background-color: #6c7ae0;; */
  cursor: pointer;
}

@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }

  
@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell-2 {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row .cell-2:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell-2 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}
}


/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */

#resume {
  /* background: #fff; */
  padding-top: 90px;
  padding-bottom: 72px;
  overflow: hidden;
}

#resume a, #resume a:visited  { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #fff; }

#resume h5 {
  font: 25px/30px 'opensans-bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#resume h5 span {
  color: #fff;
  border-bottom: 3px solid #11ABB0;
  padding-bottom: 6px;
}
#resume h6 {
  font: 18px/24px 'opensans-bold', sans-serif;
}
#resume h6 span{
  color: #fff;
}

#resume h4 {
  font: 18px/24px 'opensans-bold', sans-serif;
}
#resume h4 span{
  /* color: #fff; */
  color: #ff4c4c;
}

#resume .header-col { padding-top: 9px; }
#resume .main-col { padding-right: 10%; }

.education, .work, .coursework {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
}
#resume .info {
  font: 16px/24px 'opensans-bold', sans-serif;
  /* color: #6E7881; */
  color: #ff4c4c;
  margin-bottom: 18px;
  margin-top: 9px;
}
#resume .info span {
  margin-right: 5px;
  margin-left: 5px;
}
#resume .date {
  font: 15px/24px 'opensans-regular', sans-serif;
  margin-top: 6px;
}



/*----------------------------------------------*/
/*	Skill Bars
/*----------------------------------------------*/

.bars {
 width: 95%;
 float: left;
 padding: 0;
 text-align: left;
}
.bars .skills {
   margin-top: 36px;
  list-style: none;
}
.bars li {
  position: relative;
   margin-bottom: 60px;
   background: #ccc;
   /* background: #ff4c4c; */
   height: 42px;
   border-radius: 3px;
}
.bars li em {
 font: 15px 'opensans-bold', sans-serif;
  color: #fff;
 text-transform: uppercase;
  letter-spacing: 2px;
 font-weight: normal;
  position: relative;
 top: -36px;
}
.bar-expand {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding-right: 24px;
   /* background: #313131; */
  background: #3DB4A1;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border-radius: 3px 0 0 3px;
}

.java {
   width: 95%;
   -moz-animation: java 2s ease;
   -webkit-animation: java 2s ease;
}
.python {
   width: 80%;
   -moz-animation: python 2s ease;
   -webkit-animation: python 2s ease;
}
.r {
   width: 60%;
   -moz-animation: r 2s ease;
   -webkit-animation: r 2s ease;
}
.c {
   width: 85%;
   -moz-animation: c 2s ease;
   -webkit-animation: c 2s ease;
}
.stata {
  width: 65%;
  -moz-animation: stata 2s ease;
  -webkit-animation: stata 2s ease;
}
.webdev {
   width: 70%;
   -moz-animation: webdev 2s ease;
   -webkit-animation: webdev 2s ease;
}
.ml {
   width: 80%;
   -moz-animation: ml 2s ease;
   -webkit-animation: ml 2s ease;
}
.office {
  width: 90%;
  -moz-animation: office 2s ease;
  -webkit-animation: office 2s ease;
}
.econometrics {
  width: 80%;
  -moz-animation: econometrics 2s ease;
  -webkit-animation: econometrics 2s ease;
}
.finance {
  width: 65%;
  -moz-animation: finance 2s ease;
  -webkit-animation: finance 2s ease;
}
.welfare {
  width: 85%;
  -moz-animation: welfare 2s ease;
  -webkit-animation: welfare 2s ease;
}


@-moz-keyframes java {
 0%   { width: 0px;  }
 100% { width: 95%;  }
}
@-moz-keyframes python {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-moz-keyframes r {
 0%   { width: 0px;  }
 100% { width: 60%;  }
}
@-moz-keyframes c {
 0%   { width: 0px;  }
 100% { width: 85%;  }
}
@-moz-keyframes stata {
  0%   { width: 0px;  }
  100% { width: 65%;  }
 }
@-moz-keyframes webdev {
 0%   { width: 0px;  }
 100% { width: 70%;  }
}
@-moz-keyframes ml {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-moz-keyframes office {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-moz-keyframes econometrics {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-moz-keyframes finance {
 0%   { width: 0px;  }
 100% { width: 65%;  }
}
@-moz-keyframes welfare {
 0%   { width: 0px;  }
 100% { width: 85%;  }
}

@-webkit-keyframes java {
 0%   { width: 0px;  }
 100% { width: 95%;  }
}
@-webkit-keyframes python {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-webkit-keyframes r {
 0%   { width: 0px;  }
 100% { width: 60%;  }
}
@-webkit-keyframes c {
 0%   { width: 0px;  }
 100% { width: 85%;  }
}
@-webkit-keyframes stata {
  0%   { width: 0px;  }
  100% { width: 65%;  }
 }
@-webkit-keyframes webdev {
 0%   { width: 0px;  }
 100% { width: 70%;  }
}
@-webkit-keyframes ml {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-webkit-keyframes office {
 0%   { width: 0px;  }
 100% { width: 90%;  }
}
@-webkit-keyframes econometrics {
 0%   { width: 0px;  }
 100% { width: 80%;  }
}
@-webkit-keyframes finance {
 0%   { width: 0px;  }
 100% { width: 65%;  }
}
@-webkit-keyframes welfare {
  0%   { width: 0px;  }
  100% { width: 85%;  }
 }