/*!
Theme Name: AnatoliaDev
Theme URI: https://anatoliadev.com/
Author: AnatoliaDev
Author URI: https://anatoliadev.com/
Description: AnatoliaDev - Data Development  WordPress Theme is perfect if you like a clean and modern design. This theme is ideal for data development, web developers, data analytics developers, data analysis companies and those who need an easy, attractive and effective way to share their work with clients.
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecrait
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ecrait is based on Underscores https://underscores.me/, (C) 2012-2021 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--Import fonts --------------*/
:root {
  --main-color: #fff;
  --black-color: #000;
  --black-color2: #292929;
  --gray-color: #f5f5f5;
  --border-color: rgba(31, 31, 31, 0.1);
  --border-color2: rgba(255, 255, 255, 0.17);
  --main-font: "Saira", sans-serif;
  --second-font: "Orbitron", sans-serif;
}

html {
  overflow-x: hidden !important;
  height: 100%;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  font-weight: 400;
  background: var(--black-color);
  height: 100%;
  color: var(--black-color);
}

@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*-Typography------------------*/
p {
  font-size: 13px;
  line-height: 1.846em;
  padding-bottom: 10px;
  font-weight: 400;
  color: var(--black-color);
}

blockquote {
  padding: 10px 20px 0;
  margin: 0 0 20px;
  border-left: 10px solid #eee;
  position: relative;
  text-align: left;
}

blockquote p {
  font-style: italic;
  font-size: 13px;
  color: #333;
}

/* --Loader------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.spinner {
  width: 320px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -160px;
  z-index: 20;
}

.spinner:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border: 1px solid var(--border-color2);
}

.double-bounce2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 2;
  background: #fff;
}

.page-load {
  position: fixed;
  top: 0;
  left: 90px;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 18;
}

.pl-row {
  float: left;
  width: 20%;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}

.pl-row span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
}

.loader .pl-row span {
  bottom: 0;
}

.pl-row span.pl-row-anim {
  z-index: 2;
  background: var(--black-color);
}

.pl-row span.pl-row-anim2 {
  z-index: 1;
  background: var(--main-color);
}

.pl-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.5vw;
  font-family: var(--second-font);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 40;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  margin-top: 30px;
  -webkit-box-reflect: below 1px-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), to(rgba(0, 0, 0, 0.2)));
  text-align: center;
}

.act-loader {
  margin-top: 0;
  opacity: 1;
}

.menumasc {
  display: none;
  z-index: 10;
}

/* ------Cursor------------------------------------------------------------ */
.element {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
}

.element-item {
  position: fixed;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

.element-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.element-item.white_blur {
  border-color: rgba(255, 255, 255, 0.7);
}

.element-item.white_blur:before {
  background: var(--main-color);
}

.element-item.elem_hover:before {
  opacity: 0.2;
  -webkit-transform: scale(6.5);
      -ms-transform: scale(6.5);
          transform: scale(6.5);
}

.element-item.elem_hover {
  border-color: transparent;
}

.element-item:after {
  font-family: Font Awesome\5 Pro;
  content: "";
  position: absolute;
  font-size: 7px;
  left: 50%;
  color: #fff;
  top: 50%;
  width: 14px;
  height: 14px;
  font-weight: 100;
  line-height: 14px;
  margin: -7px 0 0 -7px;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.element-item.loader_element:before {
  border: 2px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
  opacity: 1;
  background: none;
  border-radius: 50%;
  -webkit-animation: spin33 1.4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: spin33 1.4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  width: 44px;
  height: 44px;
  font-weight: 100;
  line-height: 28px;
  margin: -24px 0 0 -24px;
}

@-webkit-keyframes spin33 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin33 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.element-item.slider_hover:before {
  -webkit-transform: scale(8.8);
      -ms-transform: scale(8.8);
          transform: scale(8.8);
  background: #000;
}

.element-item.close-icon:before {
  -webkit-transform: scale(8.8);
      -ms-transform: scale(8.8);
          transform: scale(8.8);
  background: #000;
}

.element-item.slider_hover {
  border-color: transparent;
  width: 60px;
  height: 60px;
}

.element-item.slider_hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  content: "\f07e";
  font-size: 13px !important;
  font-weight: 100;
}

.element-item.slider_linknext:after {
  content: "Next";
  text-indent: -8px;
}

.element-item.close-icon:after {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
  content: "\f00d";
  color: #000;
  line-height: 16px;
}

/* --Content Styles---------------*/
#main-theme {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

#main-theme.vis-main {
  opacity: 1;
}

#wrapper {
  height: 100%;
  margin-left: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

.theme-container {
  width: min(100% - 25px, 1700px);
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.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;
}

.respimg {
  max-width: 100%;
  height: auto;
}

.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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.border-box_item2 {
  -webkit-box-sizing: border-box;
          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;
}

.content-holder {
  position: absolute;
  top: 90px;
  left: 90px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.aside-column {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  width: 90px;
  z-index: 20;
  background: #000;
  border-right: 1px solid var(--border-color2);
}

.progress-bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  border-bottom: 1px solid var(--border-color2);
}

.progress-bar-container {
  position: absolute;
  left: 50%;
  top: 90px;
  bottom: 90px;
  width: 1px;
  background: rgba(255, 255, 255, 0.17);
  z-index: 1;
}

.progress-bar {
  position: absolute;
  left: 0;
  width: 1px;
  background: #fff;
  top: 0;
  height: 0;
}

/*-- Header  ------------------*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #000;
  z-index: 20;
  border-bottom: 1px solid var(--border-color2);
}

.logo-holder {
  float: left;
  width: 270px;
  line-height: 90px;
  position: relative;
  text-align: center;
}

.logo-holder img {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 2;
}

.logo-holder:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: var(--black-color2);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.logo-holder:hover:before {
  top: 0;
}

.aside-social {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  padding: 90px 0;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
  background: rgba(255, 255, 255, 0.07);
}
.aside-social ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.aside-social li {
  width: 100%;
  display: block;
}

.aside-social li a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.nav-holder {
  float: left;
  position: relative;
  opacity: 1;
  left: 0;
  visibility: visible;
  z-index: 20;
  top: 0;
}

.nav-holder nav {
  position: relative;
  border-left: 1px solid var(--border-color2);
  border-right: 1px solid var(--border-color2);
  float: left;
  padding: 0 40px;
}

.nav-holder nav li {
  float: left;
  position: relative;
  height: 90px;
}

.nav-holder nav li ul {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 220px;
  top: 90px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-holder nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.nav-holder nav li ul li ul {
  left: auto;
  right: 100%;
  top: -10px;
  margin: 0;
  max-width: 150px;
  border-right: 1px solid var(--border-color2);
}

.main-header.top-header .nav-holder nav li ul li ul {
  bottom: auto;
  top: -10px;
}

.nav-holder nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-right: 0px;
}

.nav-holder nav li ul li {
  float: none;
  display: block;
  height: auto;
}

.nav-holder nav li a {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 90px;
  position: relative;
  padding: 0 20px;
  text-align: left;
  color: #fff;
}

.nav-holder nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-holder nav li a.act-link:before,
.nav-holder nav li a:hover:before,
.nav-holder nav li a.act-sec:before {
  width: 100%;
}

.nav-holder nav li ul a {
  color: #fff;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 25px;
  line-height: 40px;
}

.nav-holder nav li ul a:before {
  display: none;
}

.header-contacts {
  float: right;
  height: 90px;
  margin-right: 90px;
  position: relative;
  border-left: 1px solid var(--border-color2);
  padding-left: 50px;
}
.header-contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-contacts:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.27);
  top: 50%;
  right: -60px;
}

.header-contacts li {
  margin-left: 40px;
  color: #fff;
  line-height: 90px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-contacts li a {
  color: #fff;
  margin-left: 30px;
}

/*---  footer ---------*/
.height-emulator {
  position: relative;
  z-index: 1;
}

.main-footer {
  background: var(--black-color);
  position: fixed;
  bottom: 0;
  left: 90px;
  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.4em;
  color: #fff;
  top: -90px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  background: var(--black-color);
  font-family: var(--second-font);
}

.subscribe-inner {
  top: -90px;
  position: relative;
}

.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::-webkit-input-placeholder {
  color: #fff;
}

.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;
  position: relative;
  text-transform: uppercase;
  font-family: var(--main-font);
  -webkit-appearance: none;
}

.subscribe-button i {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-left: 1px solid var(--border-color);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

.subscribe-button:hover i {
  background: var(--gray-color);
}

.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: 800;
  color: #fff;
  text-transform: uppercase;
}
.policy-box a {
  color: #fff;
}
.policy-box a:hover {
  color: #fff;
  opacity: 0.8;
}

.to-top_btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 180px;
  height: 90px;
  border-left: 1px solid var(--border-color2);
  font-size: 1.4em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  text-align: center;
}

.to-top_btn:hover {
  background: var(--black-color2);
}

.footer-contacts,
.footer-about {
  margin-top: 90px;
}

.footer-contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contacts li {
  display: block;
  margin: 28px 0;
  text-align: left;
  line-height: 1px;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.footer-contacts li a {
  position: absolute;
  left: 130px;
}

.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-contacts li a:hover,
.footer-social li a:hover {
  color: #fff;
}

.footer-content-header {
  margin-top: 90px;
  text-align: left;
  font-size: 1.6em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--second-font);
  position: relative;
}

.footer-content-header:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -40px;
  right: -40px;
  height: 1px;
  border-top: 1px solid var(--border-color2);
}

.footer-box {
  padding: 30px 40px 0;
}

.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 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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: 50%;
  height: 100%;
  width: 1px;
  top: 0;
  background: var(--border-color2);
  z-index: 2;
}

.footer-inner_item .arrow_dec_wrap {
  left: 40px;
  bottom: 120px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ardw_white .arrow_dec_dot:before {
  background: rgba(255, 255, 255, 0.3);
}

/*---  hero ---------*/
.slideshow-container .bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 8.5s linear;
  transition: all 8.5s linear;
}

.slideshow-container_wrap .swiper-slide-active .bg,
.slideshow-container_wrap .swiper-slide-duplicate-active .bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.main-hero-carousel-wrap {
  position: relative;
  padding-bottom: 90px;
}

.main-hero-carousel {
  border-bottom: 1px solid var(--border-color2);
}

