/*!
Theme Name: Platte River
Author: Darien Group
Author URI: https://www.dariengroup.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: platte_river
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Fonts
# Normalize
# Common
# Main navigation
# PAGEHEADER
# KEY NUMBERS
# CORE SECTORS
# FILTER BOX
# TEAM SECTION
# SINGLE TEAM PAGE
# PORTFOLIO PAGE
# PORTFOLIO SINGLE
# VIDEO QUOTE BOX
# INFO COLUMNS
# TESTIMONIAL SLIDER
# MEDIA SECTION
# MAP
# CONTACT FORM
# INFO COLUMNS BG
# PORTFOLIO SLIDER
# CALL TO ACTION
# NUMBERED COLUMNS
# QUOTE PHOTO
# CASE STUDIES
# SINGLE NEWS
# FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {font-family: 'Amiri-Regular'; src: url(fonts/Amiri-Regular.woff);  font-display: swap;}
@font-face {font-family: 'Amiri-Bold'; src: url(fonts/Amiri-Bold.woff);  font-display: swap;}
@font-face {font-family: 'Amiri-Italic'; src: url(fonts/Amiri-Italic.woff);  font-display: swap;}
@font-face {font-family: 'AktivGrotesk-Light'; src: url(fonts/AktivGrotesk-Light.woff);  font-display: swap;}
@font-face {font-family: 'AktivGrotesk-Bold'; src: url(fonts/AktivGrotesk-Bold.woff);  font-display: swap;}
@font-face {font-family: 'AktivGrotesk-Regular'; src: url(fonts/AktivGrotesk-Regular.woff);  font-display: swap;}
@font-face {font-family: 'AktivGrotesk-Thin'; src: url(fonts/AktivGrotesk-Thin.woff);  font-display: swap;}
@font-face {font-family: 'AktivGrotesk-Italic'; src: url(fonts/AktivGrotesk-LightItalic.woff);  font-display: swap;}
@font-face {font-family: 'Poynter-Italic'; src: url(fonts/PoynterOSDisp-Italic.woff);  font-display: swap;}
@font-face {font-family: 'Poynter-Roman'; src: url(fonts/PoynterOSDisp-Roman.woff);  font-display: swap;}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,table,caption,tbody,tfoot,thead,tr,th,td,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

p,ul,td,h1,h2,h3,h4,h5,h6 {
    cursor: default;
}

html{
    overflow-x: hidden;
    margin-top: 0!important;
}

body {
    background: #FFFFFF;
    color: #152024;
    font-size: 62.5%;
    font-family: 'Amiri-Regular';
    overflow: hidden;
}

#wpadminbar {
    top: -100% !important;
    display: none;
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.cont{
    margin: 0 auto;
    max-width: 1518px;
}

.cont .inner_cont_lg {
    width: 77.0%;
    margin-left: auto;
    margin-right: auto;
}

.cont .inner_cont_sm {
    width: 48.41%;
    margin-left: auto;
    margin-right: auto;
}

.content_block:first-of-type{
    padding-top: 100px;
}

.content_block{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.content_block > *{
    z-index: 10;
}

.content_block:before{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background-color: #F2EFE7;
    z-index: -1;
}

.content_block.grey:before {
    top: 0;
    height: 100%;
}

.content_block.hb_grey:before {
    top: 50%;
    height: 50%;
}

.content_block.ht_grey:before {
    top: 0;
    height: 50%;
}

.content_block.padding_top_none{
    padding-top: 0;
}

.content_block.padding_bottom_none{
    padding-bottom: 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex > * {
    width: 100%;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stretch{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.upper {
    text-transform: uppercase;
}

.pointer,
.pointer * {
    cursor: pointer;
}

.img_box > * ,
.img_box a > * {
    display: block;
    width: 100%;
    height: auto;
}

.margin_b.mxl > * {
    margin-bottom: 80px;
}

.margin_b.ml > * {
    margin-bottom: 60px;
}

.margin_b.mm > * {
    margin-bottom: 40px;
}

.margin_b.ms > * {
    margin-bottom: 30px;
}

.margin_b.mxs > * {
    margin-bottom: 15px;
}

.margin_b.mxxs > * {
    margin-bottom: 10px;
}

.margin_b > *:last-child {
    margin-bottom: 0;
}

.margin_r.mrl > * {
    margin-right: 80px;
}

.margin_r.mrm > * {
    margin-right: 50px;
}

.margin_r.mrs > * {
    margin-right: 30px;
}

.margin_r.mrxs > * {
    margin-right: 20px;
}

.margin_r > *:last-child {
    margin-right: 0;
}

.col-7-wrap-lg {
    width: calc(100% + 40px);
    margin-bottom: -40px;
}

.col-7-lg{
    width: calc(14.285% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.col-6-wrap-md {
    width: calc(100% + 25px);
    margin-bottom: -25px;
}

.col-6-md{
    width: calc(16.666% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
}

.col-5-wrap-lg {
    width: calc(100% + 50px);
    margin-bottom: -50px;
}

.col-5-lg{
    width: calc(20.0% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
}

.col-5-wrap-md {
    width: calc(100% + 25px);
    margin-bottom: -25px;
}

.col-5-md{
    width: calc(20.0% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
}

.col-4-wrap-md {
    width: calc(100% + 50px);
    margin-bottom: -40px;
}

.col-4-md,
.col-3-md {
    margin-right: 50px;
    margin-bottom: 40px;
}

.col-4-md {
    width: calc(25% - 50px);
}

.col-3-wrap-md {
    width: calc(100% + 50px);
}

.col-3-md {
    width: calc(33.33% - 50px);
}

.col-3-wrap-lg {
    width: calc(100% + 80px);
    margin-bottom: -140px;
}

.col-3-lg {
    width: calc(33.33% - 80px);
    margin-right: 80px;
    margin-bottom: 140px;
}

.col-2-wrap-lg {
    width: calc(100% + 80px);
    margin-bottom: -60px;
}

.col-2-lg {
    width: calc(50% - 80px);
    margin-right: 80px;
    margin-bottom: 60px;
}

html.edge .col-2-lg {
    width: calc(49.99% - 80px);
}

.subtitle{
    font: 2.0em/1.4em 'Amiri-Bold';
    color: #152024;
    text-align: center;
}

.plaintext{
    font: 2.0em/1.4em 'Amiri-Regular';
}
.plaintext.plaintext_smaller {
    font: 1.8em/1.4em 'Amiri-Regular';
}

.button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button a {
    padding: 20px 60px 18px 60px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font: 1.4em/1.785em 'Amiri-Regular';
    white-space: nowrap;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow: hidden;
    background-color: #8C0000;
}

.button a  * {
    z-index: 1;
    position: relative;
}

.button a:before{
    position: absolute;
    content: '';
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #800000;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.button.blue a {
    background-color: #1B343B;
}

h1 {
    font: 6.8em/1.48em 'AktivGrotesk-Thin';
}

h2{
    font: 5.0em/1.48em 'AktivGrotesk-Thin';
    color: #1B343B;
    text-align: center;
}

.content_block.white .text_box h2,
.content_block.white .text_box h4,
.content_block.white .text_box .plaintext{
    color: #0D1527;
}

h3{
    font: 4.0em/1.48em 'AktivGrotesk-Thin';
}

h4{
    font: 1.5em/2.533em 'Amiri-Regular';
    letter-spacing: 2px;
    color: #1B343B;
    text-align: center;
}

.plaintext strong{
    font: 1.0em/1.4em 'Amiri-Bold';
    color: #152024;
}

.plaintext h1{
    font: 3.4em/1.25em 'AktivGrotesk-Thin';
}

.plaintext h2{
    font: 2.5em/1.25em 'AktivGrotesk-Thin';
    text-align: initial;
}

.plaintext h3{
    font: 2.0em/1.25em 'AktivGrotesk-Thin';
}

.plaintext h4{
    font: 1.5em/1.25em 'AktivGrotesk-Thin';
    text-align: initial;
}

.plaintext h5{
    font: 1.2em/1.25em 'AktivGrotesk-Thin';
}

.plaintext h6{
    font: 1.0em/1.25em 'AktivGrotesk-Thin';
}

.plaintext em{
    font-family: 'Amiri-Italic';
}

.plaintext ul,
.plaintext ol{
    margin-left: 50px;
    margin-top: 10px;
}

.plaintext ul li{
    list-style-type: none;
    position: relative;
    margin-top: 10px;
}

.plaintext ul li:before,
.plaintext li > ul li:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0.5em;
    left: -25px;
    border-radius: 50%;
    background: #000;
}

.plaintext li > ul li:before{
    width: 3px;
    height: 3px;
    border: 1px solid #3A803E;
    background: none;
}

.plaintext strong em,
.plaintext em strong{
    font: 1.0em/1.4em 'Amiri-Bold';
    color: #152024;
}

.plaintext a{
    color: #8C0000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.plaintext a:hover{
    color: #152024;
}

.plaintext hr{
    margin-top: 50px;
}

.plaintext blockquote{
    font: 1.0em/1.4em 'Amiri-Italic';
    margin: 20px 0;
    color: #2a4d24;
}

.plaintext p.justify{
    text-align: justify;
}

/*--------------------------------------------------------------
# Main navigation
--------------------------------------------------------------*/
#primary-menu{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 214px;
    flex: 1 0 214px;
    z-index: 100;
}

#menu-primary-menu li {
    list-style-type: none;
}

#menu-primary-menu > li > a {
    display: block;
    font: 1.2em/3.16em "AktivGrotesk-Regular";
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 16px 14px;
    white-space: nowrap;
    background-color: #1B343B;
    color: #fff;
    text-align: center;
    border-left: 1px solid #32494F;
    border-bottom: 1px solid #32494F;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    max-height: 64px;
}

.main_nav_box{
    position: relative;
}

html.ie .main_nav_box{
    margin-left: -1px;
}

#menu-primary-menu > li.current-menu-item > a{
    background-color: #152024;
}

#menu-primary-menu > li:first-of-type > a {
    border-left: none;
}

#primary-menu .navbar{
    height: 64px;
}

#menu-primary-menu > li.menu-item-has-children .sub-menu {
    position: fixed;
    top: 64px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
    position: fixed;
    content: '';
    background-color: #152024;
    top: 64px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease , opacity 0.4s ease ;
    -o-transition: visibility 0.4s ease , opacity 0.4s ease ;
    transition: visibility 0.4s ease , opacity 0.4s ease ;
    z-index: -1;
    height:0;
}

html.ie #menu-primary-menu > li.menu-item-has-children .sub-menu ,
html.ie #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap,
html.edge #menu-primary-menu > li.menu-item-has-children .sub-menu ,
html.edge #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
    top: 65px;
}

#menu-primary-menu .sub-menu > li > a {
    font: 1.2em/3.16em "AktivGrotesk-Regular";
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 17px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:#fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

#menu-primary-menu .sub-menu li.menu-item-has-children .sub-menu  {
    display: none;
}

#menu-primary-menu > li.different_color > a {
    border-left: none;
    border-bottom: 1px solid #8C0000;
    position: relative;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow: hidden;
    background-color: #8C0000;
}

#menu-primary-menu > li.different_color > a:before{
    position: absolute;
    content: '';
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #800000;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#menu-primary-menu > li.hover.different_color > a:before{
    opacity: 1;
    -ms-transform: scale(100);
    transform: scale(100);
    -webkit-transform: scale(100);
}

#menu-primary-menu > li.different_color > a span{
    z-index: 1;
    position: relative;
}

.main_menu_button{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none;
}

