:root {
    --app-height: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before {
    content: "";
    content: none
}

q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: p_bold;
    src: url(../fonts/DINBdA.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: p_regular;
    src: url(../fonts/DINRgA.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: p_medium;
    src: url(../fonts/DINMdA.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.blog-items__item .title-in h2, .header-menu__logo a, .hero-slider__item .title-in h1, .news-full__desc .title-out h1, .works-bar .swiper-pagination-fraction, .works-desc .desc h1, .works-desc .lists h3, .works-desc h1, .works-item__title h2 {
    font-family: p_bold, sans-serif;
    font-weight: 700
}

.header-menu__nav ul li a, body {
    font-family: p_regular, sans-serif;
    font-weight: 400
}

.blog-items__item .title-in a {
    font-family: p_medium, sans-serif;
    font-weight: 500
}

.blog-items__item figure img, .hero-slider__item img, .news-full__img figure img, .thumbs-list__item figure img, .works-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.works-full .close-full, .works-full .swiper-btns div.s-next, .works-full .swiper-btns div.s-prev {
    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
}

.blog-items, .blog-items__item, .blog-items__item .title-in h2, .blog-items__item .title-in p, .blog-items__item .title-in span, .filter, .filter-row, .footer, .footer-socials, .footer-text, .header, .header-menu, .hero, .hero-slider__item, .hero-slider__item .title-in, .news-full, .news-full__desc, .news-full__desc .title-out, .news-full__desc figcaption, .news-full__desc figcaption p, .news-full__img, .news-full__img figure, .price-1, .price-1 h2, .price-2, .price-2 h2, .section, .section-title, .section-title h1, .thumbs-close, .thumbs-list, .thumbs-list__item, .thumbs-list__item figure, .works-bar__items, .works-desc .desc h1, .works-desc .desc p, .works-desc .lists, .works-desc h1, .works-full, .works-full__slider, .works-full__slider figure, .works-item, .works-item figure {
    width: 100%;
    float: left
}

.header-menu__actions a {
    padding: 13px 30px;
    font-size: 13px;
    border-radius: 10px
}

h1 {
    font-size: 21px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

button, input, select, textarea {
    border: none;
    outline: 0;
    background: 0 0
}

button:focus, select:focus, span:focus {
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

body {
    font-size: 13px;
    background: #fff;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background: #fff
}

body::-webkit-scrollbar-thumb {
    background: #313131
}

.container {
    max-width: 96%
}

.header-main {
    position: relative;
    width: 100%;
    float: left;
    height: 90px;
}

.header {
    position: fixed;
    padding: 5px 0;
    z-index: 9999;
    top: 0;
}

.header-menu {
    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;
    padding: 20px 0
}

.header-menu__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-menu__logo a {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase
}

.header-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__nav ul li {
    float: left;
    margin-left: 40px
}

.header-menu__nav ul li:first-child {
    margin-left: 0
}

.header-menu__nav ul li a {
    color: #fff;
    font-size: 32px;
    font-family: p_bold;
    text-transform: uppercase
}

.header-menu__nav ul li a:hover {
    color: #313131
}


.header-menu__nav ul li.active a {
    border-bottom: 2px solid #313131;
    color: #313131!important;
}

.header-menu__actions a {
    background: #313131;
    color: #fff;
    text-transform: uppercase
}

.header-full {
    position: fixed;
    background: #fff;
    /*transition: 0.3s all ease-in;*/
}

.header-full .header-menu__logo a {
    color: #242424
}

.header-full .header-menu__nav ul li a {
    color: #888
}

.header-full .header-menu__nav ul li a:hover {
    color: #313131
}

.section {
    padding-top: 80px;

}


#profile , #people , #awwards , #press , #news , #employment {
    padding-bottom: 80px;
}

.section-title {
    margin-bottom: 20px
}

.section-title h1 {
    font-size: 30px
}

.hero {
    height: 100dvh;
    position: relative;
    overflow: hidden;
}

.hero:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height:15%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    z-index: 200;
    opacity: 0.2;
}

.hero-slider {
    position: relative;

}

.hero-slider__item:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height:15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    opacity: 0.2;
}


.hero-slider__item {
    height: 100dvh;
    position: relative
}

.hero-slider__item img {
    position: absolute
}

.hero-slider__item .title-in {
    position: absolute;
    width: 100%;
    height: 100dvh;
    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;
    padding-bottom: 40px;
    z-index: 300;
}

.hero-slider__item .title-in__bg {
    padding: 0;

    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-slider__item .title-in h1 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 10px;
    font-family:"p_medium";
}

.hero-slider__item .title-in a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.hero-slider__item .title-in a svg {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.hero-slider__item .title-in a svg path {
    stroke: #fff
}

.hero .swiper-pagination {
    bottom: 20px;
    width: 100%
}

.hero .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background:#fff;
    border-radius: 50px;
    margin-left: 15px;
    opacity: 0.3;
}

.hero .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.filter-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.filter-actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-actions ul li {
    float: left;
    margin-left: 30px
}

.filter-actions ul li:first-child {
    margin-left: 0
}

.filter-actions ul li a {
    color: #242424;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.filter-actions ul li a svg {
    width: 16px;
    height: 16px;
    margin-left: 10px
}

.filter-row {
    margin-top: 30px;
    display: none
}

.filter-row .wrapper button {
    width: 100%;
    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;
    border-bottom: 2px solid #313131;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    min-height: 40px
}

.filter-row .wrapper button i {
    font-size: 18px
}

.filter-row .ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.filter-row .apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc
}

.filter-row .apply-selection .ajax-link {
    display: none
}

.filter-row .checkboxes {
    margin: 0;
    display: none;
    padding: 20px;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, .1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, .1);
    border-top: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 300;
    background: #fff;
    left: 0
}

.filter-row .checkboxes .inner-wrap {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto
}

.filter-row .checkboxes .inner-wrap label {
    margin-bottom: 10px
}

.filter-row .checkboxes .inner-wrap label:last-child {
    margin-bottom: 0
}

.works {
    padding-top: 30px
}

.works-item {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px
}

.works-item a {
    color: #fff
}

.works-item figure {
    width: 100%;
    height: auto;
}

.works-item__title {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(1, 0, 0, .8);
    left: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.works-item__title h2 {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-family: p_medium;
}

.works-item a:hover .works-item__title {
    opacity: 1;
    visibility: visible
}

.footer {
    margin-top: 80px;
    margin-bottom: 80px
}

.footer-text {
    text-align: center;
    font-size: 16px;
    color: #888
}

.footer-text a {
    color: #313131
}

.footer-socials {
    margin-top: 40px
}

.footer-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-socials ul li {
    float: left;
    margin-left: 20px
}

.footer-socials ul li:first-child {
    margin-left: 0
}

.footer-socials ul li a {
    float: left;
    font-size: 18px;
    color: #313131
}

.ui-slider-horizontal {
    height: 3px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px
}

#p-list {
    padding:0 30px;
}

.ui-widget.ui-widget-content {
    background: #f2f2f2;
    border: none
}

.ui-widget-header {
    background: #313131;
    border-color: #313131;
    border: 1px solid #050708
}

.filter .ui-button, .filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default, html .filter .ui-button.ui-state-disabled:active, html .filter .ui-button.ui-state-disabled:hover {
    width: 10px;
    height: 10px;
    border: none;
    background: #242424;
    border-radius: 0;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.price-1 {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.price-1 .numb {
    position: absolute;
    top: 0;
    right: 0
}

.price-1 .numb input {
    width: 70px;
    border: 1px solid #f2f2f2;
    padding: 7px;
    border-radius: 5px;
    text-align: center
}

.price-1 h2 {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.content-this {
    width: calc(100% - 70px);
}

.price-1 .ui-widget.ui-widget-content {
    float: left;
    width: 100%;
    position: relative
}

.price-2 {
    margin-top: 20px;
    position: relative
}

.price-2 .numb {
    position: absolute;
    top: 0;
    right: 0
}

.price-2 .numb input {
    width: 70px;
    border: 1px solid #f2f2f2;
    padding: 7px;
    border-radius: 5px;
    text-align: center
}

.price-2 h2 {
    margin-bottom: 30px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-2 .ui-widget.ui-widget-content {
    float: left;
    width: 100%;
    position: relative
}

.works-full {
    height: calc(100vh - 150px);
    overflow: hidden
}

.works-full__slider {
    height: calc(100vh - 150px);
    position: relative
}

.works-full__slider figure {
    width: 100%;
    height: calc(100vh - 150px)
}

.works-full__slider figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.works-full .swiper-btns {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.works-full .swiper-btns div {
    position: absolute;
    z-index: 400;
    cursor: pointer
}

.works-full .swiper-btns div.s-prev {
    width: 80px;
    height: 80px;
    font-size: 50px;
    left: 0;
    top: calc(55% - 80px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #242424;
    margin-left: -15px;
}

.works-full .swiper-btns div.s-next {
    width: 80px;
    height: 80px;
    font-size: 50px;
    right: 0;
    top: calc(55% - 80px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #242424;
    margin-right: -15pxx;
}

.works-full .close-full {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none
}

.works-full .close-full svg path {
    stroke: #242424
}

.works-full:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-webkit-full-screen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-webkit-full-screen .container .row .col-md-12 {
    padding: 0
}

.works-full:-webkit-full-screen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-webkit-full-screen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-webkit-full-screen p {
    visibility: visible
}

.works-full:-ms-fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-ms-fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-ms-fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:-ms-fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-ms-fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-ms-fullscreen p {
    visibility: visible
}

.works-full:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-ms-fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-webkit-full-screen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-ms-fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-webkit-full-screen .container .row .col-md-12 {
    padding: 0
}

.works-full:-ms-fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:-webkit-full-screen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-ms-fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-webkit-full-screen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-ms-fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-bar {
    height: 60px
}

.works-bar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.works-bar__items-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.works-bar__items-action ul li {
    float: left;
    margin-left: 20px
}

.works-bar__items-action ul li a {
    color: #242424;
    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;

}

.works-bar__items-action ul li a svg {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px
}

.works-bar__items-action ul li a svg path {
    stroke: #242424
}

.works-desc {
    margin-top: 10px
}

.works-desc .desc h1 {
    font-size: 34px;
    margin-bottom: 40px
}

.works-desc .desc p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 24px;
    color: #242424;
}

.works-desc .lists {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.works-desc .lists hr {
    border: none;
    border-top: 1px solid #111;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.works-desc .lists h3 {
    margin-right: 10px;
    line-height: 1.5;
    font-size: 24px;
    font-family: p_medium;
}

.works-desc .lists p {
    font-size: 24px;
    line-height: 1.5
}

.works-desc .lists p iframe {
    display: none;
}

.works-desc h1 {
    font-size: 54px;
    margin-bottom: 40px;
    font-family: p_medium;
}

.blog-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.blog-items__item figure {
    width: 40%;
    float: left;
    height: 600px;
    position: relative
}

.blog-items__item figure:before {
    content: "";
    width: 100%;
    height: 190px;
    left: -20%;
    background: #28272c;
    position: absolute;
    bottom: -80px;
    z-index: -1
}

.blog-items__item .title-in {
    width: 60%;
    float: left;
    padding-left: 100px
}

.blog-items__item .title-in span {
    color: #313131;
    margin-bottom: 20px
}

.blog-items__item .title-in h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px
}

.blog-items__item .title-in p {
    font-size: 14px;
    line-height: 1.5;
    color: #28272c;
    opacity: .7
}

.blog-items__item .title-in a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 30px;
    color: #28272c
}

.blog-items__item .title-in a:after {
    content: "";
    width: 32px;
    height: 2px;
    background: #313131;
    float: right;
    margin-left: 30px
}

.blog-items__item .title-in a:hover {
    color: #313131
}

.blog-items__item:nth-child(even) {
    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
}

.blog-items__item:nth-child(even) .title-in {
    padding: 0;
    padding-right: 100px
}

.blog-items__item:nth-child(even) figure:before {
    left: 20%
}

.news-full {
    position: relative
}

.news-full:after {
    content: "";
    width: 50%;
    height: 80vh;
    background: #313131;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.news-full__img {
    height: 100vh
}

.news-full__img figure {
    height: 100%
}

.news-full__desc {
    margin-top: 40px
}

.news-full__desc .title-out {
    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
}

.news-full__desc .title-out h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #28272c;
    margin-bottom: 20px;
    text-align: center
}

.news-full__desc .title-out span {
    color: #313131
}

.news-full__desc figcaption {
    margin-top: 40px
}

.news-full__desc figcaption p {
    margin-bottom: 30px;
    line-height: 2;
    color: #28272c;
    opacity: .7;
    font-size: 16px
}

.thumbs {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 999999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.thumbs.active {
    opacity: 1;
    visibility: visible
}

.thumbs-close {
    margin-bottom: 30px;
    margin-top: 40px
}

.thumbs-list__item {
    margin-bottom: 30px
}

.thumbs-list__item figure {
    height: auto;
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, .1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, .1)
}

.thumbs-list__item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

@media (min-width: 1660px) {
    .container {
        max-width: 96%;
    }
}


#top-menu {
    width: 100%;
    float:left;
    display: flex;
    justify-content: flex-end;
}

#top-menu ul {
    width: 100%;
    float:left;
    display: flex;
    justify-content: flex-end;
}

#top-menu li {
    float: left;
    margin-left:30px;
}

#top-menu a {
    display: block;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    color: #aaa;
    font-size: 16px;
    text-decoration: none;
}

#top-menu a:hover {
    color: #000;
}

