.loadbar {
    width: 0%;
    height: 5px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

*, :after, :before {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  transition: background-color 1.2s ease-in-out;
}

/*  ////////////////////// 
    COLORS 
///////////////////////// */

.brown { background-color: #1e1f21!important; }
.blue { background-color: #243648;}
.pink { background-color: #f2d5c8; }
.medGray { background-color: #c1c4be; }
.tan { background-color: #c2b5a5;}
.black { color: #000; }
.liteGray { background: #f5f5f5!important;}
.gray { background-color: #ebebeb;}
.hotpink { background-color: #a02c62;}
.white { background-color: #FFFFFF;}
.no-color { background-color: transparent!important;}

.L-lte {
    background: #FFF!important;
}

/*  ///////////////////////// */

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
} 
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.hide{
    visibility: hidden; 
}
.show{
    display: block!important;
}
/* 
.content-main .content-section {
  margin: 0 auto;
}
 .content-main .content-section.full-image {
  background-color: #f5f5f5;
  margin-bottom: 160px;
}

.introduction-credit-container .introduction-credit ul li {
  font-weight: 400;
  color: #0d0d0d;
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 27px;
}
 .introduction-credit-container {
  padding-top: 76px;
  margin-bottom: 87px;
}
.introduction-description-container .description-content p {
  letter-spacing: .015em;
  font-size: 16px;
  line-height: 30px;
}
.introduction-credit-container {
  padding-top: 76px;
  margin-bottom: 87px;
}

.content-main .content-section.full-image .full-image-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
  padding: 120px 0;
}
.content-main .content-section {
  margin: 0 auto;
}
#project-content 
.content-section img, #project #project-content .content-main .content-section video {
  width: 100%;
  height: auto;
  display: block;
} */
/*  ////////////////////// 
     



///////////////////////// */
.introduction-credit-container {
  font-family: 'open sans';
  /* padding-top: 76px; */
  margin-bottom: 87px;
}
.introduction-description-container {
  margin-bottom: 100px;
}

.scroll-container {  
  position: absolute;  
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;  
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: bottom;
  width: 100%;
}
/* .scroll-project {  
  position: absolute;  
  overflow: hidden;
  z-index: 10;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;  
  transform-style: preserve-3d;
  width: 100%;
} */
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container {
  position: relative;
}
.content {
  /* padding: 0 8.6805%; */
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  transition: background-color 1000ms ease-in-out;
}

.back-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 17.361%;
    height: 27.777%;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    z-index: 99;
    transition: all 400ms ease-in-out;
}
.back-btn:hover {
    /* box-shadow: 0px 0 200px rgba(0,0,0,0.2); */
    background: rgba(0,0,0,0.03);
    transition: all 350ms ease-in-out;
}

.arrow{
    overflow: visible;
    position: relative;
    width: 71px;
    height: 30px;
    opacity: 0.5;
    transform: translateX(0);
    transition: all 400ms ease-in-out;  /**/
}
.arrow-anim {
    transform: translateX(-30px);
    transition: all 400ms ease-in-out;
    -webkit-animation: in 1s infinite alternate;
}

.arrow-anim-stop {
    transform: translateX(0);
    transition: all 400ms ease-in-out;
}

@keyframes in {
    0% {
       transform: translateX(0px);
    }
    100% {
        transform: translateX(-30px);
    }
} 


.point{
    width: 20px;
    height: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: all 1s ease-in-out;
}
.arrow-line{
    position: absolute;
    top: 10px;
    left: -2px;
    width: 76px;
    height: 1px;
    background: #000;
}
.line-white {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all 1s ease-in-out;
}
.point-white {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all 1s ease-in-out;
}
/*  ////////////////////// 
    MASK 
///////////////////////// */


#mask-wrapper {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
}

.mask{
    position: absolute;
    background: #f5f5f5;
    /* transition: all .5s ease-out; */
}

.mask-top{
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
}
.mask-right{
    position: absolute; 
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
}
.mask-bottom{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
}
.mask-left{
    position: absolute; 
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
}
.mlr{
    /* width: 10.50%;
    transition: all .7s ease-in-out; */
    /* transition-delay: 30ms; */
}
.project-mask {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  transform-style: preserve-3d;
  /* transition: all 1s ease-out; */
  
}

.project-reveal {
  height: 0;
}

.back{
    position: fixed;
    top: 0;
    left: 0;
    width: 17.361%;
    height: 27.777%;
    cursor: pointer;
    z-index: 50;
}



.page-mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: 0;
    transition: all 1s ease-out;
    z-index: 60;
    pointer-events: none;
}
/*  /////////////////////// 
    LINES
//////////////////////// */

.drk-line{
  background-color: #1a1a1a!important;
}
 #project-line-wrapper {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
}

#project-line-wrapper .line {
  position: absolute;
  display: block;
  background-color: #1a1a1a;
  opacity: .07;
  transition: background-color .5s ease-in-out .1s;
}

#project-line-wrapper.darkline .line {
    position: absolute;
    display: block;
    background-color: #1a1a1a!important;
    opacity: .07;
    transition: background-color .5s ease-in-out .1s;
  }


#project-line-wrapper .line.top {
  width: 100%;
  height: 1px;
  top: 27.777%;
}

#project-line-wrapper .line.right {
  height: 100%;
  width: 1px;
  right: 17.361%;
}

#project-line-wrapper .line.left {
  height: 100%;
  width: 1px;
  left: 17.361%;
}

#project-line-wrapper .line.bottom {
  width: 100%;
  height: 1px;
  bottom: 27.777%;
}


