@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*======================================

 [ -Main Stylesheet-
  Theme: Domik
  Version: 3.0
  Last change: 30/07/2023 ]
*/
/*-------------Import fonts ---------------------------------------*/
/* @font-face {
	font-family: 'FuturaPT-Book';
	src: url('../fonts/FuturaPT-Book_gdi.eot');
	src: url('../fonts/FuturaPT-Book_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaPT-Book_gdi.woff') format('woff'),
		url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype'),
		url('../fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}

@font-face {
	font-family: 'futurastd-bold';
	src: url('../fonts/futurastd-bold.eot');
	src: url('../fonts/futurastd-boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futurastd-bold.woff') format('woff'),
		url('../fonts/futurastd-bold.ttf') format('truetype'),
		url('../fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
} */

/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	color: #000;
	background: #f4f4f4;
	height: 100%;
}
:root{
	--main-font: 'futura';
	--white: #fff;
	--black: #333;
	--orange: #FF9536;
}
@font-face {
	font-family: 'futura';
	src: url('/fonts/FuturaPTLight.otf');
}
img{
	max-width: 100%g;
	object-fit: cover;
}
@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.bg-animate {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 60%;
	z-index: -2;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
}

/*--------------Typography--------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: var(--main-font);
}
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}

/* h2 {
	font-size: 3.2em;
	font-weight: 300;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
	font-weight: 200;
}

h5 {
	font-size: 0.8em;
	font-weight: 200;
}

h6 {
	font-size: 0.6em;
	font-weight: 200;
} */

p {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}

blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;

	border-left: 15px solid #eee;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #494949;
	font-size: 1.2em;
}

/* ---------Page preload--------------------------------------*/
.loader {
	position: fixed;
	top: 50% !important;
	left: 50%;
	width: 50px;
	height: 50px;
	z-index: 100;
	font-size: 34px;
	line-height: 50px;
	color: #ccc;
	padding-right: 20px;
	opacity: 0.8;
	display: none !important;
}

.fa-spin {
	animation: spin 0.5s infinite linear
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.l-line {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	z-index: 10000;
	display: none;
	background: #f4f4f4;
}

.l-line span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 6px;
	background: #000;
}

/* ---------Content Styles--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

#wrapper {
	height: 100%;
	margin-left: 0;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	background: var(--white);
}

.content-holder {
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}

.container {
	width: 92%;
	max-width: 1124px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.content {
	width: 100%;
	position: relative;
	z-index: 5;
	/* height: 100%; */
	float: left;
}

.mm {
	padding-top: 50px;
	background: #fff;
}

.full-height {
	height: 100%;
}

.wrapper-inner {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 100px 0;
	z-index: 3;
	opacity: 0;
}

.full-width-wrap {
	width: 100%;
}

.full-width-wrap:before {
	content: '';
	position: absolute;
	right: 0;
	width: 30%;
	background: #fff;
	top: -70px;
	height: 70px;
}

.body-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f4f4f4;
	z-index: 2;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.full-height-parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.respimg {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section {
	/* float: left; */
	/* width: 100%;
	position: relative;
	padding: 50px 0; */
	/* border-bottom: 6px solid #eee; */
}

.parallax-section {
	float: left;
	width: 100%;
	padding: 250px 0;
	position: relative;
}

.align-text {
	text-align: left;
}

.img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	overflow: hidden;
	height: 100%;
	z-index: 4;
}

.scale-callback {
	float: left;
	width: 33.33333%;
	height: 25%;
	position: relative;
	z-index: 5;
}

.scale-callback:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
}

