.single-p-col {
    -webkit-column-count: 2;
    column-count: 2;
}

* {
    font-family: 'Roboto', sans-serif;
}
.home-content{
    width: 0;
    height: 0;
    z-index: -1;
    overflow: hidden;
}
.aprojects-c{
    height: 0;
    z-index: -1;
    width: 0;
    overflow: hidden;
    position: absolute;
}
header.home {
    z-index: 1000;
    position: fixed;
    width: 100vw;
    right: 0;
    top: 0;
    height: 100px;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    overflow: hidden;
    background-color: transparent;
}

div#functions {
    text-align: left;
    font-size: 19px;
    color: black;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    top: 50%;
    z-index: 10000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    display: none;
    left: -40px;
}

div#functions p {
    float: left;
}

.h_iframe-aparat_embed_frame {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 100px auto;
}

.story-c p {
    line-height: 2;
    font-size: 17px;
}

.details-c h4 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.story-c h4 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.details-c p {
    font-size: 15px;
    word-break: break-all;
}

.details-c p span {
    font-weight: 500;
}

.functions-spin {
    height: 20px;
    width: 30px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -10px;
}

.functions-spin span {
    height: 1px;
    width: 30px;
    position: relative;
    border-bottom: 1px solid;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

#functions.op .functions-spin span:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

#functions.op .functions-spin span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#functions.op .functions-spin span:last-of-type {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    -ms-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

a.identity {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000;
    width: 220px;
    height: 90px;
}

.wpml-ls-item, .wpml-ls-item a {
    font-size: 10px;
    margin: 0;
}

li.wpml-ls-menu-item.wpml-ls-first-item:before {
    content: 'language';
    font-size: 12px;
    margin-top: 45px;
    display: block;
    color: #ffbc00;
    width: 100%;
    display: none;
}

.social-main-menu {
    width: 50%;
    position: relative;
    left: 0%;
    bottom: 10%;
}

.social-main-menu a {
    text-decoration: none;
    padding: 10px;
}

.logos a {
    color: #848383;
}

header {
    z-index: 20000;
    position: fixed;
    width: 100vw;
    right: 0;
    top: 0;
    height: 100px;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    overflow: hidden;
}

html.opengallery header {
    opacity: 0;
    pointer-events: none;
}

.headerBGColor {
    background-color: #fffffff2;
}

.menu-spin p {
    font-family: roboto;
}

.blog-header {
    width: 100%;
    height: 30%;
    background-color: transparent;
    background-color: #d7d7d7;
    background-image: -webkit-linear-gradient(white 2px, transparent 2px), -webkit-linear-gradient(left, white 2px, transparent 2px), -webkit-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255,255,255,.3) 1px, transparent 1px);
    background-image: -o-linear-gradient(white 2px, transparent 2px), -o-linear-gradient(left, white 2px, transparent 2px), -o-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -o-linear-gradient(left, rgba(255,255,255,.3) 1px, transparent 1px);
    background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

header.op {
    z-index: 1000;
    position: fixed;
    width: 50vw;
    right: 0;
    top: 0;
    height: 100vh;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    background-color: rgba(70, 70, 70, 0.92);
}

