﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

html {
    scroll-behavior: smooth;
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: unset;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.07em;
}

h4, h5, h6, p, a, span, label, .btn, .navbar-nav a, .form-control, .list-inline, small, #business-process {
    font-family: 'Lato', Helvetica, sans-serif;
}

p, li, .lead {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width:768px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
}

h3 {
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #000;
    font-weight: 900;
    letter-spacing: 0.07em;
}

h4 {
    font-size: 18px;
    color: #000;
}

.lead {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}

p {
    font-size: 1.2em;
    line-height: 26px;
    color: #172949;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
}

ul,
ol {
    margin: 0;
}

    ul li {
        list-style: none;
        text-decoration: none;
    }

        ul li:hover, ul li:focus {
            list-style: none;
            text-decoration: none;
        }

/*------------------Utilities---------------------*/
a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        color: inherit;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -10%;
}

section {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 100px;
}

#page-wrapper {
    min-height: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
}

::selection {
    background: #5A168E; /* Safari */
    color: #FFFFFF;
}

::-moz-selection {
    background: #5A168E; /* Firefox */
    color: #FFFFFF;
}

@media (min-width:989px) {
    .leftborder {
        border-left: 1px solid grey;
    }
}
/*------------------Buttons---------------------*/
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
}

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.btn-lg {
    font-size: 13px;
    line-height: 1.33;
    padding: 22px 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 10px 18px;
    font-weight: 400;
}

.btn-wide {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    padding: 18px 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient( 90deg, #8C37F6,#5147FE);
    color: #ffffff;
    min-width: 180px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        background: linear-gradient( 270deg, #8C37F6,#5147FE) !important;
        color: #ffffff;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.btn-secondary {
    background-color: #000;
    color: #fff;
    min-width: 100px;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
        background-color: #666;
        color: #fff;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.btn-index:hover, .btn-index:focus, .btn-index:active, .btn-index.active {
    background-color: #ffffff;
    color: #5A168E;
    transition: all 0.1s ease-in-out;
}


/* Spacing */
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-300 {
    margin-top: 300px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mb-300 {
    margin-bottom: 300px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

/* Section Padding */
.section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-120-90 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.section-padding-120-40 {
    padding-top: 120px;
    padding-bottom: 40px;
}

.section-padding-120-70 {
    padding-top: 120px;
    padding-bottom: 70px;
}

.no-padding {
    padding: 0;
}

/*-----------------Colors------------------*/

.black {
    color: #231f20;
}

.blue {
    color: #70cbce;
}

.white {
    color: #ffffff;
}

.black-bg {
    background: #231f20;
}

.blue-bg {
    background: #70cbce;
}

.white-bg {
    background: #ffffff;
}

.purple-bg {
    background: #6d3f96;
}

.grey-bg {
    background: #E8EAEA;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

#map-container {
    height: 200px;
}

.img-small {
    width: 30%;
}

.sm-txt {
    font-size: 1.6em;
    line-height: 1em;
}

.sm-txtt {
    font-size: 1em;
}

ul.experiences {
    padding-left: 15px;
    margin-top: -1px;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-center-all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-center-stretch {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}


.where {
    font-size: 1.2857em; /* 18/16 -> 18px */
    font-weight: 400;
    display: inline;
    margin-right: 0.5em;
    text-align: left;
}

@media (max-width:768px) {

    ul.experiences li {
        margin-bottom: 2.5em;
        list-style: none;
        padding-left: 50px
    }

    p {
        /*CSS reset*/
        margin-bottom: 0;
    }

    ul.experiences li {
        position: relative; /* so that pseudoelements are positioned relatively to their "li"s*/
        /* use padding-bottom instead of margin-bottom.*/
        margin-bottom: 0; /* This overrides previously specified margin-bottom */
        padding-bottom: 2.5em;
    }

        ul.experiences li:after {
            /* bullets */
            content: url('/img/white.png');
            position: absolute;
            left: 0px; /*adjust manually*/
            top: -4px;
        }

        ul.experiences li:hover:after {
            /* bullets */
            content: url('/img/purple.png');
            position: absolute;
            left: 0px; /*adjust manually*/
            top: -3px;
        }

        ul.experiences li:before {
            /* lines */
            content: "";
            position: absolute;
            left: 18px; /* adjust manually */
            border-left: 2px solid #5A168E;
            height: 100%;
            width: 1px;
        }

        ul.experiences li:first-child:before {
            /* first li's line */
            top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
        }

        ul.experiences li:last-child:before {
            /* last li's line */
            height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
        }
}

/* BORDERS AND BULLETS */
.purple-border-top {
    background: linear-gradient( 90deg, #8C37F6,#5147FE);
    padding: 0;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #ccc;
}

    .purple-border-top > div {
        background-color: #fff;
    }

@media (min-width:768px) {
    ul .experiences li {
        margin-left: 433px;
        margin-bottom: 2.5em;
        list-style: none;
    }

    p {
        /*CSS reset*/
        margin-bottom: 0;
    }

    ul.experiences li {
        position: relative; /* so that pseudoelements are positioned relatively to their "li"s*/
        /* use padding-bottom instead of margin-bottom.*/
        margin-bottom: 0; /* This overrides previously specified margin-bottom */
        padding-bottom: 2.5em;
    }

        ul.experiences li:after {
            /* bullets */
            content: url('/img/white.png');
            position: absolute;
            left: -88px; /*adjust manually*/
            top: -5px;
        }

        ul.experiences li:hover:after {
            /* bullets */
            content: url('/img/purple.png');
            position: absolute;
            left: -88px; /*adjust manually*/
            top: -5px;
        }

        ul.experiences li:before {
            /* lines */
            content: "";
            position: absolute;
            left: -69px; /* adjust manually */
            border-left: 2px solid #5A168E;
            height: 100%;
            width: 1px;
        }
}

ul.experiences li:first-child:before {
    /* first li's line */
    top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.experiences li:last-child:before {
    /* last li's line */
    height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #ffffff;
    margin: auto;
    min-height: 53px;
    position: fixed;
    transition: top 0.1s ease 0s;
}

.navbar-vertical {
    float: right;
    width: 100%;
    transition: display 0.1s ease 0s;
}

    .navbar-vertical li {
        list-style-type: none;
        width: 100%;
        height: 100%;
        float: right;
    }

.img-responsive {
    margin: 0 auto;
}

.content-img {
    padding: 20px 0;
}

.navbar.open {
    top: 0;
    background-color: #333;
}

.navbar-logo {
    height: auto;
    max-width: 100px;
    min-width: 120px;
    padding: 10px 0;
}

.purple {
    color: #5A168E;
}

.grey {
    color: #9b9999;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a, .navbar-inverse a {
    color: #eee;
    font-size: 14px;
    letter-spacing: 1px;
    float: right;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse a:hover {
        color: #ffffff;
        opacity: 0.6;
    }

#reg-btn {
    background-color: #8C37F6;
    transition: 0.1s ease;
}

    #reg-btn:hover {
        box-shadow: inset 0 -0.8rem 2rem 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
        opacity: 1;
    }

.sso-btns {
    border: 1px solid white;
    border-radius: 5px;
    max-width: 200px;
    width: 100%;
    text-align: center;
}

.nav li {
    float: left;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 10px;
    margin: 0 5px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #5A168E;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

    .navbar-inverse .navbar-toggle:hover {
        background-color: #5A168E;
    }

.sign-in-btn {
    color: white;
}

#toast-container.toast-top-center {
    top: 12px;
    right: 12px;
    width: auto;
}

#toast-container > .toast {
    box-shadow: 0 0 5px 0 #000;
    border-radius: 100px;
    background-image: none !important;
    background-color: #fff;
}

#toast-container > .toast-error::before {
    content: "\f06a";
    color: #DD4B39;
}

#toast-container > .toast-success::before {
    content: "\f058";
    color: #29AB87 !important;
}

#toast-container > .toast-info::before {
    content: "\f05a";
    color: #2F5597 !important;
}

#toast-container .toast-message {
    color: #000;
}

#toast-container > .toast {
    border: none;
}

    #toast-container > .toast:before {
        font-family: FontAwesome;
        font-size: 30px;
        line-height: 24px;
        float: left;
        padding-left: .3em;
        padding-right: .5em;
        margin: auto .5em auto -1.5em;
        top: calc(50% - 12px);
    }

#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .936
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    cursor: pointer
}

main {
    z-index: 2;
    position: relative;
    height: 100%;
    -webkit-transition: transform 0.1s;
    -moz-transition: transform 0.1s;
    -ms-transition: transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
}

.nav-top {
    float: right;
    padding: 15px;
    max-width: 300px;
}

.navbar.navbar-fixed-top {
    background: transparent;
    border: none;
    max-width: 300px;
    right: 0;
    left: unset;
    top: 45px;
}