.scale-bg5:before {
	width: 0;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.content-nav {
	float: left;
	width: 100%;
	padding: 40px 0;
	position: relative;
}

.content-nav ul {
	position: relative;
	left: 0;
}

.content-nav li {
	float: left;
	margin-right: 10px;
}

.content-nav li a {
	font-size: 3.2em;
}

.content-nav li span {
	line-height: 4.2em;
}

.p-all {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 1.2em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eee;
}

.p-all:hover {
	background: #f9f9f9
}

.content-nav a,
.p-all {
	transition: all 200ms linear;
}

.content-nav li a span {
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	padding-right: 20px;
	font-size: 18px;
	position: relative;
	top: -2px;
}

.content-nav a:hover {
	opacity: 0.6;
}

.btn {
	float: left;
	padding: 15px 30px 15px 0;
	letter-spacing: 2px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	-webkit-appearance: none;
	font-family: 'FuturaPT-Book';
	transition: all 200ms linear;
}

.btn:hover {
	color: #666;
}

.btn span {
	float: left;
	margin-right: 4px;
}

.btn i {
	float: left;
	margin: 2px 0 0 12px;
	transition: all 200ms linear;
}

.btn:hover i {
	margin-left: 22px;
}

/*------item hover ------------------------------------------------*/
.box-item {
	float: left;
	width: 100%;
}

.box-item a {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box-item a img {
	position: relative;
	z-index: 1;
	transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item a .overlay {
	opacity: 0;
	z-index: 2;

	transition: all 200ms linear;
}

.box-item a:hover .overlay {
	opacity: 0.3;
}

.box-item a:hover img {
	transform: scale(1.05);
}

/*------ Header  ------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	height: 90px;
	width: 100%;
	background: linear-gradient(180deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	-webkit-transform: translate3d(0, 0, 0);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	height: 90px;
	width: 100%;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
}
.header-social a{
	display: inline-block;
	color: var(--white);
	margin-right: 10px;
}

.black-social-link a{
	color: var(--black) !important;
}

.progress-bar {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
	z-index: 20;
	top: 0;
	transition: all .2s ease-in-out;
}

.header-inner {
	margin: 0 auto;
	position: relative;
	/* max-width: 1124px; */
	height: 90px;
	width: 90%;
}

.logo-holder {
	position: absolute;
	z-index: 21;
	left: 0;
	top: 20px;
	/* height: 30px;
	margin-top: -15px; */
}

.logo-holder img {
    width: 300px;
}

.footer-logo img {
	width: 100px;
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float: right;
    position: relative;
    opacity: 1;
    left: 0;
    visibility: visible;
    z-index: 20;
    top: 22px;
    /* margin-right: 0; */
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-holder nav {
	position: relative;
	float: right;
}

.nav-holder nav li {
	float: left;
	position: relative;
	margin-right: 10px;
}

.nav-holder nav li ul {
	margin: 32px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 190px;
	top: 36px;
	right: 0;
	z-index: 1;
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.8);
	transition: all .2s ease-in-out;
}

.nav-holder nav li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav-holder nav li ul li ul {
	top: -20px;
	right: 100%;
	margin-right: 30px;
	margin-top: 0;
	max-width: 150px;
}

.nav-holder nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav-holder nav li ul li {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.nav-holder nav li a {
	float: left;
	padding: 14px;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	color: #232D38;
	transition: all 100ms linear;
}
.header .nav-holder nav li a{
	color: #fff;
}
.nav-holder nav li a.act-link,
.nav-holder nav li a:hover {
	color: var(--orange);
}

.nav-holder nav li ul a {
	color: #fff;
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	padding: 2px 15px;
	letter-spacing: 0px;
}

.nav-button-holder {
	display: none;
}

/*------ Home -------------------------------------------------*/
.fullheight-carousel-holder,
.fullheight-carousel {
	height: 100%;
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.fullheight-carousel .item,
.carousel-item {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.fullheight-carousel .item {
	padding: 3px;
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}

.video-holder-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
}

.video-container video {
	width: 100%;
}

.media-container .overlay {
	opacity: .4
}

.slide-title-holder {
	position: absolute;
	left: 0;
	bottom: 0;
	/*	transform: translateY(-50%);*/
}

.fullheight-carousel-holder .customNavigation {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -41px;
	width: 142px;
	height: 70px;
	z-index: 5;
}

.fullheight-carousel-holder .customNavigation a {
	width: 70px;
	height: 70px;
	background: #fff;
	margin-right: 1px;
	float: left;
	line-height: 70px;
	color: #000;
	cursor: pointer;

	transition: all 500ms linear;
}

.fullheight-carousel-holder .customNavigation a:hover {
	transform: scale(0.9);
}

.carousel-link-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	z-index: 3;
}

.carousel-link-holder h3 {
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 10px;
}

.carousel-link-holder h3 a {
	color: #fff;
	position: relative;
}

.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after {
	content: '';
	position: absolute;
	bottom: -10px;
	height: 1px;
	background: #fff;
	width: 0;
}

.carousel-link-holder h3 a:before {
	left: 50%;
}

.carousel-link-holder h3 a:after {
	right: 50%;
}

.carousel-link-holder h3 a:hover:before,
.carousel-link-holder h3 a:hover:after {
	width: 30%;
}

.carousel-decor {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.carousel-item .bg,
.carousel-item .overlay,
.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after,
.swiper-nav {
	transition: all 500ms linear;
}

.vis-decor .bg {
	transform: scale(1.2);
}

.vis-decor .overlay {
	opacity: 0.7;
}

.swiper-nav-holder {
	z-index: 6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.swiper-nav-holder .arrow-left {
	left: 30px !important;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #000;
	position: absolute;
	font-size: 1.1em;
}

.swiper-nav-holder .arrow-right {
	color: #fff;
	right: 30px !important;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #000;
	position: absolute;
	font-size: 1.1em;
}

.slide-title {
	display: inline-block;
	/*
	top: 50%;
	position: relative;*/
	text-align: left;
	background: var(--black);
	padding: 10px;
	/* border-radius: 0 10px 10px 0; */
}

/*.slide-title:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	height: 6px;
	width: 60px;
	margin-left: -30px;
	background: #fff;
}*/

.slide-title h3 {
	position: relative;
	opacity: 0;
	top: 50px;
}

.swiper-slide .overlay {
	opacity: .2;
}

.swiper-slide-active .slide-title h3 {
	opacity: 1;
	top: 0;
	transition: 1s 0.5s;
}

.slide-title h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 0px;
    color: #000;
}

.slide-title h3:hover {
	opacity: 0.8;
}

.slide-title h4 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin: 6px 0 0 0;
	color: #000;
	font-family: 'futurastd-bold';
}

.slide-title h3 a,
.slide-title h4 a {
	color: var(--white);
}

.slide-title .transition2 .project{
	color: #ccc;
}

.slide-title h4 a {
	float: none;
	display: inline-block;
}

.slide-title h4 a:hover,
.slide-title h4 a:hover i {
	color: #fff;
}

.slide-title h4 a {
	padding-right: 0;
}

.single-title h3 {
	position: relative;
	opacity: 1;
	top: 0;
}

.single-title .slide-title {
	position: relative;
	left: -50px;
}

.title-text {
	position: relative;
	z-index: 2;
}

.mob-bg {
	display: none;
}

/*------ Page title  ------------------------------------------------*/
.page-title {
	float: left;
	width: 100%;
	padding: 30px 0 10px;
	position: relative;
	border-bottom: 6px solid #eee;
}

.page-title h2 {
	/* float: left;
	max-width: 750px;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 3.6em;
	text-align: left;
	font-weight: bold; */
	font-family: var(--main-font);
	font-size: 60px;
	font-weight: 900;
	text-align: left;
	padding-bottom: 20px;
}

.page-title h3 {
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: .9em;
	text-align: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	color: #666;
}

.page-title h3 span {
	float: left;
	max-width: 550px;
}

.fullwidth-slider-holder,
.single-slider-holder {
	float: left;
	width: 100%;
	position: relative;
}

.fullwidth-slider-holder .item {
	position: relative;
}

.full-width-holder {
	float: left;
	width: 100%;
	position: relative;
}

.single-slider-holder {
	margin-bottom: 20px;
}

article {
	float: left;
	margin-top: 10px;
	width: 100%;
	position: relative;
}

.section-title {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.section-title h3 {
	text-align: left;
	font-size: 4.2em;
	position: relative;
	float: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	padding-bottom: 20px;
}

.section-title h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 6px;
	background: #000;
}

/*------ services  ------------------------------------------------*/
.services-info {
	background: #fff;
	float: right;
	width: 90%;
	top: -50px;
	padding: 40px 30px;
	position: relative;
	z-index: 2;
	border: 1px solid #eee;
	border-top: 0;
}

.services-info:before,
.services-info:after {
	content: '';
	position: absolute;
	background: #000;
	right: 0;
	bottom: 0;
}

.services-info:before {
	height: 40px;
	width: 6px;
}

.services-info:after {
	height: 6px;
	width: 40px;
}

.services-info,
.services-info:before,
.services-info:after {

	transition: all 300ms linear;
}

.services-box:hover .services-info {
	top: 0;
	width: 100%;
}

.services-box:hover .services-info:before {
	height: 0;
}

.services-box:hover .services-info:after {
	width: 0;
}

.services-info h4 {
	text-align: left;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'futurastd-bold';
}

.services-info ul {
	float: left;
	text-align: left;
}

.services-info ul li {
	text-align: left;
	font-weight: 100;
	float: left;
	width: 100%;
	color: #666;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-separator {
	float: right;
	width: 70%;
	height: 6px;
	background: #000;
	margin-right: -20%;
}

.bg-parallax {
	background-attachment: fixed;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 40px;
	display: none;
}

.pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	transition: all .5s ease;
	background: #fff;
	opacity: .5
}

.resize-carousel-holder .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.resize-carousel-holder .pagination {
	bottom: 40px;
}

.pagination .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 100%;
	transition: all 0.3s ease;
	transform: scale(0.0);
}

.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	transform: scale(1.0);
}