/*  /////////////////////// 
    PROJECTS
//////////////////////// */
.grayscale{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
    opacity: .8;
    transition: all 2.0s ease-out;
}
.kill-events{
    pointer-events: none;
}

.full-image-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    height: 100%;
  }


.photo-wrapper {
    position: relative;
    overflow: hidden;  
    backface-visibility: hidden;
    transform-style: preserve-3d;  
    /* background: #ddd; */
}

.vertical-center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.photo {  
    position: absolute;
    z-index: 20;
    /* min-width: 120%; */
    height: auto;
    top: 0;
    left: calc(50% - 698px);  
    object-fit: none;
    object-position: 50% 50%;
    transition: all 1.8s ease-out;
}
.no-bump{
    top: -20px;
}
.full-image-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ebebeb;
    padding: 120px 0;
    /* opacity: 0; TURN BACK WHEN ALL PROJECT IMGS ARE ADDED */
    opacity: 1;
    /* transform: translateY(200px); TURN BACK WHEN ALL PROJECT IMGS ARE ADDED */
    transform: translateY(0px);
    transition: all 1s ease-out;
}



.fade-out{
    opacity: 0;
}
.fade-in{
    opacity: 1;
    transform: translateY(0);
}
.work-reveal{
    /* opacity: 1; */
    transform: translateY(0);
    transition: all 700ms ease-out;
}
.work-hide{
    /* opacity: 0 !important; */
    transform: translateY(150px)!important;
}

.item {
    position: relative;
    top: 0;
    height: 600px;
    margin: 300px 8.6805%;
    opacity: 1;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateY(0);
    transition: transform 1000ms ease-out;
}
.item2 {
    position: relative;
    top: 0;
    height: 600px;
    margin: 200px 8.6805%;
    opacity: 1;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateY(0);
    transition: transform 1000ms ease-out;
}
.reposition{
    transform: translate3d(0px, 0px, 0px);
}
.full-height{
    height: 100%;
}

#project-header{
    position: relative;
    height: 100vh;
    margin: 0 8.6805%; 
    align-items: center;
    display: flex; 
    /* padding-top: 10.55%; */
    transition: all 1s ease-out;

}
.flex{
    flex: 1;
    margin: 0 auto;
    transition: all 1.3s ease-out;
}


.no-flex{
    display: block!important;
}
.relocate{
    top: calc(50% - 300px);
    margin: 0 auto;
    transition: all 1.3s ease-out;
}
.project-item{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  /* transform: translateY(-50px); */
  transition: all 1s ease-out;
}

.project-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
  padding: 120px 0;
}

.half {
  width: 50%;
}

.right {
  float: right;
  width: 75%;
}
.xpad{
    width: 100%;
    padding: 0 8.6805%;
}
.project-link{
  text-decoration: none;
  border: 0;
  outline: 0;
  user-select: none;
  cursor: pointer;
}
.pzoom{
    transform: scale(1.7);
    transition: all 1s ease-out;
}