.main-hero-carousel .swiper-slide .bg {
  width: 130%;
  left: -15%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.main-hero-carousel,
.main-hero-carousel-item {
  position: relative;
  overflow: hidden;
}

.main-hero-carousel-item .overlay {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-item .overlay {
  opacity: 0.4;
}

.main-hero-carousel .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main-hero-carousel-title {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 50px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  text-align: center;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-title {
  margin-top: 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  visibility: visible;
}

.carousle-item-dec {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 1px;
  height: 0px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 20;
}

.main-hero-carousel .swiper-slide-active .carousle-item-dec {
  height: 100px;
}

.main-hero-carousel-item_link {
  position: absolute;
  bottom: -30px;
  opacity: 0;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  background: var(--black-color);
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-item .main-hero-carousel-item_link {
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.main-hero-carousel-title h3 {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: var(--second-font);
  line-height: 50px;
}

.main-hero-carousel-title h3 a {
  color: #fff;
}

.main-hero-carousel-title h4,
.main-hero-carousel-title p {
  padding: 20px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.main-hero-carousel-title h3:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 1px;
  top: -25px;
  margin-left: -30px;
  background: #fff;
}

.fs-holder {
  position: relative;
  overflow: hidden;
  background: var(--black-color);
  z-index: 10;
}

.fslider-fw-item {
  overflow: hidden;
}

.fs-slider-conrols_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.hero_section {
  position: relative;
}

.hero_section_content {
  padding: 150px 0;
}

.hero_section_dec:before,
.hs2:after,
.hero_section_content:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 89px;
  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: -2;
}

.hero_section_content:before {
  background: none;
  z-index: 2;
  bottom: -89px;
}

.hs2:after {
  bottom: auto;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--border-color2);
}

.hs2:before {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.hero_section_content {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 66.666666%;
  padding: 180px 90px;
  color: var(--main-color);
}

.hero_section_content:after {
  content: "";
  position: absolute;
  left: -90px;
  width: 90px;
  top: 90px;
  bottom: 90px;
  background: var(--main-color);
}

.hero-con_dec {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 100%;
  top: 0;
}

.hero-con_dec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 90px;
  bottom: 90px;
  width: 90px;
  background: var(--main-color);
  z-index: 1;
}

.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: 0;
  left: 0;
  width: 66.666666%;
  height: 90px;
  line-height: 90px;
  z-index: 5;
}

.hero-promo-btn {
  float: left;
  padding: 0 90px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-right: 1px solid var(--border-color2);
}

.hero-promo-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 100px;
  width: 100px;
  height: 1px;
  background: var(--border-color2);
}

.hero-promo-btn i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: var(--main-color);
  color: #000;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 0.8em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-carousel_item {
  position: relative;
  text-align: left;
  padding: 50px 0;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.single-hci {
  float: left;
  padding: 90px 90px 50px;
  border-top: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
  width: 66.666666%;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.single-hci:before,
.single-hci:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  background: var(--border-color2);
  width: 100vw;
}

.single-hci:after {
  left: auto;
  right: 100%;
}

.hs_btn_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 180px;
  margin-top: -90px;
  z-index: 20;
}

.hs_btn {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  background: var(--black-color);
  color: #fff;
  cursor: pointer;
  font-size: 1.7em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.hs_btn i {
  line-height: 90px;
}

.hs_btn_wrap .hs_btn:first-child {
  border-bottom: 1px solid var(--border-color2);
}

.hs_btn_wrap_preview {
  position: absolute;
  right: 100%;
  width: 180px;
  top: 0;
  bottom: 0;
  background: var(--black-color2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.hs_btn:hover .hs_btn_wrap_preview {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.hs_btn:hover {
  color: #000;
  background: #fff;
}

.hero-slider-container-zoom {
  position: absolute;
  right: 0;
  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);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  text-align: center;
}
.hero-slider-container-zoom i {
  line-height: 90px;
}

.hero-slider-container-zoom:hover {
  background: var(--black-color2);
}

.hero-carousel_item h2,
.hero_section_content h2,
.post-head-title {
  font-size: 3.4em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 70px;
  padding: 20px 0;
  text-align: left;
  font-family: var(--second-font);
}

.hero-carousel_item h2 {
  font-size: 4.4em;
}

.hero-carousel_item h5,
.hhw_header {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-family: var(--second-font);
}

.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,
.post-head-title,
.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: 13px;
  text-align: left;
  margin-left: 0 !important;
}

.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;
}

.content-section.has-black-background-color .content-item.hero_section,
.dark-section .content-item.hero_section {
  background: none;
}

.hero-slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 33.3333333%;
  height: 90px;
  z-index: 10;
  background: var(--black-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.cbc_btn {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 100;
  top: 50%;
  margin-top: -35px;
  background: var(--black-color);
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
}
.cbc_btn i {
  line-height: 70px;
}

.carousel-btn_control-next {
  right: 0;
}

.carousel-btn_control-prev {
  left: 0;
}

.hc-pag_wrap {
  float: left;
  margin: 0 0 0 90px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hc_counter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  background: var(--black-color);
  line-height: 90px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hc_counter div {
  float: left;
  width: 88px;
  height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hc_counter div:first-child {
  border: none;
}

.hc_btn_wrap {
  position: absolute;
  right: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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%;
  border-left: 1px solid var(--border-color2);
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.strt_btn {
  position: absolute;
  left: -1px;
  right: 0;
  height: 89px;
  line-height: 89px;
  bottom: 0;
  background: var(--main-color);
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 90px 0 50px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  font-size: 1.1em;
  font-family: var(--second-font);
}

.fs-slider-conrols_wrap .strt_btn {
  left: 66.666666%;
}

.hcc_dec:before,
.hcc_dec:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 100vw;
  background: var(--border-color2);
  width: 1px;
}

.hcc_dec:after {
  right: auto;
  left: 0;
}

.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 #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  background: var(--black-color);
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.hero-con-aside_dec2,
.hero-con-aside_dec3 {
  position: absolute;
  width: 33.3333333%;
  right: -1px;
  height: 90px;
  top: 0;
  background: var(--main-color);
  z-index: 10;
}

.hero-con-aside_dec3 {
  top: auto;
  bottom: 0;
  border-bottom: 1px solid var(--border-color);
}

.slide-progress-wrap {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 270px;
  right: 270px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.slide-progress {
  position: absolute;
  height: 1px;
  left: 0;
  width: 0;
  top: 0;
  background: #fff;
}

.hero-con-aside_dec {
  position: absolute;
  right: 50%;
  height: 100%;
  width: 1px;
  bottom: 0;
  background: var(--border-color2);
  z-index: 2;
}

/* --------- 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,
.content-section.has-black-background-color .content-item {
  background: var(--black-color);
}

.content-section_item {
  padding: 150px 0;
}

.cs_dec:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 90px;
  top: 90px;
  z-index: 1;
  background: var(--gray-color);
}

.cs_dec3:before {
  bottom: 180px;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}

.cs_dec:after {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 50%;
  bottom: 90px;
  background: var(--gray-color);
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}

.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;
}

.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 {
  font-size: 4.4em;
  font-weight: 600;
  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: var(--main-color);
}

.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;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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,
.grid-column-content_dec2:after,
.fw_pag_dec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 90px;
  background: var(--gray-color);
}

.grid-column-content_dec:before,
.fw_pag_dec:after {
  border-top: 1px solid var(--border-color);
}

.gcc_sinpr:before {
  border-bottom: 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;
}

.ssw-fh {
  margin: 0;
}

.single-slider-wrap .grid-item-holder:before {
  display: none;
}

.single-slider-wrap .swiper-autoheight .swiper-slide,
.single-slider-wrap .swiper-container-autoheight .swiper-slide {
  height: 100%;
}

.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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: -35px;
}

.ss-slider-cont-next {
  right: 0;
}

.ss-slider-cont-prev {
  left: 0;
}

.ss-slider-cont:hover,
.btn:before {
  background: var(--black-color2);
}

/*------ Button ----*/
.btn {
  background: var(--black-color);
  color: var(--main-color);
  padding: 0 0 0 40px;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: 2px;
  text-align: left;
}

.btn i {
  top: 0;
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 2;
}

.btn:before {
  content: "";
  position: absolute;
  width: 70px;
  right: 0;
  height: 70px;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:hover:before {
  width: 0;
}

.btn span,
.fixed-bar_item_btn span {
  position: relative;
  min-width: 300px;
  display: block;
}

/*------ portfolio ----*/
.fsc-holder {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--black-color);
  z-index: 12;
  overflow: hidden;
}

.fw-carousel-wrap {
  position: relative;
  overflow: hidden;
  height: 65vh;
  margin-bottom: 90px;
  z-index: 2;
}

.fw-carousel .swiper-container,
.det-carousel .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.slider-wrap .swiper-slide img,
.fw-carousel .swiper-slide img,
.det-carousel .swiper-slide img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}

.slider-wrap .swiper-slide,
.fw-carousel .swiper-slide,
.center-carousel .swiper-slide,
.det-carousel .swiper-slide {
  width: auto !important;
  height: 100% !important;
  display: inherit !important;
}

.fw-carousel-wrap .fw-carousel img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.photo-info-btn {
  position: absolute;
  right: 220px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.pib_icon {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  top: -3px;
}

.sb-button_point {
  height: 10px;
  float: left;
  width: 100%;
  position: relative;
}

.sb-button_point:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.photo-info-btn:hover .sb-button_point:nth-child(2):before {
  margin-left: 6px;
}

.photo-info-btn_tooltip {
  position: absolute;
  font-size: 0.9em;
  text-transform: uppercase;
  top: 6px;
  right: 100%;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  min-width: 150px;
}

.show-info {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 15;
}

.tooltip-info {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 30px 40px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  margin-bottom: 0;
  visibility: hidden;
  z-index: 16;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.show-info span {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  float: right;
  font-weight: 400;
  margin: 0 30px 20px 0;
  z-index: 30px;
  position: relative;
}

.show-info.show-info_act span {
  display: none;
}

.tooltip-info h5 {
  text-align: right;
  position: relative;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  font-family: var(--second-font);
}

.show-info:hover .tooltip-info,
.show-info.show-info_act.vis-phot_det .tooltip-info {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.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 {
  font-weight: 800;
  color: #fff;
  text-align: left;
  font-size: 3.4em;
  text-transform: uppercase;
  position: relative;
  font-family: var(--second-font);
}

.featured_works-header h4 {
  font-size: 13px;
  text-align: left;
  padding-top: 10px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  z-index: 2;
  max-width: 450px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}

.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: -2;
}

.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-conatiner .swiper-container {
  overflow: inherit;
}

.half-carousel {
  width: 100vw;
}

.half-carousel-item {
  height: 55vh;
  overflow: hidden;
}

.half-carousel-item .overlay {
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.half-carousel .swiper-slide-active .half-carousel-item .overlay {
  opacity: 0.3;
}

.half-carousel-item .grid-det_category,
.half-carousel-item .arrow_dec_wrap,
.half-carousel-item .half-carousel-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}

.half-carousel .swiper-slide-active .half-carousel-item .half-carousel-content,
.half-carousel .swiper-slide-active .half-carousel-item .arrow_dec_wrap,
.half-carousel .swiper-slide-active .half-carousel-item .grid-det_category {
  opacity: 1;
  visibility: visible;
}

.half-carousel .box-media-zoom {
  top: -90px;
}

.half-carousel .swiper-slide-active .box-media-zoom {
  top: 0;
}

.half-carousel-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 50px 50px;
  opacity: 0;
}

.hc-counter {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 800;
  text-align: left;
  position: absolute;
  top: 50px;
  right: 40px;
  font-family: var(--second-font);
}

.half-carousel-content h3 {
  font-size: 2.4em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--second-font);
}

.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%;
}

.services-modal-bg .arrow_dec_wrap {
  bottom: 24px;
  z-index: 10;
  right: 50px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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 .arrow_dec_wrap .arrow_dec_dot:before {
  background: var(--main-color);
}

.hc_controls-wrap,
.hc_controls_link {
  height: 90px;
}

.hc_controls_link {
  line-height: 90px;
  background: var(--black-color);
  text-align: center;
}

.hc_controls_link a,
.order-wrap_btn {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--black-color);
  letter-spacing: 2px;
}

.order-wrap_btn {
  height: 70px;
  line-height: 70px;
  width: 350px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: var(--second-font);
  top: 50%;
  margin-top: -35px;
  overflow: hidden;
}
.order-wrap_btn:hover {
  color: #fff;
}

.hc_controls-wrap_container {
  background: var(--black-color2);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.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;
}
.hcw_btn i {
  line-height: 90px;
}

.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 {
  -webkit-transition: all 0.3s linear;
  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;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.pr_btn_dots {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cn_all:hover .pr_btn_dots {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.content-nav li {
  width: 50%;
  position: relative;
}
.content-nav li.post-nav-next-wrap {
  margin-left: auto;
}

.content-nav li a.ln,
.content-nav li a.rn {
  color: var(--main-color);
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  z-index: 10;
  font-size: 1.1em;
}

.content-nav li a i {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 1.3em;
  background: var(--black-color2);
}

.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 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: 90px;
}

.content-nav li:first-child .content-nav-media {
  left: 90px;
}

.prdet_box {
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.pr-list {
  margin: 30px 0 120px;
}

.pr-list ul {
  overflow: hidden;
}

.pr-list ul li {
  text-align: left;
  padding: 18px 0 18px 50px;
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-weight: 800;
}

.pr-list ul li span {
  color: #666;
  display: block;
  padding-bottom: 10px;
}

.gallery-fw_wrap {
  z-index: 4;
  background: var(--black-color);
  position: relative;
}

.swiper-counter {
  position: absolute;
  right: 0;
  top: 0;
  height: 90px;
  line-height: 90px;
  width: 180px;
  background: var(--main-color);
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.swiper-counter div {
  width: 88px;
  height: 90px;
  float: left;
  font-weight: 800;
  color: var(--black-color);
}

.swiper-counter div:last-child {
  border-left: 1px solid var(--border-color);
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.team-carousel-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after,
.team-carousel-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.team-carousel-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.team-carousel-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--main-color);
  opacity: 0.6;
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.hc-pag.swiper-pagination-horizontal.swiper-pagination-bullets .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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 900;
}
.box-media-zoom i {
  line-height: 90px;
}

.hov_zoom:hover .box-media-zoom {
  right: 0;
}

.hov_zoom,
.contitemaside {
  overflow: hidden;
}

.pb_container {
  min-height: 50vh;
  padding-bottom: 90px;
}

.pb_container:before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.pb_container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 90px;
  width: 1px;
  background: var(--border-color);
}

.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-bottom: 90px;
  min-height: 100vh;
}

.fw_gic:before {
  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);
}

.grid-item-holder {
  position: relative;
  overflow: hidden;
}

.grid-item-holder:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.vis-det-items .grid-item-holder:before {
  bottom: 80px;
}

.grid-item-holder:hover:before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.grid-item-holder:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: relative;
  z-index: 1;
}

.gallery-item {
  position: relative;
  width: 25%;
  padding: 0;
}

.gallery-items.three_columns .gallery-item {
  width: 33.3333333333%;
}

.gallery-items.two_columns .gallery-item {
  width: 50%;
  padding: 45px;
}

.single-gallery-grid {
  position: relative;
  overflow: hidden;
}

.single-gallery-grid .grid-item-holder:before {
  display: none;
}

.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%;
}

.horizontal-grid-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90px;
}

