/*-----------------------------------------------------------
* Template Name    : GRAV - Creative,Portfolio,Acency
* Author           : pavloff-studio
* Version          : 1.0.0
* Created          : Apr 2022
* File Description : Main css file of the template
*------------------------------------------------------------
*/


/***********************
1.FONTS
2.BASIC
3.HELPER
4.MAIN MENU
5.SERVICES
6.WORKS
7.CLIENTS
8.TEAM
9.CTA
10.PRICE
11.BLOG
12.CONTACT
13.FOOTER

************************/


/*======================
1.FONTS
========================*/


/*======================
2.BASIC
========================*/

html,
body {
	scroll-behavior: smooth;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: .025em;
	color: #BBBBBB;
	background-color: #000;
}

body:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 8;
}

body.offcanvas {
	overflow: hidden;
}

body.offcanvas:before {
	visibility: visible;
	opacity: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

h3.section-title {
	font-size: 36px;
}

b,
strong {
	font-weight: 700;
}

a {
	color: #fff;
	text-decoration: none !important;
	outline: none!important;
}

a:hover {
	text-decoration: none !important;
	color: #fff!important;
	outline: none!important;
}

a:visited {
	text-decoration: none !important;
	color: #fff;
	outline: none!important;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 300;
	color: #BBBBBB;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .025em;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-weight: 300;
}

.text-black {
	color: #000;
}

.site-inner {
	position: relative;
	width: 100%;
}

@media (max-width: 991.98px) {
	.site-inner {
		margin-bottom: auto !important;
	}
}


/*======================
3.HELPER
========================*/

.p-0 {
	padding: 0!important;
}

.pb-20 {
	padding-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-80 {
	margin-top: 80px;
}

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

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

.h-100 {
	height: 100vh!important;
}

.w-100{
	width: 100%!important;
}

.right-column {
	position: absolute;
	bottom: 0;
}

@media(max-width: 768px) {
    .right-column{
        position: relative;
        bottom: 0;
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }
}

.f-right {
	float: right!important;
}

@media (max-width: 767px) {
    .offset-1 {    
        margin-left: 0; 
        
    }
}

.border-section-top {
	padding-top: 100px;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}


/* Go to top */

.go-top {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 9999;
	top: -123px;
	left: 48%;
	background: #000;
	border: 4px solid rgba(112, 112, 112, 0.1);
}

@media(max-width: 768px) {
	.go-top {
		position: absolute;
		width: 50px;
		height: 50px;
		z-index: 9999;
		top: -123px;
		left: 44%;
		background: #000;
		border: 4px solid rgba(112, 112, 112, 0.1);
	}
}

.go-top i {
	color: #fff;
	margin-top: 12px;
}


/* Logo */

.logo-v1 img {
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0.4;
}

.logo-v1 img:hover {
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}

.main-logo img {
	max-width: 120px;
	margin-left: 11.5px;
}

.site-logo h2.site-title {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}


/* Reveal block effect */

.gsap-reveal {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.gsap-reveal.gsap-reveal-filter {
		overflow: visible !important;
	}
}

.gsap-reveal .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	mix-blend-mode: difference;
}

.gsap-reveal-2 {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.gsap-reveal-2 .gsap-reveal-filter {
		overflow: visible !important;
	}
}

.gsap-reveal-2 .cover-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
}

.gsap-reveal-hero {
	line-height: 0;
}

.gsap-reveal-hero .reveal-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.gsap-reveal-hero .reveal-wrap .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin-left: -100%;
	z-index: 2;
}

.gsap-reveal-hero .reveal-wrap .reveal-content {
	line-height: 1.2;
	z-index: 1;
	display: inline-block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	mix-blend-mode: difference;
}

.gsap-reveal-img {
	line-height: 0;
}

.gsap-reveal-img .reveal-wrap {
	position: relative;
	overflow: hidden;
}

.gsap-reveal-img .reveal-wrap .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin-left: -100%;
	z-index: 9;
}

.gsap-reveal-img .reveal-wrap .reveal-content {
	opacity: 0;
	visibility: hidden;
}

.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
	margin-bottom: 10px;
}


/* Circular text effect */

#rotated {
	color: #fff;
	font-weight: 100;
	font-size: 9px;
}

.circular-text {
	position: fixed;
	bottom: 50px;
	left: calc(50%);
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0);
	font-size: 24px;
	font-weight: bolder;
	transition: 0.5s ease-out;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
	z-index: 9998;
	mix-blend-mode: difference;
}

@media(max-width: 768px) {
	.circular-text {
		display: none!important;
	}
}

.arrow {
	position: fixed;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

ion-icon {
	font-size: 100px;
	color: white;
}


/* ScrollBar */


/* width */

::-webkit-scrollbar {
	width: 5px;
	background: rgba(0, 0, 0, 0.9);
}


/* Track */

::-webkit-scrollbar-track {
	border-radius: 20px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 992px) {
	::-webkit-scrollbar {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.admin-bar {
		top: 0;
		position: absolute;
	}
	.admin-bar .site-nav {
		padding-top: 60px;
	}
	.admin-bar .site-mobile-menu {
		padding-top: 60px;
	}
}


/* back to top button */

#back-to-top {
	position: fixed;
	bottom: 120px;
	left: calc(50% - 22px);
	color: #fff;
	padding: 10px 15px;
	display: none;
	z-index: 9998;
	mix-blend-mode: difference;
}

@media(max-width: 768px) {
	#back-to-top {
		display: none!important;
	}
}


/* Distortion liquid image effect */

.distortion {
	width: 53%;
	height: 830px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
	padding-top: 20px;
}

@media(max-width: 768px) {
	.distortion {
		width: 100%;
		height: 100vh;
		padding-top: 10px;
		position: absolute;
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 1;
	}
}

.hero-desc {
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}

.hero-desc p {
	margin-bottom: 0;
}

@media(max-width: 768px) {
	.hero-desc {
		padding-left: 80px;
		margin: 0;
		font-weight: 300;
		font-size: 14px;
		color: #fff;
	}
}

.distortion-desc {
	width: 440px;
	position: absolute;
	bottom: 100px;
	right: 0;
	background: #000;
	color: #fff;
	font-weight: 400;
	z-index: 9999;
	padding: 30px 30px;
}

@media(max-width: 768px) {
    .distortion-desc {
    	width: 440px;
    	position: absolute;
    	bottom: 0px;
    	right: 0;
    	background: #000;
    	color: #fff;
    	font-weight: 400;
    	z-index: 9999;
    	padding: 30px 30px;
    }
}


/* Preloader */

.loader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 10002;
	overflow: hidden;
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}

.loader:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/search_lines.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.01;
    z-index: -1;
}

.loader marquee {
	opacity: 0.2;
	text-transform: uppercase;
	line-height: 180px;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.2);
	font-size: 200px;
	overflow: hidden;
}

.loader .intro {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow: hidden;
	line-height: 1.4;
}

.loader .intro h1 {
	font-size: 124px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
}

.intro-title .letter {
	display: inline-block;
	line-height: 1em;
}

@media (max-width: 767px) {
	.intro-title {
		font-size: 60px
	}
}

.intro-title {
	font-size: 90px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	letter-spacing: 4px;
}

.cover-v1 {
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	overflow: hidden;
}

.cover-v1:after {
	content: '';
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/bg-anim.gif) no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.02;
	background-position: center;
}

.cover-v1.gradient-bottom-black {
	position: relative;
}

.cover-v1.gradient-bottom-black:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(79%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, black));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.05)), to(black));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.cover-v1.overlay {
	position: relative;
}

.cover-v1.overlay:before {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.15);
}

.cover-v1.overlay .mbYTP_wrapper {
	z-index: -1;
}

.cover-v1 .container {
	z-index: 9;
	position: relative;
}

.cover-v1 .container,
.cover-v1 .container>.row {
	height: 100vh;
}

