@charset "utf-8";
/*===============
 [ -Main Stylesheet-
  Theme: Terris
  Version: 1.0
  Last change: 21/07/2023 ]
  ++root++
  ++Typography++
  ++general++
  ++loader++
  ++header++
  ++portfolio++
  ++content++
  ++footer++
  ++share++
  ++blog++
  ++responsive++
*/

/*--Import fonts --------------*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Saira:wght@100;200;300;400;500;600;700;800&display=swap');
:root {
    --main-color: #fff;
    --black-color: #000;
    --black-color2: #292929;
    --gray-color: #f5f5f5;
    --border-color: rgba(31, 31, 31, .1);
    --border-color2: rgba(255, 255, 255, .17);
    --main-font: 'Saira', sans-serif;
    --second-font: 'Orbitron', sans-serif;
}

html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 12px;
    background: var(--black-color);
    height: 100%;
    text-align: center;
    color: var(--black-color);
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*-Typography------------------*/

p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
    color: var(--black-color);
}

blockquote {
    float: left;
    padding: 10px 20px 0;
    margin: 0 0 20px;
    border-left: 10px solid #eee;
    position: relative;
}

blockquote p {
    font-style: italic;
    font-size: 13px;
    color: #333;
}

/* --Loader------------------*/

.loader {
    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);
    transform: translateY(-50%);
    z-index: 40;
    color: #fff;
    transition: all .4s linear;
    opacity: 0;
    margin-top: 30px;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.3, transparent), to(rgba(0, 0, 0, 0.2)));
}

.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;
    transform: translate(-50%, -50%) scale(1.0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    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;
    transform: scale(1.0);
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.element-item.white_blur {
    border-color: rgba(255, 255, 255, .7);
}

.element-item.white_blur:before {
    background: var(--main-color);
}

.element-item.elem_hover:before {
    opacity: 0.2;
    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;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    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%;
    animation: spin33 1.4s cubic-bezier(.19, 1, .22, 1) infinite;
    width: 44px;
    height: 44px;
    font-weight: 100;
    line-height: 28px;
    margin: -24px 0 0 -24px;
}

@keyframes spin33 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.element-item.slider_hover:before {
    transform: scale(8.8);
    background: #000;
}

.element-item.close-icon:before {
    transform: scale(8.8);
    background: #000;
}

.element-item.slider_hover {
    border-color: transparent;
    width: 60px;
    height: 60px;
}

.element-item.slider_hover:after {
    transform: scale(1.0);
    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 {
    transform: scale(1.5);
    opacity: 1;
    content: "\f00d";
    color: #000;
    line-height: 16px;
}

/* --Content Styles---------------*/

#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#main.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%;
}

.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,
.single-slider img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 2;
}

.border-box_item {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    box-sizing: border-box;
}

.border-box_item2 {
    box-sizing: border-box;
    border-left: 1px solid var(--border-color2);
    border-right: 1px solid var(--border-color2);
}

.grid-column-container {
    position: relative;
    display: grid;
}

.grid-3-column {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
}

.grid-2-column {
    grid-template-columns: 50% 50%;
}

.grid-4-column {
    grid-template-columns: 25% 25% 25% 25%;
}

.grid-sb-column {
    grid-template-columns: 66.666666% 33.333333%;
}

.grid-sb-column2 {
    grid-template-columns: 33.333333% 66.666666%;
}

.fs-wrapper,
.grid-item-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.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, .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
}

.logo-holder img {
    width: 100%;
    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);
    transition: all .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, .07);
}

.aside-social li {
    float: left;
    width: 100%;
}

.aside-social li a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.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, .9);
    transition: all .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;
    transition: all .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:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .27);
    top: 50%;
    right: -60px;
}

.header-contacts li {
    float: left;
    margin-left: 0px;
    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, .07);
    z-index: 2;
}

.main-footer:after {
    content: '';
    position: absolute;
    bottom: 180px;
    left: 50%;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .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 {
    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);
    transition: all .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;
}

.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;
    transition: all .3s linear;
    color: #fff;
}

.to-top_btn:hover {
    background: var(--black-color2);
}

.footer-contacts,
.footer-about {
    margin-top: 90px;
}

.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;
}

.footer-contacts li span {
    display: inline-block;
    margin-right: 10px;
    min-width: 90px;
    color: rgba(255, 255, 255, .7);
}

.footer-contacts li a,
.footer-social li a {
    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 li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
}