#portfolio_horizontal_container {
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}

#portfolio_horizontal_container .portfolio_item {
  width: auto;
  height: 100%;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#portfolio_horizontal_container.no-padding .portfolio_item {
  padding: 0;
}

#portfolio_horizontal_container.one-ver-columns .portfolio_item {
  padding-bottom: 0;
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item {
  height: 50%;
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item.portfolio_item_second {
  height: 100%;
}

#portfolio_horizontal_container.three-ver-columns .portfolio_item {
  height: 33.3%;
}

.one-ver-columns {
  height: 100%;
}

#portfolio_horizontal_container .portfolio_item img {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#portfolio_horizontal_container .portfolio_item .grid-item-holder {
  width: auto;
  height: 100%;
}

.grid-det {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.vis-det-items .grid-det {
  bottom: 80px;
}

.grid-det:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 70px;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.grid-det-item {
  position: absolute;
  left: 30px;
  bottom: -20px;
  right: 30px;
  background: var(--main-color);
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.vis-det-items .grid-det-item {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  border-bottom: 1px solid var(--border-color);
}

.pr_num {
  position: absolute;
  right: 1px;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-left: 1px solid var(--border-color);
  font-weight: 700;
  z-index: 10;
  text-align: center;
}

.vis-det-items .grid-det-item .pr_num {
  border-right: 1px solid var(--border-color);
}

.grid-det_category {
  position: absolute;
  left: 40px;
  bottom: 86px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.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;
}
.grid-det_category a:hover {
  color: var(--main-color);
}

.grid-det .grid-det_category {
  top: 20px;
  bottom: auto;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.grid-item-holder:hover .grid-det,
.grid-item-holder:hover .grid-det .grid-det-item,
.grid-item-holder:hover .grid-det_category {
  opacity: 1;
  visibility: visible;
}

.grid-item-holder:hover .grid-det:before {
  width: 70px;
}

.grid-item-holder:hover .grid-det .grid-det_category {
  top: 50px;
}

.grid-item-holder:hover .grid-det .grid-det-item {
  bottom: 30px;
}

.grid-det_link {
  font-family: var(--second-font);
  float: left;
  font-weight: 800;
  font-size: 1.2em;
  text-align: left;
  line-height: 80px;
  text-transform: uppercase;
}

.vis-det-items .grid-det_link {
  font-size: 1.1em;
}

.gi_dec {
  z-index: 1;
}

.gi_dec:before,
.gi_dec:after {
  content: "";
  position: absolute;
  background: var(--border-color2);
}

.gi_dec:before {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
}

.gi_dec:after {
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
}

.grid-det_category a:hover {
  opacity: 0.7;
}

.fw_gic2 {
  padding: 0 0 0 450px;
  border-bottom: 1px solid var(--border-color2);
}

.column-filters-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 100%;
  background: var(--black-color);
  z-index: 50;
  border-right: 1px solid var(--border-color2);
  border-bottom: 1px solid var(--border-color2);
}

.column-filters-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border-color2);
}

.fixed-filters-nav {
  background: var(--main-color);
  position: fixed;
  bottom: 0;
  left: 90px;
  right: 0;
  z-index: 100;
}

.column-filters-item {
  position: relative;
  padding-bottom: 90px;
  border-bottom: 1px solid var(--border-color2);
  overflow: hidden;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid var(--border-color);
}

.fixed-filters-nav .inline-gallery-filters {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  padding: 0 90px;
  float: left;
  margin-left: 90px;
}

.inline-gallery-filters a,
.column-filters-item .gallery-filters a {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 40px 0 0;
}

.column-filters-item .gallery-filters a {
  width: 100%;
  padding: 0 50px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-top: 1px solid var(--border-color2);
  overflow: hidden;
  background: var(--black-color);
}

.column-filters-item .gallery-filters a:first-child {
  border: none;
}

.column-filters-item a.gallery-filter-active,
.column-filters-item .gallery-filters a:hover {
  background: var(--black-color2);
  border-color: transparent;
}

.init-fc {
  position: relative;
  overflow: hidden;
  background: var(--black-color);
  z-index: 2;
}

.inline-gallery-filters a:before,
.column-filters-item a:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--black-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.column-filters-item a:before {
  background: var(--main-color);
  bottom: 0;
  height: 100%;
  left: auto;
  right: 0;
}

.inline-gallery-filters a.gallery-filter-active:before {
  width: 20px;
}

.column-filters-item a.gallery-filter-active:before {
  width: 10px;
}

.fixed-inline-filter_counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  background: var(--black-color);
  overflow: hidden;
  border-top: 1px solid var(--border-color2);
}

.column-filters-item .fixed-inline-filter_counter {
  width: 100%;
  top: auto;
  bottom: 0;
  z-index: 10;
}

.fixed-inline-filter_counter span {
  float: left;
  width: 50%;
  border-left: 1px solid var(--border-color2);
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.order-wrap {
  height: 180px;
  border-top: 1px solid var(--border-color);
  position: relative;
  background: var(--main-color);
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.order-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--border-color);
  width: 100%;
  left: 0;
}

/*--share----------------*/
.share-button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 90px;
  z-index: 21;
  cursor: pointer;
}

