/* 12columns.css | Created by Katherine Kato | Released under the MIT license */
/* GitHub: https://kathykato.github.io/12columns/ */

@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700");

::-moz-selection{
  background: rgb(204, 51, 51);
  color: rgb(255, 255, 255);
}
::selection{
  background: rgb(204, 51, 51);
  color: rgb(255, 255, 255);
}

.container {
  margin: auto;
  padding: 0 1rem;
  max-width: 71.25rem;
  width: 100%;
}

.grid {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}


.grid > [class*="column-"] {
  display: inline-block;
}

.first {
  order: -1;
}

.last {
  order: 12;
}

.align-top {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

.column-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .column-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 62rem) {
  .column-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-md-10 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75rem) {
  .column-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
  .grid > [class*="column-"] {
    margin: 0;
    max-width: 100%;
  }

  .column-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }

  @media (min-width: 48rem) {
    .column-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 62rem) {
    .column-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-md-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 75rem) {
    .column-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8d8d8d;
  background: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #8d8d8d;
  text-decoration: none;
}
a:hover {
  color: #232323;
}

nav {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 1.25rem 0;
}
nav ul {
  line-height: 2.2;
  display: flex;
  justify-content: flex-start;
}
nav ul li {
  margin: 0.325rem 0;
}

.always{
  display:block;
}
.navactive{
  color:#232323;
}

#logo {
  color: #232323;
  font-weight: 700;
  font-size: 1.125rem;
}

#highlight {
  color: #e83f43;
}
/*************************/
img {
  width: 100%;
  height: 43vh;
  object-fit: cover;
}
.two-column-image {
  width: 100%;
  height: 33vh;
  object-fit: cover;
}

.two-column-image:hover {
  opacity: 0.7;
}

.photo {
  width: 100%;
  height: 66vh;
  object-fit: cover;}

.AboutImage{
  height: 500px;
}
/*************************/


.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: top;
}

.intro {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 0.8s 0.4s ease forwards;
  
}

.intro_text_center{
  text-align: center;
  font-weight: bold;
  padding: 2rem 2rem 2rem 2rem;
}

.intro .title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  /* text-decoration: underline;
  color: #e83f43; */
}
.intro .title .underline {
  color: #232323;
  text-transform: uppercase;
}

.underline_2 {
  color: #232323;
  text-transform: capitalize;
  font-size: 1.8rem;
}


.subtitle {
  position: relative;
  z-index: 1;
  margin: 2rem 2rem 1.5rem 0;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  color: #1b1b1b;
  font-size: 1.25rem;
}

.description {
  position: relative;
  z-index: 1;
  margin: 1rem 0 1.5rem 0;
  font-size: 1rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  text-align: justify;
  color: rgb(65, 65, 65); 
  font-weight:200;
  
}

.description_2 {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  column-count: 2;
  color: rgb(53, 53, 53); 
  font-weight: 500;

}
.description_2 {
  text-align: justify;
  top:0;
}

.column {
  float: left;
  width: 100%;
  padding: 1rem 1rem 1rem 0rem;
  position: relative;
}

.borderimg {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6; 
}

.borderimg{
  width:100%;
  height:auto;
}

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

#myImg:hover {
  opacity: 0.7;
  background-color: #7a7a7a;
}
.AboutImage{
  height:40vh;
}

.people{
  padding: 1rem 0rem 0rem 0rem;
  align-items: center;
  filter: grayscale(100%);
  position:relative;
  margin:0 auto;
  background-size:cover;
  max-width:300px;
  width:100%;
  height:100%;
  
}
.student{
  padding: 0rem 0rem 0rem 0rem;
  align-items: center;
  position:relative;
  margin:0 auto;
  background-size:cover;
  max-width:250px;
  width:100%;
  height:100%;
  filter: grayscale(100%);

  
}
.peoplecontainer{
  padding: 0rem 1rem 0rem 0rem;
  width: 100%;
  height:250px;
  align-items: center;
}

/*******************************************************************/
/* The Image Box */
/* div.myImg {
  border: 1px solid #ccc;
}

div.myImg:hover {
  border: 1px solid #777;
} */

/* The Image */
div.myImg img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Add Responsiveness */
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: 100%;
  width: auto;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Description of Image */
.desc {
  padding: 15px;
  text-align: center;
}

.peopledesc_title {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 0rem 0rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  color: #1b1b1b;
  font-size: 1.05rem;
  margin: 0 0 0 0;
  text-align: justify;
  font-weight: 500;
}

