/*
Theme Name: Nuuk
Author: Multia
*/
/*Index*/
/*********************/
/*1) Reset*/
/*2) Main*/
/*3) Reset*/
/*4) Portfolio style*/
/*5) Header style*/
/*6) Footer style*/
/*7) Home2*/
/*8) Home3*/
/*9) Home4*/
/*10) Home5*/
/*11) Home6*/
/*12) Video gallery*/
/*13) Nav Projects*/
/*14) project-detail-page-type-1*/
/*15) project-detail-page-type-2*/
/*16) About-page*/
/*17) 404 page*/
/*18) About-me-page*/
/*19) blog-page*/
/*20) Media Queries*/
/********Reset***********/

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap');

html {
  margin: 0 !important; }

body {
  margin: 0;
  color: #000;
  background: #000;
  height: 100%;
  overflow: hidden;
  line-height: 1.2;
  font-family: "Lato", sans-serif; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
input {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

[class*="-section"] {
  overflow: hidden; }

img {
  max-width: 100%; }

a {
  outline: 0 !important; }

img {
  border-style: none; }

ul {
  list-style: none; }

input,
textarea,
select {
  color: #3c3e3e;
  vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

blockquote, q {
  quotes: none; }

q:before,
q:after {
  content: ''; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:focus {
    color: #000;
    text-decoration: none; }
  a:active {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000;
    text-decoration: none; }

img {
  vertical-align: top; }

a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

iframe {
  border: none; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

p, h1, h2, h3 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  text-transform: capitalize;
  font-family: "Playfair Display", sans-serif; }

h1 {
  font-size: 55px;
  line-height: 64px;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: #666666; }

h2 {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  line-height: 24px; }

h3 {
  font-size: 36px;
  line-height: 50px; }

h4 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 17px;
  text-transform: none; }

h5 {
  font-size: 20px;
  line-height: 30px; }

h6 {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif; }

p {
  font-size: 16px;
  color: #414141;
  line-height: 28px; }
  p.p-18 {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400; }
  p.lead {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 40px;
    font-weight: 400;
    color: #000; }

.clear {
  clear: both;
  float: none; }

.align-center {
  clear: both;
  float: none;
  margin: 0 auto; }

::selection {
  background: #2A5D6D;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #2A5D6D;
  /* Gecko Browsers */
  color: #fff; }

/********Main***********/
.image-viewer.visible {
  opacity: 1; }

.zoomslider-item a .img-wrap {
  cursor: url("dist/images/plus.png"), auto; }

.image-viewer {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  -webkit-transition: opacity 0.4s ease-out;
  -webkit-transition-delay: 0s;
  transition: opacity 0.4s ease-out 0s;
  cursor: url("images/minus.png"), auto; }

.image-viewer img {
  height: auto;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  transition: opacity .4s ease,visibility .4s ease,top 1s ease;
  -webkit-transition: opacity .4s ease,visibility .4s ease,top 1s ease; }

.image-viewer img.active-img {
  opacity: 1;
  visibility: visible; }

.close-btn {
  color: #fff;
  position: fixed;
  right: 40px;
  top: 40px;
  height: 38px;
  width: 38px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: url("images/cross.png"); }

.next, .prev {
  height: 38px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 38px;
  z-index: 11;
  cursor: pointer; }

.next {
  background: url("images/arrowright.png");
  right: 40px; }

.prev {
  background: url("images/arrowleft.png");
  left: 40px; }

.pre-loader {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E50B14;
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  z-index: 3;
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }


  .pre-loader.loaded, .pre-loader-bleu.loaded  {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .pre-loader.slide-loaded, .pre-loader-bleu.slide-loaded {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }


.pre-loader-bleu {

	background: #00006e !important;
	
 }



@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.pre-loader-anim {
  font-size: 25px;
  color: #fff;
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1; }
  .pre-loader-anim span {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 99999;
    text-align: center;
    -webkit-animation-name: blink;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s;
    /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

.img-onload-wrap {
  background-size: cover;
  background-position: centre;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }

.nicescroll-rails {
  z-index: 9999 !important; }

#hero {
  position: relative; }

.main-content {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden; }

.home-1 .main-content {
  height: 0; }

.quote {
  font-family: "Waiting for the Sunrise", cursive;
  font-size: 16px;
  line-height: 18px; }

.quote-couleurs {
  font-family: "BebasNeueRegular" !important;
  font-size: 30px;
  line-height: 32px;
  color: #333;
  font-weight: bold; }

.quote-mains {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #333;
  font-weight: bold; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("dist/fonts/BebasNeue-webfont.eot");
  src: url("dist/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("dist/fonts/BebasNeue-webfont.woff") format("woff"), url("dist/fonts/BebasNeue-webfont.ttf") format("truetype"), url("dist/fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.text-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; }
  .text-wrap .head-detail {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 50px auto 0;
    position: relative;
    text-transform: uppercase;
    width: 500px; }
  .text-wrap .sep {
    font-size: 40px;
    color: #fff; }
  .text-wrap .head-text {
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 75px;
    text-transform: capitalize;
    font-family: "Playfair Display";
    display: block; }
  .text-wrap .text-wrap-content {
    position: relative;
   top: calc(50% - 50px); 
}

.text-wrap .head-detail p{
	color:#fff;
}
 .text-wrap .text-wrap-content.content-mains {
	top: calc(12% - 50px);
}
.slogan, .slogan p{
	display: block;
	text-align:left !important;
	margin-left:15px;
	font-family: 'Aileron Light';
	font-size:30px;
	line-height: 34px;
	text-transform: none;
	
}


@media screen and (max-width: 767px) {
	
	.text-wrap .head-detail {
		position: absolute;
		left:1%;
	}
	
	.text-wrap .head-detail{
		margin:55px auto 0;
	}
	
}

@font-face {
	font-family: 'Aileron Light';
	font-style: normal;
	font-weight: normal;
	src: local('Aileron Light'), url('dist/fonts/Aileron-Light.woff') format('woff');
}

@font-face {
font-family: 'Aileron Bold';
font-style: normal;
font-weight: normal;
src: local('Aileron Bold'), url('dist/fonts/Aileron-Bold.woff') format('woff');
}

.big-sep {
  display: block;
  font-size: 40px;
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 50px; }

.border .border-left, .border .border-right, .border .border-bottom, .border .border-top {
  background: none repeat scroll 0 0 #fff;
  position: fixed;
  z-index: 9999; }

.border .border-left, .border .border-right {
  bottom: 0;
  top: 0;
  width: 80px; }

.border .border-left {
  left: 0; }

.border .border-right {
  right: 0; }

.border .border-bottom, .border .border-top {
  height: 80px;
  left: 0;
  right: 0; }

.border .border-top {
  top: 0; }

.border .border-bottom {
  bottom: 0; }

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  left: -100%;
  -moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  background: #fff;
  z-index: 4; }
  .wrapper.wrapper-in {
    left: 0; }

.opac-disable {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.opac-enable {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.reset-layout {
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.home-1 #cboxLoadingGraphic {
  display: none !important; }

.home-1 header {
  position: absolute; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.padding-sec-top-xl {
  padding-top: 180px; }

.padding-sec-top-220 {
  padding-top: 220px; }

.padding-sec-lg {
  padding-top: 130px;
  padding-bottom: 130px; }

.padding-sec-top-lg {
  padding-top: 130px; }

.padding-sec-bottom-lg {
  padding-bottom: 130px; }

.padding-sec-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-sec-top-sm {
  padding-top: 60px; }

.padding-sec-bottom-sm {
  padding-bottom: 60px; }

.padding-sec-xs {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-sec-top-xs {
  padding-top: 30px; }

.padding-sec-bottom-xs {
  padding-bottom: 30px; }

.margin-bottom-lg-150 {
  margin-bottom: 150px; }

.margin-sec-bottom {
  margin-bottom: 100px; }

.margin-top-xs-20 {
  margin-top: 20px; }

.margin-bottom-xs-20 {
  margin-bottom: 20px; }

.margin-bottom-xs-50 {
  margin-bottom: 50px; }

.margin-top-xs-50 {
  margin-top: 50px; }

.margin-sec-top {
  margin-top: 100px; }

.no-margin {
  margin: 0 !important; }

.btn {
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 0;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .btn:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
  .btn.large-btn {
    padding: 22px 0;
    width: 165px; }
  .btn.medium-btn {
    padding: 14px 0;
    width: 125px; }
  .btn.small-btn {
    padding: 5px 0;
    width: 90px; }
  .btn.transparent-btn {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn.transparent-btn:hover {
      background-color: #000;
      border: 2px solid transparent;
      color: #fff; }

.btn-list {
  clear: both;
  overflow: hidden; }
  .btn-list li {
    display: inline-block;
    float: left;
    margin-right: 65px; }
    .btn-list li:last-child {
      margin-right: 0; }

blockquote {
  border: none;
  margin-bottom: 0; }
  blockquote p {
    font-size: 18px; }
  blockquote span {
    display: block;
    font-size: 18px; }

.heading-styles h1, .heading-styles h2, .heading-styles h3, .heading-styles h4, .heading-styles h5, .heading-styles h6 {
  margin-bottom: 10px; }

.tabs-styles .tab-content {
  position: relative; }
  .tabs-styles .tab-content p {
    padding-top: 35px; }

.tabs-styles .tab-group .nav-tabs > li {
  margin-bottom: 0; }

.tabs-styles .tab-group .nav-tabs > li > a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  color: #9b9b9b;
  position: relative;
  width: 100%;
  padding: 10px 8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tabs-styles .tab-group .nav-tabs > li.active > a,
.tabs-styles .tab-group .nav > li > a:focus,
.tabs-styles .tab-group .nav > li > a:hover {
  background-color: transparent;
  color: #000; }

.tabs-styles .tab-group .nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tabs-styles .tab-group .nav-tabs > li.active > a:before,
.tabs-styles .tab-group .nav > li > a:focus:before,
.tabs-styles .tab-group .nav > li > a:hover:before {
  opacity: 1; }


.img-wrap {
  position: relative;
  font-size: 0; }


.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  border: none; }
  .panel .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0; }

.panel-body {
  padding: 0; }
  .panel-body p {
    padding-top: 40px;
    color: #414141; }

.panel-default .panel-title a {
  display: block;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.panel-title a.collapsed {
  display: block;
  color: #9b9b9b !important;
  border-bottom: 1px solid #9b9b9b !important; }
  .panel-title a.collapsed:hover {
    color: #000;
    border-bottom: 1px solid #000 !important; }

/********Portfolio style***********/
html:-ms-fullscreen {
  width: 100%;
  /* needed to center contents in IE */ }

#filters {
  margin: 0;
  text-align: center;
  width: 100%;
  opacity: 1;
  max-height: 200px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#filters li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0px 10px 150px; }

#filters li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999; }

#filters li a:hover {
  color: #34d5cb; }

#filters li a.active {
  color: #000; }

#portfolio-wrap {
  width: 960px;
  margin: 0 auto; }

#portfolio-wrap.no-gutter {
  width: 960px;
  margin: 0 auto; }

#portfolio {
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bottom-title1 {
  font-size: 18px;
  padding-bottom: none;
  padding-top: 10px;
  padding-left: 10px;
  text-transform: capitalize; }

.bottom-title2 {
  font-size: 14px;
  padding-left: 10px;
  text-transform: capitalize;
  color: #8B8B8B; }

.item .img-wrap {
  position: relative; }
  .item .img-wrap .get-color {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 12s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: transform 12s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 12s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 12s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .item .img-wrap .border .border-left,
  .item .img-wrap .border .border-right,
  .item .img-wrap .border .border-bottom,
  .item .img-wrap .border .border-top {
    position: absolute;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .item .img-wrap .border-left, .item .img-wrap .border-right {
    width: 0; }
  .item .img-wrap .border-bottom, .item .img-wrap .border-top {
    height: 0; }
  .item .img-wrap img {
    opacity: 0;
    width: 100%;
    vertical-align: top; }

.item:hover .img-wrap .get-color {
  transform: scale(1.2); }

.item:hover .img-wrap .border-left, .item:hover .img-wrap .border-right {
  width: 15px; }

.item:hover .img-wrap .border-bottom, .item:hover .img-wrap .border-top {
  height: 15px; }

.item a {
  display: block;
  overflow: hidden;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.item a:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.item > a > span {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.opac .item > a span {
  opacity: .2; }

.opac .item > a:hover span {
  opacity: 1; }

.opac .item .item-overlay, .opac .item .home-3 .overlay-wrp .img-wrap-v-overlay, .home-3 .overlay-wrp .opac .item .img-wrap-v-overlay {
  opacity: 1 !important; }

.opac .item:hover .item-overlay, .opac .item:hover .home-3 .overlay-wrp .img-wrap-v-overlay, .home-3 .overlay-wrp .opac .item:hover .img-wrap-v-overlay {
  opacity: 0 !important; }

.info-text-wrap {
  background: #fff none repeat scroll 0 0;
  padding-top: 16px;
  position: relative;
  z-index: 2; }

.cat {
  /*text-transform: capitalize;*/
  font-size: 14px;
  color: #9b9b9b;
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .cat:hover, .cat:focus, .cat:active {
    text-decoration: none; }

.cat-tag {
  display: inline-block;
  font-size: 14px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase; }

.cat-sep {
  font-size: 16px;
  padding: 0 5px;
  color: #9b9b9b; }

.item-content {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #eeeeee;
  text-align: center;
  padding: 0px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: table;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s; }

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

.item:hover .item-content {
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s; }

.item-con {
  overflow: hidden;
  position: relative; }

.item-cat {
  left: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 100%;
  color: #000;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.item-overlay, .home-3 .overlay-wrp .img-wrap-v-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.padding-overlay {
  padding: 0px;
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.item:hover .padding-overlay {
  padding: 30px;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }

.padding-overlay .item-overlay, .padding-overlay .home-3 .overlay-wrp .img-wrap-v-overlay, .home-3 .overlay-wrp .padding-overlay .img-wrap-v-overlay {
  display: table-cell;
  position: relative;
  overflow: hidden;
  text-align: center;
  vertical-align: middle; }

/********Header style***********/


.layout-change {
  text-align: left;
  padding-bottom: 29px; }
  .layout-change li {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    /*text-transform:capitalize;*/ }
    .layout-change li.cat-filter {
      position: absolute;
      color: #9b9b9b;
      left: 15px; }
    .layout-change li span {
      padding: 0 22px; }
    .layout-change li.one {
      display: none; }

.trigger-overlay .trigger-overlay-w {
  cursor: pointer;
  height: 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 20px; }

.trigger-overlay .span-line {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .trigger-overlay .span-line:nth-child(even) {
    left: 50%; }
  .trigger-overlay .span-line:nth-child(odd) {
    left: 0px; }
  .trigger-overlay .span-line:nth-child(1), .trigger-overlay .span-line:nth-child(2) {
    top: 0px; }
  .trigger-overlay .span-line:nth-child(3), .trigger-overlay .span-line:nth-child(4) {
    top: 6px; }
  .trigger-overlay .span-line:nth-child(5), .trigger-overlay .span-line:nth-child(6) {
    top: 12px; }

.trigger-overlay.open .span-line:nth-child(1), .trigger-overlay.open .span-line:nth-child(6) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.trigger-overlay.open .span-line:nth-child(2), .trigger-overlay.open .span-line:nth-child(5) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.trigger-overlay.open .span-line:nth-child(1) {
  left: 2px;
  top: 3px; }

.trigger-overlay.open .span-line:nth-child(2) {
  left: calc(50% - 2px);
  top: 3px; }

.trigger-overlay.open .span-line:nth-child(3) {
  left: -50%;
  opacity: 0; }

.trigger-overlay.open .span-line:nth-child(4) {
  left: 100%;
  opacity: 0; }

.trigger-overlay.open .span-line:nth-child(5) {
  left: 2px;
  top: 9px; }

.trigger-overlay.open .span-line:nth-child(6) {
  left: calc(50% - 2px);
  top: 9px; }

@-webkit-keyframes mymove {
  0% {
    width: 0px; }
  100% {
    width: 20px; } }

@keyframes mymove {
  0% {
    width: 0px; }
  100% {
    width: 20px; } }