/*------ Team  ------------------------------------------------*/
.team-holder {
	float: left;
	width: 100%;
}

.team-holder li {
	float: left;
	width: 33.3333%;
	padding: 20px 20px 20px 0;
}

.team-box {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.team-info {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.team-info h3 {
	font-size: 1.7em;
	padding-bottom: 10px;
	font-family: 'futurastd-bold';
}

.team-info h4 {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 600;
}

.team-box:before,
.team-box:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
}

.team-box:before {
	width: 0;
	height: 6px;
}

.team-box:after {
	width: 6px;
	height: 0;
}

.team-box:hover:before {
	width: 50px;
}

.team-box:hover:after {
	height: 50px;
}

.team-photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}

.team-photo span {
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 5;
	padding: 0 45px;
	background: #fff;
	height: 50px;
	line-height: 50px;
}

.team-box:before,
.team-box:after,
.team-photo span {
	transition: all 300ms linear;
}

.team-photo:hover span {
	bottom: 0;
}

.team-box .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
	transition: all 300ms linear;
}

.team-box:hover .overlay {
	opacity: 0.5;
}

.team-social {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none;
}

.team-social li {
	float: none !important;
	display: inline-block !important;
	margin: 0 10px;
	width: auto !important;
}

.team-social li a {
	color: #fff;
	font-size: 1.7em;
	position: relative;
	top: 50px;
	opacity: 0;
}

/*------ Porfolio  ------------------------------------------------*/
.fixed-column {
	position: fixed;
	right: 0;
	width: 30%;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 10;
	overflow: auto;
}

.not-vis-column {
	right: -100%;
}

.fixed-column section {
	padding: 150px 50px 50px;
}

.fixed-column .section-title h3 {
	font-size: 2.7em;
}

.fixed-column .project-details h3 {
	font-size: 1.1em;
}

.hide-column {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background: #000;
	cursor: pointer;
	z-index: 5;
}

.hide-column:before,
.hide-column:after {
	content: '';
	position: absolute;
	background: #fff;
	transition: all 300ms linear;
	transform: rotate(-45deg);
	top: 50%;
	left: 50%;
}

.hide-column:before {
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
}

.hide-column:after {
	width: 2px;
	height: 20px;
	margin: -10px 0 0 -1px;
}