#top-menu li a.active {
    color: #333;
}


.section-img {
    width: 100%;
    float: left;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin-bottom: -30px;

}

.section-img figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    display: none;
}

.section-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.section-img h1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top:0;
    left:0;
    font-size:180px;
    color:#fff;
    color: #242424;
    font-family: p_medium;
}



.section-img2 {
    width: 100%;
    float: left;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.section-img2 figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    display: none;
}

.section-img2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.section-img2 h1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left:0;
    font-size:74px;
    color:#fff;
    color: #242424;
}

.text {
    width: 100%;
    float: left;

}

.text p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 1.5;
    color: #242424;
    margin-bottom: 20px;
    font-family: 'p_regular'
}


.text p img {
    width: 100%!important;
    object-fit: cover;
}

.text strong {
    font-weight: bolder;
    color:#242424;
}

.text em {
    font-style: italic;
}

.text u {
    text-decoration: underline;
}

.fixed-top {
    top:80px;
    background: #fff;
    z-index: 300;
    padding-top: 20px;
    top: 75px;
    /*transition: 0.3s all ease-in;*/
}

.fixed-header {
    top:0;
    position: fixed;
    background:rgba(255,255,255,.9);
    z-index: 350;
    height: 80px;
    transition: 0.3s all ease-in;
}