@media (max-width: 767px) {
    .nav-top .navbar-vertical {
        display: none;
    }

    .sidebar .reg-login-sidebar {
        display: block;
        margin-top: 0px;
    }

        .sidebar .reg-login-sidebar li {
            float: left;
        }

    .sidebar .sidebar-list {
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    .sidebar .sidebar-logo {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .sidebar .navbar-logo {
        height: 35px;
        padding: 0;
        margin: 15px;
        max-width: unset;
    }

    .navbar.navbar-fixed-top.active {
        webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.sidebar {
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    z-index: 1100;
    right: 0;
    background-color: #172949;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .sidebar.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

.bar {
    display: block;
    height: 3px;
    width: 35px;
    background-color: #eee;
    margin: 7px auto
}

.nav-right .active .bar {
    background-color: #eee !important;
}

.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -ms-transition: transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

.nav-right {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    -webkit-transition: transform 0.1s;
    -moz-transition: transform 0.1s;
    -ms-transition: transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
    z-index: 2000;
    transition: display 0.4s ease 0s;
}

    .nav-right.hidden-xs.active {
        -webkit-transform: translateX(320px);
        -moz-transform: translateX(320px);
        -ms-transform: translateX(320px);
        -o-transform: translateX(320px);
        transform: translateX(320px);
    }

.hidden-xs {
    display: none;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.button.active .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}

.sidebar-logo {
    display: none;
}

.sidebar-list,
.reg-login-sidebar {
    padding: 0;
    margin: 55px 0 0;
    list-style: none;
    position: relative;
    text-align: center;
}

.sidebar-list {
    margin-top: 140px;
}

    .sidebar-list .sidebar-anchor {
        text-align: center;
        float: none;
    }

.reg-login-sidebar li {
    float: left;
    padding: 15px;
}

    .reg-login-sidebar li a {
        text-transform: none;
    }

.reg-login-sidebar-container {
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sidebar-item {
    margin: 25px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .sidebar-item:first-child {
        -webkit-transition: all 0.1s .2s ease-in-out;
        -moz-transition: all 0.1s .2s ease-in-out;
        -ms-transition: all 0.1s .2s ease-in-out;
        -o-transition: all 0.1s .2s ease-in-out;
        transition: all 0.1s .2s ease-in-out;
    }

    .sidebar-item:nth-child(2) {
        -webkit-transition: all 0.1s .4s ease-in-out;
        -moz-transition: all 0.1s .4s ease-in-out;
        -ms-transition: all 0.1s .4s ease-in-out;
        -o-transition: all 0.1s .4s ease-in-out;
        transition: all 0.1s .4s ease-in-out;
    }

    .sidebar-item:nth-child(3) {
        -webkit-transition: all 0.1s .6s ease-in-out;
        -moz-transition: all 0.1s .6s ease-in-out;
        -ms-transition: all 0.1s .6s ease-in-out;
        -o-transition: all 0.1s .6s ease-in-out;
        transition: all 0.1s .6s ease-in-out;
    }

    .sidebar-item:nth-child(4) {
        -webkit-transition: all 0.1s 0.1s ease-in-out;
        -moz-transition: all 0.1s 0.1s ease-in-out;
        -ms-transition: all 0.1s 0.1s ease-in-out;
        -o-transition: all 0.1s 0.1s ease-in-out;
        transition: all 0.1s 0.1s ease-in-out;
    }

    .sidebar-item:nth-child(5) {
        -webkit-transition: all 0.1s .8s ease-in-out;
        -moz-transition: all 0.1s .8s ease-in-out;
        -ms-transition: all 0.1s .8s ease-in-out;
        -o-transition: all 0.1s .8s ease-in-out;
        transition: all 0.1s .8s ease-in-out;
    }

    .sidebar-item:nth-child(6) {
        -webkit-transition: all 0.1s .9s ease-in-out;
        -moz-transition: all 0.1s .9s ease-in-out;
        -ms-transition: all 0.1s .9s ease-in-out;
        -o-transition: all 0.1s .9s ease-in-out;
        transition: all 0.1s .9s ease-in-out;
    }

    .sidebar-item:nth-child(7) {
        -webkit-transition: all 0.1s 1s ease-in-out;
        -moz-transition: all 0.1s 1s ease-in-out;
        -ms-transition: all 0.1s 1s ease-in-out;
        -o-transition: all 0.1s 1s ease-in-out;
        transition: all 0.1s 1s ease-in-out;
    }

    .sidebar-item:nth-child(8) {
        -webkit-transition: all 0.1s 1.1s ease-in-out;
        -moz-transition: all 0.1s 1.1s ease-in-out;
        -ms-transition: all 0.1s 1.1s ease-in-out;
        -o-transition: all 0.1s 1.1s ease-in-out;
        transition: all 0.1s 1.1s ease-in-out;
    }

    .sidebar-item:nth-child(9) {
        -webkit-transition: all 0.1s 1.2s ease-in-out;
        -moz-transition: all 0.1s 1.2s ease-in-out;
        -ms-transition: all 0.1s 1.2s ease-in-out;
        -o-transition: all 0.1s 1.2s ease-in-out;
        transition: all 0.1s 1.2s ease-in-out;
    }


    .sidebar-item.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    text-align: right;
    float: right;
}

.sidebar-list .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar-list .sidebar-anchor:hover:before {
    width: 100%;
}

a.sidebar-anchor:hover {
    color: #FFF;
}

@media (min-width: 480px) {
    .nav-list {
        display: block;
    }
}

@media (min-width: 768px) {
    .hidden-xs {
        display: block;
    }

    .visible-xs {
        display: none;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 70px;
    }
}

/* Header CSS */
.header-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

    .header-area > div {
        max-width: 1200px;
        margin: auto;
    }

    .header-area .classy-nav-container {
        background-color: transparent;
    }

    .header-area .classy-navbar .color-logo {
        display: block;
    }

    .header-area .classy-navbar .white-logo {
        display: none;
    }

        .header-area .classy-navbar .white-logo img {
            filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
        }

.classy-navbar {
    height: 100px;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

@media only screen and (max-width: 767px) {
    .classy-navbar {
        height: 60px;
    }
}

.classy-navbar ul#corenav {
    padding-left: 0;
}

.classy-navbar .classynav ul li a {
    padding: 30px 10px;
    height: auto;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

    .classy-navbar .classynav ul li a::after {
    }

    .classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
    }

.breakpoint-on .classynav ul li .dropdown {
    padding-inline-start: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
        color: #272559;
    }
}

@media only screen and (max-width: 767px) {
    .classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
        color: #272559;
    }
}

.home-area .classy-navbar .classynav > ul > li:hover > a,
.home-area .classy-navbar .classynav > ul > li:hover > i {
    color: #fdd76e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-navbar .classynav > ul > li:hover > a {
        color: #272559;
    }
}

@media only screen and (max-width: 767px) {
    .classy-navbar .classynav > ul > li:hover > a {
        color: #272559;
    }
}

.classy-navbar .classynav ul li li a {
    padding: 10px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-navbar .classynav ul li li a {
        padding: 14px 18px;
    }
}

.classy-navbar .classynav ul li li a:hover, .classy-navbar .classynav ul li li a:focus {
    color: #272559;
}

.classy-navbar .classynav ul li li a i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.25rem;
    margin-right: 1rem;
    border: 2px solid #eff1f7;
    line-height: 36px;
}

.classy-navbar .classynav ul li li a i {
    margin-right: 0.8rem;
}

.classy-navbar .classynav ul li li a span {
    display: block;
    color: #666;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    line-height: 1.4em;
}

    .classy-navbar .classynav ul li li a span:hover, .classy-navbar .classynav ul li li a span:focus {
        color: #272559;
    }

    .classy-navbar .classynav ul li li a span span {
        margin-top: 0.5rem;
        color: #747794;
        font-size: 13px;
    }

        .classy-navbar .classynav ul li li a span span:hover, .classy-navbar .classynav ul li li a span span:focus {
            color: #747794;
        }

.classy-navbar .classynav ul li .dropdown li a {
    border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-navbar .classynav ul li .dropdown li a {
        padding: 14px 30px;
    }
}

.classy-navbar .classynav ul li.has-down > a::after,
.classy-navbar .classynav ul li.megamenu-item > a::after {
    color: #000;
}

.header2 .classynav > ul > li:hover > a {
    color: #272559;
}

.header2 .classynav ul li a {
    color: #0b0757;
}

    .header2 .classynav ul li a:hover, .header2 .classynav ul li a:focus {
        color: #272559;
    }

.header2 .classynav ul li.has-down > a::after,
.header2 .classynav ul li.megamenu-item > a::after {
    color: #0b0757;
}

.header2 .classynav > ul > li > a::before {
    background-color: #272559;
}

.classy-navbar-toggler {
    width: 30px;
    height: 30px;
    padding: 2px;
}

    .classy-navbar-toggler .navbarToggler {
        position: relative;
        z-index: 1;
        width: 26px;
        height: 26px;
    }

        .classy-navbar-toggler .navbarToggler span {
            position: absolute;
            z-index: auto;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            margin: 0;
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
        }

            .classy-navbar-toggler .navbarToggler span:first-child {
                top: 0;
                left: 0;
                background-color: #eee;
            }

            .classy-navbar-toggler .navbarToggler span:nth-child(2) {
                top: 0;
                right: 0;
                background-color: #fdd76e;
            }

            .classy-navbar-toggler .navbarToggler span:nth-child(3) {
                bottom: 0;
                left: 0;
                background-color: #fdd76e;
            }

            .classy-navbar-toggler .navbarToggler span:last-child {
                bottom: 0;
                right: 0;
                background-color: #eee;
            }

.sticky .classy-navbar-toggler .navbarToggler span:first-child,
.header-white-bg .classy-navbar-toggler .navbarToggler span:first-child {
    background-color: #8C37F6;
}

.sticky .classy-navbar-toggler .navbarToggler span:nth-child(2),
.header-white-bg .classy-navbar-toggler .navbarToggler span:nth-child(2) {
    background-color: #000;
}

.sticky .classy-navbar-toggler .navbarToggler span:nth-child(3),
.header-white-bg .classy-navbar-toggler .navbarToggler span:nth-child(3) {
    background-color: #000;
}

.sticky .classy-navbar-toggler .navbarToggler span:last-child,
.header-white-bg .classy-navbar-toggler .navbarToggler span:last-child {
    background-color: #8C37F6;
}

.home-header .classy-navbar-toggler .navbarToggler span:first-child {
    background-color: #ffffff;
}

.home-header .classy-navbar-toggler .navbarToggler span:nth-child(2) {
    background-color: #fdd76e;
}

.home-header .classy-navbar-toggler .navbarToggler span:nth-child(3) {
    background-color: #fdd76e;
}

.home-header .classy-navbar-toggler .navbarToggler span:last-child {
    background-color: #ffffff;
}

.classy-navbar-toggler .navbarToggler.active span:first-child {
    top: 0;
    left: 0;
    border-radius: 50% 50% 0% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

.classy-navbar-toggler .navbarToggler.active span:nth-child(2) {
    top: 0;
    right: 0;
    opacity: 1;
    border-radius: 50% 50% 50% 0%;
}

.classy-navbar-toggler .navbarToggler.active span:nth-child(3) {
    bottom: 0;
    left: 0;
    top: auto;
    border-radius: 50% 0% 50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

.classy-navbar-toggler .navbarToggler.active span:last-child {
    bottom: 0;
    right: 0;
    border-radius: 0% 50% 50% 50%;
}

.header2 .classy-navbar-toggler .navbarToggler span:first-child {
    background-color: #6E5E1B;
}

.header2 .classy-navbar-toggler .navbarToggler span:nth-child(2) {
    background-color: #00b894;
}

.header2 .classy-navbar-toggler .navbarToggler span:nth-child(3) {
    background-color: #00b894;
}

.header2 .classy-navbar-toggler .navbarToggler span:last-child {
    background-color: #6E5E1B;
}

.classycloseIcon {
    top: 27px;
}

.breakpoint-off .classynav ul li .dropdown {
    width: 290px;
    -webkit-transition-duration: 430ms;
    -o-transition-duration: 430ms;
    transition-duration: 430ms;
    border-radius: 6px;
    box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
    padding: 1rem 0;
}

.breakpoint-off.sso-nav .classynav ul li .dropdown {
    left: -100%;
}

.breakpoint-off .classynav ul li .megamenu {
    -webkit-transition-duration: 430ms;
    -o-transition-duration: 430ms;
    transition-duration: 430ms;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
}

.breakpoint-off .classynav ul li:hover .dropdown,
.breakpoint-off .classynav ul li:hover .megamenu {
    -webkit-animation: fadeInUp 430ms ease-in;
    animation: fadeInUp 430ms ease-in;
}

.breakpoint-off .classynav ul li.megamenu-item:focus .megamenu,
.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu {
    top: 92%;
}

.breakpoint-on .dd-trigger {
    background-color: #8C37F6;
}

.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
    background-color: #8C37F6;
}

.classynav ul li .megamenu .single-mega.cn-col-6 {
    width: 50%;
    float: left;
    padding: 15px;
    border-right: 1px solid #eff1f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-6 {
        width: 100%;
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-6 {
        width: 100%;
        height: 350px;
    }
}

.megamenu-thumb {
    position: absolute !important;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    background-position: center center;
    border-radius: 6px 0 0 6px;
    padding: 50px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .megamenu-thumb {
        width: 100%;
        height: 350px;
        border-radius: 0;
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .megamenu-thumb {
        width: 100%;
        height: 350px;
        border-radius: 0;
        padding: 40px;
    }
}

.megamenu-thumb::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -5;
    background-color: #0b0757;
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .megamenu-thumb::after {
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .megamenu-thumb::after {
        border-radius: 0;
    }
}

.megamenu-thumb .mm-text {
    text-align: center;
}

    .megamenu-thumb .mm-text p {
        color: #ffffff;
    }

    .megamenu-thumb .mm-text .btn {
        padding: 16px 32px;
        display: inline-block;
        color: #ffffff;
    }

        .megamenu-thumb .mm-text .btn:hover, .megamenu-thumb .mm-text .btn:focus {
            color: #0b0757;
        }

.header-area.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(15, 15, 15, 0.125);
    transition: ease-out 0.1s;
}

    .header-area.sticky .classy-navbar .white-logo,
    .header-area.header-white-bg .classy-navbar .white-logo {
        display: none;
    }

    .header-area.sticky .classy-navbar .color-logo,
    .header-area.header-white-bg .classy-navbar .color-logo {
        display: block;
    }

    .header-area.sticky .classy-navbar .classynav ul li a,
    .header-area.header-white-bg .classy-navbar .classynav ul li a {
        color: #000;
    }

        .header-area.sticky .classy-navbar .classynav ul li a::after,
        .header-area.header-white-bg .classy-navbar .classynav ul li a::after {
            color: #000;
        }

    .header-area.sticky .classy-navbar .classynav ul li i,
    .header-area.header-white-bg .classy-navbar .classynav ul li i {
        color: #000;
    }

    .header-area.sticky .classy-navbar .classynav ul li a:hover,
    .header-area.sticky .classy-navbar .classynav ul li a:focus,
    .header-area.header-white-bg .classy-navbar .classynav ul li a:hover,
    .header-area.header-white-bg .classy-navbar .classynav ul li a:focus {
        color: #000;
    }

    .header-area.sticky .classy-navbar {
        height: 60px;
    }

    .header-area.sticky .radix-btn {
        background-color: #fdd76e;
        color: #0b0757;
    }

.header-area.home-header {
    background-color: transparent;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(15, 15, 15, 0);
}

    .header-area.home-header .classy-navbar .white-logo {
        display: none;
    }

    .header-area.home-header .classy-navbar .color-logo {
        display: block;
    }

    .header-area.home-header .classy-navbar .classynav ul li a:after {
        color: #000;
    }

    .header-area.home-header .classy-navbar .classynav ul li a {
        color: #000;
        text-shadow: 0 1px 5px rgba(255,255,255,1);
    }

    .header-area.home-header .classy-navbar .classynav ul li .dropdown a {
        color: #000;
    }

    .header-area.home-header .classy-navbar .classynav > ul > li:hover > a,
    .header-area.home-header .classy-navbar .classynav > ul > li:hover > i {
        color: #000;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-navbar .classynav ul li a {
        padding: 30px 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-navbar .classynav ul li a {
        padding: 15px;
        color: #0b0757;
    }
}

@media only screen and (max-width: 767px) {
    .classy-navbar .classynav ul li a {
        padding: 15px;
        color: #0b0757;
    }

    .header-area.sticky .classy-navbar {
        height: 45px;
    }

    .header-area.home-header .classy-navbar .classynav i {
        color: #0b0757;
    }

    .header-area.home-header .classy-navbar .classynav ul li a {
        color: #0b0757;
    }

    .header-area.home-header .classy-navbar .classynav > ul > li:hover > a,
    .header-area.home-header .classy-navbar .classynav > ul > li:hover > i {
        color: #0b0757;
    }
}

.header-area.header2.sticky {
    background-color: #ffffff;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(15, 15, 15, 0.125);
}

.radix-btn {
    border: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 6px;
    padding: 0 2rem;
    font-size: 14px;
    background-color: #6E5E1B;
    height: 49px;
    line-height: 49px;
    text-transform: uppercase;
}

    .radix-btn:hover, .radix-btn:focus {
        background-color: transparent;
        color: #6E5E1B;
        box-shadow: 0 3px 42px 2px rgba(12, 82, 255, 0.175);
        line-height: 49px;
    }

    .radix-btn.white-btn {
        background: linear-gradient(90deg,#FFC000,#FFE699);
        color: #000;
        font-style: italic;
    }

        .radix-btn.white-btn:hover, .radix-btn.white-btn:focus, .radix-btn.white-btn:active {
            background: linear-gradient(270deg,#FFC000,#FFE699) !important;
            box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
        }

    .radix-btn.white-btn-2 {
        background-color: #fdd76e;
        color: #0b0757;
    }

        .radix-btn.white-btn-2:hover, .radix-btn.white-btn-2:focus {
            background-color: #6E5E1B;
            color: #ffffff;
            box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
        }

    .radix-btn.btn-sm {
        padding: 0 1.25rem;
        height: 40px;
        line-height: 40px;
        background-color: #fdd76e;
        color: #0b0757;
    }

        .radix-btn.btn-sm:hover, .radix-btn.btn-sm:focus {
            background-color: #0b0757;
            color: #ffffff;
        }

.radix-btn-2 {
    border: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 6px;
    padding: 0 2rem;
    font-size: 14px;
    background-color: #6E5E1B;
    height: 49px;
    line-height: 49px;
    background: linear-gradient(90deg, #262626, #0D0D0D)
}

    .radix-btn-2:hover, .radix-btn-2:focus {
        background: linear-gradient(270deg, #262626, #0D0D0D);
        color: #ffffff;
    }


/* ==========================================================================
   Landing Page styles
   ========================================================================== */
.h1-page-title {
    font-size: 0.5px;
    margin: 0;
    line-height: 0.5px;
    opacity: 0;
}

.header-info-landing {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px;
}

.header-research {
    background: url(/img/header-bg.jpg) no-repeat center center;
    height: 400px;
}

.header-rewards {
    background: url(/img/gift_background_potrait.jpg) no-repeat center center;
    height: 400px;
}

.header-research:hover {
    filter: unset;
}

.header-rewards:hover {
    filter: unset;
}

.banner-row {
    display: flex;
    justify-content: center;
    max-height: 400px;
    margin: 25px 0;
    z-index: 999;
}

    .banner-row img {
        height: 100%;
    }

.banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    .intro-video-container iframe {
        height: calc(100vw*0.56);
    }

    .banner-row {
        display: flex;
        justify-content: center;
    }

    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }
}

@media (max-width:600px) {
    .header-research:hover {
        filter: unset;
    }

    .header-rewards:hover {
        filter: unset;
    }

    .header-research,
    .header-rewards {
        display: flex;
        justify-content: center;
    }
}

.img-container-landing {
    align-items: center;
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
}

    .img-container-landing img {
        max-height: 85px;
    }

.header-text-container {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    max-width: 550px;
    margin: 15% auto 0;
}

.header-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .header-btn-container .btn {
        background-color: #172949;
        color: white;
        font-size: 18px;
        text-transform: none;
        text-shadow: 0 3px 10px rgba(0,0,0,0.4);
    }

.home-btn-container .vodus-primary-btn {
    background-color: #172949;
    border: 2px solid #172949;
    color: white;
    transition: ease 0.2s;
    padding: 15px 20px;
    font-family: 'Lato';
}

.vodus-primary-btn:hover,
.vodus-primary-btn:focus,
.vodus-primary-btn:active {
    background-color: white;
    color: #172949;
    border: 1px solid #172949;
}

.mouse-icon-landing {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: 540px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}

#our-method {
    background: url(/Content/images/unique-method-bg.png) no-repeat center;
    display: flex;
    justify-content: center;
}

.our-method-container {
    padding: 60px;
    position: relative;
    float: left;
}

    .our-method-container h2 {
        color: #fff;
        margin-bottom: 30px;
    }

    .our-method-container p {
        color: #fff;
    }

.method-paragraph-container {
    display: flex;
    flex-wrap: wrap;
}

#about {
    background-color: #fff;
    padding: 50px 0 100px;
}

.vertical-line {
    height: 60px;
    float: left;
    width: 50%;
    margin: 10px 0;
    margin-right: 50%;
    border-right: solid 2px #172949;
}

.about-container {
    max-width: 650px;
}

.about-title-container {
    display: flex;
    justify-content: left;
}

    .about-title-container h1 {
        color: #000;
        text-align: left;
        text-transform: uppercase;
        line-height: 1.6em;
        font-size: 34px;
        font-weight: 900;
        letter-spacing: 0.07em;
    }

    .about-title-container .cursive {
        text-transform: none;
    }

.video-btn-container {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

    .video-btn-container .video-play-btn {
        border: 1px solid #172949;
        padding: 7px 12px;
        border-radius: 5em;
    }

.yt-video-container {
    background-image: url(https://i.ytimg.com/vi_webp/merdrci4X4s/sddefault.webp);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .yt-video-container .yt-play-button {
        background: none;
        border: none;
        filter: grayscale(1);
        height: 60px;
        cursor: pointer;
    }

        .yt-video-container .yt-play-button path {
            opacity: 0.8;
        }

.intro-video-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.about-paragraph-main {
    color: #172949;
    font-size: 18px;
    padding-bottom: 5px;
}

#media-network {
    background-color: #fff;
}

.media-network-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.media-title-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .media-title-container h3 {
        color: #7F7F7F;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        margin-top: 5px;
        line-height: 1.6em;
        width: 100%;
    }

.media-paragraph-container {
    color: #333333;
    font-family: 'Lato';
    padding: 15px 50px;
}

    .media-paragraph-container p {
        color: #333333;
    }

.media-paragraph-main {
    font-weight: 900;
    margin-bottom: 20px;
}

.media-paragraph {
    font-size: 16px;
}

.media-logo-tablet {
    background: url(/Content/images/tablet-horizontal-1.png) center no-repeat;
    background-size: contain;
    padding: 52px 44px;
    max-width: 650px;
    max-height: 390.56px;
}

.media-logo-tablet-screen-container {
    height: 100%;
    overflow: hidden;
}

.media-logo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    animation-delay: 0s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: media-scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}

.media-logo-img {
    max-height: 40px;
    height: 100%;
    width: auto;
    margin: 15px;
}

@keyframes media-scrolling {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.show-more-container {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    background: linear-gradient(rgba(255,255,255,0), rgba(240,240,240,0.8) 60%, rgba(230,230,230,1) 100%);
    opacity: 1;
    margin-top: -100px;
}

    .show-more-container a {
        margin-top: 20px;
    }

@media (max-width: 992px) {
    .media-network-container {
        padding: 20px 0 0;
    }
}

@media (max-width: 480px) {
    .about-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #media-network > div {
        margin-bottom: 0;
    }

    #media-network .media-title-container h2 {
        text-align: left;
    }

    .media-logo-container {
        animation-duration: 15s;
    }

    .media-logo-tablet {
        background: url(/Content/images/tablet-vertical-1.png) center no-repeat;
        background-size: contain;
        max-height: 70vh;
        max-width: 41vh;
        padding: 7vh 35px;
        margin: auto;
        height: auto;
        width: 100%;
    }
}

#our-clients {
    background-color: #fff;
}

.client-box {
    max-width: 1000px;
    box-shadow: 0 0 5px 0 #aaa;
    margin: auto;
}

.client-container {
    padding: 15px;
    padding-bottom: 0;
}

@media (max-width: 480px) {
    .client-container {
        padding: 20px 0 0;
    }

    #our-clients .client-title-container h2 {
        font-size: 36px;
    }
}

