/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: Zandigan
Theme URI: https://www.dokmeh.co/
Author: Dokmeh Studio
Author URI: https://www.dokmeh.co/
Description: Description
Version: 1.0.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zandigan

 */


/*----------------Fonts-----------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul li,
ol li,
p,
span,
a,
input,
textarea {
    font-family: 'IRANSans';
}


/*----------------Fonts-----------------*/


/*-------------General Class------------*/
* {
    box-sizing: border-box;
}
a,
a:hover {
    color: initial;
    text-decoration: none;
}

html::-webkit-scrollbar {
    width: 0.3em;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F8;
    box-shadow: inset 0 0 6px #F6F6F8;
}

html::-webkit-scrollbar-thumb {
    background-color: #d17e4f;
    outline: 1px solid #d17e4f;
}
html.two .button-group{
    margin-bottom: 20px;
}
html.two .button-group.button-group-function::-webkit-scrollbar {
    height: 0.5em;
}
html.two .button-group.button-group-function::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F8;
    box-shadow: inset 0 0 6px #F6F6F8;
}

html.two .button-group.button-group-function::-webkit-scrollbar-thumb {
    background-color: #d17e4f;
    outline: 1px solid #d17e4f;
}
*,
*:active,
*:focus {
    outline: unset;
    outline-color: transparent;
}

p {
    line-height: 1.8;
}

html {
    overflow-x: hidden;
}

::-moz-selection {
    background-color: #D17E4F;
    color: #F6F6F8;
}

::selection {
    background-color: #D17E4F;
    color: #F6F6F8;
}

::-moz-selection {
    background-color: #D17E4F;
    color: #F6F6F8;
}

body {
    background: #e1e1d6;
    margin: 0;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}

main {
    margin-right: 300px;
    width: calc(100% - 300px);
    position: relative;
}

.filter-loading-box {
    position: absolute;
    width: 100%;
    height: 15vh;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background-color: rgba(226, 228, 217, 0.9);
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.filter-loading-box img {
    height: 60px;
}

.gmnoprint {
    left: auto !important;
    right: 0 !important;
}
#body-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11;
    cursor: pointer;
    pointer-events: none;
}
html.opMenu #body-overlay {
    pointer-events: auto;
}
/*-------------General Class------------*/


/*-----------canvas------------*/

canvas#demo {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: lighten;
}

html.opMenu canvas#demo {}

.canvasWrapper {
    position: fixed;
    opacity: 0.4;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.canvas-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.canvas-pattern img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}

html.loaded .canvas-pattern img {
    opacity: 1;
}

canvas#canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: lighten;
}
/*-----------canvas------------*/


/*---------------header--------------------*/

header {
    width: 300px;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    background: transparent;
    padding: 0;
    z-index: 14;
}
/*html.map header:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(255, 255, 255);*/
/*    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));*/
/*    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);*/
/*    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);*/
/*    z-index: -1;*/
/*    -webkit-transition: all ease-in-out 1s;*/
/*    -o-transition: all ease-in-out 1s;*/
/*    transition: all ease-in-out 1s;*/
/*}*/
/*html.map.opMenu header:before {*/
/*    -webkit-transform: translateX(100%);*/
/*    -ms-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
/*    -webkit-transition: all ease-in-out .1s;*/
/*    -o-transition: all ease-in-out .1s;*/
/*    transition: all ease-in-out .1s;*/
/*}*/
a.identity {
    width: 50px;
    height: 100px;
}

.identity > * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

html.opMenu .identity > * {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.menu-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #E3E1D5;
    font-size: 0.9rem;
    font-weight: 400;
    margin-right: 55px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -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;
    padding: 10px 0;
}
.menu-icon:hover {
    opacity: .5;
}
.menu-icon span {
    width: 100%;
    height: 2px;
    background: #3e3e3b;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.map .menu-icon img {
    width: auto;
    height: auto;
}
html.opMenu .menu-icon span {
    background: #e1e1d6;
}
.menu-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
html.opMenu .menu-icon span:nth-child(2) {
    opacity: 0;
}

html.opMenu .menu-icon span:nth-child(1) {
    -webkit-transform: translate(1px, 8px) rotate(
            -44deg
    );
    -ms-transform: translate(1px, 8px) rotate(
            -44deg
    );
    transform: translate(1px, 8px) rotate(
            -44deg
    );
}

html.opMenu .menu-icon span:nth-child(3) {
    -webkit-transform: translate(1px, -11px) rotate(
            43deg
    );
    -ms-transform: translate(1px, -11px) rotate(
            43deg
    );
    transform: translate(1px, -11px) rotate(
            43deg
    );
}
html.opMenu .menu-icon img {
    opacity: 1;
}

.lang {
    position: absolute;
    bottom: 60px;
    /*font-family: 'peyda';*/
    font-size: 14px;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lang:hover {
    opacity: .5;
}

.lang>div {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.lang a {
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

html.opMenu .lang a {
    color: #e1e1d6 !important;
}
.contact-copyRight-container {
    position: fixed;
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
}
.contact-copyRight-container .footer-copyRight {
    margin-left: 10px;
}
/*---------------header--------------------*/
.gmnoprint {
    left: auto !important;
    right: 0 !important;
}
/*---------------menu-container--------------------*/

#menu-container {
    width: 50vw;
    height: 100vh;
    position: fixed;
    background: #404040;
    z-index: 13;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    pointer-events: none;
    padding-right: 300px;
    right: 0;
}

html.opMenu #menu-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

#menu-container nav {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul a {
    color: #cccccc;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

nav ul a:hover ,
.nav-item.social-item ul li a:hover{
    color: #d17e4f;
}

.nav-item.social-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-item.social-item ul li a {
    color: #cccccc;
    padding-left: 20px;
    margin-bottom: 0;
}

.dokmeh-copyRight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap:10px;
    -moz-column-gap:10px;
    column-gap:10px;
    font-size: 0.8rem;
}
.dokmeh-copyRight img {
    width: 70px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(0)invert(0);
    filter: brightness(0)invert(0);
}
.dokmeh-copyRight:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*---------------menu-container--------------------*/
/*---------------ProjectWrapper--------------------*/
html.one {
    overflow-y: hidden;
}

html.one main {
    overflow-y: hidden;
    height: 100vh;
}

.typesWrapper {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    pointer-events: none;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    overflow-x: scroll;
    height: calc(100vh + 17px);
    overflow-y: hidden;
}

.contact-box-text .nav-item.social-item ul li a {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.contact-box-text ul {
    margin-bottom: 2px;
}
.view,
.map-grid-view {
    border-bottom: 1px solid #404040;
    padding-bottom: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 300;
    z-index: 11;
    position: relative;
}
.view{
    width: 200px;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}
.view .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view .dropDown{
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #e1e1d6;
    opacity: 0;
    pointer-events: none;
}
.view .dropDown.opDropDown {
    opacity: 1;
    pointer-events: auto;
}
.view .dropDown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #404040;
}

.view .dropDown ul li {
    padding: 2px;
    border-bottom: 1px solid #404040;
    cursor: pointer;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}
.view .dropDown ul li.default {
    pointer-events: none;
    background-color: #fff;
    color: #d17e4f;
}
.view .dropDown ul li:hover{
    opacity: .5;
}
.view .dropDown ul li:last-child {
    border-bottom: none;
}
.view-types .map-grid-view > a,
html.two .view-types .map-grid-view > a,
html.map .map-grid-view > a,
html.two .view-types .map-grid-view > a.timeline-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}
html .view-types .map-grid-view > a:hover,
html.two .view-types .map-grid-view > a:hover,
html.map .map-grid-view > a:hover
    /*.view:hover*/
{
    opacity: .5;
}