.project-details ul.descr {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

section .project-details ul.descr {
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.project-details ul.descr li {
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 0;
	font-size: 1.2em;
	text-align: left;
}

.project-details p {
	font-size: 14px;
}

.project-details p:first-child {
	margin-top: 30px;
}

.project-details ul.descr li span {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'futurastd-bold';
	padding-right: 10px;
}

.show-info {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 112;
	font-size: 1.0em;
	text-transform: uppercase;
	font-family: 'futurastd-bold';
	color: #fff;
	width: 180px;
	height: 90px;
	line-height: 90px;
	background: #000;
	cursor: pointer;
}

.zoomimage {
	width: 30px;
	height: 30px;
	color: #fff;
	position: absolute;
	top: 70px;
	right: 50px;
	line-height: 30px;
	cursor: pointer;
	z-index: 5;
	background: #000;
}

.zoomimage i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 90px;
}

.zoomimage img {
	width: 30px;
	height: 30px;
	opacity: 0;
	position: relative;
	z-index: 2;
}

#horizontal-slider .zoomimage {
	width: 90px;
	height: 90px;
	top: 0;
	right: 0;
}

#horizontal-slider .zoomimage img {
	width: 90px;
	height: 90px;
}

.show-info:before {
	content: '';
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 0;
	height: 4px;
	background: #fff;
	transition: all 300ms linear;
}

.show-info:hover:before {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	float: left;
}

.content.full-height {
	overflow: hidden
}

.filter-holder {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.filter-button {
	float: left;
	position: relative;
	cursor: pointer;
}

.filter-button ul {
	float: left;
	width: 30px;
	margin-right: 8px;
}

.filter-button ul li {
	width: 30px;
	height: 3px;
	float: right;
	margin-top: 3px;
	background: #000;
	transition: all 300ms linear;
}

.filter-button ul li:nth-child(1) {
	width: 20px;
}

.filter-button ul li:nth-child(2) {
	width: 25px;
}

.filter-button:hover ul li {
	width: 30px !important;
}

.filter-text {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	float: left;
	font-family: 'futurastd-bold';
}

.gallery-filters {
	float: left;
	margin-left: 50px;
	display: none;
}

.gallery-filters a {
	margin-right: 28px;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	position: relative;
	float: left;
	padding: 3px 0 4px 0;
	opacity: 0;
	top: 20px;
}

.gallery-filters a:before {
	content: '';
	position: absolute;
	bottom: -6px;
	right: 0;
	height: 4px;
	width: 0;
	background: #000;
	transition: all 300ms linear;
}

.gallery-filters a.gallery-filter-active:before {
	width: 100%;
}

.column-filter .gallery-filters {
	display: block;
	margin-left: 0;
	margin-top: 30px;
}

.column-filter a {
	margin-right: 0;
	margin-bottom: 14px;
	text-align: left;
	width: 100%;
	float: left;
	opacity: 1;
	top: 0;
}

.column-filter a:before {
	left: 0;
}

.column-filter a.gallery-filter-active:before {
	width: 30px;
}

.fixed-filter {
	position: fixed;
	z-index: 20;
	width: 30%;
	height: 90px;
	background: #fff;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

.fixed-filter .gallery-filters {
	display: block;
	margin: 0;
	width: 100%;
}

.fixed-filter a {
	margin: 0 14px;
	line-height: 90px;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
	float: none;
	opacity: 1;
	padding: 0;
	top: 0;
}

.fixed-filter .gallery-filters a:before {
	bottom: 0;
}

.full-width-wrap .gallery-items {
	padding-bottom: 90px !important;
}

.gallery-items {
	float: left;
	width: 100%;
	overflow: hidden;
}

.mm .gallery-items {
	min-height: 100vh
}

.no-fh {
	height: auto !important;
}

.grid-item-holder {
	float: left;
	width: 100%;
	position: relative;
}

.hid-port-info .grid-item-holder {
	overflow: hidden;
}

.grid-big-pad .grid-item-holder {
	padding: 40px;
}

.grid-small-pad .grid-item-holder {
	padding: 10px 20px 10px 0;
}

.gallery-item,
.grid-sizer {
	width: 25%;
	position: relative;
}

.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}

.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
	width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
	width: 33.33333%;
}

.three-coulms .gallery-item-second {
	width: 66.66666%;
}

.gallery-item .overlay {
	z-index: 2;
	opacity: 0;
	background: #fff;
}

.grid-item {
	position: relative;
	float: left;
	width: 100%;
	z-index: 3;
	margin-top: 10px;
	padding-bottom: 10px;
}

.hid-port-info .grid-item {
	position: absolute;
	bottom: -100%;
	left: 0;
	margin: 0;
	padding: 30px;
	background: #fff;
	transition: all 500ms linear;
}

.hid-port-info .grid-item-holder:hover .grid-item {
	bottom: 0;
}

.grid-item h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	float: left;
	font-family: 'futurastd-bold';
}

.grid-item span {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	opacity: 0.6;
	margin-top: 6px;
}

.grid-item-holder:before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 10px;
	background: #000;
}

.grid-item-holder:before {
	width: 0;
	height: 6px;
}

.grid-item-holder:hover:before {
	width: 50px;
}

.st-3 .grid-item-holder a img,
.gallery-item img,
.grid-sizer img,
.grid-item-holder:before {
	transition: all 300ms linear;
}

.fullwidth-slider-holder {
	padding-right: 80px;
}