header svg * {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header.op svg * {
    fill: #fff;
}

section.home-wapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

main.wapper.hide {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: block;
}

main.wapper.op {
    opacity: 0.1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 3s ease-in-out all;
    -o-transition: 3s ease-in-out all;
    transition: 3s ease-in-out all;
}

.homebox {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

.homebox img {
    max-height: 110%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    -webkit-transition: 30s ease all;
    -o-transition: 30s ease all;
    transition: 30s ease all;
}

.homebox:hover {
    width: 50%;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.homebox:hover img {
    -webkit-transform: scale(1.5) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.5) translateX(-50%) translateY(-50%);
    transform: scale(1.5) translateX(-50%) translateY(-50%);
}

a:hover {
}

.overlay {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.menu-c {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    pointer-events: none;
}

.menu-c {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vh;
    position: relative;
}

header.op .menu-c {
    pointer-events: all !important;
}

nav {
    width: 50%;
    z-index: 10;
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

nav ul li a {
    margin: 20px 0;
    font-weight: 300;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

nav ul li {
    margin: 15px 0;
}

nav ul:hover li:not(.wpml-ls-item) a {
    opacity: 0.2;
    letter-spacing: -3px;
    color: #fff;
}

nav ul li:not(.wpml-ls-item):hover a {
    opacity: 1 !important;
    letter-spacing: 2px;
}

.menu-spin {
    position: absolute;
    top: 13px;
    right: 0px;
    color: #000;
    height: auto;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    width: 70px;
    padding: 20px;
    /* box-sizing: border-box; */
    z-index: 10000;
}

.menu-spin:before, .menu-spin:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 49px;
    left: 63px;
    background: #000;
    top: 25px;
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
    -o-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
}

header.op .menu-spin:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    width: 30px;
}

header.op .menu-spin:after {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px;
    width: 30px;
}

.container {
    position: absolute;
    height: 100vh;
    width: 100vh;
}

header.op .menu-spin {
    color: #fff;
    right: 50px;
}

li {
    cursor: pointer;
}

section#bg-effect {
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

section.home-disc {
    font-family: 'Roboto',sans-serif;
}

section.home-disc p {
    font-size: 50px;
    font-weight: 100;
}
.search-fail {
    font-size: 25px;
    position: relative;
    top: 0;
    left: 3%;
}

.menu-c ul {
    position: relative;
    margin: auto;
    width: 50%;
}

main.wapper {
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
}

aside {
    width: 200px;
    display: block;
    height: 100vh;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 30px;
    overflow: hidden;
}
.post-box-c {}

main.wapper.hide {}


aside h2 {
    font-size: 30px;
    line-height: normal;
    margin: 20px 0;
    color: #999;
    font-weight: 100;
}

aside p {
    font-size: 15px;
    line-height: 10px;
    font-weight: 300;
    padding: 10px 15px 0 15px;
    margin: 6px 0;
    -webkit-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

section.projects-box-c {
    width: calc(100vw - 220px);
    position: relative;
    margin-left: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 50px;
}

div#attachment_330 {
    margin: 100px auto;
}

.projects-box {
    width: calc((100vw - 315px) / 5);
    margin: 8px;
    overflow: hidden;
    height: calc((100vw - 315px) / 5);
    position: relative;
    /* border: 2px solid #909090; */
}

.thumb-bg {
    left: 0;
    position: absolute;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    top: 0;
    background-size: cover;
    width: 100%;
    background-position: center center;
    height: 100%;
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.projects-box .thumb-bg:last-of-type {
    opacity: 0;
    /* transform: rotateY(180deg); */
}

.projects-box:hover .thumb-bg:last-of-type {
    opacity: 1;
    /* transform: rotateY(0deg); */
}

.img-box {
    height: inherit;
    width: inherit;
    overflow: hidden;
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

.img-box img {
    display: none;
}

.img-box img:last-of-type {
    -webkit-transform: rotateY(0) !important;
    transform: rotateY(0) !important;
}

.img-box.ld {
    /* -webkit-animation: pr-box-load-efc 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; */
    /* animation: pr-box-load-efc 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; */
    opacity: 1;
}

.img-box.ld img {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); */
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    /* transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); */
}

.projects-box:hover .img-box.ld img {
    opacity: 0;
    /* -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    /* transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
}

.info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    background: rgba(0, 0, 0, 0.4);
    height: inherit;
    width: inherit;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    -webkit-backface-visibility: visible;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.info p {
    /* transform: rotate(-90deg); */
    font-size: 20px;
    margin: 25px auto;
    opacity: 0;
    -webkit-transform: translateY(40px) skewX(20deg);
    -ms-transform: translateY(40px) skewX(20deg);
    transform: translateY(40px) skewX(20deg);
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
    -o-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
}

.projects-box:hover .info p {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.projects-box:hover .info {
    opacity: 1;
    /* -webkit-transform: none; */
    -ms-transform: none;
    /* transform: none; */
    /* -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); */
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    /* transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); */
}

.projects-box:hover .thumb-bg {
    opacity: 1;
    /* -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    /* transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
}

.inner-aside {
    width: 20vw;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes pr-box-load-efc {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pr-box-load-efc {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.project-header {
    padding: 0 55px;
    line-height: normal;
    position: relative;
    height: auto;
    width: 50%;
    text-align: left;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project-header h2 {
    width: 100%;
    font-size: 50px;
    margin-bottom: 30px;
}

.details-c {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
    line-height: 40px;
}

.story-c {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 50%;
}

.images {
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
    /* background-color: #e2e2e2; */
    margin-top: 100px;
    height: inherit;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 1;
    height: calc(100vh - 280px);
    /* pointer-events: none; */
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border: 1px solid #8080802b;
}

html.opengallery .images {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    height: calc(100vh - 30px);
    margin-top: 15px;
    z-index: 100;
}

div.images + section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 115px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

html.opengallery div.images + section {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
}

p.logged-in-as {
    margin-left: 5%;
}

.img-h {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s 0s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
    -o-transition: 0.5s 0s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
    transition: 0.5s 0s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0;
    /* background-color: #f3f3f3; */
}

.img-h:before {
    content: '';
    position: absolute;
    background-image: url('https://web.archive.org/web/20220927024433im_/http://www.voki.com/images/ajax-loader.gif');
    background-size: 50px 50px;
    z-index: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.img-h.slide.show {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: 0.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
    -o-transition: 0.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
    transition: 0.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1) opacity , 3s ease-in-out filter;
}

.next-pr {
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.next-info {
    position: relative;
    height: inherit;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    cursor: pointer;
}

.next-info h2 {
    color: #fff;
    font-size: 70px;
}

.next-info a {
    color: #fff;
    font-size: 50px;
    text-decoration: none;
}

.next-pr:hover .next-info {
    opacity: 1;
}

.menu-menu-en-links-container {
    width: 100%;
}

section#bg-effect.about-bg {
    pointer-events: none;
    position: fixed;
    opacity: 0.1;
}

.about-slide {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    margin-top: 70px;
    text-align: center;
}

.about-slide img {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-slide.clients img {
    height: auto;
}
.about-slide .about-single-img {
    float: left;
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-image {
    max-width: 100%;
    max-height: 50vh;
    overflow: hidden;
}

.about-slide h2 {
    padding: 10vh 0 0 0;
    font-size: 50px;
}

.about-slide p {
    padding: 2vh 0 6vh;
    font-size: 30px;
    line-height: normal;
}

.logos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.brand {
    width: calc(70vw / 3 - 2px);
    height: calc(70vw / 3 - 2px);
    overflow: hidden;
    float: left;
    padding: 1px;
    position: relative;
    display: block;
}

.brand img {
    width: calc(25vw - 5px);
    overflow: hidden;
}

.blog-c {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}

.blog-box {
    width: calc(100vw / 6 - 6px);
    height: calc(100vw / 5);
    overflow: hidden;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #eee;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.blog-box:hover {
    background-color: #eee;
}

.blog-box-img-c {
    height: 50%;
    overflow: hidden;
}

.blog-box h4 {
    font-size: 20px;
    font-weight: bold;
}

.contact-container {
    width: 100vw;
    height: 100vh;
    padding: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.address-box {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    font-weight: bold;
}

.c-title {
    font-size: 30px;
}

.email {
    font-size: 60px;
}

.address-box a {
    color: #000;
    text-decoration: none;
    padding: 3px 0;
}

.social-box {
    height: 50px;
    margin-top: 20px;
}

.social-box img {
    height: 15px;
}

.social-box-menu {
    position: absolute;
    bottom: 50px;
    left: 120px;
}

.social-box-menu img {
    height: 15px;
}

.social-box-menu a {
    color: #fff;
    text-decoration: none;
}

.filter-bt.checked {
    cursor: pointer;
    /* color: #FFF; */
    background: #e1e1e1;
    padding: 8px 15px;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

h2.filter-bt {
    cursor: pointer;
}

.social-main-menu {
    width: 50%;
}

.social-main-menu h4 {
    font-size: 10px;
}

.social-main-menu a {
    color: #fff;
    font-size: 17px;
}

.projects-box.box-hide {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.slide-bg {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.controller {
    width: 100%;
    position: relative;
    z-index: 100;
    top: 50%;
}

.images h2 {
    width: 100%;
    position: absolute;
    top: -70px;
    text-align: center;
    font-size: 40px;
    display: none;
}

i.fa.fa-chevron-right {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

i.fa.fa-chevron-right:before {
    top: 50%;
    position: absolute;
    right: 45px;
}

i.fa.fa-chevron-left {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

i.fa.fa-chevron-left:before {
    position: absolute;
    left: 50px;
    top: 50%;
}

.controller i.fa:before {
    font-size: 25px;
}

.controller i.fa {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #ffffff;
    text-shadow: 1px 1px 3px #00000094;
}

.controller i.fa:hover {
    opacity: 0.5;
}

.thumbs {
    /* display: inline-block; */
    width: 50%;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    height: calc(100vh - 120px);
    position: relative;
    float: right;
}

html.opengallery .thumbs {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    top: 0;
    background: #000;
}

html.opengallery .inner-wrapper-sticky {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: #000;
    position: fixed !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 100000000000000;
}

html.opengallery {
    overflow: hidden !important;
}

.inner-wrapper-sticky {
    /* width:50% !important; */
    -webkit-transition: 0s 0.2s ease width, 0s 0.2s ease left, 0s 0.2s ease top;
    -o-transition: 0s 0.2s ease width, 0s 0.2s ease left, 0s 0.2s ease top;
    transition: 0s 0.2s ease width, 0s 0.2s ease left, 0s 0.2s ease top;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: grey;
}

html.opengallery .thumb-row::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

html.opengallery .thumb-row::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #2b2b2b;
}

html.opengallery .thumb-row::-webkit-scrollbar-thumb {
    background: #717171;
    border-radius: 0px;
}

html.opengallery .thumb-row::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.thumb-a {
    position: relative;
    height: auto;
    z-index: 1000;
    width: 100%;
    display: inline-block;
}

.thumb-row {
    height: 170px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
}

html.opengallery .thumb-row {
    display: none;
}

.thumb-bx {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    height: calc(50vw / 5 - 35px);
    width: calc(50vw / 5 - 35px);
    background: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 8px 8px 0 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #eee;
    display: inline-block;
}

html.opengallery .thumb-bx {
    border: 1px solid #333;
}

.thumb-bx:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 10;
}

.thumb-bx.show {
    border-top: 3px solid #7f7f7f;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

div#map {
    height: 100vh;
    width: 100vw;
}

.map-bt {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d4d4d4;
    height: 50px;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 1000000000;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map-bt p:last-of-type, .map-bt.op p:first-of-type {
    display: none;
}

.map-bt p:first-of-type, .map-bt.op p:last-of-type {
    display: block;
}

body.cotact {
}

main.wapper.hide.contact-w {
    /* overflow-y: -webkit-paged-x; */
}

.home-news {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 50vw;
}

a.home-news-a {
    position: absolute;
    /* width: 50vw; */
    right: 0;
    text-align: right;
    color: #000;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
    pointer-events: none;
    font-weight: 400;
    /* background: #000; */
    padding: 10px;
    border: 1px solid #ddd;
    padding-right: 70px;
    font-size: 11px;
    display: none;
}

a.home-news-a:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    right: 10px;
    top: 14px;
    background-image: url('https://web.archive.org/web/20220927024433im_/http://darian-design.com/wp-content/uploads/2017/10/arrow.svg');
    background-repeat: no-repeat;
    background-position: right;
}

a.home-news-a.show {
    opacity: 1;
    pointer-events: all;
}

.member-info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: #dadada;
    -webkit-transition: 0.5s ease opacity, .5s ease-out transform;
    -o-transition: 0.5s ease opacity, .5s ease-out transform;
    transition: 0.5s ease opacity, .5s ease-out transform;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    cursor: pointer;
}

.member:hover .member-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2s ease opacity, 2s ease-out transform;
    -o-transition: 2s ease opacity, 2s ease-out transform;
    transition: 2s ease opacity, 2s ease-out transform;
}

/*additional codes*/
.related-c h2 {
    padding-bottom: 50px;
    padding-left: 30px;
}

.related-info {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 10;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition : 0.5s ease;
    -o-transition : 0.5s ease;
    transition : 0.5s ease;
    pointer-events: none;
    text-decoration: none;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    font-size: 20px;
}

.related-box:hover a.related-info {
    opacity: 1;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.related-info p {
    width: 100%;
    text-align: center;
}

.related-box {
    position: relative;
    width: calc(20vw - 20px);
    height: calc(20vw - 40px);
    overflow: hidden;
    top: 0;
    float: left;
    margin: 8px;
}

.related-img-h, .related-img-h img {
    position: relative;
    height: 100%;
    width: 100%;
}

.related-img-h {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: 0;
    background-position: center center;
}

.projects-box:hover .thumb-bg {
    opacity: 1;
    /* -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    /* transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); */
}

.related-img-h img {
    /* display: none; */
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.related-box:hover img {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    -ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.related-list-c {
    width: 100vw;
    height: calc(20vw - 0px);
    padding-left: 0;
    position: relative;
    display: inline-block;
    /* overflow: -webkit-paged-x; */
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-header h2 {
    width: 100%;
    font-size: 50px;
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    bottom: 27%;
}

.details-c {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
    left: 0;
    line-height: 45px;
    text-align: justify;
    width: 100%;
    padding: 2%;
}

.story-c {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    text-align: justify;
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 2%;
}

.related-c {
    margin-top: 110px;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.inner-h {
    width: 100%;
    font-size: 22px;
    line-height: normal;
    display: inline-block;
}

.email a {
    text-decoration: none;
    color: black;
}

.about-slide h1 {
    padding-top: 60px;
    font-size: 30px;
}

#commentform .gglcptch {
    margin-left: 67px !important;
    margin-bottom: 8px !important;
}

div#respond {
    width: 100%;
}

div#map {
    height: 40vh;
    width: 100VW;
    margin-top: 290PX;
    margin-bottom: 50px;
}

section.wrapper-inside2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-author.vcard * {
    font-size: 12px;
    font-weight: bold;
}

.comment-meta.commentmetadata a {
    font-size: 11px;
    /* font-style: oblique; */
    font-weight: 500;
    color: #999;
}

div.comment p {
    padding: 20px;
}

div.comment {
    margin: 20px 0;
}

.reply {
    display: inline-block;
    background: #fff;
    padding: 7px 30px;
    /* color: #fff; */
    width: auto;
    display: none;
    border: 1px solid;
}

.reply a {
    line-height: 30px;
    /* color:#fff; */
    font-size: 12px;
    font-weight: 400;
}

div.comment {
    font-size: 20px;
}

.comment.list {
    width: 70%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 5%;
    border-top: 1px solid;
}

.a-404-wapper {
    margin-top: 200px;
    padding: 0 10%;
}

.a-404-wapper p {
    margin-bottom: 30px;
}

form#searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

form#searchform input#s {
    background: transparent;
    border: none;
    padding: 15px 10px;
    margin: 0px 5px 0 0;
    font-size: 12px;
    border-radius: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ededed;
    background-color: rgba(255, 255, 255, 0.63);
}

input#searchsubmit {
    background: none;
    padding: 0px 10px;
    border: 1px solid #ededed;
    cursor: pointer;
    margin: 0px 0px 0 5px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: rgba(255, 255, 255, 0.63);
}

div.loading {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 10000000000000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

html.loading-is-open div.loading {
    opacity: 1;
    pointer-events: all;
}

div.loading svg {
    width: 400px;
    /* -webkit-animation: logomotion 1s ease-in-out infinite; */
    /* animation: logomotion 1s ease-in-out infinite; */
}

div.loading svg .st0 {
    fill-opacity: 0.05;
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

div.loading svg.finished * {
    fill-opacity: 1;
}

html.loading-completed div.loading svg .st0 {
    fill-opacity: 1;
}

div.loading svg g g g + g {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

div.loading svg.finished g g g + g {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.client-container {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.client-box a {
    color: #000;
    text-decoration: none;
}

.client-box:hover a {
    text-decoration: underline;
}

@-webkit-keyframes logomotion {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes logomotion {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.close-bt {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    padding: 30px;
    font-size: 30px;
    display: none;
    z-index: 9999;
    cursor: pointer;
}

html.opengallery .close-bt {
    display: block;
}

section#sticky-main-content {
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 100px;
}

.image-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000017;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    text-shadow: 1px 1px 3px #00000094;
}

.image-cover:hover {
    opacity: 1;
}

html.opengallery .image-cover {
    display: none ;
}

html.opengallery {
    -webkit-animation: htmlopengallery 1s 1 forwards;
    animation: htmlopengallery 1s 1 forwards;
}

html.galleryClosed {
    -webkit-animation: htmlclosegallery 1s 1 forwards;
    animation: htmlclosegallery 1s 1 forwards;
}

.manager-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

.manager-info h3 {
    font-size: 30px;
    font-weight: normal;
    padding-top: 30px;
}

.ceo-box {
    margin-right: 30px;
    /* height: inherit; */
    position: relative;
    display: inline-block;
    aspect-ratio: 1 / 1 auto;
    flex: 1;
}
.manager-info {
    flex: 3;
}
.manager-info p {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
}

.single-p-col {
    -webkit-column-count: 2;
    column-count: 2;
}

@-webkit-keyframes htmlopengallery {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes htmlopengallery {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes htmlclosegallery {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes htmlclosegallery {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .thumb-bx {
        height: calc(30vw / 3 - 33px);
        width: calc(30vw / 3 - 33px);
    }

    .project-header h2 {
        bottom: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .images h2 {
        top: 35px;
    }
    .manager-info *{
        text-align:center !important;
    }

    .manager-box{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        text-align:center;
    }

    .about-fucking-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-fucking-single img{
        margin-bottom:20px;
    }

    .client-container {
        margin: 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    div.loading svg {
        width: 60%;
    }

    .about-slide {
        margin: 100px 0px;
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inner-aside {
        width: 20vw;
        margin: 0px 20vw;
    }

    aside {
        position: fixed;
        z-index: 100;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        width: 0;
    }

    aside.op {
        width: 60vw;
        background-color: white;
        border-right: 1px solid;
    }

    div#map {
        margin-top: 150px;
    }

    i.fa.fa-chevron-right {
        bottom: 6%;
    }

    i.fa.fa-chevron-left {
        bottom: 6%;
    }

    header {
        background-color: transparent;
    }

    .thumbs {
        height: 100vh;
        width: 100vw;
        text-align: center;
        position: relative;
    }

    .thumb-a {
        height: auto;
        width: 100vw;
        margin-left: 0;
    }

    .project-header h2 {
        font-size: 40px;
        margin-bottom: 30px;
        position: absolute;
        left: 1%;
        bottom: 35%;
    }

    .story-c {
        position: relative;
        top: 100px;
        left: 0;
        width: 98%;
    }

    section.home-wapper {
        padding: 130px;
    }

    .related-c h2 {
        padding-left: 10px;
    }

    .thumb-bx {
        height: 123px;
        width: 123px;
    }

    .images {
        width: 100vw ;
    }

    .thumbs {
        height: auto;
        width: 100vw;
    }

    aside h2 {
        font-size: 25px;
    }

    section.projects-box-c {
        width: calc(100vw - 10px);
        margin-left: 100px;
    }

    header.op {
        width: 100vw;
    }

    .menu-c ul {
        width: 100%;
        margin: 0 40px;
        line-height: 60px;
    }

    section.home-disc p {
        font-size: 40px;
    }

    .social-main-menu a {
        margin-right: 20px;
    }

    .email {
        font-size: 60px;
        margin: 50px 0 50px 0;
    }

    aside p {
        font-size: 14px;
        line-height: 12px;
        font-weight: 300;
        padding: 1px 15px 0 15px;
        margin: 6px 0;
        -webkit-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
    }

    .email {
        font-size: 40px;
    }

    .email h2 a {
        color: #797979;
        text-decoration: none;
    }

    .menu-spin {
        right: 0;
        top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 3px;
        text-align: right;
        font-size: 12px;
    }

    .menu-spin:before, .menu-spin:after {
        height: 7px;
        width: 30px;
        left: 39px;
        background: #000;
        top: 0px;
    }

    .home-news {
        right: 10px;
        bottom: 25px;
        font-size: 12px;
    }

    nav ul li {
        margin: 0;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 25px;
    }

    .about-slide h1 {
        padding-top: 60px;
        font-size: 30px;
    }

    header.op .menu-spin {
        color: #fff;
        right: 10px;
    }

    .menu-spin p {
        position: absolute;
        bottom: 50%;
    }

    .menu-c {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw !important;
        position: relative;
    }

    .social-main-menu {
        width: 100%;
        position: relative;
        left: 50px;
        bottom: 0;
    }

    .projects-box {
        width: calc( 50vw - 105px );
        margin: 10px 10px 0 0;
        overflow: hidden;
        height: calc( 50vw - 115px );
        position: relative;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    img.aligncenter.wp-image-172.size-large {
        width: 138%;
        height: 100%;
        margin: -5% 0% -20% -19%;
    }

    .about-slide h2 {
        padding: 1vh 0 0 0;
        font-size: 20px;
    }

    .project-header {
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }

    div#functions {
        top: 50%;
        display: block;
        left: -35px;
    }
}

@media only screen and (max-width: 767px) {
    .thumb-row {
    }

    .about-fucking-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-fucking-single img {
        margin: 0 0 30px 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }

    section#sticky-main-content {
        position: relative;
        display: inline-block;
    }

    div.loading svg {
        width: 60%;
        margin: auto;
    }

    div.images + section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .images h2 {
        top: -45px;
    }

    .about-slide {
        width: calc(100vw - 70px);
        margin: 0 auto;
        position: relative;
        margin-top: 50px;
        text-align: center;
    }

    .inner-aside {
        width: 20vw;
        padding: 0px 20vw;
    }

    .functions-spin span {
        height: 0px;
        width: 20px;
        margin-bottom: 5px;
    }

    div#functions {
        top: 50%;
        display: block;
        left: -35px;
    }

    div#map {
        margin-top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: 70vh;
    }

    header {
        background-color: transparent;
        height: 65px;
    }

    .thumb-a {
        height: auto;
        width: 100vw;
        margin-left: 0;
    }

    .project-header h2 {
        font-size: 40px;
        margin-bottom: 30px;
        position: absolute;
        left: 1%;
    }

    .story-c {
        position: relative;
        top: 100px;
        left: 0;
        width: 98%;
    }

    section.home-wapper {
        padding: 25px;
    }

    section#bg-effect canvas {
        pointer-events: none;
    }

    .social-main-menu a {
        margin-right: 20px;
    }

    header.op {
        width: 100vw;
    }

    .controller i.fa:hover {
        margin: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .thumbs {
        width: 100%;
        height: calc(100vh - 90px);
        padding-top: 0;
        text-align: center;
        position: relative;
        display: inline-block;
        z-index: 10;
    }

    .thumb-a {
    }

    .thumb-bx {
        height: 170px;
        width: 170px;
    }

    section.home-disc p {
        font-size: 20px;
    }

    section.home-disc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .images {
        width: 100%;
        margin-top: 0;
    }

    .home-news {
        width: 73vw;
        height: 5vw
    }

    .email {
        font-size: 60px;
        margin: 50px 0 50px 0;
    }

    body {
        width: 100%;
        height: 100%;
    }

    .social-main-menu {
        width: 50%;
        position: relative;
        left: -60px;
        bottom: 10%;
    }

    aside {
        height: 100%;
        float: left;
        position: fixed;
        background-color: white;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        width: 0;
    }

    aside.op {
        width: 60vw;
        z-index: 1000;
    }

    aside h2 {
        font-size: 22px;
        line-height: normal;
        margin: 20px -18px;
        color: black;
        font-weight: 100;
    }

    aside p {
        font-size: 12px;
        line-height: 10px;
        font-weight: 300;
        padding: 1px 15px 0px 15px;
        margin: 5px -33px;
        -webkit-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        line-height: 1;
        color: black !important;
    }

    .projects-box {
        width: calc( 100vw - 70px );
        margin: 15px 0px 0px 0px;
        overflow: hidden;
        height: calc( 100vw - 80px );
        position: relative;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    .info {
        -webkit-transition: 0s .2s all, 0.5s 0s ease opacity;
        -o-transition: 0s .2s all, 0.5s 0s ease opacity;
        transition: 0s .2s all, 0.5s 0s ease opacity;
        /* pointer-events:none; */
        /* z-index: -10 !important; */
    }

    .projects-box:hover .info {
        pointer-events: auto;
        z-index: 0 !important;
    }

    section.projects-box-c {
        width: calc(100vw - 50px);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding-top: 60px;
        margin-left: 60px;
    }

    nav ul li {
        margin: 20px 0;
    }

    .wpml-ls-item, .wpml-ls-item a {
        font-size: 16px;
        line-height: 30px;
        float: left;
        padding: 0 10px 0 0;
    }

    .menu-c ul {
        margin: 20px;
        width: 100%;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 25px;
    }

    header.op .menu-spin {
        color: #fff;
        right: 10px;
    }

    .menu-spin .menu-spin p {
    }

    .project-header {
        margin: 20px 0;
        line-height: normal;
        position: relative;
        height: auto;
        width: 100vw;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inner-h {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 15px;
        line-height: normal;
    }

    .project-header h2 {
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .related-box {
        width: calc(100vw / 2 - 20px);
        height: calc(100vw / 2 - 20px);
        margin: 5px;
        top: initial;
        display: block;
    }

    .related-info {
        pointer-events: none;
        z-index: -1;
    }

    .related-box:hover .related-info {
        z-index: 0;
        pointer-events: auto;
    }

    .details-c {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        position: relative;
        line-height: 30px;
        width: 100%;
        padding: 0;
    }

    .details-c h4, .story-c h4 {
        font-weight: 300;
        font-size: 28px;
    }

    .menu-spin {
        padding: 23px 20px;
        width: 70px;
        top: 0px;
    }

    .related-c {
        margin-top: 30px;
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .related-list-c {
        height: auto;
        position: relative;
        display: block;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .story-c {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        text-align: justify;
        position: relative;
        top: 0;
        font-size: 13px;
        /* right: unset; */
        /* left: unset; */
        margin-top: 30px;
        padding: 0;
    }

    .social-box a {
        margin-left: 10px;
    }

    img.aligncenter.wp-image-172.size-large {
        width: 138%;
        height: 100%;
        margin: 0 0 -20px -19%;
    }

    .single-p-col {
        -webkit-column-count: unset;
        column-count: unset;
    }

    .details-c p {
        width: 100%;
        text-align: left;
    }

    .about-slide h2 {
        padding: 3vh 0 0 0;
        font-size: 32px;
        position: relative;
        top: -28%;
        right: 0;
    }

    .manager-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    .ceo-box {
        margin: 0 !important;
        aspect-ratio: auto;
    }

    .member-info {
        position: absolute;
        width: 95%;
        height: 94%;
        z-index: -1;
        left: 5%;
        top: 6%;
        background: #dadada;
        -webkit-transition: 0.5s ease opacity, .5s ease-out transform;
        -o-transition: 0.5s ease opacity, .5s ease-out transform;
        transition: 0.5s ease opacity, .5s ease-out transform;
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        cursor: default;
    }

    .member:hover .member-info {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 2s ease opacity, 3.5s ease-out transform;
        -o-transition: 2s ease opacity, 3.5s ease-out transform;
        transition: 2s ease opacity, 3.5s ease-out transform;
        z-index: 100;
    }

    .about-slide p {
        padding: 5vh 0;
        font-size: 18px;
        line-height: normal;
        position: relative;
        top: -25%;
        text-align: justify;
    }

    .about-slide .client-box p {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    .about-slide img {
        width: 100%;
        height: auto;
    }

    .manager-info p {
        font-size: 18px !important;
        text-align: justify;
    }

    .contact-container {
        width: 100vw;
        height: 100vh;
        padding: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: auto;
    }

    .email a {
        font-size: 19px;
        text-decoration: none;
        color: black;
    }

    .c-title h4 {
        margin-top: 30px;
    }

    main.wapper.hide.contact-w {
        /* overflow-y: -webkit-paged-x; */
        overflow-y: hidden;
    }

    .controller {
        width: 100%;
        position: relative;
        /* top: calc(100vh - 144px); */
        right: initial;
        z-index: 100;
        height: 90px;
        left: 0;
        margin-top: 0;
    }

    .img-h {
        /* position: absolute; */
        /* height: 100%; */
        /* width: 100%; */
        /* padding: 0; */
        /* top: 0; */
        /* left: 0; */
        /* margin: 0; */
    }

    i.fa.fa-chevron-left:before {
        left: 10px;
        font-size: 17px;
    }

    i.fa.fa-chevron-right:before {
        right: 10px;
        font-size: 17px;
    }

    .slide-bg {
        /* height: 100%; */
        /* width: 100%; */
    }

    .menu-spin:before, .menu-spin:after {
        content: '';
        position: absolute;
        background: #000;
        -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
        -o-transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
        transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
    }

    header.op .menu-spin {
        color: #fff;
        right: 10px;
    }

    .menu-spin:before, .menu-spin:after {
        top: 28px;
    }

    .brand img {
        width: 65%;
        margin: 5%;
        overflow: hidden;
    }

    .brand {
        width: 150px;
        height: 150px;
        position: relative;
        display: block;
    }

    .brand img {
        margin: 5%;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .logos {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a.identity {
        position: absolute;
        left: -16px;
        top: -4px;
        z-index: 1000000;
        width: 180px;
        height: 64px;
    }

    .client-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 425px) {
    img.size-medium.wp-image-209.aligncenter {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.about-fucking-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-box {
    position: relative;
    display: block;
}
/*
     FILE ARCHIVED ON 02:44:33 Sep 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:08:58 Jul 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.601
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.021
  esindex: 0.011
  cdx.remote: 49.583
  LoadShardBlock: 1000.196 (3)
  PetaboxLoader3.datanode: 377.641 (4)
  PetaboxLoader3.resolve: 1006.666 (3)
  load_resource: 418.056
*/