/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Khula:400,600,700,800');

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

body {
    font: normal 16px/1.375 'Khula', sans-serif;
    color: #1f1f1f;
    background: #fff;
    overflow-x: hidden;
    margin: 0;
    min-width: 320px;
}

.not-scroll {
    overflow: hidden;
}

._replace_image {
    width: 100%;
    max-width: 630px;
    /* padding-bottom: 75%; */
    background-size: cover;
    background-position: center center;
    min-height: 460px;
}

._replace_image,
.background-box,
.frame-box {
    position: relative
}

/* ._replace_image:before,
.background-box:before,
.frame-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(69, 101, 159, 0.2);
    content: '';
} */

.asterics {
    padding: 15px 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.asterics p {
    margin: 0;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0;
}

h1 {
    font-size: 52px;
    font-weight: 800;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 22px;
}

p {
    margin-bottom: 15px;
}

.text-semi-bold {
    font-weight: 600;
}

body a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: inherit;
    text-decoration: none;
}

body a:focus,
body a:hover {
    color: #45659f;
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

address {
    margin-bottom: 5px;
}

.text-bold {
    font-weight: bold;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-grey {
    color: #848484;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
.container-fluid {
    max-width: 1630px;
}

.default-section {
    padding: 60px 0;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.btn {
    line-height: 1;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 0;
}

.btn.more {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
}

.btn.more:hover {
    color: #45659f;
}

.btn.more.blue {
    color: #45659f;
}

.btn.more.white {
    color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-template-template-case-studies .btn.more {
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #45659f;
}

.page-template-template-case-studies .btn.more:hover {
    color: #1f1f1f;
}

.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f1f1f;
}

.title-box .title-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.title-box .title-line {
    display: block;
    background: #1f1f1f;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;

}

.title-box.right .title-line {
    margin: 0 20px 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.d-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex:before,
.d-flex:after {
    display: none !important;
}

.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.header {
    padding: 50px 0;
    position: relative;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all .3s;
}

.header.out-position {
    padding: 25px 0;
    position: fixed;
}

.error404 .header {
    display: none;
}

.home .header {
    background: none;
}

.header.out-position {
    background: rgba(255, 255, 255, .8);
}

.header .search-form {
    position: relative;
}

.header .search-form input[type=search] {
    width: 200px;
    border: none;
    /* border-bottom: 1px solid #383b39; */
    padding: 10px 15px 10px 3px;
    background: transparent;
    outline: none;

}

.header input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0;
}

.header input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0;
}

.header input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 0;
}

.header input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0;
}

.header .search-form input[type="submit"] {
    border: none;
    background: url("../img/content/search.png") center center no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

.header .nav .search-form input[type="submit"] {
    background-image: url("../img/content/white-search.png");
}

.header .search-form label {
    margin-right: -20px;
}

.header .screen-reader-text {
    font-size: 0;
}

.nav {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(2, 5, 9, .68);
    overflow-y: auto;
}

.nav .search-form {
    display: none;
    position: absolute;
    z-index: 2;
    top: 3%;
    right: 15%;
}

.nav .search-form input[type=search] {
    border-bottom-color: #fff;
    color: #fff;
    width: 150px;
    line-height: 1;
}

.nav .close-btn {
    float: right;
    position: absolute;
    z-index: 2;
    color: #fff;
    right: 3%;
    top: 6%;
}

.nav .close-btn .fa-times {
    font-size: 20px;
}

.nav .menu {
    float: right;
    width: 100%;
    min-height: 100%;
    max-width: 750px;
    background: #0d131e;
    padding: 200px 20px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.nav .menu li {
    padding: 20px;
}

.nav .menu li:hover a,
.nav .menu .current-menu-item a {
    color: #45659f;
}

.nav .menu li a {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #bcc3d0;
    text-decoration: none;
}

.menu-btn {
    text-align: center;
    margin: 0 0 0 60px;
    padding: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    position: relative;
    width: 46px;
    height: 20px;
    overflow: hidden;
    clear: both;
}

.menu-btn > span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #131f3e;
    border-radius: 2px;
}

.menu-btn > span:before, .menu-btn > span:after {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #131f3e;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    border-radius: 2px;
}

.menu-btn > span:before {
    width: 70%;
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.menu-btn > span:after {
    width: 50%;
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.menu-btn.active > span {
    background: transparent;
}

.menu-btn.active > span:before, .menu-btn.active > span:after {
    -webkit-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #131f3e;
}

.menu-btn.active > span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.active > span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
.relative {
    position: relative;
}

.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 23%;
}

.box-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.65);
}

.jc-center {
    justify-content: center;
}

.animate-el {
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transition-timing-function: ease-in-out;
    transition-property: opacity, transform;
    transition-duration: 1.6s;
}

.animate-el.animate {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.tab-nav-list {
    margin: 0 -15px 55px;
}

.tab-nav-list li {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tab-nav-list li a {
    color: #9b9b9b;
    font-weight: bold;
    text-transform: uppercase;
    background: #f2f2f2;
    display: block;
    padding: 15px 5px;
}

.tab-nav-list li.active a,
.tab-nav-list li a:hover {
    background: #45659f;
    color: #fff;
}

.tab-content .tab-item {
    display: none;
}

.tab-content .tab-item.active {
    display: block;
}

.case-studies .content-box {
    padding: 50px 50px 60px 0;
    background: #f2f3f4;
    float: right;
    margin-left: 190px;
}

.case-studies .content-box:not(:last-child) {
    margin-bottom: 65px;
}

.case-studies .content-box .holder {
    border-left: 1px solid #45659f;
    padding-left: 25px;
    overflow: hidden;
}

.case-studies .content-box .holder p {
    margin-bottom: 0;
    font-size: 14px;
}

.content-box .holder p + p {
    margin-top: 25px;
}

.case-studies .sub-content-box {
    background: #fff;
    -webkit-box-shadow: 0 30px 46px 0 rgba(25, 25, 25, 0.14);
    box-shadow: 0 30px 46px 0 rgba(25, 25, 25, 0.14);
    padding: 45px 35px;
    text-align: center;
    border-radius: 5px;
    width: 280px;
    float: left;
    margin: 0 25px 0 -190px;
}

.case-studies .sub-content-box .img-box:not(:last-child) {
    margin-bottom: 30px;
}

.case-studies .sub-content-box p {
    margin-bottom: 30px;
}

.filter-holder {
    text-align: left;
    margin-bottom: 60px;
}

.filter-holder > strong {
    font-size: 18px;
}

.filter-holder > select {
    border: none;
    border-bottom: 1px solid #000;
    margin-left: 45px;
    padding-right: 25px;
    padding-left: 10px;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/filter-arrow.png") 97% 50% no-repeat;
}

.filter-holder > select::-ms-expand {
    display: none;
}

.filter-holder > select option {
    font-size: 18px;
    font-weight: bold;
    outline: none;
}

.case-studies .list-box {
    padding: 50px 0;
    position: relative;
    margin: 0 -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case-studies .list-box:after {
    clear: both;
    display: block;
    content: "";
}

.list-box:before {
    content: '';
    display: block;
    background: #f3f3f5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 9999px;
    bottom: -120px;
    z-index: -1;
}

.list-box .inform-block {
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    width: calc(20% - 28px);
    position: relative;
    cursor: pointer;
    margin: 14px;
    border-radius: 5px;
}

.list-box .hidden-content {
    display: none;
}

.info-modal .img-box img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
}

.info-modal .img-box img + img {
    margin-left: 25px;
}

.info-modal .img-box {
    margin-bottom: 30px;
}

.info-modal .img-box:after {
    content: '';
    display: block;
    height: 1px;
    background: #282828;
    width: 20%;
    margin: 20px auto;
}

.info-modal .modal-dialog {
    width: 950px;
}

.info-modal .modal-content {
    padding: 30px 40px 50px 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.info-modal .modal-header {
    padding: 0 15px;
    border-bottom: none;
}

.info-modal .modal-body {
    padding: 0;
}

.info-modal .modal-content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border: 8px solid #cfd7e6;
    border-radius: 5px;
    left: 2%;
    top: 3%;
    width: 96%;
    height: 94%;
}

.info-modal .close {
    font-size: 39px;
}

.info-modal.modal {
    top: 100px;
}

.info-modal .modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.info-modal .modal-content p {
    margin-bottom: 30px;
}

.info-modal .modal-content h4 {
    margin-bottom: 20px;
}

.list-box .inform-block .default-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.list-box .inform-block .default-box small {
    font-weight: bold;
    font-size: 100%;
}

.list-box .inform-block .default-box .img-box {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.list-box .inform-block .default-box .img-box.logo_text {
    line-height: normal;
    height: auto;
    font-weight: bold;
}

.list-box .inform-block .default-box .img-box img {
    max-height: 100%;
    vertical-align: middle;
    width: auto;
}

.list-box .inform-block .default-box p {
    margin: 10px 0;
}

.list-box .hover-box {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: -14px;
    right: -14px;
    height: 100%;
    background: #45659f;
    text-align: center;
    opacity: 0;
    z-index: 2;
    color: #fff;
    padding: 30px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 45px 4px rgba(25, 25, 25, 0.47);
    box-shadow: 0 11px 45px 4px rgba(25, 25, 25, 0.47);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-box .hover-box small {
    display: none;
    margin-top: 30px;
    font-size: 80%;
}

.list-box .hover-box.grey small {
    display: block;
}

.list-box .inform-block:hover .hover-box {
    opacity: 1;
}

.list-box .hover-box .btn.more {
    margin-bottom: 0;
    color: #fff;
}

.list-box .hover-box .btn.more.white:hover {
    opacity: .7;
}

.transactions-slider_background .slick-slide img {
    width: 100%;
}

.press .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.press .list:before,
.press .list:after {
    display: none;
}

.press .list .list-item {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 30px);
    font-size: 14px;
    padding: 50px;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    color: #000;
    z-index: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.press .list .list-item .bg-image {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.press .list-item:hover .bg-image {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.press .list .list-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    opacity: .6;
    color: #fff;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1;
}

.press .list-item:hover:after {
    opacity: 0.5;
}

.press .list .list-item:hover .content a {
    color: #fff;
}

.press .list .list-item .content {
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 2;
}

.press .list-item time {
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}

.press .list-item .news-title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

.press .list .list-item.small {
    height: calc(50% - 30px);
    min-height: 230px;
}

.press .list-item .more.btn {
    margin-top: 15px;
    color: #fff;
}

.press .list-item:hover .more.btn {
    color: #000;
}

.press-page {
    background: #f1f2f3;
    padding: 60px 70px 80px 70px;
    margin-bottom: 45px;
}

.press-page h6 {
    margin-bottom: 40px;
}

.press-page p {
    margin-bottom: 0;
}

.press-page p + p {
    margin-top: 25px;
}

.press-page.entry-content time {
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

.press-page.entry-content h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.pagination-nav .pull-left,
.pagination-nav .pull-right {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.pagination-nav div a {
    display: block;
}

.pull-down,
.slick-next,
.slick-prev {
    font-size: 0;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6%;
    border: none;
    background: transparent;
    outline: none;
    position: absolute;

}

.search-result + .pagination-nav {
    margin-top: 0;
    padding-left: 0;
    text-align: right;
}

.pagination-nav {
    padding-left: 150px;
    margin: -65px 0 0 0;
}

.pagination-nav .pull-left {
    margin-right: 10px;
}

.pagination-nav .pull-left a:before,
.pagination-nav .pull-right a:before,
.pull-down:before,
.slick-next:before,
.slick-prev:before {
    content: '';
    background-color: rgb(153, 177, 213);
    -webkit-box-shadow: 0 8px 28px 1px rgba(25, 25, 25, 0.45);
    box-shadow: 0 8px 28px 1px rgba(25, 25, 25, 0.45);
    display: block;
    width: 67px;
    height: 67px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    color: #fff;
    font-size: 18px;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 67px;
}

.pagination-nav .pull-right a:before,
.slick-next:before {
    content: "\f178";
}

.pagination-nav .pull-left a:before,
.slick-prev:before {
    content: "\f177";
}

.pull-down:before {
    content: "\f175";
}

.pagination-nav .pull-left a:hover:before,
.pagination-nav .pull-right a:hover:before,
.pull-down:hover:before,
.slick-next:hover:before,
.slick-prev:hover:before {
    background: #000;
}

.person-info-list .person-item {
    margin-bottom: 50px;
}

.person-info-list .person-item .img-box {
    width: 100%;
    padding-bottom: 105%;
    margin-bottom: 20px;
    overflow: hidden;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1);
    filter: gray;
    position: relative;
}

.person-info-list .person-item .img-box svg image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

.person-info-list .person-item .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.person-info-list .person-item .img-box .grayscale-fix {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.person-info-list .person-item .img-box .grayscale-fix svg {
    left: 0;
    top: 0;
}

/* grayscale image styles */
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.grayscale-fix {
    width: 100%;
    vertical-align: top;
}

.person-info-list .person-item .img-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.person-info-item .img-sub-title,
.person-info-list .person-item .img-sub-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #696969;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.person-item .person-info p,
.person-item .person-info:hover p {
    color: #000;
}

.person-info-item {
    background: #f5f5f5;
    position: relative;
    margin: 0 90px;
}

.person-info-item .main-info {
    padding: 65px 70px 35px 235px;
    text-align: left;
    font-size: 14px;
    color: #000;
    max-height: 90vh;
    min-height: 480px;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.person-info-item .img-box {
    float: left;
    margin: -40px -185px 0 -230px;
    width: 415px;
    position: relative;
}

.person-info-item .img-box .vbox-next,
.person-info-item .img-box .vbox-prev {
    position: absolute;
    top: 100%;
}

.person-info-item .img-box .vbox-next {
    right: 0;
}

.person-info-item .img-box .vbox-prev {
    left: auto;
    right: 67px;
}

.vbox-overlay > .vbox-next,
.vbox-overlay > .vbox-prev {
    opacity: 0;
}

.person-info-item .img-box img {
    width: 100%;
}

.person-info-item .main-info .content {
    padding-left: 35px;
    border-left: 1px solid #45659f;
    position: relative;
}

.main-info .content .social-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.main-info .content .social-list li + li {
    margin-left: 10px;
}

.person-info-item .main-info .img-sub-title {
    display: block;
    margin-bottom: 20px;
    color: #4c4c4c;
}

.person-info-item .main-info p {
    margin-bottom: 25px;
}

.contacts .background-box {
    margin-bottom: -60px;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.contacts .background-box {
    padding: 10px 0;
}

.contacts .content-box {
    padding: 85px 40px 95px;
    float: right;
    background-color: rgba(255, 255, 255, .89);
    width: 490px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.contacts .content-box .flex-box {
    margin: 0 -5px 30px;

}

.contacts .content-box .inform-box {
    width: 50%;
    padding: 0 5px;
    text-align: left;
}

.contacts [data-city="london"] .first-city {
    color: #848484;
}

.contacts [data-city="new york"] .second-city {
    color: #848484;
}

.contacts .content-box .inform-box.center {
    margin: 0 auto 80px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.contacts .content-box .inform-box.decorated {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    padding: 45px 0;
    z-index: 1;
}

.contacts .content-box .inform-box.decorated:before {
    content: '';
    display: block;
    background-color: rgba(69, 101, 159, .161);
    height: 100%;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    z-index: -1;
}

.contacts .content-box .inform-box .address-inform {
    display: block;
}

.contacts .content-box .flex-box:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(132, 132, 132, .502);
    margin-top: 30px;
}

.contacts p {
    font-size: 12px;
    color: #080808;
}

.core-competencies h4 {
    font-size: 34px;
    text-align: center;
}

.core-competencies .background-box {
    background: center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

/* .core-competencies .background-box .content-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 660px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 9px 54px 5px rgba(7, 30, 44, 0.36);
    box-shadow: 0 9px 54px 5px rgba(7, 30, 44, 0.36);
    padding: 40px 70px;
    z-index: 2;
    position: relative;
} */

.core-competencies .background-box .content-box h5 {
    margin-bottom: 20px;
}

.core-competencies .flex-row-reverse {
    flex-direction: row-reverse;
}

.core-competencies img {
    height: 545px;
    object-fit: cover;
    opacity: 1;
}

.about-us-section .content-box .holder {
    border-left: none;
    padding-left: 0 !important;
}

.core-competencies .content-box .holder {
    width: 100%;
}

.entry-content .search-form {
    margin: 0 auto;
    max-width: 500px;
}

.entry-content .search-form .search-submit {
    background: #45659f;
    border: 1px solid #45659f;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}

.entry-content .search-form label {
    display: block;
    margin-bottom: 10px;
}

.entry-content .search-form .search-submit:hover,
.entry-content .search-form .search-submit:focus {
    color: #45659f;
    background: #fff;
}

.entry-content .search-form .search-field {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    padding: 8px 15px;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
.site-footer {
    background: #45659f;
    padding: 40px 0;
    color: #ffffff;
}

.site-footer a:hover {
    color: #000;
}

.site-footer .menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.site-footer .menu a {
    color: #bcc3d0;
}

.site-footer .menu a:hover,
.site-footer .menu a:focus {
    text-decoration: none;
    color: #fff;
}

.decor-box {
    height: 1px;
    background: #fff;
    opacity: .34;
    margin: 20px 0;
}

.site-footer .caption {
    color: #bcc3d0;
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
}

.site-footer .caption a {
    color: #fff;
}

.site-footer span + a {
    margin-left: 10px;
}

.email-holder {
    text-align: right;
}

address p {
    margin-bottom: 0;
}

address .fa {
    margin-right: 10px;
    font-size: 18px;
}

.float-left {
    float: left;
}

.overflow-hidden {
    overflow: hidden;
}

/*--------------------------------------------------------------
6.0 Page 404
--------------------------------------------------------------*/
.error404 .main {
    padding: 45px;
    background: #fff;
    text-align: center;
}

.error404 .main h4 {
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-bottom: 80px;
}

.error404 .main .mistake-title {
    display: block;
    font-size: 300px;
    font-weight: 800;
    letter-spacing: .2em;
    color: #080808;
}

.error404 .main .content {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 90px);
    padding: 85px 70px 50px;
    background: #f0f3f5;
}

.error404 .main .background-box,
.main .billboard .background-box {
    background: center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 50%;
    max-width: 705px;
    /* height: 100%; */
    height: 747px;
}

.error404 .sub-content .info {
    display: block;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .2em;
}

.error404 .sub-content {
    max-width: 750px;
}

.error404 .sub-content .info.main-info {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.89;
}

.error404 .sub-content .info + .info.main-info {
    margin-top: 70px;
}

.error404 .sub-content .info a {
    color: #45659f;
}

.error404 .sub-content .info a:hover {
    color: #000;
}

.error404 .sub-content .mark {
    padding: 2px 10px;
    background-color: #45659f;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.open-search-form {
    float: right;
    margin-right: 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.open-search-form .fa {
    vertical-align: middle;
}

.nothing-found {
    display: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
}

.search-result h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.page-template-template-case-studies span.nothing-found{ display: none !important; }

.flex-row { display: flex; }
.flex-align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.more-in-pdf{ margin-top: 15px; transition: 0.3s }
.more-in-pdf .fa.fa-file-pdf-o{ margin-right: 5px; }

.more-in-pdf:focus,
.more-in-pdf:hover,
.more-in-pdf:active{
    color: inherit;
    text-decoration: none;
}
.press .list .list-item .more-in-pdf{ opacity: 0}
.press .list .list-item:hover .more-in-pdf{ opacity: 1}

.content-box a{
    color:#45659f;
    font-weight: 600;
    font-size:16px;
}
.content-box p{
    font-size:16px;
}
@media(max-width: 640px){
    .content-box a{
        font-size:14px;
    }
    .content-box p{
        font-size:14px;
    }
}