#our-clients {
    padding-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

.client-title-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 25px;
}

    .client-title-container h3 {
        color: #172949;
        font-weight: 900;
        width: 100%;
        padding: 0;
    }

    .client-title-container p {
        font-weight: 400;
        max-width: 1000px;
    }

.client-logo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px 0;
    max-height: 100vh;
}

.client-logo-box {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    padding: 10px;
    max-height: 150px;
    max-width: 200px;
}

@media (max-width:500px) {
    .client-logo-box {
        max-width: calc(50% - 20px);
    }
}

.client-logo-img {
    max-height: 80px;
    height: 100%;
    width: auto;
    margin: 30px 10px;
}

.client-logo-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 10px;
    border: 1px solid #111;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
    height: 160px;
    width: 250px;
}

.client-logo-img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

@media (max-width: 480px) {
    .client-logo-container {
        justify-content: center;
    }
}

#survey-method {
    background-color: #ffffff;
}

    #survey-method .row {
        margin: 15px;
    }

.works-container {
    padding-bottom: 100px;
}

.works-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
}

    .works-title h2 {
        font-size: 46px;
        text-transform: uppercase;
    }

    .works-title p {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .works-title .video-play-btn {
        display: flex;
        color: #0b0757;
        background-color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #0b0757;
        text-align: center;
        font-size: 1rem;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

.work-steps {
    margin-top: -150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .work-steps > div {
        max-width: 450px;
    }

    .work-steps h3 {
        font-family: Lato;
        min-width: 90px;
    }

    .work-steps img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.work-steps-title {
    display: flex;
    justify-content: flex-start;
}

#unique-features {
    background: url(/Content/images/usp-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.usp-container {
    max-width: 900px;
    margin: 20px 40px;
}

.usp-paragraph p {
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
}

.usp-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .usp-header h2 {
        padding-left: 0;
        font-size: 38px;
        color: #fff;
    }

    .usp-header h1 {
        font-size: 82px;
        color: #fff;
    }

.cta-area .container {
    max-width: 800px;
}

#contact-us {
    background-color: #fff;
    z-index: 2;
    margin-top: 0;
    padding-top: 40px;
}

    #contact-us h3,
    #contact-us p {
        color: #000;
        text-align: left;
        width: 100%;
        padding-left: 15px;
        white-space: nowrap;
    }

        #contact-us p.alert {
            white-space: normal;
            background-color: #fff;
            padding: 1em 2em;
            border-color: #fff;
            box-shadow: 0 0 5px 0 #aaa;
        }

    #contact-us span {
        color: #000;
        padding: 0;
    }

    #contact-us .form-group {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0;
    }

#inputOccupation {
    cursor: pointer;
    height: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

    .select-wrapper::after {
        font-family: classyfonts;
        content: "\e900";
        font-size: 0.8rem;
        top: 0.8rem;
        right: 15px;
        position: absolute;
        color: #aaa;
        cursor: pointer;
    }

.form-underline {
    height: 3px;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -2px;
}

.contact-landing {
    max-width: 800px;
    padding: 0 15px;
    padding-bottom: 30px;
}

.lazy {
    background-image: none !important;
}

.send-message-container {
    margin: 15px;
    border: 5px solid #ffffff;
    padding: 15px;
}

    .send-message-container h2 {
        color: #fff;
    }

.footer-landing {
    margin-top: 40px
}

    .footer-landing h3 {
        margin-top: 5px
    }

    .footer-landing p {
        color: #000
    }

footer {
    background: linear-gradient(to bottom,#262626,#000);
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
}

    footer .row {
        align-content: flex-start;
        margin: 0;
    }

.footer-logo img {
    max-height: 35px;
    margin-bottom: 15px;
}

.footer-company-description {
    margin-bottom: 5px;
}

.footer-content {
    float: left;
    padding: 20px
}

    .footer-content h3 {
        color: #ccc
    }

    .footer-content h4 {
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        font-weight: 900;
        margin-top: 10px;
        font-size: 16px
    }

    .footer-content h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .footer-content h6 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        line-height: 1.3em
    }

    .footer-content p {
        color: #ccc;
        font-size: 14px;
        margin-bottom: 5px;
    }

.footer-copyright {
    text-align: left;
    padding: 10px;
    margin: 0;
    border-top: solid 1px #fff;
    color: #fff;
    font-size: 14px
}

.footer-nav {
    padding: 5px 0 0;
    font-size: 14px;
}

    .footer-nav a {
        color: #ccc
    }

        .footer-nav a:active, .footer-nav a:hover {
            color: #fff
        }

#footer .contact-item {
    padding: 0;
}

.email-signup-title {
    margin: 25px 0 10px
}

footer .form-control {
    border-radius: 40px
}

footer .form-group {
    border-radius: 40px;
    display: flex
}

.partner-logo-container-footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

    .partner-logo-container-footer > div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 70px;
        margin: 5px 10px;
        filter: drop-shadow(0 0 1px #fff);
    }

    .partner-logo-container-footer img {
        max-height: 100%;
        max-width: 100%;
    }

.email-signup-title {
    margin: 25px 0 10px
}

footer .form-control {
    border-radius: 40px;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px
}

footer .form-group {
    border-radius: 40px;
    display: flex
}

#contact-us #submitContactRequest {
    border: solid 1px #fff;
    color: #fff;
    padding: 12px 25px;
}

#submitContactRequest {
    font-size: 18px;
    padding: .5em .6em;
    letter-spacing: inherit;
    text-transform: none;
    border: solid 1px #333;
    color: #333;
    background-color: transparent;
    line-height: 1em
}

.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

footer .social-icons {
    padding-left: 0
}

    footer .social-icons li {
        display: inline-block;
        margin: 5px
    }

        footer .social-icons li a {
            font-size: 30px;
            color: #ccc;
            -webkit-transition: color .5s;
            transition: color .5s
        }

            footer .social-icons li a:active, footer .social-icons li a:hover {
                color: #fff
            }

footer .copyright {
    color: grey;
    padding-top: 10px;
    margin-bottom: 50px
}

.partner-title-container-footer {
    text-align: center;
}

.partner-logo-container-footer {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .partner-logo-container-footer > div {
        display: flex;
        justify-content: center;
        background: #fff;
        align-items: center;
        height: 50px;
        width: 100px;
        padding: 10px 10px;
        margin: 5px;
    }


/* ==========================================================================
   Main styles
   ========================================================================== */
#home {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 100px;
}

.article {
    min-height: 50vh;
    z-index: 0;
    height: auto;
}

    .article header {
        width: 100%;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        height: 50vh;
    }

.header {
}

.user-details {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.man-center {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

    .man-center img {
        height: auto;
        width: 100%;
        position: absolute;
    }

@media (min-width: calc(100vh * 16 / 9)) {
    .man-center {
        top: unset;
    }

        .man-center img {
            bottom: 0;
            margin-bottom: calc((100vh - 100vw * (9/16))/2);
        }
}

.home-container {
    padding: 0 35px;
}

.landing-title-container {
    display: flex;
    justify-content: start;
    min-height: 160px;
    text-shadow: 0 0px 5px rgba(255,255,255,0.8);
}

.landing-title,
.main-title {
    color: #000;
    font-family: 'Lato',Helvetica;
    font-size: 47px;
    letter-spacing: 0;
    font-weight: 900;
    text-align: left;
    line-height: 1.1em;
    width: 80%;
    white-space: nowrap;
}

    .landing-title .cursive {
        font-size: 60px;
    }

.intro {
    opacity: 1 !important;
}

.words-wrapper {
    width: 100%;
    padding-bottom: 45px;
    color: #8C37F6;
}

    .words-wrapper strong {
        display: inline-block;
        position: absolute;
        white-space: normal;
        width: 100%;
        max-width: 500px;
        line-height: 1em;
    }

.rotate-title.rotate-1 .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.rotate-title.rotate-1 strong.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

.rotate-title.rotate-1 strong.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.rotate-title.rotate-1 strong {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    font-size: 42px;
    font-family: "Glacial Indifference", sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.rotate-title.type .words-wrapper {
    vertical-align: top
}

    .rotate-title.type .words-wrapper::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%;
        width: 2px;
        background-color: #333
    }

    .rotate-title.type .words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite
    }

    .rotate-title.type .words-wrapper.selected {
        background-color: #FFF9CD
    }

        .rotate-title.type .words-wrapper.selected::after {
            visibility: hidden
        }

        .rotate-title.type .words-wrapper.selected strong {
            color: #0d0d0d
        }

.rotate-title.type strong {
    visibility: hidden
}

    .rotate-title.type strong.is-visible {
        visibility: visible
    }

.rotate-title.type i {
    position: absolute;
    visibility: hidden
}

    .rotate-title.type i.in {
        position: relative;
        visibility: visible
    }

.rotate-title.loading-bar span {
    display: inline-block;
    padding-bottom: 3px
}

.rotate-title.loading-bar .words-wrapper {
    vertical-align: top
}

    .rotate-title.loading-bar .words-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 0;
        background: #333;
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        -moz-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s
    }

    .rotate-title.loading-bar .words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        -moz-transition: width 3s;
        transition: width 3s
    }