/*html.two .view-types .map-grid-view > a{*/
/*    display: none;*/
/*}*/

html.two .view-types .map-grid-view > a.grid-view{
    display: none;
}
html.one .view-types .map-grid-view > a.timeline-view{
    display: none;
}
html.map .view-types .map-grid-view > a.map-view{
    display: none;
}
html.listView .view-types .map-grid-view > a.list-view {
    display: none;
}

.view-types .map-grid-view > a span ,
.grid-view-timeLine span ,
html.blogHtml.masonryView .timeline-view span{
    display: inline-block;
    white-space: pre;
}
.view-types * {
    font-size: 0.9rem;
}
body[data-pagetype="project"] .view-types .view {
    z-index: 12;
}
.view-types .map-grid-view > a [class$="-icon"] ,
.grid-view-timeLine [class$="-icon"]{
    width: 16px;
    height: 16px;
    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;
}
.view-types .map-grid-view > a [class$="-icon"] img ,
.grid-view-timeLine [class$="-icon"] img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.timeline-view-icon span {
    width: 1px;
    height: 15px;
    background: #1d1710;
    margin-left: 5px;
}

.timeline-view-icon span:last-child {
    margin-left: 0;
}

.timeline-view-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.timeline-view-icon img{
    width: 16px;
    height: 16px;
}

.view-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: calc(50vh + 50px - 10px);
    bottom: 100px;
    right: 0;
    width: 300px;
    padding: 0;
    row-gap: 20px;
    z-index: 14;
    background-color: transparent;
    height: calc(50vh - 60px - 50px - 10px);
}
html.opMenu .view-types {
    opacity: 0;
}
html:not(.opMenu) .view-types {
    opacity: 1;
    transition: all 1s ease-in-out;
}
.map-grid-view {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    row-gap: 20px;
}

.view-by-icon {
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.view .view-by {
    padding-left: 10px;
    white-space: pre;
}

.txt-function,
.txt-year {
    position: absolute;
    right: 100px;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    min-width: 50px;
    margin-left: 50px;
    white-space: pre;
}

.masonryWrapper .button-group {
    display: none;
}

.masonryWrapper .button-group.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.button-group button {
    background: transparent;
    cursor: pointer;
    border: none;
    margin-left: 12px;
    border-bottom: 1px solid #404040;
    margin-bottom: 12px;
    white-space: pre;
    font-size: 0.85rem;
    font-family: inherit;
    color: #000;
}

.button-group button:focus,
.button-group button.button.is-checked {
    border-bottom: 3px solid #d17e4f;
    outline: none;
    color: #d17e4f;
}

html.map main {
    height: 100vh;
}

.mapWrapper {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    pointer-events: none;
}
#homeMap {
    height: 100%;
}
html.map .view{
    display: none;
}
html.masonryView .timeline-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    position: fixed;
    margin: 30px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.project_items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.project_item {
    position: relative;
    overflow: hidden;
}
.masonryWrapper.masonryBlog .project_item {
    width: 100%;
    height: 100%;
}
.project_item-info-des img:last-child {
    margin: 0;
}

.project_item-info-des img {
    cursor: pointer;
}

.beforeGrid .grid {
    display: flex;
    flex-wrap: wrap;
}

.element-item {
    width: 20%;
    border: 3px solid #e1e1d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.element-item a {
    height: 100%;
    /*display: block;*/
}

.project_item .project_item-img {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
}

.project_item .project_item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 10;
    position: relative;
    aspect-ratio: 1 / 1;
}