.share-button_title {
  position: absolute;
  top: 0;
  background: var(--black-color2);
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  left: 100%;
  width: 270px;
  height: 90px;
  line-height: 90px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.share-button-wrap:hover .share-button_title {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.share-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  margin: -18px 0 0 0;
}

.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;
  -webkit-transition: all 0.2s ease-in-out;
  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);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.share-button span:before {
  -webkit-transform: rotate(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
  top: -3px;
  left: -21px;
}

.share-button span:after {
  -webkit-transform: rotate(-23deg);
      -ms-transform: rotate(-23deg);
          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 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  top: 3px;
  left: -26px;
}

.share-wrapper {
  position: fixed;
  bottom: 90px;
  left: 90px;
  width: 360px;
  background: var(--black-color);
  z-index: 112;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.share-wrapper_vis {
  margin-bottom: 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-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: "03.";
}

.share-icon-tumblr:before {
  content: "05.";
}

.share-icon-linkedin:before {
  content: "04.";
}

.share-icon-pinterest:before {
  content: "02.";
}

/*--services -----------------*/
.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.2em;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.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 {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.toogle-item_vis .toglle-content {
  display: block;
}

.ps-facts-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 30px;
}

.ps-facts-item {
  float: left;
  width: 25%;
  position: relative;
  border-left: 1px solid var(--border-color);
  padding: 30px 20px;
  text-align: left;
}

.ps-facts-item h4 {
  font-size: 1rem;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ps-facts-item span {
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.ps-facts-item h5 {
  font-size: 1.3em;
}

.ps-facts-wrapper .ps-facts-item:first-child {
  border: none;
}

/*- 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, .ecrait-search-block {
  position: relative;
  margin: 90px 0 0;
  overflow: hidden;
}
.blog-search-wrap input, .ecrait-search-block input {
  width: 100%;
  height: 90px;
  line-height: 90px;
  border: none;
  background: var(--gray-color);
  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 90px 0 50px;
  outline: none;
}
.blog-search-wrap button, .ecrait-search-block button {
  outline: none;
  position: absolute;
  top: 0;
  height: 90px;
  line-height: 90px;
  width: 90px;
  cursor: pointer;
  background: var(--main-color);
  right: 0;
  font-size: 16px;
  border: 1px solid var(--border-color);
  border-right: none;
  padding: 0 2rem;
}

.ecrait-search-block .wp-block-search__inside-wrapper {
  position: relative;
}

.ecrait-search-block button {
  color: var(--black-color);
}

.no-label .wp-block-search__label {
  display: none;
}

.box-widget-item:has(> form.ecrait-search-block) {
  border-bottom: 0;
}

.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(--black-color);
  color: #fff;
  width: 180px;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -65px;
  z-index: 5;
  text-align: center;
}

.post-media .overlay,
.post-tooltip {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  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);
}

.content_box_item {
  padding: 70px 90px;
  border-bottom: 1px solid var(--border-color);
}

.post-item_content h3,
.content_box_item h3 {
  text-align: left;
  font-size: 1.7em;
  font-weight: 800;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.post-item_content h3 {
  font-size: 1.4em;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--main-font);
}

.post-opt-header {
  text-align: left;
  margin-bottom: 15px;
}

.post-opt-header a,
.post-opt-header span {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.post-item_footer {
  overflow: hidden;
  border: 1px solid var(--border-color);
  position: relative;
  background: var(--main-color);
  padding-left: 50px;
}

.post-item_footer a {
  display: block;
  text-align: left;
  position: relative;
  height: 70px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.post-item_footer a i {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-left: 1px solid var(--border-color);
  text-align: center;
}

.pagination {
  margin: 50px 0 50px 50px;
  text-align: center;
  float: left;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.pagination a,
.pagination span {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.9em;
  color: #fff;
  background: var(--black-color);
  letter-spacing: 1px;
}

.pagination a.current-page,
.pagination a:hover,
.pagination span.current {
  color: #fff;
}

.pagination a i {
  font-size: 12px;
}

.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.3em;
  font-weight: 800;
  padding: 0 50px;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  font-family: var(--second-font);
}

.box-widget_title:before,
.comments-title:before,
.reply-title:before,
.comment-reply-title:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #ccc;
  top: 50%;
  right: 25px;
}

.box-widget_title span {
  margin-right: 10px;
  color: #999;
}

.box-widget_content {
  padding: 50px;
}

.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);
  background: var(--main-color);
}

.categories_widget li {
  text-align: left;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
  font-size: 1.2em;
}

.categories_widget li a {
  position: relative;
  display: block;
}

.categories_widget li span {
  position: absolute;
  top: 50%;
  right: 0;
  color: #999;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-posts {
  overflow: hidden;
}

.widget-posts li {
  padding: 12px 0;
  float: left;
  width: 100%;
}

.widget-posts-media {
  position: relative;
  float: left;
  width: 30%;
}

.widget-posts-descr {
  float: left;
  width: 70%;
  padding: 20px 0 0 20px;
  text-align: left;
}

.widget-posts-descr a {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 1.1em;
}

.widget-posts-date {
  display: block;
  margin-top: 10px;
  color: #666;
  font-weight: 600;
}

.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-horizontal.swiper-pagination-bullets .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-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.ss-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ss-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.post-item_single .post-header {
  position: relative;
  width: 100%;
  padding: 35px 0 35px 50px;
  background: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-header span {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}

.post-header a,
.post-opt i {
  color: #fff;
  margin-right: 10px;
}
.post-header a:hover,
.post-opt i:hover {
  color: #fff;
}

.post-opt {
  position: absolute;
  color: #fff;
  width: 180px;
  height: 90px;
  line-height: 90px;
  right: 0;
  top: 0;
  border-left: 1px solid var(--border-color2);
  background: var(--black-color2);
}

.single-tagcloud {
  background: var(--black-color);
  padding: 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  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.4em;
  padding-bottom: 20px;
}

.post-item_single {
  margin: 0;
  width: 100%;
  padding: 0;
  background: var(--gray-color);
}

.post-item_single .post-item_content {
  padding: 60px;
}

.comments-title,
.reply-title,
.comment-reply-title {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 40px;
  background: var(--main-color);
  position: relative;
  font-family: var(--second-font);
}

.reply-title,
.comment-reply-title {
  margin: 40px 0 0 0;
  border-top: 1px solid var(--border-color);
}

.comments-wrap {
  padding: 0 50px;
}

.comment-item {
  position: relative;
  border: 1px solid var(--border-color);
  margin-bottom: 50px;
}
.comment-item .comment-item {
  margin-left: 50px;
  border-right: 0;
}
.comment-item .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.commentform.comments-wrap,
.comments-wrap.comments-wrap_form {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
}

.comment-body {
  padding-left: 90px;
  position: relative;
}

.comment-body + .comment-item {
  margin-top: 50px;
}

.comment-body:has(+ .comment-item) {
  border-bottom: 1px solid var(--border-color);
}

.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 {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.trackback .comment-meta,
.pingback .comment-meta {
  padding-top: 50px;
}

.comment-meta span {
  font-size: 1.4em;
  font-weight: 800;
  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.2em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.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 50px 50px;
}

.commentform fieldset {
  display: table;
  width: 100%;
  margin-top: 50px;
  border: 1px solid var(--border-color);
}

.commentform button,
.custom-form button,
.custom-form input[type=submit] {
  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[type=text],
.custom-form input[type=email] {
  height: 80px;
  line-height: 80px;
  border: none;
  position: relative;
  background: var(--main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  float: left;
  border-bottom: 1px solid var(--border-color);
  padding: 0 50px;
  outline: none;
}

.custom-form input[type=text]:first-child,
.custom-form input[type=email]:first-child,
.custom-form textarea,
.commentform textarea {
  border-right: 1px solid var(--border-color);
}

.custom-form textarea,
.commentform textarea {
  width: 50%;
  float: left;
  padding: 35px 50px 20px 50px;
  border: none;
  height: 90px;
  resize: vertical;
  scrollbar-width: none;
  -ms-overflow-style: none;
  outline: none;
}

.commentform textarea::-webkit-scrollbar,
.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);
  outline: none;
}

.commentform textarea::-webkit-input-placeholder,
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
  font-family: var(--main-font);
}

.commentform textarea::-moz-placeholder,
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
  font-family: var(--main-font);
}

.tabout-wrap {
  padding: 90px 0;
  position: relative;
}

.tabout-wrap:before,
.tabout-wrap:after,
.contacts_wrap:before {
  content: "";
  position: absolute;
  height: 90px;
  background: var(--gray-color);
}

.tabout-wrap:before {
  top: 0;
  width: 66.666666%;
  right: 0;
  border-left: 1px solid var(--border-color);
}

.contacts_wrap:before {
  top: 0;
  left: 0;
  width: 66.666666%;
  border-right: 1px solid var(--border-color);
}

.tabout-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 h2 {
  text-align: left;
  font-weight: 800;
  font-size: 2.3em;
  line-height: 50px;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: var(--second-font);
}

.block_text .btn {
  display: inline-block;
  margin-top: 50px;
}

.block_img {
  position: relative;
}

.block_img_fs .fs-wrapper {
  bottom: 90px;
  right: -89px;
}

.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: 89px;
  height: 180px;
  background: var(--main-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block_img_fs .fs-wrapper:after {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
}

.block_img_fs .fs-wrapper .arrow_dec_wrap {
  left: 40px;
  bottom: 80px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          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;
  background: var(--main-color);
  text-align: center;
}

.block_img_fs-let div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.ab_title-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 20;
}

.ab_title-logo span {
  font-size: 2.5em;
  color: #fff;
  font-weight: 800;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  text-transform: uppercase;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-family: var(--second-font);
}

.section-title_content {
  padding: 120px 90px;
  width: 66.666666%;
  border-right: 1px solid var(--border-color);
  position: relative;
  z-index: 5;
  background: var(--main-color);
}

.st_dec2 .section-title_content {
  padding: 210px 90px 120px;
}

.section-title_content:before,
.featured_works-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 178px;
  height: 90px;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--main-color);
}

.st_dec2 .section-title_content:before {
  width: 100%;
  border-left: none;
}

.featured_works-header:before {
  right: 33.333333%;
  border-color: var(--border-color2);
  background: rgba(255, 255, 255, 0.07);
}

.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 {
  font-size: 3.4em;
  font-weight: 800;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.section-title_content_item {
  position: relative;
  z-index: 2;
}

.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 {
  content: "";
  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: 33.333333%;
  top: 0;
  bottom: 90px;
  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-carousel {
  border-top: 1px solid var(--border-color);
}

.team-container {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.team-carousel {
  z-index: 2;
  position: relative;
}

.team-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33.333333%;
  width: 33.333333%;
  background: var(--main-color);
  border: 1px solid var(--border-color);
  border-bottom: none;
  z-index: 1;
}

.team-container:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  right: 0;
  left: 0;
  background: var(--border-color);
  z-index: 1;
}

.team-item {
  padding: 50px 50px;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.team-item_container h4 {
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 6px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.team-item_container h5 {
  color: #666;
  font-weight: 800;
  font-family: var(--second-font);
  text-transform: uppercase;
  font-size: 0.9em;
}

.team-content {
  padding: 20px 0;
  position: relative;
  border: 1px solid var(--border-color);
  border-top: none;
  background: var(--main-color);
}

.team-img {
  position: relative;
  overflow: hidden;
  height: 550px;
  border: 1px solid var(--border-color);
}

.team-social {
  position: absolute;
  left: 0;
  bottom: -90px;
  height: 90px;
  right: 0;
  line-height: 90px;
  background: var(--black-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  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-social li a {
  color: #fff;
}

.team-img:hover .team-social {
  bottom: 0;
}

.team_num {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--main-color);
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.team-carousel_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--border-color);
  height: 89px;
  z-index: 20;
  background: var(--main-color);
  text-align: center;
}

.team-carousel-slider-pagination_wrap {
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  display: inline-block;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.tmc-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 90px;
  height: 89px;
  line-height: 90px;
  z-index: 10;
  font-size: 1.4em;
  background: var(--main-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,
.cc-button:hover {
  background: var(--gray-color);
}

/*--clients-----------------------*/
.clients-carousel {
  overflow: hidden;
}

.client-item img {
  width: 100%;
  aspect-ratio: 6/2;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: baseline;
}

.client-item {
  height: 180px;
  line-height: 180px;
  position: relative;
  z-index: 2;
  border-right: 1px solid var(--border-color);
  display: block;
  border-bottom: 1px solid var(--border-color);
}

.client-item:hover {
  background: var(--main-color);
}

.clients-carousel-wrap {
  border-top: 1px solid var(--border-color);
  padding: 0 180px 0 0;
  -webkit-box-sizing: border-box;
          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: 0;
  font-size: 1.5em;
  height: 180px;
  line-height: 180px;
  width: 90px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.cc-button i {
  line-height: 180px;
}

.cc-button-next {
  right: 0;
  border-left: 1px solid var(--border-color);
}

.cc-button-prev {
  right: 90px;
}

/*-- video----------*/
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
  z-index: -1;
}

.video-container video {
  width: 100%;
}

.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;
  padding: 90px 0;
  overflow: hidden;
}

.testimonilas-carousel:before,
.testimonilas-carousel:after,
.testimonilas-carousel_wrap:before,
.testimonilas-carousel_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.testimonilas-carousel_wrap:before {
  top: 90px;
}

.testimonilas-carousel_wrap:after {
  top: 0;
  height: 100%;
  left: auto;
  right: 0;
  width: 33.333333%;
  background: var(--gray-color);
  border-left: 1px solid var(--border-color);
}

.testimonilas-carousel:after {
  top: auto;
  bottom: 90px;
}

.testi-item {
  border: 1px solid var(--border-color);
  background: var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  z-index: 2;
}

.testi-header {
  position: relative;
  height: 90px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding-left: 120px;
}

.testi-avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  width: 90px;
  height: 90px;
  overflow: hidden;
  padding: 15px 0 0 0;
  background: var(--gray-color);
  text-align: center;
}

.testi-avatar img {
  width: 60px;
  height: 60px;
}

.testi-header h3 {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 90px;
  font-size: 1.1em;
}

.testi-number {
  position: absolute;
  right: 50px;
  top: 35px;
  font-weight: 800;
}

.testi-date {
  position: absolute;
  bottom: 45px;
  left: 50px;
  font-weight: 800;
}

.testimonilas-text {
  text-align: left;
  padding: 50px 50px 90px;
}

.testi-link {
  position: absolute;
  font-size: 12px;
  font-weight: 800;
  right: 40px;
  bottom: 45px;
  text-transform: uppercase;
}

.testi_carousel-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 10;
  background: var(--main-color);
}

.testi_carousel-controls:before {
  content: "";
  position: absolute;
  right: 70px;
  width: 40px;
  height: 1px;
  background: #ccc;
  top: 50%;
}

.testi-slider-pagination_wrap {
  position: relative;
  padding: 0 70px 0 90px;
  height: 90px;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid var(--border-color);
  margin-right: 20px;
}

.testi-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  float: left;
  position: relative;
}

