@charset "utf-8";
/*===============
 [ -Main Stylesheet-
  Theme: Terris
  Version: 1.5
  Last change: 14/01/2025 ]
*/
/*--Import fonts --------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	/* --main-color: #fff;
	--black-color: #000;
	--black-color2: #290909;
	--gray-color: #f5f5f5;
	--border-color: rgba(31,31,31,.1);
	--border-color2:rgba(255,255,255,.17); */

	--main-color: #f6ede2;
	--black-color: #741C2E;
	--black-color2: #230411;
	--gray-color: #f3dec3;
	--border-color: rgba(31, 31, 31, 0.1);
	--border-color2: rgba(255, 255, 255, 0.17);

	--main-font: "Montserrat", sans-serif;
}
html {
	overflow-x: hidden !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 12px;
	background: var(--black-color);
	height: 100%;
	text-align: center;
	color: var(--black-color);
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/*-Typography------------------*/
blockquote {
	float: left;
	padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 10px solid #eee;
	position: relative;
}
blockquote p {
	font-style: italic;
	font-size: 13px;
	color: #333;
}
/* --Loader------------------*/
.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: var(--black-color);
}
.loading-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	height: 1px;
	z-index: 20;
	margin: 0 0 0 -130px;
}
.loading-spinner:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
}
.movingBallG {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	animation: bounce_movingBallG 1.3s ease-in-out infinite;
}
@keyframes bounce_movingBallG {
	0% {
		left: 10px;
	}
	50% {
		left: 200px;
	}
	100% {
		left: 10px;
	}
}
/* --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%;
}
.container {
	max-width: 100%;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 992px) {
	.container {
		max-width: min(100% - 25px, 1700px);
		padding: 0;
	}
}

i {
	    text-align: center;
}

@media screen and (max-width: 991.8px) {
	.container {
		padding: 0;
	}
}

.content {
	position: relative;
	z-index: 4;
	background: var(--main-color);
}
.parallax-section_bg {
	overflow: hidden;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.no-bg {
	background: none !important;
}
.full-height {
	height: 100%;
}
.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;
}
.parallax-section_bg .bg {
	top: -30%;
	height: 160%;
}
.respimg,
.single-slider img {
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 2;
}
.border-box_item {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	box-sizing: border-box;
}
.border-box_item2 {
	box-sizing: border-box;
	border-left: 1px solid var(--border-color2);
	border-right: 1px solid var(--border-color2);
}
.grid-column-container {
	position: relative;
	display: grid;
}
.grid-3-column {
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
}
.grid-2-column {
	grid-template-columns: 50% 50%;
}
.grid-4-column {
	grid-template-columns: 25% 25% 25% 25%;
}
.grid-sb-column {
	grid-template-columns: 66.666666% 33.333333%;
}
.grid-sb-column2 {
	grid-template-columns: 33.333333% 66.666666%;
}
.fs-wrapper,
.grid-item-holder:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
/*-- Header  ------------------*/
.header-inner {
	border-bottom: 1px solid var(--border-color);
	height: 180px;
	padding-left: 100px;
	background: var(--main-color);
	position: relative;
	z-index: 2;
}
.main-header {
	position: relative;
	z-index: 30;
	background: var(--main-color);
}
.main-header.home-header:before {
	height: 180px;
}

/* sfondo placeholder header
.main-header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 90px;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid var(--border-color);
	background: var(--gray-color);
} */
.logo-holder {
	position: absolute;
	height: 60px;
	overflow: hidden;
	top: 50%;
	left: 180px;
	transform: translateY(-50%);
}
.logo-holder img {
	width: auto;
	height: 100%;
}
.header-social {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 91px;
	top: 0;
	border-right: 1px solid var(--border-color);
	text-align: center;
}
.header-social ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.header-social ul li {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.header-contacts {
	position: absolute;
	right: 0;
	width: 33.333333%;
	bottom: 0;
	top: 0;
	border-left: 1px solid var(--border-color);
}
.header-contacts:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	top: 90px;
	background: var(--border-color);
}
.header-contacts ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.header-contacts li {
	padding: 0 70px;
	display: flex;
	font-size: 1.1em;
	font-weight: 500;
	height: 90px;
	line-height: 90px;
}
.header-contacts li span {
	color: #666;
}
.header-contacts li span,
.header-contacts li a {
	width: 50%;
	text-align: left;
}
.header-contacts li a {
	text-align: right;
}
.single-menu-link {
	text-align: center;
	margin-left: 90px;
	width: 250px;
	height: 88px;
	line-height: 88px;
	border: 1px solid var(--border-color);
	border-top: none;
	background: var(--gray-color);
	display: table;
	box-sizing: content-box;
	overflow: hidden;
}
.single-menu-link i {
	margin-right: 20px;
	font-size: 1.7em;
	position: relative;
	top: 4px;
	left: 0;
	transition: all 0.2s ease-in-out;
}
.single-menu-link:hover i {
	left: -10px;
}
.single-menu-link span {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 600;
}
/*------   Navigation ------------------------------------------------------*/
.nav-holder-wrap {
	transform: translateY(-100%);
	position: relative;
	z-index: 2;
	background: var(--main-color);
	transition: all 0.2s linear;
	transition-delay: 0.2s;
}

.nav_logo-holder {
	position: fixed;
	width: 60px;
	/* height: 80px; */
	height: 60px;
	top: 50%;
	margin: -30px 0 0 14px;
	left: 0;
	transform: translateX(-10px);
	opacity: 0;
	transition: all 0.2s linear;
	transition-delay: 0.2s;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
}

.nav-holder-wrap.fix_act {
	transform: translateY(0px);
}

