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

/**
    Mosby  - Portfolio Wordpress Theme 
    Author : Tavonline
    Copyright 2020


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

    1. Body and Core Css
    2. Home Page
    3. About Page
    4. Portfolio List
    5. News Page
    6. Contact Page
    7. Responsive
*/ 


/*------------------------ 1 Body and Core Css ------------------------*/   

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

html{
	height: 100%;
}

body.darkness{
  background: #fff;
}

::selection{
  background-color:#000;
  color: #fff;
}
.post-categories{
  display: inline-block;
  margin-bottom: 20px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 6;
}

.darkness ::selection{
  background-color:#fff;
  color: #000;
}

.content{
  width: 100%;
}

blockquote {
    border-left: solid 3px;
    padding-left: 25px;
}
.reply-title{
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
}

p{
  line-height: 30px;    
  font-weight: 500;
  font-size: 16px;
    margin: 0 0 30px !important;
}

h3{
  line-height: 36px;
  margin-left:-1px;
}

h4{
  line-height: 30px;
  margin-left:-1px;	
  font-weight: 700;
}

h5{
  line-height: 24px;
  margin-left:-1px;
}

h6{
  line-height: 18px;
}

.darkness h4{
  color:#fff;
}

.site-btn{
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  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;
}

.site-btn:focus{
  color: #fff;
}

.darkness .site-btn:focus{
  color: #000;
}

.slider-images{
  height: 100vh;
}

.vegas-timer{
  display: none;
}

.hero.slider .hero-image{
  background: none;
}

.darkness .site-btn{
  color: #000;
  background: #fff;
}

#preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 5000;
}

#preloader .logo{
margin-bottom: 10px;
}

#preloader.loaded .loading-area {
  opacity: 0;
}

#preloader.loaded{
  visibility: hidden;
}

#preloader .loading-area {
  opacity: 1;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #828282;
}

#preloader.loaded .left-side {
  transform: translateX(-100%);
  transition-delay: 1s;
}

#preloader .left-side {
  left: 0;
}

#preloader.loaded .right-side {
  transform: translateX(100%);
  transition-delay: 1s;
}

#preloader .right-side {
  right: 0;
}

#preloader .left-side, #preloader .right-side {
  background: #111;
  height: 100%;
  position: absolute;
  width: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}


.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: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease-out;
  -webkit-transition: transform .2s ease-out;
  opacity: .3;
}

.darkness .site-btn::before {
  background: #000;
}

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

.form-btn{
  position: relative;
  overflow: hidden;
  display: inline-block;
}


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

.darkness .form-btn:before{
  background: #000;
}

.site-btn:hover{
  color: #fff;
}

.darkness .site-btn:hover{
  color: #000;
}

/* 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%);
}

.whitev.dark .nav-icon span{
   background: #fff !important; 
}

/* 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 #000;
  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;
}

.right-content li, .social li, .work-content li, .mosby-tags li, .slider-images li, .entry-data li, li.comment, .ping li, .portfolio_filter ul li{
  list-style: none;
}

dl{
  margin-bottom: 30px;
}

.pings .reply{
  display: none !important;
}

.pings .title {
  line-height: 25px !important;
}

.pings .date{
  margin-bottom: 10px;
  display: inline-block;
}

.pings li{
  list-style: none;
}


figure{
  margin: 0;
}

header{
  position: absolute;
  top: 0;
  padding: 45px;
  width: 100%;
}

header .logo img{
  max-height: 30px;
}

.white .header.whitev{
  visibility: hidden;
}

header.black{
  position: fixed;
  z-index: 3;
  opacity: 1;
  transform: translateY(-130%);
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  -o-transform: translateY(-130%);
}


.white header.black{
  position: fixed;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all ease 0.3s 0.3s;
  -webkit-transition: all ease 0.3s 0.3s;
  -moz-transition: all ease 0.3s 0.3s;
  -ms-transition: all ease 0.3s 0.3s;
  -o-transition: all ease 0.3s 0.3s;
}

header.black .logo img{
  transform: rotate(-90deg) translate(-70px, 22px);
  transform-origin: left;
  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;
  -webkit-transform: rotate(-90deg) translate(-70px, 22px);
  -moz-transform: rotate(-90deg) translate(-70px, 22px);
  -ms-transform: rotate(-90deg) translate(-70px, 22px);
  -o-transform: rotate(-90deg) translate(-70px, 22px);
}

header.whitev{
  z-index: 3;
}

.hero{
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: relative;
  top: 0;
}

.hero-content{
  z-index: 2;
  position: relative;
}

.hero-content span.little{
  color: #fff;
  font-size: 18px;
  margin-bottom: 9px;
  display: inline-block;
}

.darkness .hero-content span.little{
  color:#000;
}

.hero .down-arrow{
  fill:#fff;
  margin:45px 0 0 15px;
  cursor: pointer;
}

.white .hero{
  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;
}

.white .down-arrow {
  fill: #000;
}

#elementor-panel-category-pro-elements{
  display: none;
}

.darkness.white .down-arrow {
  fill: #fff;
}

.social{
  position: fixed;
  right: 50px;
  top: 110px;
  z-index: 3;
}

.children .comment-content .reply{
  display: none;
}

.social ul li {
  text-align: center;
}

.content ul{
  margin-left: 15px;
}

.social ul li a{
  color:#000;
  font-size: 14px;
  line-height: 40px;
}

.darkness.white .social ul li a{
  color: #fff;
}

.social ul li, .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;
}

.uptotop{
  cursor: pointer;
  opacity: 0;
  position: fixed;
  bottom:45px;
  right: 45px;
  transform: rotate(180deg) translate(-200px, 0px);
  -webkit-transform: rotate(180deg) translate(-200px, 0px);
  -moz-transform: rotate(180deg) translate(-200px, 0px);
  -ms-transform: rotate(180deg) translate(-200px, 0px);
  -o-transform: rotate(180deg) translate(-200px, 0px);
  z-index: 3;
}

.open-sidebar{
    position: fixed;
    left: 45px;
    bottom: 45px;
    border: solid 1px #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    z-index: 15;
    opacity: 1;
    transform:translateX(-30px);
    -webkit-transform:translateX(-30px);
    -moz-transform:translateX(-30px);
    -ms-transform:translateX(-30px);
    -o-transform:translateX(-30px);
    opacity: 0;
}

.darkness .open-sidebar{
  border: solid 1px #fff;
}

.open-sidebar.sidebar_show{
  display: inline-block;
}

.open-sidebar.sidebar_hide{
  display: none;
}

.white .open-sidebar{
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  -moz-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -o-transform:translateX(0px);
  opacity: 1;
  transition: all ease .3s .5s;
  -webkit-transition: all ease .3s .5s;
  -moz-transition: all ease .3s .5s;
  -ms-transition: all ease .3s .5s;
  -o-transition: all ease .3s .5s;
}

.open-sidebar.stp {
  bottom: 90px;
}

.open-sidebar i{
  font-size: 13px;
}

.white .open-sidebar i{
  color: #000;
}

.darkness.white .open-sidebar i{
  color: #fff;
}

/* .search{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
  background:rgba(0, 0, 0, 0.5);
  display: table;
  visibility: hidden;
  opacity: 0;
  transition:  all ease 0.4s;
  -webkit-transition:  all ease 0.4s;
  -moz-transition:  all ease 0.4s;
  -ms-transition:  all ease 0.4s;
  -o-transition:  all ease 0.4s;
} */