.fixed-header ul {
    display: none;
}

.fixed-header2 .project-title__title {
    background:transparent!important;
}


.menu {
    padding-bottom: 20px;
    width: 100%;
    top: 75px;
    position: fixed;
    background: #fff;
    padding-bottom: 15px;
    z-index: 300;
}


.contact-info h2 {
    font-family: p_bold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}



.eachFaq.close h4:before{
    content: '+';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.eachFaq.open h4:before{
    content: '-';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.accordion-content{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 80px;
}
.eachFaq .title{ cursor: pointer; }
.eachFaq .title:hover{ color: red; }

.eachFaq .title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 34px;
}
.btns {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.btns a {
    background: #242424;
    padding:15px 30px;
    border-radius: 10px;
    color: #fff;
}

.s {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.s figure {
    width: 100%;
    height: 280px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.s figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s h2 {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-family: p_bold;
    font-size: 24px;
}

.s p {
    color: #242424;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size:24px;
}

.s a {
    color:#242424;
    float: left;
    width: 100%;
    font-size: 18px;
}

.eachFaq {
    width: 100%;
    float: left;
    opacity: 1;
    text-shadow: none;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #242424;
    padding-bottom: 30px;
}

.news-item {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.news-item a {
    color: #242424;
    float: left;
    width: 100%;
}

.news-item figure {
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.news-item figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.news-item__title {
    margin-top: 30px
}

.news-item__title h2 {
    font-size: 24px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #242424;
}

.news-item__title span {
    color: #242424;
    font-size: 24px;
    float: left;
    width: 100%;
}

.news-item__title {
    width: 100%;
    float: left;
    margin-top: 30px;
}


@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 2.5s fadeInUp;
}


.project-title {
    position: fixed;
    top:25px;
    width: 70%;
    z-index: 999999999999999999;
    right: 0;
}

.project-title__title {
    width: 70%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background: #fff;
}

.project-title__title h1 {
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 24px;
}

.project-title__title:after {
    background: #fff;
}

.overflow-hidden {
    overflow-y: hidden;
}

.works {
    min-height: 100vh;
}

.modal-backdrop {
    background: rgba(1, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    opacity: 1 !important;
}

.modal-content {
    padding:15px;
    border-radius: 10px;
}

.modal-header {

    font-family: p_bold, sans-serif;
    font-weight: 700;
    border:none;
}

.modal-footer {
    border:none;
    padding-top: 20px;
}

.largemodal .modal-dialog {
    max-width: 700px;
}


.smallmodal .modal-dialog {
    max-width: 536px;
    border: none;
    border-radius: 0px;
    padding: 0;
    overflow: hidden
}

.modal-content {
    border-radius: 00px;
    overflow: hidden
}

.smallmodal .smallbody {
    padding: 40px 10px
}

.smallmodal .modal-header {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 30px
}

.smallmodal .modal-header h1 {
    width: 100%;
    float: left;
    font-size: 19px;
    text-align: left;
    padding-right: 30px
}

.smallmodal .close {
    width: 50px;
    height: 50px;
    background: transparent;
    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;
    justify-content: flex-end;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    text-shadow: none;
    right: 40px;
    top: 40px;
    position: absolute
}

#my-modal .modal-body {
    padding:40px 10px;
}
#my-modal .modal-header {
    padding:20px 10px;
}


#loader {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    border: calc(200px / 10) solid #ddd;
    border-top: 20px solid #242424;
    border-radius: 100%;
    box-shadow: 0px 0px 5px inset #ccc;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    z-index: 999999999999999;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#iframe {
    width: 100%;
    float: left;
}

#iframe iframe {
    width: 100%!important;
    height: 300px!important;
    margin-top: 30px;
}

#iframe {
    font-size:16px;
    font-family: p_bold;
}


/*menu button*/
.menu-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 2.5em;
    color: #3ABFC4;/*teal*/
    opacity:1;
    z-index: 999;
    transition: all 0.2s ease;
}