.fix_act .nav_logo-holder {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
.fix_act:before {
	width: 0;
}
.nav_logo-holder img {
	width: 60px;
	height: auto;
}
.nav-holder {
	position: relative;
	display: flex;
	z-index: 9;
	min-height: 90px;
	max-height: 90px;
	border-bottom: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	box-sizing: border-box;
}

.srcl_home + div {
	display: none !important;
}
.nav-button-container {
	position: absolute;
	left: 90px;
	top: 0;
	height: 100%;
	width: 250px;
	background: var(--gray-color);
	border-right: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.nav-button-wrap {
	position: absolute;
	left: 70px;
	top: 50%;
	z-index: 10;
	margin-top: -18px;
}
.menu-button-text {
	cursor: pointer;
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 600;
}
.nav-button {
	width: 36px;
	height: 36px;
	position: relative;
	cursor: pointer;
}
.nav-button svg {
	width: 64px;
	height: 48px;
	top: -6px;
	left: -14px;
	stroke: var(--black-color);
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
	position: absolute;
}
.nav-button svg path {
	transition:
		stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s),
		stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
	stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
	stroke-dashoffset: var(--offset, 126px);
	transform: translateZ(0);
}
.nav-buttonsvg path:nth-child(2) {
	--duration: 0.7s;
	--easing: ease-in;
	--offset: 100px;
	--array-2: 74px;
}
.nav-button svg path:nth-child(3) {
	--offset: 133px;
	--array-2: 107px;
}
.nav-button-wrap.cmenu .nav-button svg path {
	--offset: 57px;
}
.nav-button-wrap.cmenu .nav-button svg path:nth-child(1),
.nav-button-wrap .nav-button svg path:nth-child(3) {
	--delay: 0.15s;
	--easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
.nav-button-wrap.cmenu .nav-button svg path:nth-child(2) {
	--duration: 0.4s;
	--offset: 2px;
	--array-1: 1px;
}
.nav-button-wrap.cmenu .nav-button svg path:nth-child(3) {
	--offset: 58px;
}
.header-page_title,
.header-page_title_onepage {
	position: absolute;
	left: 440px;
	top: 0;
	height: 90px;
	line-height: 90px;
	font-size: 1.1em;
	text-align: left;
	font-weight: 600;
}
.header-page_title:before,
.header-page_title_onepage:before {
	content: "";
	position: absolute;
	left: -55px;
	height: 1px;
	width: 30px;
	top: 50%;
	background: var(--black-color);
}
.nav-wrapper {
	position: absolute;
	top: 90px;
	right: 0;
	left: 340px;
	visibility: hidden;
	opacity: 0;
}
.nav-wrapper.nh_vis {
	visibility: visible;
	opacity: 1;
}
.nav-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: var(--main-color);
	padding-right: 150px;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);
}
.nav-container_vis {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.nav-container:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(100% - 180px);
	width: 0;
	height: 100%;
	background: var(--black-color);
	background-image: url("../img/pattern2.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
.nav-container_vis:after {
	width: 180px;
}
.nav-decor {
	position: absolute;
	right: 0;
	width: 180px;
	height: 180px;
	text-align: center;
	top: 50%;
	margin-top: -90px;
	z-index: 4;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease-out;
	transition-delay: 0.9s;
}
.nav-container_vis .nav-decor {
	opacity: 1;
}
.nav-decor canvas {
	animation: spin3 5000ms linear infinite;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
@keyframes spin3 {
	100% {
		transform: rotateZ(360deg);
	}
}
.nav-wrap {
	float: left;
	padding: 70px;
	position: relative;
	width: 100%;
}
nav.nav-inner {
	float: left;
	width: 300px;
	position: relative;
	overflow: hidden;
}
.sliding-menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: margin-left 0.3s ease;
}

.sliding-menu .menu-panel {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
}

/* Rimuovi float e overflow dannosi */
.sliding-menu ul,
.sliding-menu li {
  overflow: visible;
  width: 100%;
  display: block;
  position: relative;
}

/* Assicurati che .menu-panel (ul o div) si comporti da contenitore espandibile */
.sliding-menu .menu-panel {
  display: block;
  overflow: visible;
}

/* Optional: doppia colonna ben gestita */
.sliding-menu .double-col {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sliding-menu .double-col ul {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sliding-menu a {
  display: block; /* più robusto di float */
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  font-size: 1.4em;
  color: #000;
  text-decoration: none;
}
.sliding-menu a.back {
	width: 100%;
}
.sliding-menu a.back:before {
	font-family: "bootstrap-icons";
	content: "\F12C";
	font-size: 1.5rem;
}
.submen-dec:before {
	font-family: "bootstrap-icons";
	content: "\F135";
	position: absolute;
	right: 2rem;
	width: 10px;
	line-height: 0.7rem;
	top: 12px;
	font-size: 1.5rem;
	z-index: 20;
	pointer-events: none;
}
.nav-container .hsd_dec2 {
	bottom: 40px;
	left: 80px;
	z-index: 3;
}
.hid_vismen {
	opacity: 1;
	transform: translateX(0px);
}
.hid_vismen_act {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.3s ease-out;
}
.progress-indicator {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	right: 33.333333%;
	z-index: 10;
	cursor: pointer;
	margin: 0 -90px 0 0;
	background: var(--black-color2);
	transition: all 0.2s linear;
	transition-delay: 0.4s;
	border-bottom: 1px solid var(--border-color2);
}
.fix_act .progress-indicator {
	margin: 0;
}
.progress-indicator svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	transform: rotate(-90deg) scale(0.7);
	width: 50px;
	margin: -25px 0 0 -25px;
}
.progress-bar__background {
	fill: none;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1;
}
.progress-bar__progress {
	fill: none;
	stroke: var(--main-color);
	stroke-dasharray: 100 100;
	stroke-dashoffset: 100;
	stroke-linecap: round;
	stroke-width: 1;
}
/*---  footer ---------*/
.height-emulator {
	position: relative;
	z-index: 1;
}
.main-footer {
	background: var(--black-color);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.main-footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	height: 90px;
	background: rgba(255, 255, 255, 0.07);
	z-index: 2;
}
.main-footer:after {
	content: "";
	position: absolute;
	bottom: 180px;
	left: 50%;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.07);
	z-index: 2;
}
.footer-inner {
	position: relative;
	display: block;
	background: var(--black-color);
	z-index: 3;
}
.footer-inner:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	right: 33.333333%;
	height: 1px;
	background: var(--border-color2);
	z-index: 2;
}
.subcribe-form {
	margin: 300px 0 0;
	background: var(--black-color);
	position: relative;
	z-index: 3;
}
.subcribe_title {
	padding: 0 40px;
	height: 90px;
	line-height: 90px;
	border-top: 1px solid var(--border-color2);
	border-bottom: 1px solid var(--border-color2);
	text-align: left;
	font-size: 1.5em;
	color: #fff;
}
.footer-inner_item {
	border-left: 1px solid var(--border-color2);
	position: relative;
	overflow: hidden;
}
.footer-inner .footer-inner_item:first-child {
	border: none;
}
.enteremail {
	background: none;
	border: none;
	outline: none;
	width: 100%;
	height: 90px;
	line-height: 90px;
	padding: 0 40px;
	border-bottom: 1px solid var(--border-color2);
	color: #fff;
	font-family: var(--main-font);
}
.enteremail:-moz-placeholder,
.enteremail::-webkit-input-placeholder {
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: var(--main-font);
}
.subscribe-button {
	outline: none;
	border: none;
	background: #fff;
	width: 100%;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 40px;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	font-family: var(--main-font);
	-webkit-appearance: none;
}
.subscribe-button i {
	margin-left: 20px;
	transition: all 0.3s linear;
}
.subscribe-button:hover i {
	margin-left: 30px;
}
.subscribe-message {
	position: absolute;
	bottom: 37px;
	left: 120px;
	right: 0;
	z-index: 20;
}
.sub-footer {
	position: absolute;
	left: 0;
	width: 66.66666666%;
	height: 90px;
	line-height: 90px;
	bottom: 0;
	z-index: 5;
	background: var(--black-color);
	padding: 0 40px;
	border-top: 1px solid var(--border-color2);
}
.policy-box {
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
}
.to-top_btn {
	position: absolute;
	top: 50%;
	right: 60px;
	cursor: pointer;
	transform: translateY(-50%);
	font-size: 1.4em;
	transition: all 0.3s linear;
	color: #fff;
}
.to-top_btn:hover {
	margin-top: -7px;
}
.footer-contacts,
.footer-about {
	margin-top: 50px;
}
.footer-contacts li {
	display: block;
	margin: 14px 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}
.footer-contacts li span {
	display: inline-block;
	margin-right: 10px;
	min-width: 90px;
	color: rgba(255, 255, 255, 0.7);
}
.footer-contacts li a,
.footer-social li a {
	color: #fff;
}
.footer-content-header {
	margin-top: 120px;
	text-align: left;
	font-size: 1.7em;
	color: #fff;
}
.footer-box {
	padding: 30px 40px 0;
}
@media (max-width: 767.8px) {
	.footer-box.footer-link-box {
	margin-bottom: 90px;
	}
}
.footer-social {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	border-top: 1px solid var(--border-color2);
	padding: 0 40px;
	overflow: hidden;
}
.footer-social li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
.footer-about p {
	color: rgba(255, 255, 255, 0.7);
}
.footer-dec {
	position: absolute;
	right: 0;
	height: 210%;
	width: 1px;
	top: -105%;
	background: var(--border-color2);
	z-index: 2;
	transform: rotate(59deg);
}
.footer-inner_item .arrow_dec_wrap {
	left: 40px;
	bottom: 120px;
	transform: rotate(180deg);
}
.ardw_white .arrow_dec_dot:before {
	background: rgba(255, 255, 255, 0.3);
}
.hero_section {
	position: relative;
}
.hero_section_content {
	padding: 150px 0;
}
.hero_section_dec:before,
.slide-progress_container:before,
.hero_section_content:before {
	content: "";
	position: absolute;
	right: 50%;
	width: 100vw;
	height: 88px;
	border-top: 1px solid var(--border-color2);
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
}
.hs2:before,
.hero_section_content:before {
	right: 0;
	z-index: 0;
}
.hero_section_content:before {
	background: none;
	z-index: 2;
}
.hs2 .top-fascia-logo {
	top: 0;
	right: 0;
	border-bottom: 1px solid var(--border-color2);
	position: absolute;
	width: 100%;
	border-top: 1px solid var(--border-color2);
	background: rgba(0, 0, 0, 0.2);
	height: 90px;
	padding: 22px;
}

.new-ratio-home.hs2 .top-fascia-logo {
    height: 176px;
    padding: 60px;
    padding-left: 90px;
}

.top-fascia-logo a {
	height: 100%;
	width: 100%;
}
.top-fascia-logo a img{
	height: 100%;
	width: auto;
}
.hs2:before {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.slide-progress_container:before {
	right: auto;
	left: 0;
	z-index: 0;
	border-bottom: 1px solid var(--border-color2);
}
.hero-slider-container {
	position: relative;
	padding: 150px 0;
	z-index: 10;
}

.hero_section_content {
	position: relative;
    width: 100%;
	padding: 90px 90px;
	height: 100dvh;
	max-height: 1080px;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: center;
	pointer-events: none;
	user-select: none;

}

.new-ratio-home .hero_section_content {
	padding: 87px 90px;
}

.hero_section_content:after {
	content: "";
	position: absolute;
	left: -90px;
	width: 90px;
	top: 87px;
	bottom: 87px;
	background: rgba(255, 255, 255, 0.07);
}
.hero-con_dec {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 100%;
	top: 0;
}
.hero-con_dec:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 90px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	border-right: 1px solid var(--border-color2);
	border-left: 1px solid var(--border-color2);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.hero-con_dec:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	right: 0;
	background: var(--border-color2);
	z-index: 2;
}
.hero-slider-wrapper {
	width: 66.666666%;
	overflow: hidden;
	position: relative;
	padding: 0 90px;
	z-index: 1;
}
.hero_section .overlay {
	opacity: 0.4;
}
.hero-promo-wrap {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 66.666666%;
	height: 90px;
	line-height: 90px;
	z-index: 5;
}
.hero-promo-btn {
	float: right;
	width: 50%;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
	border-left: 1px solid var(--border-color2);
	border-top: 1px solid var(--border-color2);
	background: rgba(0, 0, 0, 0.4);
}
.hero-promo-btn i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--main-color);
	color: #000;
	border-radius: 50%;
	margin-right: 30px;
	font-size: 0.8em;
	transition: all 0.2s ease-in-out;
}
.hero-promo-btn:hover i {
	transform: scale(1.2);
}
.hero-carousel_item {
	position: relative;
	text-align: left;
	padding: 50px 0;
}
.hero-slider-container-zoom {
	position: absolute;
	right: 33.333333%;
	top: 0;
	z-index: 10;
	cursor: pointer;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 1.1em;
	background: var(--black-color);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-in-out;
	transition-delay: 0.4s;
	color: #fff;
}
.hero-slider-container-zoom:hover {
	background: var(--black-color2);
	transition-delay: 0s;
}
.hide_hrz {
	margin-right: -90px;
	transition-delay: 0.2s;
}
.hero-carousel_item h2,
.hero_section_content h2 {
	font-size: 4.8em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 70px;
	padding: 20px 0;
	text-align: left;
}
.hero-carousel_item h5,
.hhw_header {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
.hero-carousel_item h2 a,
.hero-carousel_item h2,
.hero-carousel_item h5,
.hero-carousel_item p,
.hero_section_content h4,
.hero_section_content h2,
.hhw_header {
	color: #fff;
}
.hhw_header,
.hero_section_content h4 {
	text-align: left;
}
.hero_section_content h4 {
	max-width: 550px;
	line-height: 30px;
	font-size: 1.3em;
}
.hero_section_content .btn {
	display: table;
	margin-top: 40px;
}
.hero-carousel_item p {
	color: rgba(255, 255, 255, 0.8);
}
.hero-carousel_item .btn {
	margin-top: 20px;
}
.hero-blur-container {
	z-index: 1;
}

.hero-blur-container_item,
.hsbw_bg .bg {
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}
.hero-blur-container:before,
.hsbw_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: all 0.2s ease-in-out;
}
.hero-blur-container.hideblur:before,
.hsbw_bg.hideblur:before {
	background: rgba(0, 0, 0, 1);
}
.hero-blur-container.hideblur .hero-blur-container_item,
.hsbw_bg.hideblur .bg {
	transform: scale(1.1);
	transition-delay: 0.1s;
}
.dark-section .content-item.hero_section {
	background: none;
}
.hero-slider-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 33.3333333%;
	border-top: 1px solid var(--border-color2);
	height: 90px;
	z-index: 10;
	background: var(--black-color);
	box-sizing: border-box;
}
.hc-pag_wrap {
	float: left;
	margin: 0 0 0 90px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.hc_counter {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 180px;
	background: var(--black-color);
	line-height: 90px;
	color: rgba(255, 255, 255, 0.7);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}
.hc_counter div {
	float: left;
	width: 88px;
	height: 90px;
	font-size: 1.1em;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}
.hc_counter div:first-child {
	border: none;
}
.hc_btn_wrap {
	position: absolute;
	right: 200px;
	top: 50%;
	transform: translateY(-50%);
	width: 140px;
}
.hc_btn {
	float: left;
	width: 70px;
	cursor: pointer;
	font-size: 1.7em;
	color: #fff;
}
.hero-con-aside {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 33.3333333%;
	z-index: 10;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(2px);
	border-left: 1px solid var(--border-color2);
	backdrop-filter: blur(7px);
}

.new-ratio-home .hero-con-aside {
	border: none;
	background: none;
	backdrop-filter: none;
}
.strt_btn {
	position: absolute;
	left: 0;
	right: 0;
	height: 88px;
	line-height: 88px;
	bottom: 0;
	background: var(--main-color);
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 90px;
	text-align: left;
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}
.scroll-down-wrap {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	right: 0;
	bottom: 0;
	text-align: center;
	border-left: 1px solid var(--border-color);
}
.scroll-down-wrap i {
	font-size: 1.4em;
	color: #999;
}
.mousey {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -10px;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid var(--border-color);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	animation-name: scroll;
	animation-duration: 2.2s;
	background: var(--black-color);
	animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.slide-progress_container,
.hero-con-aside_dec2,
.hero-con-aside_dec3 {
	position: absolute;
	width: 33.3333333%;
	right: 0;
	height: 88px;
	top: 0;
	background: var(--main-color);
	z-index: 10;
}
.new-ratio-home .hero-con-aside_dec2 {
	height: 176px;
	background-color: var(--black-color);
    background-image: url(/static/img/pattern2.svg);
    background-size: 50% auto;
    background-repeat: repeat-x;
}
.new-ratio-home .hero-con-aside_dec2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--border-color2);
}
.hero-con-aside_dec3 {
	top: auto;
	bottom: 0;
	border-bottom: 1px solid var(--border-color);
}
.slide-progress_container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background: var(--main-color);
}
.slide-progress-wrap {
	position: absolute;
	top: 50%;
	height: 1px;
	left: 70px;
	right: 70px;
	overflow: hidden;
	background: #ccc;
	z-index: 2;
}
.slide-progress {
	position: absolute;
	height: 1px;
	left: 0;
	width: 0;
	top: 0;
	background: #000;
}
.hero-con-aside_dec {
	position: absolute;
	right: 77%;
	height: 300%;
	width: 1px;
	bottom: -105%;
	background: var(--border-color2);
	z-index: 2;
	transform: rotate(-56deg);
}
/* --------- section --------------------------------------*/
.content-section,
.main_section_title_container {
	position: relative;
	z-index: 2;
}
.main_section_title_container .overlay {
	opacity: 0.3;
	z-index: -1;
}
.dark-section,
.dark-section .content-item {
	background: var(--black-color);
}
.content-section_item {
	padding: 150px 0;
}
.cs_dec2:after {
	top: 90px;
}
.main_section_title_container {
	padding: 200px 0 200px 100px;
	background: var(--black-color2);
	border-left: 1px solid var(--border-color2);
}
.main_section_title_container.mstc_single {
	padding: 120px 0 120px 100px;
}
.white-bg_mstc .main_section_title_container {
	border-color: var(--border-color);
}
.white-bg_mstc,
.main_section_title.white-bg_mstc:before,
.white-bg_mstc .main_section_title_container {
	background: var(--main-color);
}
.main_section_title.white-bg_mstc:before {
	border-bottom: 1px solid var(--border-color);
	background: var(--gray-color);
}
.main_section_title_container .bg-wrap {
	z-index: -1;
}
.main_section_title_container .bg-wrap .partcile-dec {
	opacity: 0.6;
}
.no_bgmstc {
	background: none;
}
.main_section_title_container {
	overflow: hidden;
	position: relative;
	z-index: 4;
	padding-right: calc(33.33333% + 100px);
}
.bg-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.bg-wrap .overlay {
	opacity: 0.4;
}
.main_section_title_container h2 {
	text-align: left;
	color: var(--main-color);
	position: relative;
}
.main_section_title_container h4 {
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: var(--main-color);
	opacity: 0.5;
}
.white-bg_mstc .main_section_title_container h2,
.white-bg_mstc .main_section_title_container h4 {
	color: var(--black-color);
}
.no_bgmstc.main_section_title_container h4 {
	opacity: 1;
}
.white-bg_mstc .main_section_title_container h4 {
	opacity: 0.7;
}
.arrow_dec_dot {
	float: left;
	position: relative;
	width: 33.3333333%;
	height: 33.3333333%;
	overflow: hidden;
}
.arrow_dec_dot:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	background: #000;
}
.arrow_dec_dot:nth-child(4):before,
.arrow_dec_dot:nth-child(7):before,
.arrow_dec_dot:nth-child(8):before {
	display: none;
}
.arrow_dec_wrap {
	position: absolute;
}
.arrow_dec {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	right: 0;
}
.main_section_title_container .arrow_dec_wrap {
	bottom: 40px;
	right: 40px;
	transform: rotate(90deg);
}
.content-item,
.main_section_title_container .arrow_dec_wrap .arrow_dec_dot:before {
	background: var(--main-color);
}
.grid-column-content {
	border-right: 1px solid var(--border-color);
	padding: 90px 0;
	position: relative;
}
.grid-column-content.no_padc {
	padding: 90px 0 0 0;
}
.grid-column-container .grid-column-content:last-child {
	border: none;
}
.grid-column-content_dec:before,
.fw_pag_dec:after {
	border-top: 1px solid var(--border-color);
}
.grid-column-content_dec2:after,
.fw_pag_dec:after {
	top: auto;
	bottom: 0;
}
.grid-column-content.gcc_notb:before {
	border-top: none;
}
.fw_pag_dec:after {
	background: var(--main-color);
}
.single-slider-wrap {
	position: relative;
	overflow: hidden;
}
.single-slider-wrap .grid-item-holder:before {
	display: none;
}
.ss-slider-cont {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: var(--black-color);
	font-size: 14px;
	z-index: 40;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear;
	margin-top: -35px;
}
.ss-slider-cont-next {
	right: 0;
}
.ss-slider-cont-prev {
	left: 0;
}
.ss-slider-cont:hover {
	background: var(--black-color2);
}
/*------ Button  ------------------------------------------------*/
.btn {
	background: var(--black-color);
	color: var(--main-color);
	padding: 0 0 0 50px;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 400px;
}
.btn i {
	top: 0;
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-left: 1px solid var(--border-color2);
}
.btn span,
.fixed-bar_item_btn span {
	position: relative;
	min-width: 100px;
	display: block;
	text-align: left;
	white-space: nowrap;
}
/*------ portfolio -------------------------------------------------*/
.featured_works-header {
	border-bottom: 1px solid var(--border-color2);
	background: var(--black-color);
	padding: 120px 33.333333% 100px 90px;
	position: relative;
}
.featured_works-header_dec {
	position: absolute;
	width: 33.333333%;
	top: 0;
	bottom: 0;
	right: 0;
	background: var(--black-color);
	border-left: 1px solid var(--border-color2);
	z-index: 3;
}
.featured_works-header_container {
	position: relative;
	z-index: 5;
}
.featured_works-header_dec:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 90px;
	border-top: 1px solid var(--border-color);
	background: var(--main-color);
	z-index: 3;
}
.featured_works-header_dec:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--border-color2);
}
.featured_works-header h2 {
	color: #fff;
	text-align: left;
	position: relative;
}
.featured_works-header .partcile-dec {
	opacity: 0.3;
	right: 33.333333%;
}
.half-carousel-conatiner,
.half-carousel-item,
.half-carousel {
	position: relative;
}
.half-carousel-conatiner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 90px;
	right: 0;
	width: 100vw;
	border-top: 1px solid var(--border-color2);
	z-index: 0;
}
.half-carousel-conatiner:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	width: 100vw;
	background: rgba(255, 255, 255, 0.07);
	z-index: -3;
}
.half-carousel {
	width: 100vw;
	overflow: hidden;
}
.half-carousel-item {
	height: 55vh;
	overflow: hidden;
}
.half-carousel-item .overlay {
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
.half-carousel .swiper-slide-active .half-carousel-item .overlay {
	opacity: 0.3;
}
.half-carousel-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 50px 50px;
}
.hc-counter {
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.4em;
}
.half-carousel-content h3 {
	font-size: 2.4em;
	font-weight: 600;
	text-align: left;
}
.half-carousel-content h3 a,
.half-carousel-content p,
.hc-counter {
	color: #fff;
}
.half-carousel-content h3 a {
	display: block;
	min-height: 50px;
}
.half-carousel-item .grid-det_category {
	bottom: auto;
	left: 50px;
	top: 50px;
	z-index: 5;
}
.half-carousel-item .grid-det_category a {
	opacity: 1;
}
.half-carousel .bg {
	width: 120%;
	left: -10%;
}
.half-carousel .arrow_dec_wrap,
.services-modal-bg .arrow_dec_wrap {
	bottom: 64px;
	z-index: 10;
	right: 50px;
	transform: rotate(90deg);
}
.half-carousel .arrow_dec_wrap .arrow_dec_dot:before,
.hc_controls_link,
.services-modal-bg .arrow_dec_wrap .arrow_dec_dot:before {
	background: var(--main-color);
}
.hc_controls-wrap,
.hc_controls_link {
	text-align: center;
	height: 90px;
}
.hc_controls_link {
	line-height: 90px;
}
.hc_controls_link a {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}
.hc_controls-wrap_container {
	background: var(--black-color2);
	overflow: hidden;
	position: relative;
}
.hcw_btn {
	float: left;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: var(--black-color);
	cursor: pointer;
	border-left: 1px solid var(--border-color2);
	font-size: 1.3em;
	color: #fff;
}
.tabs-counter {
	position: absolute;
	right: 0;
	top: 0;
	width: 182px;
	height: 90px;
	z-index: 1;
	line-height: 90px;
	background: var(--black-color);
	overflow: hidden;
	color: #fff;
	border-left: 1px solid var(--border-color2);
	border-top: 1px solid var(--border-color2);
}
.tabs-counter div,
.tabs-counter span {
	position: relative;
	float: left;
	width: 90px;
	z-index: 2;
}
.tabs-counter span {
	border-left: 1px solid var(--border-color2);
	box-sizing: border-box;
	width: 88px;
}
.tabs-menu {
	text-align: center;
	position: relative;
	z-index: 2;
	padding-right: 180px;
	overflow: hidden;
	border-bottom: 1px solid var(--border-color);
}
.tabs-menu li {
	float: left;
	text-align: center;
}
.tabs-menu li a {
	display: block;
	font-weight: 500;
	text-align: center;
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	height: 90px;
	line-height: 90px;
	font-size: 1.1em;
}
.tabs-menu li a span {
	padding-right: 10px;
}
.tab-content {
	width: 100%;
	visibility: hidden;
	display: none;
	position: relative;
}
#tab-1 {
	display: block;
	visibility: visible;
}
.selectedLava a {
	background: var(--black-color);
	color: var(--main-color);
}
.content-nav_holder {
	z-index: 20;
	border-bottom: 1px solid var(--border-color2);
	position: relative;
	background: var(--black-color);
	height: 90px;
	line-height: 90px;
}
.content-nav li a span,
.content-nav-media,
.pr_btn_dots,
.cn_all:before {
	transition: all 0.3s linear;
}
.cn_all {
	position: absolute;
	width: 90px;
	height: 90px;
	z-index: 120;
	background: var(--black-color);
	border: 1px solid var(--border-color2);
	top: 0;
	left: 50%;
	margin-left: -45px;
}
.cn_all:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	height: 0;
	bottom: 20px;
}
.cn_all:hover:before {
	height: 50px;
	transition-delay: 0.3s;
}
.pr_btn_dots {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	transition-delay: 0.3s;
}
.cn_all:hover .pr_btn_dots {
	transition-delay: 0s;
	transform: rotate(90deg);
}
.content-nav li {
	width: 50%;
	float: left;
	position: relative;
}
.content-nav li a.ln,
.content-nav li a.rn {
	color: var(--main-color);
	text-transform: uppercase;
	position: relative;
	width: 100%;
	height: 90px;
	line-height: 90px;
	z-index: 10;
}
.content-nav li a i {
	position: absolute;
	top: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 13px;
}
.content-nav li a.ln {
	text-align: left;
	float: left;
	padding-left: 120px;
}
.content-nav li a.ln i {
	left: 0;
	border-right: 1px solid var(--border-color2);
	text-align: center;
}
.content-nav li a.rn {
	text-align: right;
	float: right;
	padding-right: 120px;
}
.content-nav li a.rn i {
	right: 0;
	border-left: 1px solid var(--border-color2);
	text-align: center;
}
.content-nav li a span {
	font-size: 1.1em;
}