.rotate-title.loading-bar strong {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s
}

    .rotate-title.loading-bar strong.is-visible {
        opacity: 1;
        top: 0
    }

.rotate-title.slide span {
    display: inline-block
}

.rotate-title.slide .words-wrapper {
    vertical-align: top
}

.rotate-title.slide strong {
    opacity: 0;
    top: .2em
}

    .rotate-title.slide strong.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        -moz-animation: slide-in 0.6s;
        animation: slide-in 0.6s
    }

    .rotate-title.slide strong.is-hidden {
        -webkit-animation: slide-out 0.6s;
        -moz-animation: slide-out 0.6s;
        animation: slide-out 0.6s
    }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.rotate-title.clip span {
    display: inline-block
}

.rotate-title.clip .words-wrapper {
    vertical-align: top
}

    .rotate-title.clip .words-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd
    }

.rotate-title.clip strong {
    opacity: 0
}

    .rotate-title.clip strong.is-visible {
        opacity: 1
    }

.rotate-title.zoom .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.rotate-title.zoom strong {
    opacity: 0
}

    .rotate-title.zoom strong.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s
    }

    .rotate-title.zoom strong.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px)
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.rotate-title.rotate-3 .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.rotate-title.rotate-3 strong {
    opacity: 0
}

.rotate-title.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.is-visible .rotate-title.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rotate-title.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards
}

.rotate-title.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards
}

.no-csstransitions .rotate-title.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0
}

.no-csstransitions .rotate-title.rotate-3 .is-visible i {
    opacity: 1
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg)
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg)
    }

    100% {
        -moz-transform: rotateY(0deg)
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0)
    }

    100% {
        -moz-transform: rotateY(-180deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.rotate-title.scale strong {
    opacity: 0
}

.rotate-title.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.is-visible .rotate-title.scale i {
    opacity: 1
}

.rotate-title.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards
}

.rotate-title.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards
}

.no-csstransitions .rotate-title.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.no-csstransitions .rotate-title.scale .is-visible i {
    opacity: 1
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.rotate-title.push strong {
    opacity: 0
}

    .rotate-title.push strong.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s
    }

    .rotate-title.push strong.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s
    }

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.vodus-motto h2 {
    font-size: 32px;
    padding: 0;
    margin-bottom: 10px;
    text-shadow: 0 0px 5px rgb(255 255 255 / 80%);
}

.vodus-motto .btn-primary {
    padding: 10px;
    min-width: 160px;
    font-weight: 600;
}

.landing-instructions {
    position: absolute;
    z-index: 6;
    width: 50%;
    display: flex;
    align-items: center;
    transition: all 1s ease;
}

    .landing-instructions h3 {
        color: #172949;
        margin: 0;
        text-shadow: 0 1px 3px rgba(255,255,255,0.8);
        line-height: 1.4em;
        font-size: 26px;
        font-family: 'Lato',Sans Seriff;
    }

.landing-paragraph,
.main-paragraph {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 15px;
    text-shadow: 0 0 2px rgba(255,255,255,1);
    transition: all 1s ease;
}

    .landing-paragraph p span {
        font-style: italic;
        color: #8C37F6;
    }

.home-btn-container {
    display: none;
    justify-content: center;
}

    .home-btn-container a {
        margin: 0 5px;
    }

.header-info {
    z-index: 2;
    width: 100%;
    height: 100vh;
    max-height: 650px;
    display: flex;
    align-items: center;
    margin: 0;
}

.header-left-container {
    padding: 35px;
    padding-left: 4%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 12;
}

#home .header-left-container {
    padding: 0;
    align-content: flex-end;
    background-image: none;
    z-index: 1;
}

#home .content-container {
    padding: 20px 0 0;
    max-width: 450px;
}

.header-right-container {
    height: 100%;
    width: 80%;
    background-repeat: no-repeat;
}

#home .header-right-container {
    height: 100vh;
    margin: 0;
    max-height: 600px;
    width: calc(100vw - 205px);
    max-width: 1100px;
    margin-left: 190px;
    top: 0;
    position: absolute;
}

.header-tagline-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
}

.signin {
    padding-top: 9px;
}

.big-text {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.medium-text {
    font-size: 1.4em;
}

.md-text {
    font-size: 16px;
}

.img-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.mouse-icon {
    border: 2px solid #172949;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin-left: 25px;
    width: 30px;
    z-index: 10;
    filter: drop-shadow(0 1px 3px rgba(255,255,255,0.8));
}

    .mouse-icon .scroll, .mouse-icon-landing .scroll {
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: scrolling;
        animation-play-state: running;
        animation-timing-function: linear;
    }

    .mouse-icon .scroll, .mouse-icon-landing .scroll {
        background: #172949 none repeat scroll 0 0;
        border-radius: 10px;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 4px;
        width: 4px;
    }

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }

    30% {
        opacity: 1;
        top: 10px;
    }

    100% {
        opacity: 0;
        top: 25px;
    }
}

.pad-xl {
    padding: 200px 0px;
}

.pad-lg {
    padding: 160px 0px;
}

.pad-md {
    padding: 120px 0px;
}

.pad-sm {
    padding: 80px 0px;
}

.pad-xs {
    padding: 30px 0px;
}

/* Service Area */
.service-card {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(47, 91, 234, 0.05);
    overflow: hidden;
    height: 100%;
}

    .service-card::after {
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 0.09;
        top: 20px;
        content: "";
        left: 20px;
        z-index: -1;
    }

    .service-card .icon {
        position: relative;
        z-index: 10;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto 45px;
        background-color: #0b0757;
        border-radius: 50%;
        color: #ffffff;
        font-size: 2rem;
    }

        .service-card .icon i {
            line-height: 80px;
        }

        .service-card .icon::after {
            position: absolute;
            width: calc(100% + 20px);
            height: calc(100% + 20px);
            content: "";
            top: -10px;
            left: -10px;
            background-color: transparent;
            border: 2px dashed #eff1f7;
            border-radius: 50%;
            z-index: -10;
        }

    .service-card h4 {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

    .service-card p {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
    }

    .service-card.active, .service-card:hover, .service-card:focus {
        /*-webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);*/
        box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
        background-color: #f5f5ff;
        border-color: rgba(0, 0, 0, 0.3);
    }

        .service-card.active .icon::after, .service-card:hover .icon::after, .service-card:focus .icon::after {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .service-card.active h3,
        .service-card.active hr,
        .service-card.active p, .service-card:hover h4,
        .service-card:hover p, .service-card:focus h4,
        .service-card:focus p {
            color: #000;
        }

    .service-card .card-img-top {
        max-height: 200px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

        .service-card .card-img-top img {
            width: 100%;
        }

    .service-card .card-body-title {
        height: 35%;
        justify-content: left;
    }

    .service-card .card-body-paragraph {
        height: 65%;
    }

#testimonial .card {
    align-content: space-between;
    height: 100%;
    background-color: #fff;
    box-shadow: none;
}

#testimonial .card-body {
    padding: 15px;
    padding-top: 0;
    max-height: 30%;
}

#testimonial .card-img-top {
    height: auto;
    padding: 15px;
    max-height: 70%;
    min-height: 60%;
}

#testimonial h4 {
    width: 100%;
    margin-bottom: 2px;
}

#testimonial .service-card .card-body-title {
    justify-content: center;
    height: auto;
    width: 100%;
}

    #testimonial .service-card .card-body-title img {
        max-width: 100%;
        max-height: 70px;
        width: auto;
        height: auto;
    }

#testimonial .service-card .card-body-paragraph {
    height: auto;
    padding: 10px;
}

.service-area {
    position: relative;
    z-index: 5;
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 20px;
    background-color: #fff;
    background-image: url(/Content/images/purple-wave-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .service-area h2 {
        margin: 50px 0 40px;
        font-size: 24px;
        padding: 0;
    }

        .service-area h2 .cursive {
            font-size: 40px;
            padding: 0 10px;
        }

    .service-area .section-heading {
        margin-bottom: 15px;
    }

    .service-area hr {
        width: 60%;
        margin-bottom: 1rem;
        border-top: 3px solid;
    }

    .service-area .row {
        margin-right: -25px;
        margin-left: -25px;
    }

    .service-area .service-container {
        margin: 10px 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .service-area .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 480px) {
    .service-area {
        padding-left: 15px;
        padding-right: 15px;
        background: none;
    }
}

.service3 .service-card {
    border: 0;
    box-shadow: none;
}

    .service3 .service-card.active, .service3 .service-card:hover, .service3 .service-card:focus {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
        background-color: #ffffff;
    }

        .service3 .service-card.active::after, .service3 .service-card:hover::after, .service3 .service-card:focus::after {
            background-color: #0811FB;
        }

        .service3 .service-card.active .icon::after, .service3 .service-card:hover .icon::after, .service3 .service-card:focus .icon::after {
            border-color: #ffffff;
        }

        .service3 .service-card.active h4, .service3 .service-card:hover h4, .service3 .service-card:focus h4 {
            color: #0811FB;
        }

        .service3 .service-card.active p, .service3 .service-card:hover p, .service3 .service-card:focus p {
            color: #747794;
        }


#comparison h2 {
    color: #5a168e;
}

#comparison .comparison-table-container {
    overflow: scroll;
}

#comparison .comparison-table {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    min-width: 420px;
}

    #comparison .comparison-table p,
    #comparison .comparison-table h4 {
        color: #111111;
        width: 100%;
        text-align: center;
        margin: 10px 15px;
    }

    #comparison .comparison-table .rows {
        float: left;
        width: 100%;
        border-bottom: 2px solid #ffffff;
    }

    #comparison .comparison-table li ul {
        list-style: none;
        padding: 0;
        width: 100%;
        float: left;
        display: flex;
        align-items: stretch;
    }

        #comparison .comparison-table li ul li {
            width: 37.5%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #comparison .comparison-table li ul li:nth-child(1) {
                width: 25%;
                justify-content: flex-start;
            }

                #comparison .comparison-table li ul li:nth-child(1) p,
                #comparison .comparison-table li ul li:nth-child(1) h4 {
                    font-weight: bold;
                }

            #comparison .comparison-table li ul li:nth-child(2) {
                background-color: #f6edff;
            }

                #comparison .comparison-table li ul li:nth-child(2) p {
                    color: #5a168e;
                }

                #comparison .comparison-table li ul li:nth-child(2):before {
                    content: "";
                    display: block;
                    width: 2px;
                    border-left: 5px solid #5a168e;
                    height: 150%;
                }

                #comparison .comparison-table li ul li:nth-child(2):after {
                    content: "";
                    display: block;
                    width: 2px;
                    border-right: 5px solid #5a168e;
                    height: 164%;
                    margin-right: -3px;
                    z-index: 2;
                }

            #comparison .comparison-table li ul li:last-child {
                border-right: none;
                background-color: #e9e9e9;
            }

    #comparison .comparison-table li:last-child ul li:nth-child(2) {
        border-bottom: solid 5px #5a168e;
    }

        #comparison .comparison-table li:last-child ul li:nth-child(2):before {
            content: "";
            display: block;
            width: 2px;
            border-left: 5px solid #5a168e;
            height: 116%;
        }

        #comparison .comparison-table li:last-child ul li:nth-child(2):after {
            content: "";
            display: block;
            width: 2px;
            border-right: 5px solid #5a168e;
            height: 123%;
            margin-right: -3px;
        }

    #comparison .comparison-table img {
        display: block;
        width: auto;
        height: 100%;
        max-width: 100%;
        margin: auto;
    }

    #comparison .comparison-table .title-row {
        width: 100%;
        float: left;
        border-bottom: none;
    }

#comparison .title-row li {
    height: 72px;
}

#comparison li.title-row li:nth-child(1) {
}

#comparison li.title-row li:nth-child(2) {
    border-top: solid 5px #5a168e;
    background-color: #5a168e !important;
    color: #5a168e;
    padding: 10px 0;
}

#comparison .title-row li:nth-child(1) > div {
    margin: 10px 15px;
}

#comparison .title-row li:nth-child(1) h4 {
    margin: 5px 0;
}

#comparison .title-row li:nth-child(1) p {
    margin: 0;
}

#comparison .title-row li:last-child {
    border-bottom: 2px solid white;
}

#comparison .title-row li:nth-child(3) h4 {
}

#comparison .title-row p {
    font-size: 14px;
    line-height: 1.4;
}