.menu-btn:hover {
    font-size:2.75em;
    cursor: pointer;
}
/*cross button*/
.cross-btn{
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 2.75em;
    color: #fafaf9;/*pale yello*/
    opacity:0;
    z-index: 899;
    transition: all 0.2s ease;
}

.menu-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 51,51, 51,0.8);
    z-index: 799;
    opacity:0;
    transition: all 0.2s ease;
    display: none;
}

.menu-panel ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    /*put ul at the center*/
    position: absolute;
    width: 50%;/*not really matter*/
    height: 100%;
    left: 50%;
    top: 10%;
    transform: translate(-50%);
}



.disBtn{
    opacity:0;
}
.enCross{
    opacity:1;
}
.showPanel{
    opacity:1;
}

/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
    position: fixed;
    top: 7px;
    right: 20px;
    padding-top: 20px;
    padding-left: 15px;
    width: 100%;
    height: 43px;
    cursor: pointer;
    z-index: 9998;
    /* background: #EBEBEB; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
}

.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 3px;
}

.bar {
    position: relative;
    transform: translateY(10px);
    background: #fff;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header-full .bar:before , .header-full .bar:after , .header-full .bar {
    background: #242424;
}

.header-full .bar.animate {
    background: transparent;
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu
----------------------*/
/*---------------------
Mobiles Menu - Design
----------------------*/