.content-nav li:first-child {
	width: calc(50% + 1px);
}

.content-nav li:last-child {
	width: calc(50% - 1px);
}

.content-nav li:first-child a {
	border-right: 1px solid var(--border-color2);
}
.content-nav li a.ln span {
	padding: 25px;
}
.content-nav li a.rn span {
	padding: 25px;
}
.content-nav li a.ln:hover span {
	padding-left: 45px;
}
.content-nav li a.rn:hover span {
	padding-right: 45px;
}
.content-nav-media {
	position: absolute;
	bottom: 100%;
	height: 300px;
	width: calc(100% - 45px);
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.content-nav li:hover .content-nav-media {
	opacity: 1;
	visibility: visible;
}
.content-nav li:last-child .content-nav-media {
	right: 0;
}
.content-nav li:first-child .content-nav-media {
	left: 0;
}
.prdet_box {
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.video-box-btn {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: -40px 0 0 -40px;
	background: var(--main-color);
	z-index: 20;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	transition: all 0.3s linear;
	cursor: pointer;
}
.video-box-btn:hover {
	box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
}
.pr-list {
	margin-bottom: 90px;
}
.pr-list ul {
	overflow: hidden;
}
.pr-list ul li {
	text-align: left;
	padding: 18px 0 18px 40px;
	width: 50%;
	float: left;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
}
.pr-list ul li span {
	color: #666;
	display: block;
	padding-bottom: 10px;
}
.gallery-fw_wrap {
	z-index: 4;
	background: var(--black-color);
	position: relative;
}
.center-carousel-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: 3;
}
.center-carousel_item,
.center-carousel-wrap {
	position: relative;
	overflow: hidden;
}
.center-carousel .swiper-slide {
	width: auto !important;
	height: 100% !important;
	display: inherit !important;
}
.center-carousel,
.center-carousel img {
	height: 600px;
	background: var(--black-color);
}
.center-carousel img {
	width: auto;
}
.center-carousel_item {
	opacity: 0.5;
	transition: all 0.5s ease;
	transition-delay: 0.4s;
}
.center-carousel .swiper-slide.swiper-slide-active .center-carousel_item {
	opacity: 1;
}
.fsc {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	top: 50%;
	margin-top: -35px;
	z-index: 10;
	cursor: pointer;
	font-size: 18px;
	    text-align: center;
	background: var(--black-color);
	color: #fff;
}
.fsc:hover {
	background: var(--black-color2);
}
.ccsw-prev {
	left: 0;
}
.ccsw-next {
	right: 0;
}
.center_carousel-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 90px;
}
.center_carousel-controls > .container > div {
	margin-left: 90px;
}

