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

/**
  Madrid - Portfolio Template
  Author : Tavonline
  Copyright 2018

/* Table of Content
==================================================
  
  1. Body and Core Css
  2 Portfolio Section
  3 About Section
  4 Contact Section
  5 Footer
  6 Single Work
  7 Responsive

/*------------------------ 1 Body and Core CSS ------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|');

/* ---------- OTHER FONT OPTIONS ---------------
Poppins:100,200,300
Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i
Teko:300,400,500,600,700
*/
:root {
    --blue: #0af;
    --darkgray: #33363b;
    --darkergray: #23282d;
    --darkestgray: #12171c;
    --formfield: #2a2f33;
    --greenish: #00fc81;
    --yellowish: #ffb43c;
    --redish: #ff5046;
}

html {
    scroll-behavior: smooth;
}

* {
    font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #12171c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #888;
}
body.blue {
    background: #0f1d42;
}

p b,
p strong {
    color: #aaa;
    font-weight: 700;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: white;
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Open Sans', Helvetica;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
}
h3 {
    font-size: 30px;
    font-weight: 300;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}
h5 {
    font-weight: 400;
}
h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: white;
}
.montserrat {
    font-family: 'Montserrat';
}
.caps-wider {
    text-transform: uppercase;
    letter-spacing: 4px;
}
.recaptcha-bg {
    width: 100%;
    height: 85px;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;

    background: var(--formfield);
    border: 5px solid var(--formfield);
    border-bottom: 8px solid var(--formfield);
}

.g-recaptcha {
    margin: 0 0 10px;
    max-width: 302px;
    mix-blend-mode: lighten;
    position: relative;
    top: -2px;
    left: -2px;
}

.g-recaptcha:after {
    content: "";
    background: var(--formfield);
    height: 80px;
    width: 3px;
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
}

/*.g-recaptcha::before {
    content: "";
    display: block;
    width: 302px;
    height: 76px;
    position: absolute;
    top: 0;
    background: var(--formfield);
}
.g-recaptcha > div::before {
    content: "";
    display: block;
    width: 240px;
    height: 76px;
    position: absolute;
    background: var(--formfield);
    mix-blend-mode: color;
    left: 62px;
    top: 0;
}*/



.line {
    height: 1px;
    opacity: .5;
    background: var(--blue);
}

.white-text {
    color: white;
}

.clear {
    clear: both;
}