.search.open{
  visibility: visible;
  opacity: 1;
}

.search .search-bar{
  width: 40%;
  margin-left: 30%;
}

.search form .bar{
  height: 50px;
  border: 0;
  border-radius: 4px;
  width: 80%;
  padding-left: 15px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 15px;
}

.search .site-btn{
  padding:15px 28px;
}
.search .sc-close {
  display: block;
  z-index: 1;
  left: 0;
  top: -65px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  margin-bottom: 19px;
}

.sc-ic {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px 10px 0 0;
  border-radius: 100%;
  font-size: 22px;
  line-height: 39px;
  background-color: #fff;
  color: #010101;
  text-align: center;
}

.sc-text{
  vertical-align: top;
  line-height: 48px;
}

.white .uptotop{
  opacity: 1;
  transform: rotate(180deg) translate(0px, 0px);
  -webkit-transform: rotate(180deg) translate(0px, 0px);
  -moz-transform: rotate(180deg) translate(0px, 0px);
  -ms-transform: rotate(180deg) translate(0px, 0px);
  -o-transform: rotate(180deg) translate(0px, 0px);
  transition: all ease .3s .5s;
  -webkit-transition: all ease .3s .5s;
  -moz-transition: all ease .3s .5s;
  -ms-transition: all ease .3s .5s;
  -o-transition: all ease .3s .5s;
}

.say-hello{
    position: fixed;
    bottom:20px;
    left: 50px;
    transform-origin: top left;
    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);
    opacity: 0;
    z-index: 11;
}

.say-hello.stp{
  bottom:50px;
}

.white .say-hello{
  opacity: 1;
  transform: rotate(-90deg) translate(0px, 0px);
  -webkit-transform: rotate(-90deg) translate(0px, 0px);
  -moz-transform: rotate(-90deg) translate(0px, 0px);
  -ms-transform: rotate(-90deg) translate(0px, 0px);
  -o-transform: rotate(-90deg) translate(0px, 0px);
  transition: all ease .3s .5s;
  -webkit-transition: all ease .3s .5s;
  -moz-transition: all ease .3s .5s;
  -ms-transition: all ease .3s .5s;
  -o-transition: all ease .3s .5s;
}

.say-hello a{
  color: #000;
  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;
}

.darkness .say-hello a{
  color:#fff;
}

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

.link-title{
  font-size: 70px;
  color: #000;
  font-weight: 800;
  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;
  letter-spacing: .2px;
}

.darkness .link-title, .darkness .link-subtitle{
  color: #fff;
}

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

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

.next-posts a{
  color: #fff;
  display: inline-block;
  font-weight: 800;
  opacity: 1;
}