.center-carousel_counter {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	width: 100px;
}
.center-carousel_counter:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #fff;
	margin-left: -5px;
}
.center-carousel_counter div {
	width: 50px;
}
.center_carousel-controls .center-carousel_counter {
	top: 33px;
	right: -10px;
}
.cen-slider-pagination_wrap .swiper-pagination-bullets-dynamic {
	overflow: inherit;
	display: inline-block;
}
.cen-slider-pagination_wrap {
	position: relative;
	overflow: hidden;
	background: var(--main-color);
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}
.single-slider-pagination_wrap {
	position: absolute;
	left: 0;
	top: 30px;
}
.sin-carousel-pagination,
.center-carousel_counter div {
	float: left;
}
.swiper-counter {
	position: absolute;
	right: 0;
	top: 0;
	height: 90px;
	line-height: 90px;
	width: 180px;
	background: var(--gray-color);
	border: 1px solid var(--border-color);
	overflow: hidden;
}
.swiper-counter div {
	width: 88px;
	float: left;
	font-size: 1.1em;
}
.swiper-counter div:first-child {
	border-right: 1px solid var(--border-color);
}
.cen-slider-pagination .swiper-pagination-bullet,
.hc-pag .swiper-pagination-bullet,
.team-carousel-slider-pagination .swiper-pagination-bullet,
.sin-carousel-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	transition: all 0.5s ease;
}
.cen-slider-pagination .swiper-pagination-bullet:after,
.hc-pag .swiper-pagination-bullet:after,
.team-carousel-slider-pagination .swiper-pagination-bullet:after,
.sin-carousel-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);
}
.cen-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.hc-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.team-carousel-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.sin-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	transform: scale(1);
}
.cen-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.team-carousel-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cen-slider-pagination .swiper-pagination-bullet {
	background: #000;
}
.hc-pag .swiper-pagination-bullet,
.sin-carousel-pagination .swiper-pagination-bullet {
	background: var(--main-color);
	opacity: 0.6;
}
.sin-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hc-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.hc-pag .swiper-pagination-bullet:after {
	border-color: rgba(255, 255, 255, 0.4);
}
.box-media-zoom {
	position: absolute;
	top: 0;
	right: -90px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 1.2em;
	color: var(--main-color);
	background: var(--black-color);
	z-index: 15;
	transition: all 200ms linear;
	font-weight: 900;
}
.hov_zoom:hover .box-media-zoom {
	right: 0;
}
.hov_zoom,
.contitemaside {
	overflow: hidden;
}
.gallery-items,
.gallery-items-container {
	width: 100%;
	position: relative;
}
.gallery-items {
	z-index: 2;
}
.gallery-items-container.no_padgic {
	padding: 0;
}
.contitemaside {
	position: relative;
	padding: 90px 0 0;
	border-top: 1px solid var(--border-color);
}
.contitemaside:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 90px;
	background: var(--main-color);
	border-bottom: 1px solid var(--border-color);
	z-index: 20;
}
.fw_gic {
	background: var(--black-color);
	padding: 90px;
	min-height: 100vh;
	border-top: 1px solid var(--border-color2);
}
.fw_gic:before,
.fw_gic:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 90px;
}
.onepage_folio {
	padding: 0;
	min-height: 50vh;
}
.fw_gic:before {
	top: 0;
	border-bottom: 1px solid var(--border-color2);
}
.fw_gic:after {
	bottom: 0;
	border-top: 1px solid var(--border-color2);
}
.grid-item-holder {
	position: relative;
	overflow: hidden;
}
.grid-item-holder:before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.grid-item-holder:hover:before {
	background: rgba(0, 0, 0, 0);
	transition: all 0.2s linear;
}
.grid-item-holder:hover img {
	transform: scale(1.1);
}
.vis_folio_det .grid-item-holder:hover img {
	transform: scale(1);
}
.vis_folio_det .grid-item-holder:hover:before {
	background: rgba(0, 0, 0, 0.2);
}
.gallery-item img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
}
.gallery-item {
	position: relative;
	width: 25%;
	padding: 0;
}
.gallery-items.three_columns .gallery-item {
	width: 33.333333333333%;
}
.gallery-items.two_columns .gallery-item {
	width: 50%;
	padding: 45px;
	border-bottom: 1px solid var(--border-color2);
}
.gi_fw {
	border-top: 1px solid var(--border-color2);
}
.gallery-items.three_columns .gallery-item.gallery-item-second,
.grid-sizer-second {
	width: 66.666666%;
}
.gallery-items.two_columns .gallery-item.gallery-item-second,
.projects-list .gallery-item {
	width: 100%;
}
.twocolumns_folio .gallery-item,
.four-columns .gallery-item.gallery-item-second {
	width: 50%;
}
.grid-det {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
}
.vis_folio_det .grid-det,
.vis_folio_det .grid-det .grid-det-item {
	position: relative;
	height: auto;
	background: none;
}
.vis_folio_det .grid-det {
	left: 0;
	text-align: left;
	z-index: 2;
	margin-top: 30px;
	overflow: inherit;
}
.grid-det-item {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.vis_folio_det .grid-det .grid-det-item {
	bottom: auto;
}
.pr_num {
	position: absolute;
	left: 40px;
	top: 40px;
	color: #fff;
	font-size: 1.2em;
}
.vis_folio_det .pr_num {
	top: 30px;
	left: auto;
	right: 0;
}
.grid-det_category {
	position: absolute;
	left: 40px;
	bottom: 86px;
}
.grid-det_category a {
	color: var(--main-color);
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
	letter-spacing: 2px;
}
.vis_folio_det .grid-det_category {
	position: relative;
	display: table;
	left: 0;
	bottom: auto;
	margin-bottom: 20px;
}
.grid-det_link {
	position: absolute;
	bottom: 50px;
	padding: 0 40px;
	left: 0;
	right: 0;
	color: var(--main-color);
	font-weight: 500;
	font-size: 2em;
	text-align: left;
	line-height: 1px;
	text-transform: uppercase;
}
.vis_folio_det .grid-det .grid-det-item .grid-det_link {
	position: relative;
	bottom: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	display: block;
}
.gi_dec {
	z-index: 1;
}
.gi_dec:before,
.gi_dec:after,
.gi_fw:after {
	content: "";
	position: absolute;
	background: var(--border-color2);
}
.gi_dec:before {
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
}
.gi_dec:after,
.gi_fw:after {
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
}
.grid-det_link:hover span,
.grid-det_category a {
	opacity: 0.7;
}
.grid-det_category a:hover {
	opacity: 1;
}
.load-more-holder {
	height: 180px;
	border-top: 1px solid var(--border-color);
	position: relative;
	background: var(--main-color);
}
.noborder-s .load-more-holder {
	border: none;
	height: 120px;
}
.lnh_onepage {
	height: 140px;
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color2);
	background: var(--main-color);
}
.load-more {
	height: 60px;
	line-height: 60px;
	width: 250px;
	background: var(--black-color);
	color: var(--main-color);
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.load-more-holder:before,
.load-more-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: var(--border-color);
	width: 33.333333%;
}
.load-more-holder:before {
	left: 0;
}
.load-more-holder:after {
	right: 0;
}
.load-more-holder_dec {
	width: 100vw;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -1;
	background: var(--gray-color);
	top: 0;
}
.portfolio-msg {
	position: absolute;
	left: 50%;
	height: 60px;
	line-height: 60px;
	width: 250px;
	margin: -30px 0 0 -125px;
	background: var(--gray-color);
	top: 50%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.compload {
	opacity: 0;
	padding: 0;
}
.vismsg {
	opacity: 1;
	visibility: visible;
}
#infscr-loading {
	display: none !important;
}
.filters-nav {
	position: relative;
	z-index: 100;
}
.fixed-filters-nav {
	top: auto !important;
	background: var(--main-color);
	border: none;
}
.fixed-filters-nav .scroll-down-wrap {
	right: auto;
	left: 0;
	z-index: 20;
	border-left: none;
}
.inline-gallery-filters {
	padding-left: 90px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	height: 90px;
	line-height: 90px;
	background: var(--main-color);
}
.fixed-filters-nav .inline-gallery-filters {
	border: none;
	width: 66.666666%;
	display: table;
}
.inline-gallery-filters a {
	float: left;
	font-size: 1.1em;
	box-sizing: border-box;
	border-right: 1px solid var(--border-color);
	background: var(--main-color);
	font-weight: 500;
	padding: 0 50px;
}
.inline-gallery-filters a:hover {
	background: var(--gray-color);
}
.inline-gallery-filters a.gallery-filter-active {
	background: var(--gray-color);
}
.inline-gallery-filters a:first-child {
	border-left: 1px solid var(--border-color);
}
.fixed-inline-filter_counter {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.333333%;
	height: 90px;
	line-height: 90px;
	background: var(--black-color);
	color: #fff;
	overflow: hidden;
	border-top: 1px solid var(--border-color2);
}
.no-top-border,
.no-top-border .inline-gallery-filters {
	border-top: none;
	border-bottom-color: transparent;
}
.fixed-inline-filter_counter:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--border-color2);
}
.fixed-inline-filter_counter span {
	float: left;
	width: 50%;
}
/*--share----------------*/
.share-button-wrap {
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	width: 33.333333% !important;
	background: var(--black-color);
	border-right: 1px solid var(--border-color2);
	border-bottom: 1px solid var(--border-color2);
	padding: 0 70px;
	z-index: 10;
	cursor: pointer;
}
.share-button_title {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
.share-button {
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	top: 50%;
	transform: translateY(-50%) scale(0.9);
	margin-top: 4px;
}
.share-button span {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	z-index: 2;
	background: var(--main-color);
}
.share-button:before,
.share-button:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	background: var(--main-color);
}
.share-button:before {
	left: 12px;
	top: -2px;
}
.share-button:after {
	left: 10px;
	bottom: 9px;
}
.share-button:hover:before {
	top: 12px;
	left: 4px;
}
.share-button:hover:after {
	bottom: 20px;
	left: 4px;
}
.share-button span:before,
.share-button span:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -30px;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease-in-out;
}
.share-button span:before {
	transform: rotate(34deg);
	top: -3px;
	left: -21px;
}
.share-button span:after {
	transform: rotate(-23deg);
	top: 8px;
	left: -22px;
}
.share-button-wrap:hover .share-button:before {
	top: 12px;
	left: 4px;
}
.share-button-wrap:hover .share-button:after {
	bottom: 20px;
	left: 4px;
}
.share-button-wrap:hover .share-button span:before,
.share-button-wrap:hover .share-button span:after {
	transform: rotate(0);
	top: 3px;
	left: -26px;
}
.share-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	width: 33.333333%;
	background: var(--black-color);
	z-index: 2;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.share-wrapper_vis {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.share-container {
	padding: 70px 50px 50px 70px;
}
.share-container a {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.share-container a:before {
	padding-right: 6px;
}
.share-icon-facebook:before {
	content: "01.";
}
.share-icon-twitter:before {
	content: "02.";
}
.share-icon-linkedin:before {
	content: "03.";
}
/*--services -----------------*/
.content-table table {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid var(--border-color);
}
.content-table table td,
.content-table table th {
	padding: 0 45px;
	font-size: 14px;
	height: 80px;
	line-height: 80px;
	text-align: left;
}
.content-table table td,
.content-table table th {
	border-left: 1px solid var(--border-color);
}
.content-table table td:first-child,
.content-table table th:first-child {
	text-align: left;
	border-left: none;
}
.content-table table.align-left td:first-child,
.content-table table.align-left th:first-child {
	text-align: left;
}
.content-table table tr:nth-child(odd) {
	background: var(--gray-color);
}
.toogle-item {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--border-color);
}
.toglle-header {
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	border-bottom: 1px solid;
	border-color: transparent;
	cursor: pointer;
	text-align: left;
	padding: 0 90px;
	font-size: 1.3em;
	font-weight: 500;
	position: relative;
}
.toglle-header span {
	position: absolute;
	right: 0;
	width: 90px;
	border-left: 1px solid var(--border-color);
	text-align: center;
	font-size: 1.1em;
	background: var(--main-color);
}
.toglle-content {
	padding: 50px 90px;
	display: none;
}
.toogle-item_vis .toglle-header {
	border-color: var(--border-color);
	background: var(--gray-color);
}
.toogle-item_vis .toglle-header span i {
	transform: rotate(-180deg);
}
.toogle-item_vis .toglle-content {
	display: block;
}
/*- blog----------------*/
.post-wrap {
	border-top: 1px solid var(--border-color);
}
.post-items {
	position: relative;
}
.post-items:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--border-color);
}
.post-item {
	width: 50%;
	padding: 45px;
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}
.post-item:hover {
	background: var(--gray-color);
}
.blog-search-wrap {
	position: relative;
	margin: 90px 0 0;
}
.blog-search-wrap input {
	width: 100%;
	height: 90px;
	line-height: 90px;
	border: none;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 50px;
}
.blog-search-wrap button {
	background: none;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	right: 40px;
	font-size: 16px;
}
.post-item {
	position: relative;
	overflow: hidden;
}
.post-media {
	overflow: hidden;
}
.post-media a {
	position: relative;
	display: block;
}
.post-tooltip {
	position: absolute;
	height: 50px;
	line-height: 50px;
	background: var(--main-color);
	width: 130px;
	font-size: 0.9em;
	font-weight: 500;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -65px;
	z-index: 5;
}
.post-media .overlay,
.post-tooltip {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.post-media:hover .post-tooltip {
	opacity: 1;
}
.post-media:hover .overlay {
	opacity: 0.4;
}
.post-item_content {
	padding: 30px 40px;
	background: var(--main-color);
}
.post-item_content h3,
.content_box_item h3 {
	text-align: left;
	font-size: 2.4em;
	font-weight: 500;
	padding-bottom: 20px;
}
.post-item_content h3 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
.post-opt-header {
	text-align: left;
	margin-bottom: 15px;
}
.post-opt-header a {
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: 500;
}
.post-item_footer {
	overflow: hidden;
	border: 1px solid var(--border-color);
	position: relative;
	background: var(--main-color);
}
.post-date {
	float: left;
	margin: 25px 0 0 40px;
}
.post-date i {
	margin-right: 10px;
	font-size: 1.2em;
}
.post-item_footer a {
	float: right;
	width: 60%;
	position: relative;
	height: 70px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	background: var(--black-color);
}
.post-header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: var(--black-color);
	padding: 35px 40px;
	display: flex;
	text-transform: uppercase;
	font-weight: 500;
}
.post-header span {
	color: rgba(255, 255, 255, 0.9);
	margin-right: 10px;
}
.post-header a,
.post-opt i {
	color: #fff;
	margin-right: 10px;
}
.pagination {
	margin: 50px 0;
	text-align: center;
	display: inline-block;
	z-index: 10;
	position: relative;
}
.pagination a {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	position: relative;
	font-size: 0.9em;
	color: #fff;
	background: var(--black-color);
	transition: all 0.3s ease-in-out;
}
.pagination a i {
	font-size: 1em;
}
.pagination a.current-page,
.tagcloud a:hover,
.pagination a:hover {
	background: var(--black-color2);
}
.fixed-bar-container_wrapper {
	position: relative;
}
.box-widget_title {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 30px;
}
.box-widget_title span {
	margin-right: 10px;
	color: #999;
}
.tagcloud {
	position: relative;
	overflow: hidden;
}
.tagcloud a {
	float: left;
	margin: 0 10px 10px 0;
	background: var(--black-color);
	color: #fff;
	padding: 10px 20px;
}
.tagclblog-search-wrapoud a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 10px 15px;
}
.box-widget-item {
	border-bottom: 1px solid var(--border-color);
	padding: 40px 50px;
	background: var(--main-color);
}
.categories_widget li,
.socail_widget li {
	text-align: left;
	padding: 10px 0;
	position: relative;
	font-weight: 500;
	font-size: 1.2em;
}
.categories_widget li a,
.socail_widget li a {
	position: relative;
	display: block;
}
.categories_widget li span {
	position: absolute;
	top: 50%;
	right: 0;
	color: #999;
	transform: translateY(-50%);
}
.widget-posts-descr {
	text-align: left;
	padding: 20px 0;
}
.widget-posts-descr a {
	display: block;
	margin-bottom: 6px;
	font-size: 1.4em;
	font-weight: 600;
}
.widget-posts-date {
	font-size: 1.2em;
	font-weight: 500;
	color: #999;
}
.post-media {
	position: relative;
	overflow: hidden;
}
.ss-slider-pagination_wrap {
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 20px;
	z-index: 10;
	left: 0;
	width: 100%;
}
.ss-slider-pagination {
	position: relative;
	display: inline-block;
	bottom: 20px;
}
.ss-slider-pagination .swiper-pagination-bullet {
	background: var(--main-color);
	margin: 0 14px;
	padding: 0;
	height: 6px;
	border-radius: 100%;
	opacity: 1;
	width: 6px;
	position: relative;
	top: -2px;
}
.ss-slider-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;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	transition: all 0.3s ease;
	transform: scale(0);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	transform: scale(1);
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--main-color);
}
.post-item_single .post-header {
	position: relative;
	width: 100%;
	padding: 35px 0 35px 30px;
}
.post-opt {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.single-tagcloud {
	background: var(--black-color);
	padding: 35px 50px;
	display: flex;
	text-transform: uppercase;
	font-weight: 500;
	overflow: hidden;
}
.single-tagcloud a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: rgba(255, 255, 255, 0.7);
}
.single-tagcloud a:hover {
	color: #fff;
}
.single-tagcloud_title {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
.post-item_single .post-item_content h3 {
	font-size: 1.8em;
	padding-bottom: 20px;
}
.post-item_single {
	margin: 0;
	width: 100%;
	background: var(--gray-color);
}
.post-item_single .post-item_content {
	padding: 50px;
}
.comments-title,
.reply-title {
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid var(--border-color);
	text-align: left;
	padding: 0 50px;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 40px;
	background: var(--main-color);
}
.reply-title {
	margin: 40px 0 0 0;
	border-top: 1px solid var(--border-color);
}
.commnets-wrap {
	padding: 0 50px;
}
.comment-item {
	border: 1px solid var(--border-color);
	margin-bottom: 50px;
}
.commnets-wrap.commnets-wrap_form {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--border-color);
}
.comment-body {
	padding-left: 90px;
	position: relative;
}
.comment-author {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 100%;
	background: var(--gray-color);
}
.comment-author img {
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
}
.comment-author i {
	position: absolute;
	bottom: 30px;
	font-size: 1.4em;
	left: 0;
	right: 0;
	text-align: center;
}
.comment-meta span {
	font-size: 1.6em;
	font-weight: 500;
	display: block;
}
.comment-header {
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid var(--border-color);
	padding: 0 50px;
	position: relative;
}
.comment_author {
	font-size: 1.6em;
	font-weight: 500;
	text-align: left;
}
.commnet-content {
	border-left: 1px solid var(--border-color);
	position: relative;
}
.comment-num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: var(--gray-color);
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.commnet-text {
	padding: 50px 100px 70px 50px;
}
.commnet-text i {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 16px;
}
.commentform fieldset {
	display: table;
	width: 100%;
	margin-top: 50px;
	border: 1px solid var(--border-color);
}
.commentform button,
.custom-form button {
	width: 50%;
	float: left;
	height: 90px;
	line-height: 90px;
	border: none;
	background: var(--black-color);
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--main-font);
	overflow: hidden;
	display: block;
	cursor: pointer;
	outline: none;
}
.custom-form {
	overflow: hidden;
}
.custom-form input {
	height: 80px;
	line-height: 80px;
	border: none;
	position: relative;
	background: var(--main-color);
	box-sizing: border-box;
	width: 50%;
	float: left;
	border-bottom: 1px solid var(--border-color);
	padding: 0 50px;
	font-family: var(--main-font);
}
.custom-form input:first-child,
.custom-form textarea {
	border-right: 1px solid var(--border-color);
}
.custom-form textarea {
	width: 50%;
	float: left;
	padding: 35px 50px 20px 50px;
	border: none;
	height: 90px;
	resize: vertical;
	scrollbar-width: none;
	-ms-overflow-style: none;
	font-family: var(--main-font);
}
.custom-form textarea::-webkit-scrollbar {
	width: 0px;
}
.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus {
	background: var(--gray-color);
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
	font-family: var(--main-font);
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	font-family: var(--main-font);
}
.about-wrap {
	padding: 90px 0 0;
	position: relative;
}
.about-wrap:before,
.about-wrap:after {
	position: absolute;
	height: 90px;
	background: var(--gray-color);
}
.about-wrap:before {
	top: 0;
	width: 66.666666%;
	right: 0;
	border-left: 1px solid var(--border-color);
}
.about-wrap:after {
	bottom: 0;
	width: 33.333333%;
	left: 0;
	border-right: 1px solid var(--border-color);
}
.about_row {
	grid-template-columns: 70% 30%;
	padding: 90px;
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
}
.about_row_hero {
	padding: 0;
	grid-template-columns: 66.666666% 33.333333%;
}
.block_text {
	padding: 0 90px 0 0;
	text-align: left;
}
.about_row_hero .block_text {
	padding: 90px;
	border-right: 1px solid var(--border-color);
	position: relative;
}
.about_row_hero .block_text:before {
	content: "";
	position: absolute;
	top: 0;
	left: -90px;
	width: 90px;
	height: 270px;
	border: 1px solid var(--border-color);
	border-right: none;
	background: var(--gray-color);
}
.about_row_hero .block_text:after {
	content: "";
	position: absolute;
	top: 0;
	left: -90px;
	width: 90px;
	height: 90px;
	border: 1px solid var(--border-color);
	background: var(--main-color);
}
.block_text .btn {
	display: inline-block;
	margin-top: 50px;
}
.block_img {
	position: relative;
}
.block_img_fs .fs-wrapper {
	bottom: 90px;
	right: -88px;
}
.block_img_fs .fs-wrapper .overlay {
	opacity: 0.4;
}
.block_img_fs .fs-wrapper:before,
.block_img_fs .fs-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 88px;
	height: 90px;
	background: var(--gray-color);
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	z-index: 5;
	box-sizing: border-box;
}
.block_img_fs .fs-wrapper:after {
	bottom: auto;
	top: 0;
	right: auto;
	left: 0;
	background: var(--main-color);
}
.block_img_fs .fs-wrapper .arrow_dec_wrap {
	left: 40px;
	bottom: 80px;
	z-index: 10;
	transform: rotate(-90deg);
}
.block_img_fs .fs-wrapper .arrow_dec_wrap .arrow_dec_dot:before,
.hsbw_bg .arrow_dec_wrap .arrow_dec_dot:before {
	background: #fff;
}
.block_img_fs {
	background: var(--gray-color);
}
.block_img_fs-let {
	position: absolute;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	bottom: 0;
}
.block_img_fs-let div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1.1em;
	text-transform: uppercase;
}
.section-title_content {
	padding: 120px 90px 90px;
	width: 66.666666%;
	border-right: 1px solid var(--border-color);
	position: relative;
	z-index: 5;
	background: var(--main-color);
}
.section-title_content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -90px;
	width: 90px;
	height: 180px;
	border: 1px solid var(--border-color);
	background: var(--gray-color);
}
.section-title_content h2 {
	text-align: left;
	padding-bottom: 20px;
	position: relative;
}
.section-title_content_item {
	position: relative;
	z-index: 2;
}
.section-title_content .partcile-dec {
	opacity: 0.7;
}
.section-title_content_dec {
	position: absolute;
	right: 50%;
	top: 0;
	height: 90px;
	width: 100vw;
	background: var(--gray-color);
	border-bottom: 1px solid var(--border-color);
	z-index: -1;
}
.section-title {
	border-bottom: 1px solid var(--border-color);
	position: relative;
}
.st_dec:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 60%;
	height: 100%;
	background: var(--gray-color);
}
.st_dec:after {
	position: absolute;
	right: 0;
	left: 60%;
	bottom: 0;
	height: 90px;
	background: var(--main-color);
	border-top: 1px solid var(--border-color);
	z-index: 3;
}
.st_dec_item {
	position: absolute;
	right: -90px;
	bottom: 0;
	width: 90px;
	height: 180px;
	background: var(--main-color);
	z-index: 5;
	border: 1px solid var(--border-color);
}
.parallax-section_wrap {
	position: absolute;
	right: 0;
	width: calc(33.333333% + 1px);
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
.parallax-section_wrap:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	left: 0;
	bottom: 0;
	background: var(--main-color);
	z-index: 5;
}
.parallax-section_wrap:after {
	content: "";
	position: absolute;
	width: 90px;
	left: 0;
	top: 0;
	bottom: 90px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 5;
	border-right: 1px solid var(--border-color2);
	border-left: 1px solid var(--border-color2);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.parallax-section_wrap .overlay {
	opacity: 0.2;
}
.ps-dec-line {
	position: absolute;
	width: 90px;
	bottom: 0;
	left: 90px;
	height: 90px;
	background: var(--main-color);
	z-index: 5;
	border-left: 1px solid var(--border-color);
}
.team-container {
	padding: 0 0 90px;
}
.team-item {
	padding: 50px;
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
	position: relative;
}
.team-item_container h4 {
	font-size: 1.7em;
	text-align: left;
	font-weight: 500;
	margin-bottom: 6px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}
.team-item_container h5 {
	color: #666;
	text-align: left;
	text-transform: uppercase;
}
.team-link {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
}
.team-link i {
	position: absolute;
	background: var(--main-color);
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border: 1px solid var(--border-color);
}
.team-link span {
	position: absolute;
	right: 110px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9em;
	top: 36px;
	width: 100px;
	opacity: 0;
	margin-top: 10px;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.team-link:hover span {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.team-content {
	padding: 20px 0 0;
	position: relative;
}
.team-item:hover {
	background: var(--gray-color);
}
.team-img {
	position: relative;
	overflow: hidden;
	height: 550px;
}
.team-img .bg {
	transition: all 0.3s linear;
}
.team-img:hover .bg {
	filter: grayscale(0.7);
}
.team-social {
	position: absolute;
	left: 0;
	bottom: -90px;
	height: 90px;
	right: 90px;
	line-height: 90px;
	background: var(--main-color);
	text-transform: uppercase;
	border-left: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	font-weight: 500;
	transition: all 0.2s linear;
}
.team-social li {
	display: inline-block;
	margin: 0 10px;
	width: 20px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.team-img:hover .team-social {
	bottom: 0;
}
.team_num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: var(--black-color);
	color: #fff;
}
.team-carousel_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid var(--border-color);
	height: 88px;
}
.team-carousel-slider-pagination_wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 60px;
	display: inline-block;
}
.tmc-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 90px;
	height: 88px;
	line-height: 90px;
	z-index: 10;
	font-size: 1.4em;
	background: var(--gray-color);
	border: 1px solid var(--border-color);
	border-bottom: none;
	border-top: none;
}
.tmc-button-next {
	right: 0;
}
.tmc-button-prev {
	left: 0;
}
.tmc-button:hover,
.team-info-wrap {
	background: var(--main-color);
}
.team-info-wrap {
	z-index: 10;
	overflow: auto;
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0;
	bottom: 0;
	transition: all 0.3s linear;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.team-info-wrap::-webkit-scrollbar {
	width: 0px;
}
.tiw_visible {
	right: 0;
}
.ti_close {
	position: absolute;
	top: 86px;
	right: 50px;
	font-size: 1.7em;
	cursor: pointer;
}
.team-info h4 {
	text-align: left;
	font-size: 1.8em;
	font-weight: 500;
	margin: 40px 0;
}
.team-info {
	padding: 50px 50px 0;
}
.team-skills-container {
	position: relative;
	display: table;
	width: 100%;
	padding-bottom: 90px;
}
.team-skill {
	position: relative;
	height: 10px;
	overflow: hidden;
	background: #000;
}
.team-skill:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #ccc;
	top: 0;
	transition: all 0.3s linear;
	z-index: 1;
}
.tiw_visible .team-skills-container .team-skill:before {
	width: var(--prog);
	transition-delay: 0.6s;
}
.skill-bar-percent {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 11px;
}
.team-skills_item {
	margin-bottom: 20px;
}
.team-skills_item:before,
.team-skills_item:after {
	content: "";
	position: absolute;
	height: 10px;
	z-index: 2;
	bottom: 0;
	width: 6px;
	background: #fff;
}
.team-skills_item:before {
	left: 20%;
}
.team-skills_item:after {
	left: 80%;
}
.skill_title {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*--clients-----------------------*/
.client-item img {
	width: 100%;
	aspect-ratio: 5/2;
	object-fit: contain;
}
.client-item {
	height: 180px;
	line-height: 180px;
	position: relative;
	z-index: 2;
	border-left: 1px solid var(--border-color);
	display: block;
	box-sizing: border-box;
}
.client-item:hover {
	/* background: var(--main-color); */
	background: var(--black-color2);
}
.clients-carousel-wrap {

	text-align: center;
	border-top: 1px solid var(--border-color);

	box-sizing: border-box;
	position: relative;
	background: var(--gray-color);
}
.clients-carousel-wrap:before {
	content: "";
	position: absolute;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 90px;
	border-top: 1px solid var(--border-color);
	bottom: 0;
	z-index: -1;
}
.cc-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	font-size: 1.5em;
	cursor: pointer;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 100%;
}
.cc-button-next {
	right: 0;
}
.cc-button-prev {
	left: 0;
}
/*-- video----------*/
.video-container {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.video-container video {
	position: absolute;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	/* Centers the video */
	object-fit: cover;
	object-position: center;
}

.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%;
}
/*--testimonials------------------*/
.testimonilas-carousel_wrap {
	background: var(--main-color);
	position: relative;
	z-index: 5;
}
.testimonilas-carousel {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 90px;
	overflow: hidden;
}
.testi-item {
	border: 1px solid var(--border-color);
	padding: 90px 0 0;
	background: var(--main-color);
	transition: all 0.3s ease-in;
	overflow: hidden;
	transform: scale(1);
}
.quote-width {
	width: 60%;
	margin-left: 20%;
}
@media (max-width: 767.88px) {
	.quote-width {
		width: calc(100% - 180px);
		margin-left: 90px;
	}
}