.footer-about p {
    color: rgba(255, 255, 255, .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;
    transform: rotate(180deg)
}

.ardw_white .arrow_dec_dot:before {
    background: rgba(255, 255, 255, .3);
}

/*---  hero ---------*/

.slideshow-container .bg {
    transform: scale(1);
    transition: all 8.5s linear;
}

.slideshow-container_wrap .swiper-slide-active .bg,
.slideshow-container_wrap .swiper-slide-duplicate-active .bg {
    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%;
    transform: translateZ(0);
}

.main-hero-carousel,
.main-hero-carousel-item {
    position: relative;
    overflow: hidden;
}

.main-hero-carousel-item .overlay {
    transition: all .4s ease-in-out;
    opacity: .6;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-item .overlay {
    opacity: .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%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-title {
    margin-top: 0;
    opacity: 1;
    transition-delay: 1.0s;
    visibility: visible;
}

.carousle-item-dec {
    position: absolute;
    left: 50%;
    top: 28px;
    width: 1px;
    height: 0px;
    background: rgba(255, 255, 255, .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: .9em;
    font-weight: 600;
    z-index: 10;
    transition: all .4s ease-in-out;
}

.main-hero-carousel .swiper-slide-active .main-hero-carousel-item .main-hero-carousel-item_link {
    bottom: 30px;
    opacity: 1;
    transition-delay: 1.0s
}

.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 {
    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, .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, .4);
    width: 66.666666%;
    padding: 180px 90px;
}

.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: .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, .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: .8em;
    text-align: center;
    transition: all .2s ease-in-out;
}

.hero-carousel_item {
    position: relative;
    text-align: left;
    padding: 50px 0;
    z-index: 3;
    top: 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;
    transition: all .4s ease-in-out;
}

.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);
    transition: all .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, .2);
    transition: all .4s ease-in-out;
    color: #fff;
}

.hero-slider-container-zoom:hover {
    background: var(--black-color2);
}

.hero-carousel_item h2,
.hero_section_content h2 {
    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,
.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;
}

.hero_section_content .btn {
    display: table;
    margin-top: 40px;
}

.hero-carousel_item p {
    color: rgba(255, 255, 255, .8);
}

.hero-carousel_item .btn {
    margin-top: 20px;
}

.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);
    box-sizing: border-box;
}

.hcmc {
    border-left: 1px solid rgba(255, 255, 255, .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;
}

.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%;
    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, .2);
    box-sizing: border-box;
}

.hc_counter div {
    float: left;
    width: 88px;
    height: 90px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

.hc_counter div:first-child {
    border: none;
}

.hc_btn_wrap {
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
}

.hc_btn {
    float: left;
    width: 70px;
    cursor: pointer;
    font-size: 1.7em;
    color: #fff;
}

.hero-con-aside {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 33.3333333%;
    border-left: 1px solid var(--border-color2);
    z-index: 10;
    background: rgba(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;
    box-sizing: border-box;
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    animation-name: scroll;
    animation-duration: 2.2s;
    background: var(--black-color);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        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, .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: .3;
    z-index: -1;
}

.dark-section,
.dark-section .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: .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: 1.0em;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: var(--main-color);
    opacity: .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: .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;
    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-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;
    transition: all .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: .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;
    transition: all .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 {
    transform: scale(1.0);
    transition: all 300ms linear;
    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;
    transition: all .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: .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: 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;
    transition: all .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: .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, .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, .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: .6;
    transition: all .4s ease-in-out;
}

.half-carousel .swiper-slide-active .half-carousel-item .overlay {
    opacity: .3
}

.half-carousel-item .grid-det_category,
.half-carousel-item .arrow_dec_wrap,
.half-carousel-item .half-carousel-content {
    opacity: 0;
    transition: all .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;
    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);
}

.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;
}

.hc_controls-wrap_container {
    background: var(--black-color2);
    overflow: hidden;
    position: relative;
}

.hcw_btn {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: var(--black-color);
    cursor: pointer;
    border-left: 1px solid var(--border-color2);
    font-size: 1.3em;
    color: #fff;
}

.content-nav_holder {
    z-index: 20;
    border-bottom: 1px solid var(--border-color2);
    position: relative;
    background: var(--black-color);
    height: 90px;
    line-height: 90px;
}

.content-nav li a span,
.content-nav-media,
.pr_btn_dots,
.cn_all:before {
    transition: all .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, .4);
    height: 0;
    bottom: 20px;
}

.cn_all:hover:before {
    height: 50px;
    transition-delay: .3s
}