.fullwidth-slider-holder .customNavigation {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 80px;
	margin-top: -40px;
	padding: 10px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.fullwidth-slider-holder .customNavigation a {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

.fullwidth-slider-holder .customNavigation a:before {
	content: '';
	position: absolute;
	background: #000;
	height: 2px;
	width: 0;
	transition: all 300ms linear;
}

.fullwidth-slider-holder .customNavigation a.next-slide:before {
	right: 0;
	top: -12px;
}

.fullwidth-slider-holder .customNavigation a.prev-slide:before {
	bottom: 12px;
	left: 0;
}

.fullwidth-slider-holder .customNavigation a:hover:before {
	width: 100%;
}

.resume-holder,
.resume-item {
	float: left;
	width: 100%;
	position: relative;
}

.resume-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.resume-head {
	float: left;
	padding: 10px 0;
	width: 100%;
	position: relative;
}

.resume-head:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 90px;
	height: 6px;
	background: #000;
}

.resume-head h3 {
	float: left;
	text-align: left;
	font-family: 'futurastd-bold';
	font-size: 3.4em;
}

.resume-box h5 {
	text-align: left;
	font-family: 'futurastd-bold';
	font-size: 1.5em;
	text-transform: uppercase;
}

.resume-box p {
	margin-top: 10px;
	font-size: 16px;
}

.hidden-info {
	float: right;
	float: left;
	width: 100%;
	display: none;
	padding: 10px 0;
	margin-top: 20px;
}

.show-hidden-info {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 20px 0;
	position: relative;
}

.show-hidden-info:before,
.show-hidden-info:after {
	content: '';
	position: absolute;
	background: #000;
	transition: all 300ms linear;
}

.show-hidden-info:before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
}

.show-hidden-info:after {
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -2px;
}

.vhi:after {
	height: 0;
}

.vhi:after,
.vhi:before {
	background: #ccc;
}

.inline-gallery {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
}

.inline-gallery li {
	float: left;
	position: relative;
	width: 25%;
	padding: 4px 4px 4px 0;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------ footer  ------------------------------------------------*/
.height-emulator {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 70%;
	padding: 90px 0 0;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.footer-inner {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 160px;
}

.footer-inner:before {
	content: '';
	position: absolute;
	left: 50%;
	height: 100%;
	background: #fff;
	width: 100vw;
	z-index: -1;
}

.footer-content {
	background: #fff;
	float: left;
	width: 100%;
	position: relative;
	padding: 110px 0 180px 90px;
}

.footer-content:before {
	content: '';
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100vw;
	height: 1px;
	background: #eee;
}

.subbfooter {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	line-height: 90px;
	padding-left: 90px;
	text-align: left;
	right: 0;
}

.policy-box {
	font-family: 'futurastd-bold';
	text-transform: uppercase;
}

.footer-social {
	position: absolute;
	right: 90px;
	bottom: 35px;
	z-index: 20;
}

.footer-social li {
	float: left;
	margin-left: 20px;
	font-size: .8em;
	text-transform: uppercase;
	font-family: 'futurastd-bold';
}

.footer-logo {
	position: absolute;
	left: 0;
	top: 110px;
}

.footer-title {
	text-align: left;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: 'futurastd-bold';
}

.footer-adress,
.footer-contact,
.footer-contact li {
	float: left;
	text-align: left;
	width: 100%;
	position: relative;
}

.footer-contact:before,
.footer-adress:before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 1px;
	left: 0;
	background: #ddd;
}

.footer-adress span {
	font-size: 1.1em;
	text-transform: uppercase;
}

.footer-adress a,
.footer-contact li a {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.not-vis-footer {
	opacity: 0;
}

.footer-decor {
	position: absolute;
	top: 180px;
	right: 90px;
	width: 50px;
	height: 50px;
	border-top: 6px solid #eee;
	border-right: 6px solid #eee;
	z-index: 20;
}

.to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	cursor: pointer;
	z-index: 3;
	-webkit-transform: translate3d(0, 0, 0);
	background: #fff;
}

.to-top:hover i {
	opacity: 0.5;
}

#subscribe {
	position: relative;
	float: left;
	width: 100%;
}

#subscribe label {
	position: absolute;
	left: 0;
	top: -30px;
}

#subscribe label i {
	display: none;
}

#subscribe input {
	float: left;
	width: 100%;
	height: 70px;
	border: 0;
	border: 1px solid #eee;
	background: #fff;
	padding: 0 30px;
	-webkit-appearance: none;
	font-family: 'FuturaPT-Book';
	position: relative;
	z-index: 1;
}

#subscribe input:focus {
	background: #f9f9f9;
	transition: all .4s ease-in-out;
}

.subscribe-button {
	position: absolute;
	right: 0;
	border: 0;
	top: 0;
	height: 70px;
	background: #000;
	color: #fff;
	width: 120px;
	font-family: 'futurastd-bold';
	font-size: .8em;
	letter-spacing: 2px;
	z-index: 2;
	text-transform: uppercase;
	cursor: pointer;
}

/*------ map - ------------------------------------------------*/
.map-box {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
}