@media (max-width: 575.88px) {
	.quote-width {
		width: 100%;
		margin-left: 0%;
		border-right: 0px;
		border-left: 0px;
	}
}

.testimonilas-carousel .swiper-slide-active .testi-item {
	background: var(--gray-color);
	transition-delay: 0.9s;
}
.testi-number {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 10;
	background: var(--main-color);
	font-size: 1.1em;
	font-weight: 500;
	border-left: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.testi-date {
	position: absolute;
	top: 35px;
	left: 50px;
	font-weight: 600;
}
.testimonilas-text {
	text-align: left;
	padding: 0 50px;
	margin-bottom: 50px;
}
.testimonilas-text p {
	font-weight: 500;
}
.testi-footer {
	border-top: 1px solid var(--border-color);
	height: 90px;
	line-height: 90px;
	background: var(--main-color);
	position: relative;
	padding-left: 120px;
	overflow: hidden;
}
.testi-avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid var(--border-color);
	overflow: hidden;
}
.testi-avatar img,
.testi-avatar {
	width: 90px;
	height: 90px;
}
.testi-footer h3 {
	text-align: left;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 90px;
}
.testi-link {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}
.testi_carousel-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 10;
}
.testi-slider-pagination_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	line-height: 90px;
}
.testi-slider-pagination_wrap .swiper-pagination-bullets-dynamic {
	overflow: inherit;
	display: inline-block;
}
.testi-slider-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative;
	background: #ddd;
	transition: all 0.5s ease;
	opacity: 1;
}
.testi-slider-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 var(--border-color);
	border-radius: 100%;
	transition: all 0.3s ease;
	transform: scale(0);
}
.testi-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	transform: scale(1);
}
.testi-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--black-color);
}
.tc-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	cursor: pointer;
	z-index: 20;
}
.tc-button-next {
	right: 36px;
}
.tc-button-prev {
	left: 36px;
}
/*--facts-------------------------------------*/
.inline-facts-wrap {
	border-left: 1px solid var(--border-color2);
	position: relative;
	overflow: hidden;
	padding: 80px 0 80px;
	/* margin-bottom: 90px; */
	border-bottom: 1px solid var(--border-color2);
}
.inline-facts-wrap:first-child {
	border-left: none;
}
.inline-facts {
	text-align: left;
	padding: 0 90px;
	position: relative;
	z-index: 10;
}
.inline-facts:after {
	font-family: "bootstrap-icons";
	content: "\F4FE";
	position: absolute;
	left: 44px;
	top: 32px;
	font-size: 1.5rem;
	font-weight: 100;
	color: #fff;
	display: block;
}
.big-fact .inline-facts:after {
	color: #000;
}
.inline-facts:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50px;
	width: 150px;
	height: 1px;
	background: var(--border-color2);
}
.num {
	font-size: 4em;
	font-weight: 500;
	color: #fff;
}
.inline-facts h6 {
	text-transform: uppercase;
	color: #fff;
}
.facts-title-wrap {
	border-bottom: 1px solid var(--border-color2);
	background: var(--black-color);
}
.facts-title-wrap:before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 50%;
	height: 1px;
	background: var(--border-color2);
	width: 100vw;
	z-index: -1;
}
.facts-title-wrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	top: 0;
	background: rgba(255, 255, 255, 0.07);
	width: 100vw;
	z-index: -1;
}
.facts-con_dec {
	position: absolute;
	bottom: 90px;
	left: 50%;
	top: 0;
	background: var(--black-color2);
	width: 100vw;
	z-index: -1;
}
.facts-title {
	padding: 140px 90px 0;
	position: relative;
}
.facts-title h2 {
	text-align: left;
	padding-bottom: 20px;
	color: #fff;
	position: relative;
}
.facts-title h2:before,
.section-title_content h2:before,
.featured_works-header h2:before,
.main_section_title_container h2:before,
.hero-carousel_item h5:before {
	content: "";
	position: absolute;
	left: 0;
	top: -32px;
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
}
.section-title_content h2:before {
	background: var(--black-color);
}
.facts-title h4,
.featured_works-header h4 {
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.big-fact {
	position: relative;
	padding: 100px 90px 100px;
	background: var(--main-color);
	border-top: 1px solid var(--border-color);
}
.folio_dark-section .featured_works-header {
	border-left: 1px solid var(--border-color2);
	border-right: 1px solid var(--border-color2);
	border-bottom: none;
}
.big-fact .num {
	font-size: 10.8em;
	font-weight: 600;
}
.big-fact .inline-facts h6,
.big-fact .num {
	color: #000;
}
.big-fact .inline-facts {
	padding: 0;
	text-align: center;
}
.inline-facts-container:before {
	position: absolute;
	left: 0;
	width: 66.666666%;
	background: var(--main-color);
	height: 90px;
	bottom: 0;
}
.inline-facts-container:after {
	position: absolute;
	right: 50%;
	background: var(--black-color2);
	height: 90px;
	bottom: 0;
	width: 100vw;
	z-index: 0;
}
.offer-box {
	padding: 90px 90px;
	text-align: left;
	border-left: 1px solid var(--border-color);
	position: relative;
	overflow: hidden;
}
.offer-box_item {
	position: relative;
	z-index: 4;
}
.offer-box .overlay {
	opacity: 0.5;
}
.offer-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--main-color);
	z-index: 3;
	transition: all 0.2s linear;
}
.offer-box.offb_visbg:before {
	right: 100%;
}
.offer_container .offer-box:first-child {
	border: none;
}
.offer-box_num {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}
.offer-box_num:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 1px;
	background: var(--border-color);
}
.offer-box i {
	font-size: 3.5em;
	padding: 0 0 40px;
}
.offer-box h4 {
	font-size: 1.8em;
	font-weight: 600;
	padding-bottom: 20px;
}
.home_services_list {
	border-top: 1px solid var(--border-color);
}
.home_services_list .hidden-works-item {
	display: block;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid var(--border-color);
	position: relative;
	text-align: left;
	padding: 0 130px;
	box-sizing: content-box;
}
.home_services_list .home_services_list_item:last-child .hidden-works-item {
	border: none;
}
.home_services_list a:before {
	font-family: Font Awesome\5 Pro;
	content: "\f107";
	position: absolute;
	right: 0;
	width: 90px;
	border-left: 1px solid var(--border-color);
	text-align: center;
	font-size: 1.2em;
	transition: all 0.2s linear;
}
.home_services_list a:hover:before {
	background: var(--black-color);
	content: "\f105";
	color: #fff;
}
.offer-box.offb_visbg .offer-box_num,
.offer-box.offb_visbg i,
.offer-box.offb_visbg h4,
.offer-box.offb_visbg p {
	color: #fff;
	transition: all 0.2s linear;
	transition-delay: 0.2s;
}
.home_services_list a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-right: 1px solid var(--border-color);
	text-align: center;
}
.home_services_list a strong {
	font-size: 1.4em;
	font-weight: 600;
}
.home_services_btn_wrap {
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 0;
	width: 33.333333%;
	background: var(--black-color);
}
.home_services_btn_wrap a {
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	height: 88px;
	line-height: 88px;
	background: var(--black-color);
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
}
.hsbw_bg {
	position: absolute;
	left: 0;
	right: -90px;
	bottom: 0;
	top: 90px;
	overflow: hidden;
}
.hsbw_bg .overlay {
	opacity: 0.2;
}
.hsbw_bg:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background: var(--main-color);
	z-index: 5;
}
.hsbw_bg .arrow_dec_wrap {
	left: 40px;
	bottom: 30px;
	z-index: 3;
	transform: rotate(180deg);
}
.st-dec,
.fcc_dec {
	position: absolute;
	top: 0;
	left: -90px;
	width: 90px;
	height: 90px;
	background: var(--main-color);
	z-index: 15;
}
.st-dec2,
.fcc_dec {
	background: var(--black-color);
}
.st-dec3 {
	left: auto;
	bottom: 0;
	top: auto;
	right: -89px;
	border-left: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.fcc_dec {
	top: calc(100% - 90px);
}
.services-modal-wrap {
	position: fixed;
	z-index: 10;
	overflow-y: auto;
}
.serv-details,
.services-modal-wrap,
.services-overlay {
	display: none;
}
.services-modal-wrap .serv-details {
	display: block;
}
.services-modal-wrap_item {
	position: relative;
	top: 50%;
	float: left;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	margin-top: 40px;
	transition: all 0.4s ease-in-out;
}
.smod_vis {
	opacity: 1;
	margin-top: 0;
}
.services-modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.services-modal_content {
	position: relative;
	overflow: hidden;
}
.serv-post {
	position: relative;
	float: right;
	padding: 70px 90px;
	width: 50%;
	background: var(--main-color);
}
.serv-title {
	font-size: 2.4em;
	font-weight: 500;
	text-align: left;
	padding-bottom: 50px;
}
.serv-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	background: var(--black-color);
	z-index: 20;
	cursor: pointer;
}
.serv-modal-close i {
	position: relative;
	z-index: 2;
}
.serv-modal-close:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.4s ease-in-out;
	background: var(--black-color2);
}
.serv-modal-close:hover:before {
	top: 0;
}
.ser-list {
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid var(--border-color);
	padding-top: 30px;
}
.ser-list li {
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.serv_price {
	display: table;
	height: 70px;
	line-height: 70px;
	padding: 0 70px;
	color: #fff;
	background: var(--black-color);
	margin-top: 50px;
	font-size: 1.1em;
}
.serv_numder {
	position: absolute;
	bottom: 60px;
	left: 60px;
	color: #fff;
	font-size: 1.7em;
	z-index: 10;
}
/*------  team------------------------------------------------------*/
.fixed-bar-content {
	border-top: 1px solid var(--border-color);
	position: relative;
	margin-top: 90px;
	padding: 0 0 90px;
}
.no-dec_fbcon {
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}
.grid-column-sb {
	position: relative;
}
.grid-column-sb_dec:before,
.grid-column-sb_dec:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 90px;
	background: var(--main-color);
	border-top: 1px solid var(--border-color);
}
.grid-column-sb_dec:after {
	bottom: auto;
	top: 0;
	border: none;
}
.grid-column-sb_dec2:before,
.grid-column-sb_dec2:after,
.grid-column-sb {
	background: var(--gray-color);
}
.grid-column-sb_dec_item {
	position: absolute;
	left: 50%;
	top: 90px;
	bottom: 90px;
	width: 1px;
	background: var(--border-color);
	z-index: 1;
}
.fixed-bar_item_container {
	position: relative;
}
.fixed-bar_item {
	padding: 50px;
	background: var(--main-color);
	position: relative;
	z-index: 10;
}
.fixed-bar_item_btn {
	position: absolute;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: var(--black-color);
	border-top: 1px solid var(--border-color2);
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.fixed-bar_item_btn {
	padding: 0 90px 0 90px;
	text-align: left;
}
.fixed-bar_item_btn i {
	top: 0;
	position: absolute;
	right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-left: 1px solid var(--border-color2);
}
.fixed-bar_item_btn i {
	border-color: var(--border-color2);
}
.awwards-list {
	text-align: left;
	margin-top: 50px;
}
.about_row_hero .awwards-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--border-color);
}
.awwards-list h6 {
	font-size: 1.4em;
	margin-bottom: 20px;
	font-weight: 500;
}
.awwards-list ul {
	display: block;
	overflow: hidden;
}
.awwards-list li {
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 13px 0;
	font-size: 1.1em;
	font-weight: 500;
}
.awwards-list li span {
	margin-bottom: 10px;
	color: #666;
	min-width: 100px;
	display: table;
}
/*------  contact------------------------------------------------------*/
.contacts-content {
	position: relative;
	z-index: 2;
	background: var(--main-color);
	border-top: 1px solid var(--border-color);
}
.contacts_wrap {
	position: relative;
	display: grid;
	grid-template-columns: 33.333333% 66.666666%;
	padding-top: 90px;
}
.contacts_title_wrap {
	position: relative;
	border-right: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	box-sizing: border-box;
}
/*.contacts_title_wrap:before , .map_container:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--border-color);
}
 .contacts_title_wrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: -90px;
	height: 90px;
	width: 100%;
	border-right: 1px solid var(--border-color);
} */
.contacts_title {
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 231px;
	background: var(--main-color);
	position: relative;
	z-index: 2;
}
.contact-form-wrap .comments-title {
	margin-bottom: 0;
	border: none;
	font-size: 1.4em;
}
.map-wrapper {
	height: 500px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767.88px) {
	.map-wrapper {
		height: 400px;
		overflow: hidden;
		position: relative;
	}

	.map-wrapper img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
	}
}
.map_container {
	padding: 90px;
	background: var(--gray-color);
	border-bottom: 1px solid var(--border-color);
	position: relative;
}
.cont_num {
	text-align: left;
	padding-bottom: 20px;
	font-size: 1.6em;
	font-weight: 600;
}
.contacts-wrap {
	position: relative;
}
.contact-item {
	padding: 50px 40px;
	display: table;
	position: relative;
	background: var(--main-color);
	border-bottom: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.contact-item:hover {
	background: var(--gray-color);
}
.contacts-wrap .contact-item:first-child {
	border-left: none;
}
.contact-item:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 90px;
	height: 1px;
	background: var(--border-color);
}
.contact-form-wrap {
	border-top: 1px solid var(--border-color);
	position: relative;
	z-index: 3;
	padding: 25px 50px;
}
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap button {
	width: 100%;
}
.contact-form-wrap .custom-form input:first-child {
	border-right: none;
}
.contact-form-wrap textarea {
	padding: 35px 50px 20px 50px;
	/* height: 90px; */
	height: 160px;
	font-family: var(--main-font);
	font-size: 13.5px;
}
.contact-item span,
.contact-item a {
	text-align: left;
	font-size: 1.2em;
	font-weight: 500;
}
.contact-item a {
	margin-top: 10px;
	display: table;
	font-size: 1.4em;
}
.contact-item span {
	color: #666;
	display: block;
	width: 100%;
}
#message {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	display: none;
	padding: 20px 50px;
	font-weight: 500;
	font-size: 1.1em;
	text-align: left;
	background: var(--black-color);
}
#message p,
#message {
	color: #fff;
}
#message p strong {
	color: aqua;
}
.main-social_wrap {
	overflow: hidden;
	height: 90px;
	line-height: 90px;
}
.main-social li {
	float: left;
	border-right: 1px solid var(--border-color);
	font-size: 1em;
	font-weight: 500;
	width: 188px;
}
.gallery-filter_btn,
.nav-ovelay {
	display: none;
}
.nav-ovelay,
.services-overlay {
	position: fixed;
	z-index: 5;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.textual-section h2 {
	font-size: 3.6em;
	line-height: 1.25;
	text-align: left;
	padding: 20px 0;
}

/*-- Responsive --*/
@media only screen and (max-width: 1438px) {
	.nav-wrapper {
		left: 90px;
	}
	.fixed-filters-nav .inline-gallery-filters {
		width: calc(100% - 180px);
	}
	.fixed-inline-filter_counter {
		width: 180px;
	}
	.gallery-items.three_columns .gallery-item,
	.gallery-items.three_columns .gallery-item.gallery-item-second {
		width: 50%;
	}
	.post-item_footer a {
		width: 100%;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1258px) {
	.half-carousel,
	.post-item {
		width: 100%;
	}
	.half-carousel-item {
		height: 450px;
	}
	.about-img-hotifer {
		right: 0;
	}
	.center-carousel,
	.center-carousel img {
		height: 500px;
	}
	.services-modal-bg {
		width: 40%;
	}
	.serv-post {
		padding: 70px 50px;
		width: 60%;
	}
	.inline-gallery-filters a {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.nav-button-container {
		left: 0;
	}
	.header-page_title,
	.header-page_title_onepage {
		left: 340px;
	}
	.progress-indicator,
	.hero-slider-container-zoom,
	.share-button-wrap {
		right: 0;
	}
	.hero-slider-container-zoom {
		width: 88px;
		border-top: 1px solid var(--border-color2);
	}
	.fix_act .progress-indicator {
		margin: 0 88px 0 0;
	}
	.nav-wrapper {
		right: 90px;
		left: 0;
	}
	.header-inner {
		height: 120px;
		padding-left: 0;
	}
	.header-contacts {
		width: 50%;
	}
	.header-contacts ul {
		top: 0;
		transform: translateY(0);
		height: 100%;
	}
	.header-contacts ul li {
		height: 60px;
		line-height: 60px;
	}
	.header-contacts:before {
		top: 60px;
	}
	.header-social,
	.header-inner-title,
	.share-button_title,
	.nav_logo-holder,
	.height-emulator,
	.main_section_title_container:before,
	.inline-facts:before,
	.inline-facts-container:before,
	.st_dec:before,
	.st_dec_item,
	.st_dec:after,
	.featured_works-header_dec,
	.hero-con-aside,
	.slide-progress_container,
	.main-header:before,
	.main-header:after,
	.hero-con-aside_dec2,
	.hero_section_content:before,
	.hero_section_content:after,
	.hs2:after,
	.video_section_wrap_dec,
	.video_section_wrap:before,
	.video_section_wrap_dec:before,
	.adw_vs,
	.main_section_title_container_dec,
	.grid-column-content_dec:before,
	.grid-column-content_dec2:after,
	.fw_pag_dec:after,
	.main_section_title_container .arrow_dec_wrap,
	.center_carousel-controls,
	.single-video_con_dec:before,
	.single-video_con_dec:after,
	.contitemaside:before,
	.about_row_hero .block_text:before,
	.about_row_hero .block_text:after,
	.block_img,
	.grid-column-sb_dec:before,
	.grid-column-sb_dec:after,
	.footer-inner:before {
		display: none;
	}
	.bg-wrap {
		right: 0;
		min-width: 100%;
	}
	.container,
	.sub-footer,
	.testimonilas-carousel,
	.home_services_btn_wrap,
	.section-title_content,
	.hero-slider-wrapper,
	.hero-promo-wrap,
	.video_section_wrap,
	.center-carousel-wrap,
	.hero_section_content {
		width: 100%;
	}
	.section-title_content {
		padding: 120px 40px 90px;
	}
	.main_section_title_container {
		padding: 120px 40px;
	}
	.featured_works-header {
		padding: 120px 40px 100px 40px;
	}
	.testimonilas-carousel {
		padding: 40px 30px 90px;
	}
	.tc-button {
		top: 100%;
		transform: translateY(0);
		margin-top: -60px;
		font-size: 1.7em;
	}
	.logo-holder {
		left: 40px;
	}
	.share-button-wrap {
		width: 90px !important;
		padding: 0;
	}
	.share-button {
		position: absolute;
		left: 22px;
	}
	.facts-title-wrap,
	.inline-facts-container,
	.grid-column-container,
	.home_services_btn_wrap,
	.home_services_btn_wrap a,
	.footer-inner .grid-column-container,
	.contacts_wrap,
	.contact-item,
	.team-header-wrap,
	.gallery-filter_btn {
		display: block;
	}
	.share-wrapper {
		right: 0;
		width: 350px;
	}
	.main-footer,
	.footer-social {
		position: relative;
	}
	.footer-box,
	.footer-social,
	.grid-column-content,
	.team-header,
	.center-carousel-wrap,
	.contitemaside,
	.no-dec_fbcon .fixed-bar-content,
	.about_row_hero .block_text,
	.map_container,
	.contacts_wrap {
		padding: 0;
	}
	.footer-social {
		bottom: 0;
		padding: 0 40px;
		border: none;
		margin-top: -80px;
	}
	.footer-contacts,
	.footer-about,
	.footer-content-header {
		margin-top: 0;
	}
	.subcribe-form {
		margin-top: 50px;
	}
	.post-items {
		margin-top: 90px;
	}
	.single-slider-wrap {
		margin-top: 0;
	}
	.footer-box {
		border-top: 1px solid var(--border-color2);
		padding: 80px 40px;
	}
	.subcribe-form {
		padding-bottom: 90px;
	}
	.footer-inner_item .arrow_dec_wrap {
		bottom: 20px;
	}
	.facts-title {
		padding: 80px 40px;
	}
	.big-fact .inline-facts {
		text-align: left;
	}
	.inline-facts-wrap,
	.about_row_hero .block_text {
		border-left: none;
		margin-bottom: 0;
	}
	.inline-facts {
		padding: 0 0 0 50px;
		display: table;
	}

	.facts-title h2,
	.main_section_title_container h2,
	.section-title_content h2,
	.featured_works-header h2,
	.textual-section h2{
		font-size: 2.4em;
		line-height: 44px;
	}
	.featured_works-header h4 {
		margin-top: 14px;
	}
	.block_text h2 {
		line-height: 40px;
		font-size: 2.8em;
	}
	.inline-facts:after {
		left: 0;
	}
	.home_services_btn_wrap,
	.home_services_btn_wrap a,
	.hero-slider-controls,
	.hero_section_content,
	.post-header {
		position: relative;
	}
	.home_services_btn_wrap a {
		text-align: left;
		padding-left: 130px;
	}
	.home_services_btn_wrap a,
	.home_services_btn_wrap,
	.border-box_item,
	.offer-box,
	.section-title_content,
	.about_row_hero .block_text,
	.video_section_wrap,
	.grid-column-content,
	.single-video_con_dec,
	.inline-gallery-filters a,
	.inline-gallery-filters a.gallery-filter-active,
	.contitemaside,
	.no-dec_fbcon,
	.no-dec_fbcon .fixed-bar-content,
	.load-more-holder {
		border: none;
	}
	.offer-box,
	.blog-search-wrap {
		border-top: 1px solid var(--border-color);
	}
	.header-inner,
	.contact-item {
		border-bottom: 1px solid var(--border-color);
	}
	.half-carousel-item {
		height: 400px;
	}
	.featured_works-header .partcile-dec,
	.hero-slider-controls,
	.hero_section_content {
		right: 0;
	}
	.hero-slider-wrapper {
		padding: 0 40px;
	}
	.hc-pag_wrap {
		margin: 0 0 0 40px;
	}
	.hero-carousel_item h2,
	.hero_section_content h2 {
		font-size: 4em;
		line-height: 60px;
	}
	.hero-promo-btn {
		float: left;
		text-align: left;
		padding-left: 90px;
	}
	.hero-promo-btn i {
		text-align: center;
	}
	.hero_section_content {
		top: 0;
	}
	.hs2 {
		height: auto;
	}
	.about_row,
	.team-header-wrap,
	.inline-facts-wrap,
	.big-fact,
	.offer-box {
		padding: 40px;
	}
	.block_img {
		margin-top: 40px;
	}
	.team-header {
		margin-top: 20px;
	}
	.video_section_wrap {
		padding: 120px 40px;
	}
	.fixed-bar-content {
		margin-top: 0;
		padding: 50px 40px;
	}
	.custom-form button {
		background: var(--black-color2);
	}
	.contact-item {
		padding: 30px 40px;
	}
	.post-item_content {
		padding: 30px 40px;
		border-left: 1px solid var(--border-color);
		border-right: 1px solid var(--border-color);
	}
	.post-item {
		margin-bottom: 0;
	}
	.post-wrap .post-item:last-child {
		margin-bottom: 50px;
	}
	.post-item_content h3,
	.content_box_item h3 {
		font-size: 2em;
	}
	.center-carousel,
	.center-carousel img {
		height: 400px;
	}
	.fsc {
	}
	.ccsw-prev {
		right: auto;
	}
	.gallery-filter_btn {
		height: 90px;
		line-height: 90px;
		background: var(--main-color);
		position: relative;
		padding: 0 0 0 90px;
		width: calc(100% - 180px);
		border-bottom: 1px solid var(--border-color);
		text-align: left;
		text-transform: uppercase;
		cursor: pointer;
		z-index: 3;
	}
	.fixed-filters-nav .inline-gallery-filters {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		background: var(--black-color);
		padding: 40px;
		z-index: 10;
		height: auto;
		line-height: inherit;
		border-top: 1px solid var(--border-color2);
		display: none;
	}
	.inline-gallery-filters a {
		width: 100%;
		background: var(--black-color);
		padding: 10px 0;
		color: #fff;
		text-align: left;
		position: relative;
	}
	.inline-gallery-filters a:hover {
		background: var(--black-color);
	}
	.inline-gallery-filters a.gallery-filter-active {
		opacity: 0.5;
		background: none;
	}
	.load-more-holder {
		height: 120px;
	}
	.services-modal-bg {
		position: relative;
		height: 350px;
	}
	.serv-post,
	.services-modal-bg {
		float: left;
		width: 100%;
	}
	.services-modal-wrap_item {
		top: 0;
		transform: translateY(0);
		margin-top: 140px;
	}
	.fw_gic2,
	.fw_gic3 {
		padding: 0;
	}
	.main-social li {
		float: none;
		border: none;
		display: inline-block;
		margin: 0 10px;
		width: auto;
	}
	.pagination {
		margin: 0;
	}
	.pagination a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.blog-search-wrap {
		border: none;
		margin: 40px 0 0;
	}
	.content_box_item {
		padding: 40px 30px;
	}
	.single-menu-link {
		margin-left: 0;
	}
	.content,
	section {
		overflow: hidden;
	}
}
@media only screen and (max-width: 768px) {
	.logo-holder {
		left: 50%;
		height: 50px;
		transform: translateY(-50%) translateX(-50%);
	}
	.half-carousel-item {
		height: 350px;
	}
	.half-carousel .arrow_dec_wrap,
	.post-opt,
	.content-nav-media,
	.cn_all,
	.nav-container:after,
	.nav-decor,
	.header-page_title,
	.header-contacts,
	.header-page_title_onepage {
		display: none;
	}
	.hero_section_content {
		padding: 120px 40px 210px;
	}
	.center-carousel,
	.center-carousel img {
		height: auto;
	}
	.content-nav_holder {
		height: auto;
		line-height: normal;
	}
	.content-nav li {
		width: 100%;
		float: none;
		display: table;
	}
	.content-nav li a.ln {
		border-bottom: 1px solid var(--border-color2);
	}
	.center-carousel .swiper-slide {
		width: 100% !important;
		height: auto !important;
	}
	.gallery-items.three_columns .gallery-item,
	.gallery-items.three_columns .gallery-item.gallery-item-second,
	.twocolumns_folio .gallery-item,
	.pr-list ul li,
	.content-nav li a,
	.center-carousel,
	.center-carousel img,
	.hero-promo-btn,
	.post-opt,
	.gallery-items.two_columns .gallery-item {
		width: 100%;
	}
	.services-modal-wrap_item {
		margin-top: 90px;
	}
	.team-item {
		padding: 30px;
	}
	.team-img {
		height: 400px;
	}
	.team-info {
		padding: 0 30px;
	}
	.ti_close {
		top: 36px;
		right: 30px;
	}
	.hero_section_content {
		padding: 120px 30px 180px;
	}
	.hero_section_content h2 {
		font-size: 3em;
	}
	.box-widget-item {
		padding: 20px 30px;
	}
	.commentform.custom-form input,
	.commentform.custom-form textarea,
	.commentform.custom-form button {
		padding: 0 30px;
		width: 100%;
	}
	.commentform.custom-form textarea {
		padding-top: 30px;
		height: 180px;
	}
	.post-wrap {
		border-top: none;
	}
	.content-nav li a.ln,
	.content-nav li a.rn {
		overflow: hidden;
	}
	.content-nav li a.ln {
		padding-left: 100px;
	}
	.content-nav li a.rn {
		text-align: left;
		float: left;
	}
	.tabs-menu li {
		width: 100% !important;
	}
	.fixed-bar_item {
		padding: 30px;
	}
	.pr-list ul li {
		text-align: left;
		padding: 18px 0;
	}
	.grid-column-content.no_padc {
		padding: 0;
	}
	.contacts_title_wrap h4 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 2.2em;
	}
}
@media only screen and (max-width: 540px) {
	.nav-button-container {
		width: calc(100% - 90px);
	}
	.nav-button-wrap {
		left: 30px;
	}
	.menu-button-text {
		margin-left: 15px;
	}
	.nav-wrapper {
		right: 0;
	}
	.nav-wrap {
		padding: 70px 30px;
	}
	.testi-link,
	.home_services_list a span,
	.hc_controls-wrap_container .swiper-counter,
	.hc_counter,
	.preice-item .arrow_dec_wrap,
	.comment-num,
	.tabs-counter,
	.progress-indicator,
	.comment-meta,
	.comment-author i,
	.commnet-text i {
		display: none;
	}
	.testimonilas-text {
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.home_services_list a {
		padding: 0 0 0 40px;
	}
	.home_services_btn_wrap a {
		padding-left: 40px;
		font-size: 1.3em;
	}
	.btn {
		width: 100%;
		padding: 0 20px;
		text-align: left;
	}
	.btn i {
    top: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    border-left: 1px solid var(--border-color2);
}
	.cen-slider-pagination_wrap,
	.hcw_btn {
		height: 70px;
		line-height: 70px;
	}
	.hcw_btn {
		width: 70px;
	}
	.cen-slider-pagination_wrap {
		padding-right: 140px;
	}
	.hc_btn_wrap {
		right: 10px;
	}
	.hero-slider-container {
		padding: 90px 0 0 0;
	}
	.hero-carousel_item h2 {
		font-size: 2.8em;
		line-height: 42px;
	}
	.hero-promo-btn {
		padding-left: 40px;
	}
	.about-img-hotifer {
		position: relative;
		width: 100%;
	}
	.toglle-header {
		height: auto;
		line-height: normal;
		padding: 40px;
	}
	.toglle-content {
		padding: 40px;
	}
	.toglle-header span {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		right: 40px;
		border-left: none;
		background: none;
	}
	.ss-slider-cont {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
	}
	.tabs-menu li a,
	.tabs-counter {
		height: 70px;
		line-height: 70px;
	}
	.tabs-counter div,
	.tabs-counter span {
		width: 70px;
	}
	.tabs-menu {
		padding-right: 0;
	}
	.single-tagcloud {
		background: var(--black-color);
		padding: 35px 20px;
	}
	.comment-body {
		padding-left: 0;
	}
	.comment-header {
		padding: 0 10px 0 120px;
	}
	.commnet-text {
		padding: 30px;
	}
	.comment-author {
		left: 0;
		top: 90px;
		width: 100%;
		height: 90px;
		background: none;
	}
	.comment-author img {
		position: absolute;
		left: 0;
		top: -90px;
	}
	.single-tagcloud {
		display: block;
	}
	.single-tagcloud_title {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.home_services_list .hidden-works-item {
		padding: 0 40px;
	}
	.grid-det_link {
		font-size: 1.4em;
	}
	.post-item {
		padding: 0;
	}
	.post-item_content,
	.post-item_single .post-item_content {
		padding: 40px;
	}
	.post-item_content h3 {
		font-size: 1.6em;
	}
	.comments-title,
	.reply-title,
	.commnets-wrap {
		padding: 0 40px;
	}
	.comment_author {
		font-size: 1.3em;
	}
	.commnet-content {
		border-left: none;
	}
	.single-menu-link {
		width: calc(100% - 90px);
	}
	.to-top_btn {
		right: 30px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}