#project01-title{
  opacity: 1;
  transition: all 1s ease-out;
}

#project02-title{
  opacity: 1;
  transition: all 1s ease-out;
}

.proj-title-wrapper{
  /* position: absolute;
  top: calc(50% - 30px); */
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 30;
}

.proj-title{
  font-size: 45px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.proj-number{
  font-size: 18px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
}

.centered{
  top: 41px;
}

.anim-item{
    position: absolute;
    top: calc(50% - 300px);
    width: 100%;
    height: 600px;
    /* margin: 300px 8.6805%; */
    opacity: 1;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateY(0);
    transition: all 1000ms ease-out;

}

.content-introduction{
    margin: 0 8.6805%;
    padding-top: 130px;
}

/*  /////////////////////// 
    GRID
//////////////////////// */

.content-main .content-section.full-image {
  background-color: #f5f5f5;
  margin-bottom: 160px;
}
.content-main .content-section.full-image .full-image-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}
.content-main .content-section.full-image .full-image-wrapper .full-image-content .browser-top {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 42px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-left: 20px;
}
.content-main .content-section.full-image .full-image-wrapper .full-image-content .browser-top .circle {
  display: inline-block;
  background-color: #e6e6e6;
  width: 11px;
  height: 11px;
  border-radius: 6px;
  margin-top: 12px;
  margin-right: 2px
}
.content-main .content-section.full-image .full-image-wrapper .full-image-content .browser-top {
      display: block;
      background-color: #fff;
      width: 100%;
      height: 42px;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      padding-left: 20px;
  }
  .content-main .content-section.full-image .full-image-wrapper .full-image-content .browser-top .circle {
      display: inline-block;
      background-color: #e6e6e6;
      width: 11px;
      height: 11px;
      border-radius: 6px;
      margin-top: 12px;
      margin-right: 2px
  }
  .content-main .content-section img, #project #project-content .content-main .content-section video {
  width: 100%;
  height: auto;
  display: block;
}
.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* padding: 0 8.45%; */
  width: 100%;
  /* justify-content: center; */

}

#bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    width: 0%;
    height: 5px;
    z-index: 5000;
}



.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10 {
    padding-left: 10px;
    padding-right: 10px
}

.container {
    position: relative
}


.row.full {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0
}

.col-auto {
    flex: 1 1 0 !important
}

.row > div {
    flex-basis: 100%
}
.margin-auto{
  margin: 0 auto;
}
.col-xs-1 {
    flex-basis: 10% !important;
    max-width: 10% !important;
}

.col-xs-1.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-2 {
    flex-basis: 20% !important;
    max-width: 20% !important;
}

.col-xs-2.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-3 {
    flex-basis: 30% !important;
    max-width: 30% !important;
}

.col-xs-3.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-4 {
    flex-basis: 40% !important;
    max-width: 40% !important;
}

.col-xs-4.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-5 {
    flex-basis: 50% !important;
    max-width: 50% !important;
}

.col-xs-5.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-6 {
    flex-basis: 60% !important;
    max-width: 60% !important;
}

.col-xs-6.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-7 {
    flex-basis: 70% !important;
    max-width: 70% !important;
}

.col-xs-7.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-8 {
    flex-basis: 80% !important;
    max-width: 80% !important;
}

.col-xs-8.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-9 {
    flex-basis: 90% !important;
    max-width: 90% !important;
}

.col-xs-9.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-10 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.col-xs-10.no-gutters {
    padding-right: 0;
    padding-left: 0
}

.col-xs-offset-1 {
    margin-left: 10%
}

.col-xs-offset-2 {
    margin-left: 20%
}

.col-xs-offset-3 {
    margin-left: 30%
}

.col-xs-offset-4 {
    margin-left: 40%
}

.col-xs-offset-5 {
    margin-left: 50%
}

.col-xs-offset-6 {
    margin-left: 60%
}

.col-xs-offset-7 {
    margin-left: 70%
}

.col-xs-offset-8 {
    margin-left: 80%
}