.pr_btn_dots {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    transition-delay: .3s
}

.cn_all:hover .pr_btn_dots {
    transition-delay: 0s;
    transform: rotate(90deg);
}

.content-nav li {
    width: 50%;
    float: left;
    position: relative;
}

.content-nav li a.ln,
.content-nav li a.rn {
    color: var(--main-color);
    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;
}

.swiper-counter div:last-child {
    border-left: 1px solid var(--border-color);
}

.hc-pag .swiper-pagination-bullet,
.team-carousel-slider-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    transition: all .5s ease;
}

.hc-pag .swiper-pagination-bullet:after,
.team-carousel-slider-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0.0);
}

.hc-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.team-carousel-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0);
}

.team-carousel-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

.hc-pag .swiper-pagination-bullet {
    background: var(--main-color);
    opacity: .6
}

.hc-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.hc-pag .swiper-pagination-bullet:after {
    border-color: rgba(255, 255, 255, .4)
}

.box-media-zoom {
    position: absolute;
    top: 0;
    right: -90px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 1.2em;
    color: var(--main-color);
    background: var(--black-color);
    z-index: 15;
    transition: all 200ms linear;
    font-weight: 900;
}

.hov_zoom:hover .box-media-zoom {
    right: 0;
}

.hov_zoom,
.contitemaside {
    overflow: hidden;
}

.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, .2);
    z-index: 2;
}

.vis-det-items .grid-item-holder:before {
    bottom: 80px;
}

.grid-item-holder:hover:before {
    background: rgba(0, 0, 0, 0);
    transition: all .2s linear;
}

.grid-item-holder:hover img {
    transform: scale(1.1);
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: all .6s linear;
    transition-delay: .2s;
    position: relative;
    z-index: 1;
}

.gallery-item {
    position: relative;
    width: 25%;
    padding: 0;
}

.gallery-items.three_columns .gallery-item {
    width: 33.333333333333%;
}

.gallery-items.two_columns .gallery-item {
    width: 50%;
    padding: 45px;
}

.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%;
    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, .6);
    transition: all .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, .3);
    transition: all .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;
    transition: all .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;
}

.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, .2);
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
}

.grid-det_category a {
    color: var(--main-color);
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8em;
    letter-spacing: 2px;
}

.grid-det .grid-det_category {
    top: 20px;
    bottom: auto;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .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: .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;
    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;
    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);
    transition: all .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;
}

.order-wrap {
    height: 180px;
    border-top: 1px solid var(--border-color);
    position: relative;
    background: var(--main-color);
    border-bottom: 1px solid var(--border-color);
}

.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;
    transition: all .2s ease-in-out;
}

.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;
    transform: scale(.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;
    transition: all 0.2s ease-in-out;
    background: var(--main-color)
}

.share-button:before {
    left: 12px;
    top: -2px
}

.share-button:after {
    left: 10px;
    bottom: 9px;
}

.share-button:hover:before {
    top: 12px;
    left: 4px;
}

.share-button:hover:after {
    bottom: 20px;
    left: 4px;
}

.share-button span:before,
.share-button span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -30px;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
}

.share-button span:before {
    transform: rotate(34deg);
    top: -3px;
    left: -21px;
}

.share-button span:after {
    transform: rotate(-23deg);
    top: 8px;
    left: -22px;
}

.share-button-wrap:hover .share-button:before {
    top: 12px;
    left: 4px;
}

.share-button-wrap:hover .share-button:after {
    bottom: 20px;
    left: 4px;
}

.share-button-wrap:hover .share-button span:before,
.share-button-wrap:hover .share-button span:after {
    transform: rotate(0);
    top: 3px;
    left: -26px;
}

.share-wrapper {
    position: fixed;
    bottom: 90px;
    left: 90px;
    width: 360px;
    background: var(--black-color);
    z-index: 112;
    overflow: hidden;
    transition: all .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 {
    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-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 {
    position: relative;
    margin: 90px 0 0;
    overflow: hidden;
}

.blog-search-wrap 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;
}

.blog-search-wrap 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;
}

.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: .9em;
    font-weight: 800;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -65px;
    z-index: 5;
}

