#other-pages:focus {
  outline: none;
}

.thumb img {
  width: 100%;
  height: 100%;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.demo-banner-bg {
  background: url(images/banner.jpg) no-repeat center center;
  background-size: cover;
}

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 540px;
}
.banner-wrap .banner-content h1 {
  font-size: 3rem;
  font-weight: 300;
 
}
.banner-wrap .banner-content h1 span {
  display: block;
}

.demo-infos-wrap {
  background: #f4f7fa;
}

.demo-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.demo-infos .demo-info {
  padding: 30px 0;
}
.demo-infos .demo-info h4 {
  font-size: 3rem;
  font-size: 500;
  color: #246df8;
}
.demo-infos .demo-info p {
  font-size: 1.4rem;
 
  color: #101725;
}

.section-header h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.page-preview {
  margin-bottom: 50px;
}
 
.page-preview .thumb:focus-visible { 
   border: 3px solid #000 !important
}

.page-preview .thumb {
/*  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);*/
  position: relative;
  border-radius:0px;
  overflow: hidden;
  padding:3px;
}
.page-preview .thumb .overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-preview .thumb .overlay a {
  background: #246df8;
  color: #000000;
  border-radius: 0px;
  padding: 5px 15px;
 
  font-weight: 400;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-preview .thumb:hover .overlay {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-preview .thumb:hover .overlay a {
  top: 50%;
}
.page-preview h3 {
  font-size: 1.5rem;
 
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.page-preview h3:hover a {
  text-decoration: underline;
}

.isotope-nav ul {
  padding: 0;
  margin:25px auto 30px auto;
/*  margin-bottom: 30px;*/
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.isotope-nav ul li {
    font-size:18px;
    padding: 3px 20px;
    border-radius:0px;
    cursor: pointer;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    color: #000000;
}
.isotope-nav ul li.active {
  background:#198bba;
  color: #fff;
}

.item {
  position: relative;
  margin: 0 auto;
 
}
.bi-box-arrow-up-right{
  float: right;
}

/* Common style */
.item figure {
  position: relative;
  width:100%;
  text-align: center;
  cursor: pointer;
}


.item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity:1;
}

.item figure figcaption {
  padding: 2em;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item figure figcaption::before,
.item figure figcaption::after {
  pointer-events: none;
}

.item figure figcaption,
.item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-zoe figcaption {
  top: auto;
  bottom:-1px;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  right: 0px;
  width: 101%;
}

figure.effect-zoe h2 {
float: left;
    font-size:27px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 1px;
}
figure {
    margin:0 0 0rem  
}
figure.effect-zoe p.icon-links a {
  float: right;
    color: #000000;
    font-size: 1.1em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom:3em;
  padding:10em 2em 5em;
  color: #fff;
  text-transform: none;
  font-size:20px;
  opacity: 0;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
  left: 0;
 min-height:285px;
 width: 100%;
 text-align: center;
 font-weight:500;
 letter-spacing: 1px;
}
 

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
/*  font-family: 'feathericons';*/
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover p.description{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background:rgba(0, 0, 0, 0.6) !important ;
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


@media all and (max-width: 767px) {
  .pages .col-xs-12 {
    width: 50%;
  }
  figure.effect-zoe h2{
   font-weight: 500; 
  }

  .cp-nav-demo .navbar-header .navbar-toggle {
    border: 1px solid #246df8;
    border-radius: 0;
  }
  .cp-nav-demo .navbar-header .navbar-toggle .icon-bar {
    background: #246df8;
  }
  .cp-nav-demo .navbar-collapse {
    background: #000000;
  }
  .cp-nav-demo .navbar-nav .nav-button {
    padding-bottom: 20px;
  }
  .cp-nav-demo .navbar-nav .nav-button a {
    display: inline-block;
  }

  footer {
    text-align: center;
  }
  footer .credit {
    text-align: center;
  }
.isotope-nav ul {
 
  margin:15px auto 15px auto;
}
figure.effect-zoe figcaption{
      -webkit-transform: inherit;
}
figure.effect-zoe h2, figure.effect-zoe p.icon-links a{
      -webkit-transform: inherit;
}
.page-preview {
    margin-bottom: 10px;
}
.isotope-nav ul{
  display: grid
}
.item figure figcaption, .item figure figcaption > a{
  position: static !important;
}


}
@media all and (max-width: 539px) {
  .pages .col-xs-12 {
    width: 100%;
  }
}
@media all and (max-width: 439px) {
  .demo-infos {
    display: block;
    padding-bottom: 30px;
  }
  .demo-infos .demo-info {
    padding: 30px 0 0;
  }
}