.map-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map-canvas {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

/*------ Contact  ------------------------------------------------*/
.contact-details {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: left;
}

.contact-details h3 {
	font-size: 2.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.contact-details h4 {
	text-align: left;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'futurastd-bold';
}

.contact-details ul {
	padding-bottom: 20px;
}

.contact-details ul li a {
	padding: 10px 0;
	float: left;
	font-size: 1.2em;
	width: 100%;
}

.contact-details ul li a:hover {
	text-decoration: underline;
}

/* .contact-form-holder {
	max-width: 600px;
	border-top: 8px solid #000;
} */

#contact-form,
#comment-form {
	width: 100%;
	float: left;
	margin-top: 30px;
}

/* #contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
	float: left;
	width: 100%;
	background: none;
	margin-bottom: 20px;
	font-size: 14px;
	height: 50px;
	border-radius: none;
	position: relative;
	z-index: 20;
	padding-left: 8px;
	color: #000;
	border: 0;
	border-bottom: 4px solid #ccc;
	-webkit-appearance: none;
	font-family: 'FuturaPT-Book';
}

#contact-form textarea,
#comment-form textarea {
	height: 170px;
	resize: none;
	overflow: auto;
	background: none;
	box-shadow: none;
} */

/* #submit {
	float: left;
	border: none;
	background: #000;
	color: #fff;
	padding: 25px 40px;
	font-size: .9em;
	margin: 10px 0 0 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-appearance: none;
	font-family: 'FuturaPT-Book';
	transition: all 200ms linear;
}

#submit:hover {
	color: #ccc;
} */

#submit i,
.to-top i {

	transition: all 200ms linear;
}

#submit:hover i {
	color: #000;
}

.verify-wrap {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.verify-text {
	float: left;
	margin-right: 20px;
	width: 100%;
	text-align: left;
}
/* 
#contact-form input#verify[type="text"] {
	float: left;
	width: 70px !important;
} */

.error_message {
	text-align: left;
	font-size: 13px;
	max-width: 450px;
	position: relative;
	padding: 10px;
}

#success_page h3 {
	text-align: left;
	font-size: 18px;
}

#success_page p {
	margin-top: 10px;
	text-align: left;
	padding: 6px 6px 6px 0;
	color: #000;
}

#message fieldset {
	border: none;
}

/*------ Share  ------------------------------------------------*/
.selectMe {
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 160px;
	padding: 0 0 0 15px;
	text-align: center;
	height: 90px;
	z-index: 11;
	line-height: 90px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: uppercase;
}

.selectMe:before {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	content: "\f079";
	font-size: 1.3em;
	position: absolute;
	left: 30px;
	top: 0;
	font-weight: 100;
}

.selectMe.vissharebtn:before {
	content: "\f00d";
}

.share-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 90px;
	line-height: 90px;
	background: #000;

	display: none;
}

.share-container a {
	display: inline-block;
	margin: 0 30px;
	color: #fff;

	font-weight: 600;
	text-transform: uppercase;
}

.share-container a:hover {
	color: #ccc;
}

.share-icon-facebook:before {
	content: "facebook";
}

.share-icon-twitter:before {
	content: "twitter";
}

.share-icon-tumblr:before {
	content: "tumblr";
}

.share-icon-linkedin:before {
	content: "linkedin";
}

.share-icon-pinterest:before {
	content: "pinterest";
}

/*------ facts ------------------------------------------------*/
.inline-facts-holder {
	margin: 30px 0;
}

.inline-facts-holder:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40%;
	width: 20%;
	background: #000;
	height: 6px;
	margin-top: -3px;
}

.inline-facts h6 {
	float: right;
	width: 100%;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	margin-top: 10px;
	text-align: right;
	font-size: 1.0em;
}

.num {
	float: right;
	font-size: 6.0em;
	text-align: right;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	width: 100%;
}

/*------ blog ------------------------------------------------*/
.blog-nav {
	margin-top: 50px;

	text-transform: uppercase;
	font-family: 'futurastd-bold';
	float: left;
	width: 100%;
	font-size: 1.0em;
}

.blog-nav a {
	padding: 25px 40px;
	text-align: center;
	border: 1px solid #eee;
	float: left;
	background: #f9f9f9;
}

.blog-nav a:hover {
	background: #fff
}

.blog-nav i {
	margin-left: 12px;
	font-size: 1.2em;
}

.sinnle-post h2 {
	float: left;
	font-size: 32px;
	text-align: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	width: 100%;
}

.blog-title,
.blog-text {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.blog-title li {
	float: left;
	text-align: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	margin-right: 4px;
}

.blog-title a {
	color: #666;
}

.blog-text {
	margin-top: 10px;
	position: relative;
}

.sinnle-post .blog-text {
	max-width: 900px;
}

.blog-text h3,
.comment-form-holder h3,
.comments-holder h3,
.project-details h3 {
	font-size: 16px;
	text-align: left;
	font-family: 'futurastd-bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.project-details h3 {
	padding: 50px 0 15px;
}

.blog-media {
	float: left;
	width: 100%;
	position: relative;
}

.blog-text p {
	font-size: 14px;
	padding-top: 10px;
}

.sinnle-post p {
	font-size: 16px;
}

.sinnle-post .blog-text h3 {
	margin-bottom: 30px;
}

.commentlist {
	text-align: left;
	float: left;
	margin-bottom: 80px;
	max-width: 900px;
}

.comment-form-holder {
	max-width: 800px;
}

#comments {
	text-align: left;
	padding-top: 10px;
	max-width: 800px;
}

#comments-title,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.comment {
	float: left;
}

.comment-body {
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}

.comment-author {
	position: absolute;
	top: 30px;
	left: -66px;
}

.comment-author img {
	border-radius: 100%;
}

.comment .children {
	margin-left: 70px;
}

.fn {
	display: block;
	margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	color: #494949;
	padding-bottom: 10px;
}

/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
	display: none !important;
}

.back-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	z-index: 50000;
	background: #fff;
}