.cover-v1 .heading {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	mix-blend-mode: difference;
	z-index: 9998;
	position: relative;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.cover-v1 .heading {
		font-size: 3rem;
	}
}

@media (max-width: 767px) {
	.cover-v1 .heading {
    font-size: 45px;
	color: #000000;
    mix-blend-mode: normal;
    margin-top: 10px;
    padding-left: 15px;
	}
}

.cover-v1 .blog-heading {
	font-weight: 900;
	color: #ffffff;
	font-size: 4rem;
}

@media (max-width: 991.98px) {
	.cover-v1 .blog-heading {
		font-size: 2rem;
	}
}

.cover-v1 .post-meta {
	font-size: 18px;
}

.cover-v1 .subheading {
	font-size: 14px;
	color: #BBBBBB;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 20px;
	display: block;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.cover-v1 .subheading {
		font-size: 24px;
	}
}

.cover-v1 .subheading p {
	letter-spacing: 1px;
}

.midle-link-nav i {
	font-size: 20px;
}


/* cursor */

.cursor {
	position: absolute;
	background: white;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	z-index: 10005;
	transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
	user-select: none;
	pointer-events: none;
	transform: scale(1);
	mix-blend-mode: normal;
}

@media(max-width: 768px) {
	.cursor {
		display: none;
	}
}

.cursor::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	opacity: 0;
	z-index: 10001;
}

.cursor.active {
	opacity: 1;
	transform: scale(8);
	mix-blend-mode: difference;
}

.cursor.active::before {
	opacity: 1;
}

.cursor-follower {
	position: absolute;
	background: transparent;
	border: 4px solid rgba(112, 112, 112, 0.1);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 10005;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
	user-select: none;
	pointer-events: none;
	transform: translate(4px, 4px);
	background: rgba(112, 112, 112, 0.1);
}

.cursor-follower.active {
	opacity: 1;
	transform: scale(0);
}

@media(max-width: 768px) {
	.cursor-follower {
		display: none;
	}
}

.hover-this {
	transition: all 0.3s ease;
	color: #fff;
	text-decoration: none;
}

.btn-draw {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-draw {
	color: #00ffc8;
	margin-left: 2.3em;
}

.btn-draw:after {
	content: '';
	top: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: #00ffc8;
}

.btn-draw:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2.4em;
	height: 1px;
	width: 3em;
	background-color: #00ffc8;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.btn-draw .btn-draw__text {
	position: relative;
	display: block;
	padding: 0.7555em 2.29em;
	line-height: 1.9;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.btn-draw__text span {
	font-weight: 600;
}

.btn-draw .btn-draw__text:before,
.btn-draw .btn-draw__text:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 0;
	background-color: #ffffff;
}