.testi-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  background: #ddd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.testi-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.testi-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.testi-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--black-color);
}

.tc-button {
  position: relative;
  float: left;
  height: 90px;
  line-height: 90px;
  width: 40px;
  font-size: 1.4em;
  cursor: pointer;
  z-index: 20;
}
.tc-button i {
  line-height: 90px;
}

/*--facts-------------------------------------*/
.inline-facts-wrap {
  border-left: 1px solid var(--border-color2);
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  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: Font Awesome\5 Pro;
  content: "\f067";
  position: absolute;
  left: 44px;
  top: 32px;
  font-size: 1.2em;
  font-weight: 100;
  color: #fff;
  display: block;
}

.inline-facts:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 100px;
  height: 1px;
  background: var(--border-color2);
}

.num {
  font-size: 4em;
  font-weight: 800;
  color: #fff;
  font-family: var(--second-font);
}

.inline-facts h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 10px;
}

.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);
}

.offer-box-wrap {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.offer-box-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(66.666666% - 1px);
  height: 90px;
  background: var(--gray-color);
  border: 1px solid var(--border-color);
  border-right: none;
  z-index: 10;
}

.offer-box {
  padding: 90px 90px;
  text-align: left;
  border-left: 1px solid var(--border-color);
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.offer-box:hover {
  background: #f9f9f9;
}

.offer-box_item {
  position: relative;
  z-index: 4;
}

.offer_container .offer-box:first-child {
  border: none;
}

.offer-box_num {
  font-size: 1.1em;
  font-weight: 600;
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  top: 0;
  right: 0;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--main-color);
  z-index: 20;
}

.offer-box i {
  font-size: 1.9em;
  margin-bottom: 60px;
  color: #666;
  font-weight: 100;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--border-color);
  text-align: center;
  background: var(--main-color);
}

.offer-box h4 {
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.offer-box_btn {
  position: absolute;
  left: 0;
  width: 33.333333%;
  bottom: 0;
  height: 90px;
  line-height: 90px;
  background: var(--black-color);
  color: #fff;
  text-transform: uppercase;
  z-index: 12;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.offer-box_btn:hover {
  color: #fff;
}

.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;
  -webkit-box-sizing: content-box;
          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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.home_services_list a:hover:before {
  background: var(--black-color);
  content: "\f105";
  color: #fff;
}

.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: -1px;
  bottom: 0;
  height: 89px;
  line-height: 89px;
  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;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          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-wrapper {
  background: var(--main-color);
  overflow: hidden;
  padding: 90px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.services-wrapper:before,
.order-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border-color);
}

.services-container {
  position: relative;
  margin-bottom: 45px;
}

.services-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  height: 1px;
  background: var(--border-color);
}

.services-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.services-modal-bg .overlay {
  opacity: 0.2;
}

.smc-rs .services-modal-bg {
  left: auto;
  right: 0;
}

.services-modal_content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.services-wrapper .services-container:last-child {
  margin-bottom: 0;
}

.serv-post {
  position: relative;
  float: right;
  padding: 70px 90px;
  width: 50%;
  background: var(--gray-color);
  border: 1px solid var(--border-color);
}

.smc-rs .serv-post {
  float: left;
}