.col-xs-offset-9 {
    margin-left: 90%
}
@media (max-width:767px){
    .full-image-wrapper {
        padding: 0;
        background-color: #f5f5f5;
    }
}
@media (min-width:768px) {
    .col-sm-1 {
        flex-basis: 10% !important;
        max-width: 10% !important;
    }
    .col-sm-1.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-2 {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
    .col-sm-2.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-3 {
        flex-basis: 30% !important;
        max-width: 30% !important;
    }
    .col-sm-3.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-4 {
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
    .col-sm-4.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-5 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .col-sm-5.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-6 {
        flex-basis: 60% !important;
        max-width: 60% !important;
    }
    .col-sm-6.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-7 {
        flex-basis: 70% !important;
        max-width: 70% !important;
    }
    .col-sm-7.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-8 {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }
    .col-sm-8.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-9 {
        flex-basis: 90% !important;
        max-width: 90% !important;
    }
    .col-sm-9.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-10 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .col-sm-10.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 10%
    }
    .col-sm-offset-2 {
      margin-left: 20%
  }
    .col-sm-offset-3 {
        margin-left: 30%
    }
    .col-sm-offset-4 {
        margin-left: 40%
    }
    .col-sm-offset-5 {
        margin-left: 50%
    }
    .col-sm-offset-6 {
        margin-left: 60%
    }
    .col-sm-offset-7 {
        margin-left: 70%
    }
    .col-sm-offset-8 {
        margin-left: 80%
    }
    .col-sm-offset-9 {
        margin-left: 90%
    }
}

@media (min-width:992px) {
    .col-md-1 {
        flex-basis: 10% !important;
        max-width: 10% !important;
    }
    .col-md-1.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-2 {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
    .col-md-2.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-3 {
        flex-basis: 30% !important;
        max-width: 30% !important;
    }
    .col-md-3.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-4 {
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
    .col-md-4.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-5 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .col-md-5.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-6 {
        flex-basis: 60% !important;
        max-width: 60% !important;
    }
    .col-md-6.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-7 {
        flex-basis: 70% !important;
        max-width: 70% !important;
    }
    .col-md-7.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-8 {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }
    .col-md-8.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-9 {
        flex-basis: 90% !important;
        max-width: 90% !important;
    }
    .col-md-9.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-10 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .col-md-10.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-md-offset-1 {
        margin-left: 10%
    }
    .col-md-offset-2 {
        margin-left: 20%
    }
    .col-md-offset-3 {
        margin-left: 30%
    }
    .col-md-offset-4 {
        margin-left: 40%
    }
    .col-md-offset-5 {
        margin-left: 50%
    }
    .col-md-offset-6 {
        margin-left: 60%
    }
    .col-md-offset-7 {
        margin-left: 70%
    }
    .col-md-offset-8 {
        margin-left: 80%
    }
    .col-md-offset-9 {
        margin-left: 90%
    }
}

@media (min-width:1200px) {
    .col-lg-1 {
        flex-basis: 10% !important;
        max-width: 10% !important;
    }
    .col-lg-1.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-2 {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }
    .col-lg-2.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-3 {
        flex-basis: 30% !important;
        max-width: 30% !important;
    }
    .col-lg-3.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-4 {
        flex-basis: 40% !important;
        max-width: 40% !important;
    }
    .col-lg-4.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-5 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    .col-lg-5.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-6 {
        flex-basis: 60% !important;
        max-width: 60% !important;
    }
    .col-lg-6.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-7 {
        flex-basis: 70% !important;
        max-width: 70% !important;
    }
    .col-lg-7.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-8 {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }
    .col-lg-8.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-9 {
        flex-basis: 90% !important;
        max-width: 90% !important;
    }
    .col-lg-9.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-10 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .col-lg-10.no-gutters {
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 10%
    }
    .col-lg-offset-2 {
        margin-left: 20%
    }
    .col-lg-offset-3 {
        margin-left: 30%
    }
    .col-lg-offset-4 {
        margin-left: 40%
    }
    .col-lg-offset-5 {
        margin-left: 50%
    }
    .col-lg-offset-6 {
        margin-left: 60%
    }
    .col-lg-offset-7 {
        margin-left: 70%
    }
    .col-lg-offset-8 {
        margin-left: 80%
    }
    .col-lg-offset-9 {
        margin-left: 90%
    }
}
.active2 {
    background: #FF0;
}
.active3 {
    background: rgb(0, 255, 213);
}



.full-image-content{
    display: flex;
    justify-content: center;

}
.max-w800{
    max-width: 800px!important;
}