.back-link h2 {
	font-family: 'futurastd-bold';
	font-size: 5.4rem;
	line-height: 4.4rem;
}

.back-link span {
	position: relative;
	top: 30%;
	float: left;
	width: 100%;
	font-size: 34px;
	text-transform: uppercase;
}

.ajaxPageSwitchBacklink {
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	color: #000;
	position: relative;
	top: 30%;
}

.ajaxPageSwitchBacklink:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: all 300ms linear;
}

.ajaxPageSwitchBacklink:hover:before {
	width: 100%;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
	transition: all 500ms linear;
}

.transition2 {
	transition: all 200ms linear;
}

.transition3 {
	transition: all 300ms linear;
}

.scale-bg2 {
	opacity: 0;
}

.fl-l {
	float: left;
}

.bg-animate img {
	opacity: 0.1;
	animation: loopCircle 30s linear 0s infinite normal
}
textarea{
	resize: none;
	height: 70px;
}

@keyframes loopCircle {
	0% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	100% {
		transform: rotate3d(0, 0, 1, 180deg);
	}
}

@media only screen and (max-width: 1400px) {
	.footer-inner {
		padding: 0;
	}

	.footer-content {
		padding: 110px 30px 180px 30px;
	}

	footer .container {
		width: 100%;
	}

	.footer-decor {
		position: absolute;
		top: 140px;
		right: 30px;
	}

	.subbfooter {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1036px) {
	.logo-holder {
		left: 20px;
	}

	.box-item a {
		z-index: -5;
	}

	.box-item:hover a {
		z-index: 3;
	}

	.mob-bg {
		display: block;
	}

	.wrapper-inner,
	header,
	footer,
	.fixed-filter {
		width: 100%;
	}

	.wrapper-inner {
		padding: 90px 0;
	}

	.inline-facts-holder:before,
	.show-info,
	.hide-column,
	.img-wrap,
	.bg-animate {
		display: none;
	}

	.inline-facts h6 {
		float: none;
		font-size: 16px;
		text-align: center;
	}

	.num {
		float: none;
		text-align: center;
	}

	.nav-button-holder {
		display: block;
		position: absolute;
		right: 50px;
		top: 45px;
	}

	.nav-button {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 20px;
		margin-left: -11px;
		margin-top: -6px;
		cursor: pointer;
	}

	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #000;
		margin-bottom: 4px;
		border-radius: 4px;
		transition: all 200ms linear;
	}
	.nav-button span.span-bar{
		float: left;
		width: 100%;
		height: 2px;
		background: #fff;
		margin-bottom: 4px;
		border-radius: 4px;
		transition: all 200ms linear;
	}

	.nav-button span:first-child {
		width: 50%;
	}

	.main-menu nav ul {
		display: none;
	}

	.main-menu {
		position: absolute;
		top: 90px;
		right: -20px;
		width: 100%;
		z-index: 50;
		padding: 25px 30px;
		background: #222;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}

	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb li i {
		position: absolute;
		right: 18px;
		top: 12px;
	}

	.menusb a {
		float: left;
		width: 100%;
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		font-size: 1.0em;
		text-transform: uppercase;
		color: #fff;
		line-height: 20px;
		text-align: left;
	}

	.menusb a.act-link {
		color: rgba(255, 255, 255, 0.71);
	}

	.menusb a.back {
		padding-left: 24px;
	}

	.menusb a.back:before {
		font-family: FontAwesome;
		-webkit-font-smoothing: antialiased;
		content: "\f177";
		font-size: 14px;
	}

	.slide-title-holder {
		width: 90%;
	}

	.slide-title h3 {
		font-size: 14px;
	}

	.slide-title h4 {
		font-size: 1.0em
	}

	.height-emulator,
	.to-top {
		display: none;
	}

	footer {
		position: relative;
		float: left;
		padding: 0;
		border-top: 1px solid #eee;
	}

	.page-title {
		padding-bottom: 20px;
	}

	.page-title h2,
	.section-title h3 {
		font-size: 2.5em;
	}

	/* section {
		padding: 30px 0;
	} */

	.gallery-item {
		width: 50% !important;
	}

	.fixed-column {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		right: 0;
		left: 0;
		top: 0;
	}

	.fixed-column section {
		padding: 110px 0 20px;
		border: none !important;
	}

	.media-container {
		float: left;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.colum-w {
		padding-top: 0 !important
	}

	#horizontal-slider .zoomimage {
		top: 90px;
	}

	#main {
		height: 100%;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}

	.header-inner,
	.footer-title,
	#subscribe,
	.contact-details h4 {
		width: 100%;
	}

	#subscribe,
	.contact-details h4 {
		float: left;
	}

	.footer-content {
		padding: 50px 30px 130px 30px;
	}

	.footer-decor {
		top: 90px;
	}

	.footer-title {
		float: left;
		margin: 50px 0;
	}

	.contact-details h4 {
		margin: 40px 0;
	}
}