.serv-title {
  font-size: 2em;
  font-weight: 800;
  text-align: left;
  padding-bottom: 50px;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.ser-list {
  overflow: hidden;
  margin-top: 30px;
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ser-list li {
  float: left;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.serv_price {
  display: table;
  height: 70px;
  line-height: 70px;
  padding: 0 70px;
  color: #fff;
  background: var(--black-color);
  margin-top: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.serv_numder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 1.1em;
  z-index: 10;
  font-weight: 600;
  background: var(--main-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  text-align: center;
}

.smc-rs .serv_numder {
  border-left: none;
}

/*------  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 {
  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 {
  background: var(--main-color);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.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;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
}

.fixed-bar_item_btn {
  padding: 0 90px 0 50px;
  text-align: left;
}

.fixed-bar_item_btn i {
  top: 0;
  position: absolute;
  right: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--black-color2);
  text-align: center;
  border-left: 1px solid var(--border-color2);
}

.fixed-bar_item_btn i {
  border-color: var(--border-color2);
}

.awwards-list,
.process-list {
  text-align: left;
  margin-top: 50px;
}

.about_row_hero .awwards-list,
.about_row_hero .process-list {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.about_row_hero .process-list {
  padding: 50px 0 20px;
}

.awwards-list h6,
.process-list h6 {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.awwards-list ul,
.process-list ul {
  display: block;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.awwards-list li,
.process-list li {
  float: left;
  width: 33.333333%;
  overflow: hidden;
  padding: 13px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.awwards-list li span {
  margin-bottom: 10px;
  color: #666;
  min-width: 100px;
  display: table;
  font-family: var(--main-font);
}

.process-list li {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}

.process-list li span {
  float: left;
  padding: 25px 0 25px 30px;
  width: 100%;
  border: 1px solid var(--border-color);
  background: var(--main-color);
  position: relative;
  z-index: 2;
}

.process-list li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 150px;
  height: 1px;
  background: var(--border-color);
  top: 50%;
  z-index: 1;
}

.process-list li:last-child:before {
  display: none;
}

/*------  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: 66.666666% 33.333333%;
  padding-top: 90px;
}

.contacts_title_wrap {
  position: relative;
  border-left: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  -webkit-box-sizing: border-box;
          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: 60px 50px;
  background: var(--main-color);
  position: relative;
  z-index: 2;
}

.contacts_title_wrap h4 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 2.4em;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--second-font);
}

.contact-form .comments-title {
  margin-bottom: 0;
  border: none;
  font-size: 1.4em;
}

.map-wrapper {
  height: 546px;
  overflow: hidden;
  position: relative;
}

.map_container {
  position: relative;
}

.cont_num {
  text-align: left;
  padding-bottom: 20px;
  font-size: 1.3em;
  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: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.contact-form {
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: 3;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  width: 100%;
}

.contact-form .custom-form input:first-child {
  border-right: none;
}

.contact-form textarea {
  padding: 35px 50px 20px 50px;
  height: 192px;
}

.contact-item span,
.contact-item a {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-item a {
  margin-top: 28px;
  display: table;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1px;
}

.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 {
  display: inline-block;
  border-right: 1px solid var(--border-color);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  width: 189px;
}

.main-social li:first-child {
  border-left: 1px solid var(--border-color);
}

.gallery-filter_btn {
  display: none;
}

.error-wrap {
  position: relative;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.error-wrap h2 {
  color: #fff;
  font-size: 12.7em;
  font-weight: 600;
  letter-spacing: 20px;
  height: 1px;
  margin-bottom: 180px;
  font-family: var(--second-font);
}

.error-wrap p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.nav-button_container {
  display: none;
}

/*-- Responsive --*/
@media only screen and (max-width: 1600px) {
  .logo-holder {
    width: 200px;
  }
  .header-contacts {
    border-left: none;
    padding-left: 0;
    margin-right: 30px;
  }
  .nav-holder nav {
    padding: 0 20px;
  }
  .header-contacts li {
    margin-left: 10px;
    letter-spacing: 0;
  }
  .header-contacts:before {
    display: none;
  }
  .nav-holder nav li a {
    padding: 0 10px;
  }
  .column-filters-wrap {
    width: 350px;
  }
  .fw_gic2 {
    padding: 0 0 0 350px;
  }
  .pl-spinner {
    font-size: 4em;
  }
}
@media only screen and (max-height: 1020px) {
  .aside-social {
    padding: 30px 0;
  }
  .progress-bar-wrap {
    height: 260px;
  }
  .progress-bar-container {
    top: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1258px) {
  .nav-button_container {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    right: 0;
    border-left: 1px solid var(--border-color2);
    display: block;
  }
  .nav-button {
    position: absolute;
    width: 28px;
    height: 50px;
    left: 50%;
    cursor: pointer;
    top: 50%;
    margin: -7px 0 0 -14px;
  }
  .nav-button span {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    height: 2px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 0;
    left: 0;
  }
  .nav-button .ncs,
  .nav-button .nbs {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .nav-button .ncs {
    float: right;
  }
  .nav-button.cmenu .nbs {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -8px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .nav-button.cmenu .ncs {
    opacity: 0;
  }
  .nav-button.cmenu .nos {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 1px;
  }
  .main-menu {
    position: absolute;
    top: 90px;
    right: 10px;
    width: 300px;
    z-index: 50;
    padding: 25px 20px;
    background: var(--black-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-left: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2);
  }
  .vismobmenu {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .menusb {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main-menu .menusb ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
  }
  .menusb li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  .menusb li i {
    position: absolute;
    right: 18px;
    top: 12px;
  }
  .menusb li i:before {
    content: "\f0da";
  }
  .menusb a {
    float: left;
    width: 100%;
    padding: 8px 5px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: left;
  }
  .menusb a.back {
    padding-left: 24px;
  }
  .menusb a.back:before {
    font-family: Font Awesome\5 Pro;
    content: "\f177";
    font-size: 14px;
  }
  .main-menu nav ul {
    display: none;
  }
  .header-contacts {
    margin-right: 120px;
  }
  .fixed-filters-nav .inline-gallery-filters {
    padding: 0 40px;
  }
  .gallery-items.three_columns .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1068px) {
  .content-holder,
  .main-footer,
  .page-load {
    left: 0;
  }
  .pl-spinner {
    font-size: 3.5em;
  }
  .share-button-wrap {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
  }
  .share-wrapper {
    bottom: auto;
    left: auto;
    width: 300px;
    top: 90px;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav-button_container {
    right: 90px;
    border-right: 1px solid var(--border-color2);
  }
  .header-contacts,
  .aside-column,
  .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,
  .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,
  .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,
  .share-button_title,
  .footer-inner_item .arrow_dec_wrap,
  .hc_counter,
  .hs_btn_wrap_preview,
  .element,
  .footer-content-header:before {
    display: none;
  }
  .bg-wrap {
    right: 0;
    min-width: 100%;
  }
  .theme-container,
  .sub-footer,
  .testimonilas-carousel,
  .home_services_btn_wrap,
  .section-title_content,
  .hero-slider-wrapper,
  .hero-promo-wrap,
  .video_section_wrap,
  .hero_section_content,
  .offer-box_btn {
    width: 100%;
  }
  .section-title_content {
    padding: 120px 40px 90px;
  }
  .main_section_title_container {
    padding: 120px 40px;
  }
  .featured_works-header {
    padding: 120px 40px 100px 40px;
  }
  .testi-slider-pagination_wrap {
    position: relative;
    padding: 0 50px;
    margin-right: 20px;
  }
  .hc-pag_wrap {
    margin: 0 0 0 30px;
  }
  .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;
  }
  .main-footer,
  .footer-social {
    position: relative;
  }
  .footer-box,
  .footer-social,
  .grid-column-content,
  .team-header,
  .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: 110px;
  }
  .post-items {
    margin-top: 90px;
  }
  .single-slider-wrap {
    margin-top: 0;
  }
  .footer-box {
    border-top: 1px solid var(--border-color2);
    padding: 70px 40px;
  }
  .subcribe-form {
    padding-bottom: 90px;
  }
  .footer-content-header {
    margin-bottom: 30px;
  }
  .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 {
    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, .ecrait-search-block {
    border-top: 1px solid var(--border-color);
  }
  .header-inner,
  .contact-item {
    border-bottom: 1px solid var(--border-color);
  }
  .half-carousel-item {
    height: 400px;
  }
  .hero-slider-controls,
  .hero_section_content {
    right: 0;
  }
  .hero-slider-wrapper {
    padding: 0 40px;
  }
  .hero-carousel_item h2,
  .hero_section_content h2,
  .post-head-title {
    font-size: 3em;
    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;
    background: rgba(0, 0, 0, 0.2);
    padding: 120px 90px 210px;
  }
  .hs2 {
    height: auto;
  }
  .about_row,
  .team-header-wrap,
  .inline-facts-wrap,
  .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: 0;
  }
  .custom-form button,
  .custom-form input[type=submit] {
    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;
  }
  .post-wrap {
    border-top: none;
  }
  .hc_controls-wrap_container {
    height: 90px;
  }
  .section-title_content:before,
  .featured_works-header:before {
    right: 0;
  }
  .single-hci {
    padding: 50px;
    border: none;
    width: 100%;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  .fixed-filters-nav {
    left: 0;
  }
  .fixed-inline-filter_counter {
    width: 180px;
  }
  .gallery-filter_btn {
    height: 90px;
    line-height: 90px;
    background: var(--main-color);
    position: relative;
    padding: 0 0 0 90px;
    width: calc(100% - 270px);
    left: 90px;
    border-left: 1px solid var(--border-color);
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 3;
  }
  .inline-filters-nav .gallery-filter_btn {
    width: calc(100% - 180px);
    left: 0;
    padding-left: 30px;
  }
  .inline-filters-nav {
    position: relative;
    z-index: 100;
  }
  .fixed-filters-nav .inline-gallery-filters,
  .inline-filters-nav .inline-gallery-filters {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: var(--black-color);
    padding: 40px;
    z-index: 20;
    height: auto;
    line-height: inherit;
    border-top: 1px solid var(--border-color2);
    display: none;
    margin-left: 0;
  }
  .inline-filters-nav .inline-gallery-filters {
    bottom: auto;
    top: 100%;
  }
  .inline-gallery-filters a,
  .inline-filters-nav .inline-gallery-filters a {
    width: 100%;
    background: var(--black-color);
    padding: 10px 0;
    color: #fff;
    text-align: left;
    position: relative;
  }
  .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;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(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;
  }
  .main-social li:first-child {
    border: none;
  }
  .pagination {
    background: var(--black-color);
    width: 100%;
    margin: 0;
    height: 90px;
    line-height: 90px;
  }
  .pagination a,
  .pagination span {
    width: auto;
    padding: 0 10px;
    display: inline-block;
    float: none;
  }
  .blog-search-wrap, .ecrait-search-block {
    border: none;
    margin: 90px 0 0;
  }
  .content_box_item {
    padding: 40px 30px;
  }
  .content,
  section {
    overflow: hidden;
  }
  .half-carousel,
  .post-item {
    width: 100%;
  }
  .hs_btn_wrap {
    top: 100%;
    width: 182px;
    height: 90px;
    margin-top: -90px;
    border-left: 1px solid var(--border-color2);
  }
  .hs_btn_wrap .hs_btn:first-child {
    border-bottom: none;
    border-right: 1px solid var(--border-color2);
  }
  .st_dec2 .section-title_content {
    padding: 210px 50px 50px;
  }
  .order-wrap {
    height: 90px;
  }
  .order-wrap_btn {
    height: 90px;
    line-height: 90px;
    width: 100%;
    display: block;
    top: 0;
    margin-top: 0;
  }
  .column-filters-wrap {
    width: 100%;
    position: relative;
  }
  .fw_gic2 {
    padding: 0;
  }
  .column-filters-item .gallery-filters a {
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
  }
  .fw-carousel-wrap {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .testi_carousel-controls:before,
  .slide-progress-wrap,
  .process-list li:before,
  .fixed-filters-nav .scroll-down-wrap,
  .fwcwh-mob-hidden,
  .fw-carousel-wrap .cbc_btn {
    display: none;
  }
  .gallery-filter_btn {
    padding: 0 0 0 30px;
    width: calc(100% - 180px);
    left: 0;
  }
  .hero_section_content {
    padding: 120px 40px 210px;
  }
  .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);
  }
  .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,
  .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,
  .post-head-title {
    font-size: 3em;
  }
  .commentform.custom-form input,
  .commentform.custom-form textarea,
  .commentform.custom-form button,
  .commentform textarea {
    padding: 0 30px;
    width: 100%;
  }
  .commentform.custom-form textarea,
  .commentform textarea {
    padding-top: 30px;
    height: 180px;
  }
  .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;
  }
  .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;
  }
  .to-top_btn {
    position: absolute;
    top: -90px;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    border-left: none;
    text-align: center;
  }
  .half-carousel-content h3 {
    font-size: 2em;
  }
  .half-carousel-content h3 a {
    min-height: 40px;
  }
  .half-carousel-content {
    padding: 0 20px 20px;
  }
  .half-carousel-item .grid-det_category {
    left: 20px;
    top: 20px;
  }
  .services-wrapper {
    padding: 50px;
  }
  .awwards-list li,
  .ps-facts-item {
    width: 50%;
  }
  .ps-facts-item {
    border-left: none;
    border-top: 1px solid var(--border-color);
  }
  .process-list li {
    width: 100%;
    padding-right: 0;
  }
  .grid-det_link {
    font-size: 1em;
  }
  #portfolio_horizontal_container,
  .horizontal-grid-wrap,
  .horizontal-grid-container {
    float: left;
    width: 100%;
    position: relative;
  }
  #portfolio_horizontal_container .portfolio_item,
  #portfolio_horizontal_container .portfolio_item .grid-item-holder,
  #portfolio_horizontal_container .portfolio_item .grid-item-holder img,
  .horizontal-grid-container {
    width: 100%;
    height: auto !important;
  }
  .fw-carousel .swiper-container,
  .fw-carousel,
  .fw-carousel-wrap {
    height: auto !important;
  }
  .fw-carousel-wrap {
    height: auto;
    margin-bottom: 0;
  }
  .fw-carousel .swiper-slide img,
  .fw-carousel .swiper-slide {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .fw-carousel .swiper-wrapper {
    height: inherit !important;
    display: block;
  }
  .fw-carousel .swiper-container,
  .fw-carousel,
  .fw-carousel-wrap,
  .no-mob-hidden {
    height: auto !important;
  }
  .fw-carousel .swiper-container {
    position: relative;
  }
  .show-info.show-info_act span {
    display: block;
  }
  .tooltip-info {
    padding: 50px 30px 50px;
  }
  .hc-counter {
    top: 0;
    margin: -30px 0 0 0;
    right: 30px;
  }
}
@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,
  .preice-item .arrow_dec_wrap,
  .comment-num,
  .progress-indicator,
  .comment-meta,
  .comment-author i,
  .commnet-text i {
    display: none;
  }
  .btn {
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }
  .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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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;
  }
  .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;
  }
  .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,
  .comment-reply-title,
  .comments-wrap {
    padding: 0 40px;
  }
  .comment_author {
    font-size: 1.3em;
  }
  .commnet-content {
    border-left: none;
  }
  .services-wrapper {
    padding: 0;
  }
  .serv-post {
    padding: 30px;
  }
  .testimonilas-text {
    padding: 50px 30px 90px;
  }
  .awwards-list li,
  .ps-facts-item {
    width: 100%;
  }
  .main-social_wrap {
    height: auto;
    line-height: normal;
  }
  .main-social_wrap li {
    padding: 30px 0;
  }
  .error-wrap h2 {
    font-size: 8.7em;
    letter-spacing: 2px;
    margin-bottom: 140px;
  }
  .pl-spinner {
    font-size: 1.5em;
  }
  .logo-holder {
    width: 150px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}
.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcontent-flend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post, .page {
  margin-bottom: 0;
}

.elementor p:last-child {
  margin-bottom: 0;
}

.elementor-column-gap-default > .elementor-row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.elementor-column-gap-extended > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}

select {
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
}

table {
  margin-bottom: 1em;
}
table th, table td {
  font-weight: normal;
}
table thead th {
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-weight: 700;
}
table td, table th {
  padding: 10px 10px;
}

.tbtn {
  color: #fff;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-bot-90 {
  padding-bottom: 90px;
}

.cthiso-isotope-wrapper {
  overflow-x: hidden;
}

.cthiso-items {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.cthiso-items > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cthiso-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cthiso-item-holder {
  /*float: left;*/
  width: 100%;
  height: auto;
  position: relative;
  /*padding:2px;*/
  margin-bottom: 0;
}

.cthposts-wrap.cthiso-xxbig-pad {
  margin-top: -50px;
}

.cthposts-wrap.cthiso-xbig-pad {
  margin-top: -30px;
}

.cthposts-wrap.cthiso-big-pad {
  margin-top: -15px;
}

.cthposts-wrap.cthiso-medium-pad {
  margin-top: -10px;
}

.cthposts-wrap.cthiso-small-pad {
  margin-top: -5px;
}

.cthposts-wrap.cthiso-extrasmall-pad {
  margin-top: -2px;
}

.cthiso-xxbig-pad.cthiso-items {
  margin-left: -50px;
  margin-right: -50px;
}

.cthiso-xxbig-pad .cthiso-item {
  padding: 50px;
}

.cthiso-xbig-pad.cthiso-items {
  margin-left: -30px;
  margin-right: -30px;
}

.cthiso-xbig-pad .cthiso-item {
  padding: 30px;
}

.cthiso-big-pad.cthiso-items {
  margin-left: -15px;
  margin-right: -15px;
}

.cthiso-big-pad .cthiso-item {
  padding: 15px;
}

.cthiso-medium-pad.cthiso-items {
  margin-left: -10px;
  margin-right: -10px;
}

.cthiso-medium-pad .cthiso-item {
  padding: 10px;
}

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
  margin-left: -5px;
  margin-right: -5px;
}

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
  padding: 5px;
}

.cthiso-extrasmall-pad.cthiso-items {
  margin-left: -2px;
  margin-right: -2px;
}

.cthiso-extrasmall-pad .cthiso-item {
  padding: 2px;
}

.cthiso-no-pad .cthiso-item {
  padding: 0;
}

.cthiso-item, .cthiso-sizer {
  width: 25%;
  position: relative;
  /*float:left;*/
  overflow: hidden;
}

.cthiso-item:hover {
  overflow: visible;
}

.cthiso-item-two, .cthiso-sizer-two,
.cthiso-item-second {
  width: 50%;
}

.cthiso-item-three, .cthiso-sizer-three {
  width: 75%;
}

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
.cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two,
.cthiso-one-cols .cthiso-item-second,
.cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
  width: 50%;
}

.cthiso-two-cols .cthiso-item-second,
.cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
  width: 33.333%;
}

