/* Header-------------------------------------------------------------------------------------- */
.container-header {
  width: 100%;
  height: 400px;
  background: linear-gradient(
    to right,
    #139B69 0%,
    #139B69 30%,
    #253B41 30%,
    #253B41 100%
  );

  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.header-height{
  height:180px;
}

.overlay-image img,
.top-image img {
  width: 100%;
  height: 400px;
}

.right-content {
  flex-grow: 1;
  color: white;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-image {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 370px;
  width: 370px;
}

.top-image img {
  width: 100%;
  height: auto;
}

/* Team page----------------------------------------------------------------------------------- */

.team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 200;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-title {
  text-align: center;
  margin-botttom: 100px;
}

.supervisor img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.custom-center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linkedin-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin:0;
  padding:0;
}

.custom-center-link {
  display: flex;
  justify-content: center;
}

.details-right{
  text-align:right;
}

.details-center{
  text-align: center;
}

.team-member .details {
  padding: 0px;
  flex-grow: 1;
}

.container-team {
  position: relative;
}

.image-line {
  position: absolute;
  z-index: 0;
}

.team-info {
    width:80%;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1;
}

.team-info:hover {
    scale:1.2;
}

.project-popup{
    background: #139B69;
    border-radius: 10px/10px;
    padding:2em;
    z-index: 200;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    margin: 0;
    max-width: 600px;
    width: 80%;
    max-height: 480px;
    height: auto;
    color:white;
  }

.project-popup-hp{
    border-radius: 10px/10px;
    padding:2em;
    z-index: 200;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    margin: 10px;
    max-width: 600px;
    width: 80%;
    max-height: 480px;
    height: auto;
    color:white;
}

.project-popup-content{
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.project-popup-content p{
  text-align:justify;
}

.popupclose {
    float: right;
    cursor: pointer;
    padding-left: 10px;
}

/* Scrollbar */
/* width */
.project-popup ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.project-popup::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0.0);
}

/* Handle */
.project-popup ::-webkit-scrollbar-thumb {
    background: #0f704b;
}

/* Handle on hover */
.project-popup ::-webkit-scrollbar-thumb:hover {
    background: #0e7952;
}

/* phone screen */
@media screen and (max-width: 767px) {
  .team-member {
    flex-basis: calc(50% - 40px);
  }
}

/* Project description-------------------------------------------------------------------------------*/
.green-box {
  background-color: #98CC9B;
  color: white;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.pd-img{
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  cursor: pointer;
  border-radius: 10px;
  border-color: #F7B32B;
  border-style: solid;
  border-width: 3px;
}
.pd-img-overview{
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  border-radius: 10px;
  border-color: #F7B32B;
  border-style: solid;
  border-width: 3px;
}

.column3{
  width:100%;
  float: left;
}

.column2{
  width:50%;
  float: left;
}

/* Education-------------------------------------------------------------------------------*/
.carousel-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.carousel {
  border-radius: 3px;
}

/* Collaborations----------------------------------------------------------------------------*/
.circle-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top:35px;
  margin-right:35px;
  margin-bottom:35px;
  background-color: white;
  object-fit: scale-down;
}

.circle-small-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top:35px;
  margin-bottom:35px;
  margin-right:35px;
  background-color: white;
  object-fit: scale-down;
}

/* Homepage-------------------------------------------------------------------------------*/
.container-home {
    position: relative;
    height: 100px;
}

.rotate1 {
  animation: rotation 8s infinite linear;
  margin-bottom: 60px;
  margin-top: 100px;
}

.rotate2 {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.youtube-img{
  width: 620px;
  height: 348px;
}

#scrolling-image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 25px;
    transition: top 1.0s;
}

.dashed-line-left{
  padding-left:80px;
  margin-top:80px;
  width:60%;
}

.dashed-line-right{
  margin-top:80px;
  width:60%;
  float: right;
  padding-right:80px;
}

.body-home {
    background: #173037;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.link {
  width: 10rem;
  height: 10rem;
  font-size:20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1175em;
  word-spacing: 0.3em;
  text-decoration: none;
}
.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #139B69;
  stroke: #139B69;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.link__cloud {
  transform-origin: 50% 50%;
  -webkit-animation: rotate normal infinite 60s linear;
          animation: rotate normal infinite 60s linear;
  fill: rgba(255, 255, 255, 0.15);
}