.purple-grad-bg {
    background: linear-gradient(#431D60 10%,#49267f,#5134a8);
    min-height: 300px;
}

hr.line {
    width: 100%;
    border: 2px solid;
}

.purple {
    border-color: #6d3f96;
    color: #6d3f96;
}

.blue {
    border-color: #70cbce;
    color: #70cbce
}

.yellow {
    border-color: #fdc05d;
    color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

    .iphone img {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 440px;
    }


#invite {
    background: #f2f2f2;
}

.fa-envelope-o {
    color: #5A168E;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #5A168E;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}



.news-container {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-img {
    padding-right: 20px;
}

.social li a:hover {
    opacity: 0.5;
}

/*---------------------------------------
   SECTION:  HOW DOES IT WORK?  (SCSS)             
-----------------------------------------*/
.left-arrow, .right-arrow {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.left-arrow {
    left: 1.5%;
}

.right-arrow {
    right: 1.5%;
}

.method-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .method-title h2 {
        text-transform: uppercase;
    }


/*------PRODUCT DEMO VIDEO--------*/
.welcome-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area {
        height: auto;
    }
}

.welcome-area .background-image {
    position: absolute !important;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
}

.welcome-area .background-shape .circle1 {
    width: 2200px;
    height: 2200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    position: absolute;
    z-index: -30;
    top: -1100px;
    right: -1100px;
}

.welcome-area.hero4 .welcome-content h3 {
    color: #5147FE;
    padding-right: calc(1rem + 15px);
}

.welcome-area.hero4 .welcome-content p {
    color: #747794;
    padding-right: calc(1rem + 15px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area .background-shape .circle1 {
        width: 1700px;
        height: 1700px;
        top: -850px;
        right: -850px;
    }
}

.welcome-area .background-shape .circle2 {
    width: 1700px;
    height: 1700px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    position: absolute;
    z-index: -20;
    top: -850px;
    right: -850px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area .background-shape .circle2 {
        width: 1200px;
        height: 1200px;
        top: -600px;
        right: -600px;
    }
}

.welcome-area .background-shape .circle3 {
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    position: absolute;
    z-index: -10;
    top: -600px;
    right: -600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area .background-shape .circle3 {
        width: 700px;
        height: 700px;
        top: -350px;
        right: -350px;
    }
}

.welcome-area .background-shape .circle4 {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    position: absolute;
    z-index: -10;
    top: -350px;
    right: -350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area .background-shape .circle4 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }
}

.welcome-area .hero-background-shape {
    position: absolute !important;
    top: -1px;
    right: -1px;
    z-index: -1;
}

.welcome-area .welcome-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .welcome-area .welcome-content {
        margin-top: 20px;
    }
}

.welcome-area.hero4 .welcome-content h3 {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 26px;
    font-family: 'Lato';
}

.welcome-area.hero4 .welcome-content span {
    font-weight: 600;
    font-size: larger;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area.hero4 .welcome-content h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area.hero4 .welcome-content h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .welcome-content h3 {
        font-size: 1.5rem;
        padding-right: 0;
    }
}

.welcome-area.hero4 .welcome-content p {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area.hero4 .welcome-content p {
        font-size: 1.15rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area.hero4 .welcome-content p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .welcome-content p {
        font-size: 1rem;
        padding-right: 0;
    }
}

.welcome-area.hero2 {
    background-color: #ffffff;
}

    .welcome-area.hero2 .hero2-big-circle {
        width: 320px;
        height: 320px;
        border-radius: 50%;
        border: 4.5rem solid #f5f5ff;
        position: absolute !important;
        left: -185px;
        top: 54%;
        z-index: -1;
    }

    .welcome-area.hero2 .welcome-content h2 {
        color: #0b0757;
    }

    .welcome-area.hero2 .welcome-content p {
        color: #747794;
    }

    .welcome-area.hero2 .background-animation .star-ani::after {
        color: rgba(12, 82, 255, 0.26);
    }

    .welcome-area.hero2 .background-animation .cloud-ani::after {
        color: rgba(12, 82, 255, 0.26);
    }

    .welcome-area.hero2 .background-animation .circle-ani::after {
        border: 4px solid rgba(12, 82, 255, 0.13);
    }

    .welcome-area.hero2 .background-animation .triangle-ani::after {
        border-top: 14px solid rgba(12, 82, 255, 0.12);
    }

    .welcome-area.hero2 .background-animation .box-ani::after {
        background-color: rgba(12, 82, 255, 0.11);
    }

    .welcome-area.hero2 .background-animation .line-ani::after {
        background-color: rgba(12, 82, 255, 0.17);
    }

.welcome-area.hero3 {
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .container.h-100 {
        height: auto !important;
    }

        .welcome-area.hero3 .container.h-100 .row.h-100 {
            height: auto !important;
        }
}

.welcome-area.hero3 .hero3-bg-shape {
    position: absolute !important;
    top: -1px;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area.hero3 .hero3-bg-shape {
        top: 30px;
    }

        .welcome-area.hero3 .hero3-bg-shape::after {
            position: absolute;
            width: 100%;
            height: 100px;
            top: -95px;
            left: 0;
            content: "";
            background-color: #0811FB;
            z-index: -1;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area.hero3 .hero3-bg-shape {
        top: 35px;
    }

        .welcome-area.hero3 .hero3-bg-shape::after {
            position: absolute;
            width: 100%;
            height: 100px;
            top: -95px;
            left: 0;
            content: "";
            background-color: #0811FB;
            z-index: -1;
        }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .hero3-bg-shape {
        top: 60px;
    }

        .welcome-area.hero3 .hero3-bg-shape::after {
            position: absolute;
            width: 100%;
            height: 100px;
            top: -95px;
            left: 0;
            content: "";
            background-color: #0811FB;
            z-index: -1;
        }
}

.welcome-area.hero3 .hero-side-img {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    margin-top: 75px;
}

    .welcome-area.hero3 .hero-side-img img {
        max-height: 100%;
        box-shadow: 0 0.5rem 2rem 0 rgba(12, 82, 255, 0.172);
        border-radius: .5rem;
    }

    .welcome-area.hero3 .hero-side-img .second-img {
        position: absolute;
        bottom: 40px;
        left: -40px;
        border-radius: .5rem;
        z-index: 1;
        -webkit-animation: slideAnimation linear 12s infinite;
        animation: slideAnimation linear 12s infinite;
    }

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .hero-side-img {
        width: 75%;
        top: auto;
        transform: translateY(0%);
        margin-top: 0;
        bottom: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .welcome-content {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .welcome-content h2 {
        background-color: #ffffff;
        display: inline-block;
        padding: 0 .25rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area.hero3 .welcome-content .animated--headline h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero3 .welcome-content .animated--headline h4 {
        font-size: 1rem;
        background-color: #ffffff;
        display: inline-block;
        padding: 0 .25rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area.hero3 .welcome-content .animated--headline h4 {
        font-size: 1.25rem;
    }
}

.welcome-area.hero3 .welcome-content .animated--headline span {
    padding: 0;
}

.welcome-area.hero3 .welcome-content .animated--headline .ah-words-wrapper {
    margin-left: 10px;
    color: #0811FB;
}

    .welcome-area.hero3 .welcome-content .animated--headline .ah-words-wrapper b {
        padding-right: 0.5rem;
        font-weight: 700;
    }

.welcome-area.hero3 .welcome-content h2 {
    color: #0b0757;
}

    .welcome-area.hero3 .welcome-content h2 span {
        color: #0811FB;
    }

.welcome-area.hero3 .welcome-content p {
    color: #747794;
}

.welcome-area.hero4 {
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 {
        height: auto;
    }

    #survey-method .row {
        margin: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area.hero4 {
        height: auto;
    }
}

.welcome-area.hero4 .hero4-bg-shape {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
}

.welcome-area.hero4 .hero4-bg-shape2 {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: -1;
}

.welcome-area.hero4 .hero-slides .owl-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .hero-slides .owl-nav {
        margin-top: 1.5rem;
        width: min-content;
    }
}

.welcome-area.hero4 .hero-slides .owl-nav .owl-prev,
.welcome-area.hero4 .hero-slides .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 1.25rem;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .hero-slides .owl-nav .owl-prev,
    .welcome-area.hero4 .hero-slides .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.welcome-area.hero4 .hero-slides .owl-nav .owl-prev i,
.welcome-area.hero4 .hero-slides .owl-nav .owl-next i {
    line-height: 50px;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .hero-slides .owl-nav .owl-prev i,
    .welcome-area.hero4 .hero-slides .owl-nav .owl-next i {
        line-height: 40px;
    }
}

.welcome-area.hero4 .hero-slides .owl-nav .owl-prev:hover,
.welcome-area.hero4 .hero-slides .owl-nav .owl-next:hover {
    background-color: #e2e2e2;
    color: #000;
}

.welcome-area.hero4 .hero-slides .owl-nav .owl-next {
    margin-left: 1rem;
}

.welcome-area.hero4 .key-quote {
    font-size: 14px;
    padding: 0.5rem 1rem;
    background-color: #fdd76e;
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: .5rem;
    color: #0b0757;
}

.welcome-area .learn-more-btn-container {
    position: relative;
    margin-top: -49px;
    margin-right: 15px;
    width: min-content;
    float: right;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area.hero4 .key-quote {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .key-quote {
        font-size: 11px;
    }

    .welcome-area .learn-more-btn-container {
        margin-top: -45px;
    }
}

.welcome-area.hero4 .hero-video-card {
    position: relative;
    z-index: 1;
    border: 0;
    box-shadow: 0 0 5px 0 #aaa;
    border-radius: 5px;
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .welcome-area.hero4 .hero-video-card {
        margin-top: 0;
    }
}

.welcome-area.hero4 .hero-video-card .video-shape {
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: -1;
    -webkit-animation: slideAnimation linear 12s infinite;
    animation: slideAnimation linear 12s infinite;
}

.welcome-area.hero4 .hero-video-card .video-card-slides {
    border-radius: 5px;
}

    .welcome-area.hero4 .hero-video-card .video-card-slides div {
        border-radius: 5px;
    }

    .welcome-area.hero4 .hero-video-card .video-card-slides .owl-item {
        display: flex;
        align-items: center;
    }

    .welcome-area.hero4 .hero-video-card .video-card-slides img {
        border-radius: 5px;
    }

.welcome-area.hero4 .hero-video-card .video-play-btn {
    position: absolute;
    bottom: 20px;
    right: 50px;
    background-color: #ffffff;
    color: #0b0757;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2em;
    z-index: 99;
    border: 1px solid #0b0757;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.15em;
}

    .welcome-area.hero4 .hero-video-card .video-play-btn i {
        line-height: 50px;
        padding-left: 2px;
    }

.mfp-iframe-scaler iframe {
    z-index: 9999;
}

@-webkit-keyframes slideAnimation {
    50% {
        bottom: 0;
    }
}

@keyframes slideAnimation {
    50% {
        bottom: 0;
    }
}
/*---------------------------------------
   SECTION:  CASE STUDIES                 
-----------------------------------------*/
#case-studies {
    background-size: cover;
    background-color: #fff;
}

    #case-studies .color-overlay {
        padding-top: 80px;
        padding-bottom: 110px;
        background-color: rgba(0,0,0,0.55);
    }

    #case-studies .container {
        padding: 40px 0;
    }

.casestudy-title-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-left: 40px;
}

    .casestudy-title-container h5 {
        color: #172949;
        font-size: 22px;
        text-align: left;
        font-weight: 900;
    }

.casestudy-container {
    display: flex;
    flex-wrap: wrap;
}

.case-study-cards-container {
    padding: 10px;
}

.case-study-cards {
    float: left;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0 0 5px 0 #aaa;
    border-radius: 5px;
}

.case-study-card-image {
    display: flex;
    align-items: center;
    height: 250px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .case-study-card-image img {
        width: 100%;
        object-fit: cover;
        height: -webkit-fill-available;
    }

    .case-study-card-image a {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
    }

.case-study-card-title {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: calc(3em + 20px);
    width: 100%;
    justify-content: center;
    text-align: center;
}

    .case-study-card-title h4 {
        padding: 10px 0;
        margin: 0;
    }

    .case-study-card-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .case-study-card-title h4,
    .case-study-modal .item h4,
    .case-study-modal .item b {
        color: #333;
        line-height: 1.3em;
        font-size: 20px;
        font-weight: 500;
    }

.case-study-modal {
    z-index: 2500;
}

    .case-study-modal .item h3 {
        color: #5a168e;
        text-align: center;
    }

    .case-study-modal .item h4 {
        margin-bottom: 10px;
        font-weight: 600;
    }

    .case-study-modal .item p {
        color: #333333;
    }

    .case-study-modal .owl-stage-outer {
        max-height: 71vh;
        overflow-y: scroll;
    }

        .case-study-modal .owl-stage-outer::-webkit-scrollbar {
            width: 8px;
        }

        .case-study-modal .owl-stage-outer::-webkit-scrollbar-thumb {
            background-color: #bbbbbb;
        }

.case-study-more-btn {
    justify-content: center;
    display: flex;
}

    .case-study-more-btn span,
    .case-study-more-btn button {
        float: left;
        border: #5a168e solid 2px;
        background-color: #fff;
        color: #5a168e;
        padding: 8px 10px;
        margin: 15px auto;
        cursor: pointer;
    }

.case-study-modal .modal-header {
    border-bottom: none;
    padding: 20px;
}

    .case-study-modal .modal-header .close {
        margin-top: -8px;
    }

.case-study-modal .modal-dialog {
    width: 80vw;
    margin: 10vh auto 0;
}

.case-study-modal .owl-stage-outer {
    width: 100%;
}

.case-study-modal .item .col-sm-6 > div {
    margin: 5px 0;
}

.case-study-modal .item .col-xs-12 > div {
}

.modal.case-study-modal .owl-nav button.owl-prev,
.modal.case-study-modal .owl-nav button.owl-next {
    position: absolute;
    font-size: 40px;
    color: white;
    border: solid 3px white;
    border-radius: 50%;
    padding-bottom: 7px !important;
    width: 45px;
    height: 45px;
    line-height: 17px;
    top: 50%;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.modal.case-study-modal .owl-nav button.owl-prev {
    left: -7vw;
    padding-right: 2px !important;
}

.modal.case-study-modal .owl-nav button.owl-next {
    right: -7vw;
    padding-left: 2px !important;
}

.case-study-modal .owl-theme .owl-dots {
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .case-study-card-image {
        height: 200px;
    }
}

/* ARTICLE HOME CSS */
.card {
    box-shadow: 0 0 5px #ccc;
    border-radius: .5rem;
}

.post-content {
    min-height: 180px;
}

    .post-content p {
        font-size: 15px;
        line-height: 1.2em;
        color: #666;
    }

    .post-content h4 {
        line-height: 1.3em;
        height: 2.6em;
    }

.breadcrumb--area {
    position: relative;
    z-index: 1;
    height: 200px;
    background-color: #f5f5ff;
    width: 100%;
    margin-top: 5rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #172949;
    border-color: #172949;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #272559;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #292100;
        text-decoration: none;
        background-color: #FFF4C6;
        border-color: #dee2e6;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb--area {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb--area {
        margin-top: 4rem;
        height: 150px;
    }
}

.breadcrumb--area .breadcrumb-content {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.breadcrumb--area .breadcrumb-title {
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    font-family: Lato;
}

.image-wrap {
    height: 206px;
    overflow: hidden;
}

    .image-wrap img {
        object-fit: cover;
        height: -webkit-fill-available;
    }

.meta-description-div {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb--area .breadcrumb-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb--area .breadcrumb-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb--area .breadcrumb-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb--area .breadcrumb-title {
        font-size: 2rem;
    }
}

.breadcrumb--area .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

    .breadcrumb--area .breadcrumb .breadcrumb-item a {
        font-size: 18px;
        color: #ffffff;
        margin: 0 5px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    }

        .breadcrumb--area .breadcrumb .breadcrumb-item a:hover, .breadcrumb--area .breadcrumb .breadcrumb-item a:focus {
            color: #fdd76e;
        }

    .breadcrumb--area .breadcrumb .breadcrumb-item.active a {
        pointer-events: none;
    }

    .breadcrumb--area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
        font-size: 14px;
    }

.breadcrumb--area.white-bg-breadcrumb .breadcrumb-title {
    color: #0b0757;
}

.breadcrumb--area.white-bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #0b0757;
}

    .breadcrumb--area.white-bg-breadcrumb .breadcrumb .breadcrumb-item a:hover, .breadcrumb--area.white-bg-breadcrumb .breadcrumb .breadcrumb-item a:focus {
        color: #0811FB;
    }

.breadcrumb--area.white-bg-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #0b0757;
}

.single-widget-area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .single-widget-area .widget-form {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 400px;
    }

        .single-widget-area .widget-form input {
            width: 100%;
            height: 50px;
            border: 1px solid #ddd;
            border-radius: 0;
            font-size: 13px;
            padding: 0 20px;
            border-radius: 6px;
        }

            .single-widget-area .widget-form input:focus {
                border-color: #eff1f7;
                box-shadow: none;
            }

        .single-widget-area .widget-form button {
            position: absolute;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 80px;
            height: 50px;
            background-color: #fff;
            border: solid 1px #ddd;
            top: 0;
            right: 0;
            z-index: 10;
            cursor: pointer;
            border-radius: 0 6px 6px 0;
        }

            .single-widget-area .widget-form button:hover, .single-widget-area .widget-form button:focus {
                background: linear-gradient( 90deg, #8C37F6,#5147FE);
                color: #ffffff;
                box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.175);
            }

    .single-widget-area .article-categories {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 5px 0;
    }

        .single-widget-area .article-categories a {
            background-color: #fff;
            color: #666;
            border: 1px solid #ddd;
            cursor: pointer;
            border-radius: 2em;
            margin: 2px 5px;
            display: inline-block;
            padding: 0 2rem;
            font-size: 14px;
            height: 49px;
            line-height: 49px;
            text-transform: uppercase;
            transition-duration: 0.2s;
        }

            .single-widget-area .article-categories a.selected {
                background: linear-gradient(90deg, #8C37F6,#5147FE);
                color: #fff;
            }

            .single-widget-area .article-categories a:hover {
                box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.175);
            }

    .single-widget-area .catagories-list {
        position: relative;
        z-index: 1;
    }

        .single-widget-area .catagories-list li a {
            font-size: 1.25rem;
            display: block;
            font-weight: 400;
            margin-bottom: 20px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .catagories-list li a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .single-widget-area .catagories-list li a {
        font-size: 1rem;
    }
}

.single-widget-area .catagories-list li a i {
    padding-right: 10px;
}

.single-widget-area .catagories-list li a:hover, .single-widget-area .catagories-list li a:focus {
    color: #0811FB;
}

.single-widget-area .catagories-list li:last-child a {
    margin-bottom: 0;
}

.single-widget-area .popular-tags {
    position: relative;
    z-index: 1;
    margin-left: -3px;
}

    .single-widget-area .popular-tags li {
        display: inline-block;
        margin: 3px;
    }

        .single-widget-area .popular-tags li a {
            font-size: 1rem;
            display: inline-block;
            padding: 6px 20px;
            border: 1px solid #eff1f7;
            text-transform: lowercase;
            text-align: center;
            color: #747794;
            border-radius: 6px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .popular-tags li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .single-widget-area .popular-tags li a {
        font-size: 14px;
    }
}

.single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
    color: #ffffff;
    background-color: #0811FB;
    border-color: #0811FB;
}

.single-widget-area .single-recent-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .single-widget-area .single-recent-post:last-child {
        margin-bottom: 0;
    }

    .single-widget-area .single-recent-post .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        width: 100px;
        margin-right: 20px;
    }

    .single-widget-area .single-recent-post .post-content .post-title {
        font-size: 1.25rem;
        display: block;
        margin-bottom: 5px;
        line-height: 1.3;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget-area .single-recent-post .post-content .post-title {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .single-widget-area .single-recent-post .post-content .post-title {
        font-size: 1rem;
    }
}

.single-widget-area .single-recent-post .post-content .post-title:hover, .single-widget-area .single-recent-post .post-content .post-title:focus {
    color: #0811FB;
}

.single-widget-area .single-recent-post .post-content .post-date {
    font-size: 1rem;
    text-transform: capitalize;
    color: #747794;
    margin-bottom: 0;
}


.radix--blog--area,
.cta-area {
    width: 100%;
}

.cta-area {
    position: relative;
    background-color: #fff;
}

    .cta-area h4 {
        color: #172949;
        font-size: 28px;
        line-height: 1.5em;
    }

        .cta-area h4 span {
            font-weight: 600;
            font-size: 30px;
        }

.banner-message-container {
    max-width: 525px;
    box-shadow: 0 0 8px 0px #333;
    margin: 35px -15px 25px;
}

    .banner-message-container > div {
        padding: 15px 25px;
        margin: 0;
    }

.banner-image {
    max-width: 50px;
    display: flex;
    align-items: center;
}

    .banner-image img {
        height: 100%;
        max-height: 50px;
        max-width: 50px;
    }

.banner-title h5 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.banner-paragraph {
    font-size: 14px;
}

    .banner-paragraph p {
        color: #000;
    }

    .banner-paragraph a,
    .about-paragraph-main a {
        font-style: italic;
        color: #8C37F6;
    }


/* ==========================================================================
   Articles
   ========================================================================== */
#header-title .row {
    margin-bottom: 0;
}