.cthiso-three-cols .cthiso-item-second,
.cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
  width: 66.666%;
}

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
  width: 100%;
}

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
  width: 20%;
}

.cthiso-five-cols .cthiso-item-second,
.cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
  width: 40%;
}

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
  width: 60%;
}

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
  width: 16.666%;
}

.cthiso-six-cols .cthiso-item-second,
.cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
  width: 33.333%;
}

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
  width: 50%;
}

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
  width: 14.285%;
}

.cthiso-seven-cols .cthiso-item-second,
.cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
  width: 28.57%;
}

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
  width: 42.857%;
}

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
  width: 12.5%;
}

.cthiso-eight-cols .cthiso-item-second,
.cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
  width: 25%;
}

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
  width: 37.5%;
}

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
  width: 11.111%;
}

.cthiso-nine-cols .cthiso-item-second,
.cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
  width: 22.222%;
}

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
  width: 33.333%;
}

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
  width: 10%;
}

.cthiso-ten-cols .cthiso-item-second,
.cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
  width: 20%;
}

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  .cthiso-item, .cthiso-sizer {
    width: 50%;
  }
  .cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
  .cthiso-three-cols .cthiso-item,
  .cthiso-three-cols .cthiso-sizer,
  .cthiso-two-cols .cthiso-item,
  .cthiso-two-cols .cthiso-sizer {
    width: 50%;
  }
  .cthiso-one-cols .cthiso-item-second,
  .cthiso-one-cols .cthiso-item-two,
  .cthiso-one-cols .cthiso-item-three,
  .cthiso-three-cols .cthiso-item-second,
  .cthiso-three-cols .cthiso-item-two,
  .cthiso-three-cols .cthiso-item-three,
  .cthiso-two-cols .cthiso-item-second,
  .cthiso-two-cols .cthiso-item-two,
  .cthiso-two-cols .cthiso-item-three {
    width: 100%;
  }
  .tablet-three .cthiso-item, .tablet-three .cthiso-sizer {
    width: 33.333%;
  }
  .tablet-three .cthiso-item-second,
  .tablet-three .cthiso-item-two {
    width: 66.666%;
  }
  .tablet-three .cthiso-item-three {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cthiso-item, .cthiso-sizer {
    width: 100%;
  }
  .cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
  .cthiso-three-cols .cthiso-item,
  .cthiso-three-cols .cthiso-sizer,
  .cthiso-two-cols .cthiso-item,
  .cthiso-two-cols .cthiso-sizer,
  .cthiso-four-cols .cthiso-item,
  .cthiso-four-cols .cthiso-sizer,
  .cthiso-five-cols .cthiso-item,
  .cthiso-five-cols .cthiso-sizer,
  .cthiso-six-cols .cthiso-item,
  .cthiso-six-cols .cthiso-sizer {
    width: 100%;
  }
  .cthiso-big-pad .cthiso-item,
  .cthiso-medium-pad .cthiso-item,
  .cthiso-small-pad .cthiso-item,
  .cthiso-extrasmall-pad .cthiso-item {
    padding-bottom: 0;
  }
}
:root {
  --themecolor: #000;
  --theme-lheight: 1.66;
}

.color-bg {
  background-color: var(--themecolor);
}

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

a:hover, .btn:hover {
  text-decoration: none;
  color: var(--themecolor);
}

.btn:hover {
  color: var(--main-color);
}

.white-bg {
  background-color: #fff;
}

.sec-padding {
  padding: 90px 0;
}

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

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

.idx-5 {
  z-index: 5;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

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

.elementor-editor-active #wrapper > .content {
  z-index: 200;
}

.elementor-element-edit-mode .hero-wrap-title {
  position: relative;
}
.elementor-element-edit-mode.elementor-widget-hero_slider .swiper-container, .elementor-element-edit-mode.elementor-widget-hero_slider .swiper-wrapper, .elementor-element-edit-mode.elementor-widget-hero_slider .fs-slider-item {
  height: 100%;
}

section.hwedo-top {
  padding-bottom: 150px;
}

section.hwedo-bot {
  margin-top: -130px;
}

.elementor-top-section.hwedo-top {
  padding-top: 50px;
}

.elementor-top-section.hwedo-bot {
  padding-bottom: 50px;
}

section.habout-top {
  padding-bottom: 200px;
}

section.habout-bot {
  margin-top: -200px;
}

.elementor-top-section.habout-top {
  padding-top: 80px;
}

.elementor-top-section.habout-bot {
  padding-bottom: 80px;
}

section.hweare {
  padding-top: 90px;
  padding-bottom: 70px;
}

.hprojs-left {
  padding-top: 90px;
  padding-bottom: 90px;
}

.no-list-style {
  list-style: none;
}

.footer_nav-ele {
  position: relative;
}

.footer_nav-right.footer-list-inline:before {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.footer_nav-ele ul {
  margin: 0;
  padding: 0;
}

.footer-list-inline li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}
.footer-list-inline a {
  color: var(--themecolor);
}
.footer-list-inline a:hover {
  color: #fff;
}

.footer_nav-center {
  text-align: center;
}

.footer_nav-right {
  text-align: right;
  margin-right: 50px;
}

ul.footer-list li,
ul.footer-list-cols li {
  padding: 0 5px 15px 20px;
  position: relative;
  font-weight: 500;
}
ul.footer-list li:before,
ul.footer-list-cols li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background-color: var(--themecolor);
}
ul.footer-list a,
ul.footer-list-cols a {
  color: #fff;
}
ul.footer-list a:hover,
ul.footer-list-cols a:hover {
  color: var(--themecolor);
}

ul.footer-list-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.footer-list-cols li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 1.077em;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft, .wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}
.alignleft figcaption, .alignleft .wp-caption-text, .wp-block-image .alignleft figcaption, .wp-block-image .alignleft .wp-caption-text {
  margin-bottom: 0;
}

.alignright, .wp-block-image .alignright {
  display: inline;
  float: right;
  margin-top: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}