@media only screen and (max-width: 756px) {
	.header-inner {
		padding-right: 0;
	}

	.team-holder li {
		float: left;
		width: 50%;
	}

	.policy-box {
		display: none
	}

	.footer-social {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.swiper-nav-holder {
		/* top: auto;
		bottom: 84px; */
	}

	.swiper-nav-holder .arrow-left,
	.swiper-nav-holder .arrow-right {
		background: none
	}
	.logo-holder img{
		max-width: 200px;
	}
}

@media only screen and (max-width: 540px) {
	.num {
		font-size: 62px;
	}

	.page-title h2,
	.resume-head h3 {
		font-size: 2.5em;
	}

	.team-holder li {
		float: left;
		width: 100%;
		padding: 20px 0;
	}

	.gallery-item {
		width: 100% !important;
	}

	.grid-small-pad .grid-item-holder,
	.grid-big-pad .grid-item-holder {
		padding: 20px 0 !important;
	}

	.gallery-filters {
		margin-top: 50px;
	}

	.gallery-filters a {
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}

	.fixed-filter a {
		width: auto !important;
	}

	.gallery-filters a:before {
		height: 1px;
		width: 0;
	}

	.gallery-filters a.gallery-filter-active:before {
		width: 40px;
	}
	.logo-holder img{
		max-width: 80px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

.centerit {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mt-20 {
	margin-top: 20px;
}
.about-image img{
	max-width: 100%;
	object-fit: cover;
}
.team-image img{
	max-width: 100%;
	object-fit: cover;
}
.contact-address li{
	display: flex;
	justify-content: center;
	align-items: flex-start;

}
.contact-details ul li a{
	padding-top:0;
}
.contact-details ul li i{
	margin-right: 10px;
	font-size: 18px;
}
.about h3{
	font-size: 2em;
	text-align: left;
}

.manzil-footer{
	background: #333;
	padding: 40px 20px;
}
.manzil-footer-about{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.manzil-footer-about .manzil-footer-logo img{
	max-width: 150px;
}
.manzil-social-link{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 15px 0;
}
.manzil-social-link a{
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
}
.copyright{
	color: #fff;
}
.copyright a{
	color: #fff;
	font-weight: 700;
}
.manzil-about h3{
	font-weight: 700;
}
.project{
	padding: 50px 0;
}
.project-card{
	margin: 20px;
	position: relative;
}
.project-card .project-image img{
	border-radius: 4px;
	box-shadow: 0 0 5px #bdbdbd;
	max-width: 100%;
}
.project-card .project-content{
	background: #fff;
	box-shadow: 0 0 5px #bdbdbd;
	padding: 10px;
	position: absolute;
	bottom: -20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
}
.project-card .project-content h4{
	font-weight: 900;
}
.about{
	padding: 50px 0;
}

.projeect-slider .slick-next,
.projeect-slider .slick-prev{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	color: #fff;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.projeect-slider .slick-next{
	right: 0;
}
.projeect-slider .slick-prev{
	left: 0;
	z-index: 3;
}
.component-fitness > .container-fluid {
	margin: 0 !important;
	padding: 0 !important;
} 
.component-content-section{
	padding-top: 30px;
}
.component-image img{
	max-width: 100%;
}
/* .component-box{
	padding: 20px;
	background: var(--white);
	box-shadow: 0 5px 5px #bdbdbd;
} */
.component-box .content-head h2{
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 30px;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 15px;
}
.manzil-form-design{
	background: #fff;
	box-shadow: 0 0 5px #bdbdbd;
	padding: 40px;
}
.manzil-form-design .manzil-contact-head h3{
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 15px;
}
.manzil-form-design form .form-group textarea{
	width: 100%;
	margin: 10px 0;
	height: 90px;
	border-radius: 4px;
	padding: 10px;
	border: 2px solid var(--black);
}
.manzil-form-design form .form-group input{
	width: 100%;
	margin: 10px 0;
	height: 55px;
	border-radius: 4px;
	padding: 10px;
	border: 2px solid var(--black);
}
.manzil-contact-info .manzil-contact-head h3{
	color: var(--white);
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}
.manzil-contact-info{
	background: var(--black);
	box-shadow: 0 0 5px #bdbdbd;
	padding: 20px;
	height: 100%;
}
.manzil-item-box{
	display: flex;
	align-items: start;
	gap: 15px;
	margin: 15px 0;
}
.manzil-icon i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	color: var(--orange);
	font-size: 20px;
}
.manzil-para h4{
	text-align: left;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.manzil-para a{
	color: #f1f1f1;
	text-align: left;
	font-size: 16px;
}
button{
	outline: none;
	border: none;
	background: transparent;
}
.submit-btn{
	border: 2px solid var(--black);
	padding: 10px 18px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
	width: 100%;
	background: var(--black);
	color: var(--white);
	transition: 0.5s linear;
}
.submit-btn:hover{
	background: transparent;
	color: var(--black);
}
.blog-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: var(--white);
}
.blog-heading h1{
	text-align: center;
	font-weight: 900;
}
.content-ul{
	margin-top: 15px;
}
.content-ul .content-li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
.content-head h4{
	font-size: 18px;
	font-weight: 700;
}
@media(max-width: 560px){
	.wrapper-inner{
		padding: 90px 0 20px 0;
	}
	.slide-title-holder{
		bottom: 20px;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.about{
		padding: 0;
	}
	.manzil-about{
		margin-top: 15px;
	}
	.team-image {
		margin-top: 15px;
	}
	.copyright{
		text-align: center;
	}
	.project-card{
		margin: 40px 20px;
	}
	.manzil-form-design{
		margin-top: 15px;
	}
	.component-box .content-head h2{
		font-size: 24px;
	}
	.project{
		padding:  0;
	}
	.swiper-nav-holder .arrow-right,
	.swiper-nav-holder .arrow-left{
		display: none;
	}
}