.project_item-info {
    position: absolute;
    top: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #E1DDC9;
    padding: 12px;
    z-index: 10;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

a.project_item-info:hover {
    color: #E3E1D5;
}

.project_item:hover .project_item-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.project_item-info-title {
    font-size: 0.9rem;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.project_item-info-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project_item-info-des .vector.eye-vector  {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("./assets/img/vector-3.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.project_item-info-des span,
.project_item-info-des img {
    margin-right: 5px;
    font-size: 0.6rem;
}

.project_item-info-des img:last-child {
    margin: 0;
}

.project_item-info-des img {
    cursor: pointer;
}

.project_item-info-des .spacer {
    width: 90px;
    height: 2px;
    background: #e1ddc9;
    display: inline-block;
    /*margin: 0 17px 0 5px;*/
}


/* fluid 5 columns */

.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    border: 2px solid #ffffff;
}
.typesWrapper ,
.masonryWrapper ,
.mapWrapper ,
.listWrapper{
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    display: none;
}

html.one .typesWrapper{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    display: block;
}
html.two .masonryWrapper{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    display: block;
}
html.map .mapWrapper{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    display: block;
}
html.listView .listWrapper{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    display: block;
}
html.listView .view-types .map-grid-view a.grid-view ,
html.listView .view-types .map-grid-view a.timeline-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
/*html.listView  .view-types .map-grid-view{*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    border: none;*/
/*    margin: 20px 0 20px;*/
/*}*/
html.listView .view{
    display: none;
}
.listWrapper , .masonryWrapper{
    margin-bottom: 60px;
    width: 100%;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    padding-left: 70px;
    padding-top: 35px;
}
.project-lists .project-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 10px;
    border-bottom: 1px solid #404040;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}
.project-lists .project-list-row:hover {
    color: #d17e4f;
}
.project-list-row.row-titles .project-list-item > span {
    font-size: 14px;
    text-transform: capitalize;
}
.project-list-item.project-list-name {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.project-list-item.project-list-function {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.project-list-item.project-list-year {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.project-list-item.project-list-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.project-list-item.project-list-address {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
/*---------------projectSingle--------------------*/

.infoSlogan {
    /*height: 15vh;*/
    height: auto;
    position: relative;
}

.vectors img {
    width: 23px;
    margin-right: 20px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.info-boxes {
    padding: 0 50px;
}

.architect-name p {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.2rem;
}

.architect-name {
    position: relative;
}

.ps-view {
    position: absolute;
    right: 0;
    top: 5vh;
}

.ps-view img {
    width: 23px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
}

ul.projectSingle-info {
    list-style: none;
    text-align: right;
    font-size: 0.9rem;
    padding-right: 0;
}

.projectSingle-awards-container{
    margin-bottom: 35px;
}
.projectSingle-awards-container > .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.projectSingle-awards {
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}
.projectSingle-awards .projectSingle-award-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projectSingle-awards a.projectSingle-award-item {
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.projectSingle-awards a.projectSingle-award-item:hover {
    color: #d17e4f;
}
.projectSingle-awards .projectSingle-award-item .projectSingle-award-item-text {
    margin: 0;
    line-height: 1;
}

.projectSingle-award-item-img {
    width: 100px;
    text-align: center;
    margin-left: 15px;
}

.projectSingle-award-item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.projectSingle-box {
    padding-left: 50px;
    overflow: hidden;
}

.projectSingle-img {
    width: 100%;
}

.projectSingle-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#map-project {
    height: 60vh;
    width: calc(100% - 50px);
}

.projectSingle-text {
    font-size: 0.9rem;
}

.next-project a {
    text-align: right;
    display: block;
    padding: 0 50px 50px;
    text-transform: capitalize;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    margin-top: 40px;
}
.next-project a:hover{
    opacity: .5;
}

.downloadPart a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px 5px;
    text-transform: capitalize;
    background: #e2e4d9;
    color: #d17e4f;
    left: 0;
    font-size: 0.8rem;
    margin: 20px 0;
    border: 1px solid #404040;
    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;
}
.downloadPart a img {
    margin-left: 10px;
    padding-bottom: 5px;
}
/*---------------projectSingle--------------------*/


/*---------------blog--------------------*/

.main-h-line {
    width: 100px;
    height: 100vh;
    position: fixed;
}

.main-h-line span {
    width: 100%;
    height: 2px;
    background: #404040;
    position: relative;
    top: 1px;
}

.blogWrapper {
    margin-left: 100px;
}

.blog-types {
    position: absolute;
    width: 130px;
    top: 50%;
    margin-left: 130px;
    /*height: 200px;*/
    /*overflow-y: scroll;*/
}

.blog-type {
    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-bottom: 40px;
}

.blog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px;
}

.h-line {
    width: 80px;
    height: 4px;
    background: #404040;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.blog-type-title span {
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
}

.blog-item-box {
    display: none;
}

.blog-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 550px);
    right: 0;
    position: fixed;
    width: calc(100% - 550px);
}

.blog-image img {
    width: 500px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
main.singleProjectWrapper .photos-arrows-boxes .prev-arrow-boxes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

main.singleProjectWrapper .photos-arrows-boxes .prev-arrow-boxes .prev-box {
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    display: none;
}

/*---------------blog--------------------*/
/*---------------blogSingle--------------------*/
.blog-title {
    text-transform: capitalize;
    margin: 20px 0px;
}

.infoSlogan .scroll {
    padding-left: 50px;
    font-size: 0.8rem;
}

.pageWrapper .infoSlogan .scroll {
    position: absolute;
    left: 0;
    padding: 0 10px;
    top: 50%;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pageWrapper .infoSlogan .scroll img {
    height: 40px;
}

.blog-box {
    padding-right: 50px;
}

.blog-box-img {
    width: 100%;
    height: 100%;
}

.blog-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-box-text {
    font-size: 0.9rem;
}


/*---------------blogSingle--------------------*/


/*---------------contact--------------------*/

body.perspective {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.contactWrapper>div {
    min-height: 100vh;
    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-pack: distribute;
    justify-content: space-around;
}

.contact-box {
    padding-left: 50px;
    /*padding-top: 100px;*/
}

.contact-box-text h2 {
    text-transform: capitalize;
}

.contact-box-text ul {
    list-style: none;
    padding: 0;
}

.contact-box-text ul li {
    padding-bottom: 12px;
    font-size: 0.9rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.contact-box-text ul li a[href^=tel], .contact-box-text ul li a[href^=fax] {
    display: inline-block;
    direction: ltr;
}
.contact-box-text ul li i{
    -webkit-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s;
}
.contact-box-text ul li > * {
    -webkit-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s;
    text-transform: capitalize;
}
.contact-box-text ul li > span:first-child{
    opacity: .5;
}
.contact-box-text ul li:hover > span ,
.contact-box-text ul li:hover > a ,
.contact-box-text ul li:hover i{
    color: #d17e4f;
    opacity: 1;
}
.contact-social-medias ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
#map-1,
#map-2 {
    width: 100%;
}

.map .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0 !important;
}

.map .gm-style-iw-d > div {
    padding: 0 !important;
    width: 100%;
}

.gm-style-iw-d {}

.map .gm-style-iw-d {
    padding: 20px 20px 10px 0;
    width: 100%;
}
.map button.gm-ui-hover-effect {
    top: -3px !important;
    right: -5px !important;
}
/*---------------contact--------------------*/


/*---------------about--------------------*/

.bannerWrapper {
    position: relative;
    /*height: 85vh;*/
    height: auto;
}
.bannerWrapper.about-bannerWrapper {
    height: auto;
    margin-bottom: 50px;
}
.bannerWrapper .scroll {
    display: none;
}
.about-ceo-container .ceo-image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-ceo-container .ceo-image-box .img {
    width: 100%;
    height: 100%;
}

.about-ceo-container .ceo-box-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    opacity: 0;
}
.about-ceo-container .ceo-image-box:hover .ceo-box-info {
    opacity: 1;
}
.about-ceo-container .ceo-image-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerWrapper .swiper-container,
.bannerWrapper .swiper-container .banner-img {
    height: 100%;
}

.bannerWrapper .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.arrow-boxes {
    left: 0;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: url("assets/img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 3;
}

.swiper-button-next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

span.scroll {
    text-transform: capitalize;
    position: absolute;
    bottom: 6.5vh;
    display: block;
    right: 60px;
}

.about_box {
    padding-left: 50px;
}

.about_boxes>div:first-child .about_box {
    margin-top: -18vh;
}

.about_box:nth-child(even) {
    margin-top: 15vh;
}

.about_box-img {
    width: 100%;
    height: auto;
}

.about_box-img img {
    width: 100%;
    height: auto;
}

.aboutWrapper {
    /*padding-right: 50px;*/
}

.about_box-title {
    text-transform: capitalize;
    font-size: 3rem;
}

.award-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding-right: 60px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.award_box {
    width: calc(100% / 5);
    padding-right: 20px;
    margin-bottom: 30px;
}

.award_box-text {
    text-align: center;
}

.award_box-text-year {
    text-transform: capitalize;
    font-size: 0.9rem;
}

.award_box-text-rate {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 0.9rem;
}

.award_box-img {
    width: 100%;
    display: none;
}

.award_box-img img {
    width: 100%;
    height: 100%;
}

.members {
    padding-left: 50px;
}

.member-box {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.award-container {
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding-bottom: 30px;
}
.award-container .view-more-less-box:hover {
    color: #D17E4F;
}
.award-container .view-more-less-box {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 15px;
    cursor: pointer;
    position: relative;
    padding: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.award-container .view-more-less-box .text {
}

.award-container .view-more-less-box .text span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}

.award-container .view-more-less-box .text span:first-child {}

.award-container .view-more-less-box .text span:last-child {
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
}
.awards_boxes.members h3.awards-year {
    font-weight: 600;
    margin-bottom: 12px;
}
.member-box-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.member-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.member-box-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
    /* color: #E3E1D5; */
    font-size: 1rem;
    /* opacity: 0.2; */
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}
.member-box-text-info {
    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;
    font-size: 1rem;
    position: relative;
}
.member-box-text-info span {
    display: block;
    color: #fff;
}
.member-box-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.member-box-social-media a {
    margin: 12px;
}
.member-box-social-media i {
    color: #E3E1D5;
    font-size: 1rem;
}
.member-box:hover .member-box-text {
    opacity: 1;
}
.award-container.show {
    max-height: 300vh;
    padding-bottom: 50px;
}

.award-container .view-more-less-box .text.show span:last-child {
    opacity: 1;
}
.award-container .view-more-less-box.show .text span:first-child {
    opacity: 0;
}

.award-container .view-more-less-box.show .text span:last-child {
    opacity: 1;
}
.award-container .award_box-text {
    text-align: inherit;
}

.award-container .award_box-text p {
    margin: 0;
}

.award-container a.award_box {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
/*---------------about--------------------*/
/*---------------Blog by NIKOO--------------------*/
main.pageWrapper.blog-pageWrapper.beforeScript ul#dates {
    margin-top: calc(50vh - 38px / 2);
}
main.pageWrapper.blog-pageWrapper.beforeScript #issues li .blog-box-text{
    display: none;
}

main.pageWrapper.blog-pageWrapper.beforeScript #issues li:first-child .blog-box-text {
    display: block;
}
main.pageWrapper.blog-pageWrapper.beforeScript #dates li a.selected:before {
    background-color: #000;
    height: 2px;
    width: 75px;
}
main.pageWrapper.blog-pageWrapper.beforeScript #dates li:first-child a.selected:before {
    width: 90px;
    background-color: #d17e4f;
    height: 4px;
}
#timeline {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    position: relative;
    opacity: 1;
    -webkit-transition: all ease-in-out 0s;
    -o-transition: all ease-in-out 0s;
    transition: all ease-in-out 0s;
    z-index: 7;
}

#dates {
    width: 150px;
    height: 600px;
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0;
}