.nsd-blue {
    color: var(--blue);
}
i.nsd-blue:before {
    padding: 3px 0 0;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, var(--blue), #0055aa);
    background-image: -moz-linear-gradient(left, var(--blue), #0055aa);
    background-image: -ms-linear-gradient(left, var(--blue), #0055aa);
    background-image: -o-linear-gradient(left, var(--blue), #0055aa);
    background-image: linear-gradient(to right, var(--blue), #0055aa);
}
.cta span {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 1px;
    display: inline-block;
}

.cta.blue span {
    color: black;
    background: var(--blue);
}

.cta.white span {
    color: black;
    background: white;
}

.center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.white {
    color: white;
}

.black {
    color: black;
}
p, ul {
    margin: 0 0 20px;
}
ul {
    padding-left: 0px;
    list-style: none;
}
ul.disc {
    padding-left: 20px;
}
ul.disc li:before {
    content: "•";
    font-weight: bold;
    margin: 0px 10px 0 -20px;
    color: var(--blue);
}
/* Margins */

.top_15 {
    margin-top: 15px;
}

.top_30 {
    margin-top: 30px;
}

.top_45 {
    margin-top: 45px;
}

.top_60 {
    margin-top: 60px;
}
.top_80 {
    margin-top: 80px;
}
.top_90 {
    margin-top: 90px;
}

.top_120 {
    margin-top: 120px;
}

.padding_30 {
    padding: 30px 0;
}

.padding_45 {
    padding: 45px 0;
}

.padding_60 {
    padding: 60px 0;
}

.padding_90 {
    padding: 90px 0;
}
.bottom_0 {
    margin-bottom: 0;
}
.bottom_10 {
    margin-bottom: 10px;
}
.bottom_15 {
    margin-bottom: 15px;
}

.bottom_30 {
    margin-bottom: 30px;
}

.bottom_45 {
    margin-bottom: 45px;
}

.bottom_60 {
    margin-bottom: 60px;
}

.bottom_80 {
    margin-bottom: 80px;
}

.bottom_90 {
    margin-bottom: 90px;
}

.bottom_120 {
    margin-bottom: 120px;
}

.padbot_15 {
    padding-bottom: 15px;
}

.padbot_30 {
    padding-bottom: 30px;
}

.padbot_45 {
    padding-bottom: 45px;
}

.padbot_60 {
    padding-bottom: 60px;
}

.wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
}
.wrapper > div {
    /*overflow: auto;*/
}
/**/
section {
    clear: both;
}
.flex-container {
    display: flex;
}
.flex-container.center {
    align-items: center;
}
.flex-container.wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-services .flex-container.wrap > div {
    flex: unset;
    width: 30%;
}
.flex-container > div {
    flex: 1;
}
.flex-container.padding,
.flex-container.padding > div {
    padding: 15px;
}
.flex-inner {
    display: flex;
}
.flex-inner i:before {
    margin: 5px 20px 0 0;
    font-size: 35px;
    display: block;
    /*color: var(--blue);*/
    /*opacity: .5;*/
}
.about-services .flex-container.wrap > div {
    flex: unset;
    width: 30%;
}
/**/
.about-profile {
    flex: 2;
    padding: 45px 30px 45px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0%;
}
.about-body {
    flex: 3;
    padding-left: 45px;
    border-left: 1px solid rgba(255,255,255,.15);
}

.about-services,
.icon-headers {
    padding: 0 20px;
}
.icon-headers {
    background: #12171c;
}
.icon-headers.software h6 {
    color: #888;
}
.icon-headers ul {
    margin: auto;
    max-width: 800px;
    column-count: 3;
    column-gap: 30px;
    column-fill: balance; /* W3C */
    -webkit-column-fill: balance; /* Safari & Chrome */
    -moz-column-fill: balance; /* Firefox */
    -ms-column-fill: balance; /* Internet Explorer */
    -o-column-fill: balance; /* Opera */
}
.about-body ul {
    column-count: 2;
}
.icon-headers li {
    margin: 0 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.icon-headers li img.brand-icon {
    max-width: 30px;
    margin-right: 10px;
    mix-blend-mode: luminosity;
    opacity: .5;
}
.icon-headers li:hover img {
    opacity: 1;
    mix-blend-mode: normal;
    filter: brightness(1) !important;
}
.icon-headers li:hover h6 {
    color: white;
}
.icon-headers li div {
    height: 1px;
    background: rgba(255,255,255,.1);
    position: relative;
}
.icon-headers li div:after {
    content: "";
    display: block;
    height: 100%;
    background: rgba(255,255,255,.1);
    position: absolute;
    top: 0;
    left: 0;
}
.icon-headers li > div.high:after {
    width: 80%;
    background: var(--greenish);
}
.icon-headers li > div.med:after {
    width: 55%;
    background: var(--yellowish);
}
.icon-headers li > div.low:after {
    width: 30%;
    background: var(--redish);
}
/*.icon-headers li > div.high:after {
    width: 80%;
}
.icon-headers li > div.med:after {
    width: 55%;
}
.icon-headers li > div.low:after {
    width: 30%;
}
.icon-headers li:hover > div.high:after {
    background: var(--greenish);
}
.icon-headers li:hover > div.med:after {
    background: var(--yellowish);
}
.icon-headers li:hover > div.low:after {
    background: var(--redish);
}*/
/**/

body.home {
}
body.home .wrapper.container {
	width: 100%;
}
.hero {
    background: url(../img/homebg-space-v3.jpg) bottom right/cover;
    display: table;
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
}
.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    mix-blend-mode: multiply;
    z-index: 1;
}
.hero-inner .nsd-logo {
    max-height: 100px;
    max-width: 75%;
    display: inline-block;
    fill: #fff !important;
    margin: 0 auto;
}

.logo svg {
    width: 20px;
}
.hero.services {
    background: url(/img/drawing-tablet-v1.jpg) top right / cover;
}
.hero.services:before {
    background: #0af;
    mix-blend-mode: color;
}
.hero.services .hero-inner {
    background: rgba(0, 0, 0, .75);
}

.hero.about {
    background: url(../img/hero-bg-canyon3.jpg) right/cover;
}
.hero.about:before {
    background: var(--blue);
    /*background: linear-gradient(#b65749,#a65959);*/
    mix-blend-mode: color;
}
.hero.bizcards {
    background: url(../img/homebg-bizcards.jpg) center/cover;
}
.hero.postcards {
    background: url(../img/homebg-postcards.jpg) center/cover;
}
.hero.cinemagraphs {
    /*background: url(../img/homebg-postcards.jpg) center/cover;*/
}
.hero.jhcc:before {
    background: rgba(35,40,45,.9);
    mix-blend-mode: color;
}
.hero.bizcards:before,
.hero.postcards:before,
.hero.cinemagraphs:before {
    background: var(--blue);
    mix-blend-mode: color;
}
.hero.cpr4u:before {
    background: none;
}
.hero.hockey-jerseys:before {
    background: rgba(35,40,45,.95);
    mix-blend-mode: normal;
}
.hero.tropical-boys:before {
    background: rgba(0,0,0,.75);
}
/*About Page*/
.hero.about .hero-inner h1.NSD-home-hero-logo {
    max-width: 500px;
    width: 80%;
    margin: auto;
}

.hero .hero-inner h2 {
    font-size: 18px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 28px;
    color: white;
    max-width: 630px;
    margin: 30px auto 0;
    padding: 0 30px;
}
.hero-inner img.page-header-img {
    max-width: 450px;
    width: 75%;
    margin: 0 0 50px;
}
.zero {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.hero.about .line-scroll .line {
    opacity: 1;
}



.hero.contact {
    background: url(../img/contact.jpg) center center;
    background-size: cover;
    display: table;
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
}

.hero .hero-inner {
	padding: 20px;
    position: relative;
    z-index: 4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.hero .hero-inner h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
    /*letter-spacing:-3px;*/
    margin-bottom: 30px;
    line-height: 1.25;
    color: white;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, var(--blue), #0055aa);
    background-image:    -moz-linear-gradient(left, var(--blue), #0055aa);
    background-image:     -ms-linear-gradient(left, var(--blue), #0055aa);
    background-image:      -o-linear-gradient(left, var(--blue), #0055aa);
    background-image:         linear-gradient(to right, var(--blue), #0055aa);
}

.gradient-text {
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, var(--blue), #0055aa);
    /* For Chrome and Safari */
    background-image: -moz-linear-gradient(left, var(--blue), #0055aa);
    /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(left, var(--blue), #0055aa);
    /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(left, var(--blue), #0055aa);
    /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, var(--blue), #0055aa);
    /* Standard syntax; must be last */
}

/* testimonials */

.testimonials {
    /* background: #23282d; */
    /* padding: 40px 0 60px; */
}

.testimonials .owl-item {
    /* padding: 25px; */
}

.testimonials .icon svg {
    font-size: 60px;
    color: var(--blue);
    opacity: 0.15;
}

/*Header*/

.hamburger {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

header {
    padding: 15px 20px;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    /*background: rgba(0,0,0,0.5);*/
    line-height: 0;
}

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

#nav-icon span:nth-child(1) {
    top: 0px;
    -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;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
    width: 100%;
}


#nav-icon {
    width: 25px;
    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;
}

#nav-icon.open {
    opacity: 0.5;
}

#nav-icon.open:hover {
    opacity: 1;
}


/* Preloader */

#preloader {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
    text-align: center;
}

.spinner {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
.play-arrow {
    border: 2px solid var(--blue);
    border-radius: 50px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    color: var(--blue);
    padding: 6px 9px;
    position: relative;
}
.play-arrow::after {
    content: "";
    background: var(--blue);
    width: 12px;
    height: 15px;
    display: inline-block;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
}
.uil-ripple-css {
    background: none;
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: var(--blue);
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: var(--blue);
    -ms-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

/* full menu */


.nav {
    height: 100vh;
    width: 80%;
    max-width: 400px;
    position: fixed;
    display: table;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,.9);
    backdrop-filter: blur(20px);
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
    visibility: hidden;
}
/*@-moz-document url-prefix() { 
	.nav {
	    background: var(--darkestgray);
	}
}*/
.nav.open {
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.nav ul.menu {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: auto;
    position: relative;
    top: 50vh;
    transform: translate(0px, -50%);
}

.nav ul.menu li {
    opacity: 0;
    list-style: none; 
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transition: translateY(20px);
    transform: translateY(20px);
}

.nav.open ul.menu li {
    opacity: 1;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
}

.nav.open ul.menu li a {
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    line-height: 60px;
    padding: 5px;
}

.nav .menu li a i {
    color: var(--blue);
}
.nav .menu a:hover i {
    color: var(--blue);
}
.nav .menu .social a i {
    color: white;
}
.nav .menu .social a:not([class]):hover i {
    color: var(--blue);
}
.nav.open ul.menu li a svg {
    margin-right: 10px;
}
.nav.open ul.menu li a img {
    height: 20px;
    filter: grayscale(1) brightness(2) contrast(3);
}
.nav.open ul.menu li a img:hover {
    height: 20px;
    filter: unset;
}
.nav.open ul.menu li a:hover {
    color: var(--blue);
}
.menu .social {
    border-top: 1px solid rgba(255,255,255,.15);
    margin: 15px 0 0;
    padding: 25px 0 0;
}
.menu .social svg {
    /*margin-right: 15px !important;*/
}

/*.nav.open ul.menu li:nth-child(1) {
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    -webkit-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.nav.open ul.menu li:nth-child(2) {
    transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
    -webkit-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
    -moz-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
}

.nav.open ul.menu li:nth-child(3) {
    transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
    -webkit-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
    -moz-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
}

.nav.open ul.menu li:nth-child(4) {
    transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -webkit-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -moz-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
}*/

a:hover {
    text-decoration: none;
}

/*Social Icons*/

/*.nav ul.menu li:last-child {
    margin-top: 60px;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
    transform: translateY(0px);
}

.nav.open ul.menu li:last-child a {
    font-size: 25px;
    margin: 0 10px;
}

.nav.open ul.menu li:last-child a:last-child {
    margin-right: 0px;
}

.nav.open ul.menu li:last-child {
    transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
}*/


/* Line Scroll */
#line-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
}
#line-scroll.animate {
    opacity: 1;
}

.line-scroll {
    width: 2px;
    height: 80px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    overflow: hidden;
    margin-top: 90px;
}

.line-scroll .line.active {
    -webkit-animation: line-scroll 2.5s ease-in-out forwards infinite;
    animation: line-scroll 2.5s ease-in-out forwards infinite;
}

.line-scroll .line {
    opacity: .8;
    top: auto;
    z-index: 11;
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -60px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

@-webkit-keyframes line-scroll {
    0% {
        background-position: 0 -80px
    }

    80% {
        background-position: 0 0
    }

    100% {
        background-position: 0 80px
    }
}

@keyframes line-scroll {
    0% {
        background-position: 0 -80px
    }

    80% {
        background-position: 0 0
    }

    100% {
        background-position: 0 80px
    }
}
.flex {
    display: flex;
}
/*------------------------ 2 Portfolio Section ------------------------*/

/*.page-title span{
    color: #808080;
    font-size: 15px;
    letter-spacing: 2px;
}*/
.portfolio.flex {
    display: flex;
    align-items: flex-start;
    padding: 0 45px;
    float: none;
}
.portfolio .left-filter-wrapper {
    width: 270px;
    position: sticky;
    position: -webkit-sticky;
    top: 10%;
    margin-right: 25px;
}
.portfolio .portfolio-grid-wrapper {
    width: calc(100% - 250px);
}



.page-title .title {
    font-family: 'Montserrat', 'Open Sans', Helvetica;
    font-size: 33px;
    font-weight: 300;
    color: white;
    line-height: 40px;
    margin: 2px 0 20px 0;
}

.portfolio-filter ul {
    padding-left: 0px;
}

.portfolio-filter ul li {
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    color: white;
}
.portfolio-filter ul li:hover,
.portfolio-filter .select-cat {
    background: linear-gradient(90deg,rgba(255,255,255,0.125), transparent);
}

.select-cat {
    /*color: #fff !important;*/
}

.port img {
    width: 100%;
}

.single_item {
    margin-bottom: 5px;
    padding: 0 2.5px;
}
.home .single_item {
    margin-bottom: 0px;
    padding: 0px;
}
.single_item figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: black;
    text-align: left;
    font-size: 16px;
    /*background: rgba(0,0,0,.85);*/
    background: var(--blue);
}
.single_item figure:hover {
    box-shadow: inset 0px 0px 0px 1px #0af;
    z-index: 1;
}
.single_item figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.single_item figure:hover img {
    zoom: 1;
    /*filter: alpha(opacity=40);*/
    filter: blur(3px);
    -webkit-opacity: .2;
    opacity: .2;

    /*-moz-transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}

.single_item figure figcaption {
    z-index: 1;
    padding: 20px;
    /*padding-top: 47%;*/
    align-content: center;
    display: grid;
}

.single_item figure figcaption,
.single-item figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*transform: translate(0px, -50%);*/
}

.single_item figure:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.single_item figure figcaption h3 {
    line-height: 1.1em;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    opacity: 0;
    width: 100%;
    color: white;
    /*color: var(--blue);*/
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.single_item figure p {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    opacity: 0;
    top: 50%;
    color: black;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.single_item figure:hover figcaption h3,
.single_item figure:hover figcaption p {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

.single_item img {
    width: 100%;
}

.isotope_items {

}

.thumb-title {
    margin: 10px 0 0;
}

/*------------------------ 3 About Section ------------------------*/

.about .image:before {
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 94%;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: 30px -15px;
    left: 0;
}

.about .image img {
    width: 100%;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.45);
}

.about .about-text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}



.work-areas .area .icon {
    width: 50px;
    float: left;
}

.work-areas .area .icon i {
    display: inline-block;
    margin-top: 5px;
}

.work-areas .area .icon i:before {
    font-size: 40px;
    color: var(--blue);
}

.work-areas .area .text {
    width: 76%;
    float: left;
}

.work-areas .area .text p {
    font-size: 16px;
    line-height: 24px;
}

.work-areas .area .text h6 {
    font-size: 18px;
    margin: 0 0 10px;
    color: white;
    font-family: 'Montserrat', 'Open Sans', Helvetica;
}

.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

/*------------------------  4 Contact Section ------------------------*/


.contact .contact-info ul {
    padding: 0;
}

.contact .contact-info ul li {
    font-size: 16px;
    color: white;
    opacity: .5;
    list-style: none;
    line-height: 30px;
}

.contact .social a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
}

.contact .social a:hover {
    opacity: .7;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

.page-title.sub {
    text-align: right;
    float: right;
}

.page-title.sub .title {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 15px;
    color: white;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: white;
    border-bottom: solid 1px #dfdfdf5e;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    background: none;
}

.form-inp:focus {
    outline: 0;
    border-bottom: solid 1px var(--blue);
}

.contact-form textarea {
    width: 100%;
    border: 0;
    color: var(--blue);
    border-bottom: solid 1px #dfdfdf5e;
    font-size: 16px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    background: none;
}


.contact-form textarea:focus {
    outline: 0;
    border-bottom: solid 1px var(--blue);
}

.sitebtn {
    margin: auto;
    margin-top: 30px;
    display: block;
    border: solid 1px #dfdfdf36;
    background: none;
    font-size: 13px;
    padding: 9px 11px;
    text-align: left;
    min-width: 140px;
    line-height: 17px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    color: white;
}

.sitebtn:hover {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: -moz-linear-gradient(45deg, var(--blue), #0055aa);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(252, 43, 0, 1)), color-stop(100%, rgba(89, 61, 213, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, var(--blue), #0055aa);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, var(--blue), #0055aa);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, var(--blue), #0055aa);
    /* ie10+ */
    background: linear-gradient(45deg, var(--blue), #0055aa);
    /* w3c */
    color: black;
    border: none;
}

.sitebtn:hover:after {
    color: black;
}

.sitebtn:after {
    font-family: FontAwesome;
    content: "\f178";
    color: white;
    float: right;
}


/*------------------------ 5 Footer  ------------------------*/
body.home footer h3 span {
    /* color: white; */
}
footer {
    width: 100%;
    bottom: 0;
    background: #00000050;
    /* min-height: 100px; */
    padding: 0;
    color: #919191;
    font-size: 14px;
    position: relative;
    z-index: 1;
    /*margin-top: 75px;*/
}

footer .footer-form {
    padding: 50px 30px;
}

footer .footer-bottom {
    background: #12171c;
}

footer .footer-bottom > div {
    padding: 20px 30px;
    margin: auto;
    max-width: 1170px;
    display: flex;
    align-items: center;
}

footer .footer-bottom>div>div {
    flex: 1;
}

footer .footer-logo {
    height: 30px;
    width: auto;
}

footer svg.footer-logo * {
    fill: white;
}

footer .social-icon {
    font-size: 22px;
    vertical-align: middle;
    width: auto;
}
footer .social {
    display: flex;
    align-items: center;
}
footer .social a {
    display: flex;
    font-size: 22px;
    color: white;
    padding: 10px;
    text-decoration: none;
}
footer .social img.icon {
    height: 22px;
    /*display: block;*/
    filter: grayscale(1) brightness(2) contrast(3);
}
footer .social a:hover img {
    filter: unset;
}
footer .social img.icon,
footer .social img.icon * {
    color: white;
    fill: white;
}
footer .social a:last-child {
    margin-right: 0;
}

footer .footer-logo {
    margin-right: 50px;
}
footer .social a:hover {
    color: var(--blue);
    transition: color 0.2s;
}
.social a.facebook:hover,
.social a.facebook:hover i {
    color: #2d88ff;
}
.social a.behance:hover,
.social a.behance:hover i {
    color: #0057ff;
}
footer .copyright {
    text-align: right;
}

footer .copyright span {
    color: white;
}


/*------------------------ 6 Single Work ------------------------*/


.work-video iframe {
    width: 100%;
    min-height: 608px;
    border: none;
}

.hero.work .hero-inner h1 {
    font-size: 90px;
    /*font-weight: 600;*/
    letter-spacing: 0px;
    margin-bottom: 30px;
    line-height: 102px;
    color: white;
}

.hero.work {
    background: url(../img/home.jpg) top center;
    background-size: cover;
}

.hero.work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero.work.dark:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.work-title {
    font-size: 50px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, var(--blue), #0055aa);
    background-image: -moz-linear-gradient(left, var(--blue), #0055aa);
    background-image: -ms-linear-gradient(left, var(--blue), #0055aa);
    background-image: -o-linear-gradient(left, var(--blue), #0055aa);
    background-image: linear-gradient(to right, var(--blue), #0055aa);
}

.big-img img {
    width: 100%;
}

a.gallery {

    display: block;
}

a.gallery:focus {
    outline: 0;
}

.gallery img {
    width: 100%;
}


.link {
    text-decoration: none !important;
}

.controller {
    text-align: center;
    overflow: unset !important;
}
.controller .where {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 30px;
    display: block;
    transition: all linear 0.2s;
}
.controller .where span {
    font-size: 30px;
}
.controller span {
    font-size: 20px;
    color: rgba(255,255,255,.5);
    transition: all linear 0.2s;
}
.controller .link:hover .where span {
    color: rgba(255,255,255,0);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, var(--blue), #0055aa);
    background-image: -moz-linear-gradient(left, var(--blue), #0055aa);
    background-image: -ms-linear-gradient(left, var(--blue), #0055aa);
    background-image: -o-linear-gradient(left, var(--blue), #0055aa);
    background-image: linear-gradient(to right, var(--blue), #0055aa);
    transition: all linear 0.2s;
}
.controller .link:hover span {
    color: white;
    transition: all linear 0.2s;
}
.cont-line {
    width: 1px;
    background: #272727;
    height: 126px;
    display: inline-block;
    margin: -26px 40px;
}

.portfolio-text {
    color: white;
}

.portfolio-text p {
    font-size: 18px;
    line-height: 32px;
    color: #a7a7a7;
}

.on-page-form {
    max-width: 600px;
    margin: auto;
}

.on-page-form input,
.on-page-form textarea {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin: 0 0 10px;
    padding: 15px 20px;
    height: auto;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.on-page-form input,
.on-page-form form-control::-webkit-input-placeholder,
.on-page-form form-control::-moz-input-placeholder,
.on-page-form form-control::-o-input-placeholder,
.on-page-form form-control::input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.on-page-form input:focus,
.on-page-form textarea:focus {
    border: 1px solid var(--blue);
    box-shadow: none;
    color: white;
}

.on-page-form input[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    background: var(--blue);
    color: black;
    border-radius: 0;
    transition: all 0.15s ease;
    outline: none;
    border: none;
}

.on-page-form input[type="submit"]:active {
    background: var(--blue);
    border: none;
    outline: none;
}

.on-page-form input[type="submit"]:hover {
    color: white;
}

/* INLINE MESSAGES */
.on-page-form .contact__msg {
    max-width: 600px;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, .1);
    /*background: black;*/
}

.on-page-form .alert-warning {
    color: var(redish);
    border-color: var(redish);
    border-width: 0 0 0 5px;
    border-style: solid;
    margin: 0;
    background: none;
    border-radius: 0;
}

.on-page-form .alert-warning b {
    color: var(redish);
}

.on-page-form .alert-success {
    color: var(--greenish);
    border-color: var(--greenish);
    border-width: 0 0 0 5px;
    border-style: solid;
    margin: 0;
    background: none;
    border-radius: 0;
}
/**/
.cinemagraph video {
    margin: 0 0 50px;
    width: 100%;
    position: relative;
}
.cinemagraph .big-img span.play-btn {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 20px;
    background: #0af;
    display: none;
}
.cinemagraph .big-img span.play-btn span {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 20px solid #23282d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.cinemagraph video:hover + span.play-btn {
    display: block;
}
.cinema-mobile-note {
    display: none;
}

.social a {
	position: relative;
	text-align: center;
	line-height: 1 !important;
}
.social a > * {
	margin: 0 !important;
}
.social a span.social-label {
	position: absolute;
    font-size: 0px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    transition: .075s linear;
}
.social a:hover span.social-label {
    font-size: 13px;
    top: -7px;
}

/*------------------------ 7 Responsive  ------------------------*/
@media (max-width: 1024px) {
	.hero.home {
	    /*background-position: right;*/
	}
	body.home:before {
    	/*background-position: left;*/
    }
}

@media (max-width: 991px) {
	footer .footer-bottom > div,
    footer .copyright {
        display: block;
        text-align: center !important;
    }
    footer .social {
        justify-content: center;
    	margin: 0 0 20px;
    }
    .hero .hero-inner h1 {
        /*font-size: 70px;*/
    }

    .hero .hero-inner p {
        font-size: 16px;
    }

    .inner-wrapper-sticky {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .portfolio .isotope_items {
        /*margin-top: 60px;*/
    }
    .portfolio .col-md-3 {
        /*overflow: auto;*/
    }

    .about .image:before {
        background: none;
    }

    .about .about-text {
        margin-top: 45px;
    }

    .work-video {
        margin-bottom: 60px;
    }

    .hero.work .hero-inner h1 {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .social {
        /*display: none;*/
    }

    .isotope_items {
        min-height: auto;
    }

}

@media (max-width: 768px) {
    .about-profile {
        flex: 2;
        padding: 0 0 45px;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .about-body {
        flex: 3;
        padding: 0 20px;
        border-left: none;
    }
    .flex {
        display: block;
    }
    .portfolio-filter ul li:hover,
	.portfolio-filter .select-cat {
	    background: linear-gradient(90deg,transparent,rgba(255,255,255,0.15),transparent);
	}
	.cinema-mobile-note {
        display: block;
        background: rgba(255,255,255,.1);
        padding: 15px 20px;
        border-left: 5px solid var(--blue);
        color: white;
    }
    .single_item figure figcaption h3 {
        font-size: 20px;
    }
    .about-services .flex-container.wrap > div {
        width: 47%;
    }
    .icon-headers ul {
        column-count: 2;
    }
    /**/
    .hero .hero-inner h1 {
        /*font-size: 65px;*/
        margin-bottom: 20px;
    }
    .work-title {
        font-size: 40px;
    }
    .cont-line {
        width: 50%;
        height: 1px;
        margin: 40px 0 30px;
    }

    .controller .pull-left.text-left,
    .controller .pull-right.text-right {
        text-align: center;
        width: 100%;
    }

    .hero.work .hero-inner h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .work-video iframe {
        min-height: auto;
    }

    .portfolio-filter ul {
        padding-left: 0;
    }

    header {
        /*background: rgba(0,0,0,.65);*/
    }
    .portfolio.flex {
        padding: 0 12px;
    }
    .portfolio.flex {
        display: block;
    }
    .portfolio .left-filter-wrapper {
	    position: relative;
	    top: 0;
	    margin: 0 auto 50px;
        text-align: center;
	}
    .portfolio .portfolio-grid-wrapper {
        width: 100%;
    }
}
@media (max-width: 575px) {
	.about-body ul {
        column-count: 1;
    }
    footer h3 {
	    font-size: 25px;
	}
	footer .social {
		display: block;
		margin: 0 0 10px;
	}
	footer .social .footer-logo {
		display: block;
		margin: 0 auto 15px;
	}
	footer .social a {
		display: inline-block;
	}
	footer .footer-bottom > div {
	    padding: 30px;
	}
}
@media (max-width: 481px) {
    .about-body {
        text-align: center;
    }
    .about-services .flex-container.wrap > div {
        width: 100%;
    }
    .icon-headers {
        text-align: center;
    }
    .icon-headers ul {
        column-count: 1;
        display: inline-block;
        margin: auto;
        text-align: left;
    }
    /**/
    .hero .hero-inner h1 {
        font-size: 33px;
        margin-bottom: 0px;
        /*line-height: 1;*/
    }
    .work-title {
        font-size: 35px;
    }

    .portfolio-text p {
        line-height: 28px;
        color: #a7a7a7;
    }

    

    .nav.open ul.menu li a {
        /*font-size: 24px;*/
        /*line-height: 45px;*/
    }

    .nav.open ul.menu li a:hover {
        /*font-size: 26px;*/
    }
    .hero .hero-inner p br {
        content: ' ';
    }

    .line-scroll {
        height: 40px;
        margin-top: 30px;
    }

    .line-scroll .line {
        height: 30px;
    }

}