.mobile-menu ul {
    margin: 0;
    padding: 0;
    padding-top: 40px;
    opacity: 0;

}
.mobile-menu ul.active {
    opacity: 1;
    transition: opacity 1.8s ease-in-out;
}

.mobile-menu li {
    font-size: 54px;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-family: p_bold;
}

.mobile-menu li:last-child {
    margin-bottom: 0;
}

.mobile-menu li:first-child {
    margin-top: 70px;
}

.mobile-menu li:hover a {
    border-bottom: 3px solid #242424;
}

.mobile-menu li a {
    text-decoration: none;
    color: #242424;
}
.mobile-menu li.active a {
    color: #242424;
    border-bottom: 3px solid #242424;
}

/*---------------------
Mobiles Menu - Slide IN
----------------------*/

.mobile-menu {
    top: 0;
    max-width: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(1,0,0,.1);
    color: black;
    padding-bottom: 50px;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    /*!*-webkit-transform: translate3d(0, 0, 205px);*!*/
    /*!*-moz-transform: translate3d(0, 0, 205px);*!*/
    /*!*transform: translate3d(0, 0, 205px);*!*/
    /*transition: all 0.8s ease-in-out;*/
    /*transform-origin: left top;*/
    /*transform: scaleY(0);*/
    opacity: 0;
    visibility: hidden;
    transition: 0.15s all ease-in;
}

.mobile-menu.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.mobile-menu:target {
    opacity: 1;visibility: visible;
}
/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/

.has-children:hover{
    cursor:hand;
}

.children {
    display:none;
}

.mobile-menu .children li:first-child {
    margin-top: 0px;
}

.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 5px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}

.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}

.hamburger-menu {
    display: none;
}


.heightAuto{
    height:auto!important;;
    overflow: revert!important;
}




@media (max-width: 1024px) {
    .hero-slider__item .title-in__bg {
        width: 100%;
        text-align: center;
        justify-content: center;
    }


    .hero-slider__item .title-in__bg a {
        display: none;
    }
    .hamburger-menu {
        display: flex;
        width: 50px;
    }
    .header-menu__logo img {
        height: 15px;
    }

    .header-menu__nav ul {
        display: none;
    }


    .section-img h1 {
        font-size: 38px;
    }  .section-img2 h1 {
           font-size: 38px;
       }

    .s {
        margin-bottom: 30px;
    }

    .profile .text {
        width: 100%!important;
        flex-direction: column;
    }

    .project-title__title {
        width: 100%;
    }

    .project-title {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .works-full , .works-full__slider , .works-full__slider figure {
        height: 320px;
    }

    .works-full__slider figure img {
        object-fit: cover;
    }

    .works-full .swiper-btns div.s-prev , .works-full .swiper-btns div.s-next {
        top: calc(55% - 50px);
    }

    .works-desc .desc h1 {
        font-size: 24px;
    }

    #top-menu {
        width: 100%;
        float: left;
        display: flex;
        justify-content: inherit;
        /* flex-direction: column; */
        /* align-items: flex-end; */
        overflow-x: auto;
    }
}

.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}


@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status2 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
     background-image: url(https://www.freeiconspng.com/thumbs/load-icon-png/load-icon-png-27.png);

    /* path to your loading animation */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*margin: -100px 0 0 -100px;*/
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    /* is width and height divided by two */
}


@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 5px 0 0 0;
    width: 100%;
    margin-top: -5px;
    padding: 10px 0;
    border: none;
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14); }

.multiselect-container .input-group {
    margin: 5px; }

.multiselect-container > li {
    padding: 0;
    font-size: 14px; }

.multiselect-container > li > a.multiselect-all label {
    font-weight: 400;
    color: #242424;
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer; }

.multiselect-container > li > a {
    padding: 5px 0;
    color: #000;
    display: block; }

.multiselect-container > li > a > label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.multiselect-container > li > a > label:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle; }

.multiselect-container > li.active > a > label:before {
    font-family: 'icofont';
    content: "\eed8";
    color: #fff;
    background-color: #242424;
    border: 0;
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    padding-left: 2px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0; }

.btn-group {
    height: 52px;
    width: 100%;

}

.btn-group button {
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    padding: 0 10px;
    text-align: left;
    position: relative;
    width: 100%;
    border: 1px solid #ececec;


}
.btn-group button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999; }
.btn-group button:focus {
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    padding: 0 10px; }

.sl {
    color: gray;
    width: 150px; }

.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all {
    padding:0;
}


.multiselect-item  {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px!important;
    padding-top: 15px!important;
}
.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all:hover {
    background: none;
}

.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
    background: none !important;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background: none!important;
    color: black;
}

.select-title h2 {
    font-family: p_bold;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
}
.price-1 h2 {
    font-size: 18px;
}
.price-1 {
    margin-top: 0;
}

.numb {
    display: none;
}

.profile .text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 50px;

}.profile .text:nth-child(3) {
     padding-right: 0;
 }
.profile .text p {
    width: 100%;



}