#date {
    color: black;
    font-size: 18px;
    font-family: Comfortaa;
}

#getReport {
    font-size: 16px;
    padding: 0.5em 0.6em;
    letter-spacing: inherit;
    text-transform: none;
    border: solid 1px #333;
    border-radius: 1.5em;
    color: #333;
    background-color: transparent;
    margin: 5px;
    margin-left: 10px;
    line-height: 1em;
}

#share {
    width: 25px;
    height: 25px;
}

.user-details .form-control {
    border-radius: 25px;
    background-color: #F2F2FB;
}

.ql-editor img {
    max-width: 750px;
    width: 100%;
}

.breadcrumb {
    display: none;
}

.article-banner {
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 1000px;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .article-banner img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

.more-article {
    height: fit-content;
    position: fixed;
    right: 0;
    margin-bottom: 40px;
    z-index: 2;
}

    .more-article h4 {
        font-size: 20px;
    }

.more-article-item {
    padding: 7px 0;
}

    .more-article-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .more-article-item span {
        color: #7f7f7f;
        font-size: 15px;
        margin-bottom: 2px;
    }

    .more-article-item h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: bold;
        width: 1000%;
    }

.more-article-image {
    width: 100px;
    height: 80px;
}

.more-article-content {
    padding: 10px;
    padding-left: 20px;
    align-content: flex-start;
    margin: 0;
    width: auto;
}

.header-bottom-container .ql-editor > p {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 15px;
    text-align: justify;
}

.header-bottom-container .ql-editor li {
    font-size: 16px;
    padding-bottom: 15px;
}

.ql-editor h1 {
    font-size: 36px;
    line-height: 1.3em;
    letter-spacing: 0;
    margin-top: 0.2em !important;
    margin-bottom: 0.5em !important;
}

.ql-editor h2 {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0;
    margin-bottom: 0.5em !important;
}

.ql-editor a {
    color: #8C37F6;
}

    .ql-editor a:hover {
        text-decoration: underline;
    }

#requestContainer {
    max-width: 650px;
}

    #requestContainer .row .col-6 {
        padding: 10px 5px;
        display: flex;
        align-items: center;
    }

    #requestContainer h4 {
        margin-bottom: 20px;
        margin-left: 5px;
        font-size: 21px;
        line-height: 1.5em;
        font-weight: 600;
    }

.download-article-buttons .button-text {
    padding: 10px 0;
    cursor: pointer;
    transition: 0.1s ease-in;
}

.form-button-icon {
    font-size: 16px;
    padding: 0.4em 0.5em;
    letter-spacing: inherit;
    text-transform: none;
    border: solid 1px #333;
    border-radius: 1.5em;
    color: #333;
    background-color: transparent;
    margin: 0 10px;
    line-height: 1em;
}

.action-bar {
    z-index: 1;
}

.share-bar {
    position: fixed;
    bottom: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
    align-items: center;
}

    .share-bar > span {
        text-shadow: 0 0 2px #fff;
        text-align: center;
        margin-bottom: 5px;
    }

    .share-bar.share-bar-bottom {
        display: none;
    }

.shareon {
    width: 3em;
    display: flex;
    flex-wrap: wrap;
}

.share-bar a.mobile-share-button {
    display: none;
}

.shareon > * {
    border-radius: 0 !important;
    margin: 0 !important;
}

.shareon > a.link-logo {
    background-image: url(/Content/images/sm-link-icon.svg);
}

.shareon > a.wechat-logo {
    background-image: url(/Content/images/sm-wechat-icon.svg);
}

.shareon > a.email-logo {
    background-color: #777
}

    .shareon > a.email-logo:hover {
        background-color: #5e5e5e
    }


@media (max-width:992px) {
    .share-bar {
        position: relative;
        width: auto;
        top: unset;
        right: unset;
        justify-content: flex-start;
        margin-bottom: -15px;
        margin-top: 15px;
        bottom: unset;
        left: unset;
    }

        .share-bar > span {
            margin-bottom: 3px;
            margin-right: 5px;
            font-weight: 600;
        }

        .share-bar.share-bar-bottom {
            display: flex;
            margin-bottom: 30px;
            margin-top: -15px;
        }

    .shareon {
        width: auto;
    }
}

@media (max-width:500px) {
    .cta-area h4 {
        font-size: 24px;
    }

        .cta-area h4 span {
            font-size: 26px;
        }

    .ql-editor h1 {
        font-size: 28px;
    }

    .ql-editor h2 {
        font-size: 22px;
    }

    .ql-editor p {
        font-size: 16px;
    }

    .ql-editor img {
        width: 100%;
        max-height: unset;
    }

    .shareon {
        justify-content: left;
    }

        .shareon > a.mobile-share-button {
            display: flex;
        }

        .shareon > a {
            font-size: 14px;
            margin: 4px;
        }
}

/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#exampleInputMessage {
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

/*---------------Survey Process-------------------*/

#timeline .timeline-item:after, header:after, #timeline .timeline-item:before, header:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#business-process img {
    margin: auto;
}

#business-process a {
    text-decoration: none;
}

#business-process .container {
    max-width: 1100px;
    margin: 0 auto;
}

#business-process p {
    color: #5a168e;
    margin-top: 15px;
}

h2.process-title {
    color: #5a168e;
}

.project-name {
    text-align: center;
    padding: 10px 0;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #5a168e;
        left: 50%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }

        #timeline .timeline-item .timeline-icon {
            display: flex;
            background: #5a168e;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            #timeline .timeline-item .timeline-icon.timeline-endings,
            #timeline .timeline-item .timeline-icon.timeline-end {
                border-radius: 5px;
                border: 3px solid #5a168e;
                background-color: #ffffff;
                width: auto;
                height: auto;
                padding: 0 15px;
                margin-left: -45px;
            }

            #timeline .timeline-item .timeline-icon.timeline-end {
                margin-left: -34px;
            }

            #timeline .timeline-item .timeline-icon.timeline-endings h4 {
                color: #5a168e;
                margin: 5px 0;
            }

        #timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0px 2.6px 2px 1.5px rgba(16, 16, 16, 0.1);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #timeline .timeline-item .timeline-content h4 {
                padding: 15px;
                background: #5a168e;
                color: #fff;
                margin: -20px -20px 0 -20px;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
            }

            #timeline .timeline-item .timeline-content:before {
                content: "";
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #5a168e;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: "";
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #5a168e;
                }

#business-process .btn {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #5a168e;
    color: #5a168e;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 2px 2px 0 #5a168e;
    -moz-box-shadow: 2px 2px 0 #5a168e;
    -ms-box-shadow: 2px 2px 0 #5a168e;
    box-shadow: 2px 2px 0 #5a168e;
}

    #business-process .btn:hover {
        box-shadow: none;
        top: 2px;
        left: 2px;
        -webkit-box-shadow: 2px 2px 0 transparent;
        -moz-box-shadow: 2px 2px 0 transparent;
        -ms-box-shadow: 2px 2px 0 transparent;
        box-shadow: 2px 2px 0 transparent;
    }

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

    .btn-lg {
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }

    .btn-wide {
        width: 100%;
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }

    .casestudy-title-container {
        padding: 0;
        justify-content: center;
    }
}



/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

    #survey-method {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 768px) {
    .case-study-cards-container {
        padding: 0 5px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

    #survey-method {
        background-attachment: scroll;
    }

        #survey-method .slider__inner {
            margin-top: -20px;
            padding: 20px 30px;
        }

    .slider__inner div.slider__content:nth-child(2) {
        display: flex;
        justify-content: center;
        height: auto;
    }

        .slider__inner div.slider__content:nth-child(2) img {
            max-height: 200px;
        }

    #solutions .benefits-card {
        min-height: 280px;
    }
}



