/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
    Stepper  - Portfolio Template
    Author : Tavonline
    Copyright 2020


/* Table of Content
==================================================

    1. Body and Core Css
    2. Home Page
    3. About Page
    4. Portfolio details
    5. Contact Page
    7. Responsive

*/

@import url("assets.css");
@import url("reset.css");

body{
    font-family: 'Poppins', sans-serif;
    background: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#fff;
  margin-bottom:20px;
}

.slider-images{
  height: 100vh;
}

.vegas-timer{
  display: none;
}


.preloader-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index : 9999;
}

.loader_bar{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #000;
}
#precent {
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 8vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  mix-blend-mode: difference;
}


.light-weight {
  font-weight:500!important;
}

h1{
  font-size: 90px;
  line-height: 100px;
}

h2{
  font-size: 36px;
  line-height: 48px;
}

h3{
  font-size:30px;
  line-height: 40px;
  margin-left:-1px;
}

h4{
  font-size:22px;
  line-height: 36px;
  margin-left:-1px;
}

h5{
  font-size:18px;
  line-height: 28px;
  margin-left:-1px;
}

h6{
  font-size:14px;
  line-height: 24px;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #bdbdbd;
}

.read-more{
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.read-more:focus, .read-more:hover{
  color: #fff;
  opacity: .8;
}

header{
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  padding: 5vh 8vh;
  opacity: 0;
}

.hero .inner{
  opacity: 0;
}

.load header{
  opacity: 1;
  transition: opacity ease .4s;
  -webkit-transition: opacity ease .4s;
  -moz-transition: opacity ease .4s;
  -ms-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
}

.load .hero .inner{
  opacity: 1;
  transition: opacity ease .8s .4s;
  -webkit-transition: opacity ease .8s .4s;
  -moz-transition: opacity ease .8s .4s;
  -ms-transition: opacity ease .8s .4s;
  -o-transition: opacity ease .8s .4s;
}

.nav-icon{
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}

/* Page Overlay */


.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-overlay .page-transition {
  position: absolute;
  width: 100%;
  height: 101%;
  -webkit-transition: -webkit-transform .0s;
  transition: -webkit-transform .0s;
  transition: transform .0s;
  transition: transform .0s, -webkit-transform .0s;
  background-color: #000;
}
.page-overlay .page-transition {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.page-overlay.from-bottom {
    z-index: 120;
}

.page-overlay.from-bottom .page-transition {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
}

.page-overlay.from-bottom-end .page-transition {
  transition: transform .4s ease-in-out 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

/* Loader */

.loader {
  height: 32px;
  width: 32px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-2 1.2s linear infinite;
  animation: loader-2 1.2s linear infinite;
}

@-webkit-keyframes loader-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}

#infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

#infscr-loading img {
  display: none;
}


header .logo{
  float: left;
}

.nav-icon span{
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
}

.nav-icon span:last-child{
  top: 8px;
}

.hero{
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    position: fixed;
    top: 0;perspective: 1000px;
    overflow: hidden;
}

.portfolio-item.zom:hover:before{
  display: none !important;
}

.portfolio-item.zom figcaption{
  opacity: 0;
  transition: all ease 0.3ss;
}

.above{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.portfolio-item.zom{
  z-index: 1000;
}

.hero-image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.hero-image.overlay:before{
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  z-index: 1;
}

.site-bg{
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: .15;
}

.home-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.container {
    width: 80%;
    margin-left: 10%;
}

.outter {
    height: 100vh;
    width: 100%;
    display: table;
}

.inner {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-title{
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

.hero-title span{
  font-weight: 600;
}

.hero-text{
  color: #fff;
  font-size: 22px;
  margin-top: 2vh;
  line-height: 40px;
}

.hero-text span{
  font-weight: 600;
}

.content{
    min-height: 80vh;
    margin-top: 500px;
    position: relative;
}
/*------------------------ Portfolio ------------------------*/



.portfolio-item .image img{
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  visibility: hidden;
}

.portfolio-item .image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.half-height{
  min-height: 50vh;
}

.little-height{
  min-height: 30vh;
}

.big-height{
  min-height: 75vh;
}

.portfolio_filter.stp{
  position: absolute;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}


.active.portfolio_filter{
  visibility: visible;
}

.portfolio-item {
  position: relative;
  width: 100%;
  display: block;
}
.grid-item{
  margin-bottom: 60px;
}

.masonry.row, .lightbox-gallery .row{
  margin-right: -30px;
  margin-left: -30px;
}

.lightbox-gallery .col, .lightbox-gallery .col-1, .lightbox-gallery .col-10, .lightbox-gallery .col-11, .lightbox-gallery .col-12, .lightbox-gallery .col-2, .lightbox-gallery .col-3, .lightbox-gallery .col-4, .lightbox-gallery .col-5, .lightbox-gallery .col-6, .lightbox-gallery .col-7, .lightbox-gallery .col-8, .lightbox-gallery .col-9, .lightbox-gallery .col-lg, .lightbox-gallery .col-lg-1, .lightbox-gallery .col-lg-10, .lightbox-gallery .col-lg-11, .lightbox-gallery .col-lg-12, .lightbox-gallery .col-lg-2, .lightbox-gallery .col-lg-3, .lightbox-gallery .col-lg-4, .lightbox-gallery .col-lg-5, .lightbox-gallery .col-lg-6, .lightbox-gallery .col-lg-7, .lightbox-gallery .col-lg-8, .lightbox-gallery .col-lg-9, .lightbox-gallery .col-md, .lightbox-gallery .col-md-1, .lightbox-gallery .col-md-10, .lightbox-gallery .col-md-11, .lightbox-gallery .col-md-12, .lightbox-gallery .col-md-2, .lightbox-gallery .col-md-3, .lightbox-gallery .col-md-4, .lightbox-gallery .col-md-5, .lightbox-gallery .col-md-6, .lightbox-gallery .col-md-7, .lightbox-gallery .col-md-8, .lightbox-gallery .col-md-9, .lightbox-gallery .col-sm, .lightbox-gallery .col-sm-1, .lightbox-gallery .col-sm-10, .lightbox-gallery .col-sm-11, .lightbox-gallery .col-sm-12, .lightbox-gallery .col-sm-2, .lightbox-gallery .col-sm-3, .lightbox-gallery .col-sm-4, .lightbox-gallery .col-sm-5, .lightbox-gallery .col-sm-6, .lightbox-gallery .col-sm-7, .lightbox-gallery .col-sm-8, .lightbox-gallery .col-sm-9, .lightbox-gallery .col-xl, .lightbox-gallery .col-xl-1, .lightbox-gallery .col-xl-10, .lightbox-gallery .col-xl-11, .lightbox-gallery .col-xl-12, .lightbox-gallery .col-xl-2, .lightbox-gallery .col-xl-3, .lightbox-gallery .col-xl-4, .lightbox-gallery .col-xl-5, .lightbox-gallery .col-xl-6, .lightbox-gallery .col-xl-7, .lightbox-gallery .col-xl-8, .lightbox-gallery .col-xl-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.masonry .col, .masonry .col-1, .masonry .col-10, .masonry .col-11, .masonry .col-12, .masonry .col-2, .masonry .col-3, .masonry .col-4, .masonry .col-5, .masonry .col-6, .masonry .col-7, .masonry .col-8, .masonry .col-9, .masonry .col-lg, .masonry .col-lg-1, .masonry .col-lg-10, .masonry .col-lg-11, .masonry .col-lg-12, .masonry .col-lg-2, .masonry .col-lg-3, .masonry .col-lg-4, .masonry .col-lg-5, .masonry .col-lg-6, .masonry .col-lg-7, .masonry .col-lg-8, .masonry .col-lg-9, .masonry .col-md, .masonry .col-md-1, .masonry .col-md-10, .masonry .col-md-11, .masonry .col-md-12, .masonry .col-md-2, .masonry .col-md-3, .masonry .col-md-4, .masonry .col-md-5, .masonry .col-md-6, .masonry .col-md-7, .masonry .col-md-8, .masonry .col-md-9, .masonry .col-sm, .masonry .col-sm-1, .masonry .col-sm-10, .masonry .col-sm-11, .masonry .col-sm-12, .masonry .col-sm-2, .masonry .col-sm-3, .masonry .col-sm-4, .masonry .col-sm-5, .masonry .col-sm-6, .masonry .col-sm-7, .masonry .col-sm-8, .masonry .col-sm-9, .masonry .col-xl, .masonry .col-xl-1, .masonry .col-xl-10, .masonry .col-xl-11, .masonry .col-xl-12, .masonry .col-xl-2, .masonry .col-xl-3, .masonry .col-xl-4, .masonry .col-xl-5, .masonry .col-xl-6, .masonry .col-xl-7, .masonry .col-xl-8, .masonry .col-xl-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.masonry{
  transition: height ease .3s;
  -webkit-transition: height ease .3s;
  -moz-transition: height ease .3s;
  -ms-transition: height ease .3s;
  -o-transition: height ease .3s;
}

.subtext{
  color: #fff;
  font-size:27px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
}

.grid-item figure{
  position: relative;
  margin-bottom: 0;
}

.grid-item figcaption{
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 45px;
  opacity: 1 !important;
}

.portfolio-item figcaption{
  opacity: 0;
}

.grid-item figcaption span{
  font-size: 12px;
}

.grid-item figcaption .title{
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  color: #000;
  margin-bottom: 0;
}

.col-xl-3.grid-item figcaption .title{
  font-size: 20px;
  margin-top: 0;
}

.grid-item figcaption .arrow{
  margin-top: 15px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.grid-item.white figcaption .title{
  color: #ffff;
}

.grid-item .item-cat-mask{
  overflow: hidden;
  height: 20px;
}

.grid-item figcaption .item-cat-mask span{
  display: block;
  color: #000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.grid-item.white figcaption .item-cat-mask span{
  color: #fff;
}

.grid-item.white figcaption .arrow{
  fill: #ffff;
}

.portfolio-item.video .image{
  display: none;
}

.grid-item figcaption .arrow{
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.portfolio-item{
  overflow: hidden;
}

.portfolio-item .image, .portfolio-item video{
  transition: transform ease 1s;
  -webkit-transition: transform ease 1s;
  -moz-transition: transform ease 1s;
  -ms-transition: transform ease 1s;
  -o-transition: transform ease 1s;
}

.portfolio-item:hover .image, .portfolio-item:hover video{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}



.portfolio-item:hover figcaption .arrow{
  transform: translateX(20px) rotate(-90deg);
  -webkit-transform: translateX(20px) rotate(-90deg);
  -moz-transform: translateX(20px) rotate(-90deg);
  -ms-transform: translateX(20px) rotate(-90deg);
  -o-transform: translateX(20px) rotate(-90deg);
}

.portfolio-item:hover figcaption .item-cat-mask span{
  transform: translateY(-18px);
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
}

  .white .hero .video-wrapper{
    visibility: hidden;
  }

  .hero .container{
    z-index: 2;
  }

  .video-portfolio .video-wrapper:before, .portfolio-hero:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .load .video-portfolio .video-wrapper:before, .load .portfolio-hero:before{
    opacity: 1;
    transition: opacity ease .8s 1s;
    -webkit-transition: opacity ease .8s 1s;
    -moz-transition: opacity ease .8s 1s;
    -ms-transition: opacity ease .8s 1s;
    -o-transition: opacity ease .8s 1s;
}

  .load .video-portfolio .video-wrapper:before{
    opacity: 1;
    transition: opacity ease .8s 1s;
    -webkit-transition: opacity ease .8s 1s;
    -moz-transition: opacity ease .8s 1s;
    -ms-transition: opacity ease .8s 1s;
    -o-transition: opacity ease .8s 1s;
}

  .video-wrapper {
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }

  .video-home .video-wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
    left: 0;
    top: 0;
  }

  .video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    .video-wrapper > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-wrapper > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    .video-wrapper > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

  .portfolio-item.video figcaption {
    z-index: 10;
  }


  .portfolio-item.video .image {
    visibility: hidden;
  }



  .in-view .portfolio-item, .grid-item:nth-child(1) .portfolio-item, .grid-item:nth-child(2) .portfolio-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }


  .portfolio_filter{
    position: fixed;
    left: 51px;
    bottom: 0;
    height: 1.5em;
    margin: auto;
    bottom: 30px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }

  .portfolio_filter ul{
    left: 0;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg);
  }

  .portfolio_filter ul li{
    float: left;
    list-style: none;
  }

  .portfolio_filter ul li a{
    color: #fff;
    font-weight: 600;
    margin-right: 30px;
  }

.portfolio_filter ul>li{
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
  }

  .white .social ul li, .white .portfolio_filter ul>li{
    opacity: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .white .social ul li:nth-child(1), .white .portfolio_filter ul>li:nth-child(1){
    opacity: 1;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
  }

  .white .social ul li:nth-child(2), .white .portfolio_filter ul>li:nth-child(2){
    opacity: 1;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
  }

  .white .social ul li:nth-child(3), .white .portfolio_filter ul>li:nth-child(3){
    opacity: 1;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
  }

  .white .social ul li:nth-child(4), .white .portfolio_filter ul>li:nth-child(4){
    opacity: 1;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
  }

  .white .social ul li:nth-child(5), .white .portfolio_filter ul>li:nth-child(5){
    opacity: 1;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
  }

  .white .social ul li:nth-child(6), .white .portfolio_filter ul>li:nth-child(6){
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
  }


.portfolio_filter ul>li{
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
  }



.site-btn{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  background: #000;
  color: #fff;
  padding: 13px 28px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  overflow: hidden;
  color: #000;
  background: #fff;
}

.site-btn:focus{
  outline: 0;
}


.site-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.site-btn::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease-out;
  -webkit-transition: transform .2s ease-out;
  opacity: .3;
}

.portfolio-pagination{
  display: none;
}

footer{
  padding: 120px 0 60px;
  color: #fff;
  display: inline-block;
  width: 100%;
}


footer p{
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}

footer a{
  color: #fff;
  transition: opacity ease .3s;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
}

footer a:hover{
  opacity: .5;
}

footer a:focus, footer a:hover{
  color: #fff;
}

footer .mail{
  text-decoration: none !important;
}

main{
  overflow: hidden;
}


footer .uptotop{
   margin-top: 30px;
   display: inline-block;
}

footer .uptotop i{
  margin-right: 15px;
}


.overlay .portfolio-item:before{
  content: '';
  width: 100%;
  height: 100vh;
  box-shadow: inset 20px 109px 350px 0px rgb(0 0 0 / 40%);
  position: absolute;
  z-index: 1;
}



/* Down mouse */

.down-link, .down-link.no-border {
  position:absolute;
  bottom:60px;
  left:0;
  width:60px;
  margin-left:5px;
  z-index:101;
  left:50%;
  margin-left:-26px;
  transform: translate3d(0px, 0px, 0px) scale(0.8, 0.8);
}

.down-link.no-border .section-down-arrow{
  display:inline-block;
  width:49px;
  height:49px;
  color:#000!important;
  border:2px solid #fff;
  text-align:center;
  line-height:50px;
  border-radius:100px;
  font-size:25px;
  -webkit-border-radius:100px;
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  overflow:hidden;
  margin-left:0px;
  left:0;
  opacity:0.6;
}


.down-link.no-border .section-down-arrow,.slider-down-arrow.no-border{
  border:none!important;
  overflow:visible;
  text- align:center;
  opacity:1;
  height:auto;
  bottom:13px;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
}

.scroll-icon-path{
  fill:transparent;
  stroke-width:2px;
  stroke-dashoffset:120;
  stroke-dasharray:120;
  -webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}

.scroll-icon{
  width:30px;
  height:45px;
  text-align:center;
  cursor:pointer;
  position:relative;
  z-index:100;
}

.down-link.no-border .section-down-arrow:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:30px;
  height:45px;
  margin-left:-15px;
  border:2px solid rgba(255, 255, 255, 0.5);
  border-radius:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:62;
}



.down-link.no-border:hover .section-down-arrow:before, .slider-down-arrow.no-border:hover:before{
  background-color:rgb(255, 255, 255);
}

.down-link.no-border:hover .scroll-icon-path, .slider-down-arrow.no-border:hover .scroll-icon-path{
  stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

.down-link.no-border .section-down-arrow:before, .slider-down-arrow.no-border:before{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  margin-left:-1px;
  top:22px;
  width:2px;
  height:6px;
  border-radius:10px;
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}



.down-link.no-border:hover .scroll-icon-path, .slider-down-arrow.no-border:hover .scroll-icon-path{
  stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}

@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}

.down-link.no-border .section-down-arrow:before,.slider-down-arrow.no-border:before{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  margin-left:-1px;
  top:22px;
  background-color: rgba(255, 255, 255, 0.5);
  width:2px;
  height:6px;
  border-radius:10px;
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}



@-webkit-keyframes trackBallSlide{
  0%{
      opacity:1;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
  45%{
      opacity:0;
      -webkit-transform:scaleY(0.5) translateY(13px);
      transform:scaleY(0.5) translateY(13px);
  }
  46%{
      opacity:0;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
      opacity:1;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
}

@keyframes trackBallSlide{
  0%{
      opacity:1;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
  45%{
      opacity:0;
      -webkit-transform:scaleY(0.5) translateY(13px);
      transform:scaleY(0.5) translateY(13px);
  }
  46%{
      opacity:0;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
      opacity:1;
      -webkit-transform:scaleY(1) translateY(-10px);
      transform:scaleY(1) translateY(-10px);
  }
}

@keyframes nudgeMouse{
  0%{
      -webkit-transform:translateY(0);
      transform:translateY(0);
  }
  45%{
      -webkit-transform:translateY(8px);
      transform:translateY(8px);
  }
  65%,100%{
      -webkit-transform:translateY(0);
      transform:translateY(0);
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
      -webkit-transform:translateY(0);
      transform:translateY(0);
  }
  45%{
      -webkit-transform:translateY(8px);
      transform:translateY(8px);
  }
  65%,100%{
      -webkit-transform:translateY(0);
      transform:translateY(0);
  }
}





.full-menu{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 100;
  visibility: hidden;
}

.full-menu .outter{
  height: 100vh;
}

.full-menu ul li{
  list-style: none;
}

.full-menu .site-menu li a{
  color: #000;
  font-size: 44px;
  font-weight: 700;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  color:#fff;
}

.full-menu .site-menu li:hover a{
  letter-spacing: 4px;
  opacity: .5;
}

.full-menu .left-content{
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  background: #000;
}

.full-menu .right-content{
  padding: 0 60px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  background: #131313;

}

.full-menu .right-content, .full-menu .left-content{
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.full-menu.active .left-content, .full-menu.active .right-content{
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.full-menu .right-content ul li{
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}

.full-menu .right-content ul{
  margin-bottom: 30px;
}

.full-menu .right-content ul li:first-child{
  color:#fff;
  font-weight: 400;
  opacity: .7;
}


.full-menu .right-content ul.social-links li:first-child{
  width: 100%;
}

.full-menu .right-content ul.social-links li{
  float: left;
  color: #fff;
  margin-right: 30px;
}

.full-menu .right-content ul li a{
  color: #000;
  color: #fff;
}


.full-menu .right-content ul li a:hover{
  opacity: .5;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}

.full-menu .logo{
  position: absolute;
  top:5vh;
  left: 8vh;
}

.full-menu .close-icon{
  position: absolute;
  top: 40px;
  right: 64px;
  cursor: pointer;
}

.full-menu .close-icon img{
  max-width: 16px;
}


.page-container {
  visibility: hidden;
  height:100vh;
  width: 100%;
  left:0px;
  position: fixed;
  top:0;
  z-index:100;
  -webkit-transform: scale(1.00);
  transform: scale(1.00);
}

.page {
  cursor: pointer;
  position: absolute;
  height:100vh;
  width:100%;
  top:0;
  left:0px;
  position: fixed;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}




/*------------------------ Single Portfolio ------------------------*/

.portfolio-category{
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.lightbox-gallery{
  display: inline-block;
  }

.lightbox-gallery .image {
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.lightbox-gallery .col.lg-12 .image{
  margin-bottom: 30px;
}

.lightbox-gallery .image img {
  width: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.lightbox:hover img {
  transform: scale(1.03);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}


.about-project, .subtext, .videoframe{
  padding-bottom: 90px;
}


.lightbox-gallery{
  padding-bottom: 60px;
  width: 100%;
}


.next-content{
  display: inline-block;
}

.next-content:hover .link-title{
  letter-spacing: 3px;
  opacity: 1;
}

.link-subtitle{
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}

.link-title{
  font-size: 70px;
  color: #fff;
  opacity: .6;
  font-weight: 600;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}


/*------------------------ Sub pages ------------------------*/


.page-caption .page-title {
  font-size: 80px;
  font-weight: 800;
  line-height: 76px;
}

.page-caption .page-title span {
  color: transparent!important;
  -webkit-text-stroke: 1px #fff;
}

.page-caption .page-subtitle{
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  margin-top:60px;
}


.page-subtitle:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}


.teammates .team figure{
  position: relative;
}

.teammates .team figure img{
  width: 100%;
  transition: filter ease .5s;
  -webkit-transition: filter ease .5s;
  -moz-transition: filter ease .5s;
  -ms-transition: filter ease .5s;
  -o-transition: filter ease .5s;
}

.team:hover > figure > img{
  filter: grayscale(100%);
}

.col-lg-4.team{
  padding-right: 30px;
  padding-left: 30px;
}

.teammates .team figure figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.teammates .team figure figcaption .number{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 26px;
  font-weight: 500;
}

.teammates .team figure figcaption .job{
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-weight: 500;
  font-size: 18px;
  transform: rotate(90deg) translate(30px, 30px);
  -webkit-transform: rotate(90deg) translate(30px, 30px);
  -moz-transform: rotate(90deg) translate(30px, 30px);
  -ms-transform: rotate(90deg) translate(30px, 30px);
  -o-transform: rotate(90deg) translate(30px, 30px);
  transform-origin: right;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.teammates .team figure figcaption .name{
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 20px;
  font-weight: 600;
}

.teammates .team figure figcaption .social-links{
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}

.teammates .team figure figcaption .social-links a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.teammates .team figure:hover figcaption .social-links{
  opacity: 1;
}


.teammates .team figure:hover figcaption .social-links a:hover{
  opacity: .6;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}


.teammates .team figure:hover figcaption .job{
  opacity: 1;
  transform: rotate(90deg) translate(0px, 30px);
  -webkit-transform: rotate(90deg) translate(0px, 30px);
  -moz-transform: rotate(90deg) translate(0px, 30px);
  -ms-transform: rotate(90deg) translate(0px, 30px);
  -o-transform: rotate(90deg) translate(0px, 30px);
}

.section-title{
  padding: 90px 0 60px;
}

.section-title .title{
  font-size: 32px;
  font-weight: 800;
  margin-top:20px;
  line-height: 45px;
}

.section-title span{
  font-size: 20px;
  color: rgb(173, 173, 173);
}

.flaticon{
  font-family: "Flaticon";
  font-style: normal;
}

.jostfont{
  font-family: 'Raleway', sans-serif;
}

.services .ser{
  text-align: center;
  padding:60px;
  border: solid 1px #292929;
}

.services .ser i{
  font-size: 90px;
  color: #fff;
}

.services .ser .title{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}


.clients .client{
  text-align: center;
  border-right: solid 1px #292929;
  border-bottom: solid 1px #292929;
  padding:60px 30px;
}

.clients .client:first-child{
  border-left: 0px;
}

.clients .client:last-child, .clients .client:nth-child(4), .clients .client:nth-last-child(5), .clients .client:nth-last-child(9){
  border-right: 0px;
}

.clients .client:nth-last-child(1), .clients .client:nth-last-child(2), .clients .client:nth-last-child(3), .clients .client:nth-last-child(4){
  border-bottom: 0px;
}

.clients .client img{
  width: 80%;
}

.services .sercol{
  padding: 0;
}




.darkness #success_page{
  color: #fff;
}


.darkness #success_page h2{
  color: #fff;
}

.error_message {
  text-align: left;
  margin-bottom: 30px;
  font-size: 13px;
  color: #e93735;
  font-weight: bold;
}


form .form-group{
  width: 100%;
  position: relative;
  margin-bottom: 46px;
}

.form-btn{
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.form-btn .site-btn{
  margin: 0 auto;
}

form .inp{
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  letter-spacing: 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 46px;
  height: 46px;
  background: transparent;
  outline: none;
  padding: 0 0 3px;
  border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
  color: #fff;
}




form .form-group .placeholder {
  letter-spacing: 0;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -.009em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}






form .form-group.in .placeholder, form .form-group.with-content .placeholder{
  opacity: .5;
  font-size: 14px;
  top: -13px;
}

form .form-group:after{
  background: #fff;
}


form .form-group:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
}


form .form-group.in:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}


.contact-info{
  text-align: center;
  margin-top: 150px;
}

.contact-info i{
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}

.contact-info p{
  color: #fff;
  padding: 15px 0 0;
  line-height: 26px;
  font-weight: 500;
}

.contact-info a{
  color: #fff;
  padding: 15px 0 0;
  line-height: 26px;
  font-weight: 500;
  display: block;
}


.contact-info a:focus, .contact-info a:hover{
  color: #fff;
  opacity: .7;
}

.contact-info span{
  color: rgb(102, 102, 102);
  padding: 15px 0 0;
  line-height: 26px;
  font-weight: 500;
}


.map iframe{
  width: 100%;
  height: 100%;
}

.map{
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 50vw;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform cubic-bezier(0.4, 0, 1, 1) .3s;
  -webkit-transition: transform cubic-bezier(0.4, 0, 1, 1) .3s;
  -moz-transition: transform cubic-bezier(0.4, 0, 1, 1) .3s;
  -ms-transition: transform cubic-bezier(0.4, 0, 1, 1) .3s;
  -o-transition: transform cubic-bezier(0.4, 0, 1, 1) .3s;
}

.map.opened{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.map-close{
  cursor: pointer;
  padding: 15px 17px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: #000;
  z-index: 100;
}

.map-close img{
  width: 20px;
}

.map-link{
  margin-top: 120px;
  cursor: pointer;
}

.map-link a{
  display: inline-block;
  transition: opacity ease .8s;
  -webkit-transition: opacity ease .8s;
  -moz-transition: opacity ease .8s;
  -ms-transition: opacity ease .8s;
  -o-transition: opacity ease .8s;
}

.map-link h3{
  font-weight: 700;
  font-size: 35px;
}

.map-link:hover{
  opacity: .6;
}


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


.grid-item.video .image{
  visibility: visible;
  display: block;
}

.video-wrapper{
  display: none;
}


  .hero-title{
    font-size: 70px;
  }

  .hero-text{
    font-size: 18px;
    line-height: 30px;
  }


	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	h2 {
		font-size: 26px;
		line-height: 40px;
  }

  h3 {
    font-size: 20px;
		line-height: 40px;
  }

  h4 {
    font-size: 18px;
		line-height: 40px;
  }

  h5 {
    font-size: 16px;
		line-height: 40px;
  }

  .portfolio-category{
    font-size: 14px;
  }

.big-height, .half-height, .little-height {
      min-height: 30vh;
  }

  .section-title .title {
    font-size: 29px;
}

.content {
  min-height: 60vh;
}

.link-title {
  font-size: 50px;
}

.portfolio-category {
  line-height: 58px;
}


}




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

  .full-menu .site-menu li a {
      font-size: 34px;
  }

  .hero-title {
    font-size: 58px;
  }

  .portfolio-item .big-height, .portfolio-item .half-height, .portfolio-item .little-height {
    min-height: 25vh;
}

.grid-item figcaption .title {
  font-size: 20px;
  line-height: 17px;
}

.grid-item figcaption {
  top: 30px;
  left: 30px;
}

.grid-item {
  margin-bottom: 60px;
}

.filter-icon{
  display: block !important;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 10;
  background: #fff;
  padding: 14px 16px 8px;
  margin: 0 auto;
  width: 50px;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: transform ease .3s;
  -webkit-transition: transform ease .3s;
  -moz-transition: transform ease .3s;
  -ms-transition: transform ease .3s;
  -o-transition: transform ease .3s;
}


.portfolio_filter ul {
  -webkit-transform: rotate(0deg);
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.portfolio_filter ul li {
  float: none;
}

.portfolio_filter{
  opacity: 0;
  visibility: hidden;
  position: fixed !important;
  width: 100%;
  height: 110vh;
  z-index: 100;
  left: 0; top: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: table;
}

.portfolio_filter.opened{
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.portfolio_filter ul li a {
  font-size: 30px;
  line-height: 50px;
  margin-right: 0;
}

.portfolio_filter ul>li {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}


.white .filter-icon{
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.filter-icon.opened{
  background: none;
  top: 30px;
  width: 50px;
  height: 50px;
  z-index: 101;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.filter-icon.opened img{
  display: block;
}

.filter-icon.opened svg{
  display: none;
}


.filter-icon img{
  width: 15px;
  display: none;
}


footer br{
  display: none;
}

footer .right-content{
  display: none;
}

.filter-icon.stp{
  bottom: 170px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.section-title br{
  display: none;
}

.team{
  margin-bottom: 50px;
}

.page-caption .page-title {
  font-size: 70px;
  line-height: 66px;
}

header {
  padding: 4vh 5vh;
}

.contact-info .col-lg-4{
  margin-bottom: 60px;
}

.map {
  width: 80vw;
}


}




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

  .hero-title {
    font-size: 31px;
}

.hero-text br{
  display: none;
}

.hero-text{
  font-size: 16px;
  margin-top: 5px;
}

.portfolio_filter ul li a {
  font-size: 23px;
}

.full-menu .right-content{
  display: none;
}

.full-menu .close-icon {
  position: absolute;
  top: 45px;
  right: 60px;
  cursor: pointer;
  display: block !important;
}

.page-caption .page-title {
  font-size: 50px;
  line-height: 56px;
}

.section-title .title {
  font-size: 22px;
  line-height: 36px;
}

.section-title {
  padding: 60px 0 40px;
}

footer {
  padding: 60px 0 60px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.map-link {
  margin-top: 60px;
  cursor: pointer;
}

.grid-item {
  margin-bottom: 30px;
}

footer p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

.filter-icon.stp{
  bottom: 200px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

}



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

  .hero-title {
    font-size: 23px;
    margin-bottom: 0;
}


}
