@charset "UTF-8";
* {
    margin: 0;
}
html, body {
    height: 100vh;
}
body {
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #424242;
    opacity: 0;
}
.light {
    font-weight: 300 !important;
}
.normal {
    font-weight: 400 !important;
}
.bold {
    font-weight: 400 !important;
}
.italic {
    font-style: italic;
}
a, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    cursor: pointer!important;
    opacity: 1;
}
a:hover {
    opacity: .6;
}
.link {
    opacity: 1;
}
.link:hover .link-effect {
    opacity: .6;
}
.link:hover .square {
    /*   -webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
*/
}
.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.h1, h1 {
    font-size: 20px;
}
.h2, h2 {
    font-size: 16px;
}
.h3, h3 {
    font-size: 12px;
}
p {
    color: #959094;
}
p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}
.section {
    padding: 80px 0;
}
.site-color {
    color: #337682 !important;
}
.text-color {
    color: #424242 !important;
}
.size-10 {
    font-size: 10px;
}
.size-12 {
    font-size: 12px;
}
.size-16 {
    font-size: 16px;
}
.size-28 {
    font-size: 28px;
}
.size-30 {
    font-size: 30px;
}
.quote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-style: italic;
    color: #337682 !important;
    text-align: center;
}
@media (max-width:767px) {
    h1 {
        font-size: 20;
    }
    h2 {
        font-size: 14px;
    }
}
/* NAVBAR
----------------------*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.nav-menu.is-scrolling, .nav-menu.menu-is-open {
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    color: #337682 !important;
}
.nav-menu.is-scrolling {
    padding: 0;
}
.navbar-nav {
    color: #337682;
}
.navbar-nav .nav-link {
    position: relative;
}
.nav-link {
    color: #ffffff !important;
    ;
}
.nav-link: hover {
    color: #ffffff !important;
}
.nav-menu.is-scrolling .nav-link {
    color: #337682 !important;
}
.nav-menu.is-scrolling .nav-link: hover {
    color: #337682 !important;
}
.nav-menu.menu-is-open .nav-link {
    color: #337682 !important;
}
.nav-menu.menu-is-open .nav-link: hover {
    color: #337682 !important;
}
.navbar-img-dark{
    display:none!important;
}
.nav-menu .navbar-img {
    display:inline!important;
}
.nav-menu .navbar-img-dark {
    display:none!important;
}
.nav-menu.is-scrolling .navbar-img {
    display:none!important;
}
.nav-menu.is-scrolling .navbar-img-dark {
    display:inline!important;
}
.nav-menu .navbar-img{
    display:inline!important;
}
.nav-menu .navbar-img-dark {
    display:none!important;
}
.nav-menu.menu-is-open .navbar-img{
    display:none!important;
}
.nav-menu.menu-is-open .navbar-img-dark {
    display:inline!important;
}
.nav-menu.menu-is-open .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#337682' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.nav-menu.is-scrolling .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#337682' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler{
    border: 0;
}
.nav-active {
    font-weight: 800;
}
.navbar-adjust {
    margin-top: 6px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}
@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}
/* HEADER
----------------------*/

.header {
    /*background-image: url('../images/bg-top.jpg');
    background-size: cover;*/
    background-color: #337682;
    min-height: 500px;
}
.header-img-container {
    text-align: left;
    padding-top: 150px;
    max-width: 900px;
}
.header-line {
    min-height: 10px;
    background-color: #ffffff;
}
/*  CONTENT
----------------------*/