.post-media .overlay,
.post-tooltip {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.post-media:hover .post-tooltip {
    opacity: 1;
}

.post-media:hover .overlay {
    opacity: 0.4;
}

.post-item_content {
    padding: 30px 40px;
    background: var(--main-color)
}

.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 {
    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 {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    position: relative;
    font-size: .9em;
    color: #fff;
    background: var(--black-color);
    letter-spacing: 1px;
}

.pagination a.current-page,
.pagination a:hover {
    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 {
    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;
    transform: translateY(-50%);
}

.widget-posts {
    overflow: hidden
}

.widget-posts li {
    padding: 12px 0;
    float: left;
    width: 100%;
}

.widget-posts-media {
    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-bullet {
    background: var(--main-color);
    margin: 0 14px;
    padding: 0;
    height: 6px;
    border-radius: 100%;
    opacity: 1;
    width: 6px;
    position: relative;
    top: -2px;
}

.ss-slider-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0.0);
}

.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0);
}

.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.post-item_single .post-header {
    position: relative;
    width: 100%;
    padding: 35px 0 35px 50px;
    background: var(--black-color);
    display: flex;
    text-transform: uppercase;
}

.post-header span {
    color: rgba(255, 255, 255, .9);
    margin-right: 10px;
}

.post-header a,
.post-opt i {
    color: #fff;
    margin-right: 10px;
}

.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: flex;
    text-transform: uppercase;
    overflow: hidden;
}

.single-tagcloud a {
    display: inline-block;
    margin: 0 5px 0 0;
    color: rgba(255, 255, 255, .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 {
    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 {
    margin: 40px 0 0 0;
    border-top: 1px solid var(--border-color);
}

.commnets-wrap {
    padding: 0 50px;
}

.comment-item {
    border: 1px solid var(--border-color);
    margin-bottom: 50px;
}

.commnets-wrap.commnets-wrap_form {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border-color);
}

.comment-body {
    padding-left: 90px;
    position: relative;
}

.comment-author {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: var(--gray-color);
}

.comment-author img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.comment-author i {
    position: absolute;
    bottom: 30px;
    font-size: 1.4em;
    left: 0;
    right: 0;
    text-align: center;
}

.comment-meta {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
}

.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 {
    width: 50%;
    float: left;
    height: 90px;
    line-height: 90px;
    border: none;
    background: var(--black-color);
    color: #fff;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--main-font);
    overflow: hidden;
    display: block;
    cursor: pointer;
    outline: none;
}

.custom-form {
    overflow: hidden
}

.custom-form input {
    height: 80px;
    line-height: 80px;
    border: none;
    position: relative;
    background: var(--main-color);
    box-sizing: border-box;
    width: 50%;
    float: left;
    border-bottom: 1px solid var(--border-color);
    padding: 0 50px;
}

.custom-form input:first-child,
.custom-form textarea {
    border-right: 1px solid var(--border-color);
}

.custom-form textarea {
    width: 50%;
    float: left;
    padding: 35px 50px 20px 50px;
    border: none;
    height: 90px;
    resize: vertical;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-form textarea::-webkit-scrollbar {
    width: 0px;
}

.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus {
    background: var(--gray-color);
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    font-family: var(--main-font);
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    font-family: var(--main-font);
}

.about-wrap {
    padding: 90px 0;
    position: relative;
}

.about-wrap:before,
.about-wrap:after,
.contacts_wrap:before {
    content: '';
    position: absolute;
    height: 90px;
    background: var(--gray-color);
}

.about-wrap:before {
    top: 0;
    width: 66.666666%;
    right: 0;
    border-left: 1px solid var(--border-color);
}

.contacts_wrap:before {
    top: 0;
    left: 0;
    width: 66.666666%;
    border-right: 1px solid var(--border-color);
}

.about-wrap:after {
    bottom: 0;
    width: 33.333333%;
    left: 0;
    border-right: 1px solid var(--border-color);
}

.about_row {
    grid-template-columns: 70% 30%;
    padding: 90px;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}

.about_row_hero {
    padding: 0;
    grid-template-columns: 66.666666% 33.333333%;
}

.block_text {
    padding: 0 90px 0 0;
    text-align: left;
}

.about_row_hero .block_text {
    padding: 90px;
    border-right: 1px solid var(--border-color);
    position: relative;
}

.about_row_hero .block_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -92px;
    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: -92px;
    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: .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;
    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;
    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);
}

.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%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 20;
}

.ab_title-logo span {
    font-size: 2.5em;
    color: #fff;
    font-weight: 800;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-transform: uppercase;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .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, .07);
}

.section-title_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -92px;
    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, .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: .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;
}

.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: .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;
    transition: all .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);
}

.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%;
    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-----------------------*/

.client-item img {
    width: 100%;
    aspect-ratio: 6/2;
    object-fit: contain;
}

.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;
    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);
}

