/*
Theme Name: WW
Theme URI: 
Author: Iffah Hamidah
Author URI: 
Description:
Text Domain:
Version: 1.0.0
License:
*/

/* loading screen */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background-color: white;
    transition: 2s opacity ease-out
}

.overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s cubic-bezier(.77, 0, .18, 1)
}

.loading {
    display: block;
    text-align: center;
    font-weight: 400;
    transition: 0.2s ease;
}

.loading p {
    animation: fade 2s ease infinite
}

.loading img {
    width: 30%;
    margin-bottom: 5%;
    animation: expand 3s ease infinite
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/*loading screen END*/

@font-face {
    font-family: 'slick';
    src: url('css/slick.woff') format('woff')
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('css/Montserrat-Bold.woff') format('woff'),
        url('css/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('css/Montserrat-Regular.woff') format('woff'),
        url('css/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-light';
    src: url('css/Montserrat-Light.woff') format('woff'),
        url('css/Montserrat-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

p,
a, li, input, label, textarea {
    font-family: 'montserrat-light';
    line-height: 1.2;
}

h1,
h4 {
    font-family: 'montserrat-bold';
    line-height: 1.1;
}

h1 {
    font-size: 6vw;
}

h4 {
    font-size: 2.4vw;
}

p,
a, li, input, label, textarea {
    font-size: 1vw;
}

.bold,
strong, #submit {
    font-family: 'montserrat-bold';
}

.regular {
    font-family: 'montserrat-regular';
}

.light {
    font-family: 'montserrat-light';
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.ui-loader {
    opacity: 0
}

.blue {
    color: #00a1ba;
}

.gray{
    color: #474746
}

p.blue {
    color: #00a1ba !important;
}

.home_bottom p.white,
.home_bottom p a.white,
.home_bottom .our_vision p.white,
p.white,
a.white,
h4.white,
h1.white {
    color: white !important;
}

/* .consumer span.blue,
.physician span.blue,
.strategic span.blue,
.marketing span.blue,
.brand span.blue {
    cursor: pointer;
} */

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.hidden {
    opacity: 0;
}

.hide{
    display: none !important;
}

html,
body {
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    background-color: white;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

body {
    overflow-y: none;
}

.width-90 {
    width: 90% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.width-95 {
    width: 95% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media only screen and (min-width: 991px) {

    .width-80 {
        width: 85% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-75-left {
        width: 80% !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .width-75 {
        width: 80% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-65 {
        width: 70% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-65-left {
        width: 70% !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    #our_approach {
        display: flex;
    }

    .approach_img_holder {
        display: flex;
    }

    .approach_img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .width-80 {
        width: 80% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-75 {
        width: 75% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-75-left {
        width: 75% !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .width-65 {
        width: 65% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .width-65-left {
        width: 65% !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

/* Scrolltrigger */
.home_container,
.grill_container {
    position: relative;
    width: 100%;
    margin: 0% auto;
    z-index: 9;
    /* height: 100%; */
    /* background-color: #000000; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

/* background image placeholder */
/* video version */
/* .home_bg {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    position: absolute;
    top: -50%;
    z-index: -1;
}

.home_video {
    position: absolute;
    width: 100%;
    height: 100%;
} */

/* apng version */
.home_bg,
.approach_bg {
    width: 100%;
    height: 100%;
    text-align: center;
    /* position: relative; */
    display: none;
    top: 0%;
    overflow: hidden;
    /* z-index: -1; */
}

.approach_bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 90%;
    flex-direction: column;
    justify-content: center;
}

.approach_bg video {
    width: 75%;
    height: 80%;
    /* position: relative; */
    margin: 0 auto;
    object-fit: cover;
}

.home_bg video {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.home_bg video:nth-child(2),
.home_bg video:nth-child(3),
.home_bg video:nth-child(4),
.home_bg video:nth-child(5),
.home_bg video:nth-child(6) {
    display: none;
}

video {
    clip-path: inset(1px 1px);
    background: white;
}

.home_video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home_page {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home_page .home_bottom {
    opacity: 0;
}

.home_landing01,
.home_landing01 h1,
.home_landing01 p {
    position: relative;
}

.home_landing01,
.trust_holder,
.approach_holder,
.team_holder {
    opacity: 0;
}

.bg {
    background: url(./img/blue_bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: -webkit-fill-available;
    max-height: -moz-fill-available;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    display: block;
    background-color: white;
}

.panel {
    scroll-snap-align: start;
    /* height: 100%; */
    height: auto;
}

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

/* Header */

/* Home */

.home {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-top {
    /* margin: 0 0 5%; */
}

/* Home END */

.logo {
    width: 5%;
    position: relative;
    margin-left: 3%;
    z-index: 20;
}

.progress-container {
    border-top: 1px solid black;
    width: 100%;
    height: 0.7vw;
    background-color: transparent;
    display: none;
}

.progress-bar {
    height: 0.7vw;
    background: #000;
    width: 10%;
    left: -9%;
    position: relative;
}

header {
    border-bottom: 0.5px solid black;
}

header#main_header {
    padding: 0
}

.header {
    position: fixed;
    top: 0;
    flex-direction: column;
    width: 100%;
    z-index: 99;
    background-color: white;
}

.header-width {
    width: 90%;
    padding: 1em 0
}

/* Header END */

/* Nav */

.hamburger {
    display: none;
}

.active {
    opacity: 1;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
}

nav a {
    font-family: 'montserrat-bold';
    color: #000;
}

nav ul {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}

nav ul li:nth-child(2),
nav ul li:nth-child(4) {
    margin: 0 3%;
}

.border-menu {
    border: 2px solid black;
    padding: 1em 1.5em;
}

.about_drop,
.what_drop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_drop .sub-menu,
.what_drop .sub-menu {
    margin-top: 3.8%;
    width: 10%;
    padding-bottom: 0.5em;
    background-color: white;
    flex-direction: column;
    visibility: visible;
}

.about_drop .sub-menu,
.what_drop .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.about_drop .sub-menu li,
.what_drop .sub-menu li {
    margin: 7% 0 0 0;
    text-align: center;
}

.about_drop .sub-menu.active,
.what_drop .sub-menu.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

/* + */
.about_drop a:after,
.what_drop a:after {
    content: " \002B";
    color: #00a1ba;
}

.about_drop .sub-menu li a:after,
.what_drop .sub-menu li a:after {
    content: "";
}

.table_anim p {
    position: relative;
}

.table_anim_right p {
    position: relative;
}

.consumer_table,
.physician_table,
.strategic_table,
.marketing_table,
.brand_table {
    margin-top: 5%;
}

.consumer_table p,
.physician_table p,
.strategic_table p,
.marketing_table p,
.brand_table p {
    font-family: 'montserrat-bold';
    margin: 1.5% 0;
}

/* .consumer_table,
.physician_table,
.strategic_table,
.marketing_table,
.brand_table {
    margin-top: 4%;
} */

/* Nav END */

/* home bottom */
.home_bottom {
    width: 100%;
    position: relative;
    bottom: 0%;
    right: 0%;
    text-align: center;
    padding-bottom: 2em;
}

/* margin collection */
.mt15 {
    margin-top: 15%;
}

.mt10 {
    margin-top: 10%;
}

.mt5 {
    margin-top: 5%;
}

@media only screen and (min-width: 991px) {
    .mt7-desktop {
        margin-top: 7%;
    }
}

@media only screen and (max-width: 768px) {
    .mt15-mobile {
        margin-top: 15%;
    }

    .mt10-mobile {
        margin-top: 10%;
    }
}

@media only screen and (min-width: 991px) {
    .width-50 {
        width: 50% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .home_bottom.desktop-block {
        position: fixed;
        display: flex;
        top: 0%;
        left: 0%;
        width: 5%;
        height: 100%;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }

    .home_bottom.desktop-block p,
    .home_bottom.desktop-block img {
        position: relative;
    }

    .home_bottom.desktop-block img {
        width: 25%;
        margin: 10% auto 0;
    }

    .home_bottom.desktop-block p {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 991px) {
    .veeva.device-flex {
        width: 90%;
        display: flex;
        margin: 5% auto;
    }

    .veeva div:first-child,
    .veeva div:nth-child(3) {
        width: 100%;
    }

    .progress_circle_holder {
        position: relative;
        width: 100%;
        margin-bottom: 10%;
    }

    .progress_circle {
        background-color: #cfcfcf;
        width: 0.7vw;
        height: 0.7vw;
        border-radius: 50%;
        position: relative;
        margin: auto;
    }

    .progress_circle:nth-child(2),
    .progress_circle:nth-child(4) {
        margin: 20% auto;
    }

    .progress_circle:last-child {
        margin: 20% auto;
    }

    .chosen_black {
        background-color: #000;
    }

    .chosen_blue {
        background-color: #00a1ba;
    }

    .chosen_white {
        background-color: white;
    }

    .our_vision {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .explore p,
    .our_vision p {
        font-size: 1vw;
    }

    .home_bottom .our_vision p {
        color: #333333 !important;
    }
}

@media only screen and (min-width: 1200px) {

    .home_bottom.desktop-block img {
        width: 20%;
        margin: 10% auto 0;
    }
}

@media only screen and (min-width: 1200px) {

    .our_approach_holder h4,
    .what_we_do_holder h4 {
        font-size: 1.7vw !important;
    }

    .explore p,
    .our_vision p {
        font-size: 0.8vw;
    }
}

.home_bottom p,
.home_bottom p a {
    color: black !important;
    position: relative;
    font-family: 'montserrat-bold';
}

.bottom_word img {
    width: 2%;
    margin: 1% auto 0;
}

/* home bottom END */

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

button, a {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.align-center {
    display: flex;
    align-items: center;
}

.flex-c {
    display: flex;
    justify-content: space-evenly;
}

.flex-b {
    display: flex;
    justify-content: space-between;
}

.flex-a {
    display: flex;
    justify-content: space-around;
}

/* Footer */

#footer {
    height: 100%;
    background-color: black;
}

.min-height-footer {
    min-height: 13vw;
}

.footer_holder {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.footer {
    position: relative;
    background: #000;
    bottom: 0;
}

div.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #000;
}

.footer p,
.footer a {
    color: #fff;
    line-height: 1;
    font-size: 0.8vw;
}

.footer h4 {
    font-size: 2.5vw;
}

.footer p {
    padding: 2em 2em 1.5em;
}

.footer a {
    text-decoration: underline;
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.footer-item {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-item:last-child {
    align-items: center;
}

.footer-item:last-child img {
    width: 50%;
}

.footer-item:last-child a {
    width: 7%;
}

.footer-item img {
    width: 2.5%;
    aspect-ratio: 1;
    object-fit: contain;
}

.footer-item img:nth-child(3) {
    margin: 0 2%;
}

/* Footer END */

.black_line {
    border-bottom: 2px solid black;
    margin: 2% 0;
}

.black_line_center {
    border-left: 2px solid black;
    margin: 0 3%;
}

.thin_black_line {
    border: 1px solid black;
    margin: 2% 0;
}

.white_line {
    border-bottom: 2px solid white;
    margin: 2% 0;
}

.white_line_left {
    border-left: 2px solid white;
    margin: 0 2%;
}

.thin_white_line {
    border: 1px solid white;
    margin: 2% 0;
}

/* clients */

.client_row,
.team_row {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.client_child,
.team_child {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.client_child div,
.team_child div {
    flex-basis: 17%;
}

.team_child div {
    position: relative;
    line-height: 0;
    cursor: pointer;
}

.hover {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.hover.active {
    opacity: 1;
    transition: all 0.3s ease;
}

.hover p {
    width: 100%;
    color: white;
    text-align: center;
}

.hover p:nth-child(2) {
    font-size: 0.8vw;
}

.hover p:first-child {
    font-size: 1.5vw;
}

.hover img {
    margin-top: 3% !important;
    width: 35% !important;
}

.client_child img,
.team_child img {
    width: 88%;
    /* aspect-ratio: 1; */
    object-fit: contain;
    margin: 3% 0;
}

.team_child img {
    width: 100%;
    margin: 0;
}

.team_color {
    position: absolute;
    top: 0;
    width: 100%;
    filter: brightness(0.5);
}

.trust_holder_bg {
    display: flex;
}

.trust_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust_holder h1,
.trust_holder p {
    position: relative;
}

/* approach holder */

.approach {
    margin: 5% 0 3%;
}

.approach_holder {
    /* background: url(img/blue_bg.jpg) no-repeat center;
    background-size: cover; */
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.approach_holder p,
.approach_holder a,
.approach_holder h1,
.approach_holder h4 {
    color: white;
}

.approach_holder img {
    width: 75%;
}

.approach_holder div {
    width: 100%;
}

.team_holder a,
.service_holder a strong {
    border-bottom: 2px solid #00a1ba;
}

.approach_holder a {
    border-bottom: 2px solid white;
}

/* team_holder */
.who_we_are_holder {
    display: flex;
    flex-direction: column;
}

.team_holder,
.we_are,
.insight {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.team_holder {
    flex-direction: column;
}

.we_are {
    align-items: center;
}

.insight {
    align-items: normal;
}

.team_holder a {
    color: #000;
}

.team_holder h1,
.team_holder p,
.team_holder a {
    position: relative;
}

.team_holder_bg {
    background: url() no-repeat;
    background-size: cover;
    background-position: top;
}

.team_holder_bg_desktop {
    /* background: url(img/home_we_believe-desktop.jpg) no-repeat; */
    background-size: cover;
    background-position: top;
}

/* service holder */

.service_holder {
    background-color: #666666;
    padding: 2em 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_box div {
    width: 100%;
}

.service_holder p,
.service_holder a,
.service_holder h1,
.service_holder h4 {
    color: white;
}

/* service holder END */

/* project */
.project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.project:nth-child(2){
    align-items: flex-start;
    width: 30%;
}

.project:nth-child(1){
    align-items: flex-start;
}

.project:nth-child(1) h1 {
    width: 75%;
}

.project:nth-child(1) p {
    width: 70%;
}

.project h1 span{
    font-size: 1vw;
}

.project h1{
    font-size: 4.5vw;
}

input, textarea{
    width: 100%;
    padding: 1em;
    border: 2px solid black;
    margin: 2% 0;
}

textarea {
    min-height: 129px;
}

#submit {
    background-color: #888;
    width: 40%;
    padding: 0.5em 1em;
    color: white;
    font-weight: bold;
}

form{
    width: 100%;
}

.apply {
    width: 100%;
    color: white;
    padding: 1em 1.5em;
    background-color: #000;
    text-decoration: none;
}

.apply {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em !important;
}

.singapore {
    margin-right: 2%;
}

/* bottom holder */

.talk_holder {
    background: url(img/footer_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left;
    padding: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.talk_holder a {
    border: 0.35vw solid white;
    margin: 3% 0;
    padding: 1.5em 4em;
    font-size: 1vw;
    text-decoration: none;
}

.get_in_touch_holder {
    background: url(img/footer_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left;
    padding: 2em;
    flex-direction: column;
    display: none;
}

.get_in_touch_holder .device-flex .white_line_left {
    margin: 0 5%;
}

.get_in_touch {
    display: flex;
    flex-direction: column;
    height: 70%;
    margin: 8% auto 2%;
}

.get_in_touch_parent{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.talk_holder a,
.talk_holder h4,
.get_in_touch_holder a,
.get_in_touch_holder h4,
.get_in_touch_holder p {
    color: white;
}

.apply a,
.get_in_touch_holder h1,
.get_in_touch_holder p {
    padding: 1em 0;
}


.get_in_touch_holder a {
    text-decoration: none;
    color: white;
}

/* bottom holder END */

/* About us */

#about_us,
#what_we_do {
    display: flex;
}

.about_us,
.what_we_do_top,
.what_we_do_holder,
.delivering_holder,
.getting_ahead_holder,
.works,
.our_approach,
.our_approach_holder,
.amplification {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.works-reverse {
    flex-direction: row-reverse;
}

.getting_ahead div:nth-child(2) {
    width: 100%;
}

.what_we_do_holder,
.our_approach_holder {
    align-items: normal;
}

.about_img {
    width: 100%;
}

.about_us p,
.about_us h1,
.about_us h4 {
    color: white;
}

.what_we_do_holder p,
.what_we_do_holder h1,
.what_we_do_holder h4 {
    color: black;
}

.what_we_do_holder h4 {
    font-size: 1.7vw;
}

#services_holder {
    display: flex;
    align-items: center;
}

.team {
    position: relative;
    width: 100%;
    text-align: center;
}

.team img {
    width: 100%;
}

.veeva img {
    width: 50%;
    max-width: 300px;
    margin-bottom: 5%;
}

.veeva {
    position: relative;
    width: 100%;
    text-align: center;
}

.circle,
.circle_left {
    position: absolute;
    width: 15%;
    top: 0.5%;
    left: 3%;
    z-index: -1;
}

.getting_ahead_holder p,
.getting_ahead_holder h4,
.getting_ahead_holder h1 {
    color: white;
}

.getting_ahead_holder {
    display: flex;
}

.getting_ahead {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.getting_ahead p,
.getting_ahead h1 {
    text-align: left;
}

/* Team Member Popup */

.team_member {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: red; */
    display: none;
}

.team_profile_desktop {
    background: url(img/team_member_text-desktop.png) white;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

.team_profile_desktop .member_text_top h1 {
    font-size: 3.5vw;
}

.member_popup {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.member {
    width: 31%;
}

.member_text_bottom {
    position: relative;
    bottom: 0;
    color: white;
    padding: 1em;
}

.member_text_top {
    color: white;
    position: relative;
    padding: 1em;
}

.closebtn,
.closebtn_white {
    position: absolute;
    top: 2%;
    right: 3%;
    cursor: pointer;
}

.closebtn_white {
    display: block;
    top: 3%;
    right: 9%;
}

.closebtn {
    display: none;
}

.closebtn,
.closebtn_white {
    width: 5%;
}

/* Team Member Popup END */

/* linkedin */

.linkedin iframe {
    width: 70%;
    height: 61vw;
    padding-bottom: 4em;
}

/* linkedin END */

/* About us END */

/* what we do */

.what_we_do_top p,
.what_we_do_top h1,
.what_we_do_top h4 {
    color: white;
}

.delivering_holder {
    width: 100%;
    position: relative;
}

.delivering_holder p,
.delivering_holder h1,
.delivering_holder h4 {
    color: white;
}

.delivering_holder img,
.what_we_do_top img,
.about_img,
.getting_ahead img {
    width: 100%;
}

.delivering_holder img,
.approach_img {
    filter: brightness(1.3);
}

.delivering {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.works {
    width: 100%;
    display: flex;
}

.works div {
    width: 100%;
}

.works div:first-child {
    text-align: center;
}

#works .thin_black_line{
    margin: 5% 0;
}

.iframe_works {
    width: 100%;
    height: 19.5vw;
    position: relative;
    padding:0.5em 0 1em;
    transform: scale(0.7);
}

.ipad_bg_clip .iframe_works{
    transform: scale(0.56) translate(0, -5%);
}

.desktop_bg_clip .iframe_works{
    transform: scale(0.65) translate(0, -21%);
    height: 24vw;
}


.laptop_bg {
    background: url(./img/work_laptop.png) no-repeat center;
    background-size: contain;
}

.laptop_bg_clip {
    position: relative;
    -webkit-mask-image: url(./img/work_laptop_clip.png);
    mask-image: url(./img/work_laptop_clip.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.ipad_bg {
    background: url(./img/work_ipad.png) no-repeat center;
    background-size: contain;
}

.ipad_bg_clip {
    position: relative;
    -webkit-mask-image: url(./img/work_ipad_clip.png);
    mask-image: url(./img/work_ipad_clip.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.desktop_bg {
    background: url(./img/work_desktop.png) no-repeat center;
    background-size: contain;
}

.desktop_bg_clip {
    position: relative;
    -webkit-mask-image: url(./img/work_desktop_clip.png);
    mask-image: url(./img/work_desktop_clip.png);
    -webkit-mask-size: 90%;
    mask-size: 90%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.works img {
    width: 40%
}

.works a {
    width: 40%;
    color: #000;
    border: 1px solid black;
    margin: 2% 0;
    padding: 1em 0;
    display: block;
    text-align: center;
}

/* what we do END */

/* our approach */

.our_approach_holder {
    position: relative;
    width: 100%;
    display: flex;
}

.our_approach_holder img {
    width: 50%;
    margin: 0 auto;
}

.our_approach p,
.our_approach h1,
.our_approach h4 {
    color: white;
}

.amplification_holder {
    width: 100%;
    background-color: gray;
    padding: 1em;
    color: white;
}

.amplification {
    padding: 1em 3em;
}

.approach_img {
    width: 60%;
}

.amplification_holder img {
    width: 70%;
}

/* our approach END */

/* get in touch page */

.what_we_do_holder a {
    padding: 1em;
    background-color: #000;
    color: white;
}

#page-get_in_touch #footer{
    height: auto;
    position: relative;
    bottom: 0;
    padding-bottom: 2em;
}

#page-get_in_touch .container{
height: 0;
}

/* get in touch page END */

/* Slider */

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 5% 0;
}

.slider img {
    width: 30%;
}

.slider p,
.slider h4 {
    color: black;
}

.slider .slick-slide {
    position: relative;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    margin-top: 0.5%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider ul li {
    display: flex;
    flex-direction: row;
}

/* Arrow */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 25%;
    display: block;
    width: 1.5% !important;
    height: auto;
    padding: 0;
    cursor: pointer;
    color: black;
    border: 0;
    outline: 0;
    background: transparent;
}

.slick-prev:before {
    /* content: '<'; */
}

.slick-next:before {
    /* content: '>'; */
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
    z-index: 1;
}

.testimony {
    max-height: 140px;
    overflow-y: auto;
    padding-right: 1em;
}

.slide_text {
    min-height: 260px;
    overflow-y: auto;
}

@media only screen and (min-width: 1350px) {

    .slide-left,
    .slide-right {
        width: 75%;
    }

    .slide-left h4,
    .slide-right h4 {
        font-size: 1.7vw;
    }

    .slider-80 {
        width: 80%;
    }
}

@media only screen and (min-width: 991px) {

    .about_us h1,
    .what_we_do_top h1,
    .delivering_holder h1,
    .our_approach h1 {
        font-size: 4vw;
    }

    .our_approach_holder h4,
    .what_we_do_holder h4 {
        font-size: 2.7vw;
    }

    .left-review img {
        width: 50%;
    }

    /* desktop left-journey */

    .explore {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our_vision {
        display: none;
    }

    /* desktop left-journey */
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: 0%;

    display: flex;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    justify-content: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #ececec;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before,
a.dot {
    color: #294F58;
}

/* LinkedIn Slider */
.linkedin .slick-slide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: 0.5% 0 0%;
}

.linkedin .slider {
    margin: 3% 0;
}

.linkedin_div img {
    width: 90%;
    margin: 5% 0;
    max-height: 350px;
    object-fit: contain;
}

.linkedin_div div {
    width: 50%;
}

.linkedin_div div a {
    position: relative;
    width: 40%;
    border: 3px solid #000;
    display: block;
    text-align: center;
}

.linkedin_div div p {
    width: 100%;
    padding: 0.5em 0;
}

.linkedin_div div div {
    width: 100%;
    margin-bottom: 1%;
}

.linkedin_div div:nth-child(2) {
    text-align: center;
    margin-bottom: 5%;
}

.linkedin .slick-dots {
    top: auto;
    bottom: 1%;
}

.linkedin .slick-prev,
.linkedin .slick-next {
    width: 1% !important;
    height: auto;
    top: auto;
    bottom: 0;
    z-index: 2;
}

.linkedin .slick-prev {
    left: 35%;
}

.linkedin .slick-next {
    right: 35%;
}

.linkedin .slick-dots li button:before {
    font-family: 'montserrat-regular';
}

.linkedin .slick-dots li.slick-active a {
    font-family: 'montserrat-bold';
}

/* LinkedIn Slider END */

/* Slider END */

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media only screen and (min-width: 991px) {

    .mobile-block.slick-slide,
    .mobile-only-block.slick-slide {
        display: none !important;
    }

    .slide-left,
    .slide-right {
        width: 40%;
    }

    .slider_desktop {
        justify-content: center;
    }
}

@media only screen and (min-width: 1350px) {

    .slide-left,
    .slide-right {
        width: 75%;
    }
}

.mobile-block,
.veeva.mobile-only-block,
.mobile-only-block,
.mobile-flex,
.mobile-only-flex {
    display: none;
}

.desktop-block,
.device-block {
    display: block;
}

.desktop-flex {
    display: flex;
}

.device-flex {
    display: flex;
}

@media only screen and (max-width: 1350px) {
    .linkedin .slick-dots {
        bottom: 0;
    }

    h4 {
        font-size: 2.3vw;
    }

    p,
    a, li, input, label, textarea {
        font-size: 1.2vw;
    }

}

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

    h4 {
        font-size: 2.2vw;
    }

    p,
    a, li, input, label, textarea {
        font-size: 1.3vw;
    }
}

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

    #submit{
        width: 50%;
    }

    .footer_holder {
        width: 100%;
    }

    .approach_bg video {
        width: 85%;
    }

    .team_profile_desktop {
        width: 64%;
    }

    .member {
        width: 36.5%;
    }

    .closebtn_white {
        right: 4%;
    }

    .logo {
        width: 6%;
    }

    .our_approach_holder img {
        width: 75%;
    }

    #home .top_page {
        padding-top: 6em;
    }

    .top_page {
        padding-top: 4em;
    }

    .slider h4 {
        font-size: 2vw;
    }

    .slider p {
        font-size: 1.7vw;
    }

    .header-width {
        padding: 1.5em 0
    }

    h4 {
        font-size: 3vw
    }

    .what_we_do_holder h4 {
        font-size: 2.5vw;
    }

    p,
    a, li, input, label, textarea {
        font-size: 2vw;
    }

    .works a {
        width: 60%;
    }

    .mobile-block,
    .mobile-flex,
    .service_box .mobile-flex,
    .mobile-block.slider,
    .veeva.mobile-only-block,
    .mobile-only-block,
    .mobile-only-flex {
        display: none;
    }

    .desktop-block,
    .device-block {
        display: block;
    }

    .desktop-flex {
        display: flex;
    }

    .device-flex {
        display: flex;
    }

    .progress-container {
        display: block;
    }

    .about_drop .sub-menu li,
    .what_drop .sub-menu li {
        margin: 1% 0 0 0;
        text-align: left;
    }

    .about_drop,
    .what_drop {
        display: block;
    }

    /* Hamburger */
    .hamburger {
        position: relative;
        display: block;
        z-index: 99;
        transform: scale(1.4);
    }

    .hamburger .line {
        width: 50px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 8px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    /* hamburger animation */
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(1vw) rotate(40deg);
        -ms-transform: translateY(1vw) rotate(40deg);
        -o-transform: translateY(1vw) rotate(40deg);
        transform: translateY(1vw) rotate(40deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-1vw) rotate(-40deg);
        -ms-transform: translateY(-1vw) rotate(-40deg);
        -o-transform: translateY(-1vw) rotate(-40deg);
        transform: translateY(-1.w) rotate(-40deg);
    }

    /* hamburger animation END */

    header {
        border-bottom: 0 solid black;
        padding-bottom: 0;
    }

    nav {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100vw;
        transition: all 0.7s ease;
        opacity: 0;
        z-index: -1;
    }

    nav ul {
        position: fixed;
        height: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    ul.sub-menu.active {
        display: block;
    }

    .border-menu {
        border: 0;
        padding: 0;
    }

    .about_drop .sub-menu,
    .what_drop .sub-menu {
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 0;
    }

    nav ul.sub-menu li+li {
        margin-top: 2%;
    }

    nav ul.sub-menu li {
        width: 100%;
    }

    nav ul.sub-menu .middle {
        margin: 5% 0;
    }

    nav ul li a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 5vw;
        font-family: 'montserrat-bold';
    }

    nav ul li:nth-child(2),
    nav ul li:nth-child(4) {
        margin: 0;
    }

    nav ul li ul li a {
        font-weight: normal;
        font-family: 'montserrat-regular';
    }

    .about_drop ul,
    .what_drop ul {
        margin: 0;
        padding: 0 !important
    }

    .sub a {
        font-size: 2vw;
        font-weight: normal;
    }

    ul.sub-menu {
        padding: 0.5em 2em;
    }

    ul.sub-menu ul.sub-menu li {
        position: absolute;
        left: -20vw;
        width: 90%;
        margin: 3% auto;
        padding: 0em 0em;
        opacity: 0;
        visibility: hidden;
        transition-property: all;
        transition-timing-function: ease;
        transition-duration: 0.5s;
    }

    ul.sub-menu ul.sub-menu.active li {
        position: relative;
        left: 0vw;
        opacity: 1;
        visibility: visible;
        transition-property: all;
        transition-timing-function: ease;
        transition-duration: 0.5s;
    }

    .sub a {
        font-size: 4vw;
    }

    div.footer {
        flex-direction: column;
    }

    .footer p,
    .footer a {
        font-size: 1.6vw;
    }

    .footer-item:nth-child(2) p {
        padding: 0em 2em 0em;
    }

    .footer-item:last-child a {
        width: 5%;
    }

    .footer-item:last-child {
        padding: 2em;
    }

    .talk_holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .talk_holder h4 {
        font-size: 2.8vw;
        width: 60%;
    }

    .talk_holder a {
        border: 0.5vw solid white;
        margin: 3% 0;
        padding: 1em 2em;
    }

    .client_child div,
    .team_child div {
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 768px) {
    .ipad_bg_clip .iframe_works {
        transform: scale(0.56) translate(0, -6%);
    }

    .get_in_touch_holder{
        padding: 2em 1em;
    }

    .get_in_touch_holder .device-flex .white_line_left {
        margin: 0 4%;
    }

    .linkedin_div div div {
        max-height: 180px;
    }

    .linkedin_div .linkedin_center{
        width: 80%;
        margin: 0 auto;
    }

    .linkedin .slick-prev {
        left: 33%;
    }

    .linkedin .slick-next{
        right: 33%;
    }

    #footer{
        padding-bottom: 2em;
    }

    .min-height-footer {
        min-height: 18vw;
    }

    #submit{
        width: 65%;
    }

    .project:nth-child(1) {
        width: 45%;
        margin: 0;
    }

    .project:nth-child(2) {
        width: 40%;
    }

    .project:nth-child(1) h1 {
        width: 90%;
    }
    
    .project:nth-child(1) p {
        width: 90%;
        margin-bottom: 5%;
    }

    .project h1 {
        width: 90%;
    }

    .get_in_touch .top_page{
        width: 100% !important;
    }

    .consumer_table,
    .physician_table,
    .strategic_table,
    .marketing_table,
    .brand_table {
        margin-top: 4%;
    }

    nav ul li a {
        font-size: 7vw;
    }

    .sub a {
        font-size: 4.5vw;
    }

    .about_us h1,
    .what_we_do_top h1,
    .delivering_holder h1,
    .our_approach h1 {
        font-size: 6vw;
    }

    .approach_bg video {
        width: 85%;
    }

    #about_us,
    #what_we_do {
        flex-direction: column;
    }

    #services_holder {
        flex-direction: column;
    }

    .iframe_works {
        height: 46vw;
    }

    .desktop_bg_clip .iframe_works {
        height: 59vw;
        transform: scale(0.68) translate(0, -22%);
    }

    .trust_holder_bg {
        padding: 4em 0;
    }

    .header-width {
        padding: 1em 0;
    }

    .logo {
        width: 10%;
    }

    .veeva img {
        width: 30%;
        margin: 5% 0;
    }

    .who_we_are_holder {
        display: block;
    }

    .what_we_do_holder {
        margin: 10% 0 0 0;
    }

    .meet_team_holder {
        margin: 10% 0 10%;
        padding-top: 3em;
    }

    .veeva {
        margin: 0 0 10%;
    }

    .getting_ahead_holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .getting_ahead p,
    .getting_ahead h1 {
        text-align: center;
    }

    .getting_ahead h4.device-flex,
    .team_profile_desktop.device-flex,
    .veeva.device-flex, .white_line_left.device-flex {
        display: none;
    }

    .about_img {
        width: 100%;
    }

    .getting_ahead img,
    .delivering_holder img {
        width: 75%;
    }

    .delivering {
        flex-direction: column;
        justify-content: center;
    }

    .member_popup {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #c2d0d9;
    }

    .member_text_top p {
        font-size: 4vw;
    }

    .member_text_bottom p {
        font-size: 3vw;
    }

    .member_text_top {
        color: white;
        position: absolute;
        top: 0%;
        left: 0%;
    }

    .member_text_bottom {
        position: absolute;
        bottom: 0%;
        background: url(img/team_member_text.png);
        background-position: center;
        background-size: cover;
        color: white;
        padding: 1em;
    }

    .member {
        width: 61%;
        margin: 0 auto;
    }

    .closebtn_white {
        display: none;
    }

    .closebtn {
        display: block;
        width: 7%;
    }

    .top_page {
        padding-top: 6.5em;
    }

    .slider h4 {
        width: 80%;
        font-size: 2.5vw;
        margin: 0 auto;
    }

    .slider p {
        width: 80%;
        font-size: 2vw;
        margin: 0 auto;
    }

    h1 {
        font-size: 9vw;
    }

    h4,
    .what_we_do_holder h4,
    .talk_holder h4 {
        font-size: 3.5vw;
    }

    p,
    a,
    .talk_holder a, li, input, label, textarea {
        font-size: 2.5vw;
    }

    .talk_holder h4 {
        width: 60%;
    }

    .talk_holder a {
        border: 0.7vw solid white;
    }

    .service_holder {
        padding: 1em
    }

    /* .min-height {
        min-height: 300px;
    } */

    .client_child div,
    .team_child div {
        flex-basis: 25%;
    }

    .team_child {
        justify-content: flex-start;
    }

    .desktop-block,
    .desktop-flex,
    .veeva.mobile-only-block,
    .mobile-only-block,
    .mobile-only-flex {
        display: none;
    }

    .mobile-block,
    .device-block,
    .mobile-block.slider {
        display: block;
    }

    .mobile-flex {
        display: flex;
    }

    .device-flex {
        display: flex;
    }

    .service_box.mobile-flex {
        display: none;
    }

    .bottom_word img {
        width: 4%;
    }

    .client_child img,
    .team_child img {
        width: 100%;
        margin: 0;
    }

    .client_child {
        justify-content: flex-start;
    }

    .testimony {
        max-height: 80px;
        overflow-y: auto;
        padding-right: 0;
    }

    ::-webkit-scrollbar {
        width: 0px;
    }

    .slider img {
        width: 50%;
    }

    .slider .slick-slide {
        margin-top: 0.5%;
    }

    .linkedin .slick-prev,
    .linkedin .slick-next {
        width: 1.5% !important;
        top: auto;
        bottom: 0;
        z-index: 2;
    }

    .linkedin .slick-dots {
        top: auto;
        bottom: 0%;
    }

    .linkedin_div div {
        width: 100%;
    }

    .linkedin .slick-slide {
        flex-direction: column;
        align-items: center;
    }

    .slick-prev,
    .slick-next {
        width: 2% !important;
        top: 20%;
    }

    /* originally from 600px */

    .works a {
        margin-right: auto;
        margin-left: auto;
    }

    .about_us,
    .what_we_do_top,
    .what_we_do_holder,
    .getting_ahead,
    .delivering_holder,
    .works,
    .works-reverse,
    .our_approach,
    .approach_holder,
    .our_approach_holder,
    .amplification {
        flex-direction: column;
        text-align: center;
    }

    .team_holder,
    .we_are,
    .getting_ahead,
    .insight {
        flex-direction: column;
    }

    .what_we_do_holder,
    .our_approach_holder {
        text-align: left;
    }

    /* originally from 600px END */

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(1.5vw) rotate(40deg);
        -ms-transform: translateY(1.5vw) rotate(40deg);
        -o-transform: translateY(1.5vw) rotate(40deg);
        transform: translateY(1.5vw) rotate(40deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-1vw) rotate(-40deg);
        -ms-transform: translateY(-1vw) rotate(-40deg);
        -o-transform: translateY(-1vw) rotate(-40deg);
        transform: translateY(-1vw) rotate(-40deg);
    }

    .circle,
    .circle_left {
        width: 25%;
        top: 0.5%;
        right: 3%;
        left: auto;
    }

    .circle_left {
        right: auto;
        left: 0.5%;
    }

    .approach_holder {
        padding: 3em 4em;
    }

    .approach_holder div {
        text-align: left;
    }

    .approach_holder div.text-center {
        text-align: center;
    }

    .footer-item:nth-child(3) {
        padding: 1em 2em;
    }
}

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

    .closebtn {
        display: block;
        width: 15%;
    }

    .desktop_bg_clip .iframe_works {
        transform: scale(0.7) translate(0, -20%);
    }

    .linkedin_div img {
        max-height: 188px;
    }

    .linkedin .slick-slide {
        margin-top: 1.5% 0 0% !important;
    }
    
    .get_in_touch .top_page{
        width: 90% !important;
    }

    .get_in_touch_page {
        margin: 6% auto 6%;
    }

    #page-get_in_touch #footer, #footer {
        padding-bottom: 5em;
    }

    .member_popup {
        position: relative;
        width: 100%;
        display: block;
        background-color: transparent;
    }

    .member {
        width: 100%;
    }

    nav ul li a {
        font-size: 9vw;
    }

    .sub a {
        font-size: 6.5vw;
    }

    .about_us h1,
    .what_we_do_top h1,
    .delivering_holder h1,
    .our_approach h1 {
        font-size: 10vw;
    }

    .client_child div,
    .team_child div {
        flex-basis: 33%;
    }

    .team_child {
        justify-content: center;
    }

    .bottom_word img {
        width: 5%;
    }

    .top_page {
        padding-top: 5em;
    }

    .veeva img {
        width: 50%;
    }

    .slider img {
        width: 80%;
    }

    /* originally from 600px */
    div.footer {
        flex-direction: column;
    }

    .footer p {
        padding: 3em 1em 1.5em;
    }

    .get_in_touch_holder p {
        padding: 0
    }

    .get_in_touch_holder {
        padding: 1em;
    }

    .footer-item img {
        width: 5%;
    }

    .footer-item:nth-child(2) p {
        padding: 0em 2em;
    }

    .talk_holder {
        padding: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .talk_holder a {
        border: 1vw solid white;
        margin: 3% 0;
        padding: 1em 2em;
    }

    .works a {
        margin-right: auto;
        margin-left: auto;
    }

    .about_us,
    .approach_holder,
    .what_we_do_top,
    .what_we_do_holder,
    .getting_ahead,
    .delivering_holder,
    .works,
    .works-reverse,
    .our_approach,
    .our_approach_holder,
    .amplification {
        flex-direction: column;
        text-align: center;
    }

    .team_holder,
    .we_are,
    .getting_ahead,
    .insight {
        flex-direction: column;
    }

    .what_we_do_holder,
    .our_approach_holder {
        text-align: left;
    }

    /* originally from 600px END */

    .getting_ahead img {
        width: 100%;
    }

    .slider h4 {
        font-size: 4vw;
    }

    .slider p {
        font-size: 3vw;
    }

    .footer-item:last-child a {
        width: 9%;
    }

    .member_text_top p {
        font-size: 5vw;
    }

    .member_text_bottom {
        bottom: 1%;
    }

    .hover p:first-child {
        font-size: 3.5vw;
    }

    .hover p:nth-child(2) {
        font-size: 2.8vw;
    }

    .approach_img {
        width: 60%;
    }

    .our_approach_holder img {
        width: 90%;
    }

    .amplification_holder img {
        width: 70%;
    }

    .works a {
        width: 60%;
        color: #000;
        border: 1px solid black;
        margin: 4% auto 2%;
    }

    .linkedin .slick-prev,
    .linkedin .slick-next {
        width: 2% !important;
        top: auto;
        bottom: 0.5%;
    }

    .linkedin .slick-next {
        right: 21%;
    }

    .linkedin .slick-prev {
        left: 17%;
    }

    .getting_ahead p,
    .getting_ahead h1 {
        text-align: center;
    }

    .amplification {
        padding: 0em;
    }

    .about_img {
        width: 70%;
    }

    .talk_holder {
        background: url(img/footer_bg.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: left;
        padding: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .talk_holder a {
        border: 1vw solid white;
        margin: 3% 0;
        padding: 1em 2em;
    }

    .approach_holder {
        flex-direction: column;
        padding: 1em 2em;
    }

    .approach_holder img {
        width: 90%;
    }

    .approach_bg video {
        height: 75%;
    }

    /* 
    .min-height {
        min-height: 300px;
    } */

    .mobile-column {
        flex-direction: column;
    }

    #submit{
        width: 45%;
    }

    .project:nth-child(1) {
        text-align: center;
    }

    .project {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .project h1 {
        font-size: 8.5vw;
    }

    .desktop-block,
    .device-block .desktop-flex,
    .device-flex {
        display: none;
    }

    .mobile-block,
    .slider .mobile-block,
    .veeva.mobile-only-block,
    .mobile-only-block {
        display: block;
    }

    .mobile-flex,
    .service_box.mobile-flex,
    .mobile-only-flex {
        display: flex;
    }

    .black_line {
        border-bottom: 2px solid black;
        margin: 5% 0;
    }

    .thin_black_line {
        border: 1px solid black;
        margin: 5% 0;
    }

    .white_line {
        border-bottom: 2px solid white;
        margin: 5% 0;
    }

    .thin_white_line {
        border: 1px solid white;
        margin: 5% 0;
    }

    .get_in_touch_holder {
        flex-direction: column;
        height: 80%;
    }

    .get_in_touch{
        height: 90%
    }

    h1 {
        font-size: 10vw;
    }

    h4,
    .footer h4,
    .what_we_do_holder h4,
    .talk_holder h4 {
        font-size: 5.5vw;
    }

    .talk_holder h4 {
        width: 100%;
    }

    p,
    a,
    .footer p,
    .footer a,
    .talk_holder a, li, input, label, textarea {
        font-size: 3.5vw;
    }

    .slick-prev,
    .slick-next {
        top: 25%;
    }

    .logo {
        width: 13%;
    }

    .hamburger .line {
        width: 30px;
        height: 1px;
    }

    /* hamburger animation */
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(2.2vw) rotate(40deg);
        -ms-transform: translateY(2.2vw) rotate(40deg);
        -o-transform: translateY(2.2vw) rotate(40deg);
        transform: translateY(2.2vw) rotate(40deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-2.5vw) rotate(-40deg);
        -ms-transform: translateY(-2.5vw) rotate(-40deg);
        -o-transform: translateY(-2.5vw) rotate(-40deg);
        transform: translateY(-2.5vw) rotate(-40deg);
    }

    /* hamburger animation END */

}

@media only screen and (max-width: 325px) {
    .mt5 {
        margin-top: 10%;
    }

    .mt10-mobile,
    .delivering_holder {
        margin-top: 17%;
    }

    .approach_holder {
        margin-top: 10%;
    }

    .approach_bg video {
        height: 85%;
    }

    .service_holder .mt5 {
        margin-top: 25%;
    }

    .top_page {
        padding-top: 3em;
    }

    .getting_ahead img {
        width: 90%;
    }

    .delivering_holder img,
    .what_we_do_top img,
    .about_img,
    .getting_ahead img {
        width: 69%;
    }

    .what_we_do_holder {
        margin: 20% 0 0 0;
    }
}

/* text show */

@keyframes text-show {
	0% {
		top: -5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@-webkit-keyframes text-show {
	0% {
		top: -5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@-moz-keyframes text-show {
	0% {
		top: -5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@-o-keyframes text-show {
	0% {
		top: -5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@keyframes text-show2 {
	0% {
		top: 5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@-webkit-keyframes text-show2 {
	0% {
		top: 5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@-moz-keyframes text-show2 {
	0% {
		top: 5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}
@-o-keyframes text-show2 {
	0% {
		top: 5vw;
		opacity: 0;
	}

	100% {
		top: 0vw;
		opacity: 1;
	}
}

@keyframes opacity-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes opacity-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes opacity-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.home_landing01 h1.text_show, .trust_holder h1.text_show, .team_holder h1.text_show{
    animation: text-show 2s 0.5s forwards;
}

.home_landing01 p.text_show2, .home_page .home_bottom.text_show2, .trust_holder p.text_show2, .team_holder p.text_show2, .team_holder a.text_show2{
    animation: text-show2 2s 0.5s forwards;
}

.approach_holder.text_show2{
    animation: text-show2 2s 2s forwards;
}

.home_landing01.opacity_show, .trust_holder.opacity_show, .team_holder.opacity_show{
    animation: opacity-show 2s 0.5s forwards;
}