.link__face, .link__arrow {
  transform-origin: 50% 50%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}

.link:hover .link__face, .link:hover .link__arrow {
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.link__arrow {
  stroke-width: 0.075em;
}

.link__text {
  -webkit-animation: rotateReverse normal infinite 20s linear;
          animation: rotateReverse normal infinite 20s linear;
  transform-origin: 50% 50%;
}

.link:hover .link__text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

/* Implementation----------------------------------------------------------------------------------- */
.box-canvas {
  color: white;
  width: 100%;
  padding: 10px;
}
.box-canvas1 {
  color: white;
  width: 100%;
  padding: 10px;
  height:360px;
  background-color:#364C52;
}

.box-canvas:hover {
  scale:1.05;
}

.column {
  float: left;
  width: 20%;
}

.column-low {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Attributions----------------------------------------------------------------------------------- */
.textblocka{
  background-color: white;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 4px;
  border-style: solid;
  border-color: #139B69;
  border-radius: 10px;
  margin-top: 30px;
}

/* Human Practices-------------------------------------------------------------------------------------- */
.readmorehp {
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin: auto; 
  cursor: pointer;
}

.readmorehp:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
}

@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format("svg");
  font-style: normal;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.ag-format-container {
  width: 1160px;
  margin: 0 auto;

  position: relative;
}

.ag-timeline-block {
  padding: 0 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 4px;
  background-color: #253B41;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #FFFFFF;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline-card_point-blue {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #445E93;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-black {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #000000;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-green {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #139B69;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-yellow {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #F7B32B;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-white {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #FFFFFF;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-lightgreen {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #98CC9B;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline-card_point-pink {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #F45B69;
  background-color: #253B41;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.js-ag-active .ag-timeline-card_point-blue {
  color: #253B41;
  background-color: #445E93;
}
.js-ag-active .ag-timeline-card_point-black {
  color: #253B41;
  background-color: #000000;
}
.js-ag-active .ag-timeline-card_point-yellow {
  color: #253B41;
  background-color: #F7B32B;
}
.js-ag-active .ag-timeline-card_point-green {
  color: #253B41;
  background-color: #139B69;
}
.js-ag-active .ag-timeline-card_point-lightgreen {
  color: #253B41;
  background-color: #98CC9B;
}
.js-ag-active .ag-timeline-card_point-white {
  color: #253B41;
  background-color: #FFFFFF;
}
.js-ag-active .ag-timeline-card_point-pink {
  color: #253B41;
  background-color: #F45B69;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #253B41;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #FFFFFF;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width:100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #F7B32B;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #FFF;
}
@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

/* Results-------------------------------------------------------------------------------------- */
.results-img{
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  cursor: pointer;
}

.results-img:hover {
  scale:1.03;
}

.enlarged {
  display: none;
}

.enlarge-image{
  cursor:pointer;
}

.enlarged-image {
  width: 50vw;
  height:auto;
  max-height:70%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index:999;
  background-color: #173037;
  cursor:pointer;
}

.enlarged-image2 {
  width: 40vw;
  height:auto;
  max-height:70%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index:999;
  background-color: #173037;
  cursor:pointer;
}

.enlarged-image-pd-height {
  width: auto;
  height: 70vh;
  max-height:70%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index:999;
  border-radius: 10px;
  border-color: #F7B32B;
  border-style: solid;
  border-width: 3px;
  background-color:#253B41;
  cursor:pointer;
}

.enlarged-image-pd-width {
  width: 50vw;
  height:auto;
  max-height:70%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index:999;
  border-radius: 10px;
  border-color: #F7B32B;
  border-style: solid;
  border-width: 3px;
  background-color:#253B41;
}

/* Video's ----------------------------------------------------------------------------*/

.video{
   width:560px;
   height:315px;
}

/* Scroll to top ------------------------------------------------------------------------*/
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #253B41;
  color: #139B69;
  cursor: pointer;
  outline: none;
  border: 3px solid #139B69;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
  background-color: #139B69;
  color: #253B41;  
}

/* Animations */
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}

/* fadeInUp */
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;  
  animation-name: btnExit;
}

/* fadeOutDown */
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fa-angle-double-up:before {
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    z-index:999;
}