.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%;
    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);
    transition: all .3s ease-in;
    overflow: hidden;
    transform: scale(1.0);
    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);
}

.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%;
    transform: translateY(-50%);
    border-right: 1px solid var(--border-color);
    margin-right: 20px;
}

.testi-slider-pagination {
    top: 50%;
    transform: translateY(-50%);
    float: left;
    position: relative;
}

.testi-slider-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
    background: #ddd;
    transition: all .5s ease;
    opacity: 1
}

.testi-slider-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    border-radius: 100%;
    transition: all .3s ease;
    transform: scale(0.0);
}

.testi-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1.0);
}

.testi-slider-pagination .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;
}

/*--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: 4.0em;
    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, .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;
    transition: all .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;
}

.home_services_list {
    border-top: 1px solid var(--border-color);
}

.home_services_list .hidden-works-item {
    display: block;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    text-align: left;
    padding: 0 130px;
    box-sizing: content-box;
}

.home_services_list .home_services_list_item:last-child .hidden-works-item {
    border: none
}

.home_services_list a:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
    position: absolute;
    right: 0;
    width: 90px;
    border-left: 1px solid var(--border-color);
    text-align: center;
    font-size: 1.2em;
    transition: all .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: .2
}

.hsbw_bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background: var(--main-color);
    z-index: 5;
}

.hsbw_bg .arrow_dec_wrap {
    left: 40px;
    bottom: 30px;
    z-index: 3;
    transform: rotate(180deg)
}

.st-dec,
.fcc_dec {
    position: absolute;
    top: 0;
    left: -90px;
    width: 90px;
    height: 90px;
    background: var(--main-color);
    z-index: 15;
}

.st-dec2,
.fcc_dec {
    background: var(--black-color);
}

.st-dec3 {
    left: auto;
    bottom: 0;
    top: auto;
    right: -89px;
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.fcc_dec {
    top: calc(100% - 90px);
}

.services-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: .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: 2.0em;
    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;
}

.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);
}

.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;
}

.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);
    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: 1.0em;
    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;
    transform: translateY(-50%);
}

.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: 4.0em;
    }
}

@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;
        transition: all 0.3s ease-in;
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }
    .nav-button .ncs,
    .nav-button .nbs {
        transition: all 0.2s ease-in;
    }
    .nav-button .ncs {
        float: right;
    }
    .nav-button.cmenu .nbs {
        transform: rotate(-45deg);
        top: -8px;
        transition-delay: 0.1s;
    }
    .nav-button.cmenu .ncs {
        opacity: 0
    }
    .nav-button.cmenu .nos {
        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;
        transition: all .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: 0px;
        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%;
    }
    .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 {
        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 {
        font-size: 3.0em;
        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, .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 {
        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: 2.0em;
    }
    .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: .5;
        background: none;
    }
    .load-more-holder {
        height: 120px;
    }
    .services-modal-bg {
        position: relative;
        height: 350px;
    }
    .serv-post,
    .services-modal-bg {
        float: left;
        width: 100%;
    }
    .services-modal-wrap_item {
        top: 0;
        transform: translateY(0);
        margin-top: 140px;
    }
    .fw_gic2,
    .fw_gic3 {
        padding: 0;
    }
    .main-social li {
        float: none;
        border: none;
        display: inline-block;
        margin: 0 10px;
        width: auto;
    }
    .main-social li:first-child {
        border: none
    }
    .pagination {
        background: var(--black-color);
        width: 100%;
        margin: 0;
        height: 90px;
        line-height: 90px;
    }
    .pagination a {
        width: auto;
        padding: 0 10px;
        display: inline-block;
        float: none;
    }
    .blog-search-wrap {
        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 {
        font-size: 3.0em;
    }
    .commentform.custom-form input,
    .commentform.custom-form textarea,
    .commentform.custom-form button {
        padding: 0 30px;
        width: 100%;
    }
    .commentform.custom-form textarea {
        padding-top: 30px;
        height: 180px;
    }
    .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;
    }
    .half-carousel-content h3 {
        font-size: 2.0em;
    }
    .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: 1.0em;
    }
    #portfolio_horizontal_container,
    .horizontal-grid-wrap {
        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 {
        width: 100%;
        height: auto !important;
    }
    .horizontal-grid-container {
        overflow: auto;
    }
    .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;
    }
    .main-hero-carousel-title h3 {
        font-size: 1.8em;
        line-height: 40px;
    }
}

@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%;
        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,
    .commnets-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;
    }
}