.peopledesc_subtitle {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 0rem 0rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  color: #585858;
  font-size: 1rem;
  margin: 0 0 0 0;
  text-align: justify;
}


.peopledesc_desc {
  position: relative;
  z-index: 1;
  padding: 0.5rem 1rem 0rem 0rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  color: #585858;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-align: justify;
}

.peopledesc_desc_small {
  position: relative;
  z-index: 1;
  padding: 0.5rem 1rem 0rem 0rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  color: #585858;
  font-size: 0.8rem;
  margin: 0 0 1rem 0;
  text-align: center;
}

.org_logo{
  padding: 1rem 0rem 1rem 0rem;
  width: 100%;
  height:auto;
}

/* Add Animation */
.modal-content, #caption {    
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
      width: 49.99999%;
      margin: 6px 0;
  }
  .modal-content {
      width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
      width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/*******************************************************************/

.slider-item {
  display: none;
}
.slider-item.active {
  display: block;
}
.slider-item.active .hide-mobile {
  display: none;
}
.slider-item.active .show-mobile {
  display: block;
  margin: 1rem 0;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  font-size: inherit;
  width: 55px;
  height: 55px;
}

.linksbutton {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background-color:#1b1b1b;
  font: inherit;
  width: 150px;
  height: 40px;
  margin: 0rem 1rem 0rem 0rem;    
}
.linksbutton_text {
  font-size: 1rem;
  color: #f5f5f5;
}

.controls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0 0.25rem 0;
}
.controls .previous, .previous2, .previous3, .previous4, .previous5 {
  border: 1px solid #b9b9b9;
}
.controls .next, .next2, .next3, .next4, .next5 {
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

#borderbutton{
  border-left: 1px solid #b9b9b9;

}
.controls .icon {
  position: relative;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: currentColor;
}
.controls .icon.arrow-left::before {
  content: '';
  position: absolute;
  left: 1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(-135deg);
}
.controls .icon.arrow-right::before {
  content: '';
  position: absolute;
  right: 1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
}


.previous, .previous2, .previous3, .previous4, .previous5, .next,.next2, .next3, .next4, .next5 {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-basis: 15%;
  font-size: 2rem;
  color: #232323;
}

.previous:hover .icon, .previous2:hover .icon, .previous3:hover .icon,.previous4:hover .icon,.previous5:hover .icon, .next:hover .icon, .next2:hover .icon, .next3:hover .icon,.next4:hover .icon,.next5:hover .icon {
  transform: scale(1.2);
}
.previous .icon, .next, .next2, .next3, .next4, .next5, .icon {
  transition: transform 0.1s ease;
}

.project-holder{
  margin: 1rem 1rem 1rem 0rem;
  display:inline-block;
}

.active .image-holder::before {
  position: absolute;
  content: '';
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 100% 50%;
  animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
}

.image-holder::before {
  position: absolute;
  content: '';
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 50% 0%;
  animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
}



@keyframes revealRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.toggle-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.9;
}
.toggle-nav i {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0 0.5rem;
}

.flex-nav ul {
  position: absolute;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
  width: 100%;
  left: 0;
  padding: 1rem;
  background: #fff;
  text-align: center;
}
.flex-nav ul.active {
  display: flex;
}

@media (min-width: 62rem) {
  nav ul {
    justify-content: flex-end;
  }

  #logo {
    font-size: 1.25rem;
  }

  /* .controls {
    padding: 1.75rem 0 1.75rem 0;
  } */

  .intro {
    animation: fadeInLeft 0.8s 0.4s ease forwards;
  }
  .intro .title {
    font-size: 2rem;
    padding: 1rem 0rem 0rem 0rem;
    /*background: #fff;*/
  }





  .title_2 {
    font-style: inherit;
    display: inline-block;
    font-weight: 500;
    line-height: 1.1;
    color: #232323;
    font-size: 2rem;
    padding: 0.5rem 0.5rem 0rem 0rem;
    text-align: center;
    /*background: #fff;*/
  }

  
  .title_3 {
    font-style: inherit;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #232323;
    padding: 0.5rem 0.5rem 0rem 0rem;
    text-align: center;
    text-transform: uppercase;
    /*background: #fff;*/
  }

  /**********************************************************************/
  *{
    transition:all 0.5s;
  }
  .barwrapper{
    height:10px;
    width:100%;
    position:relative;  
    margin-top:1rem;  
  }
  .backdrop{
    position:absolute;
    width:100%;
    background-color:rgb(219, 219, 219);
    height:3px;
    border-radius:2px;
  } 
  .bar{
    height:3px;
    z-index:999;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
    width:0px;
    background-color:rgb(185, 185, 185);
  }
  .project-holder:hover .bar{
    width:100%;
    background-color:rgb(0, 0, 0);
  }
  .intro:hover .backdrop{
    /* background-color:#161023; */
  }