/* Desktops and laptops ----------- */
@media (max-width: 1199px) {
    .method-title-container h2 {
        text-align: left;
        padding: 0;
        font-size: 32px;
    }

    .case-study-cards-container {
        padding: 0 5px;
    }
}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
    .navbar .col-lg-12 {
        padding-right: 0;
    }
}

/*Sub-pages (About Us, Methodology, Solutions)*/
.main-container {
    position: relative;
    width: 100vw;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 10vh;
}

    .main-container h4 {
        color: #000;
        font-size: 24px;
    }

.main-container-first {
    padding-top: 100px;
}

    .main-container-first .content-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.main-container .main-title {
    font-size: 38px;
    margin-bottom: 20px;
    white-space: normal;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.main-container .header-right-container .video-play-btn {
    position: absolute;
    top: 45%;
    left: 75%;
    background-color: #ffffff;
    color: #0b0757;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.5rem;
    z-index: 99;
    border: 1px solid #0b0757;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.25em;
}

.main-paragraph {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
}

.left-image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 80%;
    background-color: rgba(255,255,255,0.05);
    background-blend-mode: lighten;
}

.right-content-container {
    padding-right: 5%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    z-index: 12;
    margin: 0;
}

.content-title {
    margin: 20px 0 30px;
    max-width: 600px;
}

.content-list {
    margin: 20px 0;
}

.content-list-item {
    display: flex;
    flex-wrap: wrap;
}

.content-list-left {
    padding: 15px 0;
    padding-right: 30px;
}

    .content-list-left h4 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #172949;
        letter-spacing: 2px;
    }

.content-list-right {
    box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.3);
    padding: 30px 50px;
}

    .content-list-right i.fa-quote-left {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 22px;
    }

.content-card {
    display: flex;
    flex-wrap: wrap;
}

.content-card-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 10px 0 25px;
}

.content-card-image {
    border-radius: 50%;
    overflow: hidden;
    height: 250px;
    width: 250px !important;
    margin-bottom: 1.5em;
    box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.5);
}

    .content-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.content-card-text {
    text-align: center;
    max-height: 550px;
}

    .content-card-text h3 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .content-card-text i {
        font-size: 18px;
    }

.content-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

    .content-image img {
        width: auto;
        height: auto;
        max-height: 350px;
        max-width: -webkit-fill-available;
    }

    .content-image .img-1 img {
        float: right;
    }

    .content-image .img-2 img {
        float: left;
    }

.content-video-iframe {
    width: 100%;
    height: -webkit-fill-available;
    max-width: 900px;
    max-height: 506px;
}

.main-container ol li {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0.5em;
}

.content-card-cta {
    width: 100%;
    color: #555;
    display: flex;
    justify-content: center;
}


/*About Us Page*/
#our-company .main-container {
    min-height: 80vh;
    padding: 0;
}

#our-company .header-right-container {
    background-image: url(/Content/images/aboutus-1.webp);
}

#our-company .content-container {
    padding-top: 120px;
    padding-bottom: 100px;
}

#our-story .header-right-container {
    background-image: url(/Content/images/aboutus-2.webp);
}

#our-values b {
    color: #8C37F6;
}

/*Method Page*/
#unique-method .header-left-container {
    padding: 0 25px;
}

#unique-method .header-right-container {
    background-image: url(/Content/images/methodolody.webp);
    background-position: center;
    background-size: contain;
}

.sampling-frame {
    margin: 0;
    margin-bottom: 30px;
}

    .sampling-frame .row {
        margin: 0;
    }

    .sampling-frame .title {
        background: linear-gradient(90deg, #8C37F6,#5147FE);
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 3em;
    }

        .sampling-frame .title h4 {
            color: #fff;
            font-size: 26px;
            text-align: center;
            padding: 12px;
            font-weight: 600;
        }

    .sampling-frame .description {
        background-color: #F2F2F2;
        padding: 15px;
        padding-top: 0;
        padding-bottom: 25px;
        font-size: 24px;
        text-align: center;
    }

        .sampling-frame .description i {
            font-weight: 600;
            margin-right: 0.3em;
            font-size: 40px;
        }

        .sampling-frame .description b {
            font-size: 72px;
            color: #8C37F6;
        }

        .sampling-frame .description p {
            font-weight: 400;
        }

.frame-population,
.frame-sampling {
    width: 100%;
    display: flex;
}

.sampling-frame .table-container {
    align-content: flex-end;
}

.sampling-frame .first-col {
    width: 100px;
}

    .sampling-frame .first-col img {
        max-width: 80px;
    }

    .sampling-frame .first-col span {
        line-height: 1.2em;
    }

.sampling-frame .frame-sampling .first-col {
    padding: 2px;
    padding-right: 0;
    background: linear-gradient(#8C37F6,#bbb);
}

    .sampling-frame .frame-sampling .first-col > div {
        background-color: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        text-align: center;
    }

.frame-table-pop,
.frame-table-sampling {
    width: calc(100% - 100px)
}

.sampling-frame .second-col {
    width: 100px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sampling-frame .third-col {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: smaller;
}

.sampling-frame .frame-row {
    min-height: 70px;
}

.sampling-frame .frame-population .frame-row:nth-child(1) {
    font-size: 28px;
}

.sampling-frame .frame-population .frame-row:nth-child(2) {
    font-size: 26px;
}

.sampling-frame .frame-population .frame-row:nth-child(3) {
    font-size: 24px;
}

.sampling-frame .frame-sampling .frame-row:nth-child(1) {
    font-size: 22px;
    background-color: #8C37F6;
    color: #fff;
    font-weight: 600;
}

.sampling-frame .frame-sampling .frame-row:nth-child(2) {
    font-size: 20px;
    background-color: #bbb;
    color: #fff;
}

.sampling-frame .frame-population .frame-row:nth-child(1) .second-col {
    background-color: #333;
}

.sampling-frame .frame-population .frame-row:nth-child(2) .second-col {
    background-color: #666;
}

.sampling-frame .frame-population .frame-row:nth-child(3) .second-col {
    background-color: #999;
}


#usp .col-md-10 {
    display: flex;
}

#usp .content-list {
    margin: 0;
    padding: 15px;
}

#usp .content-list-item > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#usp .content-list-left {
    padding: 0 15px;
}

    #usp .content-list-left img {
        max-width: 60px;
    }

#usp .content-image {
    margin-bottom: 20px;
}

#omtos .content-title {
    max-width: 900px;
}

    #omtos .content-title h3 {
        margin-bottom: 15px;
    }

#omtos .row {
    margin: 0 15px;
}

#omtos h4 {
    font-size: 28px;
    font-family: 'Lato';
    color: #172949;
    margin-bottom: 15px;
}

/*Solutions mainpage*/
.solutions-subpage section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.solutions-subpage .main-container {
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px
}

#ourSolutions .main-container {
    height: auto;
}

#ourSolutions .container {
    margin-bottom: 50px;
}

#ourSolutions .main-paragraph-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

#ourSolutions .main-title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

#ourSolutions .main-paragraph {
    max-width: 600px;
    text-align: center;
    font-size: 28px;
}

#ourSolutions .main-title {
    width: auto;
    margin-bottom: 0;
    line-height: 1.3em;
    white-space: normal;
    font-size: 40px;
}

#ourSolutions .content-image {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 270px;
}

#ourSolutions .content-list-item .col-md-8 {
    padding: 15px;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

#ourSolutions .content-list-right-title p {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

#ourSolutions .content-list-right-paragraph p {
    margin-bottom: 8px;
    font-size: 16px;
}

    #ourSolutions .content-list-right-paragraph p::before {
        content: "\2022";
        color: #8C37F6;
        font-weight: bold;
        display: inline-block;
        width: 0.5em;
        margin-left: -0.7em;
        font-size: 20px;
    }

#ourSolutions .content-image img {
    max-height: unset;
    width: 100%;
    height: auto;
}

#ourSolutions .vertical-two-grid {
    padding-bottom: 0;
    padding-left: 0;
}

#ourSolutions .insights-background-image {
    background-image: url(/Content/images/solutions2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: calc(50% - 30px);
}

.insights-solutions-grid {
    display: flex;
    flex-wrap: wrap;
}

    .insights-solutions-grid p,
    .insights-solutions-grid h4 {
        padding-left: 10px;
    }

    .insights-solutions-grid h4 {
        font-size: 24px;
        color: #000;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .insights-solutions-grid > div {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .insights-solutions-grid > a:hover h4 {
        color: #8C37F6;
        font-weight: 600;
    }

    .insights-solutions-grid .content-list-right-paragraph {
        margin-bottom: 15px;
        padding-left: 15px;
    }

#ourProducts .main-container {
    flex-wrap: wrap;
    justify-content: center;
}

#ourProducts .card-container {
    padding: 0 15px;
}

#ourProducts .main-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#ourProducts h4.main-paragraph {
    text-align: center;
    color: #000;
}

#ourProducts .content-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

#ourProducts .content-card-item {
    padding: 30px;
    margin: 2vw;
    max-width: 500px;
    min-height: 40vh;
    display: flex;
    align-content: space-between;
}

#ourProducts .content-card-image {
    margin: 15px;
    box-shadow: none;
    border-radius: 0;
}

#ourProducts h4,
#ourProducts p {
    color: #000;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}

#ourProducts h4 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: bold;
}

#ourProducts p {
    font-size: 18px;
}

#ourProducts .content-image img {
    max-width: 350px;
    padding: 0;
}

#ourProducts .card-container,
#ourProducts .table-container {
    display: flex;
    align-items: center;
}

.flow-table {
    margin: 0;
}

    .flow-table .flow-row {
        width: 100%;
        display: flex;
    }

    .flow-table .first-col {
        width: 65px;
        color: #fff;
        background-color: #8C37F6;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flow-table .second-col {
        width: calc(100% - 65px);
        color: #666;
        font-size: 16px;
        line-height: 1.3em;
        display: flex;
        align-content: center;
        padding: 12px 15px;
    }

#research-services .flow-row .first-col {
    background-color: #5147FE;
}

/*Solutions subpages*/
.solution-subpage-container .header-left-container {
    background-image: none;
}

.solution-subpage-container .header-right-container {
    margin-left: 0;
}

.solution-subpage-container .content-container {
    width: 100%;
}

.solution-subpage-title {
    align-items: flex-start;
    padding-top: 60px;
}

    .solution-subpage-title h4.main-title {
        font-size: 36px;
        font-family: 'Lato', Helvetica, sans-serif;
        line-height: 1.3em;
        margin-bottom: 10px;
    }

#solutions-insights .content-list-left {
    padding: 0;
    width: 35px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    #solutions-insights .content-list-left h4 {
        font-family: 'Lato', Helvetica, sans-serif;
        font-weight: 600;
        margin: 0;
    }

#solutions-insights .content-list-right {
    width: calc(100% - 35px);
    padding: 0 20px 10px;
    box-shadow: none;
}

    #solutions-insights .content-list-right h4 {
        font-size: 24px;
        font-weight: 600;
    }

    #solutions-insights .content-list-right .sublist {
        transition: ease-in 0.3s;
    }

    #solutions-insights .content-list-right .sublist-item {
        margin: 15px;
    }

        #solutions-insights .content-list-right .sublist-item h4 {
            font-size: 20px;
        }

        #solutions-insights .content-list-right .sublist-item p {
            font-size: 16px;
        }

.expand-sublist {
    color: #172949;
    cursor: pointer;
}

.marketing-research u {
    font-weight: bold;
    text-decoration-color: #4FF0BD;
}

.marketing-research .vertical-line {
    border-color: #4FF0BD;
    height: calc(100% - 60px);
}

.brand-health u {
    font-weight: bold;
    text-decoration-color: #FBDD79;
}

.brand-health .vertical-line {
    border-color: #FBDD79;
    height: calc(100% - 60px);
}

.marketing-impact u {
    font-weight: bold;
    text-decoration-color: #36C286;
}

.marketing-impact .vertical-line {
    border-color: #36C286;
    height: calc(100% - 60px);
}

.product-test u {
    font-weight: bold;
    text-decoration-color: #05D3E8;
}

.product-test .vertical-line {
    border-color: #05D3E8;
    height: calc(100% - 60px);
}

.customer-satisfaction u {
    font-weight: bold;
    text-decoration-color: #C00000;
}

.customer-satisfaction .vertical-line {
    border-color: #C00000;
    height: calc(100% - 60px);
}

.marketing-research #solutions-main .header-right-container {
    background: url(/Content/images/marketing-research.png) no-repeat center;
    background-size: contain;
    min-height: 350px;
}

.brand-health #solutions-main .header-right-container {
    background: url(/Content/images/brand-health.png) no-repeat center;
    background-size: contain;
    min-height: 350px;
}

.marketing-impact #solutions-main .header-right-container {
    background: url(/Content/images/marketing-impact.png) no-repeat center;
    background-size: contain;
    min-height: 350px;
}

.product-test #solutions-main .header-right-container {
    background: url(/Content/images/product-use-test.png) no-repeat center top;
    background-size: contain;
    min-height: 250px;
    max-width: 600px;
}

.customer-satisfaction #solutions-main .header-right-container {
    background: url(/Content/images/Customer-Satisfaction-Img.jpg) no-repeat center;
    background-size: contain;
    min-height: 350px;
}

.content-card-item > div {
    width: 100%;
}

.content-card-icon {
    height: 50px;
    margin-bottom: 20px;
}

    .content-card-icon img {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
    }

.solutions-subpage .content-card-text {
    text-align: left;
}

    .solutions-subpage .content-card-text h4 {
        color: #000;
        font-weight: 600;
    }

    .solutions-subpage .content-card-text p,
    .solutions-subpage .content-card-text li {
        font-size: 18px;
        margin-bottom: 5px;
    }

#solutions-method .content-title {
    max-width: 700px;
}

    #solutions-method .content-title h3 {
        margin-bottom: 20px;
    }