.next-posts .next-title{
  font-size: 70px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.white .next-posts .next-title{
  color: #000;
}

.next-posts a:hover > .next-title{
  opacity: 1;
  letter-spacing: 3px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.say-hello:hover a{
  opacity: .5;
}


.uptotop.stp{
  bottom: 90px;
}

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

}

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

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

.hero-title{
  color: #fff;
  font-size: 150px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 140px;
  margin-bottom: 15px;
}

.subhero-title{
  font-size: 85px;
  color: #fff;
  font-weight: 800;
}

.darkness .subhero-title{
  color: #000;
}

.white .subhero-title{
  color: #000;
}

.darkness.white .subhero-title{
  color:#fff;
}

.white .hero-content span.little{
  color: #000;
}
.mosby-tags {
    margin-left: 20px;
    float: left;
    max-width: 60%;
}

.darkness.white .hero-content span.little{
  color: #fff;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 45px;
}

.subhero-title span{
  opacity: .5;
}

.hero-text{
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  opacity: .6;
  line-height: 34px;
  margin-top: 15px;
}

.white .hero-title{
  color: #000000;
}

.white .hero-text{
  color: #000000;
}

.white .hero-image{
  opacity: 0;
}

.arrow-left {
  height: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  width: 2px;
  position: absolute;
  left: 19px;
  top: 22px;
  -webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}

.arrow-right {
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  width: 2px;
  position: absolute;
  left: 25px;
  top: 22px;
  -webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}

.arrow-top-line {
  background-color: #fff;
  height: 16px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 14px;
  width: 2px;
}

/* Nav Icon */

.hamburger{
  float: right;
}

.nav-icon {
  float: right;
  width: 32px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.darkness header.black .nav-icon span{
  background: #000;
}

.darkness .whitev .nav-icon span {
  background: #000;
}


.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header.black .nav-icon span{
  background: #000;
}

.darkness header.black .nav-icon span{
  background: #fff;
}

.nav-icon:hover span:nth-child(3), .nav-icon:hover span:nth-child(1){
  width: 100%;
}

.nav-icon span:nth-child(1) {
top: 0px;
right: 0;
width: 80%;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.nav-icon span:nth-child(2) {
top: 7px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.nav-icon span:nth-child(3) {
top: 14px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;    
width: 60%;
right: 0 !important;
}

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

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

.full-menu .site-menu li a{
  color: #000;
  font-size: 36px;
  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;
} 

.darkness .full-menu .site-menu li a{
  color:#fff;
}

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

.full-menu .site-menu .children{
  margin: 0;
  padding-left: 15px;
}

.full-menu .site-menu .children li a{
  font-size: 24px;
  font-weight: 800;
}

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

.darkness .full-menu .left-content{
  background: #1b1b1b;
}

.darkness .full-menu .right-content{
  background: #000;
}

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

.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: 500;
  line-height: 27px;
  color:#000;
}

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

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

.darkness .full-menu .right-content ul li:first-child{
  opacity: .7;
}

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

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

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

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

.darkness .full-menu .right-content ul li {
  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:30px;
  left: 45px;
}

.full-menu .close-icon{
  position: absolute;
  top: 40px;
  right: 64px;
  cursor: pointer;
  background: url(../img/cancel.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 20px;
}


.darkness .full-menu .close-icon{
  background: url(../img/cancelw.png) no-repeat;
  background-size: 100%;
}

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





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

.portfolio{
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

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

.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;
}

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

.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 .item-rotate {
  z-index: 10;
  position: relative;
}

.portfolio-item.video .image {
  visibility: hidden;
  min-height: 500px;
}

.atop{
  margin-top:-80px;
  z-index: 2;
  position: relative;
}

.portfolio-item {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  position: relative;
}

.dark .portfolio-item figcaption{
  color: #000;
}

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

.portfolio-item{
  position: relative;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: all .6s ease-out;
    transition-property: all;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: right 50%;
    perspective-origin: right 50%;
}

.grid-item.in-view .item-rotate, .grid-item:nth-child(1) .item-rotate, .grid-item:nth-child(2) .item-rotate {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.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);
}

.in-view .item-rotate{
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.item-rotate {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: -webkit-transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out,-webkit-transform .6s ease-out;
  transition-delay: 0s, 0s;
  transition-delay: inherit;
}


.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.stp{
  position: absolute;
  bottom: 60px;
}

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

.portfolio_filter ul li{
  float: left;
}

.portfolio_filter ul li a{
  color: #000;
  font-weight: 500;
  margin-right: 30px;
  font-size: 15px;
}


.darkness .portfolio_filter ul li a{
  color: #fff;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item figcaption {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 20px;
}

.portfolio-item figcaption .title {
  font-size: 21px;
  padding: 0;
  font-weight: 600;
  font-style: normal;
}

.portfolio-item figcaption span {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
}

.white{
  background: #fff;
  transition: all ease 0.3s 0.1s;
  -webkit-transition: all ease 0.3s 0.1s;
  -moz-transition: all ease 0.3s 0.1s;
  -ms-transition: all ease 0.3s 0.1s;
  -o-transition: all ease 0.3s 0.1s;
}

.white.darkness{
  background: #000;
}

.white .hero-image{
  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;
}

.white .hero-title, .white .hero-text{
  color: #000;
  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;
}

.darkness.white .hero-title, .darkness.white .hero-text{
  color: #fff;
}

.hero .article-title, .hero .entry-data{
  z-index: 10;
  position: relative;
}

p{
  margin: 0;
}

footer{
  background: #F2F0F0;
  padding: 60px 0;
  width: 100%;
  font-weight: bold;
}

footer p{
  margin: 0 !important; 
  font-weight: 600;
}

.darkness footer {
  background: #232323;
}

.darkness p{
  color: #fff;
}

.footer-info{
  text-align: right;
}




/*------------------------ About ------------------------*/   

.teammates .team figure{
  position: relative;
}

.teammates .team figure img{
  width: 100%;
}

.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: 18px;
  font-weight: 500;
}

.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 .title{
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 49px;
  padding-top: 0;
}

.darkness .section-title .title {
  color: #fff;
}

.section-title span{
  font-size: 17px;
}

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

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

.services .ser i{
  font-size: 110px;
}

.darkness .services .ser i{
  color: #fff;
}

.services .ser .title{
  font-size: 26px;
  font-weight: 700;
}

.darkness .services .ser .title{
  color: #fff;
}

.darkness .services .ser {
  border: solid 1px #404040;
}

.services .ser p{
  margin-top:10px;
  font-size: 18px;
  line-height: 30px;
}


.darkness .clients .client{
  border-right: solid 1px #545454;
  border-bottom: solid 1px #545454;
}

.clients .client{
  text-align: center;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  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;
}

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


form #form-group, #form-group-two, #form-group-three{
  width: 100%;
  position: relative;
  margin-bottom: 46px;
}

form #form-group br , #form-group-two br, #form-group-three br{
  display: none;
}

div.wpcf7{
  width: 100%;
}


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;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  background: transparent;
  outline: none;
  padding: 0 0 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.darkness form .inp{
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.white form .inp{
  color: #000;
  border-bottom: 1px solid #bebebe;
}

.darkness .white form .inp{
  color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.white form .form-group .placeholder{
  color: #000;
}

.darkness.white form .form-group .placeholder{
  color: #fff;
}

.darkness form .form-group .placeholder{
  color: #000;
}

form .form-group .placeholder {
  letter-spacing: 0;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  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;
}

.white form #form-group .placeholder, .white form #form-group-two .placeholder, .white form #form-group-three .placeholder{
  color: #000;
}

.darkness.white form #form-group .placeholder, .darkness.white form #form-group-two .placeholder, .darkness.white form #form-group-three .placeholder{
  color: #fff;
}

.darkness form #form-group .placeholder, .darkness form #form-group-two .placeholder, .darkness form #form-group-three .placeholder{
  color: #000;
}

