.header__full--email p,
.header__full--social h4 {
    line-height: 20px;
    font-family: "Titillium Web";
    font-weight: 400;
}
.btn:hover,
.header__main .header__menu .nav-item .btn:hover {
    color: #fff;
}
.header__main.fixed .header__logo,
ol,
ul {
    margin: 0;
}
.header__menu .nav-item a:hover,
.header__menu .nav-item.active .nav-link,
.hero__text p,
.main__title span {
    color: var(--secondarycolor);
}
.stats__slider-item h2 span,
body {
    font-family: "Work Sans", sans-serif;
}
:root {
    --globalfontsize: 16px;
    --primarycolor: #212322;
    --secondarycolor: #887549;
    --darkbg: #073431;
    --graybg: #eeeeee;
}
body {
    font-size: var(--globalfontsize);
    color: var(--primarycolor);
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden;
}
.header__menu .nav-item .nav-link,
.project__details .project__tags li,
h1,
h2,
h3 {
    font-family: "Titillium Web", sans-serif;
}
* {
    outline: 0 !important;
}
a {
    text-decoration: none !important;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.btn,
path {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
::selection {
    background: var(--secondarycolor);
    color: #fff;
}
.bottom__to__top,
.btn {
    background-color: transparent;
}
:focus {
    box-shadow: none !important;
}
img {
    max-width: 100%;
}
.hero-banner,
svg {
    width: 100%;
}
path {
    transition: 0.6s ease-in-out;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
.btn:foucs {
    box-shadow: none !important;
}
main .container,
main .container-fluid {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.btn {
    border-radius: 0;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    border-color: var(--primarycolor);
    color: var(--primarycolor);
    white-space: break-spaces;
    transition: 0.6s ease-in-out;
}
.btn:hover,
.projects-block .project__des a {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.btn:hover {
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor);
    transition: 0.6s ease-in-out;
}
/* Show loader as fullscreen overlay */
.main-loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white */
  z-index: 9999; /* make sure it's on top of everything */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
.bottom__to__top {
    position: fixed;
    bottom: -60px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--primarycolor);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(156, 113, 113, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.bottom__to__top.show {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.bottom__to__top:hover {
    background-color: #000;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.bottom__to__top svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}
.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
.main__title {
    margin-bottom: 50px;
}
.main__title h2 {
    font-size: 42px;
    margin: 0;
    width: 70%;
    font-weight: 500;
}
.main__title span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.whatsApp__fixed a {
    width: 3.5rem;
    height: 3.5rem;
}
.whatsApp__fixed {
    position: fixed;
    top: auto;
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
}
.whatsApp__fixed img {
    width: 2.5rem;
    height: 2.5rem;
}
.header__full--menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 100%;
    background-image: url(../img/header_full_icon.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.header__full--menu,
.header__main.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.header__full--menu {
    background-color: var(--primarycolor);
    height: 100vh;
    padding: 45px 100px;
    clip-path: circle(0 at calc(100% - 60px) 80px);
    transition: 0.3s ease-in-out;
}
.header__full--menu.open {
    clip-path: circle(75%);
    display: block !important;
    transition: 0.3s ease-in-out;
}
.design__ethos-block .main__title h2,
.header__full--head {
    margin-bottom: 20px;
}
.header__full--close {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.header__full--close:hover {
    background-color: var(--secondarycolor);
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.header__full--social {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15px;
    right: auto;
}
.header__full--email,
.service__item .service__des {
    margin-top: 40px;
}
.header__full--email p {
    font-size: 14px;
}
.header__full--email p a {
    margin-left: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: underline !important;
}
.header__full--social h4 {
    font-size: 24px;
    margin: 0 0 20px;
}
.header__full--social ul li {
    width: 50%;
}
.header__full--menu .header__full--links li:first-child {
    transition-delay: 0.3s;
}
.header__full--menu .header__full--links li:nth-child(2) {
    transition-delay: 0.2s;
}
.header__full--menu .header__full--links li:nth-child(3) {
    transition-delay: 150ms;
}
.header__full--menu .header__full--links li:nth-child(4) {
    transition-delay: 0.1s;
}
.header__full--menu .header__full--links li:nth-child(5) {
    transition-delay: 50ms;
}
.header__full--menu .header__full--links li:nth-child(6) {
    transition-delay: 20ms;
}
.header__full--menu.open .header__full--links li {
    position: relative;
    pointer-events: none;
    opacity: 0;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms, transform 250ms;
}
.header__full--menu.open .header__full--links li:first-child {
    transition-delay: 1.8s;
}
.header__full--menu.open .header__full--links li:nth-child(2) {
    transition-delay: 1.7s;
}
.header__full--menu.open .header__full--links li:nth-child(3) {
    transition-delay: 1.6s;
}
.header__full--menu.open .header__full--links li:nth-child(4) {
    transition-delay: 1.5s;
}
.header__full--menu.open .header__full--links li:nth-child(5) {
    transition-delay: 1.4s;
}
.header__full--menu.open .header__full--links li:nth-child(6) {
    transition-delay: 13.4s;
}
.header__full--links li a {
    font-weight: 600;
    font-size: 48px;
}
.header__full--menu li a:hover {
    color: var(--secondarycolor) !important;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.header__main {
    padding: 45px 0;
    position: relative;
    z-index: 99;
}
.award__btn,
.for__mobile,
.header__logo.for__mobile,
.header__search.for__mobile,
.locations__btn,
.mobile_menu,
.submenu__icon {
    display: none;
}
.header__main.fixed {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    animation: 1s forwards smoothScroll;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.header__main.fixed .header__menu .nav-item {
    padding: 5px 0;
}
.header__main.fixed .header__menu .nav-item .nav-link {
    font-size: 14px;
}
.header__main .header__menu .nav-item .btn {
    padding: 10px 40px;
}
.header__main.fixed .header__logo img {
    width: 120px;
}
.header__logo img {
    width: 150px;
}
.header__menu .nav-item .nav-link {
    padding: 0;
    font-weight: 400;
    line-height: 22px;
    color: var(--primarycolor);
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.header__menu .nav-item:not(:last-child) {
    margin-right: 36px;
}
.header__menu .nav-item {
    padding: 15px 0;
    position: relative;
}
.hero__block {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}
.hero__block .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner_line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
    opacity: 0.4;
}
.hero__text p {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.hero__text p:after,
.hero__text p:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: var(--secondarycolor);
}
.hero__text p:before {
    left: -45px;
}
.hero__text p:after {
    right: -45px;
}
.hero__text h1 {
    font-size: 68px;
    margin-bottom: 60px;
}
.hero-banner .down__arrow {
    text-align: center;
    margin-bottom: -80px;
    z-index: 9;
    position: relative;
}
.hero-banner .down__arrow .arrow {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
    animation-name: bounce;
    animation-timing-function: ease-in-out;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        top: 25px;
    }
    50% {
        top: 90px;
    }
}
@keyframes bounce {
    0%,
    100% {
        top: 25px;
    }
    50% {
        top: 90px;
    }
}
.hero__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero__slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__slide .hero__slider__item {
    position: relative;
    height: 43vw;
    min-height: 20rem;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
}
.hero__slide .hero__slider__item:first-child,
.hero__slide .hero__slider__item:nth-child(3) {
    width: 50%;
}
.hero__slide .hero__slider__item:nth-child(2) {
    width: 50%;
}
@media (max-width: 1259.98px) {
    .hero__slide .hero__slider__item {
        width: 100% !important;
    }
}
.hero__slide .hero__slider__item > * {
    height: 100%;
}
.hero__slide .hero__slider__item img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.swiper-slide-active .hero__slide .hero__slider__item {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 1.5s;
    transition: clip-path 1.5s;
    -o-transition: clip-path 1.5s;
    transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.hero__slide.swiper-slide-active {
    z-index: 3;
}
.awards-block,
.blog__single-des,
.blogs-block,
.blogs__filter-block,
.contact-block,
.design-block,
.filter__pagination,
.locations-block,
.our__mission-block,
.our__qualities-block,
.our__team-block,
.our__work-block,
.our_office-block,
.projects-block {
    margin-top: 100px;
}
.design__img {
    position: relative;
}
.design-block .design__des h4 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.design-block .design__des p {
    color: #6c6c6b;
    font-size: 24px;
    width: 80%;
    margin-bottom: 50px;
}
.project--item {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.category__project,
.our__qualities-block,
.our_office__title,
.padding__image,
.project__img {
    position: relative;
}
.process__img img,
.projects-block .project__banner img {
    width: 100%;
    object-fit: cover;
}
.design__ethos-block .container,
.next__project-block .container,
.portfolio__details-block .container,
.portfolio__gallery-block,
.portfolio__long__text-block .container,
.portfolio__quote-block .container,
.projects-block .project__des,
.services-block .container,
.services-block .container-fluid,
.services__category-block .container {
    padding-top: 100px;
}
.projects-block .project__des span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondarycolor);
}
.projects-block .project__des h2 {
    font-weight: 600;
    font-size: 38px;
    width: 74%;
    margin-bottom: 30px;
}
.projects-block .project__des p {
    margin-bottom: 60px;
}
.projects-block .project__des a {
    color: var(--primarycolor);
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primarycolor);
    transition: 0.6s ease-in-out;
}
.projects-block .project__des a:hover {
    color: var(--secondarycolor);
    border-color: var(--secondarycolor);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.our__work-arrow:after,
.services__category-des a.view__case i,
.services__category-des a.view__case i:before,
.services__category-des a.view__case.show i {
    transition: 0.6s ease-in-out;
}
.service__item .service__des span {
    font-size: 14px;
    color: var(--secondarycolor);
}
.service__item .service__des h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0;
}
.service__item .service__des h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.padding__image {
    overflow: hidden;
    padding-top: 90%;
    display: block;
}
.padding__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.services__category-des h3 {
    font-size: 38px;
    width: 65%;
    font-weight: 600;
    margin-bottom: 20px;
}
.services__category-des p {
    width: 65%;
    font-size: 18px;
}
.services__category-des ul {
    margin-bottom: 40px;
}
.services__category-des a {
    color: var(--primarycolor);
    font-size: 24px;
    font-weight: 500;
}
.services__category-des a i {
    font-size: 14px;
}
.services__category-des a.view__case.show i:before {
    content: "\f078";
    transition: 0.6s ease-in-out;
}
.category__projects-img.padding__image {
    padding-top: 125%;
}
.category__project:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(59, 49, 50, 0) 0, #000 100%);
    z-index: 1;
}
.our__work-arrow:after,
.social__links--fixed {
    background-image: url(../img/kraft_papper.png);
}
.category__project .category__projects-des {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 2;
}
.category__project .category__projects-des h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 5px;
}
.category__project .category__projects-des p {
    font-size: 12px;
    letter-spacing: 0.18em;
    color: #fff;
}
.blog__item .blog__des a,
.blog__item .blog__des span {
    color: var(--secondarycolor);
}
.category__projects-block {
    background-color: #fafafa;
    margin-top: 70px;
    padding: 100px 0;
}
.our__work {
    border: 2px solid var(--primarycolor);
}
.our__work__slider .our__work__banner {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.our__work__slider .our__work__banner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.our__work__text {
    padding: 30px !important;
}
.our__work__text p {
    font-family: "Titillium Web";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 70px;
}
.our__work-arrow {
    top: auto !important;
    bottom: 30px;
    width: auto;
    height: auto;
    z-index: 9;
}
.our__work-arrow:after {
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 16px !important;
    padding: 9px 25px;
    width: auto;
    height: auto;
    color: #fff;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.our__work-arrow.swiper-button-disabled:after {
    background-image: none;
    opacity: 0.4;
    color: #212322;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.our__work-arrow.swiper-button-prev {
    left: auto;
    right: 100px;
}
.our__work-arrow.swiper-button-prev:after {
    content: "\f30a";
}
.our__work-arrow.swiper-button-next {
    right: 30px;
}
.our__work-arrow.swiper-button-next:after {
    content: "\f30b";
    top: auto;
    bottom: 30px;
    margin: 0;
}
.awards__text-col .main__title {
    margin: 0 60px 0 100px;
}
.awards__text-col .main__title h2 {
    width: 100%;
    margin: 0 0 20px;
    font-size: 36px;
}
.award__slider {
    background-color: var(--primarycolor);
    padding: 130px 90px !important;
}
.award__slider .awards__item .awards__img img {
    height: 107px;
    width: auto;
}
.award__slider .awards__item .awards__des {
    margin-top: 30px;
}
.award__slider .awards__item .awards__des p {
    opacity: 0.8;
}
.social__links--fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    bottom: auto;
    background-size: cover;
    background-position: center;
    padding: 15px;
    z-index: 99;
    text-align: center;
}
.social__links--fixed ul li:not(:last-child) {
    margin-bottom: 15px;
}
.social__links--fixed ul li a {
    color: #fff;
    font-size: 20px;
}
.awards__title-col .main__title {
    margin: 0 30px 0 100px;
}
.blog__item {
    margin: 20px 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.blog__item:hover,
.blogs__filter-block .blog__item .blog__des {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.blog__item:hover {
    box-shadow: 0 4px 22px rgba(58, 55, 55, 0.25);
    transition: 0.2s ease-in-out;
}
.blog__item .blog__img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.blog__item .blog__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.blogs__filter-block .blog__item .blog__img {
    padding-top: 0;
}
.blogs__filter-block .blog__item .blog__img img {
    position: static;
}
.blog__item .blog__des {
    padding: 20px;
}
.blog__item .blog__des span {
    font-size: 14px;
    text-transform: uppercase;
}
.blog__item .blog__des h5 {
    font-size: 18px;
    margin: 0 0 15px;
}
.xblock {
    padding: 0 15px;
}
.inner__banner-block .main__title {
    width: 860px;
    margin: 50px auto 100px;
    text-align: center;
}
.inner__banner-block .main__title span {
    font-size: 18px;
    text-transform: uppercase;
}
.inner__banner-block h1 {
    font-size: 68px;
}
.inner__banner__slider .swiper-slide {
    padding-top: 47.3%;
}
.inner__banner__slider img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.our__mission-text h2 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 15px;
}
.our__mission-text p {
    font-size: 18px;
    margin: 0;
}
.team__member-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0;
}
.team__member-img {
    position: relative;
    background-color: rgb(136 117 73 / 10%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 330px;
}
.team__member-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/team-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.team__member-des {
    margin-top: 25px;
}
.team__member-des h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.team__slider .swiper-button {
    transform: translateY(-72%);
}
.team__slider .swiper-button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    font-size: 0;
}
.team__slider .swiper-button-prev {
    left: 60px;
}
.team__slider .swiper-button-next {
    right: 60px;
}
.team__slider .swiper-button-prev::after {
    background-image: url(../img/left-arrow.svg);
}
.team__slider .swiper-button-next::after {
    background-image: url(../img/right-arrow.svg);
}
.team__slider .swiper-slide-active:before,
.team__slider .swiper-slide-duplicate-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(91.89deg, #fff 40.1%, rgba(255, 255, 255, 0) 84.46%);
    z-index: 9;
}
.team__slider .swiper-slide-duplicate-prev:before {
    background: linear-gradient(270deg, #fff 40.1%, rgba(255, 255, 255, 0) 84.46%);
}
.our__qualities-block .main__title h2 {
    width: 80%;
}
.awards__list--block .row,
.our__quality {
    margin-bottom: 100px;
}
.our__quality h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.our__qualities-block .stats__slider {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: auto;
    width: calc(100% / 3);
    margin: 0;
}
.stats__slider-item {
    background-color: var(--primarycolor);
    color: #fff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.stats__slider-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-image: url(../img/kraft_papper.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}
.stats__slider-item h2 {
    font-weight: 600;
    font-size: 72px;
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}
.stats__slider-item h2 span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-left: 10px;
}
.locations-block .location__item h2 {
    font-size: 42px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 40px;
}
.locations-block .location__item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 150px;
}
.our_office__slider .swiper-slide {
    padding-top: 46%;
}
.our_office__slider .swiper-slide img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.our_office__title .swiper-pagination {
    height: 3px;
    width: 180px;
    top: 13px;
    right: 0;
    left: auto;
    background: #ebebeb;
}
.our_office__title .swiper-pagination .swiper-pagination-progressbar-fill {
    top: -1px;
    height: 5px;
    background: #062b31;
}
.our_office-block h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}
.portfolio__category-block,
.process-block,
.process__step {
    margin-top: 150px;
}
.process__timeline {
    margin: 0 50px;
    position: relative;
    border-top: 2px solid #aaa8a8;
}
.process__timeline .process__point {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-top: 25px;
}
.process__timeline .process__point:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 3px;
    height: 11px;
    background-color: #887549;
}
.process__timeline .process__point span {
    font-size: 14px;
}
.process__timeline .process__point h4 {
    font-size: 20px;
    font-weight: 600;
    color: #887549;
    width: 150px;
    margin: 5px 0 0;
}
.process__step:nth-child(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.process__step:nth-child(2n) .row .process__des {
    padding: 0 50px;
}
.process__step .process__des span {
    color: #887549;
}
.process__step .process__des h3 {
    font-weight: 600;
    font-size: 26px;
    margin: 15px 0;
}
.process__step .process__des p {
    font-size: 18px;
}
.functional__process-block {
    margin-top: 150px;
    padding: 150px 0;
    background-color: #062b31;
}
.functional__process-block .container {
    border: none;
}
.functional__process-block .main__title {
    margin: 0;
}
.functional__process-item {
    width: 300px;
    min-width: 300px;
    height: 300px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
}
.functional__process-item:nth-child(2) {
    margin-left: -75px;
}
.functional__process-item:nth-child(3) {
    margin-top: -125px;
}
.functional__process-item h2 {
    font-size: 24px;
    padding: 20px;
}
.functional__process-hint {
    margin-top: auto;
    margin-bottom: 80px;
}
.functional__process-hint h3 {
    width: 180px;
    font-size: 24px;
}
.functional__process-hint:before {
    content: "";
    position: absolute;
    top: 25%;
    right: 57%;
    width: 1px;
    height: 340px;
    background-color: #fff;
    transform: rotate(60deg);
}
.blogs__filter-block .filter-button-group {
    margin-bottom: 50px;
}
.filter-button-group ul li:not(:last-child) {
    margin-right: 50px;
}
.filter-button-group ul li {
    color: var(--primarycolor);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-button-group ul li.active {
    color: var(--secondarycolor);
    font-weight: 600;
}
.blogs__filter-block .blog__item {
    margin: 0 0 30px;
}
.blogs__filter-block .grid-item.text__block .blog__item {
    background-color: #062b31;
    border-radius: 18px 0 0;
}
.blogs__filter-block .grid-item.text__block.commercial .blog__item {
    background-color: #3d441f;
}
.blogs__filter-block .grid-item.text__block.processNtools .blog__item {
    background-color: #040503;
}
.blogs__filter-block .grid-item.text__block span {
    font-size: 10px;
    letter-spacing: 0.02em;
    color: #fff;
}
.blogs__filter-block .grid-item.text__block .blog__des {
    padding: 25px;
}
.blogs__filter-block .grid-item.text__block .blog__des h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.blogs__filter-block .blog__item .blog__des {
    padding: 20px 0;
    transition: 0.2s ease-in-out;
}
.blogs__filter-block .blog__item:hover .blog__des {
    padding: 20px 5px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.filter__pagination .page-link {
    padding: 0;
    margin: 0 40px 0 0;
    border: none;
    color: rgba(33, 35, 34, 0.2);
    font-weight: 500;
}
.filter__pagination .page-item.active .page-link,
.filter__pagination .page-link:hover {
    background-color: transparent;
    color: var(--primarycolor);
}
.blog__single-des h4 {
    font-size: 26px;
    margin-bottom: 30px;
}
.blog__single-des ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 30px;
}
.blog__single-des ol {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 30px;
}
.blog__single-des a {
    color: var(--primarycolor);
    text-decoration: underline !important;
}
.contact__des span {
    color: var(--secondarycolor);
    font-size: 18px;
    letter-spacing: 0.24em;
}
.portfolio__quote-block h5,
.portfolio__quote-block p {
    color: #887549;
    font-size: 18px;
}
.contact__des h1 {
    font-size: 68px;
    margin: 15px 0 0;
}
.contact__des h6 {
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 0;
}
.contact__des ul {
    margin: 26px 0 0;
}
.contact__des ul li:not(:last-child) {
    margin-right: 26px;
}
.contact__des ul li a {
    font-size: 14px;
    border: 1px solid rgba(33, 35, 34, 0.1);
    color: var(--primarycolor);
    padding: 10px 22px;
    display: block;
}
.contact__des ul li a:hover,
.contact__des ul li.active a {
    background-color: #062b31;
    color: #fff;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.scrolling-text,
.scrolling-text .scrolling-text-content {
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
}
.contact__form {
    margin-top: 50px;
}
.contact__form .form-group {
    margin-bottom: 40px;
}
.contact__form textarea.form-control {
    height: 70px;
    resize: none;
}
.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    height: auto;
    padding: 12px 0;
    color: #000;
    font-size: 14px;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.prortfolio-block .row {
    margin: 0 -25px;
}
.prortfolio-block .col-md-4 {
    padding: 0 25px;
}
.prortfolio-block .project__img {
    padding-top: 160%;
    position: relative;
    overflow: hidden;
}
.prortfolio-block .project__img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.project__item .project__details {
    margin-top: 20px;
}
.project__item .project__details h3 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}
.project__details .project__tags {
    margin-top: 20px;
    border: 0.8px solid #c4c4c4;
}
.project__details .project__tags li {
    padding: 4px 15px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.18em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.project__details .project__tags li:not(:last-child) {
    border-right: 0.8px solid #c4c4c4;
}
.project__details .project__category {
    position: absolute;
    top: 0;
    right: 20px;
    left: auto;
    bottom: auto;
    background-color: #062b31;
    color: #fff;
    padding: 10px 4px;
    font-size: 12px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.portfolio__category-block .project__item {
    margin-bottom: 150px;
}
.project__img .padding__image {
    padding-top: 130%;
}
.portfolio__category-block .project__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.project__img .read__more {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    color: #fff;
    font-size: 12px;
    padding: 15px 40px 13px;
    background-image: url(../img/kraft_papper.png);
}
.portfolio__category-block .project__details .read__more {
    display: none;
    margin-top: 10px;
    padding: 10px 25px;
    color: #fff;
    font-size: 12px;
    background-image: url(../img/kraft_papper.png);
}
.portfolio__category-block .project__details {
    padding-left: 30px;
}
.portfolio__category-block .project__details h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.portfolio__category-block .project__details p {
    font-size: 18px;
}
.portfolio__category-block .row:nth-child(2n) {
    justify-content: flex-end;
}
.portfolio__category {
    margin-bottom: 100px;
    position: relative;
    left: 50%;
}
.portfolio__category-block .row:nth-child(2n) .portfolio__category {
    left: -80%;
}
.portfolio__category .project__img {
    position: relative;
}
.portfolio__category .project__img .read__more {
    position: absolute;
    top: auto;
    right: -70px;
    left: auto;
    bottom: 0;
}
.portfolio__category .scrolling-text-main {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    left: 0;
    right: auto;
    bottom: auto;
}
.scrolling-text {
    display: inline-block;
    will-change: transform;
    backface-visibility: hidden;
}
.scrolling-text .scrolling-text-content {
    color: var(--primarycolor);
    font-size: 144px;
    line-height: 150px;
    letter-spacing: 0.03em;
    opacity: 0.2;
    font-weight: 700;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212322;
}
.testimonial--item,
.testimonial--item:hover {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.portfolio__category-block .btn-more {
    border-color: rgba(33, 35, 34, 0.1);
    border-bottom: 3px solid var(--primarycolor);
}
.portfolio__col h3 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
}
.portfolio__col p {
    font-size: 24px;
    margin: 0;
}
.portfolio__banner {
    margin-left: 50px;
}
.portfolio__banner p {
    font-size: 18px;
}
.portfolio__col ul {
    margin-bottom: 30px;
}
.portfolio__col ul li {
    border: 1px solid #c4c4c4;
    padding: 5px 20px;
    margin-bottom: -1px;
    margin-left: -1px;
    font-size: 14px;
}
.portfolio__col-img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.portfolio__col-img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.portfolio__gallery_item {
    position: relative;
    overflow: hidden;
}
.portfolio__gallery_item img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.portfolio__quote-block p {
    padding-bottom: 20px;
    border-bottom: 1px solid #887549;
}
.portfolio__long__text-block h2 {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 200px;
}
.testimonials--block {
    margin: 115px 0;
}
.testimonials--block .container {
    border: none;
}
.testimonials--block .row {
    margin: 0 -50px;
    padding: 0 15px;
}
.testimonials--block .col-lg-6 {
    padding: 0 50px;
}
.testimonial--item {
    background-color: #fbfbfb;
    padding: 35px 45px;
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    margin-bottom: 90px;
    transition: 0.6s ease-in-out;
}
.testimonial--item:hover {
    border-color: #fff;
    background-color: #062b31;
    box-shadow: 0 26px 121px rgba(0, 0, 0, 0.1);
    transition: 0.6s ease-in-out;
}
.testimonial--item:before,
.testimonial--item:hover:before {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.testimonial--item:hover h4,
.testimonial--item:hover h5,
.testimonial--item:hover p {
    color: #fff;
}
.testimonial--item:hover:before {
    background: url(../img/border-shape-dark.svg) center/contain no-repeat;
    transition: 0.6s ease-in-out;
}
.testimonial--item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 70px;
    height: 26px;
    background: url(../img/border-shape.svg) center/contain no-repeat;
    transition: 0.6s ease-in-out;
}
.awards__list--block .award__details p,
.testimonial--item .user__message p {
    font-size: 20px;
}
.testimonial--item .user__details h4 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 30px;
}
.testimonial--item .user__details h5 {
    font-size: 18px;
    opacity: 0.4;
}
.awards__list--block .row:nth-child(2n) {
    flex-direction: row-reverse;
}
.awards__list--block .award__banner {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.awards__list--block .award__banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.awards__list--block .award__details h2 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}
.events__gallery--block {
    background-color: #062b31;
    padding: 80px 0 100px;
}
.events__gallery--block .container {
    border: none;
}
.events__gallery--block h2 {
    font-size: 14px;
    color: #887549;
    font-weight: 400;
    margin-bottom: 30px;
}
.events__gallery--item {
    position: relative;
    overflow: hidden;
    padding-top: 110%;
}
.events__gallery--item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.authentication__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.authentication__main .authentication__left {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}
.authentication__main .authentication__right {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    background-color: #f6f6f7;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 9999;
    width: 55%;
}
.authentication__left__inner {
    padding: 60px;
}
.authentication__left__inner .header__logo {
    margin-bottom: 50px;
}
.authentication__left__inner .header__logo img {
    width: 100px;
}
.header_message h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 30px;
}
.authentication__form .form-group label {
    font-weight: 400;
    font-size: 16px;
}
.authentication__form .form-group .form-control {
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 14px 14px 0;
    padding: 15px 20px 15px 0;
}
.authentication__form .form-group .input-group-text {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 14px 0 0 14px;
}
.authentication__form .form-group .form-control::-webkit-input-placeholder {
    color: var(--primarycolor);
}
.authentication__form .form-group .form-control::-moz-placeholder {
    color: var(--primarycolor);
}
.authentication__form .form-group .form-control:-ms-input-placeholder {
    color: var(--primarycolor);
}
.authentication__form .form-group .form-control:-moz-placeholder {
    color: var(--primarycolor);
}
.authentication__right .register__banner {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.authentication__form .form-group .btn {
    background-color: var(--primarycolor);
    color: #fff;
    border-radius: 14px;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 16px;
}
.authentication__right__inner {
    background-color: #1f2322;
}
.footer__main {
    padding: 40px 0;
    margin-top: 100px;
    background-color: var(--primarycolor);
}
.footer__top-text h2 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 1.4;
    padding-bottom: 40px;
}
.footer__logo img {
    width: 80px;
}
.footer__text {
    width: 70%;
}
.footer__text p {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}
.footer__text .copyright {
    margin: 50px 0 0;
}
.footer__column .email a {
    font-size: 20px;
    color: #fff;
    word-break: break-word;
    border-bottom: 2px solid var(--secondarycolor);
}
.footer__main .footer__column h4 {
    color: #cbad67;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer__main .footer__column ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer__main .footer__column ul li,
.footer__main .footer__column ul li a {
    color: rgba(255, 255, 255, 0.6);
    word-break: break-word;
    font-weight: 400;
    text-transform: uppercase;
}
.footer__main .footer__column ul li a:hover {
    color: var(--secondarycolor);
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
@media (max-width: 1600px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .award__slider {
        padding: 80px 60px !important;
    }
    .awards__text-col .main__title {
        margin: 0 30px 0 50px;
    }
    .awards__title-col .main__title {
        margin: 0 15px 0 50px;
    }
    .blog__item .blog__des {
        padding: 15px;
    }
}
@media (max-width: 1280px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .awards__text-col .main__title,
    .awards__title-col .main__title {
        margin: 0 15px;
    }
    .blogs-block {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header__menu .nav-item {
        padding: 20px 0 30px;
    }
    .header__logo {
        margin-top: 10px;
    }
    .header__menu .nav-item .nav-link {
        margin-right: 20px;
    }
    .btn {
        padding: 10px 20px;
    }
    .our__work__text {
        padding: 20px !important;
    }
    .main__title h2 {
        font-size: 32px;
    }
    .footer__top-text h2 {
        font-size: 50px;
    }
    .team__member-img {
        height: 230px;
        overflow: hidden;
    }
    .team__member-img img {
        position: static;
    }
    .team__member-img:before {
        z-index: -9;
    }
    .awards__list--block .award__details h2 {
        font-size: 40px;
    }
    .awards__list--block .award__details p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .header__menu .nav,
    .mobile_menu {
        display: block;
    }
    .header__main .menu__column {
        position: absolute;
        top: 15px;
        right: 15px;
        left: auto;
        bottom: auto;
    }
    .header__menu {
        position: absolute;
        top: 80px;
        right: 0;
        width: 300px;
        min-height: 260px;
        background-color: var(--darkbg);
        border-top: 3px solid var(--graybg);
        z-index: 9;
        padding: 20px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .header__menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .header__menu .mobile__list {
        display: block !important;
    }
    .mobile_menu {
        position: absolute;
        top: 10px;
        right: 0;
        left: auto;
        bottom: auto;
    }
    .header__menu .nav-item {
        padding: 0;
    }
    .header__menu .nav-item:not(:first-child) {
        padding: 20px 0 0;
    }
    .header__menu .nav-item .nav-link {
        margin-right: 0;
        color: #fff;
    }
    .header__main .header__menu .nav-item .btn {
        border-color: #fff;
        color: #fff;
    }
    li.nav-item.header__menu--icon {
        display: none;
    }
    .header__menu .nav-item:not(:last-child) {
        margin-right: 0;
    }
    .authentication__main {
        height: 100vh;
    }
    .authentication__main .authentication__left {
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        height: 100vh;
        overflow: auto;
    }
    .authentication__main .authentication__right {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        position: relative;
        height: auto;
        width: 40%;
    }
    .register__section__logo .brands__logos .brands__logo {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .register__right__inner .register__section__logo h1 {
        font-size: 34px;
    }
    .header__main {
        padding: 15px 0;
    }
    .design-block,
    .locations-block,
    .our__mission-block,
    .our__qualities-block,
    .our__team-block,
    .our_office-block {
        margin-top: 50px;
    }
    .design-block .col-lg-6:first-child {
        order: 1;
    }
    .design__text-col {
        margin-top: -150px;
    }
    .design-block .col-lg-6 {
        width: 65%;
        margin-top: 200px;
    }
    .design-block .row {
        position: relative;
    }
    .design-block .design__banner-col {
        position: absolute;
        top: 0;
        right: 0;
        width: 45% !important;
        height: auto;
        margin: 0;
        text-align: right !important;
    }
    .projects-block .project__des {
        padding-top: 30px;
    }
    .projects-block .project__des a {
        font-size: 20px;
        border-width: 1px;
        padding-bottom: 5px;
    }
    .our__work-block .our__work__text {
        padding-bottom: 90px !important;
    }
    .awards-block {
        background-color: var(--primarycolor);
        text-align: center;
        color: #fff;
    }
    .award__slider {
        padding: 80px 15px !important;
    }
    .awards__text-col .main__title h2 {
        width: 50%;
        margin: 0 auto;
    }
    .inner__banner-block .main__title,
    .our__qualities-block .main__title h2,
    .process__img img,
    .process__timeline .process__point h4,
    .services__category-des h3,
    .services__category-des p {
        width: 100%;
    }
    .awards__text-col .main__title h2 br {
        display: none;
    }
    .awards-block,
    .blogs-block {
        margin-top: 50px;
        padding: 0 20px;
    }
    .inner__banner-block h1 {
        font-size: 50px;
        width: 100%;
        margin: 50px auto;
    }
    .our__mission-text h2 {
        font-size: 32px;
    }
    .team__member-des {
        margin-top: 10px;
    }
    .team__member-des h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .team__member-des p {
        font-size: 14px;
    }
    .our__qualities-block .stats__slider {
        width: calc(100% / 2);
    }
    .btn {
        padding: 10px 15px;
    }
    .next__project-block .container,
    .portfolio__details-block .container,
    .portfolio__gallery-block,
    .portfolio__long__text-block .container,
    .portfolio__quote-block .container {
        padding-top: 50px;
    }
    .portfolio__col h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .portfolio__col p {
        font-size: 18px;
    }
    .portfolio__banner {
        margin-left: 0;
    }
    .portfolio__long__text-block h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .process__timeline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: none;
        border-left: 1px solid rgba(170, 168, 168, 0.8);
        margin: 0 30px;
        padding: 0 30px;
    }
    .process__timeline .process__point {
        padding: 0;
        margin-bottom: 30px;
    }
    .process__timeline .process__point:before {
        top: 0;
        left: -36px;
        width: 11px;
        height: 3px;
    }
    .process__timeline .process__point span {
        margin-top: -5px;
        display: block;
    }
    .process__step {
        margin-top: 100px;
    }
    .process__img {
        margin-bottom: 20px;
    }
    .functional__process-block {
        margin-top: 100px;
        padding: 50px 0;
    }
    .filter-button-group ul li:not(:last-child) {
        margin-right: 20px;
    }
    .blogs__filter-block .grid-item.text__block .blog__des h4 {
        font-size: 20px;
    }
    .contact__des h1 {
        font-size: 42px;
    }
    .contact__des ul li:not(:last-child) {
        margin-right: 10px;
    }
    .contact__des ul li a {
        padding: 10px;
    }
    .category__projects-block {
        padding: 50px 0;
    }
    .design__ethos-img {
        text-align: right;
    }
    .category__project .category__projects-des {
        padding: 15px;
    }
    .category__project .category__projects-des h3,
    .project__item .project__details h3 {
        font-size: 24px;
    }
    .portfolio__category-block {
        margin-top: 70px;
    }
    .prortfolio-block .row {
        margin: 0 -15px;
        padding-bottom: 20px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .prortfolio-block .col-md-4 {
        padding: 0 10px;
        max-width: 80%;
        flex: 0 0 80%;
    }
    .project__details .project__tags li {
        padding: 4px 6px;
        font-size: 7px;
    }
    .portfolio__category-block .project__details {
        padding-left: 0;
    }
    .portfolio__category-block .project__item {
        margin-bottom: 70px;
    }
    .portfolio__category-block .project__item .project__img {
        margin: 0 -15px;
    }
    .portfolio__category-block .project__details p {
        font-size: 16px;
    }
    .awards__list--block .award__banner,
    .awards__list--block .row {
        margin-bottom: 30px;
    }
    .awards__list--block .award__details h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    main .container,
    main .container-fluid {
        padding: 0 15px;
    }
    .authentication__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .authentication__main .authentication__left,
    .authentication__main .authentication__right {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        height: auto;
    }
    .authentication__main .authentication__right,
    .contact-block .col-md-6:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .authentication__main .authentication__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .authentication__left__inner {
        padding: 30px;
    }
    .header_message h1 {
        font-size: 28px;
    }
    .authentication__form .form-group label {
        font-size: 14px;
    }
    .authentication__right.register__right .login__shape__bottom img {
        width: 150px;
    }
    .our__mission-text h2,
    .portfolio__col h3,
    .register__right__inner .register__section__logo h1 {
        font-size: 24px;
    }
    .for__mobile,
    .header__logo.for__mobile {
        display: block;
    }
    .for__desktop,
    .header__logo,
    .hero__text p:after,
    .hero__text p:before,
    .inner__banner-block h1 br,
    .location__item .btn,
    .project__img .read__more,
    .service__item .service__des span,
    .team__slider .swiper-button,
    .team__slider .swiper-slide-active:before,
    .team__slider .swiper-slide-duplicate-prev:before {
        display: none;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main__title {
        margin-bottom: 30px;
    }
    .main__title span {
        font-size: 12px;
    }
    .category__projects-block .container,
    .design__ethos-block .container,
    .services-block .container,
    .services-block .container-fluid,
    .services__category-block .container {
        padding-top: 60px;
    }
    .header__logo img {
        width: 30px;
    }
    .header__main.fixed .header__logo img {
        width: 50px;
    }
    .hero__block {
        padding: 50px 0;
    }
    .hero__text h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .hero__text p {
        font-size: 14px;
        color: #887549;
        margin-bottom: 10px;
    }
    .hero__slider .swiper-slide {
        padding-top: 0;
    }
    .hero__slider .swiper-slide img {
        position: static;
    }
    .hero__slide .hero__slider__item:first-child,
    .hero__slide .hero__slider__item:nth-child(2),
    .hero__slide .hero__slider__item:nth-child(3) {
        width: 100% !important;
    }
    .our__mission-block .col-lg-3,
    .our__mission-block .col-lg-6 {
        max-width: 45%;
        flex: 0 0 45%;
    }
    .design-block .design__des h4,
    .our__mission-text p {
        font-size: 16px;
    }
    .awards-block,
    .blogs-block,
    .design-block,
    .our__work-block,
    .projects-block {
        margin-top: 50px;
        position: relative;
        overflow: hidden;
    }
    .projects-block {
        padding-bottom: 50px;
    }
    .design-block .col-lg-6 {
        width: 50%;
        margin-top: 0;
    }
    .design-block .design__banner-col {
        width: 50% !important;
    }
    .design-block .col-lg-6:first-child,
    .services__category-block .category__col--img {
        order: 0;
    }
    .design-block .design__text-col {
        margin-top: 150px;
        width: 50%;
    }
    .design-block .design__des p {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px;
    }
    .project--item {
        margin-bottom: 70px;
    }
    .main__title h2,
    .projects-block .project__des h2 {
        font-size: 24px;
        width: 100%;
        margin-bottom: 20px;
    }
    .category__project,
    .events__gallery--item,
    .functional__process,
    .locations-block .col-lg-3:not(:first-child) .location__item,
    .projects-block .project__des p {
        margin-bottom: 30px;
    }
    .blog__item .blog__des h5,
    .portfolio__col p,
    .process__step .process__des p,
    .projects-block .project__des a {
        font-size: 16px;
    }
    .award__slider .swiper-slide-active + .swiper-slide-next .awards__item h4,
    .stats__slider-item h2 span {
        font-size: 18px;
    }
    .services-block {
        padding-bottom: 20px;
    }
    .service__item {
        box-shadow: 0 4px 10px rgb(0 0 0 / 14%);
        padding: 15px;
        display: flex;
    }
    .service__item .service__icon {
        min-width: 50px;
    }
    .service__item .service__des {
        margin-top: 0 !important;
        padding-left: 15px;
    }
    .service__item .service__des h4,
    .service__item .service__des h5 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 5px;
    }
    .service__item .service__des p {
        font-size: 14px;
    }
    .our__work__slider .our__work__banner {
        padding-top: 100%;
    }
    .awards-block {
        padding: 100px 15px;
    }
    .award__slider {
        padding: 20px 0 !important;
    }
    .awards__text-col .main__title h2,
    .footer__text {
        width: 100%;
    }
    .award__slider .swiper-slide-active + .swiper-slide-next .awards__item p,
    .process__step .process__des span,
    .social__links--fixed ul li a {
        font-size: 14px;
    }
    .award__slider .awards__item .awards__img img {
        height: 70px;
        width: auto;
    }
    .award__slider .awards__item .awards__des {
        margin-top: 15px;
    }
    .award__slider .awards__item h4 {
        font-size: 14px;
        font-weight: 600;
    }
    .award__slider .awards__item p,
    .portfolio__col.portfolio__banner p,
    .portfolio__quote-block h5 {
        font-size: 12px;
    }
    .award__btn {
        display: block;
        margin-top: 20px;
    }
    .award__btn .btn {
        color: rgb(255 255 255 / 80%);
        border-color: rgb(255 255 255 / 80%);
    }
    .awards__text-col .main__title,
    .awards__title-col .main__title {
        margin: 0;
    }
    .inner__banner-block h1 {
        font-size: 36px;
        width: 80%;
        margin: 10px auto;
    }
    .inner__banner__slider {
        margin: 0 -15px;
    }
    .inner__banner__slider .swiper-slide,
    .our_office__slider .swiper-slide {
        padding-top: 125%;
    }
    .filter__pagination,
    .our__mission-text {
        margin-top: 30px;
    }
    .our__qualities-block .stats__slider {
        width: 100%;
        position: static;
    }
    .locations-block .location__item h2,
    .locations-block .location__item h4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .locations-block .location__item h2 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #887549;
    }
    .locations-block .row {
        justify-content: flex-start !important;
    }
    .locations__btn {
        display: block;
        padding: 0 15px;
    }
    .team__member-img {
        height: 180px;
        overflow: hidden;
    }
    .team__member-des h4 {
        font-size: 15px;
        margin-bottom: 0;
    }
    .team__member-des p {
        font-size: 9px;
    }
    .stats__slider-item {
        height: 130px;
    }
    .stats__slider-item h2 {
        font-size: 52px;
    }
    .our__quality {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .our__quality h4 {
        font-size: 24px;
        margin-bottom: 0;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .our__qualities-block .main__title h2,
    .our__qualities-block .main__title h2 strong {
        font-weight: 600;
    }
    .our__quality h4:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: right;
    }
    .our__quality p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px;
    }
    .stats__slider-item:before {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10px;
    }
    .our_office__title .swiper-pagination {
        top: 25px;
        width: 56px;
        height: 2px;
    }
    .our_office__title .swiper-pagination .swiper-pagination-progressbar-fill {
        top: 0;
        height: 3px;
    }
    .our_office-block h4 {
        width: 50%;
        margin-bottom: 30px;
    }
    .contact-block,
    .functional__process-block,
    .portfolio__col.portfolio__banner,
    .process-block,
    .process__step {
        margin-top: 50px;
    }
    .portfolio__col ul li {
        padding: 3px 10px;
        font-size: 10px;
    }
    .portfolio__gallery {
        padding-bottom: 30px;
    }
    .portfolio__gallery .swiper-pagination {
        top: auto;
        bottom: 0;
        width: 55px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background-color: #ebebeb;
    }
    .portfolio__gallery .swiper-pagination span {
        height: 3px;
        background-color: #062b31;
    }
    .portfolio__quote-block p {
        font-size: 16px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .portfolio__category-block .project__details .read__more {
        display: inline-block;
    }
    .portfolio__long__text-block h2 {
        font-size: 22px;
        width: 80%;
        margin: 0 auto 50px;
    }
    .next__project-block .col-md-7,
    .portfolio__long__text-block .col-md-12,
    .process__step:nth-child(2n) .row .process__des {
        padding: 0;
    }
    .next__project-block h2 {
        margin-bottom: 20px !important;
    }
    .process__timeline {
        margin: 0 10px;
    }
    .process__step .process__des h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .functional__process-block h2 {
        margin-bottom: 30px !important;
    }
    .blogs__filter-block {
        margin: 40px 0 100px;
    }
    .blogs__filter-block .filter-button-group {
        margin-bottom: 20px;
        position: relative;
    }
    .blogs__filter-block .filter-button-group ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        position: relative;
    }
    .blogs__filter-block .filter-button-group:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background: -o-linear-gradient(86.74deg, rgba(255, 255, 255, 0.93) 25%, rgba(255, 255, 255, 0) 96.91%);
        background: linear-gradient(3.26deg, rgba(255, 255, 255, 0.93) 25%, rgba(255, 255, 255, 0) 96.91%);
        display: block;
    }
    .filter-button-group ul li:not(:last-child) {
        margin-right: 0;
    }
    .social__links--fixed ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .services__category-des h3 {
        font-size: 24px;
        width: 70%;
    }
    .services__category-des p {
        width: 100%;
        font-size: 16px;
    }
    .services__category-des a {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--primarycolor);
    }
    .category__projects-block {
        margin-top: 30px;
        padding: 30px 0 0;
    }
    .category__projects-block .container {
        padding-top: 0;
    }
    .services__category-des {
        margin-top: 15px;
    }
    .services__category-block .category__col--des {
        order: 1;
    }
    .design__ethos-block .main__title h2 {
        margin-bottom: 20px;
        font-weight: 600;
    }
    .design__ethos-img {
        text-align: right;
        width: 70%;
        float: right;
    }
    .category__projects-block .row {
        overflow: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .category__projects-block .row .col-lg-5 {
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
    .footer__main {
        padding: 40px 0 20px;
        margin-top: 30px;
    }
    .footer__column {
        margin-bottom: 50px;
    }
    .footer__column:first-child {
        order: 2;
    }
    .footer__column ul {
        margin-bottom: 20px;
    }
    .footer__top-text h2 {
        font-size: 28px;
        padding-bottom: 30px;
    }
    .footer__main .footer__column h4,
    .footer__main .footer__column ul li a {
        font-size: 14px;
        font-weight: 400;
    }
    .footer__text p {
        line-height: 1.6;
    }
    .testimonials--block {
        margin: 50px 0;
    }
    .testimonials--block .container {
        border: none;
    }
    .testimonials--block .row {
        margin: 0 -15px;
        padding: 0 50px;
    }
    .testimonials--block .col-lg-6 {
        padding: 0 15px;
    }
    .testimonial--item {
        padding: 15px 25px;
        margin-bottom: 40px;
    }
    .testimonial--item .user__message p {
        font-size: 18px;
    }
    .testimonial--item .user__details h4 {
        font-size: 22px;
        margin-top: 15px;
    }
}
@media (max-width: 480px) {
    .design-block .design__text-col {
        width: 70%;
    }
}
@media (max-width: 320px) {
    .design-block .design__text-col {
        margin-top: 90px;
    }
}