.alignright figcaption, .alignright .wp-caption-text, .wp-block-image .alignright figcaption, .wp-block-image .alignright .wp-caption-text {
  margin-bottom: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/*-------------------- 10.0 widget ----------------------------------*/
.wp-caption {
  max-width: 100%;
}

.gallery-caption, .wp-caption-text {
  margin-top: 5px;
}

.wp-caption p.wp-caption-text {
  font-size: 0.845em;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.bypostauthor .comment-meta {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

figcaption {
  font-style: italic;
}

p {
  margin-bottom: 1em;
}

.wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-cover.has-background-dim {
  margin-bottom: 1em;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: #fff;
}

.wp-block-gallery > .blocks-gallery-caption {
  margin-bottom: 1em;
}

.wp-block-media-text {
  margin-bottom: 1em;
}

.page-links + .spost-tags {
  margin-top: 1em;
}

.post-content > .page-links {
  margin-left: -10px;
}

.wp-block-button, .wp-block-group {
  margin-bottom: 1em;
}

.wp-block-group.has-background {
  padding: 1em;
}

.wp-block-archives-dropdown, .wp-block-categories-dropdown, .wp-block-search, .wp-block-calendar {
  margin-bottom: 1em;
}

.wp-block-latest-comments {
  padding: 0;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 1em;
}

.wp-block-latest-posts__list li {
  margin-bottom: 1em;
}
.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}

.wp-block-search__button-outside .wp-block-search__label {
  margin-bottom: 10px;
  display: none;
}
.wp-block-search__button-outside .wp-block-search__input {
  border: none;
  background: #eee;
  border-radius: none;
  position: relative;
  outline: none;
  padding: 0px 0px 0px 20px;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
}
.wp-block-search__button-outside .wp-block-search__button {
  height: 40px;
  font-size: 0.846em;
  background-color: var(--themecolor);
  border: 0;
  padding: 0 20px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

table {
  border: 1px solid #eee;
}

tr {
  border-bottom: 1px solid #eee;
}

tbody th {
  color: #222;
  font-weight: 700;
}

th + th, th + td,
td + th, td + td {
  border-left: 1px solid #eee;
}

.wp-block-rss__item-title, .widget_rss a.rsswidget {
  font-weight: 500;
}

.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
  margin-left: 0;
  margin-top: 5px;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
  line-height: 2em;
  font-weight: 500;
  font-size: 1.2rem;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li ul {
  margin-left: 15px;
}

.wp-block-archives,
.wp-block-page-list,
.wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-block-archives ul,
.wp-block-page-list ul,
.wp-block-categories-list ul {
  margin-left: 0;
  margin-top: 5px;
}
.wp-block-archives li,
.wp-block-page-list li,
.wp-block-categories-list li {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
  line-height: 2em;
  font-weight: 500;
  font-size: 1.2rem;
}
.wp-block-archives li:last-child,
.wp-block-page-list li:last-child,
.wp-block-categories-list li:last-child {
  margin-bottom: 0;
}
.wp-block-archives li ul,
.wp-block-page-list li ul,
.wp-block-categories-list li ul {
  margin-left: 15px;
}
.wp-block-archives ul,
.wp-block-page-list ul,
.wp-block-categories-list ul {
  display: block;
  width: 100%;
}
.wp-block-archives li ul,
.wp-block-page-list li ul,
.wp-block-categories-list li ul {
  margin-left: 0;
  margin-top: 6px;
}

.widget_categories li span,
.widget_archive li span, .wp-block-categories li span {
  color: #999;
}

.widget_meta ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget_meta ul ul,
.widget_rss ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul {
  margin-left: 0;
  margin-top: 5px;
}
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
  width: 100%;
  margin-bottom: 6px;
  line-height: var(--theme-lheight);
  position: relative;
}
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget_recent_comments li {
  margin-bottom: 6px;
}
.widget_recent_comments ul li {
  line-height: var(--theme-lheight);
}

.widget_meta a,
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: #666;
}
.widget_meta a:hover,
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: #000;
}

.rss-date {
  font-size: smaller;
  font-style: italic;
}

.tagcloud a, .wp-block-tag-cloud a {
  font-size: 12px !important;
  padding: 10px 20px;
  background: var(--black-color);
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 600;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  display: inline-block;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
  color: #fff;
}

.tags-title {
  margin-right: 1rem;
  position: relative;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

table#wp-calendar {
  width: 100%;
  caption-side: top;
}
table#wp-calendar caption {
  margin-bottom: 10px;
  text-align: center;
  padding: 0;
}
table#wp-calendar th,
table#wp-calendar td {
  text-align: center;
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-calendar-nav-next {
  margin-left: auto;
}

.widget-box .wp-block-group .wp-block-group__inner-container > h2 {
  width: 100%;
  font-weight: 600;
  font-size: 1.231em;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6;
}
.widget-box .wp-block-group .wp-block-group__inner-container > h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--themecolor);
}

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

.wp-block-latest-comments__comment {
  line-height: var(--theme-lheight);
}

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

.wp-block-archives-dropdown label {
  margin-bottom: 1em;
}

.box-widget_title + .blog-search-wrap {
  margin-top: 0;
}

.wp-block-latest-posts li, .widget_recent_entries li {
  margin-bottom: 1em;
  font-weight: 500;
}

.aside-social ul,
.header-contacts ul,
.pr-list ul {
  list-style: none;
}

.post-opt,
.box-media-zoom,
.cbc_btn,
.hc_counter,
.lg-icon,
.main-social_wrap,
.ss-slider-cont,
.ss-slider-pagination_wrap {
  text-align: center;
}

.fixed-bar_item {
  min-height: 90px;
}

.slider-fw .swiper-wrapper,
.half-carousel .swiper-wrapper,
.testimonilas-carousel .swiper-wrapper,
.clients-carousel .swiper-wrapper {
  height: auto;
}

.toglle-content {
  line-height: 24px;
  /* padding-bottom: 10px; */
  font-weight: 400;
  color: var(--black-color);
}

.custom-form input[type=submit] {
  width: 100%;
}

.no-gap .wp-block-columns.is-layout-flex {
  gap: 0;
}

.leaflet-control-container .leaflet-top.leaflet-left {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.leaflet-touch .leaflet-bar {
  border: 0;
}

.leaflet-touch .leaflet-bar a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 0;
  background: #fff;
  font-size: 19px;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-radius: 0 !important;
}

.leaflet-control-attribution {
  display: none;
}

.folio-layout-horizontal .main-footer,
.folio-layout-horizontal .height-emulator,
.folio-layout-vertical .main-footer,
.folio-layout-vertical .height-emulator,
.folio-layout-sidefilter .main-footer,
.folio-layout-sidefilter .height-emulator {
  display: none;
}

.error-wrap .blog-search-wrap {
  width: 90%;
  max-width: 500px;
  margin: 50px auto 50px;
}
.error-wrap .blog-search-wrap input {
  height: 50px;
  line-height: 50px;
}
.error-wrap .blog-search-wrap button {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.widget-box.box-widget-item .wp-block-heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 800;
  padding: 0 50px;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  font-family: var(--second-font);
}
.widget-box.box-widget-item .wp-block-heading:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #ccc;
  top: 50%;
  right: 25px;
}
.widget-box.box-widget-item .wp-block-archives,
.widget-box.box-widget-item .wp-block-latest-posts,
.widget-box.box-widget-item .wp-block-latest-comments, .widget-box.box-widget-item .wp-block-calendar, .widget-box.box-widget-item .wp-block-categories, .widget-box.box-widget-item .wp-block-page-list, .widget-box.box-widget-item .wp-block-rss, .widget-box.box-widget-item .wp-block-tag-cloud,
.widget-box.box-widget-item .menu-all-pages-container,
.widget-box.box-widget-item .calendar_wrap,
.widget-box.box-widget-item > #recentcomments,
.widget-box.box-widget-item > .textwidget,
.widget-box.box-widget-item > .tagcloud,
.widget-box.box-widget-item .menu-testing-menu-container {
  padding: 50px 50px 50px;
}
.widget-box.box-widget-item.widget_meta > ul, .widget-box.box-widget-item.widget_archive > ul, .widget-box.box-widget-item.widget_categories > ul, .widget-box.box-widget-item.widget_recent_entries > ul, .widget-box.box-widget-item.widget_rss > ul, .widget-box.box-widget-item.widget_pages > ul {
  padding: 50px 50px 50px;
}
.widget-box.box-widget-item.widget_archive > select, .widget-box.box-widget-item.widget_categories > select, .widget-box.box-widget-item.widget_categories > form select, .widget-box.box-widget-item.widget_pages > select, .widget-box.box-widget-item.ecrait_recent_posts .widget-posts {
  margin: 50px 50px 50px;
}

.post-item_content.border-box_item {
  border-top: 1px solid var(--border-color);
}

.post-media + .post-item_content.border-box_item {
  border-top: 0;
}

.fs-holder.full-height {
  height: calc(100vh - 90px);
}

.comment-num {
  text-align: center;
}

.comment-reply-title small {
  margin-left: 1rem;
  font-weight: normal;
}

p.must-log-in {
  margin: 50px;
}
p.must-log-in a {
  font-weight: 500;
}

p.logged-in-as {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
p.logged-in-as a {
  font-weight: 500;
}

p.email-safe.comment-notes {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

fieldset + .comment-form-cookies-consent {
  margin-top: 2rem;
}

.post-page-numbers {
  margin-right: 0.5rem;
}
.post-page-numbers.current, .post-page-numbers:hover {
  font-weight: 500;
}

p.no-comments {
  margin-left: 50px;
}

.custom-logo-link.logo-text h2 {
  line-height: 90px;
  color: #fff;
}

.logo-holder:has(.custom-logo-link.logo-text):before {
  display: none;
}

.single-page-content-wrap + .content-box.comments-box {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.post-password-form {
  position: relative;
  overflow: hidden;
  max-width: 500px;
}
.post-password-form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: var(--gray-color);
  border: 1px solid var(--border-color);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 90px 0 50px;
  outline: none;
}
.post-password-form button {
  outline: none;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background: var(--main-color);
  right: 1px;
  font-size: 16px;
  border: 1px solid var(--border-color);
  border-right: none;
  padding: 0 2rem;
}

.ptype-content-none .blog-search-wrap {
  max-width: 500px;
  margin-top: 50px;
}
.ptype-content-none .blog-search-wrap input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: var(--gray-color);
  border: 1px solid var(--border-color);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 90px 0 50px;
  outline: none;
}
.ptype-content-none .blog-search-wrap button {
  outline: none;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background: var(--main-color);
  right: 1px;
  font-size: 16px;
  border: 1px solid var(--border-color);
  border-right: none;
  padding: 0 2rem;
}

.admin-bar .main-header {
  top: 32px;
}
.admin-bar #wrapper {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .main-header {
    top: 46px;
  }
  .admin-bar #wrapper {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.adbar-scroll .main-header {
    top: 0;
  }
  .admin-bar #wrapper {
    padding-top: 46px;
  }
}
.share-icon,
.share-icon:after,
.close-share-btn i {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.share-icon:hover {
  background: #3c3c3c;
  color: #fff;
}

.share-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  float: left;
  position: relative;
  font-size: 0.77em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: var(--themecolor);
}

.share-icon:before {
  font-family: "Font Awesome 5 Brands";
}

.share-icon-digg:before {
  content: "\f1a6";
}

.share-icon-email:before {
  content: "\f003";
}

.share-icon-flickr:before {
  content: "\f16e";
}

.share-icon-foursquare:before {
  content: "\f180";
}

.share-icon-rss:before {
  content: "\f09e";
}

.share-icon-facebook:before {
  content: "\f39e";
}

.share-icon-twitter:before {
  content: "\f099";
}

.share-icon-tumblr:before {
  content: "\f173";
}

.share-icon-linkedin:before {
  content: "\f0e1";
}

.share-icon-vimeo:before {
  content: "\f27d";
}

.share-icon-instagram:before {
  content: "\f16d";
}

.share-icon-pinterest:before {
  content: "\f231";
}

.share-icon-googleplus:before {
  content: "\f0d5";
}

.share-icon-in1:before {
  content: "\f08c";
}

.share-icon-stumbleupon:before {
  content: "\f1a4";
}

.share-icon-vk:before {
  content: "\f189";
}

.share-icon-okru:before {
  content: "\f263";
}

.share-icon-whatsapp:before {
  content: "\f232";
}

.share-icon-telegram:before {
  content: "\f2c6";
}