/**********************************************************************/




  img {
    height: 55vh;
  }

  .description {
    font-size: 1rem;
    margin: 1rem 0 0 0;
  }

  .previous, .previous2, .previous3, .previous4, .previous5, .next, .next2, .next3, .next4, .next5 {
    flex-basis: 16.33%;
  }

  .slider-item.active .hide-mobile {
    display: block;
  }

  .slider-item.active .show-mobile {
    display: none;
  }

  .toggle-nav {
    display: none;
  }

  .flex-nav ul {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0;
    justify-content: flex-end;
  }

  nav {
    padding: 1.75rem 0 1.75rem 0;
  }
  nav ul {
    line-height: 2.2;
    display: flex;
    justify-content: flex-start;
  }
  nav ul li {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 2rem 0 0;
  }
  nav ul li:nth-child(4) {
    margin: 0;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.image {
  filter: grayscale(0%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.image:hover {
  filter: grayscale(0%);
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
}


.photo {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.photo:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.photo img {

  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
}



/*------------------------------------------------------------------

  Footer

 -------------------------------------------------------------------*/
 .dk-footer {
  position: relative;
  background-color: #202020;
  z-index: 1;
}

.dk-footer.dk-footer-light {
  background-color: #eaeaea;
}

.dk-footer.dk-footer-light > .dk-footer-copyright {
  color: #ffffff;
  background-color: #f3f3f3;
}

.dk-footer > .dk-footer-copyright {
  padding: 2px;
  background-color: #171717;
}

.dk-footer-copyright {
  padding: 10px 0 10px;
  font-size: .95rem;
  color: #ffffff;
  text-align: center;
  background-color: #202020;
}

.dk-footer-copyright.dk-footer-light {
  color: #7a7a7a;
  background-color: #f5f5f5;
}

/*------------------------------------------------------------------

  Social Links

 -------------------------------------------------------------------*/
 .dk-social-links {
  padding: 0;
  margin: 0;
  margin-right: -2px;
  margin-left: -2px;
  list-style-type: none;
}

.dk-social-links::after {
  content: "";
  display: table;
  clear: both;
}

.dk-social-links > li {
  display: inline-block;
  margin-right: 10px;
}

.dk-social-links > li:last-child {
  margin-right: 0;
}

.dk-social-links > li > * {
  display: block;
  width: 24px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color;
}

.dk-social-links > li > *, .dk-social-links > li > *:hover, .dk-social-links > li > *:focus, .dk-social-links > li > *:active {
  color: #131313;
}

.dk-social-links > li > *:hover {
  color: #fff;
}

.dk-social-links > li > *.dk-social-behance {
  color: #fff;
}

.dk-social-links > li > *.dk-social-behance:hover {
  color: #487cfb;
}

.dk-social-links > li > *.dk-social-facebook {
  color: #fff;
}

.dk-social-links > li > *.dk-social-facebook:hover {
  color: #475995;
}

.dk-social-links > li > *.dk-social-google-plus {
  color: #fff;
}

.dk-social-links > li > *.dk-social-google-plus:hover {
  color: #c14d3d;
}

.dk-social-links > li > *.dk-social-instagram {
  color: #fff;
}

.dk-social-links > li > *.dk-social-instagram:hover {
  color: #d12054;
}

.dk-social-links > li > *.dk-social-pinterest {
  color: #fff;
}

.dk-social-links > li > *.dk-social-pinterest:hover {
  color: #ae262b;
}

.dk-social-links > li > *.dk-social-twitter {
  color: #fff;
}

.dk-social-links > li > *.dk-social-twitter:hover {
  color: #6da9de;
}

.dk-social-links.dk-social-links-light > li {
  margin-right: 5px;
}

.dk-social-links.dk-social-links-light > li:last-child {
  margin-right: 0;
}

.dk-social-links.dk-social-links-light > li > * {
  font-size: 1.1rem;
  color: #858585;
}

.dk-social-links.dk-social-links-light > li > *, .dk-social-links.dk-social-links-light > li > *:hover, .dk-social-links.dk-social-links-light > li > *:focus, .dk-social-links.dk-social-links-light > li > *:active {
  color: #858585;
}

.dk-social-links.dk-social-links-light > li > *:hover {
  color: #131313;
}