.main_menu_button span{
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 3px;
    left: 10%;
    width: 80%;
    height: 2px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main_menu_button span:nth-of-type(1){
    top: 7px;
}

.main_menu_button span:nth-of-type(2){
    top: 17px;
}

.main_menu_button span:nth-of-type(3){
    top: 27px;
}

.main_menu_button.active span:nth-of-type(1){
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
}

.main_menu_button.active span:nth-of-type(2){
    opacity: 0;
}

.main_menu_button.active span:nth-of-type(3){
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
}
/*--------------------------------------------------------------
# PAGEHEADER
--------------------------------------------------------------*/
.page_header {
    background-color: #1B343B;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 150px;
    z-index:5;
}

.page_header.fullscreen {
    min-height: 100vh;
}

html.ie .page_header.fullscreen,
html.edge .page_header.fullscreen
{
    height: 100vh;
}

.page_header.small{
    min-height: 400px;
    padding-top: 200px;
    padding-bottom: 80px;
}

.page_header.small .page_bg{
    opacity: .36;
}

.page_header .page_bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.page_header .page_header_cont {
    z-index: 1;
    position: relative;
}

.page_header_box {
    text-align: center;
}

.page_header_title{
    color: #fff;
}

.page_header.small .page_header_title {
    font: 6.0em/1.48em 'AktivGrotesk-Thin';
}

.page_header_pretitle {
    font: 2.2em/1.727em 'Amiri-Regular';
    color: rgba(255,255,255,.6);
    letter-spacing: 4px;
}

.page_header.small .page_header_pretitle {
    font: 1.5em/2.533em 'Amiri-Regular';
}

.play_icon {
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #FFF;
    margin-bottom: -1px;
}

.video_frame {
    z-index: 10000;
    background-color: #F2EFE7;
    position: fixed;
    -ms-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transform: translateY(105%);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 60px 120px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.video_frame.open{
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
    -webkit-transition: 1.0s ease-in-out;
    -o-transition: 1.0s ease-in-out;
    transition: 1.0s ease-in-out;
}

.video_frame iframe.video{
    width:100%;
    height:100%;
    opacity: 0;
    display: none;
}

.close_video_overlay{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.close_video_btn{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 36px;
    height: 36px;
    background-color: #8C0000;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.close_video_btn span {
    position: absolute;
    content: '';
    left: 5px;
    top: 17px;
    width: 26px;
    height: 3px;
    background: #fff;
}

.close_video_btn span:nth-of-type(1){
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.close_video_btn span:nth-of-type(2){
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.close_video_btn:hover{
    background-color: rgba(140,0,0, .7);
}

/*--------------------------------------------------------------
# KEY NUMBERS
--------------------------------------------------------------*/
.key_numbers_box{
    position: relative;
}

.key_number_section .text_box{
    position: relative;
    z-index: 100;
}

.key_numbers_box.bg_grey:before{
    position: absolute;
    content: '';
    left: -100%;
    bottom: calc(50% + 13px);
    width: 1000%;
    height: 100vh;
    z-index: -1;
    background-color: #F2EFE7;
}

.key_numbers_wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.key_numbers_item{
    border: 20px solid #D6D2C6;
    padding: 15px 30px;
    background-color: #fff;
    text-align: center;
}

.key_numbers_title{
    font: 5.0em/1.30em 'Amiri-Regular';
    color: #1B343B;
}

.key_numbers_descr{
    font: 1.2em/1.8em 'AktivGrotesk-Bold';
    color: #7E7470;
    padding-top: 16px;
    border-top: 1px solid #7E7C70;
}

.img_overlay_box{
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    margin-top: 0px;
    margin-bottom: 20px;
    z-index: 10;
    position: absolute;
    bottom: 100px;
    width: 850px;
    height: 250px;
    -webkit-transition: -webkit-transform 5.5s linear;
    transition: -webkit-transform 5.5s linear;
    -o-transition: transform 5.5s linear;
    transition: transform 5.5s linear;
    transition: transform 5.5s linear, -webkit-transform 5.5s linear;
}

.img_overlay_box.right{
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
}

.overlay_img{
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.overlay_img_1{
    position: absolute;
    left: -10px;
    top: 145px;
    width: 145px;
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -webkit-transition: opacity 1.5s ease-in-out 0.2s, -webkit-transform 5s ease 0.2s;
    transition: opacity 1.5s ease-in-out 0.2s, -webkit-transform 5s ease 0.2s;
    -o-transition: opacity 1.5s ease-in-out 0.2s, transform 5s ease 0.2s;
    transition: opacity 1.5s ease-in-out 0.2s, transform 5s ease 0.2s;
    transition: opacity 1.5s ease-in-out 0.2s, transform 5s ease 0.2s, -webkit-transform 5s ease 0.2s;
}

.overlay_img_1.visible{
    opacity: 1;
    -ms-transform: translateX(15px) translateY(35px);
    transform: translateX(15px) translateY(35px);
    -webkit-transform: translateX(15px) translateY(35px);
}

.overlay_img_2{
    position: absolute;
    left: 202px;
    top: 110px;
    width: 140px;
    -webkit-transition: opacity 1.5s ease-in-out 0.5s, -webkit-transform 4s linear 0.5s;
    transition: opacity 1.5s ease-in-out 0.5s, -webkit-transform 4s linear 0.5s;
    -o-transition: opacity 1.5s ease-in-out 0.5s, transform 4s linear 0.5s;
    transition: opacity 1.5s ease-in-out 0.5s, transform 4s linear 0.5s;
    transition: opacity 1.5s ease-in-out 0.5s, transform 4s linear 0.5s, -webkit-transform 4s linear 0.5s;
}

.overlay_img_2.visible{
    -webkit-transform: translateX(10px) translateY(-10px);
    -ms-transform: translateX(10px) translateY(-10px);
    transform: translateX(10px) translateY(-10px);
    opacity: 1;
    -webkit-transform:  translateX(10px) translateY(-30px);
}

.overlay_img_3{
    position: absolute;
    left: 293px;
    top: 28px;
    width: 140px;
    -webkit-transition: opacity 1.5s ease-in-out 0.8s,-webkit-transform 3s linear 0.8s;
    transition: opacity 1.5s ease-in-out 0.8s,-webkit-transform 3s linear 0.8s;
    -o-transition: opacity 1.5s ease-in-out 0.8s,transform 3s linear 0.8s;
    transition: opacity 1.5s ease-in-out 0.8s,transform 3s linear 0.8s;
    transition: opacity 1.5s ease-in-out 0.8s,transform 3s linear 0.8s,-webkit-transform 3s linear 0.8s;
}

.overlay_img_3.visible{
    -ms-transform: translateX(20px) translateY(30px);
    transform: translateX(20px) translateY(30px);
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(30px);
}

.overlay_img_4{
    position: absolute;
    left: 495px;
    top: 85px;
    width: 140px;
    -webkit-transition: opacity 1.5s ease-in-out 1.1s, -webkit-transform 2s linear 1.1s;
    transition: opacity 1.5s ease-in-out 1.1s, -webkit-transform 2s linear 1.1s;
    -o-transition: opacity 1.5s ease-in-out 1.1s, transform 2s linear 1.1s;
    transition: opacity 1.5s ease-in-out 1.1s, transform 2s linear 1.1s;
    transition: opacity 1.5s ease-in-out 1.1s, transform 2s linear 1.1s, -webkit-transform 2s linear 1.1s;
}

.overlay_img_4.visible{
    position: absolute;
    -ms-transform: translateX(10px) translateY(-40px);
    transform: translateX(10px) translateY(-40px);
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(-40px);
}

.overlay_img_5{
    position: absolute;
    left: 662px;
    top: 93px;
    width: 140px;
    -webkit-transition: opacity 1.5s ease-in-out 1.4s, -webkit-transform 2s linear 1.4s;
    transition: opacity 1.5s ease-in-out 1.4s, -webkit-transform 2s linear 1.4s;
    -o-transition: opacity 1.5s ease-in-out 1.4s, transform 2s linear 1.4s;
    transition: opacity 1.5s ease-in-out 1.4s, transform 2s linear 1.4s;
    transition: opacity 1.5s ease-in-out 1.4s, transform 2s linear 1.4s, -webkit-transform 2s linear 1.4s;
}

.overlay_img_5.visible{
    position: absolute;
    -ms-transform: translateX(10px) translateY(45px);
    transform: translateX(10px) translateY(45px);
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(45px);
}

/*--------------------------------------------------------------
# LEFT background section
--------------------------------------------------------------*/
.left_bg_section{
    overflow: hidden;
}

.left_bg_box {
    position: relative;
}

.left_bg_box .left_bg_image {
    position: absolute;
    background-size: cover;
    background-position: center;
    content: '';
    top: 0;
    left: 0;
    width: calc( 50% - 25px );
    height: 100%;
}

.left_bg_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 100vh;
    background-color: #F2EFE7;
    z-index: -1;
}

.left_bg_main_info{
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    min-width: calc( 100% + 300px );
}

.left_bg_main_info .plaintext {
    background-color: #1B343B;
    font: 2.2em/1.636em 'Amiri-Regular';
    color: #fff;
    padding: 60px 60px;
    text-align: center;
}

.left_bg_main_info .plaintext p {
	padding: 10px;
}

.left_bg_add_info p {
    font: 2.0em/1.5em 'Amiri-Regular';
    color: #1B343B;
    padding-left: 50px;
    border-left: 1px solid #7E7C70;
}

.left_bg_add_info.hidden {
    opacity: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.left_bg_info{
    margin-left: calc( 50% + 25px );
}

.left_bg_info > div{
    min-height: 21vw;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

html.ie .left_bg_info{
    min-height: auto;
}

.left_bg_box.single_main .left_bg_info{
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
}

.left_bg_box.single_main .left_bg_info > div {
    min-height: auto;
}

/*--------------------------------------------------------------
# CORE SECTORS
--------------------------------------------------------------*/
.core_sector_outer_wrap{
    background-color: #1B343B;
    padding: 75px 120px 60px;
    position: relative;
}

.core_sector_outer_wrap .core_sector_bg_image{
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.core_sector_outer_wrap > *{
    position: relative;
}

.core_sector_item{
    border: 1px solid #D6CBC6;
    padding: 0 40px 30px 40px;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    margin-bottom: 100px;
}

.core_sector_image{
    height: 450px;
    margin-top: -76px;
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.core_sector_image_wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.core_sector_title{
    font: 2.2em/1.45em 'AktivGrotesk-Light';
    text-align: center;
    color: #fff;
    padding: 0 25px;
}

.core_sector_description {
    color: white;
    padding: 0 0 0 30px;
    font: 2em 'Amiri-Regular';
}

.core_sector_wrap {
    margin-bottom: -100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# TARGET SECTORS
--------------------------------------------------------------*/
.target_sectors_outer_wrap{
    position: relative;
    background-color: #1B343B;
    padding: 80px 0;
}

.target_sectors_bg_image{
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.target_cont{
    position: relative;
    z-index: 10;
}
.target_sectors_box{
    display: flex;
    margin: 0 40px;
}
.target_sectors_box .large_sector_part{
    flex-basis: 64%;
}
.target_sectors_box .small_sector_part{
    flex-basis: 36%;
}

.large_sector{
    border: 1px solid #7E7C70;
    padding: 25px;
    position: relative;
}

.large_sector .title_box{
    background: #7E7C70;
    padding: 10px 40px;
    position: absolute;
    min-height: 90px;
    left: 52px;
    right: 52px;
    top: calc(50% - 90px / 2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.large_sector .title_box .title{
    font: 2.5em/1.45em 'AktivGrotesk-Light';
    text-align: center;
    color: #fff;
}

.divisions_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
}

.divisions_box .division_item .division_name{
    font: 1.5em/1.45em 'Amiri-Regular';
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.divisions_box .division_item .division_image{
    aspect-ratio: 1.6356 / 1;
    background-size: cover;
    background-position: center center;
}

.divisions_box .division_item:nth-of-type(n + 3){
    display: flex;
    flex-direction: column-reverse;
}

.divisions_box .division_item:nth-of-type(n + 3) .division_name{
    margin-bottom: 0;
    margin-top: 25px;
}

.small_sector_part{
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small_sector_item{
    border: 1px solid #7E7C70;
    padding: 0 25px 25px 25px;
    margin-top: 25px;
}

.small_sector_item .title_box{
    background: #8C0000;
    padding: 10px 40px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    margin-left: 25px;
    margin-right: 25px;
}

.small_sector_item .title_box .sector_title{
    font: 2.5em/1.45em 'AktivGrotesk-Light';
    text-align: center;
    color: #fff;
}

.small_sector_item .sector_image{
    aspect-ratio: 1.6356 / 1;
    background-size: cover;
    background-position: center center;
    margin-top: -25px;
}

.small_sector_item:nth-of-type(2) .title_box{
    background: #122328;
}


/*--------------------------------------------------------------
# FILTER BOX
--------------------------------------------------------------*/
.filter_box {
    display: inline-block;
    background-color: #FFFFFF;
    position: relative;
    min-width: 200px;
}

.f_text {
    font: 1.4em/2.0em 'AktivGrotesk-Bold';
    color: #7E7C70;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img_width_lg {
    width: 100%;
    height: 100%;
}

.fliter_active_wrap {
    border: 1px solid #7E7C70;
}

.fliter_active_wrap .f_active{
    padding: 15px 100px 15px 25px;
}

.filter_active_button {
    position: absolute;
    content: '';
    right: 0;
    top:0;
    height: 100%;
    width: 60px;
    background-color: #7E7C70;
}

.filter_active_button::before,
.filter_active_button::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #FFF;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);;
    -webkit-transition: .3s ease-in-out;;
    -o-transition: .3s ease-in-out;;
    transition: .3s ease-in-out;
}

.filter_active_button::before {
    bottom: calc(50% - 8px);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 33px;
}

.filter_active_button::after {
    top: calc(50% - 6px);
    right: 24px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.filter_active{
    position: relative;
}

.filter_box.open .filter_active_button:before{
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    bottom: calc(50% - 6px);
}
.filter_box.open .filter_active_button:after{
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: calc(50% - 8px);
}

.filter_list {
    position: absolute;
    display: none;
    top: 100%;
    width: 100%;
    left: 0;
    border: 1px solid #7E7C70;
    border-top: 0;
    padding: 18px 25px 18px 25px;
    background-color: #FFF;
    z-index: 100;
}

.filter_list li {
    list-style-type: none;
    margin-bottom: 7px;
    cursor: pointer;
}

.f_text:hover {
    color: #1B343B;
}

.filter_list li:last-of-type{
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# TEAM SECTION
--------------------------------------------------------------*/
.team_members_wrap {
    position: relative;
}

.team_member_box{
    position: relative;
}

.team_member_cat_wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.team_member_cat_wrap.active{
    opacity: 1;
    z-index: 1;
}

.team_member_item.clone{
    position: absolute;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.team_member_item.hide{
    opacity: 0;
    -webkit-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
}

.team_member_item.hide_scale{
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    opacity: 0;
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
}

.team_member_item.hide_show{
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.team_member_photo{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: #F2EFE7;
}

.team_member_photo_overlay{
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    background-color: rgba(27,52,59,.9);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.team_member_item.no_bio .team_member_photo_overlay{
    display: none;
}

.team_member_photo:hover .team_member_photo_overlay{
    opacity: 1;

}

.team_member_name{
    font: 1.65em/1.46em 'AktivGrotesk-Light';
    text-align: left;
}

.team_member_position{
    font: 1.3em/1.46em 'AktivGrotesk-Light';
    color: #7E7C70;
}

.team_member_photo_overlay_name{
    font: 1.0em/1.2em 'Poynter-Roman';
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

.team_tax_wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team_tax_item{
    border: 20px solid #D6D2C6;
    padding: 40px 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
}

.team_tax_item_name{
    color: #7E7470;
    font: 1.2em/1.5em 'AktivGrotesk-Bold';
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.team_tax_item:before{
    position: absolute;
    content: "";
    left: calc(50% - 25px);
    bottom: -40px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 25px 0px 25px;
    border-color: #1B343B transparent transparent transparent;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.team_tax_item:hover,
.team_tax_item.active{
    background-color: #1B343B;
    border-color: #1B343B;
}

.team_tax_item:hover .team_tax_item_name,
.team_tax_item.active .team_tax_item_name{
    color: #fff;
}

.team_tax_item.active:before{
    opacity: 1;
}

/*--------------------------------------------------------------
# SINGLE TEAM PAGE
--------------------------------------------------------------*/
.single_team_box.cont {
    max-width: 958px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single_team_box.cont.visible{
    opacity: 1;
}

.single_team_photo_wrap {
    position: relative;
}

.single_team_photo_wrap:before{
    position: absolute;
    content: '';
    left:0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background-color: #F2EFE7;
}

.single_team_photo {
    width: 690px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.single_team_btn{
    background-color: #1B343B;
    width: 120px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out .2s, background-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out .2s, background-color .3s ease-in-out;
    transition: opacity .3s ease-in-out .2s, background-color .3s ease-in-out;
    opacity: 0;
    position: absolute;
    bottom: calc( 30% - 20px );
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.single_team_btn:hover{
    background-color: #8C0000;
}

.single_team_btn.visible{
    opacity: 1;
}


.single_team_btn_left {
    left: -60px;
}

.single_team_btn_right {
    right: -60px;
}

.mobile_nav_team{
    display: none;
}

.single_team_name_box {
    position: relative;
}

.single_team_name{
    font: 2.4em/1.5em 'AktivGrotesk-Light';
    color: #152024;
}

.single_team_name_wrap {
    padding: 0 200px;
    text-align: center;
}

.single_team_position{
    font: 1.8em/2.0em 'AktivGrotesk-Light';
    color: #152024;
}

.single_team_soc_b {
    padding: 0 20px;
    border-right: 1px solid #7E7C70;
    width: auto;
}

.single_team_social{
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_team_social a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single_team_soc_b:last-of-type{
    border-right: 0;
    padding-right: 0;
}

.single_team_social a i {
    font-size: 22px;
    color: #7E7C70;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.single_team_social a:hover i {
    color: #1B343B;
}

.single_team_content {
    border-top: 1px solid #7E7C70;
    border-bottom: 1px solid #7E7C70;
    padding: 40px 0;
}

/*--------------------------------------------------------------
# PORTFOLIO PAGE
--------------------------------------------------------------*/
.industrie_title{
    padding: 30px 0;
    position: relative;
}

.industrie_title:before{
    position: absolute;
    content: '';
    left: 60px;
    top: 0;
    height: 100%;
    width: calc(100% - 60px * 2);
    border: 1px solid #D6CBC6;
}

.industrie_title > * {
    z-index: 1;
    position: relative;
}

.industrie_title_img{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 490px;
    flex: 1 0 490px;
    background-position: center;
    background-size: cover;
}

.industrie_title_text{
    background-color: #1B343B;
    padding: 35px 60px;
}

.industrie_title_text p {
    font: 2.5em/1.48em "AktivGrotesk-Light";
    color: #fff;
    text-align: center;
}

.portfolio_cases_item {
    display: block;
    border: 1px solid #7E7C70;
    padding: 30px 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0px rgba(126, 124, 112, 0.3) inset;
    box-shadow: 0 0 0 0px rgba(126, 124, 112, 0.3) inset;
}

.portfolio_case_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.port_item_open_box {
    position: absolute;
    background-color: #fff;
    bottom: -1px;
    right: -1px;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.port_open{
    position: absolute;
    background-color: #1B343B;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0px;
}

.port_open:before,
.port_open:after{
    position: absolute;
    content: '';
    left: 15px;
    top: 9px;
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.port_open:after{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.portfolio_filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prtfolio_filter_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.portfolio_filter_name{
    font: 2.0em/2.8em 'AktivGrotesk-Light';
    color: #1B343B;
}

.portfolio_filters .filter_box {
    min-width: 350px;
}

.portfolio_case_invest_date {
    font: 1.4em/2.3em 'AktivGrotesk-Bold';
    color: #7E7C70;
    text-align: center;
}

/*--------------------------------------------------------------
# PORTFOLIO SINGLE
--------------------------------------------------------------*/
.portfolio_single_head h4 {
    color: #fff;
}

.page_header.portfolio_single_head .page_bg {
    opacity: .25;
}

.port_single_main_top_line{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio_single_main_wrap{
    background-color: #1B343B;
}

.port_single_main_bottom_line{
    padding: 60px 0;
}

.port_single_logo {
    width: 440px;
    background-color: #fff;
    padding: 30px 40px;
}

.port_single_photo {
    background-size: cover;
    background-position: center center;
}

.port_single_info_wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.port_single_info_item {
    text-align: center;
    position: relative;
    padding: 5px 10px;
}

.port_single_info_item:before{
    position: absolute;
    content: '';
    right: 0;
    top: calc(50% - 45px);
    width: 1px;
    height: 90px;
    background-color: #32494F;
}

.port_single_info_item:last-of-type:before{
    display: none;
}

.port_single_info_title {
    font: 1.2em/2.33em 'AktivGrotesk-Bold';
    color: #7E7470;
}

.port_single_info {
    font: 1.8em/1.5em 'AktivGrotesk-Thin';
    color: #fff;
}

.port_single_info_item a {
    font: 1.6em/1.44em 'AktivGrotesk-Light';
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.port_single_info_item a:hover {
    color: rgba(255,255,255, .4);
}

.single_post_nav{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.single_post_ref{
    width: 30%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_post_ref a {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post_nav_prev{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.post_nav_next{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.post_nav_all_but {
    width: auto;
}

.single_post_ref .img_box {
    width: 80px;
    min-width: 80px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 5px;
}

.post_nav_title {
    width: auto;
    font: 2.5em/1.48em 'AktivGrotesk-Thin';
    color: #152024;
}

/*--------------------------------------------------------------
# VIDEO QUOTE BOX
--------------------------------------------------------------*/
.video_quote_box{
    position: relative;
}

.video_quote_wrap {
    margin: 120px 60px 0px 22.5%;
    border: 1px solid #7E7C70;
}

.video_quote_content {
    margin: 60px 90px 40px 90px;
}

.v_quote_video {
    position: absolute;
    top: -60px;
    left: 0;
    width: calc(22.5% + 90px + 300px);
    height: 410px;
    overflow: hidden;
    z-index: 1;
}

.v_quote_video .v_quote_video_inner {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.v_quote_video:hover .v_quote_video_inner{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.v_quote_video .button{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.v_quote_video .button a {
    min-width: 299px;
    z-index: 100;
}

.v-quote-inner {
    padding: 60px 0;
}

.v-quote-wrap {
    padding-left: 400px;
    min-height: 410px;
    position: relative;
}

.v-quote-wrap::before{
    position: absolute;
    content: '鈥�';
    text-align: center;
    font-size: 6.5em;
    line-height: 1.6em;
    color: #8C0000;
    width: 80px;
    height: 80px;
    right: calc( 100% / 2 );
    top: calc( -60px - 40px );
    background-color: #fff;
    font-family: 'Poynter-Italic';
}

.v-quote-wrap::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
    background-color: #F2EFE7;
}

.v_blockquote {
    font: 2.4em/1.54em 'Amiri-Regular';
    text-align: justify;
}

.v_blockqoute_author_wrap{
    text-align: right;
}

.v_blockquote_author {
    font: 1.5em/1.86em 'AktivGrotesk-Light';
    color: #7E7C70;
}

.v_blockquote_company{
    font: 1.5em/1.86em 'AktivGrotesk-Bold';
    color: #7E7C70;
}

.v-quote-disc {
    font: 1.2em/1.5em 'AktivGrotesk-Thin';
    color: #7E7C70;
}
/*--------------------------------------------------------------
# INFO COLUMNS
--------------------------------------------------------------*/
.info_col_title_wrap {
    position: relative;
}

.info_col_title_wrap:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: -100vw;
    width: 1000vw;
    height: 100vw;
    background-color: #F2EFE7;
    z-index: -1;
}

.info_col_title_box{
    background-color: #D6D2C6;
}

.info_col_title_in_wrap {
    border-top: 1px solid #7E7C70;
    border-left: 1px solid #7E7C70;
}

.info_col_cont_in_wrap{
    border-left: 1px solid #7E7C70;
}

.info_col_title_in_wrap:last-of-type,
.info_col_cont_in_wrap:last-of-type{
    border-right: 1px solid #7E7C70;
}

.info_columns_box.empty_bg .info_col_title_wrap:after {
    display: none;
}

.info_col_title {
    font: 3.0em/1.46em 'AktivGrotesk-Thin';
    padding: 35px 50px 28px 50px;
    text-align: center;
}

.info_col_title.sm_scr{
    display: none;
}

.info_col_cont_in_wrap{
    position: relative;
    padding: 35px 40px 40px 25px;
}

.info_columns_box {
    border-bottom: 1px solid #7E7C70;
}

.info_col_2_item{
    border: 1px solid #7E7C70;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info_col_2_item_titles{
    border: 1px solid #7E7C70;
    border-right: none;
}

.info_col_2_item:last-of-type,
.info_col_2_item_titles:last-of-type{
    border-right: 1px solid #7E7C70;
}

.info_col_2_main_title_wrap{
    text-align: center;
    padding: 40px 0 30px;
}

.info_columns_box_2:not(.empty_bg) .info_col_2_main_title_wrap,
.info_columns_box_2:not(.empty_bg) .info_col_2_cont_titles_wrap{
    background-color: #F2EFE7;
}

.info_col_2_title_wrap{
    background-color: #1B343B;
    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;
}

.info_col_2_title{
    font: 3.0em/1.3em "AktivGrotesk-Thin";
    color: #FFFFFF;
    letter-spacing: 0px;
    padding: 30px 15px 20px 15px;
}

.info_col_2_content_wrap{
    padding: 35px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.info_col_key_number_item{
    border-right: 1px solid #7E7C70;
}

.info_col_key_number_item:last-of-type{
    border: none;
}

.info_col_key_number_item{
    padding: 0 15px;
}

.info_col_key_numbers_descr{
    font: 1.3em/1.4em "AktivGrotesk-Bold";
    color: #7E7470;
    text-align: center;
}

.info_col_key_number{
    font: 3.8em/1.4em "Amiri-Regular";
    color: #1B343B;
}

.info_col_2_outer_wrap{
    position: relative;
}

.top_bg_info_col{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #F2EFE7;
}

.info_col_2_cont_wrap{
    position: relative;
    z-index: 10;
}

/*--------------------------------------------------------------
# TESTIMONIAL SLIDER
--------------------------------------------------------------*/
.testimonial_slider_wrap {
    background-size: cover;
    background-position: center;
    padding: 80px 120px;
    opacity: 0;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.testimonial_slider_wrap.visible{
    opacity: 1;
}

.testimonial_slider_box {
    background-color: #fff;
    padding: 25px 25px;
}

.testimonial_slider_inner_wrap {
    border: 1px solid #7E7C70;
    position: relative;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}


.testimonial_slider_inner_wrap::before{
    position: absolute;
    content: '“';
    text-align: center;
    font-size: 13em;
    font-family: 'Poynter-Italic';
    color: #8C0000;
    width: 80px;
    height: 80px;
    right: calc(50% - 40px);
    top: 25px;
}

.test_slider_prev,
.test_slider_next{
    position: absolute;
    width: 120px;
    height: 40px;
    top: calc(50% - 20px);
    background-color: #1B343B;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.test_slider_prev{
    left: -60px;
}

.test_slider_next{
    right: -60px;
}

.testimonial_slider_content_wrap{
    margin: 120px 330px 20px 330px;
    position: relative;
}

.test_slider_testimonial {
    font: 2.2em/1.59em 'Amiri-Regular';
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.test_slider_testimonial:before{
    position: absolute;
    content: '';
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #7E7C70;
}

.test_slider_author{
    font: 1.5em/1.86em 'AktivGrotesk-Light';
    color: #7E7C70;
    text-align: center;
}

.test_slider_company{
    font: 1.5em/1.86em 'AktivGrotesk-Bold';
    color: #7E7C70;
    text-align: center;
}

.testimonial_slider_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.testimonial_slider_content.active{
    opacity: 1;
}

.test_slider_dots{
    margin-bottom: 20px;
    height: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test_slider_dot{
    width: 8px;
    height: 8px;
    background-color: #7E7C70;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0px 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.test_slider_dot.active {
    opacity: 1;
}

.testimonial_discl p {
    font: 1.2em/1.5em 'AktivGrotesk-Thin';
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer_section {
    padding-top: 696px;
    padding-bottom: 80px;
    margin-top: -427px;
    position: relative;
}

.footer_bg_img{
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
}

.site_footer {
    background-color: #122328;
    max-width: calc(1518px + 180px );
    padding: 0 90px 50px 90px;
    position: relative;
}

.f_top_button{
    background-color: #8C0000;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 145px;
    height: 80px;
    padding: 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.f_top_button:before{
    position: absolute;
    content: '';
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #800000;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.f_top_button_text {
    width: auto;
    position: relative;
    z-index: 1;
}

.f_top_button_text p {
    font: 1.0em/3.8em 'AktivGrotesk-Regular';
    letter-spacing: 2px;
    color: #fff;
}

.f_top_button_hmbg {
    width: 14px;
    height: 42px;
    position: relative;
}

.f_top_button_hmbg img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer_row{
    border-bottom: 1px solid rgba(255,255,255, .2);
}

.footer_row.footer_info_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_row.footer_info_row .f_discl_box{
    padding-top: 0;
    margin: 21px 0;
    display: block;
}

.footer_row.footer_info_row .footer_info_links{
    margin-left: -20px;
    margin-right: -20px;
}

.footer_row:last-of-type{
    border-bottom: none;
}

.footer_top{
    padding-right: 200px;
    padding-bottom: 30px;
    position: relative;
}

.f_logo_box{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 110px;
    flex: 1 0 110px;
    display: none;
}

.f_top_middle{
    min-height: 150px;
}

.f_top_middle {
    min-height: 130px;
}

.f_title_box,
.f_phones_box{
    width: 50%;
    color: #fff;
}

.f_title_box, .f_phones_box, .f_discl_box, .f_award_logos {
    padding-top: 40px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.f_title{
    font: 1.8em/1.5em 'AktivGrotesk-Light';
}

.f_address,.f_phones,.f_mail,.f_discl,.f_author {
    font: 1.3em/1.692em 'AktivGrotesk-Light';
}

.f_discl,.f_author {
    color: rgba(255,255,255, .2);
}

.f_author a{
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.f_author a:hover {
    color: rgba(255,255,255, .8);
}

.f_mail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.f_mail:hover {
    color: rgba(255,255,255 , .7);
}

.f_award_logos{
    display: flex;
    width: auto;
}

.f_award_logos .award_logo{
    align-items: center;
    display: flex;
    width: 100px;
}

.follow_us_box_f{
    position: absolute;
    bottom: 30px;
    right: 0;
    width: auto;
}

.follow_us_box_f.sm_scr{
    display: none;
}

.ffi_logo{
    width: 88px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ffi_logo img{
    display: block;
    width: 100%;
    height: auto;
}

.follow_social_f i {
    color: rgba(255,255,255, .2);
    font-size: 2.2em;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.follow_social_f i:hover{
    color: rgba(255,255,255, 1);
}


#menu-footer-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu-footer-menu li{
    width: auto;
    padding: 17px 10px 15px;
}

#menu-footer-menu li a {
    display: block;
    color: #FFFFFF;
    font: 1.2em/3.16em 'AktivGrotesk-Regular';
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#menu-footer-menu li > .sub-menu{
    display: none;
}

#menu-footer-menu li a:hover{
    color: rgba(255,255,255, .4);
}

#menu-footer-menu li:first-of-type{
    padding-left: 0;
}

#menu-footer-menu li:last-of-type{
    padding-right: 0;
}

.footer_discl_box {
    padding-top: 30px;
}

.footer_discl {
    font: 1.0em/1.3em 'AktivGrotesk-Light';
    letter-spacing: 0.25px;
    color: rgba(255,255,255 , .4);
}

.footer_info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0;
}

.footer_info_links a {
    margin: 5px 20px;
    font: 1.3em/1.692em 'AktivGrotesk-Light';
    color: rgba(255,255,255 , .4);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer_info_links a:hover {
    color: rgba(255,255,255 , 1);
}

/*--------------------------------------------------------------
# MEDIA SECTION
--------------------------------------------------------------*/
.media_nav_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.media_nav_news::before,
.media_nav_kit::before{
    position: absolute;
    content: '';
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #1B343B;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.media_nav_kit::before{
    left: 0;
}

.media_nav_news::before{
    right: 0;
}

.media_nav_item .img_box{
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.media_nav_item:hover .img_box{
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.media_nav_item:hover .media_nav_name{
    color: rgba(255,255,255, .7);
}

.media_nav_news {
    padding-right: 50px;
}

.media_nav_kit {
    padding-left: 100px;
}

.media_nav_item.active::before{
    background-color: #152024;
    border-bottom: 15px solid #8C0000;
}

.media_nav_item.active .img_box{
    opacity: 0;
}

.media_nav_name {
    font: 1.4em/2.71em 'AktivGrotesk-Bold';
    padding: 40px 0px 38px 0px;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.media_nav_item .img_box{
    width: 80px;
}

.news_year_nav ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.news_year_nav li{
    list-style-type: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 7.692%;
    flex: 0 1 7.692%;
}

.news_year_nav li a {
    display: block;
    text-align: center;
    border-bottom: 10px solid #7E7C70;
    padding: 14px 10px 10px;
    font: 1.8em/2.7em 'AktivGrotesk-Bold';
    color: #7E7C70;
    background-color: #F2EFE7;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news_year_nav li a.active{
    border-bottom: 10px solid #8C0000;
}

.news_year_nav li:hover a{
    color: #8C0000;
    background-color: #d7d4ca;
}

.follow_social i{
    font-size: 2.6em;
    color: #7E7C70;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.follow_social i:hover{
    color: #1B343B;
}

.media_news_item{
    display: block;
    border: 1px solid #7E7C70;
    position: relative;
    padding: 65px 45px 43px 40px;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.media_news_item:hover{
    background-color: #F2EFE7;
}

.media_news_data{
    background-color: #1B343B;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 8px 18px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.media_news_data p {
    font: 1.2em/2.33em 'AktivGrotesk-Bold';
    color: #fff;
    padding: 0 5px;
}

.media_news_month{
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.media_news_title{
    font: 2.0em/1.5em 'AktivGrotesk-Light';
    color: #1B343B;
}

.media_news_item .img_box{
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 80px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.media_news_item:hover .img_box{
    right: 20px;
}

.kit_files_outer_wrap{
    background-color: #F2EFE7;
    padding: 40px 85px;
}

.kit_files_box{
    max-width: 900px;
    margin: 0 auto;
}

.kit_files_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kit_files_item_outer{
    overflow: hidden;
}

.kit_files_item {
    border: 1px solid #7E7C70;
    position: relative;
    min-height: 320px;
    padding: 82px 35px 70px 30px;
    background-color: #fff;
}

.kit_files_item::before {
    position: absolute;
    content: '';
    right: -39px;
    top: -39px;
    width: 76px;
    height: 76px;
    background-color: #F2EFE7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-bottom: 1px solid #7E7C70;
    z-index: 2;
}

.kit_files_item::after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-bottom: 1px solid #7E7C70;
    border-left: 1px solid #7E7C70;
    z-index: 1;
}

.kit_files_item:hover .kit_download{
    background-color: #8C0000;
}

.kit_file_type{
    font: 1.2em/2.5em 'AktivGrotesk-Bold';
    color: #7E7C70;
}

.kit_file_title{
    font: 2.0em/1.5em 'AktivGrotesk-Light';
    color: #1B343B;
}

.kit_fyle_descr{
    font: 1.4em/2.14em 'AktivGrotesk-Light';
    color: #7E7C70;
    position: absolute;
    left: 30px;
    bottom: 14px;
}

.kit_download{
    background-color: #7E7C70;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 16px 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.press_kit_contact{
    border: 1px solid #7E7C70;
    border-top: none;
    padding: 40px 110px;
}

.kit_borders{
    border: 1px solid #7E7C70;
    border-bottom: 0;
    height: 40px;
}

.press_kit_contact,
.kit_borders{
    margin: 0 100px;
}

.kit_cont_title{
    width: 330px;
    font: 3.0em/1.0em 'AktivGrotesk-Light';
    color: #1B343B;
    padding-right: 150px;
}

.kit_cont_name{
    font: 2.4em/1.5em 'AktivGrotesk-Light';
    color: #1B343B;
}

.kit_cont_pos{
    font: 1.8em/2.0em 'AktivGrotesk-Light';
    color: #7E7C70;
}

.kit_phone,
.kit_mail{
    font: 1.6em/2.25 'AktivGrotesk-Light';
}

.kit_mail a{
    color: #8C0000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.kit_mail a:hover{
    color: #152024;
}

.media_box_block{
    display: none;
}

.media_box_block.active{
    display: block;
}

.media_news_cont_inner_cont{
    padding-top: 35px;
}
/*--------------------------------------------------------------
# MAP
--------------------------------------------------------------*/
.contact-map{
    min-height: 360px;
}

.map_block .map_info {
    width: 25%;
    -ms-flex-line-pack: center;
    align-content: center;
}

.map_block .contact-map{
    width: 75%;
}

.map_info p{
    font: 2.0em/1.5em 'AktivGrotesk-Light';
    color: #152024;
}

.map_email a{
    color: #8C0000 ;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.map_email a:hover{
    color: #152024;
}

a[href^="http://maps.google.com/"]{display:none !important}
a[href^="https://maps.google.com/"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/*--------------------------------------------------------------
# CONTACT FORM
--------------------------------------------------------------*/
.wpforms-field input,
.wpforms-field textarea{
    border: none !important;
    border-bottom: 1px solid #7E7C70!important;
    border-radius: 0px !important;
    font: 1.8em/2.0em "AktivGrotesk-Light"!important;
    min-height: 60px;
    padding: 11px 10px 16px 0px !important;
    position: relative!important;
    z-index: 10!important;
    outline: none!important;
    color: #0D1527 !important;
}

.wpforms-field textarea{
    height: 120px!important;
}

.wpforms-field label {
    font: 1.8em/2.0em "AktivGrotesk-Light"!important;
}

.wpforms-field label.wpforms-error{
    margin-top: 5px !important;
    font: 1.6em/2.0em "AktivGrotesk-Light"!important;
}

.wpforms-field input.wpforms-error,
.wpforms-field textarea.wpforms-error{
    border-bottom: 1px solid red !important;
}

.wpforms-container .wpforms-field {
    padding:  0 !important;
    margin-bottom: 20px;
}

.wpforms-field input::-webkit-input-placeholder       {opacity: 1; color: #7E7C70; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field input::-moz-placeholder                {opacity: 1; color: #7E7C70; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field input:-moz-placeholder                 {opacity: 1; color: #7E7C70; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field input:-ms-input-placeholder            {opacity: 1; color: #7E7C70; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field textarea::-webkit-input-placeholder       {opacity: 1; color: #7E7C70; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field textarea::-moz-placeholder                {opacity: 1; color: #7E7C70; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field textarea:-moz-placeholder                 {opacity: 1; color: #7E7C70; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field textarea:-ms-input-placeholder            {opacity: 1; color: #7E7C70; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; font:1.0em/2.0em "AktivGrotesk-Light";}
.wpforms-field input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field input:focus::-moz-placeholder          {opacity: 0; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field input:focus:-moz-placeholder           {opacity: 0; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field input:focus:-ms-input-placeholder      {opacity: 0; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field textarea:focus::-moz-placeholder          {opacity: 0; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field textarea:focus:-moz-placeholder           {opacity: 0; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.wpforms-field textarea:focus:-ms-input-placeholder      {opacity: 0; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}


.wpforms-container .wpforms-submit-container button{
    padding: 20px 100px 18px 100px !important;
    position: relative !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    font: 1.4em/1.785em 'Amiri-Regular' !important;
    white-space: nowrap !important;
    letter-spacing: 3px !important;
    color: #fff !important;
    text-align: center !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    border: none!important;
    overflow: hidden !important;
    background-color: inherit!important;
    outline: none!important;
    z-index: 10 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wpforms-container .wpforms-submit-container button span {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 30;
}

.wpforms-container .wpforms-submit-container button:before{
    background-color: #1B343B;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 110%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translateY(-50%);
    z-index: 10;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wpforms-container .wpforms-submit-container button:after{
    position: absolute;
    content: '';
    left: calc(50% - 2px);
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #15282d;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 20;
}


.wpforms-form .wpforms-submit-container{
    padding: 30px 0 0 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpforms-confirmation-container{
    font: 1.8em/2.0em "AktivGrotesk-Light"!important;
    text-align: center;
}

.spam_detect{
    visibility: hidden;
    height: 0!important;
    margin: 0!important;
}

.grecaptcha-badge{
    right: 2000vw!important;
}


/*--------------------------------------------------------------
# INFO COLUMNS BG
--------------------------------------------------------------*/
.info_col_bg_head{
    position: relative;
    background-size: cover;
    background-position: center;
}

.info_col_bg{
    overflow: hidden;
}

.info_col_bg .title_box h4,
.info_col_bg .title_box h2{
    color: #0D1527;
}


.info_col_bg_head:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 1000vw;
    background-color: #F2EFE7;
    z-index: -1;
}

.info_col_head_wrap.col-3-wrap-lg,
.info_col_bg_title_wrap.col-3-lg,
.info_col_head_wrap.col-2-wrap-lg,
.info_col_bg_title_wrap.col-2-lg{
    margin-bottom: 0;
}

.info_col_bg_title_wrap{
    position: relative;
    text-align: center;
    padding: 50px 40px;
    -ms-flex-line-pack: center;
    align-content: center;
}

.info_col_bg_title_wrap:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: calc(100% - 2px);
    height: calc(100% + 35px);
    border: 1px solid #D6D2C6;
    border-bottom: none;
}

.info_col_bg_title_wrap_mobile{
    display: none;
}

.col_bg_overtitle{
    font: 1.0em/3.8em 'AktivGrotesk-Regular';
    letter-spacing: 2px;
    color: #fff;
}

.col_bg_title{
    font: 3.0em/1.4em 'AktivGrotesk-Light';
    color: #fff;
    position: relative;
}

.info_col_bg_column{
    border: 1px solid #D6D2C6;
    border-top: none;
    padding: 20px 30px 30px 5px;
}

.info_col_bg_column .plaintext{
    color: #1B343B;
}

.info_col_style_2 .info_col_head_wrap,
.info_col_style_2 .info_col_main_wrap{
    padding: 0 250px;
}

.info_col_style_2 .info_col_bg_title_wrap {
    padding: 100px 80px;
}

.info_col_style_2 .info_col_bg_head:before {
    top: 100%;
}

.info_col_style_2 .info_col_bg_head:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1B343B;
    opacity: 0.7;
}

.info_col_style_2 .info_col_head_box{
    position: relative;
    z-index: 100;
}

.info_col_style_2 .info_col_bg_outer{
    padding-top: 50px;
}

.info_col_style_2 .info_col_bg_title_wrap:before{
    height: calc(100% + 50px);
    border-color: #7E7C70;
}

.info_col_style_2 .info_col_head_box .col_bg_title{
    font: 3.0em/1.80em "AktivGrotesk-Light";
}

.info_col_style_2 .plaintext ul li{
    margin-top: 17px;
}

.info_col_style_2 .info_col_bg_column {
    padding: 25px 55px 40px 8px;
    border-color: #7E7C70;
}

/*--------------------------------------------------------------
# INFO BOX WITH BG
--------------------------------------------------------------*/
.info_box_wrap{
    position: relative;
}

.info_box_wrap:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 1000vw;
    background-color: #F2EFE7;
    z-index: -1;
}

.info_box_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background-position: center;
    background-size: cover;
}

.info_box_inner{
    padding-top: 60px;
    position: relative;
    z-index: 10;
}

.info_box{
    max-width: 870px;
    margin: 0 auto;
    border: 20px solid #D6D2C6;
    background-color: #FFFFFF;
    padding: 60px 55px;
}

.info_box .plaintext hr{
    width: 180px;
    border: none;
    color: #7E7C70;
    background-color: #7E7C70;
    height: 1px;
    margin: 40px auto;
}

.info_box_section .button a {
    white-space: normal;
}
/*--------------------------------------------------------------
# PORTFOLIO SLIDER
--------------------------------------------------------------*/
.portfolio_slider_wrap{
    position: relative;
}

.portfolio_slider_box {
    position: relative;
}

.portfolio_slider{
    overflow: hidden;
}

.portfolio_slider .title_box h4,
.portfolio_slider .title_box h2{
    color: #0D1527;
}

.portfolio_slider_outer.grey_bg .portfolio_slider_box:before{
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 3vw);
    width: 100%;
    height: 100vh;
    background-color: #F2EFE7;
    z-index: -1;
}

.portfolio_slider_item {
    display: none;
    position: relative;
    -webkit-transition: left .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: left .5s ease-in-out, opacity .5s ease-in-out;
    transition: left .5s ease-in-out, opacity .5s ease-in-out;
}

.portfolio_slider_item.active {
    display: block;
    position: absolute;
    left: 30%;
    top: 0;
    width: 40%;
    -webkit-transition: left .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: left .5s ease-in-out, opacity .5s ease-in-out;
    transition: left .5s ease-in-out, opacity .5s ease-in-out;
    z-index: 10;
}

.portfolio_slider_item.next_sl,
.portfolio_slider_item.prev_sl,
.portfolio_slider_item.hide_l,
.portfolio_slider_item.hide_r{
    display: block;
    position: absolute;
    top: 0;
    width: 40%;
}

.portfolio_slider_item.next_sl{
    left: 75%;
}

.portfolio_slider_item.prev_sl {
    left: -15%;
}

.portfolio_slider_item.hide_l{
    left: -75%;
}

.portfolio_slider_item.hide_r{
    left: 135%;
}

.portfolio_slider_item.next_sl .port_sl_image,
.portfolio_slider_item.prev_sl .port_sl_image{
    opacity: 0.4;
}

.portfolio_slider_item.next_sl .port_sl_info,
.portfolio_slider_item.prev_sl .port_sl_info,
.portfolio_slider_item.hide_r .port_sl_info,
.portfolio_slider_item.hide_l .port_sl_info{
    opacity: 0;
}

.portfolio_slider_box,
.portfolio_slider_item {
    min-height: 27vw;
}

.portfolio_slider_item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #1B343B;
}

.port_sl_info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.port_sl_info_logo{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: auto;
}

.port_sl_info_logo .img_box{
    background-color: #fff;
    padding: 0px 30px;
    width: auto;
}

.port_sl_info_logo .img_box img {
    width: auto;
    height: 6vw;
}

.port_logo_wrap{
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.port_sl_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.port_sl_image_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.portfolio_slider_item.active:hover .port_sl_image_bg{
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}


.portfolio_slider_item:before,
.port_sl_image {
    height: calc(100% - 6vw);
}


.port_sl_info_main{
    padding: 40px 55px 30px 50px;
    background-color: #1B343B;
    color: #fff;
    position: relative;
}

.port_sl_invest_data{
    font: 1.0em/3.8em 'AktivGrotesk-Regular';
    letter-spacing: 2px;
    position: absolute;
    top: 10px;
    right: 30px;
    color: #7E7C70;
}

.port_sl_main_title{
    font: 2.5em/1.48em 'AktivGrotesk-Thin';
    color: #fff;
}

.port_slider_nav{
    top: calc((100% - 6vw)/2 - 20px);
    left: 0;
    height: 40px;
    position: absolute;
    width: 100%;
}

.port_slider_next,
.port_slider_prev{
    width: 120px;
    height: 40px;
    background-color: #1B343B;
    position: absolute;
    padding: 5px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100;
}

.port_slider_prev{
    left: calc(25% - 60px);
}

.port_slider_next{
    left: calc(75% - 60px);
}

/*--------------------------------------------------------------
# CALL TO ACTION
--------------------------------------------------------------*/
.call_to_action_outer{
    padding: 60px 0;
    position: relative;
}

.call_to_action_outer.grey_bg:before{
    position: absolute;
    content: '';
    left: -100vw;
    bottom: 50%;
    height: 100vh;
    width: 1000vw;
    background-color: #F2EFE7;
    z-index: -1;
}

.call_to_action{
    overflow: hidden;
}

.call_to_action .text_box{
    position: relative;
    z-index: 100;
}

.call_to_action_box{
    position: relative;
}

.call_to_action_box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B343B;
    z-index: -1;
}

.call_to_action_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-size: cover;
    background-position: center;
}

.call_to_action_info{
    position: relative;
    padding: 65px 120px;
    background-color: rgba(27,52,59, .9);
}

.call_to_action_info .call_to_action_text{
    color: #fff;
    font: 2.0em/1.5em 'Amiri-Regular';
    text-align: center;
}

.call_to_action_info:before{
    position: absolute;
    content: '';
    left: 60px;
    top: -60px;
    width: calc(100% - 120px);
    height: calc(100% + 120px);
    border: 1px solid #7E7C70;
}

/*--------------------------------------------------------------
# NUMBERED COLUMNS
--------------------------------------------------------------*/
.num_col_head{
    position: relative;
    padding-top: 100px;
}

.num_col_head_title{
    position: relative;
}

.num_col_head_title h2 {
    color: #fff;
}

.num_col_head:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1B343B;
}

.num_col_head_bg{
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .36;
}

.head_col_names{
    position: relative;
}

.head_col_num{
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_col_num p {
    font: 1.8em/2.11em 'AktivGrotesk-Regular';
    color: #7E7C70;
}

.head_col_title p{
    font: 1.8em/2.2em 'AktivGrotesk-Light';
    color: #fff;
}

.head_col_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head_col_name_item{
    background-color: #1B343B;
    padding: 15px 30px 15px 40px;
    border-left: 1px solid #7E7C70;
    border-top: 1px solid #7E7C70;
}

.num_col_body_item{
    padding: 40px 30px 40px 40px;
    border-left: 1px solid #7E7C70;
    border-bottom: 1px solid #7E7C70;
}


.head_col_name_item:last-of-type,
.num_col_body_item:last-of-type{
    border-right: 1px solid #7E7C70 ;
}

.head_col_name_item_mobile{
    display: none;
}

/*--------------------------------------------------------------
# QUOTE PHOTO
--------------------------------------------------------------*/
.quote_photo{
    overflow: hidden;
}

.quote_photo_box_wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.quote_photo_box{
    margin-right: 40px;
}

.quote_photo_head{
    background-color: #D6D2C6;
    position: relative;
}

.quote_photo_head.grey_bg:before{
    position: absolute;
    content: '';
    left: -100vw;
    top: 50%;
    width: 500vw;
    z-index: -1;
    height: 100vh;
    background-color: #F2EFE7;
}

.quote_photo_img{
    background-size: cover;
    background-position: center;
}

.quote_photo_text{
    padding: 65px 90px 80px 75px;
}

.quote_photo_link{
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.quote_photo_wrap,
.quote_photo_sign_wrap {
    width: 38%;
}

.quote_photo_text,
.quote_photo_body_empty{
    width: 62%;
}

.quote_photo_blockquote{
    font: 2.8em/1.71em 'Amiri-Regular';
}

.quote_photo_sign_wrap{
    padding: 30px 0px 30px 30px;
    position: relative;
}

.quote_photo_sign_wrap:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    border: 1px solid #7E7C70;
    border-top: none;
}

.quote_photo_wrap{
    position: relative;
}

.quote_photo_wrap:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #7E7C70;
    z-index: -1;
    border-bottom: none;
}

.quote_photo_wrap:after{
    position: absolute;
    content: '鈥�';
    text-align: center;
    font-size: 15.5em;
    line-height: 0.95em;
    color: #7E7C70;
    width: 80px;
    height: 80px;
    left: 8%;
    top: -80px;
    font-family: 'Poynter-Italic'
}

.quote_photo_pos{
    font: 1.5em/1.46em 'AktivGrotesk-Light';
    color: #7E7C70;
}

.quote_photo_sign{
    width: 60%;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #7E7C70;
}

.quote_photo_pos{
    width: 40%;
}

/*--------------------------------------------------------------
# CASE STUDIES
--------------------------------------------------------------*/
.case_studies_box{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.case_studies_box.visible{
    opacity: 1;
}

.case_std_info{
    width: 22%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.case_std_info,
.case_studies_box_left_col{
    min-height: 550px;
}

.case_std_info,
.case_studies_box_left_col{
    min-height: 550px;
}

html.ie .case_std_info,
html.ie .case_studies_box_left_col{
    min-height: auto;
    height: auto;
}



.case_std_text_box_outer{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% + 220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    background-color: #1B343B;
}

.case_studies_box_left_col{
    width: 78%;
}

.case_std_images{
    width: 68%;
    position: relative;
    background-color: rgba(27,52,59, 1.0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.case_std_images.animated{
    background-color: rgba(27,52,59, 0.5);
}

.case_std_titles_outer{
    width: 32%;
    padding: 40px 0;
}

.case_std_title_box{
    background-color: #D6D2C6;
    padding: 23px 30px 18px 40px;
    z-index: 1;
    position: relative;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.case_std_title_box.active .case_std_nav{
    right: -75px;
}

.case_std_nav{
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #D6D2C6;
}

.case_std_title_box .img_box{
    width: 140px;
    height: 40px;
    padding: 5px 20px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.case_std_title_box.active .img_box{
    opacity: 1;
}

.case_std_title{
    font: 2.5em/1.48em 'AktivGrotesk-Thin';
    padding-right: 40px;
    z-index: 2;
    position: relative;
}

.case_std_image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.case_std_image.active {
    opacity: .9;
}

.case_std_logo{
    background-color: #FFFFFF;
    position: relative;
    height: 220px;
    width: 100%;
}

.case_std_logo .case_std_logo_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 20px 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.case_std_logo .case_std_logo_img.active{
    opacity: 1;
    visibility: visible;
}

.case_std_logo .case_std_logo_img img{
    height: 180px;
    width: 100%;
}

.case_std_plaintext_wrap {
    position: relative;
}

.case_std_text_box{
    padding: 50px 70px 50px;
}

.case_std_plaintext_wrap .plaintext{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.case_std_plaintext_wrap .plaintext.active{
    opacity: 1;
    visibility: visible;
}

.case_std_text{
    color: #fff;
    text-align: center;
    font: 2.0em/1.5em 'Amiri-Regular';
}

.case_std_text_wrap .button a {
    padding: 20px 80px 18px 80px;;
}

/*--------------------------------------------------------------
# SINGLE NEWS
--------------------------------------------------------------*/
.single_news_header h4{
    color: #fff;
}
.page_header.single_news_header .page_bg{
    opacity: .2;
}

.single_news_complex,
.news_port_info{
    overflow: hidden;
}

.single_news_complex.l_bg_none .single_news_inner:before{
    display: none;
}

.single_news_complex .plaintext{
    color: #1B343B;
}

.single_news_inner{
    position: relative;
}

.news_port_outer{
    position: relative;
}

.news_port_bg{
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.single_news_inner:before{
    position: absolute;
    content: '';
    left: calc(((100% - 48.41%)/2 - 50px)/2);
    top: -100vh;
    width: 1px;
    height: 1000vh;
    background-color: #7E7C70;
}

.news_port_box{
    color: #1B343B;
}

.news_port_box .news_port_logo_col{
    padding: 80px 0;
}
.news_port_box .news_port_info_col{
    padding: 60px 0 60px;
}

.news_port_logo_col{
    width: calc((100% - 48.41%)/2 - 50px);
    position: relative;
}

.news_port_logo_col:after{
    position: absolute;
    content: '';
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    background-color: #F2EFE7;
    z-index: -2;
}

.news_port_logo_col:before{
    position: absolute;
    content: '';
    left: 50%;
    top: -200px;
    height: 400px;
    z-index: -2;
    width: 1px;
    background-color: #7E7C70;
}

.news_port_logo_col.left_bd_f:before{
    height: 200vh;
}

.news_port_logo_col .img_box{
    padding: 60px 60px;
}

.news_port_logo_wrap{
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.news_port_box .news_port_info_col {
    width: 55%;
    background-color: #F2EFE7;
}

.news_port_info_col_wrap{
    padding: 0 100px 0 50px;
}

.news_port_title,
.news_port_contact_title {
    font: 3.0em/1.0em 'AktivGrotesk-Light';
}

.news_port_descr{
    font: 2.0em/1.5em "Amiri-Regular";
}

.news_port_contact_col{
    padding: 60px 0 60px 50px;
    width: calc(45% - ((100% - 48.41%)/2 - 50px) );
    position: relative;
}

.news_port_contact_col:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #D6D2C6;
    z-index: -1;
}

.news_port_contact_name{
    font: 2.0em/1.5em 'AktivGrotesk-Light';
}

.news_port_contact_position{
    font: 1.6em/1.875 'AktivGrotesk-Light';
}

.news_port_contact_inner .news_port_contact_email,
.news_port_contact_inner .news_port_contact_phone{
    font: 1.6em/1.5em 'AktivGrotesk-Light';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news_port_contact_inner .news_port_contact_site{
    font: 1.6em/1.25em 'AktivGrotesk-Light';
}

.news_port_link a{
    font: 2.0em/1.4em 'Amiri-Regular';
    color: #8C0000;
}

.news_port_link a:hover{
    color: #152024;
}

.news_port_contact_inner a:hover{
    color: #152024;
}

.news_port_contact_inner a{
    color: #8C0000;
}

/*--------------------------------------------------------------
# VALUES
--------------------------------------------------------------*/
.value_box_wrap{
    position: relative;
}

.value_box{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.value_bg_image{
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
}

.value_item{
    background-color: rgba(27,52,59, .8);
    padding: 30px 40px;
    min-height: 260px;
    position: relative;
}

html.ie .value_item{
    height: 260px;
}

.value_text{
    text-align: center;
    color: #fff;
    font: 3.0em/1.4em "AktivGrotesk-Light";
}

.value_item::before{
    position: absolute;
    content: '';
    left: 30px;
    top: -30px;
    width: calc(100% - 30px * 2);
    height: calc(100% + 30px * 2 );
    border: 1px solid #7E7C70;
    z-index: 100;
}

/*--------------------------------------------------------------
# ATTACHED FILE
--------------------------------------------------------------*/
.attached_file_box{
    position: relative;
}

.attached_file_back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F2EFE7;
}

.attached_file_bg{
    width: calc( (100% - 1518px) / 2 + 1518px*0.60 );
    height: 100%;
    background-size: cover;
    background-position: center;
}

.attached_file_front{
    position: relative;
    z-index: 10;
    padding: 60px 0px;
}

.file_left_col{
    width: 60%;
    padding-left: 250px;
    position: relative;
}

.file_left_col:before{
    position: absolute;
    content: '';
    right: 0;
    top: 60px;
    width: calc(100% - 115px);
    height: calc(100% - 60px*2);
    background-color: #1B343B;
}

.file_title_wrap{
    border: 1px solid #7E7C70;
    height: 100%;
    border-right: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.file_title{
    position: relative;
    padding: 120px 60px 120px 100px;
}

.file_title h3{
    font: 3.0em/1.5em "AktivGrotesk-Light";
    color: #FFFFFF;
}

.file_right_col{
    width: 40%;
    padding-right: 125px;
}

.file_wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0px;
    border: 1px solid #7E7C70;
    border-left: none;
    height: 100%;
}

.attached_file_box .kit_files_item{
    width: 240px;
}

.our_values_bg .our_values_title{
    color: #FFFFFF;
}

.our_values_text{
    padding: 0 70px;
    font-size: 3.0em;
    line-height: 1.7em;
}

.our_values_text ul{
    margin-top: 0;
}

.our_values_text ul li:before{
    top: 0.70em;
}

.our_values_text ul li:first-of-type{
    margin-top: 0;
}

/*--------------------------------------------------------------
# PAGE CONTENT
--------------------------------------------------------------*/

.page-content p {
    margin: 5px 0 20px;
}
.page-content ul {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width: 1921px){
    .footer_section {
        padding-top: 650px;
    }

    .news_port_box .news_port_info_col{
        padding: 9vw 0 9vw;
    }

    .news_port_box .news_port_contact_col{
        padding: 9vw 0 9vw 50px;
    }
}


@media only screen and (max-width: 1680px) {
    .cont{
        max-width: 1240px;
    }

    body{
        font-size: 58%;
    }

    .cont .inner_cont_lg{
        width: 90%;
    }

    .cont .inner_cont_sm{
        width: 60%;
    }

    .col-7-wrap-lg {
        width: calc(100% + 20px);
    }

    .col-7-lg {
        width: calc(14.285% - 20px);
        margin-right: 20px;
    }

    .col-6-wrap-md {
        width: calc(100% + 20px);
    }

    .col-6-md {
        width: calc(16.666% - 20px);
        margin-right: 20px;
    }

    #primary-menu .navbar{
        height: 64px;
    }

    #menu-primary-menu > li.menu-item-has-children .sub-menu,
    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        top: 64px;
    }

    html.ie #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.ie #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap{
        top: 64px;
    }

    .img_overlay_box {
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .key_numbers_title {
        font: 4.4em/1.30em 'Amiri-Regular';
    }

    .key_numbers_item {
        border: 15px solid #D6D2C6;
        padding: 15px 32px;
    }

    .testimonial_slider_inner_wrap{
        min-height: 340px;
    }

    .testimonial_slider_content_wrap{
        margin: 80px 200px 23px 200px;
    }

    .testimonial_slider_inner_wrap::before {
        top: 13px;
    }

    .core_sector_outer_wrap{
        padding: 75px 0px 60px;
    }

    .core_sector_item {
        padding: 0 30px 25px 30px;
    }

    .core_sector_image{
        height: 380px;
    }

    .core_sector_title{
        padding: 0;
    }

    .portfolio_slider_box, .portfolio_slider_item {
        min-height: 32vw;
    }

    .portfolio_slider_item.active{
        width: 56%;
        left: 22%;
    }

    .portfolio_slider_item.next_sl,
    .portfolio_slider_item.prev_sl,
    .portfolio_slider_item.hide_l,
    .portfolio_slider_item.hide_r {
        width: 56%;
    }

    .portfolio_slider_item.prev_sl{
        left: -44%;
    }

    .portfolio_slider_item.next_sl {
        left: 88%;
    }

    .port_sl_info_logo .img_box img{
        height: 8vw;
    }

    .portfolio_slider_item:before, .port_sl_image {
        height: calc(100% - 8vw);
    }

    .port_slider_next {
        left: calc(78% - 60px);
    }

    .port_slider_prev {
        left: calc(22% - 60px);
    }

    .quote_photo_box_wrap{
        max-width: 1240px;
    }

    .quote_photo_wrap:before {
        width: calc(100% + 38px);
    }

    .quote_photo_sign_wrap:before {
        width: calc(100% + 38px);
    }

    .site_footer.cont{
        max-width: calc(1240px + 180px );
    }

    .left_bg_info .margin_b > * {
        margin-bottom: 40px;
    }

    .left_bg_info .margin_b > *:last-of-type {
        margin-bottom: 0px;
    }

    .team_tax_item{
        padding: 30px 20px;
        border: 15px solid #D6D2C6;
    }

    .info_col_bg_title_wrap{
        padding: 40px 30px;
    }

    .portfolio_cases_item {
        border: 1px solid #7E7C70;
        padding: 25px 25px;
    }

    .case_std_info, .case_studies_box_left_col {
        min-height: 490px;
    }

    .case_std_text_box_outer {
        width: calc(100% + 400px);
        -ms-transform: translateX(-400px);
        transform: translateX(-400px);
        -webkit-transform: translateX(-400px);
    }

    .case_std_logo{
        height: 200px;
    }

    .case_std_titles_outer {
        width: 36%;
    }

    .case_std_images{
        width: 64%;
    }

    .case_std_info{
        width: 20%;
    }

    .case_studies_box_left_col{
        width: 80%;
    }

    .video_quote_wrap{
        margin: 120px 0px 0px 22.5%;
    }

    .v_quote_video{
        height: 390px;
    }

    .v-quote-wrap{
        min-height: 390px;
    }

    .v-quote-wrap::before{
        right: 43%;
    }

    .press_kit_contact{
        padding: 40px 60px;
    }

    .kit_cont_title {
        font: 3.0em/1.4em 'AktivGrotesk-Light';
    }

    .kit_files_item{
        min-height: 325px;
    }

    .value_item{
        min-height: 180px;
    }

    html.ie .value_item{
        height: 180px;
    }

    .value_text{
        font: 2.4em/1.4em "AktivGrotesk-Light";
    }

    .attached_file_bg{
        width: calc( (100% - 1240px) / 2 + 1240px*0.60 );
    }

    .file_left_col:before{
        width: 100%;
    }

    .file_left_col{
        padding-left: 125px;
    }

    .file_right_col{
        padding-right: 0;
    }

    .info_col_style_2 .info_col_head_wrap,
    .info_col_style_2 .info_col_main_wrap{
        padding: 0 125px;
    }
    .target_sectors_outer_wrap{
        padding: 70px 0;
    }

    .target_sectors_box{
        margin: 0;
    }
    .large_sector .title_box{
        min-height: 80px;
    }
    .small_sector_item .title_box{
        min-height: 80px;
    }

}

@media only screen and (max-width: 1521px) {

    .site_footer.cont{
        max-width: 100%;
    }

    .footer_content{
        display: block;
        margin: 0 auto;
        position: relative;
        max-width: 1240px;
    }

    .f_top_button{
        right: 0;
    }

    .site_footer{
        padding: 0 0px 50px 0px;
    }

    .footer_section {
        padding-bottom: 0;
    }

    .value_item {
        padding: 30px 25px;
    }

    .value_item::before{
        left: 15px;
        top: -15px;
        width: calc(100% - 15px * 2);
        height: calc(100% + 15px * 2 );
    }

    .value_text {
        font: 2.2em/1.4em "AktivGrotesk-Light";
    }
}

@media only screen and (max-width: 1371px) {
    .cont{
        max-width: 1080px;
    }

    .cont .inner_cont_lg{
        width: 100%;
    }

    .col-7-wrap-lg {
        width: calc(100% + 40px);
    }

    .col-7-lg {
        width: calc(20% - 40px);
        margin-right: 40px;
    }

    .col-3-wrap-lg {
        width: calc(100% + 40px);
    }

    .col-3-lg {
        width: calc(33.33% - 40px);
        margin-right: 40px;
    }

    h1,
    .page_header.small .page_header_title{
        font: 5.6em/1.48em 'AktivGrotesk-Thin';
    }

    .page_header_pretitle {
        font: 1.8em/1.727em 'Amiri-Regular';
    }

    #menu-primary-menu > li > a{
        padding: 14px 16px ;
    }

    .logo_box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 212px;
        flex: 1 0 212px;
    }

    #primary-menu .navbar{
        height: 64px;
    }

    #menu-primary-menu > li.menu-item-has-children .sub-menu,
    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        top: 64px;
    }

    html.ie #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.ie #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap{
        top: 64px;
    }

    .key_numbers_item{
        padding: 15px 15px;
    }

    .img_overlay_box {
        margin-bottom: -30px;
        -ms-transform: translateX(-120px);
        transform: translateX(-120px);
        -webkit-transform: translateX(-120px);
    }

    .testimonial_slider_content_wrap {
        margin: 80px 150px 23px 150px;
    }

    .testimonial_slider_wrap {
        background-size: cover;
        background-position: center;
        padding: 60px 90px;
    }

    .core_sector_image {
        height: 320px;
    }

    .core_sector_title {
        font: 1.8em/1.45em 'AktivGrotesk-Light';
    }

    .portfolio_slider_box,
    .portfolio_slider_item {
        min-height: 36vw;
    }

    .call_to_action_info {
        position: relative;
        padding: 50px 120px;
    }

    .quote_photo_box_wrap {
        max-width: 1080px;
    }

    .quote_photo_blockquote {
        font: 2.4em/1.61em 'Amiri-Regular';
    }

    .team_tax_item {
        padding: 30px 20px;
    }

    .footer_content {
        max-width: 1080px;
    }

    .footer_top{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .overlay_img_1 {
        top: 130px;
    }

    .left_bg_main_info{
        width: calc(100% + 300px);
    }

    .v_quote_video{
        width:calc(15.0% + 90px + 300px);
    }

    .video_quote_wrap {
        margin: 120px 0px 0px 15.0%;
    }

    .portfolio_filters .filter_box{
        min-width: 305px;
    }

    .case_studies_box_left_col{
        width: 100%;
    }

    .case_studies_box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .case_std_info{
        width: 100%;
        background-color: #F2EFE7;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: auto;
        padding-top: 20px;
        margin-top: 60px;
    }

    .case_std_logo{
        max-width: 300px;
        background-color: inherit;
    }

    .case_std_text_box_outer{
        width:100%;
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        background-color: #F2EFE7;
    }

    .case_std_plaintext_wrap .plaintext{
        color: #152024;
    }

    .case_std_text_box {
        padding: 20px 70px 50px;
    }

    .kit_files_item {
        min-height: 330px;
    }

    .kit_files_outer_wrap {
        padding: 40px 85px;
    }

    .press_kit_contact, .kit_borders {
        margin: 0 50px;
    }

    .kit_borders{
        height: 50px;
    }

    .kit_info_wrap.col-2-lg{
        width: 100%!important;
        margin-right: 0!important;
    }

    .core_sector_item.margin_b.ms > *{
        margin-bottom: 20px;
    }

    .core_sector_item.margin_b.ms > *:last-child{
        margin-bottom: 0px;
    }

    .port_single_info_wrap{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: calc(100% + 50px);
        margin-bottom: -20px;
    }

    .port_single_info_item{
        width: calc(25% - 50px);
        margin-right: 50px;
        margin-bottom: 20px;
    }

    .port_single_info_item:before{
        display: none;
    }

    .value_text {
        font: 2.0em/1.4em "AktivGrotesk-Light";
    }

    .info_col_2_title {
        font: 2.6em/1.3em "AktivGrotesk-Thin";
    }

    .info_col_key_number {
        font: 2.6em/1.4em "Amiri-Regular";
    }

    .attached_file_bg{
        width: calc( (100% - 1080px) / 2 + 1080px*0.60 );
    }

    .attached_file_section .kit_files_item {
        min-height: 300px;
        padding: 74px 35px 70px 30px;
    }

    .file_left_col {
        padding-left: 60px;
    }

    .file_title {
        padding: 120px 60px 120px 70px;
    }

    .file_title h3 {
        font: 2.6em/1.5em "AktivGrotesk-Light";
    }

    .info_col_style_2 .info_col_head_wrap, .info_col_style_2 .info_col_main_wrap{
        padding: 0 60px;
    }

    .info_col_style_2 .info_col_bg_title_wrap {
        padding: 60px 70px;
    }

    .small_sector_part{
        padding-left: 25px;
    }
}

@media only screen and (max-width: 1231px) {
    .cont{
        max-width: 980px;
    }

    .col-5-wrap-md {
        width: calc(100% + 50px);
    }

    .col-5-md{
        width: calc(50.0% - 50px);
        margin-right: 50px;
    }

    .col-4-wrap-md {
        width: calc(100% + 50px);
        margin-bottom: -40px;
    }

    .col-4-md {
        width: calc(50% - 50px);
    }

    .col-3-md{
        width: calc(50% - 50px);
    }

    .col-3-wrap-lg {
        width: calc(100% + 30px);
    }

    .col-3-lg {
        width: calc(33.33% - 30px);
        margin-right: 30px;
    }

    .col-6-wrap-md {
        width: calc(100% + 20px);
        margin-bottom: -20px;
    }

    .col-6-md{
        width: calc(20% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .cont .inner_cont_sm {
        width: 70%;
    }

    .footer_content {
        max-width: 980px;
    }

    .f_discl_box{
        display: none;
    }

    .team_tax_wrap.col-4-wrap-md{
        width: calc(100% + 20px);
    }

    .team_tax_item.col-4-md{
        width: calc(25% - 20px);
        margin-right: 20px;
    }

    #menu-primary-menu > li > a {
        padding: 13px 16px;
    }

    .logo_box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 208px;
        flex: 1 0 208px;
        flex: 1 0 208px;
    }

    #primary-menu .navbar{
        height: 62px;
    }

    #menu-primary-menu > li.menu-item-has-children .sub-menu,
    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        top: 62px;
    }

    html.ie #menu-primary-menu > li > a {
        padding: 13px 10px;
    }

    html.ie #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.ie #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub-menu ,
    html.edge #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        top: 62px;
    }

    .team_tax_item {
        padding: 25px 20px;
    }

    .key_numbers_item {
        padding: 20px 77px;
    }

    .img_overlay_box {
        -ms-transform: translateX(-230px);
        transform: translateX(-230px);
        -webkit-transform: translateX(-230px);
        top: 150px;
    }

    .testimonial_slider_inner_wrap::before {
        top: 5px;
    }

    .core_sector_box{
        max-width: 700px;
    }

    .core_sector_item {
        padding: 0 40px 30px 40px;
        margin-bottom: 180px;
        border: 1px solid #122328;
    }

    .core_sector_outer_wrap {
        padding: 135px 0px 60px;
    }

    .core_sector_image {
        height: 300px;
    }

    .core_sector_title {
        font: 1.8em/1.45em 'AktivGrotesk-Light';
    }

    .core_sector_description {
        font-size: 1.8em;
        color: #152024;
    }

    .core_sector_outer_wrap{
        background-color: #F2EFE7;
    }

    .core_sector_title {
        color: #152024;
    }

    .core_sector_wrap{
        margin-bottom: -180px;
    }

    .core_sector_item.margin_b.ms > *{
        margin-bottom: 30px;
    }

    .testimonial_slider_wrap {
        padding: 50px 81px;
    }

    .media_news_item {
        padding: 55px 30px 48px 30px;
    }

    .quote_photo_box_wrap {
        max-width: 980px;
    }

    .quote_photo_blockquote {
        font: 2.2em/1.61em 'Amiri-Regular';
    }

    .head_col_name_item {
        background-color: #1B343B;
        padding: 15px 20px 15px 25px;
    }

    .num_col_body_item{
        padding: 25px 20px 30px 20px;
    }

    .portfolio_filters .filter_box{
        min-width: 260px;
    }

    .v_quote_video {
        width: calc(10.0% + 90px + 300px);
    }

    .video_quote_wrap {
        margin: 120px 0px 0px 10.0%;
    }

    .v-quote-wrap{
        padding-left: 360px;
    }

    .v_quote_video{
        height: 360px;
    }

    .core_sector_bg_image{
        background-image: none!important;
    }

    .news_year_nav li a{
        padding: 11px 10px 7px;
    }

    .news_port_box .news_port_info_col {
        padding: 60px 0 60px;
    }

    .news_port_contact_col {
        padding: 60px 0 60px 50px;
    }

    .kit_fyle_descr {
        left: 52px;
    }

    .info_col_cont_in_wrap{
        padding: 20px 25px 40px 0px;
    }

    .single_post_nav{
        position: relative;
        padding-bottom: 100px;
    }

    .single_post_nav.margin_r.mrl  > *{
        margin-right: 0;
    }

    .post_nav_all_but{
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .single_post_ref{
        width: 50%;
    }

    .post_nav_prev.single_post_ref a{
        padding-right: 20px;
    }

    .post_nav_next.single_post_ref a{
        padding-left: 20px;
    }

    .single_post_ref a{
        z-index: 10;
    }

    .video_frame{
        padding: 95px 80px;
    }

    .single_team_box.cont{
        max-width: 820px;
    }

    .port_single_info_wrap{
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }

    .port_single_info_item{
        width: calc(25% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .news_port_logo_col .img_box {
        padding: 30px 20px;
    }

    .key_numbers_box.bg_grey:before{
        display: none;
    }

    .left_bg_wrap:before{
        display: none;
    }

    .attached_file_bg{
        width: calc( (100% - 980px) / 2 + 980px*0.60 );
    }

    .info_col_style_2 .info_col_head_wrap, .info_col_style_2 .info_col_main_wrap{
        padding: 0;
    }

    .info_box {
        max-width: 640px;
    }

    .attached_file_box .kit_fyle_descr {
        left: 30px;
    }

    .our_values_text{
        padding: 0 30px;
        font-size: 2.8em;
        line-height: 1.7em;
    }

    .target_sectors_box{
        flex-wrap: wrap;
    }

    .target_sectors_box .small_sector_part,
    .target_sectors_box .large_sector_part{
        flex-basis: 100%;
    }

    .small_sector_part{
        flex-direction: row;
        padding-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 25px;
        margin-top: 50px;
    }

}

@media only screen and (min-width: 1080px) {
    .button a:hover:before{
        opacity: 1;
        -ms-transform: scale(100);
        transform: scale(100);
        -webkit-transform: scale(100);
    }

    .info_box_section .button a:hover:before {
        -ms-transform: scale(120);
        transform: scale(120);
        -webkit-transform: scale(120);
    }

    .button.blue a:before{
        background-color: #15282d;
    }

    #menu-primary-menu .sub-menu > li > a:hover {
        color: rgba(255,255,255, .4);
    }

    #menu-primary-menu > li.hover:not(.different_color) > a,
    #menu-primary-menu > li:not(.different_color) > a:hover{
        background-color: #152024;
    }

    #menu-primary-menu > li.different_color > a:hover:before{
        opacity: 1;
        -ms-transform: scale(100);
        transform: scale(100);
        -webkit-transform: scale(100);
    }

    #menu-primary-menu > li.menu-item-has-children:hover .sub_menu_wrap{
        z-index: 1;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease ;
        -o-transition: opacity 0.4s ease ;
        transition: opacity 0.4s ease ;
    }

    .test_slider_prev:hover,
    .test_slider_next:hover{
        background-color: #8C0000;
    }

    .port_slider_next:hover,
    .port_slider_prev:hover{
        background-color: #8C0000;
    }

    .wpforms-container .wpforms-submit-container button:hover:after {
        opacity: 1;
        -ms-transform: scale(100);
        transform: scale(100);
        -webkit-transform: scale(100);
    }

    .f_top_button:hover:before{
        opacity: 1;
        -ms-transform: scale(100);
        transform: scale(100);
        -webkit-transform: scale(100);
    }

    .portfolio_cases_item:hover .port_item_open_box{
        opacity: 1;
    }

    .post_nav_prev a:hover .img_box {
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    .post_nav_next a:hover .img_box {
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    .news_port_logo_wrap:hover{
        background-color: #D6D2C6;
    }

    .core_sector_image_wrap:hover {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform-origin: bottom;
    }

}

@media only screen and (max-width: 1080px) {
    .cont{
        max-width: 100%;
        padding: 0 40px;
    }

    .cont .inner_cont_sm {
        width: 80%;
    }

    #primary-menu .navbar{
        background-color: #152024;
        height: 75px;
        align-items: center;
    }

    .site_footer{
        padding: 0 40px 50px 40px;
    }
    .f_title_box, .f_phones_box {
        max-width: calc((50% + 50px) / 2);
    }

    .col-3-lg {
        margin-bottom: 100px;
    }

    .col-3-wrap-lg{
        margin-bottom: -100px;
    }

    .col-5-wrap-lg {
        width: calc(100% + 25px);
    }

    .col-5-lg{
        width: calc(20.0% - 25px);
        margin-right: 25px;
    }

    .main_menu_button{
        display: block;
    }

    .main_nav_box{
        position: absolute;
        right: -380px;
        height: auto;
        top: 75px;
        width: 350px;
        max-height: calc(100vh - 75px);
        overflow-y: auto;
        background-color: #1B343B;
        border: 1px solid #152024;
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .main_nav_box nav {
        height: 100%;
        padding-bottom: 80px;
    }

    .main_nav_box.active{
        right: 0;
    }

    .logo_box{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 211px;
        flex: 0 1 140px;
    }

    #primary-menu{
        background-color: #152024;
    }

    #menu-primary-menu{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 20px 0;
    }

    #menu-primary-menu > li > a{
        text-align: left;
        padding: 7px 40px;
        white-space: normal;
        border: none;
    }

    #menu-primary-menu .sub-menu > li > a span{
        width: 100%;
    }

    #menu-primary-menu .sub-menu > li > a{
        padding: 5px 40px 5px 80px;
        white-space: normal;
        color: rgba(255,255,255, .8);
    }

    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        background-color: #1B343B;
    }

    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap {
        position: static;
        height: auto!important;
        width: 100%!important;
        left: initial!important;
        top: initial;
    }

    #menu-primary-menu > li.menu-item-has-children .sub-menu{
        position: static;
        left: initial !important;
        height: auto !important;
        opacity: 1 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #menu-primary-menu > li.menu-item-has-children .sub-menu > li {
        width: 100%;
    }

    #menu-primary-menu > li.menu-item-has-children .sub_menu_wrap{
        z-index: 1;
        visibility: visible;
        opacity: 1;
    }

    #menu-primary-menu > li.different_color > a{
        background-color: #8C0000;
        border-bottom: none;
    }

    .left_bg_box .left_bg_image{
        width: 100%;
        height: 50%;
        z-index: -2;
    }

    .left_bg_info{
        margin-left: 0;
    }

    .left_bg_main_info{
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0);
        margin: 0;
        width: 100%;
        margin-top: 40px;
        min-width: 100%;
    }

    .left_bg_add_info.hidden{
        display: none;
    }

    .left_bg_main_info p{
        padding: 60px 30px;
    }

    .left_bg_add_info p{
        border: none;
        padding: 0 30px;
        text-align: center;
    }

    .portfolio_slider_item.active{
        width: 70%;
        left: 15%;
    }

    .portfolio_slider_item.next_sl,
    .portfolio_slider_item.prev_sl,
    .portfolio_slider_item.hide_l,
    .portfolio_slider_item.hide_r{
        width: 70%;
    }

    .portfolio_slider_item.prev_sl {
        left: -63%;
    }

    .portfolio_slider_item.next_sl {
        left: 93%;
    }

    .portfolio_slider_box, .portfolio_slider_item {
        min-height: 40vw;
    }

    .port_slider_next {
        left: calc(85% - 60px);
    }

    .port_slider_prev {
        left: calc(15% - 60px);
    }

    .portfolio_slider_wrap:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #F2EFE7;
        z-index: -1;
    }

    .port_sl_info_logo .img_box img {
        height: 11vw;
    }

    .testimonial_slider_wrap {
        padding: 40px 45px;
    }

    .testimonial_slider_inner_wrap::before {
        top: 7px;
    }

    .call_to_action_info:before {
        top: -40px;
        height: calc(100% + 80px);
    }

    .case_std_titles_outer{
        width: 50%;
    }

    .case_std_images{
        width: 50%;
    }

    .case_std_title_box {
        background-color: #D6D2C6;
        padding: 15px 30px 11px 40px;
    }

    .case_studies_box_left_col {
        min-height: 300px;
    }

    .quote_photo_blockquote {
        font: 2.0em/1.6em 'Amiri-Regular';
    }

    .quote_photo_box_wrap {
        max-width: 100%;
        padding: 0 40px;
    }

    .quote_photo_text {
        padding: 60px 70px 60px 75px;
    }

    .v_quote_video {
        width: calc(7.0% + 90px + 300px);
    }

    .video_quote_wrap {
        margin: 120px 0px 0px 7.0%;
    }

    .portfolio_filters .filter_box{
        min-width: 300px;
    }

    .v-quote-wrap{
        padding-left: 360px;
    }

    .v_quote_video{
        height: 320px;
    }

    .video_quote_content {
        margin: 60px 60px 40px 90px;
    }

    .news_year_nav li a{
        padding: 6px 10px 2px;
        border-bottom: 7px solid #7E7C70;
    }

    .news_year_nav li a.active{
        border-bottom: 7px solid #8C0000;
    }

    .single_post_nav{
        padding-bottom: 100px;
    }

    .head_col_name_item {
        padding: 15px 15px 15px 19px;
    }

    .head_col_num{
        margin-right: 20px!important;
    }

    .portfolio_filter_name {
        font: 1.8em/2.8em 'AktivGrotesk-Light';
    }

    .portfolio_filters .filter_box {
        min-width: 256px;
    }

    .kit_files_item {
        padding: 84px 50px 60px 47px;
    }

    .v-quote-inner {
        padding: 40px 0 60px;
    }

    .video_quote_content {
        margin: 60px 60px 40px 55px;
    }

    .single_news_inner:before,.news_port_logo_col:before{
        display: none;
    }

    .core_sector_box {
        max-width: 750px;
    }

    .core_sector_item{
        opacity: 1;
        bottom: 0;
    }

    .core_sector_image {
        height: 280px;
    }

    .industrie_title_img{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 340px;
        flex: 1 0 340px;
    }

    .info_col_key_number_box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .info_col_key_number_item{
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .info_col_key_number_item:before{
        position: absolute;
        content: '';
        left: 25%;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-color: #7E7C70;
    }

    .info_col_key_number_item:last-of-type{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .info_col_key_number_item:last-of-type:before{
        display: none;
    }

    .attached_file_bg{
        width: calc( 40px + 0.60*(100% - 40px *2) );
    }

    .file_title {
        padding: 80px 50px 80px 40px;
    }

    .file_left_col {
        padding-left: 40px;
    }

    .attached_file_front {
        padding: 40px 0px;
    }

    .file_wrap {
        padding: 40px 0px;
        overflow: hidden;
    }

    .file_left_col:before {
        top: 40px;
        height: calc(100% - 40px*2);
    }

    .our_values_text{
        padding: 0 10px;
        font-size: 2.6em;
        line-height: 1.7em;
    }

}

@media only screen and (max-width: 992px) {
    body {
        font-size: 55%;
    }

    .single_team_box.cont{
        max-width: 100%;
    }

    .cont .inner_cont_sm{
        width: 85%;
    }

    .margin_b.mxl > *{
        margin-bottom: 60px;
    }

    .margin_b > *:last-child {
        margin-bottom: 0;
    }

    .content_block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .col-7-wrap-lg {
        width: calc(100% + 20px);
    }

    .col-7-lg {
        width: calc(20.00% - 20px);
        margin-right: 20px;
    }

    .col-3-wrap-lg{
        width: 100%;
        margin-bottom: -60px;
    }

    .col-3-lg {
        width: 100.00%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .col-6-wrap-md {
        width: calc(100% + 20px);
    }

    .col-6-md{
        width: calc(25% - 20px);
    }

    .col-5-lg{
        width: calc(33.33% - 25px);
        margin-right: 25px;
    }

    .f_logo_box {
        width: 110px;
        position: absolute;
    }

    .key_numbers_item {
        padding: 20px 40px;
        border: 10px solid #D6D2C6;
    }

    .key_numbers_descr {
        font: 1.2em/2.33em 'AktivGrotesk-Bold';
        color: #7E7470;
        padding-top: 15px;
    }

    .call_to_action_info:before{
        display: none;
    }

    .footer_top {
        padding: 0;
    }

    .f_top_middle{
        margin: 0 170px 30px 170px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .f_title_box, .f_phones_box, .f_discl_box{
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .f_top_middle.margin_r.mrm > *{
        margin-right: 0;
    }

    .f_title_box, .f_phones_box {
        max-width: 100%;
    }
    .ffi_logo {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .content_block.form_section .wpforms-container .wpforms-submit-container {
        width: 100%;
    }
    .follow_us_box_f{
        display: none;
    }

    .follow_us_box_f.sm_scr{
        display: block;
        position: static;
        width: 100%;
        padding-top: 40px;
    }

    .follow_social_nav_f{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .follow_social_f{
        width: auto;
    }

    .f_discl_box {
        display: block;
    }
    .footer_row.footer_info_row{
        display: block;
    }

    .footer_row.footer_info_row .f_discl_box{
        margin-bottom: 0;
    }

    .footer_row.footer_info_row .footer_info_links{
        margin-left: 0;
        margin-right: 0;
    }

    #menu-footer-menu {
        display: none;
    }

    .f_top_button_text{
        display: none;
    }

    .f_top_button{
        width: 30px;
        height: 60px;
        padding: 0;
        top: initial;
        bottom: 30px;
    }

    .f_award_logos{
        width: 100%;
        justify-content: center;
    }

    .port_sl_info{
        position: static;
        margin-top: 30vw;
    }

    .portfolio_slider_item .port_sl_image{
        height: 30vw;
    }

    .port_sl_info_logo{
        position: relative;
        z-index: 10;
        background-color: #fff;
    }

    .port_slider_nav{
        top: initial;
        bottom: -80px;
    }

    .portfolio_slider_outer.grey_bg .portfolio_slider_box:before{
        display: none;
    }

    .portfolio_slider_item.next_sl,
    .portfolio_slider_item.prev_sl,
    .portfolio_slider_item.hide_l,
    .portfolio_slider_item.hide_r{
        width: 82%;
    }

    .portfolio_slider_item.active {
        width: 82%;
        left: 9%;
    }

    .portfolio_slider_item.hide_l,
    .portfolio_slider_item.prev_sl{
        left: -105%;
    }

    .portfolio_slider_item.next_sl,
    .portfolio_slider_item.hide_r{
        left: 105%;
    }

    .port_logo_wrap{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img_overlay_box{
        display: none;
    }

    .portfolio_slider_item.next_sl .port_sl_info,
    .portfolio_slider_item.prev_sl .port_sl_info,
    .portfolio_slider_item.hide_r .port_sl_info,
    .portfolio_slider_item.hide_l .port_sl_info{
        opacity: 1;
    }

    .testimonial_slider_content_wrap {
        margin: 80px 100px 23px 100px;
    }

    .test_slider_prev, .test_slider_next{
        top: initial;
        bottom: 0;
    }

    .test_slider_next{
        right: 0;
    }

    .test_slider_prev{
        left: 0;
    }

    .test_slider_dots {
        width: calc(100% - 240px);
        margin: 0 120px 15px;
    }

    .testimonial_slider_content_wrap {
        margin: 85px 60px 23px 60px;
    }

    .footer_section {
        padding-top: 60px;
        padding-bottom: 0;
        margin-top: 0;
        position: relative;
    }

    .team_tax_item {
        padding: 15px 15px;
    }

    .team_tax_item_name {
        color: #7E7470;
        font: 1.1em/1.5em 'AktivGrotesk-Bold';
    }

    .team_tax_item{
        border: 10px solid #D6D2C6;
    }

    .team_tax_item:before {
        bottom: -28px;
    }

    .quote_photo_text, .quote_photo_body_empty,
    .quote_photo_wrap, .quote_photo_sign_wrap{
        width: 100%;
    }

    .quote_photo_head{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .quote_photo_wrap:before,.quote_photo_wrap:after,
    .quote_photo_sign_wrap:before{
        display: none;
    }

    .quote_photo_box{
        margin: 0;
    }

    .quote_photo_wrap{
        position: static;
    }

    .quote_photo_img{
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }

    .quote_photo_link{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quote_photo_head{
        padding-top: 60px;
    }

    .quote_photo_text {
        padding: 50px 61px 50px 60px;
    }

    .quote_photo_body{
        background-color: #D6D2C6;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quote_photo_body_empty{
        display: none;
    }

    .quote_photo_sign_wrap{
        padding: 0px 60px 60px 60px;
    }

    .quote_photo_pos{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quote_photo_sign_wrap{
        width: 80%;
    }

    .quote_photo_sign{
        width: 50%;
    }

    .news_year_nav li a,
    .news_year_nav li a:hover{
        background-color: inherit;
        border: none;
    }

    .news_year_nav li a.active{
        border: none;
        color: #8C0000;
    }

    .post_nav_title{
        display: none;
    }

    .single_team_btn_left{
        left: -15px;
    }

    .single_team_btn_right{
        right: -15px;
    }

    .info_col_bg_title_wrap_mobile{
        display: block;
        padding: 0 50px 0 50px;
        text-align: center;
    }

    .info_col_bg_column{
        border: none;
        border-bottom: 1px solid  #D6D2C6;
        padding: 0 0 40px 0;
    }

    .info_col_bg_column:last-of-type{
        border: none;
        padding: 20px 30px 0px 5px;
    }

    .col_bg_overtitle,
    .col_bg_title{
        color: #1B343B;
    }

    .info_col_bg_head{
        display: none;
    }

    .info_col_bg_column.col-3-lg{
        margin-bottom: 40px;
    }

    .info_col_main_wrap.col-3-wrap-lg{
        margin-bottom: -40px;
    }

    .head_col_name_item_mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .head_col_title p{
        color: #152024;
        font: 2.8em/1.5em 'AktivGrotesk-Light';
    }

    .num_col_head{
        padding-top: 0;
    }

    .num_col_head_bg,
    .num_col_head:before{
        display: none;
    }

    .num_col_head_title h2{
        color: #152024;
    }

    .num_col_body_item{
        width: 50%;
        border: none;
        border-right: none;
    }

    .num_col_body_item:nth-of-type(2n){
        border-right: none;
    }

    .head_col_name_item:last-of-type,
    .num_col_body_item:last-of-type{
        border-right: none;
    }

    .num_col_body_wrap{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .head_col_names{
        display: none;
    }

    .portfolio_filters{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .portfolio_filters.margin_r > * {
        margin-right: 0;
    }

    .prtfolio_filter_wrap{
        margin-bottom: 40px;
    }

    .prtfolio_filter_wrap:last-of-type{
        margin-bottom: 0;
    }

    .prtfolio_filter_wrap{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .industrie_title_text{
        padding: 25px 40px;
    }

    .info_col_title_wrap{
        display: none;
    }

    .info_col_cont_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .info_col_title.sm_scr{
        display: block;
        background-color: #D6D2C6;
        border-top: 1px solid #7E7C70;
        border-bottom: 1px solid #7E7C70;
    }

    .info_col_cont_in_wrap {
        padding: 0 0 40px 0;
        border-right: 1px solid #7E7C70;
    }

    .info_col_cont{
        padding: 10px 30px 0 0;
    }

    .info_columns_box{
        padding-top: 50px;
    }

    .port_single_info_wrap{
        width: calc(100% + 30px);
        text-align: center;
    }

    .port_single_info_item{
        width: calc(33.33% - 30px);
    }

    .v_quote_video{
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 60px !important;
    }

    .video_quote_wrap {
        margin: 60px 0 0 0;
    }

    .v-quote-wrap {
        padding-left: 0;
        min-height: auto;
    }

    .v-quote-inner {
        padding: 70px 0 60px;
    }

    .v-quote-wrap::after {
        left: -110px;
        width: 1000vw;
    }

    .v-quote-wrap::before {
        right: 95%;
        top: 10px;
        background-color:  inherit;
    }

    .kit_files_outer_wrap {
        padding: 60px 60px;
    }

    .kit_files_item {
        min-height: 42vw;
    }

    .kit_files_item.col-3-wrap-lg{
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }

    .press_kit_contact{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .kit_cont_title{
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .press_kit_contact {
        padding: 50px 60px;
    }

    .col-3-lg.kit_files_item_outer {
        width: calc(50% - 30px);
        margin-right: 30px;
    }

    .kit_file_title {
        font: 2.8em/1.5em 'AktivGrotesk-Light';
    }

    .map_block{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .map_block .map_info,
    .map_block .contact-map{
        width: 100%;
    }

    .map_block .map_info{
        margin-bottom: 50px;
        text-align: center;
    }

    .map_block.margin_r > * {
        margin-right: 0;
    }

    .news_port_logo_col:after{
        display: none;
    }

    .news_port_box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .news_port_logo_col{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #F2EFE7;
    }

    .news_port_box .news_port_logo_col {
        padding: 0 50px 0;
    }

    .news_port_logo_col .img_box {
        padding: 20px 20px 20px;
    }

    .news_port_logo_wrap{
        width: 280px;
        background-color: inherit;
    }

    .news_port_title{
        text-align: center;
    }

    .news_port_box .news_port_info_col{
        width: 100%;
        padding: 0 50px 60px 50px;
    }

    .news_port_info_col_wrap{
        padding:0;
    }

    .news_port_contact_col{
        width: 100%;
        padding: 0 50px 50px 50px;
    }

    .news_port_bg{
        display: none;
    }

    .news_port_contact_col:before{
        background-color: #F2EFE7;
        width: 100%;
        z-index: -1;
    }

    .single_post_nav{
        padding-bottom: 15px;
    }

    .news_year_nav li{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
    }

    .value_bg_image{
        display: none;
    }

    .value_item {
        background-color: rgba(27,52,59,1.0);
    }

    .attached_file_box .kit_file_title{
        font: 2.0em/1.5em 'AktivGrotesk-Light';
    }

    .attached_file_box .kit_files_item {
        width: 210px;
    }

    .attached_file_section .kit_files_item {
        min-height: 286px;
        padding: 61px 35px 70px 30px;
    }

    .file_title h3 {
        font: 2.4em/1.5em "AktivGrotesk-Light";
    }

    .info_col_style_2 .info_col_bg_column{
        border: none;
        padding: 0;
    }

    .info_box_wrap:before{
        display: none;
    }

    .info_col_style_2 .info_col_bg_outer{
        padding: 0;
    }

    .info_box_bg {
        height: calc(100% - 200px);
    }

}

@media only screen and (max-width: 865px) {
    .cont .inner_cont_sm{
        width: 100%;
    }

    .port_sl_info_logo{
        display: none;
    }

    .portfolio_slider_wrap{
        margin-bottom: 120px !important;
    }

    .port_sl_info{
        margin-top: 40vw;
    }

    .portfolio_slider_item .port_sl_image{
        height: 40vw;
    }

    .kit_files_item {
        min-height: 40vw;
        padding: 65px 30px 70px 47px;
    }

    .kit_file_title {
        font: 2.4em/1.5em 'AktivGrotesk-Light';
    }

    .industrie_title_img{
        display: none;
    }

    .info_col_2_cont_box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .info_col_2_item{
        border-right: 1px solid #7E7C70;
    }

    .info_col_2_main_title_wrap h3{
        font-size: 2.8em;
    }

    .info_col_2_title{
        font-size: 2.2em;
        padding: 20px 15px 15px 15px;
    }

    .attached_file_bg{
        width: calc( 40px + 0.55*(100% - 40px *2) );
    }

    .file_left_col {
        width: 55%;
        padding-left: 0;
    }

    .file_right_col{
        width: 45%;
    }

    .file_left_col:before {
        width: calc(100% + 40px);
    }

    .info_col_style_2 .col-2-wrap-lg{
        width: 100%;
        margin-bottom: 0;
    }

    .info_col_style_2 .col-2-lg {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0!important;
    }

    .info_col_style_2 .col-2-lg:last-of-type{
        margin-bottom: 0px;
    }

    .info_box {
        max-width: 540px;
    }

}

@media only screen and (max-width: 768px) {

    .cont{
        padding: 0 30px;
    }

    .site_footer{
        padding: 0 30px 50px 30px;
    }

    .col-7-wrap-lg {
        width: calc(100% + 20px);
    }

    .col-7-lg {
        width: calc(33.33% - 20px);
        margin-right: 20px;
    }

    .col-6-wrap-md {
        width: calc(100% + 20px);
    }

    .col-6-md{
        width: calc(33.33% - 20px);
    }

    .col-4-wrap-md {
        width: 100%;
        margin-bottom: -40px;
    }

    .col-4-md {
        width: 100%;
        margin-right: 0;
    }

    .col-3-wrap-md{
        width: 100%;
    }

    .col-3-md{
        width: 100%;
        margin-right: 0;
    }

    .col-5-lg{
        width: calc(50% - 25px);
    }

    .margin_b.mxl > * {
        margin-bottom: 40px;
    }

    .margin_b.ml > * {
        margin-bottom: 40px;
    }

    .margin_b.mm > * {
        margin-bottom: 30px;
    }

    .margin_b.mrs > * {
        margin-bottom: 20px;
    }

    .margin_b > *:last-child {
        margin-bottom: 0;
    }

    .main_menu_button{
        right: 30px;
    }

    .key_numbers_wrap{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .key_numbers_item{
        max-width: 400px;
    }

    .core_sector_item{
        max-width: 370px;
        padding: 40px 40px 30px 40px;
        margin-bottom: 60px;
    }

    .core_sector_image{
        margin-top: 0;
    }

    .core_sector_image {
        height: 365px;
    }

    .core_sector_wrap{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -60px;
    }

    .core_sector_outer_wrap {
        padding: 60px 0px 60px;
    }

    h1,
    .page_header.small .page_header_title{
        font: 4.0em/1.48em 'AktivGrotesk-Thin';
    }

    h2 {
        font: 3.8em/1.48em 'AktivGrotesk-Thin';
    }

    .button a {
        padding: 18px 50px 16px 50px;
    }

    .page_header {
        padding-bottom: 125px;
    }

    .f_top_middle {
        margin: 10px 50px 30px 50px;
    }

    .left_bg_box .left_bg_image{
        display: none;
    }

    .left_bg_main_info{
        margin-top: 0;
    }

    .left_bg_add_info{
        position: relative;
        z-index: 100;
    }

    .testimonial_slider_wrap{
        padding: 30px 40px;
        margin-left: -40px;
        margin-right: -40px;
    }

    .testimonial_slider_box{
        padding: 0;
    }

    .test_slider_dots {
        width: 100%;
        margin: 0 0 57px 0;
    }

    .testimonial_slider_content_wrap {
        margin: 95px 30px 23px 30px;
    }

    .testimonial_slider_inner_wrap{
        border: none;
    }

    .case_std_titles_outer,
    .case_std_images{
        width: 100%;
    }

    .case_studies_box_left_col{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        min-height: auto;
    }

    .case_std_images{
        height: 50vw;
    }

    .case_std_info{
        margin-top: 0;
    }

    .case_std_title_box.active .case_std_nav {
        right: 0px;
    }

    .case_std_nav{
        right: 40px;
    }

    .case_std_title{
        padding-right: 115px;
    }

    .team_tax_item {
        padding: 15px 15px;
    }

    .team_tax_item:before {
        bottom: -27px;
    }

    .quote_photo_img{
        width: 80%;
    }

    .quote_photo_text {
        padding: 40px 61px 50px 60px;
    }

    .quote_photo_sign_wrap{
        padding: 0px 60px 40px 60px;
    }

    .quote_photo_sign_wrap{
        width: 100%;
    }

    .news_year_nav ul{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news_year_nav li a {
        padding: 0 10px 5px 0;
        font: 1.7em/2.7em 'AktivGrotesk-Bold';
    }

    .media_nav{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .media_nav_news::before {
        right: -100vw;
    }

    .media_nav_kit::before{
        left: -100vw;
    }

    .media_nav_item.active::before{
        border: none;
    }

    .media_nav_kit{
        padding-left: 0;
    }

    .media_nav_news::before, .media_nav_kit::before{
        width: 1000vw;
    }

    .media_nav_news {
        padding-right: 0px;
    }

    .port_single_info_wrap{
        width: calc(100% + 30px);
    }

    .port_single_info_item{
        width: calc(50.00% - 30px);
    }

    .left_bg_box.single_main .left_bg_info{
        padding: 0;
    }

    .single_team_photo{
        width: auto;
        max-width: 100%;
    }

    .single_team_btn {
        display: none;
    }

    .mobile_nav_team{
        display: block;
        position: relative;
        height: 40px;
    }

    .mobile_nav_team .single_team_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
    }

    .single_team_btn_right{
        right: 0;
    }

    .single_team_btn_left{
        left: 0;
    }

    .single_team_photo_wrap{
        margin-bottom: 30px !important;
    }

    .single_team_name_box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .single_team_name_wrap{
        width: 100%;
        padding: 0 140px;
    }

    .single_team_social{
        margin-top: 20px;
        position: static;
        width: 100%;
    }

    .num_col_body_item {
        width: 100%;
    }

    .video_quote_content {
        margin: 50px 40px 40px 40px;
    }

    .single_post_nav{
        padding-bottom: 100px;
    }

    .port_single_main_top_line{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .port_single_logo{
        max-width: 380px;
        padding: 30px 40px 30px 40px;
    }

    .port_single_photo{
        display: none;
    }

    .col-2-wrap-lg {
        width: 100%;
        margin-bottom: -60px;
    }

    .col-2-lg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .video_frame {
        padding: 60px 40px 40px 40px;
    }

    .close_video_btn{
        top: 0;
        right: 0;
    }

    .info_col_bg_column:last-of-type {
        border: none;
        padding: 20px 0 0 5px;
    }

    .info_col_bg_title_wrap_mobile{
        padding: 0;
    }

    .media_nav_name {
        padding: 20px 0px 18px 0px;
    }

    .single_team_soc_b:last-of-type{
        padding: 0 20px;
    }

    .attached_file_bg{
        width: calc( 30px + 0.55*(100% - 30px *2) );
    }

    .page-content h3 {
        font: 1.4em/1.25em 'AktivGrotesk-Thin';
    }

    .large_sector .title_box{
        position: static;
        margin-bottom: 40px;
        padding: 8px 20px;
        min-height: 70px;
    }

    .large_sector{
        padding: 20px;
    }

    .divisions_box{
        grid-template-columns: 1fr;
        grid-gap: 20px 20px;
    }

    .divisions_box .division_item{
        margin-bottom: 20px;
    }

    .divisions_box .division_item:last-of-type{
        margin-bottom: 0;
    }

    .divisions_box .division_item .division_name{
        margin-bottom: 20px;
    }

    .divisions_box .division_item:nth-of-type(n + 3){
        display: block;
    }

    .divisions_box .division_item:nth-of-type(n + 3) .division_name{
        margin-top: unset;
        margin-bottom: 20px;
    }

    .small_sector_part{
        grid-template-columns: 1fr;
        grid-gap: 20px 20px;
    }

    .small_sector_item {
        padding: 0 20px 20px 20px;
        margin-top: 20px;
    }

    .small_sector_item .title_box{
        padding: 8px 20px;
        min-height: 70px;
    }
}

@media only screen and (max-width: 760px) {
    .col-3-lg.kit_files_item_outer {
        width: 100%;
        margin-right: 0;
    }

    .kit_files_box {
        max-width: 320px;
    }

    .kit_files_item {
        min-height: 400px;
    }

    .kit_borders{
        display: none;
    }

    .press_kit_contact {
        padding: 50px 0 0 0;
        margin: 0;
        border: none;
    }

    .attached_file_front{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 0;
    }

    .file_left_col{
        width: 100%;
        margin-top: 100px;
    }

    .file_right_col{
        width: 100%;
        background-color: #F2EFE7;
    }

    .file_left_col:before {
        top: 0px;
        height: 100%;
        width: 100%;
    }

    .file_title_wrap{
        border: none;
    }

    .file_title{
        text-align: center;
        padding: 40px 40px;
    }

    .file_wrap {
        border-left: 1px solid #7E7C70;
        border-top: none;
    }

    .attached_file_back{
        background:none;
    }

    .attached_file_bg{
        width: 100%;
        height: 220px;
    }

    .info_box_bg{
        display: none;
    }

    .info_box_inner{
        padding-top: 0;
    }
}

@media only screen and (max-width: 640px) {

    .col-5-wrap-md {
        width: 100%;
    }

    .col-5-md{
        width: 100%;
        margin-right: 0;
    }

    .port_sl_info{
        margin-top: 45vw;
    }

    .portfolio_slider_item .port_sl_image{
        height: 45vw;
    }

    .port_sl_info_main {
        padding: 45px 40px 30px 40px;
    }

    .team_tax_wrap.col-4-wrap-md{
        width: calc(100% + 20px);
        margin-bottom: -20px;
    }

    .team_tax_item.col-4-md{
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .team_tax_item:before {
        display: none;
    }

    .call_to_action_info {
        padding: 50px 50px;
    }

    .single_team_photo_wrap{
        margin-bottom: 100px !important;
        padding: 0;
    }

    .single_team_name_wrap {
        padding: 0 0;
    }

    .kit_files_item{
        max-width: 320px;
        min-height: 400px
    }

    .kit_file_title {
        font: 2.6em/1.5em 'AktivGrotesk-Light';
    }

    .testimonial_slider_wrap{
        background-image: none !important;
        background-color:  #fff;
        padding: 30px 30px 0 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .testimonial_slider_content_wrap {
        margin: 95px 0 23px 0;
    }

    .f_award_logos{
        flex-direction: column;
        align-items: center;
    }

    .f_award_logos .award_logo{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .f_award_logos .award_logo:last-of-type{
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 576px) {
    .col-7-wrap-lg {
        width: calc(100% + 40px);
    }

    .col-7-lg {
        width: calc(50.00% - 40px);
        margin-right: 40px;
    }

    .col-6-wrap-md {
        width: calc(100% + 20px);
    }

    .col-6-md{
        width: calc(50% - 20px);
    }

    .site_footer{
        padding: 0 30px 40px 30px;
    }

    .plaintext ul, .plaintext ol {
        margin-left: 25px;
    }

    .port_sl_info{
        margin-top: 50vw;
    }

    .portfolio_slider_item .port_sl_image{
        height: 50vw;
    }

    .case_std_nav{
        display: none;
    }

    .case_std_title{
        padding-right: 0;
    }

    .case_std_title_box.active{
        background-color: #1B343B;
        color: #fff;
    }

    .case_std_images{
        height: 45vw;
    }

    .case_std_logo {
        max-width: 260px;
        height: 120px;
    }

    .case_std_logo .case_std_logo_img {
        padding: 15px 20px;
    }

    .case_std_title_box {
        padding: 15px 20px 11px 20px;
    }

    .case_std_text_box {
        padding: 30px 0px 25px;
    }

    .case_std_text_wrap .button a {
        padding: 20px 20px 18px 20px;
    }

    .case_std_info,.case_std_text_box_outer{
        background-color: initial;
    }

    .case_std_text{
        color: #152024;
    }

    .case_std_info{
        padding-top: 40px;
    }

    .quote_photo_img{
        width: 100%;
    }

    .quote_photo_text {
        padding: 40px 0px 50px 0px;
    }

    .quote_photo_box_wrap{
        background-color: #D6D2C6;
    }

    .quote_photo_head {
        padding-top: 45px;
    }

    .quote_photo_sign_wrap{
        width: 100%;
    }

    .quote_photo_sign_wrap{
        padding: 0px 0px 40px 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .quote_photo_sign,
    .quote_photo_pos{
        width: 100%;
    }

    .quote_photo_sign{
        border: none;
        padding: 0px 30px;
        margin: 0;
    }

    .quote_photo_pos{
        padding-top: 30px;
    }

    .quote_photo_pos p {
        width: 100%;
        text-align: center;
    }

    .quote_photo_head.grey_bg:before{
        display: none;
    }

    .prtfolio_filter_wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .portfolio_filter_name{
        width: 100%;
    }

    .prtfolio_filter_wrap {
        margin-bottom: 20px;
    }

    .prtfolio_filter_wrap{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .port_single_info_wrap{
        width: 100.00%;
    }

    .port_single_info_item{
        width: 100.00%;
        margin-right: 0;
    }

    .team_tax_item.col-4-md {
        width: calc(50% - 20px);
        border-width: 3px;
    }

    .port_single_logo{
        padding: 30px 0 30px 0;
        margin-right: -30px;
        margin-left: -30px;
    }

    .kit_files_item{
        max-width: 100%;
        min-height: 80vw;
        padding: 66px 60px 70px 47px;
    }

    .kit_file_title {
        font: 2.4em/1.5em 'AktivGrotesk-Light';
        margin-bottom: 40px;
    }

    h1,
    .page_header.small .page_header_title{
        font: 3.6em/1.48em 'AktivGrotesk-Thin';
    }

    h2 {
        font: 3.2em/1.48em 'AktivGrotesk-Thin';
    }


    .page_header{
        padding-bottom: 90px;
        padding-top: 150px;
    }

    .port_slider_next {
        left: initial;
        right: 20px;
    }

    .port_slider_prev {
        left: 20px;
    }

    .call_to_action_outer{
        padding: 0;
    }

    .button a {
        padding: 18px 30px 16px 30px;
    }

    .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths{
        width: 100% !important;
    }

    .wpforms-container .wpforms-five-sixths, .wpforms-container .wpforms-four-sixths, .wpforms-container .wpforms-four-fifths, .wpforms-container .wpforms-one-fifth, .wpforms-container .wpforms-one-fourth, .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-one-sixth, .wpforms-container .wpforms-one-third, .wpforms-container .wpforms-three-fourths, .wpforms-container .wpforms-three-fifths, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths, .wpforms-container .wpforms-two-fifths, .wpforms-container .wpforms-two-sixths, .wpforms-container .wpforms-two-thirds{
        margin-left: 0 !important;
    }

    .page_header.small {
        min-height: 379px;
        padding-top: 181px;
        padding-bottom: 80px;
    }

    .head_col_name_item_mobile{
        margin-bottom: 15px !important;
    }

    .num_col_body_item {
        padding: 0 0 30px 0;
    }

    .video_quote_content {
        margin: 0;
    }

    .v_quote_video .button a {
        min-width: auto;
    }

    .video_quote_wrap {
        margin: 60px 0 0 0;
        border: none;
    }

    .v-quote-wrap::before {
        right: initial;
        left: -40px;
    }

    .v_quote_video{
        height: 60vw;
    }

    .info_col_cont{
        padding: 10px 20px 0 20px;
    }

    .main_nav_box{
        width: 100%;
        right: -105%;
    }

    .logo_box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 140px;
        flex: 0 1 140px;
    }

    #menu-primary-menu {
        padding: 60px 0 0;
    }

    .f_text {
        font: 1.4em/1.4em 'AktivGrotesk-Bold';
    }

    .filter_list li {
        margin-bottom: 10px;
    }

    .news_year_nav li{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
        flex: 0 1 15%;
    }

    .port_single_main_bottom_line{
        padding: 40px 0;
    }

    .industrie_title{
        padding: 15px 0 0 0;
    }

    .industrie_title:before{
        display: none;
    }

    .info_col_style_2 .col_bg_title {
        font: 2.2em/1.4em 'AktivGrotesk-Light';
    }

    .info_box {
        border-width: 10px;
        padding: 50px 45px;
    }

    .our_values_text{
        padding: 0 30px;
        font-size: 2.2em;
        line-height: 1.7em;
    }
}

@media only screen and (max-width: 450px) {
    .content_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .portfolio_filters .filter_box {
        min-width: auto;
        width: 100%;
    }

    .col-7-wrap-lg {
        width: calc(100% + 20px);
    }

    .col-7-lg {
        width: calc(50.00% - 20px);
        margin-right: 20px;
    }

    .col-6-wrap-md {
        width: 100%;
    }

    .col-6-md{
        width: 100%;
        margin-right: 0;
    }

    .col-5-wrap-lg {
        width: 100%;
    }

    .col-5-lg{
        width: 100%;
        margin-right: 0;
    }

    .core_sector_image {
        height: 90vw;
    }

    .kit_files_outer_wrap{
        padding: 0;
        background-color: inherit;
    }

    .kit_files_item::before {
        background-color: #fff;
    }

    .kit_files_item{
        max-width: 100%;
        min-height: 95vw;
    }


    .v_quote_video{
        height: 70vw;
    }

    .v_quote_video .button a{
        width: 100%;
    }


    .news_port_box {
        padding: 0;
    }

    .news_port_box .news_port_info_col {
        padding: 0 30px 50px 30px;
    }

    .news_port_contact_col {
        width: 100%;
        padding: 0 30px 50px 30px;
    }

    .map_block{
        padding: 0;
    }

    .map_block .map_info{
        padding: 0 30px;
    }

    .core_sector_item{
        max-width: 100%;
        padding: 0;
        border: none;
    }

    .core_sector_image {
        height: 95vw;
    }

    .attached_file_front{
        min-width: calc(100% + 30px *2);
        margin-left: -30px;
    }

    .file_right_col{
        background:none;
    }

    .file_wrap{
        border: none;
        padding: 40px 0 0 0;
    }

    .attached_file_front{
        padding: 0;
    }

    .attached_file_bg{
        height: 44vw;
    }

    .file_left_col{
        margin-top: 44vw;
    }

    .file_title {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 400px) {
    .info_box{
        padding: 0;
        border: none;
    }
    .footer_info_links a {
        font: 1.0em/1.3em 'AktivGrotesk-Light';
    }
}


@media (min-width: 641px) and (max-width: 1680px) {

	.f_award_logos {
		flex-wrap: wrap;
		gap: .5rem;
		justify-content: center;
	}

}
.wpforms-confirmation-container a {
	text-decoration: underline;
}