.btn-draw .btn-draw__text:before {
	top: 0;
	left: 0;
	-webkit-transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-draw .btn-draw__text:after {
	bottom: 0;
	right: 0;
	-webkit-transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-draw .btn-draw__text>span:before,
.btn-draw .btn-draw__text>span:after {
	content: '';
	position: absolute;
	height: 0;
	width: 1px;
	background-color: #ffffff;
	-webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.btn-draw .btn-draw__text>span:before {
	left: 0;
	bottom: 0;
	-webkit-transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-draw .btn-draw__text>span:after {
	right: 0;
	top: 0;
	-webkit-transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (hover) {
	.btn-draw:hover,
	a:hover .btn-draw {
		cursor: pointer;
		color: #fff;
	}
	.btn-draw:hover:before,
	a:hover .btn-draw:before {
		width: 0;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.btn-draw:hover .btn-draw__text,
	a:hover .btn-draw .btn-draw__text {
		-webkit-transform: translateX(-2.2em);
		transform: translateX(-2.2em);
		-webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
		transition: width 1s ease, -webkit-transform 0.5s ease;
		transition: transform 0.5s ease, width 1s ease;
		transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
	}
	.btn-draw:hover .btn-draw__text:before,
	a:hover .btn-draw .btn-draw__text:before {
		width: 100%;
		max-width: 100%;
		-webkit-transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
		transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.btn-draw:hover .btn-draw__text:after,
	a:hover .btn-draw .btn-draw__text:after {
		width: 100%;
		-webkit-transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.btn-draw:hover .btn-draw__text>span:before,
	a:hover .btn-draw .btn-draw__text>span:before {
		left: 0;
		height: 100%;
		-webkit-transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
		transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.btn-draw:hover .btn-draw__text>span:after,
	a:hover .btn-draw .btn-draw__text>span:after {
		right: 0;
		height: 100%;
		-webkit-transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
		transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	}
}

.btn-draw.btn--white {
	color: #fff;
}

@media (max-width: 767px) {
	.btn-draw.btn--white {
		margin-bottom: 50px;
	}
}

.btn-draw.btn--white:before,
.btn-draw.btn--white:after,
.btn-draw.btn--white .btn-draw__text:before,
.btn-draw.btn--white .btn-draw__text:after,
.btn-draw.btn--white .btn-draw__text>span:before,
.btn-draw.btn--white .btn-draw__text>span:after {
	background-color: #fff;
}

.btn-draw.btn--white:hover,
a:hover .btn-draw.btn--white {
	color: #fff;
}

.content-hero {
	position: relative;
	width: 100%;
	padding: 1px 0 0px 0;
	overflow-x: hidden;
}

.content-hero p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.hero-title {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	margin-bottom: 0px;
	width: auto;
	font-size: 80px;
	color: #fff;
	position: relative;
}

@media (max-width: 767px) {
	.hero-title {
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		margin-bottom: 0px;
		width: auto;
		font-size: 60px;
		color: #fff;
		position: relative;
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.h-title {
	font-size: 0rem;
	color: #fff;
	mix-blend-mode: difference;
	z-index: 9998;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

@media (max-width: 767px) {
	.h-title {
		font-size: 42px;
		font-weight: 900;
		color: #fff;
		mix-blend-mode: difference;
		z-index: 9998;
		position: relative;
		margin-bottom: 0;
		z-index: 1;
	}
}

.hero-slider-wrap {
	position: relative;
}

.grid-item {
	position: relative;
}

.grid-item:before {
	content: '';
	display: inline-block;
	padding-top: 20rem;
}

.grid-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.white-space {
	padding-top: 100px;
}

.error-404 {
	position: relative;
	margin-bottom: 100px;
}

.error-page-holder {
	position: absolute;
	font-size: 300px;
	color: #ffffff;
	opacity: 0.01;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	z-index: -1;
}

@media (max-width: 767.98px) {
	.section {
		padding: 2rem 0;
	}
}

.section a:hover {
	color: #000;
}

.heading-h2 {
	font-size: 32px;
	color: #000;
	font-weight: 900;
}

.heading-h2.divider:before {
	position: absolute;
	content: "";
}

.heading-h3 {
	font-size: 26px;
	font-weight: 900;
	color: #000;
}

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

.relative {
	position: relative;
}

.feature-v1 {
	line-height: 28px;
}

@media (max-width: 767.98px) {
	.feature-v1 {
		text-align: center;
	}
}

.feature-v1 h3 {
	font-size: 22px;
	font-weight: 900;
}

.feature-v1 p {
	font-size: 16px;
}


/* Breadcrumbs */

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}

.breadcrumbs i {
	color: #606377;
	font-weight: 800;
}

.breadcrumbs .kb_sep {
	display: inline-block;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-left: 10px;
}


.breadcrumbs span.kb_sep {
	display: inline-block;

}

.page-list {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.page-list li {
	display: inline-block;
}

.page-list .current {
	color: rgba(255, 255, 255, 0.5);
}

main {
	overflow: hidden;
}

aside,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block;
	position: relative;
	z-index: 9998;
}

.search-no-results form {
	position: relative;
	height: 50px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
}

.search-no-results .search-text-after {
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
}

.search-no-results .searchform input {
	position: absolute;
	left: 0;
	top: 0;
	width: calc( 100% - 60px);
	height: 100%;
	border: 0;
	padding: 10px;
	border: 0!important;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	transition: 0.3s;
}

.search-no-results .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #ffffff;
	height: 100%;
	padding: 14px 25px!important;
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.search-no-results .search-submit:before {
	content: "\f002";
	font-family: "FontAwesome";
	color: #000000!important;
}

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


/* Widgets */

.widget {
	margin-bottom: 80px;
}

.widget:first-child {
	padding-top: 0;
}

.widget_search .wp-block-search__input {
	position: absolute;
	left: 0;
	top: 0;
	width: calc( 100% - 60px);
	height: 100%;
	border: 0;
	padding: 10px!important;
	border: 0!important;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	transition: 0.3s;
}

.widget_search form {
	position: relative;
	height: 50px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important
}

.widget_search .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #ffffff;
	height: 100%;
	padding: 8px 20px!important;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 0;
}

.widget_search .search-icon {
	display: inline-block;
	float: none;
	line-height: 15px;
	line-height: 78px;
	margin: 0;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	margin-bottom: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	caption-side: top;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	color: #BBBBBB;
	text-align: center;
	border: none;
	position: relative;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 0.25em;
	border: none;
}

.wp-block-calendar table th {
	font-weight: bold;
	background: transparent;
}

.wp-calendar-nav {
	display: flex;
	position: relative;
	z-index: 9998;
	justify-content: space-between;
}

.wp-block-tag-cloud a {
	padding: 6px 25px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px!important;
	font-weight: 300;
	position: relative;
	z-index: 1;
	line-height: 18px;
	display: inline-block;
}

.wp-block-tag-cloud a:hover {
	background-color: #ffffff;
	color: #000000!important;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.widget h4 {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #ffffff;
}

.widget h4:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ffffff;
	bottom: -2px;
	left: 0;
}

.post-categories li:not(:first-child):before {
	display: inline-block;
	font-size: 5px;
	content: "\f0c8";
	font-family: 'FontAwesome';
	margin-right: 10px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	font-weight: 600;
	color: #888888;
	line-height: normal;
}

.wp-block-search .wp-block-search__button {
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 8px 20px!important;
	color: #32373c;
	margin-left: 0;
	word-break: normal;
}

.widget-area .widget-title {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #ffffff;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}

ul.wp-block-archives {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

ul.wp-block-categories {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.wp-block-latest-comments__comment {
	line-height: 1.5;
	list-style: none;
	margin-bottom: 1em;
	font-weight: 300;
}

.widget>ul>li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.widget>ul>li {
	margin: 5px 0;
	padding: 5px 0;
	font-weight: 300;
}

.widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ul.children {
	padding-left: 15px;
}

.widget ul.children li {
	margin: 5px 0;
	padding: 5px 0;
}

.wp-block-categories .cat-item {
	margin: 5px 0;
	padding: 5px 0;
	font-weight: 300;
}

.widget .cat-item a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.widget .page_item a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.widget .menu-item a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.widget_meta li a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.recentcomments a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.widget_archive li a:hover {
	color: rgba(255, 255, 255, 0.5)!important;
}

.wp-block-archives li {
	margin: 5px 0;
	padding: 5px 0;
	font-weight: 300;
}

.widget .wp-block-tag-cloud {
	margin-bottom: 0;
}

.widget .wp-block-tag-cloud a {
	padding: 6px 25px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px!important;
	position: relative;
	z-index: 1;
	line-height: 18px;
	display: inline-block;
}

.widget .wp-block-tag-cloud a:hover {
	background: #ffffff;
	color: #000000!important;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.widget img {
	max-width: 100%;
	height: auto;
	filter: brightness(0.7);
	transition: 1s;
}

.widget img:hover {
	filter: brightness(1);
	transition: 1s;
}

.grav_recent_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px;
}

.grav_recent_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}

.grav_recent_post_widget .post_item .media-body p {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 0px;
}

.grav_recent_post_widget .post_item+.post_item {
	margin-top: 20px;
}

.widget-social a {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	z-index: 3;
	color: rgba(255, 255, 255, 0.2)!important;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
	transition: 0.5s;
}

.widget-social a:hover {
	color: #ffffff;
	border: 1px solid #ffffff!important;
	transition: 0.5s;
}

.widget-social a:hover i {
	color: #ffffff;
	transition: 0.5s;
}

.widget_archive ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.widget_categories ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.widget_pages ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.widget ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	line-height: 1.5;
}

.widget select {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.widget_recent_comments ul li {
	font-weight: 300;
}

.widget_rss .rssSummary {
	font-weight: 300;
	margin-bottom: 5px;
}

.widget_tag_cloud a {
	padding: 6px 27px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px!important;
	font-weight: 300;
	position: relative;
	z-index: 1;
	line-height: 18px;
	display: inline-block;
}

.widget_tag_cloud a:hover {
	background-color: #ffffff;
	color: #000000!important;
}

.widget .rsswidget {
	font-weight: 700;
	color: #ffffff;
}

.widget .rss-date {
	margin: 10px 0;
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.widget_rss li {
	margin-bottom: 20px!important;
	padding-bottom: 20px!important;
}

.wp-calendar-table {
	margin-bottom: 10px;
}

.wp-calendar-table caption {
	caption-side: top;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	color: #BBBBBB;
	text-align: center;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	position: relative;
}

.widget_calendar .calendar_wrap a {
	font-size: 12px;
	font-weight: 300;
}

.widget .nice-select {
	float: none!important;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	background: transparent;
	border-radius: 0;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
}

.comment-author-link {
	font-weight: 600;
	color: #ffffff;
}

.comment-author-link a {
	color: #bbb;
}

.widget_recent_entries ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}

tbody {
	font-weight: 300;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #ffffff05;
}

.nice-select .list {
	background-color: #000000;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9999!important;
}

.widget_nav_menu li a {
	display: inline-block;
	margin: 5px 0;
	padding: 5px 0;
	transition: 0.5s;
	font-weight: 300;
}

.widget_nav_menu ul ul {
	list-style: inside;
}

.widget_nav_menu ul ul {
	padding-left: 15px;
	list-style: none;
}

.project-categ {
	position: relative;
}

.project-categ:hover:after {
	content: '';
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: 1s;
}

.project-categ:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.3;
	transition: 1s;
}

.collapsible__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	-webkit-transition: padding .2s ease;
	-o-transition: padding .2s ease;
	transition: padding .2s ease;
	margin-top: -1px;
}

.collapsible__header::after {
	content: '+';
	position: relative;
	right: 10px;
}

.collapsible__header h5 {
    padding: 10px 15px;
	margin-bottom: 0;
}

.collapsible__content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 1s, opacity 1s;
}

.collapsible--open .collapsible__header::after {
	content: '-';
}

.collapsible--open .collapsible__content {
	max-height: 200px;
	opacity: 1;
}

.collapsible__content p {
	margin-top: 25px;
}

.mission-left-img {
	width: 100%;
	height: 435px;
	background-position: center!important;
	background-size: cover!important;
	transition: 0.5s ease;
}

.mission-left-img:hover:after {
    content: '';
    bottom: -22px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: 10px;
    transition: 0.5s ease;
}

.mission-left-img:hover:before {
    content: '';
    bottom: -10px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: -2px;
    transition: 0.5s ease;
}

blockquote {
	margin: 0 0 1rem;
	margin-bottom: 0;
	border-left: 0.25em solid;
	padding-left: 1em;
}

blockquote p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 0;
}

blockquote cite {
	line-height: 30px;
	font-weight: 600;
	letter-spacing: .025em;
	font-size: 15.75px;
}

blockquote a {
	padding-top: 10px;
	display: block;
}

.link-content h3 {
	margin-bottom: 0;
}


.nice-select {
	float: none!important;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	background: transparent;
	border-radius: 0;
	border: none;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
}

#secondary {
	padding-left: 40px;
}

@media(max-width: 768px) {
	#secondary {
		padding-left: 0px;
	}
}

input {
	outline-color: transparent!important;
	outline-style: none;
}

.site-main {
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

.no-results{
	margin-bottom: 100px;
}

.wp-block-image {
	margin: 0 0 1em;
	width: 100%;
	height: auto;
	display: inline-block;
}

.post-password-form {
	position: relative;
	height: 50px;
	width: 100%;
	margin-bottom: 50px;
}

p {
	margin: 0 0 1em;
	width: 100%;
	height: auto;
}

.post-password-form input[type="password"] {
	border: none;
	background: none;
	padding-left: 0;
	position: relative;
	padding-right: 0;
	height: 100%;
	border: 0;
	padding: 10px!important;
	border-radius: 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1)!important;
	height: 50px;
}

.post-password-form input[type="submit"] {
	position: relative;
	border: 0;
	background: #ffffff;
	padding: 18px 25px!important;
	height: 100%;
	border-radius: 0;
	margin-left: -5px;
}

.post-nav-links span {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	z-index: 3;
	color: rgba(255, 255, 255, 0.2)!important;
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.post-nav-links a {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	border: 2px solid transparent!important;
	border-radius: 0%!important;
}

.post-nav-links a:hover {
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.comment-list .comment-body li {
	margin-bottom: 0;
}

.post-page-numbers.current {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-left: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	z-index: 3;
	color: rgba(255, 255, 255, 0.2)!important;
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.page-links a {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-left: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	border: 2px solid transparent!important;
	border-radius: 0%!important;
}

.page-links a:hover {
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.intro-details {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.intro-details p{
    color: #fff;
}

.widget_block h2 {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	color: #ffffff;
}

.widget_block h2:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ffffff;
	bottom: -2px;
	left: 0;
}

.video-btn {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	transition: 0.5s;
	z-index: 2000;
}

.video-btn i {
	font-size: 36px;
	transition: 0.5s;
}

.video-btn:hover i{
    font-size: 56px;
    transition: 0.5s;
}

.thumb {
	position: relative;
}

.mission-left-img:after{
    content: '';
    bottom: -10px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: -2px;
    transition: 0.5s ease;
}

.mission-left-img:before{
    content: '';
    bottom: -22px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: 10px;
    transition: 0.5s ease;
}

/*======================
4.MAIN MENU
========================*/

.site-nav {
	position: relative;
	left: 0;
	font-weight: 400;
	width: 100%;
	top: 0;
	z-index: 10001;
}

@media (max-width: 991.98px) {
	.site-nav {
		background: #000;
	}
}

.site-nav-sticky {
	padding-bottom: 0px;
	position: fixed;
	background: #000;
}

.site-nav .container {
	position: relative;
	border-bottom: 0px solid #fff;
}

.site-nav .site-logo {
	z-index: 99;
}

@media (max-width: 767px) {
	.site-nav .site-logo {
		margin-left: 15px;
	}
}

.site-nav .site-logo.pos-absolute {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-nav .site-nav-ul-wrap {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.site-nav .site-logo {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 700;
}

.site-nav .site-logo span {
	color: #FFFFFF;
}

.site-nav .site-nav-ul,
.site-nav .site-nav-ul-none-onepage {
	text-align: center;
}

.site-nav .site-nav-ul,
.site-nav .site-nav-ul>li,
.site-nav .site-nav-ul-none-onepage,
.site-nav .site-nav-ul-none-onepage>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav .site-nav-ul>li,
.site-nav .site-nav-ul-none-onepage>li {
	text-align: left;
	display: inline-block;
}

.site-nav .site-nav-ul>li:not(:first-child):after {
	background: #888888 none repeat scroll 0 0;
	content: "";
	height: 15px;
	position: absolute;
	top: 26px;
	transform: rotate(45deg);
	width: 1px;
	margin-right: -18px;
}

.site-nav .site-nav-ul>li>a,
.site-nav .site-nav-ul-none-onepage>li>a {
	padding: 20px 25px;
	display: block;
	color: #fff;
	font-size: 1.0625em;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	outline: none!important;
}

.site-nav .site-nav-ul>li.menu-item-has-children,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children {
	position: relative;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>ul,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul {
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	position: absolute;
	left: 0;
	min-width: 220px;
	background: #ffffff;
	padding: 20px 0px;
	margin-top: 20px;
	margin-left: 0;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li {
	display: block;
	/* 2nd level hover*/
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li a,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li a {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	font-weight: 500;
	color: #000000!important;
	text-transform: uppercase;
	transition: 0.5s;
	outline: none!important;
	position: relative;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li a:after,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li a:after,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li a:after,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li a:after {
	content: '';
	position: absolute;
	left: 5px;
	width: 0%;
	top: 17px;
	height: 2px;
	background: #000;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li a:hover,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li a:hover,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li a:hover,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li a:hover {
	padding-left: 30px;
	margin-left: 5px;
	transition: 0.5s;
	outline: none!important;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li a:hover:after,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li a:hover:after,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li a:hover:after,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li a:hover:after {
	content: '';
	position: absolute;
	left: -5px;
	width: 20px;
	top: 17px;
	height: 2px;
	background: #000;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children {
	position: relative;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>a {
	position: relative;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:before,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:before,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a:before,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>a:before {
	position: absolute;
	content: ">";
	font-size: 16px;
	top: 50%;
	color: #000000!important;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>ul,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>ul,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>ul {
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
	list-style: none;
	top: -10px;
	left: 100%;
	min-width: 220px;
	background: #ffffff;
	padding: 20px 0px;
	margin-top: 20px;
	margin-left: 5px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu a,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>ul a,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>.sub-menu a,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li.menu-item-has-children>ul a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>ul a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>.sub-menu a,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li.menu-item-has-children>ul a {
	padding-left: 30px;
	padding-right: 30px;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:hover,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:focus,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:active,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:hover,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:focus,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:active,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:hover,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:focus,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:active,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:hover,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:focus,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:active {
	cursor: pointer;
}

.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:hover>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:focus>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>.sub-menu>li:active>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:hover>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:focus>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children>ul>li:active>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:hover>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:focus>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>.sub-menu>li:active>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:hover>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:focus>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children>ul>li:active>.sub-menu {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-nav .site-nav-ul>li.menu-item-has-children:hover,
.site-nav .site-nav-ul>li.menu-item-has-children:focus,
.site-nav .site-nav-ul>li.menu-item-has-children:active,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:hover,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:focus,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:active {
	cursor: pointer;
}

.site-nav .site-nav-ul>li.menu-item-has-children:hover>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children:focus>.sub-menu,
.site-nav .site-nav-ul>li.menu-item-has-children:active>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:hover>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:focus>.sub-menu,
.site-nav .site-nav-ul-none-onepage>li.menu-item-has-children:active>.sub-menu {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-nav .site-nav-ul>li.active>a,
.site-nav .site-nav-ul-none-onepage>li.active>a {
	position: relative;
}

.site-nav .site-nav-ul>li.active>a:before,
.site-nav .site-nav-ul-none-onepage>li.active>a:before {
	color: #fff;
	width: calc(100% - 40px);
}

.site-nav.dark .site-logo {
	color: #000;
}

.site-nav.dark .site-nav-ul li a,
.site-nav.dark .site-nav-ul-none-onepage li a {
	color: #000;
}

.site-nav.dark .site-nav-ul>li>a:before,
.site-nav.dark .site-nav-ul-none-onepage>li>a:before {
	background: #FFFFFF;
}

.site-nav.dark .burger-toggle-menu {
	top: 10px;
}

.site-nav.dark .burger-toggle-menu span {
	background: #000;
}

.site-nav .burger-toggle-menu {
	display: block;
	width: 36px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-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;
	z-index: 99;
}

.site-nav .burger-toggle-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-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;
}

.site-nav .burger-toggle-menu span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.site-nav .burger-toggle-menu span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.site-nav .burger-toggle-menu span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.site-nav .burger-toggle-menu.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 0;
}

.site-nav .burger-toggle-menu.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.site-nav .burger-toggle-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
	left: 0;
}

.site-nav.scrolled .burger-toggle-menu {
	top: 10px;
}

.site-nav.scrolled .burger-toggle-menu span {
	background: #000;
}

.site-nav.scrolled .site-logo {
	color: #000;
}

.site-nav.scrolled .site-nav-ul,
.site-nav.scrolled .site-nav-ul-none-onepage {
	text-align: center;
}

.site-nav.scrolled .site-nav-ul,
.site-nav.scrolled .site-nav-ul>li,
.site-nav.scrolled .site-nav-ul-none-onepage,
.site-nav.scrolled .site-nav-ul-none-onepage>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav.scrolled .site-nav-ul>li,
.site-nav.scrolled .site-nav-ul-none-onepage>li {
	text-align: left;
	display: inline-block;
}

.site-nav.scrolled .site-nav-ul>li>a,
.site-nav.scrolled .site-nav-ul-none-onepage>li>a {
	display: block;
	color: #000;
}

.site-nav.scrolled .site-nav-ul>li>a:hover,
.site-nav.scrolled .site-nav-ul-none-onepage>li>a:hover {
	color: #FFFFFF;
}

.site-nav.scrolled .site-nav-ul>li>a:before,
.site-nav.scrolled .site-nav-ul-none-onepage>li>a:before {
	background: #fff;
}

.site-nav.scrolled .site-nav-ul>li>a.active,
.site-nav.scrolled .site-nav-ul-none-onepage>li>a.active {
	color: #FFFFFF;
}

.site-nav.scrolled .site-nav-ul>li>a.active:before,
.site-nav.scrolled .site-nav-ul-none-onepage>li>a.active:before {
	background: #fff;
}

.site-nav.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.site-nav.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}


/* Mobile nav */

.site-mobile-menu {
	position: fixed;
	height: 100vh;
	background: #000;
	width: 280px;
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 70px;
	width: 280px;
	left: 0;
	z-index: 10002;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-inner{
	padding-top: 50px;
}

.site-mobile-menu .close-wrap {
	margin-right: 20px;
	position: relative;
	z-index: 9999;
}

.site-mobile-menu .close-wrap a {
	margin-right: 15px;
}

.site-mobile-menu .close-wrap a:hover {
	opacity: .5;
}

.site-mobile-menu .close-wrap a .close-label {
	margin-right: 20px;
	color: #fff;
	font-size: 12px;
}

.site-mobile-menu .close-wrap a .close-times {
	position: relative;
	margin-top: 4px;
	right: 0;
}

.site-mobile-menu .close-wrap a .close-times .bar1,
.site-mobile-menu .close-wrap a .close-times .bar2 {
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
}

.site-mobile-menu .close-wrap a .close-times .bar1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-mobile-menu .close-wrap a .close-times .bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-mobile-menu ul,
.site-mobile-menu ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

.site-mobile-menu ul a,
.site-mobile-menu ul li a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-weight: 300;
}

.site-mobile-menu ul a:hover,
.site-mobile-menu ul li a:hover {
	color: #FFFFFF;
}

.site-mobile-menu ul>li>ul>li>a {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-mobile-menu ul>li>ul>li>ul>li>a {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-mobile-menu ul>li.menu-item-has-children .arrow-collapse {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 20;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu ul>li.menu-item-has-children .arrow-collapse:before {
	font-size: 11px !important;
	z-index: 20;
	font-family: "FontAwesome";
	content: "\f077";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu ul>li.menu-item-has-children .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children .arrow-collapse {
	top: -10px;
}


/*---------------------------------------
HEADER SEARCH           
-----------------------------------------*/

.site-nav .search {
	display: inline-block;
	margin-left: 20px;
}

.header__search {
	z-index: 400;
	display: block;
	text-align: center;
	background-color: #ffffff;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header__search:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/search_lines.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.01;
	z-index: -1;
}

.header__search form {
	position: relative;
	height: 50px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
}

.header__search .search-text-after {
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
}

.searchform input {
	position: absolute;
	left: 0;
	top: 0;
	width: calc( 100% - 60px);
	height: 100%;
	border: 0;
	padding: 10px;
	border: 0!important;
	border-radius: 0;
	background: #000000;
	color: #ffffff;
	transition: 0.3s;
}

.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #ffffff;
	padding: 14px 25px;
	height: 100%;
}

.search-submit:before {
	content: "\f002";
	font-family: "FontAwesome";
	color: #000000!important;
	top: -5px;
	position: relative;
}

.search-img {
	margin-bottom: 40px;
}

.header__search img {
	height: 400px;
}

@media (max-width: 767.98px) {
	.header__search img {
		width: 100%;
		height: auto;
	}
}

.header__search-form {
	width: 100%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	position: absolute;
	top: 50%;
}

.header__search-form label {
	color: #ffffff;
}

.header__search-form::after {
	content: "Press Enter to begin your search.";
	display: block;
	letter-spacing: 0.6px;
	margin-top: 30px;
	text-align: center;
	color: #ffffff;
}

.header__search-form input[type="search"] {
	background-color: transparent;
	color: #ffffff;
	height: 50px;
	width: 100%;
	min-width: 500px;
	border: none;
	max-width: 680px;
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
	margin: 0 auto;
	text-align: center;
	border: none;
	border-bottom: 1px solid #fff;
}

input[type="search"]:focus {
	outline: none!important;
	color: #ffffff;
}

::-webkit-search-cancel-button {
	opacity: 0;
}

@media (max-width: 767.98px) {
	.header__search-form input[type="search"] {
		background-color: transparent;
		color: #ffffff;
		height: 50px;
		width: 100%;
		min-width: 380px;
		border: none;
		max-width: 680px;
		padding-top: 0.8rem !important;
		padding-bottom: 0.8rem !important;
		margin: 0 auto;
		text-align: center;
		border: none;
		border-bottom: 1px solid #fff;
	}
}

.header__search-form input[type="search"]::-webkit-input-placeholder {
	color: #ffffff;
}

.header__search-form input[type="search"]:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
	color: #ffffff;
}

.header__search-form input[type="search"]::-ms-input-placeholder {
	color: #ffffff;
}

.header__search-form input[type="search"]::placeholder {
	color: #ffffff;
}

.header__search-form input[type="search"].placeholder {
	color: #ffffff!important;
}

.header__search-form input[type="search"]:focus {
	outline: none;
}

.header__search-form input[type="submit"] {
	display: none;
}

.header__search-form input[type="search"]:focus {
    color: #fff;
    border: 0!important;
    border-bottom:0!important;
}

/*---------------------------------------
Close button for search              
-----------------------------------------*/

.header__search-close {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	top: 50px;
	left: 50%;
	margin-left: -23px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.header__search-close::before,
.header__search-close::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 20px;
	top: 12px;
	left: 22px;
	background-color: #ffffff;
}

.header__search-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__search-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*  ----------------------------------------------------
POPUP
-------------------------------------------------------- */

.search-icon {
	display: inline-block;
	float: right;
	line-height: 15px;
	line-height: 78px;
	margin: 0;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 10001;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	width: 80%;
	position: relative;
	transition: all 2s ease-in-out;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 50%;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.close {
	float: right!important;
	font-weight: 700!important;
	line-height: 1!important;
	color: #000000!important;
	opacity: 1!important;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

.header__search .search-whitespace {
	height: 400px;
}


/*======================
5.SERVICES
========================*/

.cardd {
	padding: 30px;
	border-right: none;
	min-height: 300px;
	-webkit-transition: 1s !important;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.cardd:hover {
	background: rgba(255, 255, 255, 0.01);
}

.cardd h5 {
	color: #fff;
	margin: 20px 0 2px 0px;
	font-size: 1.25rem;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.cardd p {
	color: #BBBBBB;
	font-size: 14px;
}

.cardd:hover:before {
	-webkit-transition: 1s !important;
	content: "";
	position: absolute;
	top: -100px;
	left: 100px;
	width: 500px;
	height: 500px;
	z-index: -1;
	animation: anim 3.2s ease-in-out;
	opacity: 0.1!important;
}

.cardd:hover::before {
	background-image: var(--background);
}

@keyframes anim {
	0% {
		opacity: 0;
		left: 70px;
	}
	20% {
		opacity: 1;
		left: 100px;
	}
	100% {
		opacity: 1;
		left: 100px;
	}
}

@media only screen and (max-width: 900px) {
	.cardd a {
		display: none !important;
	}
	.cardd {
		height: 200px;
	}
	.row .cardd h5 {
		margin: 28px 0 2px 4px;
	}
	.row .cardd p {
		margin-bottom: 10px !important;
	}
	.row .cardd h5::before {
		top: 26px;
	}
	.cardd:hover::before {
		display: none;
	}
}


/*======================
6.WORKS
========================*/

.work-inner{
	overflow: hidden;
}

.portfolio-wrap {
	padding-bottom: 100px;
	padding-right: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto 80px;
}

.portfolio-wrap img{
    bottom: -5px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
	.portfolio-wrap {
		padding-bottom: 80px;
		padding-right: 0;
		padding-left: 0px;
		position: relative;
	}
}

.portfolio-content {
	position: absolute;
	left: 0px;
	/*top: 80px;*/
	z-index: 20;
	margin-top: 20px;
	width: 100%;
}

.portfolio-content p a {
	color: #bbbbbb;
}

.portfolio-wrap p {
	margin-bottom: 5px;
}



.portfolio-link {
	color: rgba(255, 255, 255, 0.4)!important;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	padding-right: 35px;
	line-height: 1.5em;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	padding-left: 90px;
}

.portfolio-wrap img {
	transition: 1s;
	z-index: 10;
	position: relative;
	display: block;
}

.portfolio-wrap:hover img {
	-ms-transform: scale(0.9, 0.9);
	/* IE 9 */
	-webkit-transform: scale(0.9, 0.9);
	/* Safari */
	transform: scale(0.9, 0.9);
	transition: 1s;
}

.portfolio-items .col-md-6:nth-child(2) {
	margin-top: 75px;
}

.portfolio-title-single {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2;
}

.filter-wrapper {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.filter-wrapper li {
	display: inline-block;
	margin: 10px 0 10px 0;
}

.filter-wrapper li a {
	margin-left: 30px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 22px;
	letter-spacing: 1px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 767px){
	.filter-wrapper li a{
		margin-left: 0;
		margin-right: 30px;
	}
}


.filter-wrapper li a.selected {
	color: #fff;
}

.filter-wrapper li a.active {
	color: #fff;
}

.filter-wrapper li a.active:before {
    display: inline-block;
    font-size: 5px;
    content: "\f0c8";
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-weight: 600;
    color: #888888;
}

.icon-port {
	position: absolute;
	top: 0;
	float: right;
	right: 0;
	transform: rotate(-45deg);
	font-size: 30px;
}

.portfolio-single-inner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.detail-v1 .detail-label {
	display: block;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.5);
}

.detail-v1 .detail-val {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

.detail-v1 .detail-val a {
	color: #fff;
}

figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px!important;
	break-inside: avoid;
  }
  
  figure > img {
	grid-row: 1 / -1;
	grid-column: 1;
  }
  
  figure a {
	color: black;
	text-decoration: none;
  }
  
  figcaption {
	grid-row: 2;
	grid-column: 1;
	background-color: #000000;
	padding: 1em 0.8em;
	justify-self: start;
	opacity: 0;
	transition: 0.5s;
  }

  figcaption h3{
	  margin-bottom: 0;
  }

  figure:hover  figcaption{
	opacity: 1;
	transition: 0.5s;
  }
  
  .container-portfolio {
	column-count: 3;
	column-gap: 10px;
	width: 100%;
    overflow: hidden;
  }

  @media (max-width: 767px){
	  
	.container-portfolio {
		column-count: 1;
		column-gap: 10px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		overflow: hidden;
	  }
  }

  .portfolio-thumb{
	width: 100%;
    height: 500px;
	background-size: cover!important;
	background-position: center!important;
  }
  
  .single-work-dist{
    width: 100%;
    height: 580px;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 60px;
    overflow: hidden;
    z-index: 1;
  }

/*===========================
7.CLIENTS
=============================*/

.testmonial_area .testmonial_info .author {
	padding-top: 50px;
}

.testmonial_area .testmonial_info .author img {
	width: auto;
	margin: auto
}

.testmonial_area .testmonial_info p {
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 28px;
	margin-top: 50px;
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.testmonial_area .testmonial_info p {
		font-size: 15px;
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 26px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testmonial_area .testmonial_info p {
		font-size: 15px;
		margin-bottom: 30px;
		margin-top: 20px;
		line-height: 26px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.testmonial_area .testmonial_info p {
		font-size: 15px
	}
}

@media (max-width: 767px) {
	.testmonial_area .testmonial_info p br {
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testmonial_area .testmonial_info p br {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.testmonial_area .testmonial_info p br {
		display: none
	}
}

.testmonial_area .testmonial_info .author_name {
	padding-bottom: 50px;
}

.testmonial_area .testmonial_info .author_name h4 {
	color: #fff;
	font-size: 16px
}

.testmonial_area .testmonial_info .author_name span {
	color: #fff;
	font-size: 14px;
}

.carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 10px 23px;
	background: transparent;
	color: #ddd;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0%!important;
	padding: 10px 23px!important;
	background: transparent!important;
	color: rgba(255, 255, 255, 0.2)!important;
	margin-left: 10px!important;
	outline: none;
	border: 4px solid rgba(112, 112, 112, 0.1);
}

.owl-nav {
	margin-top: -60px;
	float: right;
	z-index: 9999;
	display: block;
	position: relative;
	background: #000;
}

.owl-nav i {
	color: rgba(255, 255, 255, 0.2)!important;
}

.author_name {
	margin-left: 60px;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.logo img {
	opacity: 0.4;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.logo img:hover {
	opacity: 1!important;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.logo-v1 img {
	max-width: 150px!important;
}

.project {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	color: white;
	mix-blend-mode: difference;
}

.border-section {
	border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}

.border-section-top {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hr-footer {
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.07);
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: -100px;
}


/*===========================
8.TEAM
=============================*/

.team-section {
	padding: 100px 0;
	position: relative;
}

.team-section h2 {
	color: #fff;
}

.team h2 {
	color: #fff;
	margin-bottom: 80px;
}

.team-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.team-item img {
	min-width: 100%;
}

.team-item:hover .team-meta {
	height: 100%;
	background: rgba(0, 0, 0, 1);
	opacity: 1;
}

.team-item:hover .team-meta:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/search_lines.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.01;
    z-index: -1;
}

.team-item:hover .team-meta h5 {
	color: #fff;
}

.team-item:hover .tm-social {
	position: relative;
	visibility: visible;
	padding-top: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.team-meta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	padding: 27px 0 26px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.07);
	transition: all 0.4s;
	opacity: 0;
	z-index: 1000;
}

.team-meta h5 {
	margin-bottom: 5px;
}

.team-meta p {
	margin-bottom: 0;
}

.team-meta .tm-social {
	padding-top: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.team-meta .tm-social a {
	color: #fff;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	margin: 0 5px;
	font-size: 14px;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


/*===========================
9.CTA
=============================*/

.discuss_projects {
    width: 100%;
	padding: 50px;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.discuss_projects:after{
    content: '';
    bottom: -7px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: 6px;
    z-index: -1;
}

.discuss_projects:before{
    content: '';
    bottom: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.1;
    left: 14px;
    z-index: 0;
}

@media (max-width: 767px) {
	.discuss_projects {
	    padding: 100px 25px 50px 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.discuss_projects {
		padding: 100px 25px 50px 25px;
	}
}

.discuss_projects .project_text h3 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.discuss_projects .project_text h3 {
		font-size: 38px;
	}
}

.discuss_projects .project_text p {
	margin-bottom: 30px;
	margin-top: 12px;
}


/*===========================
10.PRICE
=============================*/

.choose-best {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-best::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.choose-best::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.choose-best::before {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.choose-best::after {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-best::after {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.choose-best::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.choose-best::after {
		display: none;
	}
}

.choose-best .single-choose {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 0px 40px 69px;
	background: transparent;
	border: 1px dashed rgba(255, 255, 255, 0.07);
	border-radius: 0px;
}

@media (max-width: 767px) {
    .choose-best .single-choose {
        margin-bottom: 50px;
    }
}

.choose-best .single-choose .do-icon span {
	font-size: 60px;
	margin-bottom: 10px;
	display: inline-block;
	color: #ffffff;
}

.choose-best .single-choose .do-icon{
	margin-top: 30px;
}

.choose-best .single-choose .do-icon i {
	font-size: 60px;
	margin-bottom: 30px;
	display: inline-block;
	color: #ffffff;
}

.choose-best .single-choose .do-caption h3 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 42px;
	color: #ffffff;
}

.choose-best .single-choose .caption{
    padding: 20px 40px;
    background: white;
    position: relative;
    width: 100%;
    top: -30px;
}

.choose-best .single-choose .caption h5{
    color: #000;
    margin-bottom: 0;
}

.choose-best .single-choose .do-caption ul{
	margin-left:0!important;
	padding-left: 0!important;
}

.choose-best .single-choose .do-caption ul li {
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 17px;
	margin-left: 0;
    list-style: none;
}

.choose-best .single-choose .do-caption ul li:last-child {
	margin-bottom: 0;
}

.single-choose:hover .do-btn a {
	color: #7b40c0;
}

.single-choose:hover .do-btn a i {
	background: #7b40c0;
}

.single-choose.active {
	box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
	border: 1px solid transparent;
}



.generating-icon span:after {
	content: "";
	position: absolute;
	left: -20px;
	top: -10px;
	height: 100px;
	width: 100px;
	border: 2px dashed #e2dfe9;
	border-radius: 50%;
	z-index: 1;
	transform: rotate(0deg);
	transition: 0.7s;
}

.generating-icon i:after {
	content: "";
	position: absolute;
	left: -17px;
	top: -10px;
	height: 100px;
	width: 100px;
	border: 2px dashed #e2dfe9;
	border-radius: 50%;
	z-index: 1;
	transform: rotate(0deg);
	transition: 0.7s;
}

@media (max-width: 768px) {
	.generating-icon span:after {
		content: "";
		position: absolute;
		left: -8px;
		top: -3px;
		height: 60px;
		width: 60px;
		border: 2px dashed #e2dfe9;
		border-radius: 50%;
		z-index: 1;
		transform: rotate(0deg);
		transition: 0.7s;
	}

	.generating-icon i:after {
		content: "";
		position: absolute;
		left: -8px;
		top: 3px;
		height: 60px;
		width: 60px;
		border: 2px dashed #e2dfe9;
		border-radius: 50%;
		z-index: 1;
		transform: rotate(0deg);
		transition: 0.7s;
	}
}

.single-generating:hover .generating-icon span:after {
	content: "";
	position: absolute;
	left: -20px;
	top: -10px;
	height: 100px;
	width: 100px;
	border: 2px dashed #fff;
	border-radius: 50%;
	z-index: 1;
	transform: rotate(90deg);
	transition: 0.7s;
}

.single-generating:hover .generating-icon i:after {
	content: "";
	position: absolute;
	left: -17px;
	top: -10px;
	height: 100px;
	width: 100px;
	border: 2px dashed #fff;
	border-radius: 50%;
	z-index: 1;
	transform: rotate(90deg);
	transition: 0.7s;
}

.single-generating .generating-icon{
	margin-top: 40px;
}

.generating-cap-link {
	position: absolute;
	font-size: 14px;
	right: -35px;
	top: 40px;
	height: 55px;
	line-height: 55px;
	border-left: 1px solid #0000002b;
	padding-left: 15px;
}

.generating-cap-link span {
	color: #606377;
}

.single-generating:hover .generating-cap-link {
	position: absolute;
	font-size: 14px;
	right: -35px;
	top: 40px;
	height: 55px;
	line-height: 55px;
	border-left: 1px solid #ffffff2b;
	padding-left: 15px;
}

.single-generating:hover .generating-cap-link span {
	color: #fff;
}






















/*===========================
11.BLOG
=============================*/

.blog-section {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.blog-grid-warp {
	margin-left: -5px;
	margin-right: -5px;
}

.blog-grid-sizer,
.blog-grid {
	width: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.blog-grid-sizer,
	.blog-grid {
		width: 25%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-grid-sizer,
	.blog-grid {
		width: 33.333333%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-grid-sizer,
	.blog-grid {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.blog-grid-sizer,
	.blog-grid {
		width: 100%;
	}
	.blog-grid-sizer img,
	.blog-grid img {
		min-height: 250px;
	}
}

.blog-grid {
	padding: 0 5px;
	margin-bottom: 10px;
}

.blog-item {
	position: relative;
}

.blog-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: black;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(94%, rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 94%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 94%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.blog-item img {
	min-width: 100%;
}

.blog-post-entry {
	margin-bottom: 30px;
}

.blog-post-entry .post-meta {
	font-family: "Arimo", sans-serif;
}

.blog-item .bi-tag {
	position: absolute;
	top: 30px;
	left: 30px;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #2916e0;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	background: #fff;
}

.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 30px;
	padding-right: 20px;
	z-index: 99;
}

.blog-item .bi-text .bi-date {
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}

.blog-item .bi-text h3 {
	font-size: 20px;
	padding-bottom: 25px;
	color: #fff;
	line-height: 1.6;
}

.blog-item .bi-text h3 a {
	color: #fff;
}

.project-title .blog-metas {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border: none;
}

.blog-metas .blog-meta {
	transition: 0.3s;
    font-weight: 400;
    color: #ffffff;
	padding-right: 14px;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 12px!important;
    position: relative;
    z-index: 1;
    line-height: 18px;
    display: none;
    /*display: inline-block; */
}

.blog-metas .blog-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
  }

.blog-metas .blog-meta a:hover{
	color: #ffffff;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.blog-pagination .page-link {
	font-size: 15px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.page-numbers {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	border: 2px solid transparent!important;
	border-radius: 0%!important;
}

.page-numbers.current {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	z-index: 3;
	color: rgba(255, 255, 255, 0.2)!important;
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.page-numbers:hover {
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.page-item.active .page-link {
	z-index: 3;
	color: rgba(255, 255, 255, 0.2)!important;
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.nav-links .current {
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #888;
	margin-right: 10px;
	background: transparent;
	border: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	z-index: 3;
	border: 2px solid rgba(112, 112, 112, 0.1)!important;
	border-radius: 0%!important;
	background: transparent;
}

.project-blog {
	padding-bottom: 60px;
	margin-bottom: 60px!important;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	color: white;
	mix-blend-mode: difference;
}

.project-blog:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.project-blog-2 {
	padding-bottom: 60px;
	margin-bottom: 60px!important;
	position: relative;
	z-index: 2;
	color: white;
	mix-blend-mode: difference;
}

.project-blog-2:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.project-list .post {
	margin: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.tags {
	display: inline-block;
}

.social {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.social li {
	margin-right: 1rem!important;
	display: inline-block;
}

.social li a:hover{
    color: #fff;
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

span.error {
	color: rgba(0, 0, 0, 0.5);
}

#message {
	resize: vertical;
}

#form-message-warning,
#form-message-success {
	display: none;
}

#form-message-warning {
	color: #f64b3c;
}

#form-message-success {
	color: #8cba51;
	font-size: 18px;
	font-weight: bold;
}

.submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .1rem;
	color: rgba(0, 0, 0, 0.5);
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0px; /* required */
}

.sticky:after,
.sticky:before {
	content: '';
	display: table;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list .depth-2 {
	padding: 0px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	padding: 0;
	margin: 0 0 60px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

.comment-list li .vcard {
	width: 80px;
	float: left;
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
	font-size: 20px;
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #ccc;
	margin-bottom: 20px;
}

.comment-list li .comment-body .reply {
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.2);
	color: #000;
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1rem;
}

.comment-list li .comment-body .reply:hover {
	color: #000;
	background: rgba(0, 0, 0, 0.25);
}

.comment-content {
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .025em;
}

.comment-reply-link {
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.5);
}

.comment-reply-title {
	padding-top: 3rem!important;
	margin-bottom: 3rem!important;
}

.comment-form-cookies-consent {
	padding-top: 10px;
}

.comment-form-cookies-consent label {
	padding-left: 15px;
}

@media (max-width: 767px){
	.comment-form-cookies-consent label{
		padding-top: 20px;
	}
}

.tags-title {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
}

.blog-tags {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	max-width: 70%;
}

.blog-tags li a {
	transition: 0.3s;
	font-weight: 400;
	color: #ffffff;
	padding: 6px 27px;
	border: 1px solid rgba(112, 112, 112, 0.1)!important;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px!important;
	position: relative;
	z-index: 1;
	line-height: 18px;
	display: inline-block;
}

.blog-tags li a:hover {
	background-color: #ffffff;
	color: #000000!important;
}

#wp-comment-cookies-consent {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.07);
	width: 18px;
	height: 19px;
	cursor: pointer;
	position: relative;
	top: 4px;
}


/* Comment form checkbox */

#wp-comment-cookies-consent::before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #ffffff;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	opacity: 0;
	transition: .1s ease-in;
}

#wp-comment-cookies-consent:checked::before {
	opacity: 1;
}

.post-single-navigation {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.post-navigation-link {
	color: rgba(255, 255, 255, 1);
}

.post-single-navigation {
	line-height: 1.5;
	font-weight: bold;
	padding-top: 2rem;
	padding-bottom: 10rem;
	display: inline-block;
}

.post-single-navigation span a {
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
}

.post-single-navigation span a:hover{
	color: #ffffff;
}

.post-single-navigation a:hover i{
    color: #FFFFFF;
}

.post-categories {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.post-categories li {
	display: inline-block;
}

.blog-metas {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.categories_tags {
	display: flex;
	justify-content: space-between;
	align-items: center;
}






/*======================
12.CONTACT
========================*/

.form-control {
	color: #ffffff!important;
}

.textarea.form-control {
	height: 180px!important;
}

.comment-respond .form-group:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #1a1a1a;
}

.form-outline-style-v1 .form-group {
	position: relative;
	margin-bottom: 50px;
}

.wpcf7 .form-group label {
	position: absolute;
	top: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.form-outline-style-v1 .form-group .form-control {
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
	color: #BBBBBB!important;
	font-weight: 300;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}

.form-outline-style-v1 .form-group .form-control:active,
.form-outline-style-v1 .form-group .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid black;
}

.form-outline-style-v1 .form-group label {
	font-size: 12px;
	display: block;
	margin-bottom: 0;
	color: #b3b3b3;
	font-weight: 300;
}

.form-outline-style-v1 .form-group.focus {
	background: #000;
}

.form-outline-style-v1 .form-group.field--not-empty label {
	margin-top: -25px;
}

.form-control {
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	color: #fff;
	border: 0!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}

.form-control:active,
.form-control:focus {
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid black;
}

@media (max-width: 767.98px) {
	.contact-info-v1 {
		text-align: center;
	}
}

.contact-info-v1>div {
	margin-bottom: 30px;
	max-width: 200px;
}

.contact-info-v1 .contact-info-label {
	font-size: 11px;
	letter-spacing: .1rem;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.contact-info-v1 .contact-info-val {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

textarea {
	overflow: auto;
	resize: vertical;
	height: 200px!important;
}

@media (max-width: 767.98px) {
	.contact-info-v1>div {
		max-width: 100%;
	}
}

.form-group {
	margin-bottom: 1rem;
	margin-bottom: 25px;
}

.wpcf7 .form-group label {
	position: absolute;
	top: 5px;
	font-size: 12px;
	display: block;
	margin-bottom: 0;
	color: #b3b3b3;
	font-weight: 300;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.contact-form .form-wrapper {
	padding: 0px 0px 0px 65px;
}

@media (max-width: 575px) {
	.contact-form .form-wrapper {
		padding: 25px;
	}
}

.contact-form .single-gallery {
	position: relative;
}

.contact-form .single-gallery::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgb(12 12 12 / 40%);
	z-index: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contact-form .single-gallery::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(12, 12, 12, 60%);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contact-form .single-gallery:hover::before {
	opacity: 1;
	visibility: visible;
}

.contact-form .single-gallery .gallery-img {
	position: relative;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-form .single-gallery .gallery-img {
		height: 380px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact-form .single-gallery .gallery-img {
		height: 380px;
	}
}

@media (max-width: 575px) {
	.contact-form .single-gallery .gallery-img {
		height: 380px;
	}
}

.contact-form .single-gallery .thumb-content-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	height: 100%;
	width: 100%;
	transition: .4s;
	z-index: 2;
}

.contact-form .single-gallery .thumb-content-box .thumb-content {
	position: absolute;
	bottom: 43px;
	left: 50px;
	right: 50px;
}

.contact-form .single-gallery .thumb-content-box .thumb-content h3>a {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 24px;
	display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.contact-form .single-gallery .thumb-content-box .thumb-content h3>a {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact-form .single-gallery .thumb-content-box .thumb-content h3>a {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.contact-form .single-gallery .thumb-content-box .thumb-content h3>a {
		font-size: 32px;
	}
}

.contact-form .single-gallery .thumb-content-box .thumb-content p {
	color: #ffff;
	padding-right: 49px;
}

.contact-form .single-mam-img img {
	width: 100%;
}


/*======================
13.FOOTER
========================*/

.footer {
	text-align: center;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.5);
	background: #000;
	-webkit-box-shadow: 0px -16px 44px 25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -16px 44px 25px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -16px 44px 25px rgba(0, 0, 0, 0.75);
}

.footer {
	width: 100%;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0px;
	position: relative;
	z-index: 9999;
	padding: 100px 0;
}

@media (max-width: 991.98px) {
	.footer {
		height: auto !important;
		position: relative !important;
	}
}

.footer:after {
	content: '';
	position: absolute;
	height: 450px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/footer-bg.gif) no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.01;
	overflow: hidden;
}

.footer a {
	color: rgba(255, 255, 255, 0.6);
}

.footer a:hover {
	color: #fff;
}

.footer .footer-site-logo {
	margin-bottom: 30px;
}

.footer .footer-site-logo h2 {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ffffff;
}

.footer .footer-site-logo h2 a {
	color: #ffffff;
}

.footer .footer-site-logo a span {
	color: #FFFFFF;
}

.footer .footer-site-social {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.footer .footer-site-social li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

@media (max-width: 991.98px) {
	.footer .footer-site-social li {
		display: block;
	}
}

.footer .footer-site-social li a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	outline: none!important;
}

.footer .footer-site-social li a:hover,
.footer .footer-site-social li a:focus {
	color: #fff;
	outline: none!important;
}