form #form-group .placeholder, form #form-group-two .placeholder, form #form-group-three .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-two.in .placeholder, form #form-group-two.with-content .placeholder{
  opacity: .5;
  font-size: 14px;
  top: -13px;
}

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

.comment-form-cookies-consent{
  font-size: 15px;
    margin-bottom: 30px;
}

.logged-in-as {
  margin-bottom: 30px;
}

.logged-in-as a{
  color: #000;
  font-weight: 500;
}

.comment-awaiting-moderation{
  background: #dfdfdf;
  padding: 25px;
  margin-top: 30px;
}

#commentsAdd #form-group.in .placeholder{
  font-size: 13px;
  line-height: 34px;
}

#commentsAdd #form-group .placeholder{
  font-size: 15px;
  line-height: 34px;
}

.white form #form-group:before{
  background: #000;
}

.darkness.white form #form-group:before{
  background: #fff;
}

form #form-group:before {    
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 45px;
  -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:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

span.wpcf7-not-valid-tip{
  margin-top:10px;
}

.contact-info a{
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  float: left;
  margin-right: 30px;
}

.darkness .contact-info a{
  color: #fff;
}

.contact-info 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;
}

.contact-info p{
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
}

.darkness .contact-info p{
  color:#fff;
}

.contact-info span{
  display: block;
  color: #000;
  opacity: .5;
  font-size: 16px;
  margin-bottom: 15px;
}


.darkness .contact-info span{
  color: #fff;
}
 
.contact-info{
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.information{
  margin-top: 60px;
}

article .article-content p{
  line-height: 30px;
}

article .post-image img{
  width: 100%;
}

.post-image.no-image{
  display: none;
}

article .article-content .article-top{
  width: 100%;
  padding: 30px 0;
  display: inline-block;
}

.work-content .entry-data{
  float: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-top: 15px;
}

.work-content .article-title{
  margin-bottom:0 !important;
  text-align: center !important;
  font-size: 85px !important;
}

.entry-data{
  float: left;
  margin:0;
}

.entry-data li{
  float: left;
}

blockquote {
  font-size: 30px;
  font-weight: bold;
}

.admin-bar .full-menu .logo, .admin-bar .full-menu .close-icon{
  margin-top: 20px;
}

.site-menu li{
  list-style: none;
}

.entry-date div{
  color:#000;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
}

.darkness .entry-date div{
  color:#fff;
}

.entry-data li a:before, article  .entry-date a:before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: rgba(0,0,0,1);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
}

.darkness .entry-data li a:before{
  background: rgb(255, 255, 255);
}

.darkness .entry-data li a:after, .darkness article .entry-date a:after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  bottom: 0;
}

.darkness blockquote{
  color:#fff;
}

.darkness .entry-data li a, .darkness .entry-date a{
  color: #fff;
}

.entry-data li a:hover:before,  .entry-date a:Hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.entry-data li a:after, article .entry-date a:after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.2);
  left: 0;
  bottom: 0;
}

.hero .entry-data li a{
  color:#fff;
} 

.white .hero .entry-data li a{
  color: #000;
}


.darkness.white .hero .entry-data li a{
  color: #fff;
}

.white .hero .entry-data a:before {
  background:#000;
}

.darkness.white .hero .entry-data a:before {
  background:#fff;
}

.white .hero .entry-data a:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.hero .entry-data a:before{
  background: rgb(253, 253, 253);
}

.hero .entry-data a:after {
  background-color: rgba(255, 255, 255, 0.432);
}


.project-info .title{
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.darkness .project-info .title, .darkness .project-info p{
  color: #fff;
}

.project-info p{
  color: #000;
  margin-top: 20px;
}

.categories ul li{
color: #000;
list-style: none;
font-size: 15px; 
opacity: .8;
font-weight: 500;
}

.categories ul li.client {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  opacity: 1;
}

.darkness .categories ul li, .darkness .categories ul li a{
  color:#fff;
}

.categories ul li a{ 
color: #000;
font-weight: 600;
margin-top: 15px;
display: inline-block;
opacity: 1;
text-decoration: none;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
}


.subtext {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 48px;
}
.lightbox-gallery .image {
  margin-bottom: 30px;
  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.13);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.full-image{
    background: url(../img/works/work-1/04.jpg) center center no-repeat fixed;
    height: 500px;
    background-size: cover;
    position: relative;
}

.entry-data li a{
  color:#000;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
}

.entry-date{
  float: right;
}

.entry-date a{
  color:#8e8e8e;
  margin-right: 15px;
  font-weight: 600;
  position: relative;
}

.entry-date span{
  color:#8e8e8e;
}

.entry-date a:hover{
  color:#000;
}

.darkness .entry-date a:hover{
  color:#fff;
}

.entry-date.this{
  color:#000;
  margin-right: 15px;
  font-weight: 600;
  position: relative;
}



.article-title{
  color: #000;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 15px;
  letter-spacing: .2px;
}



.darkness.white .article-title{
  color:#fff !important;
}

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

  .article-title br{
    display: none;
  }

}


.hero .article-title{
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 15px;
  text-align: left;
  color: #fff;
}

.white .hero .article-title{
  color: #000;
}