#dates li {
    list-style: none;
    /* width: 100px; */
    /* height: 100px; */
    font-size: 18px;
    /* padding-left: 10px; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
}

#dates .selected {
    /* font-size: 38px; */
}

#issues {
    width: calc(100% - 150px);
    height: 600px;
    overflow: hidden;
    float: right;
    padding: 0;
}

#issues li {
    width: 100%;
    height: 100vh;
    list-style: none;
    text-align: 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;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#issues li.selected img {
    /* -webkit-transform: scale(1.1, 1.1); */
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* transform: scale(1.1, 1.1); */
}

#issues li img {
    /* margin: 10px 30px 10px 50px; */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    /* zoom: 1; */
    /* -webkit-transition: all 2s ease-in-out; */
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    /* transition: all 2s ease-in-out; */
    /* -webkit-transform: scale(0.7, 0.7); */
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    /* transform: scale(0.7, 0.7); */
}

#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    font-size: 14px;
    margin: 10px 20px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: #000 1px 1px 2px;
}

#issues li .blog-box-text {
    position: fixed;
    top: 47.5vh;
    right: 420px;
    width: 220px;
}

#issues li .blog-box-text p {
    text-shadow: none;
    font-size: 1rem;
    margin:0;
    line-height: normal;
    text-align: right;
    /*font-weight: 800;*/
}

.masonryWrapper.masonryBlog {
    pointer-events: none;
    height: 100vh;
    overflow-y: auto;
}

.masonryWrapper.masonryBlog::-webkit-scrollbar {
    width: 0.3em;
}

.masonryWrapper.masonryBlog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F8;
    box-shadow: inset 0 0 6px #F6F6F8;
}

.masonryWrapper.masonryBlog::-webkit-scrollbar-thumb {
    background-color: #F6F6F8;
    outline: 1px solid #d17e4f;
}

.grid-view-timeLine {
    position: fixed;
    left: 7vw;
    margin: 0;
    top: calc(50vh + 17vw);
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    z-index: 15;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    font-weight: 200;
}
.grid-view-timeLine:hover{
    opacity: .5;
}
html.blogHtml .timeline-view {
    display: none;
}
html.blogHtml.masonryView .timeline-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}
html.blogHtml.masonryView .timeline-view:hover{
    opacity: .5;
}
html.opMenu .grid-view.grid-view-timeLine {
    display: none;
}

html.masonryView .grid-view-timeLine {
    opacity: 0;
}

main.pageWrapper.blog-pageWrapper {
    position: relative;
    display: inline-block;
}

#grad_top,
#grad_bottom {
    width: 500px;
    height: 80px;
    position: absolute;
    display: none;
}

#grad_top {
    top: 0;
    background: url("http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_top.png") repeat-x;
}

#grad_bottom {
    bottom: 0;
    background: url("http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_bottom.png") repeat-x;
}

#dates li a::before {
    content: '';
    position: relative;
    width: 75px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#next,
#prev {
    position: relative;
    font-size: 70px;
    width: 54px;
    height: 59px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-box {
    position: fixed;
    top: 50%;
    left: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#next:hover,
#prev:hover {
    background-position: 0 0;
}

#next {
    bottom: 0;
    background-image: url(./assets/img/arrow-down.svg);
}

#prev {
    top: 0;
    background-image: url(./assets/img/arrow-up.svg);
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

#dates a span {
    /* transform-origin: left; */
    -webkit-transform: rotate(90deg) translate(0, -87px);
    -ms-transform: rotate(90deg) translate(0, -87px);
    transform: rotate(90deg) translate(0, -87px);
    position: absolute;
}

#dates li a.selected::before {
    width: 90px;
    background: #d17e4f;
    height: 4px;
}

#dates li>span {
    display: block;
    margin-bottom: 40px;
}

html.masonryView #timeline {
    opacity: 0;
    pointer-events: none;
    display: none;
    z-index: -1;
}

html.masonryView .masonryWrapper.masonryBlog {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    display: block;
}
main.blog-pageWrapper .blogTimeLine {
    display: none;
}
html.blogHtml.masonryView .grid-view.blogGrid {
    display: none;
}
html.blogHtml.masonryView .blogTimeLine {
    display: flex;
}
.masonryWrapper.masonryBlog .view-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-right: 70px;
}

#issues .blog-box {
    padding: 0;
    width: 35vw;
    position: relative;
    height: auto;
}

#issues .blog-box .blog-box-img-info {
    overflow: hidden;
    height: 35vw;
    width: 100%;
    position: relative;
}

#issues .blog-box .blog-box-img {
    width: 100%;
    height: 100%;
}

#issues .blog-box .blog-box-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #E1DDC9;
    text-transform: capitalize;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#issues .blog-box .blog-box-info h2 {
    font-weight: 100;
}

#issues .blog-box:hover .blog-box-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

html.blogHtml {
    overflow: hidden;
}


/*---------------Blog by NIKOO--------------------*/


/*---------------404--------------------*/