.container-wrapper {
    min-height: calc(100vh - 500px);
    min-height: -webkit-cal(100vh - 500px);
    min-height: -moz-cal(100vh - 500px);
    margin-bottom: -60px!important;
}
.container-wrapper:after {
    content: "";
    display: block;
}
.site-footer, .page-wrap:after {
    height: 60px;
}
.wrapper {
    background-color: #f5f5f5 !important;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
}
.square {
    width: 100%;
    background-color: #ffffff;
    background-size: cover;
    opacity: 1 !important;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square-content img {
    position: absolute;
    top: 10;
    left: 10;
    width: calc(100% - 70px);
    width: -webkit-cal(100% - 70px);
    width: -moz-cal(100% - 70px);
    height: auto;
}
.square-content {
    margin-left: 0px;
    margin-right: 10px;
}
.square-border {
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
}
.custom-button {
    border-width: 1px;
    border-style: solid;
    border-color: #337682;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    background-color: rgba(255, 255, 255, .6);
    height: 35px;
    padding-left: : 20px;
    padding-right: : 20px;
    min-width: 200px;
}
.case-study-details {
    max-width: 300px;
}
.content-negative {
    margin-top: -150px;
}
.empty-blog {
    margin-top: 200px !important;
}
.row.row-grid [class*="col-"]+[class*="col-"] {
    margin-top: 40px;
}
.inline {
    display: inline-block;
}
img {
    opacity: 0;
}
.fade-img {
    opacity: 0;
}
.v-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.blog-sidebar {
    display: inline-block;
    float: left;
}
.blog-details {
    font-family: 'Lato', sans-serif !important;
    color: #424242 !important;
}
.blog-details img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
}
.hand {
    cursor: pointer!important;
}
.custom-tag {
    padding: 4px 12px;
    border-radius: 50px;
    color: white;
    font-size: 10px;
    line-height: 14px;
    margin: 2px;
    display: inline-block;
}
.blog-list-margin {
    margin-bottom: 50px;
}
.blog-list-title {
    min-height: 20px;
    max-height: 20px;
}
.blog-list-subtitle {
    min-height: 10px;
    max-height: 10px;
}
.case-study-title {
    min-height: 70px;
}
.error-link-margin {
    padding-left: 60px;
}
.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    outline: none;
}
.has-error {
    font-size: 12px;
    color: #C6374B !important;
}
.form-control {
    border: 1px solid #cdcdcd;
    margin: 0 0 0 0;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, .7);
}
.form-control:focus {
    outline: none;
    border: 1px solid #cdcdcd !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, .7);
}
textarea.form-control {
    resize: none;
    border: 1px solid #cdcdcd;
    margin: 0 0 0 0;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, .7);
}
textarea.form-control:focus {
    outline: none;
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, .7);
}
@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"]+[class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"]+[class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"]+[class*="col-sm-"] {
        margin-top: 0;
    }
    .blog-sidebar {
        display: inline-block;
        float: right;
    }
}
/*  CONTAINER
----------------------*/

.container-home {
    background-image: url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-about {
    background-image: url('../images/about-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-services {
    background-image: url('../images/services-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-case-studies {
    background-image: url('../images/case-studies-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-case-studies-psiprof {
    background-image: url('../images/case-studies-psiprof-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-case-studies-senseseat {
    background-image: url('../images/case-studies-senseseat-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-research {
    background-image: url('../images/research-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.container-contact-us {
    background-image: url('../images/contact-us-bg.jpg');
    background-size: cover;
    background-position: center bottom;
}
.circle-border {
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.29);
}
.circle {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;
    background-color: #ffffff;
    background-size: cover;
}
.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.circle-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.circle-case-studies {
    background-color: #5AAE6B;
    color: #ffffff!important;
    max-width: 150px;
    max-height: 150px;
    text-align: center;
    font-size: 10px;
}
.circle-case-studies-inner {
    margin-left: 5px;
    margin-right: 5px;
}
.circle-case-studies:before {
    content: "";
    display: block;
    padding: 0 0;
}
.div-bottom {
    padding-bottom: 50px;
}
.div-bottom-content {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
}
.div-bottom-content-margin {
    margin-left: -15px;
}
.custom-bullet {
    line-height: 30px;
}
.social-share-btns-container {
    overflow: hidden;
    font-size: 0;
    top: 50%;
    margin: -30px 0;
    text-align: center;
    width: 100%;
    z-index: 111;
}
.social-share-btns {
    display: inline-block;
    overflow: hidden;
}
.social-share-btns .share-btn {
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    min-width: 100px;
}
.social-share-btns .share-btn i {
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.share-btn-text {
    padding-left: 10px;
}
.share-btn-twitter {
    background-color: #55ADEB;
}
.share-btn-facebook {
    background-color: #3A5B97;
}
.share-btn-linkedin {
    background-color: #0179B4;
}
.share-btn-mail {
    background-color: #7C7C7C;
}
.hide {
    display: none;
}
.in {
    display: block;
}
.page-loader {
    position: fixed;
    background: #000;
    opacity: .6;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}
.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.header-container {
    height: 500px;
    width: 100%;
    padding: 0!important;
    margin: 0!important;
    position: absolute;
    overflow: hidden !important;
}
.video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.header-container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);    
    height: 500px;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.footer-margin {
    padding-bottom: 60px;
}
.site-footer {
    padding-top: 20px;
}