.darkness.white .hero .article-title{
  color: #fff;
}

article{
  margin-bottom: 30px;
}

.article-content{
  padding: 30px 45px 80px;
}

.article-meta{
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  display: inline-block;
  width: 100%;
  padding: 60px 15px;
}

.darkness .article-meta{
  border-top: solid 1px #3a3a3a;
  border-bottom: solid 1px #3a3a3a;
}


/* Sticky Post  */

.sticky .article-content{
  background:#eee;
}

.darkness .sticky .article-content{
  background: #3e3e3e;
}


/*------------------------ RTL ------------------------*/   

.rtl .hero-title{
  text-align: right;
}

.rtl .hero-text {
  text-align: right;
}

.rtl .hero .down-arrow {
  float: right;
}

.rtl .portfolio-item figcaption {
  right: 25px;
  left: auto;
}

.rtl .subhero-title {
  text-align: right;
}

.rtl .section-title .title {
  text-align: right;
}

.rtl .section-title span {
  float: right;
  width: 100%;
  text-align: right;
}

.rtl .hero-content span.little {
  text-align: right;
  float: right;
  width: 100%;
}

.rtl .hero .article-title{
  text-align: right;
  width: 100%;
}

.rtl .hero .article-title, .rtl .hero .entry-data {
  text-align: right;
  float: right;
}

.rtl .hero.work-content .article-title, .rtl .hero.work-content .entry-data{
  float: none;
}

.rtl .project-info .title {
  text-align: right;
}

.rtl .categories ul li {
  text-align: right;
}

.rtl p{
    text-align: right;
}

.rtl blockquote {
  text-align: right;
}

.rtl footer p{
  text-align: left;
}

.rtl form .inp {
  text-align: right;
}

.rtl form .form-group .placeholder {
  text-align: right;
  float: right;
  right: 0;
}

.rtl footer .text-right p{
  text-align: right!important;
}

.rtl .contact-info span {
  display: block;
  text-align: right;
}

.rtl .contact-info a {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.rtl footer .footer-info p{
  text-align: right;
}


.vertical-image img{
  width: auto !important;
  margin: 0 auto;
  display: inherit;
}

/*------------------------ Sidebar ------------------------*/   

.wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: aliceblue;
}

.wp-block-cover{
  margin-bottom: 15px;
}