.error-page {
    width: 100%;
    height: 100vh;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-page h1 {
    font-size: 11rem;
    color: #d17e4f;
}

.error-page .error-links a {
    text-align: center;
    display: block;
    color: #d17e4f;
    -webkit-text-decoration: revert;
    text-decoration: revert;
}

.error-page .error-links p {
    color: #404040;
    text-align: center;
}


/*---------------404--------------------*/


/*------------------just-for-presentation-----------*/
/*---------Single project new------------*/
main.singleProjectWrapper {
    width: 100%;
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

main.singleProjectWrapper .nav-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}
.s-p-design-process-container .swiper-container {
    width: 100%;
    height: 100%;
}
main.singleProjectWrapper .tab-content .tab-pane .swiper-button-next, main.singleProjectWrapper .tab-content .tab-pane .swiper-button-prev {
    display: none;
}
.s-p-design-process-container .swiper-container .s-p-info-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main.singleProjectWrapper .nav-tabs li.nav-item button {
    background-color: transparent;
    color: #fff;
    border: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 600;
    outline: none !important;
    outline-color: transparent !important;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0.5;
}
main.singleProjectWrapper .nav-tabs li.nav-item {
    margin: 0 20px;
}

main.singleProjectWrapper .s-p-photos-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.s-p-design-process-container .swiper-container .s-p-info-box .plyr {
    height: 100%;
    width: 100%;
}

.plyr--video .plyr__controls {
    display: none;
}

.plyr__control--overlaid {
    background-color: #fff;
}

.plyr__control svg {
    fill: #000;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background-color: #d17e4f;
}

.plyr--video .plyr__control:hover svg{
    fill: #fff;
}
main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper2 {
    position: relative;
    width: 100%;
    height: 100%;
}
main.singleProjectWrapper .nav-tabs li.nav-item button.active ,
main.singleProjectWrapper .nav-tabs li.nav-item button:hover{
    opacity: 1;
}
main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper ,.s-p-design-process-container .swiper-container.mySwiper4{
    position: fixed;
    width: 62%;
    height: 10vh;
    bottom: 60px;
    left: 50%;
    /*-webkit-transform: translate(-50%,300%);*/
    /*-ms-transform: translate(-50%,300%);*/
    /*transform: translate(-50%,300%);*/
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    z-index: 16;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper.show,.s-p-design-process-container .swiper-container.mySwiper4.show {
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
main.singleProjectWrapper .tab-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

main.singleProjectWrapper .tab-content .tab-pane {
    width: 100%;
    height: 100%;
}
main.singleProjectWrapper .tab-content .tab-pane h2 {
    display: none;
}
main.singleProjectWrapper .s-p-photos-slider .swiper-container {
    width: 100%;
    position: relative;
    height: 100%;
}

main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper2 .swiper-slide {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: auto;
}

main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: rgba(0,0,0,0.8);
}

main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper .swiper-slide img,.s-p-design-process-container .swiper-container.mySwiper4 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper .swiper-slide.swiper-slide-thumb-active img,.s-p-design-process-container .swiper-container.mySwiper4 .swiper-slide.swiper-slide-thumb-active img {
    -webkit-filter: none;
    filter: none;
}
main.singleProjectWrapper .project-year {
    position: fixed;
    z-index: 6;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 57px;
}
main.singleProjectWrapper .photos-arrows-boxes {
    position: fixed;
    bottom: 30px;
    width: 82%;
    left: 50%;
    height: 5px;
    padding: 0 57px;
    z-index: 16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
html.showOne main.singleProjectWrapper .photos-arrows-boxes.photos {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next {}

main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next,main.singleProjectWrapper .photos-arrows-boxes .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0;
    right: auto;
    background-image: none;
    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;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    width: auto;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next:hover,main.singleProjectWrapper .photos-arrows-boxes .swiper-button-prev:hover{
    opacity: .5;
}
html.showTwo main.singleProjectWrapper .photos-arrows-boxes.Info {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next::after, main.singleProjectWrapper .photos-arrows-boxes .swiper-button-prev::after {
    color: #fff;
    font-size: 25px;
}

main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next::after {
    content: 'prev';
}
main.singleProjectWrapper .photos-arrows-boxes .swiper-button-prev::after{
    content: 'next';
    padding-left: 17px;
}
main.singleProjectWrapper .project-year .title > * {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
main.singleProjectWrapper .photos-arrows-boxes.info {
    opacity: 0;
    pointer-events: none;
}
.s-p-design-process-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.s-p-design-process-container .s-p-info-box video,.s-p-design-process-container .s-p-info-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
main.singleProjectWrapper .single-project-info {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 300px 100px 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main.singleProjectWrapper .single-project-info > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main.singleProjectWrapper .single-project-background-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

main.singleProjectWrapper .single-project-background-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
main.singleProjectWrapper .single-project-info .single-project-content {
    width: 70%;
    position: relative;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    border-left: 25px solid transparent;
    height: 100%;
}
main.singleProjectWrapper .single-project-info .single-project-content::-webkit-scrollbar {
    width: 0.3em;
}

main.singleProjectWrapper .single-project-info .single-project-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F8;
    box-shadow: inset 0 0 6px #F6F6F8;
}

main.singleProjectWrapper .single-project-info .single-project-content::-webkit-scrollbar-thumb {
    background-color: #d17e4f;
}
main.singleProjectWrapper .single-project-info .single-project-description {
    width: 30%;
    position: relative;
    height: 100%;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 10px;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container {
    position: relative;
    width: 100%;
    display: inline-block;
    /*height: 100%;*/
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box span {
    font-size: 1.1rem;
    text-transform: capitalize;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box span:first-child {
    font-weight: bold;
    margin-left: 10px;
    white-space: pre;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a {
    font-size: 1.1rem;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a img {
    height: 23px;
    margin: 0 6px;
}
main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .more-specification-box {}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box {
    position: relative;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box span {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s;
}
main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box:hover span {
    color: #fff;
}

main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box span:last-child {
    opacity: 0;
}

main.singleProjectWrapper .single-project-info .single-project-content a.s-p-view-awards {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #fff;
    /*top: 75%;*/
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    left: 0;
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 600;
}
main.singleProjectWrapper .single-project-info .single-project-description::-webkit-scrollbar {
    width: 0.3em;
}

main.singleProjectWrapper .single-project-info .single-project-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F6F6F8;
    box-shadow: inset 0 0 6px #F6F6F8;
}

main.singleProjectWrapper .single-project-info .single-project-description::-webkit-scrollbar-thumb {
    background-color: #d17e4f;
    outline: 1px solid #d17e4f;
}
main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box.show span:first-child {
    opacity: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
}
main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box.show span:last-child {
    opacity: 1;
}
#s-p-map-gallery {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    pointer-events: none;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}

#s-p-map-gallery #single-project-map {
    position: relative;
    width: 100%;
    height: 100%;
}

#s-p-map-gallery #close-map {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 40px;
    cursor: pointer;
}
html.op-menu-sp #s-p-map-gallery {
    opacity: 1;
    pointer-events: auto;
}
#s-p-map-gallery #close-map img {
    height: 35px;
}
main.singleProjectWrapper .tab-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(0,0,0);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26934523809523814) 9%, rgba(0,0,0,0.39539565826330536) 50%, rgba(0,0,0,0.4009978991596639) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(9%, rgba(0,0,0,0.26934523809523814)), color-stop(50%, rgba(0,0,0,0.39539565826330536)), to(rgba(0,0,0,0.4009978991596639)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26934523809523814) 9%, rgba(0,0,0,0.39539565826330536) 50%, rgba(0,0,0,0.4009978991596639) 100%);
    z-index: 2;
    pointer-events: none;
}
main.singleProjectWrapper .single-project-background-img::before {content: '';position: absolute;width: 100%;height: 100%;background-color: #000;opacity: 0.35;}
.gm-style .gm-style-iw-c {
    max-width: 18vw !important;
}
.map .mapWrapper img {
    margin-bottom: 1.2rem;
}
.back-to-project.mobile {
    display: none;
}

.back-to-project.desktop {
    position: fixed;
    z-index: 15;
    right: 57px;
    top: 110px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.1s linear 0.3s;
    -o-transition: all 0.1s linear 0.3s;
    transition: all 0.1s linear 0.3s;
}
.back-to-project.desktop:hover{
    opacity: .5;
}
.back-to-project.desktop img {
    height: 3rem;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

html.opMenu .back-to-project.desktop {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

/*---------Single project new------------*/
.h_iframe-aparat_embed_frame {
    width: 100vw;
    height: calc(100vh - 60px);
}
/*------------------------------------------projectSingle*/
main.singleProject section.banner {
    position: relative;
    overflow: hidden;
}

main.singleProject section.banner .bannerSlider .swiper.mySwiper2 {
    height:77vh;
}

main.singleProject section.banner .bannerSlider .swiper-slide {
    width: 100%;
    height: 100%;
}
main.singleProject section.banner .bannerSlider .swiper-thumbs .swiper-slide.bold {
    border: 3px solid #d17e4f;
}
main.singleProject section.banner .bannerSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
main.singleProject section.banner .bannerSlider .mySwiper2 .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/img/pssbg.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    opacity: .1;
    z-index: -1;
}
main.singleProject section.banner .bannerSlider .mySwiper2 .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
}
main.singleProject section.banner .bannerSlider .swiper-thumbs {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
main.singleProject section.banner .bannerSlider .swiper-thumbs .swiper-slide {
    cursor: pointer;
}
section.projectSingle_content {
    width: 50%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 100px;
}
section.projectSingle_content > .title {
    margin-bottom: 30px;
}
.banner .bannerSlider_icon img{
    position: absolute;
    -webkit-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #212529;
    border-radius: 50%;
}
.banner .bannerSlider_icon:hover img {
    background-color: #d17e4f;
}
.banner .bannerSlider_icon {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    right: 0;
    margin-right: 40px;
    width: 35px;
    height: 35px;
}

.banner .bannerSlider_icon img.close-info {
    opacity: 0;
    padding: 6px;
}
.banner .bannerSlider_icon.hide img.close-info {
    opacity: 1;
}

main.singleProject .bannerSlider-text-container {
    margin-bottom: 50px;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 50%;*/
    /*height: 100%;*/
    /*transition: all ease-in-out 0.45s;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-end;*/
}
main.singleProject .bannerSlider-text-container .bannerSlider-text {
    /*z-index: 2;*/
    /*right: 0;*/
    /*padding-right: 50px;*/
    /*position: relative;*/
    /*transform: translateX(100%);*/
    /*transition: all ease-in-out 0.45s;*/
}

main.singleProject .bannerSlider-text-container .bannerSlider-text.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

main.singleProject .bannerSlider-text-container .bannerSlider-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
main.singleProject .bannerSlider-text-container .bannerSlider-text ul li > * {
    text-transform: capitalize;
}
main.singleProject .bannerSlider-text-container .bannerSlider-text ul li span:first-child {
    color: #404040cc;
    padding-right: 3px;
}
/*------------------------------------------projectSingle*/
@media only screen and (max-width: 768px) {
    .back-to-project.desktop {
        display: none;
        padding: 1rem 0 0;
    }

    .back-to-project.mobile {
        display: block;
    }

    main.singleProjectWrapper .project-year {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .back-to-project.mobile img {
        height: 2rem;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
    header.single-project-header .lang .wpml-ls-legacy-list-horizontal a {
        color: #000;
    }
    #s-p-map-gallery #close-map {
        padding: 20px;
    }
    .contact-copyRight-container {
        position: relative;
        bottom: auto;
        margin-bottom: 30px;
    }
    /*-----------canvas------------*/
    .canvasWrapper {
        opacity: 0.2;
    }
    /*-----------canvas------------*/
    /*-----------general------------*/
    body.perspective {
        -webkit-perspective: none;
        perspective: none;
    }
    header {
        height: 12vh;
        position: fixed;
        top: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 10vh;
        background: #e1e1d6;
        padding: 0 20px;
        transition: all ease-in-out .35s;
    }
    header:after {
        background: #404040;
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        right: 0;
        z-index: -1;
        -webkit-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    html.opMenu header:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    header a.identity {
        height: 60px;
    }
    .wpml-ls-legacy-list-horizontal a span {
        font-size: 12px;
    }
    body.notTop header {
        height: 10vh;
    }

    body.notTop header a.identity {
        height: 50px;
    }
    .lang {
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        bottom: auto;
        margin-left: 85px;
        color: #d17e4f;
        text-align: left;
    }
    main {
        margin-right: 0;
        width: 100%;
        margin-top: 12vh;
    }
    html.one main {
        overflow-y: visible;
        height: auto;
    }
    .container-fluid {
        padding: 0 20px !important;
    }
    .filter-loading-box {
        height: 75vh;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
        z-index: 10;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*-----------general------------*/
    /*-----------menu-container------------*/
    #menu-container {
        top: 12vh;
        padding: 20px;
        height: calc(100vh - 12vh);
        width: 100%;
    }
    body.notTop #menu-container {
        top: 10vh;
        height: calc(100vh - 10vh);
    }
    #menu-container nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        row-gap: 16px;
    }
    .menu-menu-fa-container {
        width: 100%;
    }
    .nav-item.project,
    .nav-item.contact,
    .nav-item.event,
    .nav-item.about,
    .nav-item.blog,
    .nav-item.social-item {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        height: auto;
        border: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 0 0 5px 0;
        border-top: 1px solid #cccac8;
        margin: 0 0 40px 0;
        width: 50%;
        text-align: right;
    }
    .nav-item.social-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: 1px solid #cccac8;
        border-top: none;
        margin: 0;
        bottom: -20px;
        height: 30vh;
    }
    .nav-item.social-item ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 14px;
    }
    .nav-item.social-item li {
        margin: 0 10px;
    }
    /*-----------menu-container------------*/
    /*-----------project------------*/
    html.map .mapWrapper {
        top: 12vh;
        height: 88vh;
        left: 0;
    }
    .view{
        border-bottom: none;
    }
    html.map .view{
        display: none;
    }
    html.map .map-grid-view > a{
        border-bottom: none;
    }
    .map-grid-view {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        padding:0;
    }
    .txt-function,
    .txt-year {
        margin-left: 50px;
        margin-right: 0;
    }

    .typesWrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        padding-top: 10vh;
    }
    .view .view-by {
        padding-left: 5px;
    }

    .masonryWrapper .button-group {
        position: relative;
        margin: 0;
        z-index: 12;
        background: #e1e1d6;
        width: 100%;
        padding: 0 0 5px;
        overflow-x: auto;
    }
    html.blogHtml {
        overflow: auto;
    }
    .masonryWrapper.masonryBlog {
        width: 100%;
        padding-top: 0;
        margin: 20px 0 20px 0;
        opacity: 1;
        pointer-events: auto;
        height: auto;
        z-index: 10;
        display: block;
    }
    .element-item {
        width: 50%;
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .view-types {
        margin: 0;
        height: auto;
        padding: 0 20px 10px;
        width: 100%;
        top: auto;
        bottom: auto;
        left: auto;
        flex-direction: row;
        align-items: center;
        max-width: 100%;
        justify-content: space-between;
        position: relative;
        background-color: #e1e1d6;
        row-gap: 15px;
    }
    html.map .view-types {
        position: fixed;
        top: 12vh;
    }
    html.listView .view-types ,
    html.two .view-types {
        position: sticky;
        margin-bottom: 20px;
        top: 10vh;
        border-bottom: 1px solid #000;
    }
    html.two .view-types {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .button-group button {
        white-space: pre;
    }

    html.two .view-types .view,
    html.two .view-types .map-grid-view {
        margin-right: 0;
    }
    html.two .view-types .map-grid-view {
        margin-left: 0;
    }
    .listWrapper , .masonryWrapper{
        width: 100%;
        padding: 0 20px;
    }

    .project-lists .project-list-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
    }
    .project-lists .project-list-row.row-titles {
        display: none;
    }
    .project-list-item.project-list-name > span {
        font-weight: 600;
        display: inline-block;
    }
    .project-lists .project-list-row > div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-bottom: 10px;
    }
    /*-----------project------------*/
    /*-----------projectSingle------------*/
    .bannerWrapper .scroll {
        /*display: block;*/
        position: absolute;
        bottom: 40px;
        right: 0;
        z-index: 2;
        display: none;
    }
    .bannerWrapper .scroll img {
        height: 50px;
    }
    .infoSlogan .scroll {
        display: none;
    }
    .projectSingle-box {
        padding-left: 0;
    }
    .next-project a {
        padding: 0 0 50px;
    }
    .projectSingle-awards {
        padding: 0;
    }
    .info-boxes {
        padding: 0;
    }
    #map-project {
        width: 100%;
    }
    .downloadPart a {
        padding: 10px 5px 5px;
    }
    /*-----------projectSingle------------*/
    /*-----------blogSingle------------*/
    .infoSlogan .scroll {
        padding-right: 0;
    }
    .blog-box {
        padding-right: 0;
    }
    /*-----------blogSingle------------*/
    /*-----------contact------------*/
    body.perspective {
        -webkit-perspective: none;
        perspective: none;
    }
    .contact-box {
        padding-left: 0;
        padding-top: 40px;
    }
    .contact-box-text {
        padding-bottom: 30px;
    }
    #map-1,
    #map-2 {
        width: 100%;
        height: 60vh;
        margin-bottom: 5rem;
    }
    /*-----------contact------------*/
    /*-----------about------------*/
    .bannerWrapper {
        position: relative;
        /*height: 65vh;*/
        height: auto;
    }
    .bannerWrapper.about-bannerWrapper {
        height: auto;
    }
    .arrow-boxes {
        height: 10vh;
    }
    .infoSlogan {
        /*height: 15vh;*/
    }
    /*.aboutWrapper-infoSlogan{*/
    /*    height: 5vh;*/
    /*}*/
    .about_box,
    .members {
        padding-left: 0;
    }
    .about_boxes>div:first-child .about_box {
        margin-top: 0;
    }
    .award-boxes {
        padding-right: 0;
    }
    .award_box {
        width: calc(100% / 2);
        padding: 0;
        margin-bottom: 10px;
    }
    .about_box-title {
        font-size: 2rem;
    }
    .member-box {
        height: auto !important;
    }
    .aboutWrapper .about-ceo-container.members {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 20px;
        margin: 0;
    }
    .row.awards_boxes.members, .row.members {
        margin-top: 40px;
    }
    .award-container .view-more-less-box {
        color: #D17E4F;
    }
    /*-----------about------------*/
    /*-----------blog------------*/
    .blog-pageWrapper .grid-view-timeLine {
        /*pointer-events: none;*/
        /*display: none !important;*/
    }
    .grid-view-timeLine,
    html.masonryView .timeline-view {
        left: 0;
        margin: 0 20px;
        top: 12vh;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: fixed;
        width: calc(100% - 40px);
        background: #e1e1d6;
        z-index: 11;
    }
    #timeline {
        display: none;
    }
    main.pageWrapper.blog-pageWrapper .view-types {
        display: none;
    }
    #issues,
    .arrow-box {
        display: none;
    }
    #dates {
        width: 100%;
        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;
    }
    #dates a span {
        -webkit-transform: rotate( 0deg) translate(105px, 0);
        -ms-transform: rotate( 0deg) translate(105px, 0);
        transform: rotate( 0deg) translate(105px, 0);
    }
    main.pageWrapper.blog-pageWrapper:before {
        position: absolute;
        content: '';
        left: 0;
        -webkit-transform: translateY(50vh);
        -ms-transform: translateY(50vh);
        transform: translateY(50vh);
        width: 40px;
        height: 4px;
        background: #d17e4f;
        display: none;
    }
    html.masonryView main.pageWrapper.blog-pageWrapper:before {
        content: none;
    }
    #dates a {
        height: 40px;
        padding-bottom: 0;
    }
    /*-----------blog------------*/
    /*-----------404------------*/
    .error-page {
        height: 85vh;
    }
    .error-page h1 {
        font-size: 8rem;
    }
    /*-----------404------------*/
    /*------single project new-----------*/
    main.singleProjectWrapper .tab-content .tab-pane {
        display: block;
        opacity: 1;
    }
    main.pageWrapper.singleProjectWrapper {
        height: auto;
        overflow-y: visible;
        margin-top: 12vh;
    }

    main.singleProjectWrapper .nav-tabs {
        top: 12vh;
        background-color: #e1e1d6;
        display: none;
    }

    main.singleProjectWrapper .nav-tabs li.nav-item {
        margin: 0 7px;
    }

    main.singleProjectWrapper .nav-tabs li.nav-item button {
        font-size: 1rem;
    }

    main.singleProjectWrapper .nav-tabs li.nav-item button {
        padding: 7px;
        color: #000;
    }

    main.singleProjectWrapper .tab-content {
        height: auto;
    }

    main.singleProjectWrapper .s-p-photos-slider {
        height: auto;
        margin-bottom: 47px;
    }

    main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper2 {
        height: 50vh;
        margin-bottom: 10px;
    }

    main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper ,.s-p-design-process-container .swiper-container.mySwiper4{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 5vh;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        padding-right: 20px;
    }

    main.singleProjectWrapper .tab-content::before {
        position: fixed;
        height: 50px;
        opacity: 0;
    }

    main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper2 .swiper-slide img {background-color: #e1e1d6;}

    main.singleProjectWrapper .photos-arrows-boxes {
        width: 100%;
        padding: 0 20px;
        display: none;
    }

    main.singleProjectWrapper .photos-arrows-boxes .swiper-button-next, main.singleProjectWrapper .photos-arrows-boxes .swiper-button-prev {
        padding: 0;
    }

    .s-p-design-process-container .swiper-container.mySwiper4 {
        height: 8vh;
    }
    .s-p-design-process-container .swiper-container.mySwiper3{
        height: 50vh;
        margin-bottom: 10px;
    }
    .s-p-design-process-container {
        height: auto;
        background-color: transparent;
        margin-bottom: 30px;
    }

    main.singleProjectWrapper .single-project-info {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container{
        padding: 0;
    }
    main.singleProjectWrapper .single-project-background-img {
        display: none;
    }

    main.singleProjectWrapper .single-project-info .single-project-content {
        color: #000;
        width: 100%;
        border: none;
    }

    main.singleProjectWrapper .single-project-info .single-project-description {
        width: 100%;
        color: #000;
        margin-top: 40px;
    }
    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a img{
        -webkit-filter: brightness(1) invert(1);
        filter: brightness(1) invert(1);
    }
    main.singleProjectWrapper .single-project-info .single-project-content a.s-p-view-awards {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #000;
        font-size: 1.1rem;
        padding: 20px 0;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box span {
        font-size: 1.1rem;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a {
        font-size: 1.1rem;
        color: #000;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box span {
        color: #d17e4f;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .view-more-box:hover span{
        color: #d17e4f;
    }
    main.singleProjectWrapper .tab-content .tab-pane h2 {
        display: block;
        padding: 0 20px;
        text-transform: capitalize;
        margin: 10px 0 10px;
    }
    main.singleProjectWrapper .tab-content .tab-pane .swiper-button-next, main.singleProjectWrapper .tab-content .tab-pane .swiper-button-prev {
        display: block;
        background-image: none;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        width: auto;
    }
    main.singleProjectWrapper .tab-content .tab-pane .swiper-button-next::after {content: 'next';font-size: 30px;right: 0;color: #d17e4f;}

    main.singleProjectWrapper .tab-content .tab-pane .swiper-button-prev::after {
        content: 'prev';
        font-size: 30px;
        color: #d17e4f;
    }
    main.singleProjectWrapper .project-year {
        position: relative;
        top: 0;
        left: auto;
        padding: 0 20px;
        margin-bottom: 30px;
        right: auto;
    }

    main.singleProjectWrapper .project-year .title > * {
        color: #000;
        font-size: 1.5rem;
    }
    /*------single project new-----------*/
    .gm-style .gm-style-iw-c {
        max-width: calc(100vw - 50px) !important;
    }
    .h_iframe-aparat_embed_frame {
        height: auto;
    }
    /*------------------------------------------projectSingle*/
    main.singleProject section.banner .bannerSlider .swiper.mySwiper2 {
        height: 30vh;
    }

    main.singleProject section.banner .bannerSlider .swiper-thumbs {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    section.projectSingle_content {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    main.singleProject .bannerSlider-text-container {
        position: relative;
        /*padding: 0 20px;*/
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .banner .bannerSlider_icon {
        display: none;
    }
    main.singleProject .bannerSlider-text-container .bannerSlider-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
    }
    /*------------------------------------------projectSingle*/
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .contactWrapper>div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*-----------projectSingle------------*/
    .projectSingle-box {
        padding-right: 30px;
    }
    .projectSingle-box.flex-column-reverse {
        padding-right: 0;
    }
    /*-----------projectSingle------------*/
    /*-----------blog------------*/
    /*-----------blog------------*/
    /*-----------blogSingle------------*/
    .blog-box {
        padding-right: 30px;
    }
    .blog-box.flex-column-reverse {
        padding-right: 0;
    }
    /*-----------blogSingle------------*/
    .gm-style .gm-style-iw-c {
        max-width: calc(70vw - 50px) !important;
    }
    /*-----------about------------*/
    .aboutWrapper .about-ceo-container.members {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1031px) {
    /*-----------general------------*/
    header {
        width: 200px;
        padding: 0 30px;
    }
    #menu-container {
        padding-right: 200px;
    }
    main {
        margin-right: 200px;
        width: calc(100% - 200px);
    }
    /*-----------general------------*/
    /*-----------home------------*/
    .mapWrapper {
        right: 200px;
    }
    .menu-icon {
        margin-left: 40px;
    }
    #timeline {
        width: calc(100% - 200px);
        margin-left: 200px;
    }
    .arrow-box {
        left: 0vw;
    }
    .view-types {
        width: 200px;
    }
    .view-types .view {
        width: 150px;
    }
    .view-types * {
        font-size: 12px;
    }
    /*-----------home------------*/
    /*-----------about------------*/

    .about_boxes>div:first-child .about_box {
        margin-top: -11vh;
    }
    /*-----------about------------*/
    /*-----------contact------------*/
    #map-1,
    #map-2 {
        height: 40vh;
        width: 100%;
    }
    /*-----------contact------------*/
    /*-----------blog------------*/
    .grid-view-timeLine {
        left: 3vw;
    }
    #issues li .blog-box-text {
        right: 320px;
        width: 110px;
    }
    #issues .blog-box {
        width: 30vw;
    }
    /*-----------blog------------*/
    /*-----------single project new------------*/
    main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper ,.s-p-design-process-container .swiper-container.mySwiper4{
        width: 55%;
        height: 5vh;
        bottom: 85px;
    }

    main.singleProjectWrapper .photos-arrows-boxes {
        width: 79%;
    }

    main.singleProjectWrapper .single-project-info {
        padding: 100px 200px 100px 5vw;
    }

    main.singleProjectWrapper .single-project-info .single-project-content {
        width: 50%;
    }

    main.singleProjectWrapper .single-project-info .single-project-description {
        width: 50%;
    }
    /*-----------single project new------------*/
    .gm-style .gm-style-iw-c {
        max-width: 40vw !important;
    }

    .gm-style .gm-style-iw-c h3 {
        font-size: 1.3rem !important;
    }
    /*------------------------------------------projectSingle*/
    main.singleProject section.banner .bannerSlider .swiper.mySwiper2 {
        height: 50vh;
    }

    section.projectSingle_content {
        margin-top: 80px;
        margin-bottom: 50px;
    }
    /*------------------------------------------projectSingle*/
}

@media only screen and (min-width: 1031px) and (max-width: 1199px) {
    /*-----------blog------------*/
    .grid-view-timeLine {
        left: 2vw;
    }
    .arrow-box {
        left: 3vw;
    }
    #issues li .blog-box-text {
        right: 425px;
        width: 170px;
    }
    /*-----------blog------------*/
    /*-----------contact------------*/
    #map-1,
    #map-2 {
        height: 22vh;
        width: 100%;
    }
    /*-----------contact------------*/
    /*-----------home------------*/
    /*-----------home------------*/
    /*------------------------------------------projectSingle*/
    section.projectSingle_content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    main.singleProject section.banner .bannerSlider .swiper.mySwiper2 {
        height: 70vh;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-box-text h2 {
        font-size: 1.4rem !important;
    }
    /*-----------contact------------*/
    #map-1,
    #map-2 {
        width: 100%;
    }
    /*-----------contact------------*/
    /*-----------blog------------*/
    .grid-view-timeLine {
        left: 3vw;
    }
    .arrow-box {
        left: 3vw;
    }
    /*-----------blog------------*/
    /*-----------single project new------------*/
    main.singleProjectWrapper .s-p-photos-slider .swiper-container.mySwiper ,.s-p-design-process-container .swiper-container.mySwiper4{
        width: 40%;
        height: 7vh;
    }
    main.singleProjectWrapper .single-project-info .single-project-content {
        width: 60%;
    }

    main.singleProjectWrapper .single-project-info .single-project-description {
        width: 40%;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box span,main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a {
        font-size: 1rem;
    }
    main.singleProjectWrapper .photos-arrows-boxes {
        width: 64%;
    }
    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box {
        margin-bottom: 10px;
    }

    main.singleProjectWrapper .single-project-info .single-project-content a.s-p-view-awards {
        top: 80%;
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    /*-----------single project new------------*/
    .gm-style .gm-style-iw-c h3 {
        font-size: 1.3rem !important;
    }
    .gm-style .gm-style-iw-c {
        width: 22vw !important;
    }
    /*------------------------------------------projectSingle*/
    section.projectSingle_content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    main.singleProject section.banner .bannerSlider .swiper.mySwiper2 {
        height: 70vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) and (max-height: 700px){
    main.singleProjectWrapper .single-project-info .single-project-content a.s-p-view-awards {
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box {
        margin-bottom: 5px;
    }

    main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box span, main.singleProjectWrapper .single-project-info .single-project-content .single-project-specification-awards-container .single-project-specification-box .specification-box a {
        font-size: 0.9rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .contact-box-text h2 {
        font-size: 1.5rem !important;
    }
    /*-----------blog------------*/
    #issues li .blog-box-text {
        width: 270px;
    }
    /*-----------blog------------*/
    .gm-style .gm-style-iw-c h3 {
        font-size: 1.3rem !important;
    }
    .gm-style .gm-style-iw-c {
        width: 22vw !important;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    /*-----------blog------------*/
    #issues li .blog-box-text {
        width: 340px;
    }
    /*-----------blog------------*/
}