#clients .container , #awwards .container , #profile .container , #contact .container , #employment .container , #people .container , #news .container , #press .container {
    max-width: 74%;
}


.ui-tooltip,
.arrow:after {
    background: #242424;
}

.ui-tooltip {
    color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.ui-tooltip {
    background: #242424!important;
}

/*--
/*  18 - Blog List CSS
/*----------------------------------------*/
.blog-standard-wrap {
    margin-top: -70px;
}

.blog-standard-wrap .blog-post-wrap .pagination {
    margin-top: 55px;
}

.single-blog-post {
    margin-top: 70px;
}

.single-blog-post .blog-img {
    border-radius: 10px;
    overflow: hidden;
}


.single-blog-post .blog-content {
    padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.single-blog-post .blog-content .blog-meta span i {
    color: #d02333;
}

.single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 40px;
}

.single-blog-post .blog-content p {
    font-size: 14px;
    line-height: 30px;
    color: #242424;
    margin-top: 20px;
    opacity: 1;
}

.single-blog-post .blog-content .blog-btn {
    margin-top: 25px;
}

.blog-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
    margin-top: 70px;
    margin-left: 65px;
    position: sticky;
    top: 160px;
}

@media only screen and (max-width: 1199px) {
    .blog-sidebar {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        margin-left: 0px;
    }
}

.blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
}

.sidebar-widget {
    margin-top: 45px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f2f2f2;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
    padding:0 30px;
    border-radius: 10px;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
    background: #d02333;
    color: #ffffff;
}

.sidebar-widget .widget-title {
    margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #2f2a55;
    display: inline-block;
}

.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    image-rendering: crisp-edges;
    object-fit: contain;
}

.title-blog {
    margin-bottom: 30px;
    font-size: 24px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    transition: all 0.3s linear;
    color: #333333;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #d02333;
    margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #d02333;
}

.sidebar-widget .category .cate-item {
    margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
    margin-top: 0;
}

.sidebar-widget .category .cate-item a {
    display: flex;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #29303c;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #d02333;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #d02333;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
    color: #d02333;
}

.sidebar-widget .category .cate-item a:hover .post-count {
    background: #d02333;
    color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
    background-color: #d02333;
    color: #ffffff;
}

/*--Page Pagination--*/
.upstudy-pagination {
    margin-top: 60px;
}

.upstudy-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s linear;
}

.upstudy-pagination .pagination li a.active {
    background-color: #d02333;
    color: #ffffff;

}

#context span {
    background: orange;
    color: black;
}


.image{
    width: 450px;
    height: 435px;
    overflow: hidden;
}


.post-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 2px solid #242424;
    margin-bottom: 40px;
}

.pbminfotech-box-content {
    width: 48%;
    float: left;
    padding-right: 50px;
}

.pbmit-meta-date-wrapper {
    margin-bottom: 30px;
}

.pbmit-post-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: p_bold;
}

.pbmit-post-title a {
    color: #242424;
}

.pbmit-featured-container {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.pbmit-read-more-link {
    margin-top: 30px;
}

.pbmit-read-more-link a {
    color: #242424;
    font-size: 18px;
}


#profile, #people, #awwards, #press, #news, #employment , #contact{
    overflow: hidden;
    position: relative;
    padding-top: 0;

}

#profile .container .col-md-12, #people .container .col-md-12, #awwards .container .col-md-12, #press .container .col-md-12, #news .container, #employment .container .col-md-12, #contact .container .col-md-12 {
    position: relative;
}

.sec .container > .row .line:before {
    content: "";
    position: absolute;
    top: 376px;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background: #242424;
}
.sec.active-tab2 .container > .row .line:before {
    content: "";
    position: absolute;
    top: calc(100% + 75px);
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background: #242424;
    display: none;
}

.line2 {
    height: 2px;
    background: #242424;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.news .container:before {
    top: 326px;
}

.a-down {
    z-index: 350;
}

#profile {
    z-index: 380;
}

#news {
    margin-top: 0;
    padding: 0;

}

.a-down {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 50px;
    left:0;
}

.a-down a {
    color: #242424;
}
.a-top {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 50px;
    left:0;

}

.a-top a {
    color: #242424;
}



.active-tab {
    overflow: revert!important;
    height: auto!important;;
    animation: fadein 1.5s linear;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.rotate {
    transform: rotate(180deg);
}

.section-img h1 {
    cursor: pointer;
}

.section-img h1 a {
    color: #242424;
}

.section-img h1:hover {
    opacity: 0.7;
}

.section-img2 h1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size:180px;
    color: #fff;
    color: #242424;
    font-family: p_medium;

}

.section-img2 h1 a {
    color: #242424;
}




@keyframes lineInserted {
    from {
        height: 0;
    }
    to {
        height: 100vh; /* your line height here */
    }
}


.menu {
    display: none;
}

.pbminfotech-box-desc figcaption {
    font-size: 24px;
    line-height: 1.5;
    display: block;
    overflow: hidden;
    height: 80px;
    color: #242424;
}