.scroll-out {
  padding: 60px 30px 0 30px;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.menu-out {
  padding: 0px 30px 0 30px;
	overflow: hidden;
	position: relative;
}

.menu-out.bigg{
	height: 80vh;
}

.close-button {
  color: #FFFFFF;
  text-align: right;
  cursor: pointer;
  margin-bottom: 30px;
}

.close-button i {
  padding: 15px 15px;
  background-color: #FFFFFF;
  color: #000000;
}


.sidebar{
  position: fixed;
  width: 25%;
  height: 100%;
  background: #0c0c0c;
  border-right: 1px solid #333333;
  left: 0;
  top: 0;
  z-index: 16;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-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;
}

.sidebar.open{
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.widget{
  margin-bottom: 60px;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.widget_recent_entries ul li {
  list-style: none;
  border-bottom: solid 1px #464646;
}

.widget_recent_entries ul li a {
  width: 100%;
  display: block;
  padding: 15px 0;
  transition: all ease 0.3s;
}

.widget_recent_entries ul li:last-child a{
  border: none;
}

.widget_recent_entries a {
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  padding: 0;
}

.widget_recent_entries a:hover{
  color: #fff;
  transition: all ease 0.3s;
}

.widget_recent_entries ul li span {
  color: #fff;
  font-size: 12px;
}

.widget_categories ul li {
  list-style: none;
}

.widget_categories ul li a {
  color: #fff;
  font-size: 14px;
  padding: 3px 0;
  border-bottom: 1px solid #2d2d2d;
  transition: all ease 0.3s;
}

.widget_categories ul li a:hover{
  color: #9a9a9a;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.widget_archive ul li a:hover{
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.widget_categories > ul, .widget_recent_entries > ul{
  padding: 0;
}

.widget_categories ul{
  margin:0;
}

.widget_categories ul li:last-child a{
  border: none;
}

#searchform input {
  font-size: 12px;
  color: #FFFFFF;
  border: solid 2px #666666;
  background-color: transparent;
  width: 100%;
  padding: 10px 20px;
  outline: none;
}

.textwidget p{
  color: #fff;
}

.recentcomments{
  color: #fff;
}

.recentcomments a{
  color: #fff;
}

.widget a{
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.widget li{
  color: #fff;
}


.widget li:hover > a{
  color: #fff;
}
.darkness .blog-navigation .nav-links ul li {
  color: #FFFFFF;
}

.darkness .blog-navigation .nav-links ul li a {
  color: #FFFFFF;
}

.blog-navigation .nav-links{
  text-align: center;
  margin: 0 auto;
}

.blog-navigation .nav-links ul {
  padding: 0px;
  margin: 0px;
}

.blog-navigation .nav-links ul li {
  display: inline-block;
  color: #000;
  padding: 0px 14px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.blog-navigation .nav-links ul li .current {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}

.blog-navigation .nav-links ul li a {
  color: #000;
  opacity: .5;
  vertical-align: middle;
  font-weight: 600;
}

.blog-navigation .nav-links ul li a:hover{
  opacity: 1;
}

.not-found{
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
}

.not-found .little{
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: .5em;
  display: inline-block;
}

.not-found .title{
  font-size: 8em;
  font-weight: 800;
  margin-bottom: .2em;
}

.white .not-found{
  color: #000;
}


.white .not-found .site-btn {
  background: #000;
  color: #fff;
}

.not-found .site-btn{
  background: #fff;
  color: #000;
}

.darkness .not-found .site-btn{
  background: #000;
  color: #fff;
}

.darkness .not-found{
  color: #000;
}

.content-notfound h3{
  color: #fff;
}

.white .content-notfound h3{
  color: #000;
}

.darkness .content-notfound h3{
  color: #000;
}

.darkness.white .content-notfound h3{
  color: #fff;
}

.content-notfound p{
  
}

/* unit test */

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  padding: 15px 0 0;
  word-break: break-word;
}

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > p {
  opacity: .9;
  padding: 0px 0px;
  font-size: inherit;    
  line-height: 2.1;
  margin: 0 0 30px;
}


.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}


.alignleft {
  float: left;
  margin: 0px 20px 20px 0px;
}

.alignright {
  float: right;
  margin: 0px 0px 20px 20px;
}

.wp-caption p, .wp-caption-text {
  font-size: 13px;
}

.widget_calendar .calendar_wrap { background-color:#3a3a3a; padding:15px 15px; }
.widget_calendar table { width:100%; color:#fff;  margin: 0; }
.widget_calendar table, .widget_calendar th, .widget_calendar td {border: solid 1px #a7a7a7;padding: 10px 10px;}
.widget_calendar table caption { caption-side: top; color:#fff; padding:5px 0px 25px 0px; }
.widget_calendar table thead th { font-size:14px; text-align: center;  color:#fff}
.widget_calendar table tbody td { color:#fff; font-size:14px; text-align: center; }
.widget_calendar table tbody td a { color:#fff; }
.widget_calendar table tbody td#today a { color:#000; }
.widget_calendar table tfoot td a { border:solid 1px #555555; font-size:13px; padding:10px 10px;  }
.widget_calendar table tfoot td { padding:20px 10px 20px 10px; }
.widget_calendar table tfoot #next { text-align: right; }
.widget_calendar #today { opacity:1; background-color:#fff; color:#000000; }
.wp-block-button{ margin-bottom: 15px;}
.has-large-font-size {
  font-size: 36px;
  line-height: 45px;
}


#comments p + h2, #comments ol + h2, #comments ul + h2, #comments h6 + h2 {
  margin-top: 30px;
}


table { width:100%; border-spacing: 0px; border-width:1px 0px 0px 1px; table-layout: fixed; border-collapse: collapse; color:#000; margin:20px 0px 40px; }
table, th, td { border:solid 1px #000; padding: 10px 10px; }
table, th, td a{color:#000;}
table td { border-width: 0px 1px 1px 0px; padding:10px 10px; font-size:14px; }

.entry-content ol li ol, .entry-content ul li ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page_item.page_item_has_children{
  padding-left: 15px;
}

.your-message textarea, textarea.inp{
  overflow: hidden;
}



.post-password-form input[type=submit]{
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  background: #000;
  color: #fff;
  padding: 6px 28px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.post-password-form input[type=password]{
  background: #e8e8e8;
  border: 0;
  margin: 0 10px;
  border-radius: 4px;
  padding: 6px;
}

.post-password-form p{
  margin-bottom:15px;
}

.entry-content ol, .entry-content ul {
  padding: 0px 20px;
}

.entry-content li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: circle;
  color: #000;
}

.darkness .entry-content li{
  color: #fff;
}

.entry-content pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
  background: rgba(0, 0, 0, 0.0784313725490196);
  padding: 30px;
}

.darkness .entry-content h1, .darkness .entry-content h2, .darkness .entry-content h3, .darkness .entry-content h4, .darkness .entry-content h5, .darkness .entry-content h6{
  color: #fff;
}

.darkness .widget_calendar .calendar_wrap { background-color:#000;}

.darkness .widget_calendar table caption { caption-side: top; color:#fff; padding:5px 0px 25px 0px; }

.darkness .widget_calendar table tbody td a { color:#fff; }

.darkness .widget_calendar table tbody td#today a { color:#fff; }

.darkness .widget_calendar table tbody td#today a { color:#fff; }

.darkness table, .darkness th, .darkness td { border:solid 1px #fff; padding: 10px 10px; }

.darkness table, .darkness th, .darkness td a{color:#fff;}

.darkness dt, .darkness dd {
  font-weight: 700;
  color: #fff;
}

.darkness .entry-content li {
  color: #fff;
}

.total-comments{
  font-size: 22px;
    font-weight: 600;
}

.darkness .entry-content pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
  background: rgba(255, 252, 252, 0.22);
  padding: 30px;
  color: #fff;
}

/** POST PAGINATION **/

.single-page-pages { background-color:#111111; padding:10px 10px; width:fit-content; margin-top:20px; }

.single-content-pages { background-color:#222222; padding:10px 10px; width:fit-content; margin-top:20px; }
.page-links span.current span { background-color:#FFFFFF; color:#000000; font-size:12px; width:20px; text-align: center; line-height: 20px; padding:5px 10px; }
.page-links a span { font-size:12px; padding:0px 10px; color: #fff;}

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

.comment-reply-title a{
  color: #000;
  font-size: 28px;
}


.darkness .comment-reply-title a{
  color: #fff;
}

.comment-reply-title small a{
  color: #000;
  font-weight: 600;
  font-size: 13px;
  display: block;
  opacity: .4;
}

.comment-reply-title small a:hover{
  opacity: 1;
}

.darkness .comment-reply-title small a{
  color: #fff;
}


/*Comments*/

.darkness .total-comments, .darkness .comment-reply-title{
  color: #fff;
}

.darkness .logged-in-as a{
  color: #fff;
}

.comment-body {    
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 20px;
}

 .comment-body figure img {
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

 .comment-content .title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  color: #000;
  line-height: 16px;
}

.darkness .comment-content .title {
  color: #fff;
}

 .comment-content .title cite {
  font-style: normal;
}

 .comment-content .title a{
  color: #000;
}

.darkness .comment-content .title a{
  color: #fff;
}

 .comment-content .date {
  color: #505050;
  font-size: 12px;
}

 .comment-content .date a{
  color: #000;
  font-size: 13px;
}

.darkness  .comment-content .date a{
  color: #fff;
}

 .comment-content p {
  color: #818080;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 4px;
}

 .comment-content .reply {
  font-size: 13px;
  color: #000;
  margin-top: 10px;
  display: inline-block;
}

.darkness .comment-content .reply {
  color: #fff;
}

 .comment-content .reply a{
  color: #000;
}

.darkness .comment-content .reply a{
  color: #fff;
}


 .comment-body.reply {
  padding-left: 30px;
}


 .comment .children {
  padding-left: 30px;
  border-bottom: solid 1px #dfdfdf;
}

.darkness .comment .children {
  padding-left: 30px;
  border-bottom: solid 1px #000;
}


.darkness .comment-body {    
  border-bottom: solid 1px #000;
}


.site-menu .sub-menu{
  padding-left:20px;
}

.site-menu .sub-menu li a{
  font-size: 25px;
  FONT-WEIGHT: 700;
}

.menu-item-has-children i{
  font-size: 13px;
  position: absolute;
  top: 25px;
  left: -30px;
  cursor: pointer;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children i{
  top: 10px;
  left: -20px;
}

.ft-logo img, .full-menu .logo img, #preloader .logo img{
  max-height: 30px;
}

.mosby-tags{
  margin-left:20px;
  float: left;
}

.mosby-tags li a{
  margin-right: 9px;
  background: #000;
  padding: 2px 8px;
  /* border-radius: 30px; */
  color:#fff;
  font-size: 14px;
}

.mosby-tags li{
  float: left;
  font-weight: 700;
}


.mosby-tags li:first-child{
  margin-right: 5px;
}

/*------------------------ Responsive ------------------------*/   

@media only screen and (max-width: 1599px) {
  .article-content{
    padding: 0;
  }

  .sticky .article-content{
    padding: 30px 45px 80px;
  }

}

@media only screen and (max-width: 1200px) {
  .mosby-tags {
      max-width: 45%;
  }
}

@media only screen and (max-width: 991px) {
  .mosby-tags {
      max-width: 100%;
  }
}

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

  .search .search-bar {
    width: 50%;
    margin-left: 25%;
  }

  
  }

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

  

    .search .search-bar {
      width: 70%;
      margin-left: 15%;
  }

  .sidebar{
    width: 65%;
  }
    
    }

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

  .search .search-bar {
    width: 70%;
    margin-left: 15%;
}

.search .site-btn {
  margin-top: 34px;
}
      
}

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

.search .search-bar {
    width: 90%;
    margin-left: 5%;
}

.search form .bar {
  width: 90%;
}

}

/* 1366 x 768 Classic Monitor */

@media screen and (width: 1366px) and (height:768px) {



  .container {
    width: 86%;
    margin-left: 7%;
}

  header {
    padding: 25px;
  }

  .portfolio_filter {
    left: 37px;
  }

  .uptotop{
    right: 35px;
  }

  .social {
    right: 30px;
  }

  .hero-title {
    font-size: 110px;
    line-height: 103px;
}

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

.subhero-title {
  font-size: 68px;
}

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

.services .ser .title {
  font-size: 25px;
}

.services .ser p {
  font-size: 19px;
  line-height: 28px;
}

}


@media only screen and (min-width: 1401px) {

  .container {
      width: 86% !important;
      margin-left: 7%;
  }

} /* 1401px mediaget end */

@media only screen and (min-width: 1025px) {
  .portfolio{
    min-height: 110vh;
  }

.grid-item{
  margin-bottom: 60px;
}
.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;
}

} /* 1025px mediaget end */


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

  .children {
    padding-left: 5px;
}

.section-title .title br{
  display: none;
}

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

.open-sidebar{
  background: #fff;
  border: 0;
}


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

.open-sidebar.stp{
  bottom:250px;
}

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

.say-hello.stp {
  opacity: 0;
  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);
}

.portfolio_filter:before{
  content: '';
  background: url(../img/cancelw.png);
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: fixed;
  right: 30px;
  top: 30px;
}

  .portfolio_filter{
    position: fixed;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.80);
    z-index: 1000;
    display: table;
    visibility: hidden;
    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;
}

  .portfolio_filter.show{
    visibility: visible;
    opacity: 1;
    display: table !important;
    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{   
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  
  .portfolio_filter ul li{
    float: none;
    text-align: center;
    opacity: 1 !important;
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
}

  .portfolio_filter ul li a{
    color: #fff;
    margin: 0; 
  }


  .filter-icon {
    background: #fff;
    padding: 7px 7px 0px;
    display: inline !important;
    left: 45px;
    position: fixed;
    z-index: 100;
    bottom: 33px;
    opacity: 0;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
}

.white .filter-icon{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  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;
}

.zendex{
  z-index: 10;
}

  .hero-title {
    font-size: 100px;
    line-height: 100px;
}
.hero-text {
  font-size: 20px;
  line-height: 30px;
}



header.black .logo img{
  transform: rotate(0deg);
}

.hamburger {
  background: #fff;
  padding: 8px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.darkness .hamburger, .darkness .uptotop, header.black .logo{
  background: #000;
}

/* header.black .logo, .hamburger, .uptotop{
  box-shadow: 1px 1px 31px 1px rgba(0, 0, 0, 0.14);
} */

header.black{
  z-index: 3;    
}

header.black .logo{
  background: #fff;
  padding: 9px 10px 9px 10px;
}

header.black .logo{
  background: #fff;
  padding: 9px 10px 9px 10px;
}

.social.fix{
  display: none;
}

.uptotop{
  z-index: 12;
    background: #fff;
    padding: 10px 12px 2px 11px;
}

.uptotop.stp {
  bottom: 250px;
}

.filter-icon.stp {
  bottom: 250px;
}

.grid-item {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.portfolio-item{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.item-rotate{
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


.portfolio_filter.stp{
  bottom: auto;
}

.site-menu{
  padding-left: 30px;
}


} /* Max 1024px mediaget end */



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

  .article-content {
    margin-bottom: 0px;
    padding: 0px 15px 80px;
}

.next-posts .next-title{
  font-size: 35px;
}

  .mosby-tags {
    display: table;
    margin-left: 0;
    float: none;
}
  .admin-bar .full-menu .logo{
    top: 60px;
  }

  .admin-bar .menu-out.bigg{
    height: 80vh;
    margin-top: 120px;
  }

  .admin-bar .full-menu .close-icon{
    top:64px;
  }

  .menu-out{
    padding: 0;
  }


.admin-bar header.whitev {
  margin-top: 40px;
}
  .entry-data, .entry-date{
      float: none;
      text-align: center; 
      display: table;
  }

  .article-content .entry-data, .article-content .entry-date {
    margin: 0 auto; 
  }

  .hero-title {
    font-size: 80px;
    line-height: 72px;
  }

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

.team{
  margin-bottom: 30px;
}

.clients .client{
  border:0;
}

.article-title {
  font-size: 40px;
}

.hero .article-title{
  font-size: 50px;
}

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

  .portfolio-item.video .image {
    visibility: visible !important;
}

  .hero-text {
    font-size: 16px;
    line-height: 21px;
  }

  .portfolio-item figcaption .title {
    font-size: 17px;
}

.portfolio-item figcaption span {
  font-size: 11px;
  line-height: 25px;
}

.full-menu .right-content {
  padding: 0 40px;
}

.full-menu .site-menu li a {
  font-size: 24px;
  font-weight: 800;
  line-height: 42px;
}

.full-menu .sub-menu li a{
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}

}/* Max 768px mediaget end */


/* Max 500px  */
@media only screen and (max-width: 500px) {

  .article-content {
    margin-bottom: 0px;
    padding: 30px 15px 80px;
}


.next-posts .next-title{
  font-size: 24px;
}

.link-subtitle {
  font-size: 14px;
  font-weight: 500;
}

.comment-author{
  margin-bottom:15px;
}

h3 {
  font-size: 26px;
}

.entry-date a{
  margin-right: 0;
}

  .menu-out.bigg{
    height: 70vh;
  }

  .admin-bar .full-menu .logo{
    top: 50px;
  }

  .admin-bar .menu-out.bigg{
    height: 93vh;
    margin-top: 100px;
  }

  .admin-bar .full-menu .close-icon{
    top:54px;
  }


  .full-menu .site-menu li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
  }
  
  .full-menu .sub-menu li a{
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
  }
  .sidebar {
    width: 90%;
}

.not-found .little{
  font-size: .8em;
}

.not-found .title{
  font-size: 5em;
}

.hero-title {
  font-size: 35px;
  line-height: 39px;
  letter-spacing: 0px;
  font-weight: 600;
}

footer{
  text-align: center;
}

.footer-info{
  text-align: center;
}

header{
  padding: 20px;
}

.uptotop{
  bottom: 15px;
  right: 15px;
}

.filter-icon{
  bottom: 15px;
  left: 15px;
}

header.black {
  padding: 15px;
}

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

.site-menu{
  padding-left: 20px;
}

.right-content{
  display: none;
}

.portfolio_filter ul li a {
  font-size: 20px;
  line-height: 40px;
}

.footer-info {
  color: #000;
}

.subhero-title {
  font-size: 30px;
}

.section-title .title {
  font-size: 32px;
  line-height: 43px;
}

.say-hello {
  bottom: 0px;
  left: 30px;
}

.services .ser .title {
  font-size: 23px;
}

.services .ser p {
  font-size: 17px;
  line-height: 28px;
}

.article-title {
  font-size: 28px;
  line-height: 37px;
}

.hero .article-title {
  font-size: 30px;
}

.open-sidebar {
  left: 15px;
  bottom: 10px;
}

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

form {
  padding: 0 31px;
}

.work-content .article-title {
  font-size: 45px !important;
}

}/* Max 500px end */

@media screen and (min-device-width: 1366px) 
           and (max-device-height: 1024px) 
           and (orientation: landscape) {
            .container {
              width: 85%;
              margin-left: 7.5%;
          }

          .subhero-title {
            font-size: 78px;
        }


           }



/* vertical devices */

@media screen and (min-device-width: 812px) 
           and (max-device-height: 375px) 
           and (orientation: landscape) {

  .hero-title {
    font-size: 40px;
    line-height: 40px;
}

.portfolio {
  margin-top: -40px;
}

header {
  padding: 25px;
}

.hero .down-arrow {
  margin: 15px 0 0 9px;
}

.filter-icon{
  left: 25px;
  bottom: 25px;
}

.uptotop{
  right: 25px;
  bottom: 25px;
}

}


@media screen and (min-device-width: 568px) 
           and (max-device-height: 320px) 
           and (orientation: landscape) {

            .hero-title {
              font-size: 30px;
              line-height: 30px;
          }
          
          .portfolio {
            margin-top: -40px;
          }
          
          header {
            padding: 15px;
          }
          
          .hero .down-arrow {
            margin: 15px 0 0 9px;
          }
          
          .filter-icon{
            left: 15px;
            bottom: 15px;
          }
          
          .uptotop{
            right: 15px;
            bottom: 15px;
          }


           }



/* Max 500px  */
@media only screen and (max-width: 320px) {
  .entry-data li {
    margin: 0 auto;
    float: none;
}

.sticky .article-content {
  padding: 30px 5px 80px;
}

.article-comments h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.content h2 {
  font-size: 1.5rem;
  line-height: 32px;
}


}