/*Register*/
.register-page {
    background-image: url('/Content/images/getStarted-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.register-purpose {
    display: flex;
    flex-wrap: wrap;
}

.register-purpose-container,
.register-container.col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    align-content: flex-start;
    margin-top: 100px;
}

.register-title {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .register-title h3 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        padding: 0 20px;
        line-height: 1.3em;
        text-align: center;
        max-width: 500px;
        text-shadow: 0 0 3px #666;
    }

.register-purpose > div {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 400px;
    margin-bottom: 40px;
}

.register-purpose .flex-center {
    align-items: center;
}

.register-purpose a.vodus-btn {
    padding: 10px 15px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

.reg-item-container {
    display: flex;
    align-items: stretch;
    height: 100%;
    padding: 20px;
}

.title-img-container img {
    max-height: 80px;
}

.reg-img-container {
    padding: 0;
    justify-content: center;
}

    .reg-img-container h3 {
        font-size: 28px;
        font-weight: 600;
    }

    .reg-img-container img {
        height: 80px;
        float: right;
        filter: drop-shadow(3px 1px 3px #555);
    }

.reg-right-container p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.reg-right-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
    margin-top: 20px;
    text-align: center;
}

.register-container h5 {
    font-weight: 900;
    text-shadow: 0 0px 1px rgba(0,0,0,0.4);
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 1.35rem;
    line-height: 1.5em;
}

.register-container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.black-laptop {
    padding: 0;
}

    .black-laptop img {
        float: right;
        height: auto;
        max-width: 250px;
    }

.register-form-content {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    margin: 0 auto;
    max-width: 800px;
    z-index: 999;
}

    .register-form-content .row {
        margin: 0;
    }

    .register-form-content .form-control {
        margin: 10px 0;
    }

#DoneRegisterModal {
    align-items: center;
}

@media (max-width: 992px) {
    .register-container {
        margin: 80px auto;
    }
}
/*CAREERS*/
.careers-home-bg {
    background: url(/img/work-together-bg.jpg);
    background-size: cover;
    width: 100vw;
    height: auto !important;
}

.careers-content {
    max-width: 800px;
}

    .careers-content h1 {
        margin-bottom: 30px;
        max-width: 600px;
        text-align: center;
        text-shadow: 0 1px 5px rgba(0,0,0,1);
        font-size: 60px;
        letter-spacing: 5px;
    }

.careers-intro-text-div {
    color: white;
    float: left;
    max-width: 600px;
    background-color: #172949;
    padding: 30px;
}

    .careers-intro-text-div h3 {
        text-align: center;
        color: #fff;
    }

.careers-description {
    max-width: 800px;
    padding: 15px;
}

    .careers-description p {
        font-size: 16px;
        color: #fff;
    }

.careers-container {
    max-width: 1000px;
}

    .careers-container li {
        font-size: 16px;
        font-family: 'Open Sans';
    }

#job-vacancies {
    padding-top: 5vh;
    padding-bottom: 10vh;
    background-color: #172949;
}

.job-vacancy-container {
    max-width: 900px;
}

.job-container {
    max-width: 400px;
    margin: 30px;
}

.job-vacancy-panel h1 {
    color: #ffffff;
    text-align: center;
}

.job-listing {
    float: left;
    background: rgba(255,255,255,0.95);
    padding: 10px;
    border-radius: 10px;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 4rem 1rem 1rem;
    color: #172949;
    font-size: 1.4rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

    .accordion a:hover,
    .accordion a:hover::after {
        cursor: pointer;
        color: #172949;
    }

        .accordion a:hover::after {
            border: 1px solid #172949;
        }

    .accordion a.active {
        color: #172949;
        border-bottom: 1px solid #172949;
    }

    .accordion a::after {
        font-family: 'Open Sans';
        content: '+';
        position: absolute;
        float: right;
        right: 1rem;
        font-size: 2.5rem;
        font-weight: bold;
        color: #172949;
        padding: 5px 2px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #172949;
        text-align: center;
        line-height: 18px;
    }

    .accordion a.active::after {
        font-family: 'Ionicons';
        content: '-';
        color: #172949;
        border: 1px solid #172949;
        line-height: 12px;
    }

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

    .accordion .content p {
        font-size: 1.5rem;
        font-weight: 300;
        color: #5A168E;
    }

    .accordion .content.active {
        opacity: 1;
        padding: 1rem;
        max-height: 100%;
        -webkit-transition: all 0.35s ease 0.15s;
        -o-transition: all 0.35s ease 0.15s;
        transition: all 0.35s ease 0.15s;
    }

@media (min-width: 1200px) {
    .home-container {
        max-width: 1300px;
        margin: auto;
    }

    #home .header-right-container {
    }
}

@media (max-width: 1024px) {
    #survey-method .slider {
        height: 100vh;
    }

    #survey-method .slider__wrap {
        height: 100vh;
    }

    .solutions-right {
        margin-top: 20px;
        justify-content: center;
    }

        .solutions-right .big-number img {
            max-height: 10vh;
            margin: 15px;
        }

    .img-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    #ourSolutions .insights-solutions-grid .content-image {
        display: none;
    }
}

@media (max-width: 992px) {
    #home .header-right-container {
        width: calc(100vw - 245px);
        max-height: 500px;
        margin-left: 230px;
        background-size: cover;
    }

    .home-container {
        padding: 0 15px;
    }

    .landing-title {
        font-size: 36px;
        text-align: left;
        line-height: 50px;
        width: 100%;
        white-space: normal;
    }

    .landing-instructions {
        width: 100%;
        max-width: 400px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        left: 0;
    }

        .landing-instructions h3 {
            width: 100%;
            margin-bottom: 15px;
        }

        .landing-instructions .mouse-icon {
            margin: 0;
        }

    .rotate-title.rotate-1 strong {
        left: 0;
        font-size: 40px;
        white-space: normal;
    }

    .landing-paragraph {
        padding-top: 15px;
        line-height: 1.4em;
        width: 100%;
        text-align: left;
        padding: 0;
        width: 100%;
    }

    .banner-message-container {
        margin: 20px 0 10px;
        max-width: unset;
        width: 50vw;
    }

        .banner-message-container > div {
            width: 50vw;
        }

    .home-btn-container {
        flex-wrap: wrap;
    }

        .home-btn-container a {
            margin: 10px 0;
            width: 100%;
        }

    .media-paragraph-container {
        padding: 15px 0;
        text-align: center;
    }

    #case-studies .case-study-cards-container {
        padding: 10px;
    }

    .solution-type-container {
        margin: 0;
        padding-left: 20px;
    }

    .solution-group {
        margin-left: 15px;
    }

    .solution-type {
        margin: 0;
    }

    .works-container {
        padding-bottom: 0px;
    }

    .works-title {
        margin: 0;
    }

    .work-steps {
        margin: 0;
        margin-bottom: 45px;
    }

    .col-container {
        padding: 0;
    }

    .case-study-title span {
        text-align: center;
    }

    .case-study-modal h3 {
        margin-top: 35px;
    }

    .case-study-modal h4 {
        margin-top: 20px;
    }

    .case-study-modal .col-xs-12 > h4 {
        margin-top: 0;
    }

    .header-tagline-container {
        padding-top: 15vh;
    }

    #unique-method .main-container {
        align-items: flex-start;
        flex-wrap: wrap;
        padding-top: 50px;
    }

    #unique-method .right-image {
        flex-direction: column-reverse;
    }

    #unique-method .header-right-container {
        height: 30vh;
        width: 100vw;
        min-height: 30vh;
    }

    #unique-method .main-container .header-left-container {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 10vh;
        height: fit-content;
    }

    #ourSolutions .vertical-two-grid .insights-background-image {
        display: none;
    }

    #ourSolutions .container {
        margin-bottom: 30px;
    }

    .insights-solutions-grid > a {
        margin-bottom: 20px;
    }

    .more-article {
        position: relative;
        padding: 0;
    }

    .more-article-title {
        padding: 0;
    }
}

@media (max-width:600px) {
    .header {
        padding: 0;
    }

    .header-info {
        flex-direction: column-reverse;
        margin: 0;
        max-height: unset;
        height: auto;
    }

    .header-left-container {
        margin-top: 45vh;
        width: 100%;
        align-content: flex-start;
    }

    .content-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 10px 0 10px 0 !important;
        max-width: unset;
    }

    .right-image {
        flex-direction: column-reverse;
    }

    .header-right-container {
        background-size: cover;
        width: 100vw;
        height: 30vh;
        min-height: 30vh;
    }

    #home .header-right-container {
        background-size: cover;
        width: 100vw;
        height: 45vh;
        margin: 0;
    }

    .header-area .classy-navbar .color-logo {
        display: none;
    }

    .header-area .classy-navbar .white-logo {
        display: block;
    }

    .banner-message-container {
        width: 100%;
    }

        .banner-message-container > div {
            width: 100%;
        }

    .landing-title-container {
        justify-content: center;
        width: 100%;
        min-height: 140px;
    }

    .landing-title .cursive {
        font-size: 40px;
    }

    .main-container {
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .main-container .header-left-container {
            margin-bottom: 0;
            margin-top: 0;
            padding-top: 0;
            padding-left: 15px;
            padding-right: 15px;
            min-height: 10vh;
            height: fit-content;
        }

            .main-container .header-left-container.left-image-container {
                width: 100%;
                margin-right: 0;
                margin-top: -15vh;
                z-index: 0;
                height: 400px;
            }

        .main-container .header-right-container.right-content-container {
            padding-top: 25vh;
            align-items: flex-end;
            padding-bottom: 5vh;
            min-height: 10vh;
            height: fit-content;
            margin: 0;
            margin-top: -38vh;
        }

        .main-container .header-right-container .video-play-btn {
            top: 20vh;
            left: calc(50% - 40px);
        }

    .content-video-iframe {
        max-height: calc(0.56 * (100vw - 30px));
    }

    #our-company .header-right-container {
        height: 40vh;
    }

    #our-company .content-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #unique-method .main-container,
    #our-story .main-container {
        display: block;
    }

    #our-values .container {
        margin-top: 0;
    }

    #our-values .content-list-right {
        display: none;
    }

    .content-title {
        margin: 20px 0;
    }

    .content-list {
        margin: 5px 0;
    }

    #usp .content-list .col-md-10 {
        text-align: center;
        justify-content: center;
    }

    #ourProducts .card {
        box-shadow: none;
        border: none;
    }

        #ourProducts .card h4 {
            padding: 0;
            margin: 0;
        }

    #ourSolutions .main-title {
        padding-left: 25px;
        font-size: 38px;
    }

    #ourSolutions .cursive {
        font-size: 55px;
    }

    .insights-solutions-grid {
        padding: 0
    }

        .insights-solutions-grid > div {
            margin-bottom: 15px;
        }

    #solutions-main .main-container {
        flex-wrap: wrap-reverse;
    }

    .solutions-subpage #solutions-main .header-right-container {
        height: 25vh;
        background-size: cover;
        min-height: 0;
        max-height: 260px;
        margin: 0 15px;
        background-position: center;
    }

    .solutions-subpage .main-container .header-left-container {
        background-image: none;
        min-height: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .solutions-subpage .header-right-container.right-content-container {
        margin-top: 0;
        padding-top: 0;
    }

        .solutions-subpage .header-right-container.right-content-container .content-container {
            padding-top: 0;
        }

    .solution-subpage-container .content-container {
        padding-bottom: 20px;
    }

    .solutions-subpage .content-card-text h4 br {
        display: none;
    }

    #solutions-method .content-card-item {
        margin-left: 20px;
        margin-right: 20px;
    }

    .post-content {
        min-height: unset;
    }
}

@media (max-width: 480px) {
    .landing-title {
        font-size: 36px;
        text-align: center;
        line-height: 50px;
        width: 100%;
        white-space: normal;
    }

    .landing-instructions {
        bottom: 80px;
        width: 100%;
    }

    .rotate-title.rotate-1 strong {
        left: 0;
        font-size: 38px;
    }

    .our-method-container {
        padding: 30px 5px;
    }

    #survey-method {
        background-attachment: scroll;
    }

        #survey-method .slider {
            height: 140vh;
        }

        #survey-method .slider__wrap {
            height: 140vh;
        }

    .solution-main-title {
        max-width: 300px;
        margin-bottom: 0;
    }

        .solution-main-title h2 {
            font-size: 34px;
            max-width: 300px;
        }

    #solutions .solution-type h3,
    #solutions .solution-type h5,
    .solutions-right li,
    .solutions-right p,
    .solutions-right h5 {
        font-size: 16px;
        margin: 5px 0;
    }

    .solutions-right ul {
        margin-top: 10px;
    }

    .works-title h2 {
        font-size: 1.75rem;
        padding: 0 0 20px;
        text-transform: none;
    }

    .work-steps-title h3 {
        min-width: 75px;
        font-size: 18px;
        line-height: 1.3em;
    }

    .work-steps p {
        font-size: 16px;
        line-height: 1.3em;
    }

    .comparison .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    #comparison .comparison-table p, #comparison .comparison-table h4 {
        margin: 10px 0;
    }

    #comparison .comparison-table img {
        width: 100%;
        height: auto;
        max-width: 140px;
    }

    .accordion .content.active .content-panel {
        margin-top: 15px;
    }

    .reg-item-container {
        height: auto;
        padding: 20px 5px;
    }
}

@media (min-width:768px) {
    #job-vacancies {
        padding-top: 10vh;
    }

    .job-vacancy-panel {
        float: right;
        min-height: 300px;
    }

    .accordion .content .content-panel {
        position: absolute;
        transform: translateX(100%);
        transition: 0.3s ease-in;
        float: left;
        width: 95%;
        min-height: 100%;
        padding: 30px;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0 2px 1px 3px rgba(0,0,0,0.2);
        border-radius: 10px;
        margin: 0 7%;
        left: 0;
    }

    #research-services > .row,
    #research-services .flow-row {
        flex-direction: row-reverse;
    }

        #research-services .flow-row .second-col {
            justify-content: flex-end;
        }
}