.active-news > figcaption {
    min-height: 80px;
    height: auto;
}

.pbmit-day {
    font-size: 24px;
    font-family: p_regular;
}

.active-news > figcaption p {
    margin-bottom: 20px;
}

#p-list {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}


@media (max-width: 1440px) {
    .header-menu__nav ul li a {
        font-size: 24px;
    }

    .section-img h1 , .section-img2 h1 {
        font-size: 120px;
    }
    .text p {
        font-size: 18px;
    }
}


.accordion-content {
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    border-bottom: 2px solid #242424;
    display: none

}

.min-height {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    border-bottom: 2px solid #242424;

}


.accordion {
    width: 100%;
    text-align: center;
    font-size: 120px;
    font-family: 'p_medium';
    padding-bottom: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.accordion:hover {
    opacity: 0.7;
}

.accordion:after {
    content: "\ea99";
    font-family: Icofont;
    float: right;
    margin-left: 25px;
    font-size: 64px;
    display:none
}

.accordion.is-open:after {
    transform: rotate(180deg);
}

.accordion-content .a-top {
    display: flex;
}

.ac-tab {
    max-height: initial;
    padding-bottom: 80px;
}

.ac-tab .a-top {
    display: flex;
}

#down-it {
    bottom: 0;
    border-bottom: 2px solid #242424;
}

@media(min-width: 1660px) {
    .accordion {
        font-size: 180px;
    }
}

#profile, #people, #awwards, #press, #news, #employment , #contact {
    padding-bottom: 40px;
}

#people  .a-top ,
#awwards .a-top
{
    bottom: 50px;
}

#press  .a-top {
    bottom: 40px;
}

#employment  .a-top {
    bottom: -70px;
}

#contact  .a-top {
    bottom: 40px;
} #profile  .a-top {
      bottom: 40px;
  }

.accordion a {
    color: #242424;
}

.ac-tab {
    transition: max-height 0.5s ease-in-out;
}




.profile .text:nth-child(2) {
    padding-right: 0;
}

#profile {
    margin-top: 60px;
}

@media(max-width: 1024px) {
    .accordion {
        font-size: 64px;
    }

    #clients .container, #awwards .container, #profile .container, #contact .container, #employment .container, #people .container, #news .container, #press .container {
        max-width: 100%;
    }

    .works-item__title h2 {
        font-size: 16px;
    }
    .ac-tab{
        padding:0 30px;
        padding-bottom: 80px;
    }

    .profile .text {
        padding-right: 0;
    }

    .accordion {
        padding-bottom: 30px;
    }

    .works-item__title {
        background: none;
        padding: 15px;
        align-items: flex-end;
        opacity: 1;
        height: 20%;
        visibility: visible;
        text-align: center;
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    }
    .works-item__title h2 {
        letter-spacing: 0;
        font-size: 20px;
        text-shadow: -1px 0 1px #000;
    }

    .project-title {
        width: 100%;
    }
    .project-title__title {
        width: 100%;
        justify-content: space-between;
    }

    .works-desc .desc p {
        line-height: 1.5;
        font-size: 18px;
    }

    .works-desc .lists p {
        font-size: 18px;
    }
    .works-desc .lists h3 {
        font-size: 18px;
    }

    .a-down {
        font-size: 34px;
    }

    .accordion-content {
        border-bottom: 1px solid #242424;
        padding: 0 30px;
        padding-bottom: 40px;
    }

    .a-top {
        font-size: 34px;
    }

    .text p {
        font-family: p_regular;
        font-weight: 300;
    }
    .eachFaq .title {
        font-size: 24px;
    }
    .contact-info {
        margin-bottom: 30px;
        float: left;
    }
    .header-menu__logo img {
        height: 18px;
    }
    .mobile-menu ul li {
        font-size: 64px;
    }

    .mobile-menu {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .a-top {
        font-size: 34px;
    }

    #profile, #people, #awwards, #press, #news, #employment, #contact {
        padding-bottom: 40px;
    }

    .text p img {
        width: 100%!important;
        object-fit: contain;
        height: auto!important;
    }
    #profile {
        margin-top: 40px;
    }

    #employment .a-top {
        bottom: -40px;
    }
    #press .a-top {
        bottom: 20px;
    }

    #people .a-top, #awwards .a-top {
        bottom: 25px;
    }

    .btn-group {
        margin-bottom: 20px;
    }
    .btn-group button {
        color: #242424!important;
        text-transform: uppercase;
    }
    .price-1 {
        display: none;
    }.multiselect-container > li > a.multiselect-all label {
         font-weight: normal;
     }

    .multiselect-container {
        margin-top: -5px;
    }
    .works-full .swiper-btns div.s-next , .works-full .swiper-btns div.s-prev {
        color: #242424;
    }
    .works-bar__items-action ul li:last-child {
        display: none;
    }
    .project-title {
        margin-top: 30px;
    }

    .works-full__slider {
        width: calc(100% + 44px);
        margin-left: -22px;
    }

    .section-img2 {
        height: 100px;
    }

    .section-img2 h1  {
        font-size: 64px;
    }
    .post-item {
        flex-direction: column;
    }
    .pbmit-featured-container , .pbminfotech-box-content {
        width: 100%;
    }

    .pbminfotech-box-content{
        margin-bottom: 30px;
        padding-right: 0;
    }

    #p-list {

        padding-left: 0;
        padding-right: 0;
    }

    /*#p-list {*/
    /*    max-width: calc(100% + 30px);*/
    /*    width: calc(100% + 30px);*/
    /*    margin-left: -15px;*/
    /*}*/


    .a-down , .a-top {
        font-size: 30px;
    }

    .accordion {
        padding-bottom: 40px;
    }

    .works-full__slider figure img {
        object-fit: contain;
    }
    .project-title__title h1 {
        display: none;
    }
    .to-details {
        display: none!important;
    }

    .close-it {
        position: absolute;
        top: -10px;
    }

    .works-desc h1 {
        font-size: 36px;
    }

    .thumbs-list {
        margin-top: 30px;
    }

    .thumbs-list__item figure {
        height: auto;
    }

    .thumbs-list__item figure img {
        -o-object-fit: cover;
        object-fit: contain;
        cursor: pointer;
    }
    .project-title__title {
        justify-content: flex-end;
    }

    .filter-actions {
        justify-content: center;
    }

    .works-full .swiper-btns div.s-next , .works-full .swiper-btns div.s-prev {
        font-size: 36px;
    }

    #down-it {
        border-bottom: 1px solid #242424;
    }

    #people .a-top, #awwards .a-top {
        bottom: 40px;
    }
}



.br12 {
    padding:0;
}
.br12 .accordion {
    border-bottom: 2px solid #242424;
}


.header .header-menu__nav ul li a:hover {
    opacity: 0.7;
    color: #fff;
}.header-full .header-menu__nav ul li a:hover {
     opacity: 1;
     color: #242424;
 }

#labelHolder {
    height: 7px;
    position: relative;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}

#min,
#max {
    position: absolute;
    margin-left: -.6em;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #3A3A3A;
    top:-20px!important;
    font-family: Arial;
}

#labelHolder.active {
    opacity: 1;
    visibility: visible;
}

.blog-image img {
    width: 100%;
}

.l-w {
    display: none;
}


@media (max-width: 1024px) {
    .br12 .accordion {
        border-bottom: 1px solid #242424;
    }
    .pbmit-post-title {
        font-size: 18px;
        line-height: 1.5;
    }.pbmit-post-title {
         margin-bottom: 20px;
     }
    .pbminfotech-box-desc figcaption {
        font-size: 18px;
        line-height: 1.5;

    }
    .pbmit-meta-date-wrapper {
        margin-bottom: 30px;
    }

    .post-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .section-img2 {
        margin-bottom: 0;
    }

    .pbmit-post-title {
        font-family: p_bold;
    }
    .works-desc {
        margin-top: -10px;
    }
    .desc{
        margin-top: 30px;
        float: left;
    }
    .works-bar__items-action ul li a svg {
        margin-right: 0;
    }
    .works-desc h1 {
        margin-bottom: 0;
    }
    .works-desc .lists {
        margin-top: 30px;
    }

    .works-full, .works-full__slider, .works-full__slider figure {
        height: 270px;
    }

    .project-title {
        margin-top: 15px;
    }

    .project-title__title {
        margin-right: -10px;
    }

    .works-full .swiper-btns div.s-next {
        right: 5px;
    }
    .works-full .swiper-btns div.s-prev {
        left: 15px;
    }

    .news-item__title h2 , .news-item__title span {
        font-size: 18px;
    }

    .contact-info {
        margin-bottom: 0;
    }
    .text strong {
        font-family: p_bold;
    }

    .pbmit-day {
        font-size: 18px;
    }

    .hero-slider__item .title-in h1 {
        font-size: 24px;
        line-height: 1.5;
    }



    .hero-slider__item .title-in {
     bottom: 120px;
        align-items: center;
        left: 0;
    }

    .hero .swiper-pagination {
        bottom: 30px;
    }.mobile-menu {
    min-height: 100dvh;
         }

.black2 .l-black {
    display: none;
}

.black2 .l-w {
    display: block;
    transition: 0.3s all ease-in;
    margin-top: 4px;
}
    .hero-slider__item .title-in__bg {
        margin-bottom:0px;
    }

   .safari .hero-slider__item .title-in__bg {
        padding-bottom: 0px;
       margin-bottom: 0;
    }



}



.contact-info  h2 {
    display: none;
}


#people, #employment , #jobs , #press , #news{
    display: none;
}


.black2 .bar.animate {
    background: transparent;
}
.black2 .bar:before {
    background: #242424;
}
.black2 .bar:after {
    background: #242424;
}
  #contact .contact-info h2{
        display: inline-block;
        margin-bottom: 15px;
    }
@media(max-width: 1024px) {
    #contact .contact-info h2{
        display: inline-block;
        margin-bottom: 15px;
    }

    #contact .contact-info {
        margin-bottom: 15px;
    }
}

.modal {
    z-index: 99999999999999999;
}