*, html body, html .menu-item a{
    font-family: Roboto;
    word-break: normal !important;
}

html, body{
    overflow-x: hidden;
}

html body,html{
    color: #000;
}

.mobile-only {
    display: none;
}

.start-button {
    line-height: 28px!important;
}

nav .menu-item a {
    font-size: 17px!important;
    font-weight: 300 !important;
}

nav .sub-menu .menu-item:hover a {
    background-color: #1e7993;
}

nav .menu-item.current-menu-item a {
    font-weight: 600!important;
}

.gamification-cores .octa-background {
    position: relative;
    display: block;
    margin: 0 auto;
}

#brands-mobile .sh-single-image-container,
#brands-desktop .sh-single-image-container{
    overflow: visible;
}

#brands-desktop img.sh-image-url,
#brands-mobile img.sh-image-url{
    transition: transform ease-in-out .3s;
    transform: scale(1.0);
}

#brands-desktop img.sh-image-url:hover,
#brands-mobile img.sh-image-url:hover{
    transform: scale(1.2);
}

.offer-section .fw-row,
#brands-desktop .fw-row{
    max-width: calc(100%);
    margin-left: 0;
}

.desktop-contact {
    display: block;
    position: absolute;
    right: 0;
    top: -100%;
    z-index: 102;
    width: 90px;
    height: 60px;
    background-color: #E7A150;
    text-align: center;
    transition: all 0.3s ease-in-out;
    transition-delay: 2s;
}

nav.smaller .desktop-contact {
    top: 0;
    transition-delay: 2s;
    transition: all 0.3s ease-in-out;
}

.desktop-contact:hover i, .desktop-contact:hover span  {
    color: #fff
}

.desktop-contact i {
    width: 90px;
    height: 60px!important;
    line-height: 40px!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}

.desktop-contact span {
    height: 20px;
    line-height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    font-size: 14px;
}

nav {
    background-color: #132332
}
#menu-item-5445 a,
#menu-item-190 a {
    background-color: #F4B632;
    height: 40px;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 0!important;
    transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out!important;
}

#menu-item-5445,
#menu-item-190{
    padding-left: 3px;
    padding-right: 3px;
}

.desktop-hamburger {
    margin: 20px;
    color: #fff;
    position: relative;
    top: 2px;
}

.desktop-hamburger:hover {
    cursor: pointer;
}

.desktop-contact.on-desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 102;
    width: 90px;
    height: 70px;
    background-color: #E7A150;
    text-align: center;
    transition: all 0.3s ease-in-out;
    transition-delay: 2s;
}

.primary-desktop {
    background-color: #132332;
    min-height: 100px;
}

.desktop-contact.on-desktop span {
    bottom: 5px;
}

.sh-sticky-header-active #menu-item-5445 a,
.sh-sticky-header-active #menu-item-190 a {
    margin-top: 15px;
    line-height: 9px!important;
}

.sh-sticky-header-active .sh-nav-container {
    /*display: none;*/
}

.sh-header {
    height: 100px;
    transition: height 0.2s ease-in-out;
}

.sh-header.sh-sticky-header-active {
    height: 70px;
}

.sh-sticky-header-active .header-logo img.sh-sticky-logo{
    display: none !important;
}

.sh-sticky-header-active .header-logo img.sh-standard-logo{
    transition: all ease-in-out .3s;
    height: 40px;
    display:block;
}

.sh-sticky-header-active .header-logo img.sh-standard-logo{
    max-width: 216px;
    height: auto;
}

.sh-header .header-logo img{
    max-width: 280px;
    height: auto;
}

#menu-item-5445:hover a,
#menu-item-190:hover a {
    background-color: #e2a830!important;
}

#header-navigation {
   box-shadow: none;
}

nav .nav-wrapper.mini .hamburger-menu-trigger i.material-icons {
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
}

nav.smaller .nav-wrapper.full {
  display: none;
}

nav.smaller .nav-wrapper.mini {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

nav.smaller .nav-wrapper.mini .brand-logo img {
    max-width: 220px;
}

nav.smaller .nav-wrapper.mini .brand-logo.mini {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: static;
}

/*.nav-wrapper {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
}*/

nav .brand-logo {
    display: flex;
}

.sh-titlebar {
    display: none!important;
}

footer .site-footer.custom {

}

nav ul li  a {
    padding: 0 25px;
}

nav .sidenav-trigger {
    height: 120px;
}

nav ul li.current_page_item:not(.contact-button) a,
nav ul li:not(.contact-buttonm)  a:hover {
    background-color: #2095af;
}

nav ul li a:hover {
    color: #fff;
}

.footer-links-container {
    margin-top: 50px;
}

.footer-link {
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
    vertical-align: middle;
}

.footer-section {
    font-family: 'Roboto', sans-serif;
}

.footer-section .btn.btn-long {
    margin-bottom: 20px;
    padding: 0 50px;
}

.footer-link:hover {
    cursor: pointer;
}

.footer-section .sh-output-html p {
    color: #fff;
}

footer.sh-footer{
    padding: 50px 0 30px;
    background: #00243D;
    position: relative;
    clear: both;
}

footer.sh-footer:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/footer-shape.png);
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.footer-section{
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
}

.footer-section .fw-row{
    display: flex;
}

.footer-section .fw-row .sh-column-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-section .copyrights {
    line-height: 28px;
    font-size: 24px;
    color: #fff;
}

.btn.btn-longer {
    background-color: #f3b42f!important;
    color: #fff;
    height: 55px;
    line-height: 54px;
    padding: 0 110px;
    font-family: Open Sans;
    text-transform: unset;
    font-size: 16px;
}

.btn.btn-longer:hover {
    color: #fff;
    background-color: #e2a830 !important;
}

.btn.btn-long {
    background-color: #2DA9C7!important;
    color: #fff;
    height: 50px;
    line-height: 49px;
    padding: 0 80px;
    font-family: Open Sans;
    text-transform: unset;
    font-size: 16px;
}

.btn.btn-long:hover {
    color: #fff;
    background-color: #2d90ae !important;
}

.btn-small.btn-lang {
    border: 1px solid #2ca2bf;
    background-color: unset;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

nav ul li.big-padding a {
    padding: 0 40px;
}

nav .brand-logo img{
    object-fit: contain;
    /*max-width: 250px;*/
    max-width: 380px;
    transition: all 0.3s ease-in-out;
}

nav ul li.active {
    background-color: #25abc9;
}

nav ul li.border {
    height: 100%;
    line-height: 120px;
}

nav ul li.contact-button {
    display: flex;
    align-items: center;
    height: 120px;
}

nav ul li.contact-button a {
    background-color: #f3b42f;
    height: 65px;
    border-radius: 5px;
    width: 100%;
    line-height: 64px;
    font-weight: bold;
    text-transform: uppercase;
}

nav ul li.contact-button a:hover {
    background-color: #e4a72d;
}

nav .nav-wrapper i {
    height: 120px;
    line-height: 120px;
}

ul.menu-list {
    margin-left: auto;
}

nav li a {
    height: 100%;
    line-height: 120px;
}

nav li {
    font-family: 'Open Sans', sans-serif;
}

nav ul li:not(.border) {
    text-align: center;
    min-width: 130px;
}

nav a {
    height: 100%;
    line-height: 120px;
    font-family: 'Open Sans', sans-serif;
}

.big-slogan, .small-slogan {
    text-shadow: 1px 1px 2px #000;
}

.standard-text p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #252525;
    margin-bottom: 20px;
}

.standard-text p:last-of-type{
    margin-bottom: 0;
}

.standard-text.last-line p {
    line-height: 21px;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}

.sh-titlebar {
    display: none;
}

.company-box {
    align-items: center;
    display: flex;
    min-height: 240px;
}

.watch-on-youtube {
    margin-top: 19px;
    display: block;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.watch-on-youtube:hover span {
    color: #ec3d29;
}

.watch-on-youtube:hover{
    color: #000;
}

.question-mark {
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-weight: normal;
    width: 28px;
    height: 28px;
    vertical-align: top;
    position: relative;
    left: 10px;
    font-size: 21px!important;
    line-height: 26px!important;
    top: 9px;
}

.quote-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    background: #005795;
    transition: background ease-in-out .6s;
}

.quote-section.hover{
    background: #25ABCA;
}

.quote-section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/quote-section.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: opacity ease-in-out .3s;
    opacity: 1;
    transform-origin: top left;
}

.quote-section:hover:after{
    opacity: 0;
}

.quote-section .container-fluid{
    width: 100%;
}

.quote-section .sh-heading-content{
    transition: transform ease-in-out .3s;
    transform: scale(1.0);
}

.quote-section:hover .sh-heading-content{
    transform: scale(1.15);
}

.offer-paragraph {
    padding: 18px 65px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

.offer-section .sh-column {
    padding: 0;
}

.offer-section .sh-single-image-container {
    width: 100%;
}

.offer-section .sh-single-image-container img {
    width: 100%;
    min-height: 255px;
    max-height: 255px;
    object-fit: cover;
    z-index: 3;
    transition: transform ease-in-out .3s;
    transform: scale(1);
}

.offer-section .offer-paragraph{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
}

.offer-section .sh-single-image-container:hover img{
    transform: scale(1.1);
}

.offer-container {
    position: relative;
}

.offer-container {
    position: relative;
}


.offer-paragraph.dark-blue {
    background-color: #00243e;
    background-color: rgba(0, 36, 62, 0.71)!important;
}

.offer-paragraph.blue {
    background-color: #015696;
    background-color: rgba(1, 86, 150, 0.71)!important;
}

.offer-paragraph.light-blue {
    background-color: #26abca;
    background-color: rgba(38, 171, 202, 0.7)!important;
}

.section-title:before {
    content: '';
    width: 13px;
    height: 24px;
    top: 9px;
    margin: auto;
    position: absolute;
    left: -25px;
    background-color: #26abca;
}

.section-title {
    position: relative;
    font-size: 30px;
    font-family: "Open Sans";
    line-height: normal;
    display: block;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 80px;
    color: #313131;
    margin-top: 0;
    margin-left: 25px;
}

.section-title.smaller{
    font-size: 24px;
}

.section-title.smaller:before{
    top: 5px;
}

.section-title p {
    line-height: 49.2px;
    font-size: 30px;
}

#text-block-ded828a99efc4c39b0f106dd2e7e2e10 p {
    line-height: 45px;
}

#text-block-b3f88746338a29c6c6335ce63d6b89e7 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.data-privacy:hover {
    cursor: pointer;
}

.footer-second-column {
    min-height: 280px;
}

.footer-second-column .sh-column-wrapper .sh-output-html .btn.btn-long {
    margin-left: 0;
    text-transform: uppercase;
 }

.footer-second-column .sh-column-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.footer-second-column .sh-column-wrapper .sh-output-html:nth-of-type(3) {
   margin-top: auto;
    position: relative;
    top: 20px;
}

.footer-second-column .copyrights {
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
    vertical-align: middle;
}

.gamification-cores .octagon-wrapper {
    position: relative;
    margin-bottom: 20px;
 /*   display: inline-block;
    width: 100%;
    margin-bottom: 20px; */
    display: block;
    margin: 0 auto 20px auto;
    max-width: 450px;
}

.gamification-cores .sh-text-block:not(.octa-title) p{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.gamification-cores .sh-text-block.octa-title p {
    margin-bottom: 29px;
}

.gamification-cores .octa-title.standard-text{
    padding: 0;
}

.owl-carousel {
    display: block!important;
}

.owl-carousel .owl-dots.disabled {
    display: block!important;
    position: absolute;
    top: -40px;
}

.sa_owl_theme .owl-dots .active span {
    background-color: #26abca!important;
}

.owl-stage {
    background-color: #f4f4f4;
}

.gamification-cores #octagon {
    width: 400px;
    height: 400px;
    -webkit-transform: perspective(999px) rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: perspective(999px) rotate(22.5deg);
    margin: auto;
    /* position: absolute;*/
    top: 0; left: 0; bottom: 0; right: 0;
    margin-bottom: 30px;
    margin-top: 50px;
}

.gamification-cores #octagon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 4.785em solid #f4f4f4;
    border-left: 4.785em solid #f4f4f4;
    border-right: 4.785em solid #f4f4f4;
    width: 7em;
    height: 0;
}

.gamification-cores #octagon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 4.785em solid #f4f4f4;
    border-left: 4.785em solid #f4f4f4;
    border-right: 4.785em solid #f4f4f4;
    width: 7em;
    height: 0;
}

.gamification-cores .octagon-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 71%;
    height: 71%;
    z-index: 3;
}

.gamification-cores .octagon-circle .mini-circle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-83%);
    transform-origin: 0 -50%;
    width: 70px;
    height: 70px;
}
.gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
.gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
    transform: translate(-50%,-82%);
}

.gamification-cores .octagon-circle[order="order1"]{
    transform: translate(-50%,-50%) rotate(0deg);
}

.gamification-cores .octagon-circle[order="order2"]{
    transform: translate(-50%,-50%) rotate(315deg);
}
.gamification-cores .octagon-circle[order="order3"]{
    transform: translate(-50%,-50%) rotate(45deg);
}
.gamification-cores .octagon-circle[order="order4"]{
    transform: translate(-50%,-50%) rotate(270deg);
}
.gamification-cores .octagon-circle[order="order5"]{
    transform: translate(-50%,-50%) rotate(90deg);
}
.gamification-cores .octagon-circle[order="order6"]{
    transform: translate(-50%,-50%) rotate(225deg);
}
.gamification-cores .octagon-circle[order="order7"]{
    transform: translate(-50%,-50%) rotate(135deg);
}
.gamification-cores .octagon-circle[order="order8"]{
    transform: translate(-50%,-50%) rotate(180deg);
}
#heading-6d27bf9b19d8795574e11985e0df5f3f .sh-heading-content {
    margin: 0;
}

.gamification-cores .mini-circle {
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: url('../img/octa_white.png');
    background-position: center center;
    transform: translate(-50%,-100%);
}

.octa-dot {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    margin: 0 5px;
    background: url('../img/octa_blue.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.gamification-cores .mini-circle:hover {
    z-index: 3;
    cursor: pointer;
}

.gamification-cores .mini-circle.active {
    opacity: 1;
}

.gamification-cores .octa-box .sh-text-block {
    display: none;
    padding: 10px;
    text-align: center;
}

.octa-title {
    display: block!important;
    position: relative;
    z-index: 4;
}

#text-block-83e86eb3dceadc1df2db0b64cbe2bc22 {
    font-family: Open Sans;
}

#text-block-2a37d135f5cecda982e2064a793e175c {
    background-color: #fff;
}

#text-block-eccb33baa97d16e8a799bab869fffebc p a {
    color: #000;
}

.sh-column-a0074fe9d957e79af22adeb5d1606546 {
    padding-left: 0;
}

#heading-6d27bf9b19d8795574e11985e0df5f3f {
    font-size: 30px;
}


#heading-6d27bf9b19d8795574e11985e0df5f3f span {
    font-size: 35.7px;
    line-height: 49.2px;
}

#heading-6d27bf9b19d8795574e11985e0df5f3f strong {
   font-weight: bold!important;
}

#text-block-87b82af17c965818806114bd6bf27370 {
    font-size: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

#list-1397eb6726bdce7e8a3af3da7b97200f li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

#list-1397eb6726bdce7e8a3af3da7b97200f .sh-list-icon {
    display: none;
}

#text-block-61689f1dff9c96a5c28aef35174ebbcb p {
    font-size: 24px;
    color: #fff;
}

.sh-column-2bb09cee0251652fcd78b9c65c1c24ab .sh-column-wrapper > div:not(#text-block-4db5594ec0ca199da75287c6e75b0609) {
    background-color: #fff;
}

.sh-column-2bb09cee0251652fcd78b9c65c1c24ab .sh-column-wrapper div.sh-output-html {
    background-color: #f4f4f4!important;
}

.border-dotted {
    border: 2px dotted #1D4E87;
}

.border-dotted p {
    color: #000;
    text-align: left;
}

.gamification-cores .border-dotted p:nth-of-type(1) {
    color: #1D4E87;
    text-align: left;
    margin-bottom: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
}

.gamification-cores .border-dotted p:nth-of-type(2) {
    line-height: 1.2;
    margin-bottom: 0;
}

.gamification-cores .sh-text-block.border-dotted{
    padding: 19px 10px 19px 24px;
}

.team-box .owl-item {
    padding-bottom: 35px;
    background: transparent;
    position: relative;
    border-right: 2px solid #f4f4f4;
    filter: grayscale(1);
    transition: filter ease-in-out .3s;
}

.team-box .owl-item:hover{
	filter: grayscale(0);
}

.team-box .sa_hover_buttons {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 38px;
    margin: 0 !important;
}


.team-box p.member-name{
    margin-bottom: 0px !important;
}

.team-box .white .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_slide_link_icon, 
.team-box .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 50%;
    background: none !important;
}

.team-box .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon:hover{
	background-color: transparent !important;
}

.team-box .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon{
	background: none !important;
}

.team-box .owl-item .sa_hover_container {
   background-size: cover!important;
}

.team-box .owl-item .member-name {
    background: #f4f4f4;
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 200;
    color: #101010;
}

section.team-box .white{
    background: #f4f4f4 !important;
}

.sponsored p{
    margin-bottom: 20px;
    font-weight: 300;
}

section:nth-child(2) .sh-video-player {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sh-nav li.menu-item{
    padding: 0 0;
}

.sh-nav li.menu-item.wpml-ls-item{
    max-width: 50px;
    min-width: 50px;
    position: relative;
}

.sh-nav li.menu-item.wpml-ls-item:after{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;     
    padding-top: 80%;
    height: 0;
    content: '';
    transform: translate(-50%,-50%);
    border: 1px solid #2095af;
}

.sh-nav li.menu-item.wpml-ls-item:hover:after{
    border-color: #fff;
}

.sh-nav li.menu-item.wpml-ls-item a{
    z-index: 2;
}

.sh-nav li.menu-item.wpml-ls-item a:hover:after{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    padding-top: 80%;
    height: 0;
    content: '';
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    background:  #2095af;
    z-index: -1;
}

section.team-box .sa_owl_theme .disabled .owl-prev, 
section.team-box .sa_owl_theme .disabled .owl-next{
    display: block !important;
    z-index: 1;
}

section#solution-section .sh-column{
    padding: 0;
}

section#solution-section pre{
    background: transparent;
    padding: 0;
}

.gs-solutions-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -20px;
}

.gs-solution-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 0px;
}

.gs-solution-item .fw-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.gs-solution-item .fw-row:after,
.gs-solution-item .fw-row:before,
.gs-solution-item .container:after,
.gs-solution-item .container:before{
    display: none;
}

.gs-solution-item .container{
    display: flex;
}

.gs-solution-item.odd{
    background: #F4F4F4;
}

.gs-solution-item.even .fw-row,
.gs-solution-item.even{
    flex-direction: row-reverse;
}

.gs-solution-item .featured-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.gs-solution-item .featured-img img{
    display: block;
    margin: 0;
    width: 100%;
    transition: transform ease-in-out .3s;
    transform: scale(1.0);
}

.gs-solution-item .featured-img .mask{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    opacity: .7;
    transition: all ease-in-out .3s;
}

.gs-solution-item.odd .featured-img .mask{
    transform: translate(40%, 57%) rotate(-16deg);
}
.gs-solution-item.even .featured-img .mask {
    transform: translate(25%, 70%) rotate(16deg);
}


.gs-solution-item .content{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;

    color: #000000;
}
.gs-solution-item.even .content{
    padding-right: 40px;
}

.gs-solution-item.odd .content{
    padding-left: 40px;
}

.gs-solution-item .content .section-title{
    margin-top: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #313131;
    margin-bottom: 80px;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}

.gs-solution-item .content .section-title:before{
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

.gs-solution-item .content p{
    white-space: initial;
    margin-bottom: 20px;
    word-break: break-word;
}

.in-touch, .gs-read-more-link,
.gs-solution-item .link-case-study{
    display: inline-flex;
    min-width: 225px;
    min-height: 45px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #25ABCA;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
}
.in-touch:hover, .gs-read-more-link:hover,
.gs-solution-item .link-case-study:hover{
    background: #2d90ae!important;
    color: #fff;
}

.get-in-touch-section,
#dark-blue-solution{
    background: #00243D;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 100px;
    position: relative;
}

.get-in-touch-section:after,
#dark-blue-solution:after{
    position: absolute;
    content: "";
    background: url(../img/in-touch-shape.jpg);
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.in-touch{
    font-size: 16px;
    min-height: 55px;
}

.get-in-touch-section p,
#dark-blue-solution p{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.get-in-touch-section p:first-child,
#dark-blue-solution p:first-child{
    margin-bottom: 30px;
}

.get-in-touch-section p strong,
#dark-blue-solution p strong{
    font-weight: 500;
}

.get-in-touch-section .fw-row .sh-column:nth-child(2) p,
#dark-blue-solution .fw-row .sh-column:nth-child(2) p{
    margin-bottom: 0;
}

.get-in-touch-section p .thin,
#dark-blue-solution p .thin{
    font-weight: 200;
}

.get-in-touch-section  .sh-section-container,
#dark-blue-solution .sh-section-container{
    display: flex;
    max-width: 1460px;
    width: 100%;
}

.get-in-touch-section .sh-section-container .fw-row,
#dark-blue-solution .sh-section-container .fw-row{
    display: block;
    width: 100%;
}

#our-work-solution .section-title{
    margin-bottom: 80px;
}

#our-work-solution .section-title span{
    font-family: "Open Sans";
}

#our-work-solution .sh-popover-mini::selection{
    background: transparent;
}

#our-work-solution .sh-popover-mini:before,
#our-work-solution .sh-popover-mini:after{
    display: none;
}

#our-work-solution .sh-popover-mini{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-family: "Open Sans" !important;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    box-shadow: none;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 85%;
    white-space: initial;

}

#our-work-solution .sh-single-image,
#our-work-solution .sh-single-image-container,
#our-work-solution .sh-single-image-container img{
    width: 100%;
}

#our-work-solution .sh-single-image-container img{
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#our-work-solution .sh-single-image + .sh-text-block p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    text-align: center;

    color: #2E2E2E;
}

#our-work-solution .sh-single-image-container{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 0;
    padding-top: 89%;
}

#our-work-solution .fw-row:nth-child(2) .sh-column{
    padding: 0;
    text-align: center;
}

#our-work-solution .sh-single-image-container:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .7;
    content: "";
    transition: all ease-in-out .6s;
}

#our-work-solution .sh-single-image-container:hover:after{
    transform: translateY(-100%);
}
#our-work-solution .sh-single-image-container:hover img{
    transition: transform ease-in-out .6s;
}
#our-work-solution .sh-single-image-container:hover img{
    transform: scale(1.2);
}

#our-work-solution .sh-column:nth-child(1) .sh-single-image-container:after{
    background: #005795;
}

#our-work-solution .sh-column:nth-child(2) .sh-single-image-container:after{
    background: #25ABCA;
}

#our-work-solution .sh-column:nth-child(3) .sh-single-image-container:after{
    background: #F3B52F;
}

#our-work-solution .sh-column:nth-child(4) .sh-single-image-container:after{
    background: #25ABCA;
}

#our-work-solution .fw-row:nth-child(2) .sh-text-block{
    padding: 0 15%;
}

/*.site-slider .rev_slider_wrapper .tp-revslider-slidesli:after,
#solution-slider .rev_slider_wrapper .tp-revslider-slidesli:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/slider-after.png);
    content: "";
    z-index: 0;
    background-size: 100% 100%;
}*/

.site-slider .forcefullwidth_wrapper_tp_banner,
#solution-slider .forcefullwidth_wrapper_tp_banner{
    max-height: 400px;
    margin-top: -10px !important;
}

.site-slider .rev_slider_wrapper.fullwidthbanner-container,
#solution-slider .rev_slider_wrapper.fullwidthbanner-container{
    max-height: 400px;
}

/*.site-slider .tp-parallax-wrap,
.site-slider .tp-loop-wrap,
.site-slider .tp-mask-wrap,
#solution-slider .tp-parallax-wrap,
#solution-slider .tp-loop-wrap,
#solution-slider .tp-mask-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
}*/

/*.site-slider .tp-caption,
#solution-slider .tp-caption{
    width: 50%;
    height: auto;
    position: absolute;
    top: 35%;
    left: 37%;
    transform: translate(-50%,-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)!important;
}*/

/*.site-slider .tp-caption .big-slogan,
#solution-slider .tp-caption .big-slogan{
    font-family: "Open Sans";
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-size: 48px !important;
    letter-spacing: -0.06em !important;
    color: #FFFFFF;
    text-shadow: none;
}*/

.site-slider{
    margin-top: -15px;
}

/*.tp-caption.small-slogan{
    font-size: 28px !important;
}*/

#solution-slider .sh-text-block,
.site-slider .sh-text-block{
    margin: 0 !important;
}

li.menu-item > a, .sh-header .sh-nav > li.menu-item ul a,
.sh-nav > li.menu-item > a, .sh-nav-mobile li a{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.sh-header-mobile-navigation .header-logo img{
    max-width: 100%;
}

body.home .rev_slider,
body.home .rev_slider_wrapper{
    overflow: hidden !important;
}


.flip-container {
    perspective: 1000px;
}

.quote-section.hover .flipper{
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    min-height: 250px;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.flip-btn{
    display: inline-block;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}

.flip-btn:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}


.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}


.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

.gs-case-study-item:last-of-type{
    margin-bottom: 20px;
}

.gs-case-study-item header{
    display: flex;
    align-items: stretch;
    margin-bottom: 80px;
}

.gs-case-study-item .featured-img{
    background: #f4f4f4;
    display: flex;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gs-case-study-item .blue-text-section{
    background: #005795;
    color: #fff;
    padding: 80px 20px;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.gs-case-study-item .blue-text-section .field p{
    color: #fff;
}

.gs-case-study-item .blue-text-section .field p strong{
    font-weight: 400;
}


.gs-case-study-item .blue-text-section .section-title{
    color: #fff;
    margin-left: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.gs-case-study-item .blue-text-section .field{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
}

.gs-case-study-item .content .section-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 25px;
    font-size: 24px;
    color: #1A1A1A;
}

.gs-case-study-item .blue-text-section .section-title:before,
.gs-case-study-item .content .section-title:before{
    top: 0;
}

.gs-case-study-item .content p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;
    color: #000000;
}

.gs-case-study-item .content .fw-row{
    margin-bottom: 70px;
}

.gs-case-study-item .content .sh-single-image{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A9A9A9;
    box-sizing: border-box;
}

.gs-case-study-item .content .no-border .sh-single-image{
    border: 0;
}

.gs-case-study-item .content .sh-single-image img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.gs-case-study-item .content .no-border .sh-single-image img{
    margin: 0;
}

body.page-case-studies section:not(.footer-section) p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    color: #000000;
}

.case-studies-welcome .section-title{
    margin-bottom: 80px;
}

body.page-case-studies .page-content > .fw-page-builder-content > section:not(.footer-section) > .sh-section-container > .fw-row > .sh-column{
    padding: 0;
}

#case-study-menu{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
    padding: 20px 0;
    background: #FAF8F4;
    min-width: 150px;
    z-index: 100;
    transition: transform ease-in-out .3s;
}

#case-study-menu header{
    background: #00243D;
    padding: 13px 7px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

#case-study-menu a{
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #585858;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

#case-study-menu .current-block{
    position: absolute;
    display: none;
    content: "";
    left: 0;
    height: 26px;
    width: 8px;
    background: #2D9CDB;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;

}

#case-study-menu .current-block.show{
    display: block;
}

#case-studies-shortcode-section{
    z-index: 101;
}

footer.sh-footer .widget-item{
    padding-bottom: 0;
}

#footer-top-section h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 0;
}

#footer-left-section ul.menu{
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#footer-left-section li a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
}

#footer-left-section p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
}

#footer-right-section{
    padding-left: 20px;
    position: relative;
}

#footer-right-section:after{
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    height: 100%;
    width: 1px;
    background: #fff;
}

#footer-right-section p.copyrights{
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
}

#footer-right-section p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
}

#footer-right-section .btn-long{
    margin-top: 32px;
    margin-bottom: 80px;
    margin-left: 0;
    text-transform: uppercase;
}

.container > .sh-table{
    margin: 0;
    width: 100%;
}

.turquise-column,
.white-smoke-column,
.floral-white-column,
.cobalt-column{
    position: relative;
}

.white-smoke-column,
.floral-white-column{
    color: #000;
}

.turquise-column,
.cobalt-column{
    color: #fff;
}

.turquise-column,
.white-smoke-column,
.floral-white-column,
.cobalt-column{
    padding-top: 80px;
    padding-bottom: 80px;
}
.turquise-column.left-column,
.white-smoke-column.left-column,
.floral-white-column.left-column,
.cobalt-column.left-column,
.white-smoke-column.right-column,
.floral-white-column.right-column,
.cobalt-column.right-column{
    padding-left: 30px;
    padding-right: 30px;
}

.turquise-column p strong,
.white-smoke-column p strong,
.floral-white-column p strong,
.cobalt-column p strong{
    font-weight: 400;
}

.turquise-column .section-title,
.white-smoke-column .section-title,
.floral-white-column .section-title,
.cobalt-column .section-title{
    font-weight: 600;
}

.turquise-column p,
.white-smoke-column p,
.floral-white-column p,
.cobalt-column p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 20px;
}

.turquise-column:after,
.white-smoke-column:after,
.floral-white-column:after,
.cobalt-column:after{
    position: absolute;
    top: 0;
    height: 100%;
    width: 1200%;
    content: "";
    z-index: -1;
}

.left-column.turquise-column:after,
.left-column.white-smoke-column:after,
.left-column.cobalt-column:after,
.left-column.floral-white-column:after{
    right: 0;
}

.right-column.turquise-column:after,
.right-column.white-smoke-column:after,
.right-column.cobalt-column:after,
.right-column.floral-white-column:after{
    left: 0;
}


.floral-white-column:after{
    background: #f4f4f4;
}

.white-smoke-column:after{
    background: #f4f4f4;
}

.cobalt-column:after{
    background: #005795;
}

.turquise-column:after{
    background: #25abca;
}

body.page-about .cobalt-column p:nth-of-type(1){
    margin-top: 124px;
}

.under-map p{
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
}

.under-map p string{
    font-weight: 500;
}

.under-map p:nth-of-type(1){
    margin-top: 80px;
    margin-bottom: 40px;
}

#how-we-work-top-section p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.blue-full-section{
    background: #005795;
    color: #fff;
}

.floral-white-full-section{
    background: #FAF8F4;
    color: #000;
}

.white-smoke-full-section{
    background: #F4f4f4;
    color: #000;
}

.blue-full-section .section-title{
    color: #fff;
}

.blue-full-section p strong{
    font-weight: 400;
}

.blue-full-section p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;
}

.blue-full-section p{
    color: #fff;
}

body.page-how-we-work .white-smoke-column,
body.page-how-we-work .cobalt-column{
    padding: 80px 20px;
}

body.page-how-we-work .octa-background{
    margin-top: -25px;
    margin-bottom: 40px;
}

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

.img-center{
    display: block;
    margin: 0 auto;
}

.img-border{
    border: 1px solid #ABAAAA;
    box-sizing: border-box;
}

.text-section p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 24px;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}

.text-section p:last-of-type{
    margin-bottom: 0;
}

.text-section p strong{
    font-weight: 400;
}

.text-section.fs-24 p{
    font-size: 24px;
}

.text-section.fs-18 p{
    font-size: 16px;
}

.text-section.fw-200 p{
    font-weight: 200;
}

.license-left .sh-column-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.license-left .text-section p:nth-of-type(2){
    margin-top: 45px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #666666;
}

body.page-licensing .btn.btn-long{
    margin-bottom: 20px;
}

pre{
    background: transparent;
    padding: 0;
    font-family: monospace, monospace;
    font-size: 0;
    line-height: 1;
}

.gs-experts-container{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

#expert-content-box{
    display: flex;
    width: 100%;
    align-items: flex-start;
    white-space: initial;
    position: absolute;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: height ease-in-out .3s;
    z-index: 1;
    background: #fff;
}

#expert-content-box .gs-expert-content{
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

#expert-content-box .gs-expert-content > div{
    display: flex;
    width: calc(50% - 14px);
    align-items: flex-start;
    flex-direction: column;
}

#expert-content-box .gs-expert-content > .featured-img{
    width: calc(50% - 11px);
    /*padding-left: 15px;*/
}
    
#expert-content-box .gs-expert-content .name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 48px;
    color: #000000;
}

#expert-content-box .gs-expert-content .job-title{
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}


#expert-content-box .gs-expert-content .featured-img img{
    display: flex;
    width: 100%;
}

.gs-experts-container:before,
.gs-experts-container:after{
    display: none;
}

.gs-experts-container .gs-expert-item{
    display: flex;
    max-width: calc(25% - 15px);
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.gs-expert-item:nth-of-type(4n+1) {
    margin-right: 10px;
    margin-left: 0;
}

.gs-expert-item:nth-of-type(4n+2),
.gs-expert-item:nth-of-type(4n+3) {
    margin-right: 10px;
    margin-left: 10px;
}

.gs-expert-item:nth-of-type(4n) {
    margin-left: 10px;
    margin-right: 0;
}

.gs-expert-item .featured-img{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 0px;
    padding-top: 91%;
}

.gs-expert-item .featured-img:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    background: #25ABCA;
    height: 20px;
    transform: translateY(0%);
    transition: transform ease-in-out .3s;
    z-index: 1;
}

.gs-expert-item .featured-img:before{
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 37%, rgba(0,0,0,0.37) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 37%,rgba(0,0,0,0.37) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 37%,rgba(0,0,0,0.37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5e000000',GradientType=0 );
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gs-expert-item.active .featured-img:after,
.gs-expert-item:hover .featured-img:after{
    transform: translateY(-100%);
}

.gs-expert-item .featured-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    width: 100%;
    filter: grayscale(1.0);
    object-fit: cover;
    transition: all ease-in-out .3s;
    min-height: 100%;
}

.gs-expert-item:hover:hover{
    cursor: pointer;
}

.gs-expert-item.active .featured-img img,
.gs-expert-item:hover:hover .featured-img img{
    filter: grayscale(0);
}

.gs-expert-item .title{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    transition: opacity ease-in-out .3s;
    z-index: 2;
}

.gs-expert-item.active .title,
.gs-expert-item:hover .title{
    opacity: 0;
}

.expert-blue-text{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 48px;
    text-align: center;
    color: #25ABCA;
    position: relative;
    line-height: 1;
    margin-bottom: 33px;
}

.expert-blue-text p{
    margin-bottom: 33px;
    line-height: 1;
}

.expert-blue-text:after{
    left: 50%;
    top: calc(100% + 16px);
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 60%;
    max-width: 119px;
    height: 3px;
    background: #00243D;
}

.expert-blue-text + .text-section.fs-18 p{
    text-align: center;
    padding: 0 15%;
}

.expert-blue-bottom{

}

.expert-blue-bottom p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 55px;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    max-width: 860px;
    margin: 0 auto;
}

.expert-blue-bottom p strong{
    font-weight: 500;
}

.expert-blue-bottom .btn.btn-longer{
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
}
nav .menu-item.current-menu-item ul a{
    font-weight: 300 !important;
}

nav .menu-item.current-menu-item > a{
    font-weight: 400 !important;
}


nav .menu-item:not(#menu-item-190):not(#menu-item-5445):hover > a{
    font-weight: 400 !important;
}

#brand-section .fw-row{
    display: flex;
}

#brand-section .fw-row .sh-column-wrapper{
    display: grid;
    grid-template-areas: "left right" "left right";
    grid-template-columns: 50% 50%;
    height: 100%;
}

#brand-section .fw-row .left-column .sh-column-wrapper{
    grid-template-columns: 33% 67%;
}

#brand-section .fw-row .right-column .sh-column-wrapper{
    grid-template-columns: 67% 33%;
}

#brand-section .fw-row .left-column  .sh-column-wrapper .sh-output-html{
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
    /*justify-self: center;*/
}

#brand-section .fw-row .left-column  .sh-column-wrapper .sh-text-block{
    grid-column: 2;
}

#brand-section .fw-row .sh-column-wrapper .sh-text-block{
    align-self: flex-end;
}


#brand-section .fw-row .right-column  .sh-column-wrapper .sh-text-block:nth-of-type(3) p,
#brand-section .fw-row .left-column  .sh-column-wrapper .sh-text-block:nth-of-type(3) p{
    margin-bottom: 0;
}

#brand-section .fw-row .right-column  .sh-column-wrapper .sh-output-html{
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
    justify-self: flex-end;
}

#brand-section .fw-row .right-column  .sh-column-wrapper .sh-text-block{
    grid-column: 1;
}

#brand-section .brand-name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
}

#brand-section .left-brand{
    padding-right:20px;
}

#brand-section .right-brand{
    padding-left: 20px;
}

#brand-section .left-brand p,
#brand-section .right-brand p{
    text-align: justify;
}

#brand-section .floral-white-column .quote-author p{
    color: #005795;
    font-weight: 400;
}

#brand-section .turquise-column .quote-author p,
#brand-section .cobalt-column .quote-author p{
    color: #F7EFE2;
    font-weight: 400;
}

.wpcf7-form #gs-form .wpcf7-form-control.wpcf7-submit{
    border-radius: 0 !important;
    text-transform: none !important;
    background: #F3B52F !important;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    width: 338px;
    height: 71px;
}

.wpcf7-form #gs-form   .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #e2a830!important;
}

.wpcf7-form #gs-form  textarea{
    width: 100%;
    min-height: 250px;
    resize: vertical;
}

.wpcf7-form #gs-form  input[type=email],
.wpcf7-form #gs-form  input[type=text]{
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.wpcf7-form #gs-form  select,
.wpcf7-form #gs-form  input[type=text],
.wpcf7-form #gs-form  input[type=email],
.wpcf7-form #gs-form  textarea,
.wpcf7-form #gs-form   .CaptionCont.SelectBox{
    border-color: #cacaca;
    color: #000;
}

.wpcf7-form #gs-form  select,
.wpcf7-form #gs-form  input[type=text],
.wpcf7-form #gs-form  input[type=email],
.wpcf7-form #gs-form  .CaptionCont.SelectBox{
    height: 50px;
}

.wpcf7-form #gs-form input[type=text]:focus,
.wpcf7-form #gs-form  input[type=email]:focus,{
    border-bottom-color: #F3B52F;
    box-shadow: 0 1px 0 0 #F3B52F;
}

.wpcf7-form #gs-form .CaptionCont.SelectBox{
    border-color: #cacaca !important;
}

.wpcf7-form #gs-form .wpcf7-form-control-wrap{
    margin-top: 0;
}

.wpcf7-form #gs-form label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color: #070707;
}

.wpcf7-form #gs-form .wpcf7-response-output{
    background-color: transparent;
}

.wpcf7-form #gs-form  .wpcf7-list-item{
    margin-left: 0;
}

.wpcf7-form #gs-form  .wpcf7-list-item-label,
.wpcf7-form #gs-form .acceptance-field label{
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color: #000000;
}


.wpcf7-form #gs-form .acceptance-field .wpcf7-list-item-label:after,
.wpcf7-form #gs-form .acceptance-field .wpcf7-list-item-label:before{
    border: 1px solid #cacaca;
}

.wpcf7-form #gs-form [type="checkbox"]:checked+span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
}

.wpcf7-form #gs-form [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpcf7-form #gs-form [type="checkbox"]+span:not(.lever):before,.wpcf7-form #gs-form [type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    margin-top: 5px;
}

.wpcf7-form #gs-form  input[type=email],
.wpcf7-form #gs-form input[type=text] {
    padding: 0 15px;
    width: calc(100% - 30px);
}

.wpcf7-form #gs-form .acceptance-field{
    margin-top: -20px;
}

/*header nav li.menu-item.menu-item-has-children a:before{
    display: none;
}*/

header nav li.menu-item.current-menu-item .ul{

}

body.page-get-in-touch .expert-blue-bottom p{
    max-width: 100%;
}

.sh-nav li.menu-item-has-children > a:after, .sh-nav li.menu-item li.menu-item-has-children > a:after{
   display: none !important;
}

.sh-nav li.menu-item-has-children:after{
    font-family: 'simple-line-icons'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 12px;
    margin-left: 8px;
    content: "\e604";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

article.gs-post-item .post-title h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    font-size: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}
.gs-posts-container.masonry2{
    display: flex;
    justify-content: space-between;
    opacity: 1;
    position: relative !important;
    height: auto !important;
    flex-wrap: wrap;
}

.gs-posts-container.masonry2 .post-item .post-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gs-posts-container.masonry2 .post-item .post-container > div{
    height: 100%;
}

.gs-posts-container.masonry2 .post-item:hover .post-container{
    bottom: 0;
}

.gs-posts-container.blog-style-masonry article.gs-post-item{
    width: 50%;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transition: none !important;
    transform: none !important;
}

.gs-posts-container.blog-style-masonry .gs-post-item .post-content-container,
.gs-posts-container.blog-style-masonry .gs-post-item:not(.format-quote):not(.format-link) .post-content-container{
    padding: 30px 20px;
    background: #F4F4F4;
    border-left: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.gs-posts-container .gs-post-item .post-meta-thumb{
    overflow: hidden;
}

.gs-posts-container .gs-post-item .gs-category{
    position: absolute;
    top: 25px;
    right: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    min-width: 200px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.8;
}

.gs-post-category img{
	margin-right: 3px;
}

.gs-posts-container .gs-post-item .gs-category[class*="blog"]{
    background: #25ABCA;
}

.gs-posts-container .gs-post-item .gs-category[class*="gamification"]{
    background: #2c5792;
}

.gs-posts-container .gs-post-item .gs-category[class*="behavioural-science"]{
    background: #00827F;
}

.gs-posts-container .gs-post-item .post-meta-thumb .gs-thumbnail{
    height: 100%;
    padding-top: 52%;
    background-size: cover;
    transform: scale(1.0);
    transition: transform ease-in-out .3s;
}

.gs-posts-container .gs-post-item .post-meta-thumb:hover .gs-thumbnail{
    transform: scale(1.1);
}

.gs-posts-container.blog-style-masonry .gs-post-item .post-content-container p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    color: #000000;
    max-height: 108px;
    overflow: hidden;
    margin-bottom: 0;
}
.gs-posts-container.blog-style-masonry .gs-post-item .post-content{
    padding-bottom: 0;
}

.gs-no_more{
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

body.admin-bar #blog-menu-container{
    margin-top: 30px;
}

#blog-menu-container{
    background: #f4f4f4;
    position: relative;
}

#blog-menu-container.has-bg-after:after{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1200%;
    background: #F4F4F4;
    content: "";
    transform: translateX(-50%);
    z-index: -1;
}

#blog-menu-container .container:after,
#blog-menu-container .container:before{
    display: none;
}

#blog-menu-container .container{
    display: flex;
    justify-content: space-between;
}

#blog-menu-container .sh-text-block > p{
    display: none;
}

#blog-menu-container .sh-text-block{
    margin-bottom: 0;
}

#blog-menu-container .category-menu{
    display: flex;
    margin: 0;
    padding-left: 0px !important;
}

#blog-menu-container .category-menu li{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 15px 30px;
    transition: background ease-in-out .3s;
}

#blog-menu-container .category-menu li:hover{
    color: #fff;
    background: #2c5792;
}

#blog-menu-container .category-menu li a{
	color: inherit;
}

#blog-menu-container .category-menu li.active{
    background: #2c5792;
    color: #fff;
    font-weight: 500;
}

#blog-menu-container .search-box{
    position: relative;
}

#blog-menu-container .search-box div{
    display: flex;
}

#blog-menu-container .search-box label{
    display: flex;
    align-items: center;
    height: 100%;   
    margin-bottom: 0;
}

#blog-menu-container .search-box .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 34px;
    justify-content: center;
}

#blog-menu-container .search-box .icon i.fa{
    font-size: 16px;
}

#blog-menu-container .search-box input{
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    height: 50px;
    width: 300px;
    font-weight: 300;
    padding: 0 12px;
    margin: 10px 0;
    margin-right: 5px;
    border: 0;
    line-height: 50px;
    padding-left: 30px;
}

#blog-menu-container .search-box button{
    /*display: none;*/
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    background: #fff;
    border: 0;
    height: 46px;
    transition: background ease-in-out .3s;
}

#blog-menu-container .search-box button:hover{
    background: #2c5792;
    color: #fff;
}

#blog-menu-container .search-box input[type=search]:not(.browser-default):focus:not([readonly]){
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.search-form.sh-sidebar-search-active input.search-field:focus{
    background-color: #fff !important;
}

body.search #wrapper > .sh-page-layout-default{
    padding-top: 0;
}

body.search .sh-nothing-found{
    margin: 0 15px;
}

body.search h3.section-title{
    margin-top: 80px;
}

.sh-nothing-found-big{
    display: none;
}

body.page-blog #page-container{
    padding-top: 0 !important;
}

.gs-read-more-link{
    margin-top: 35px;
}

.gs-load-more{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid rgba(33, 183, 156, 0.9);
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 225px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    transition: background ease-in-out .3s;
}

.gs-load-more{
    display: none;
}

.gs-load-more i{
    margin-right: 18px;
    transition: transform ease-in-out .6s;
    transform: rotate(0deg);
}

.gs-load-more:hover{
    color: #fff;
    background: rgba(33, 183, 156, 0.9);
}

.gs-load-more:hover i{
    color: #fff;
}

.gs-load-more.spin i{
    transform: rotate(720deg);
}


#featured-post-container .sh-text-block>p{
    display: none;
}

.gs-featured-post{
    display: block;
    position: relative;
    /*height: 400px;*/
    margin-left: -15px;
    padding-top: calc(520 / 1920 * 100%);
    width: calc(100% + 30px);
    /*max-height: 400px;*/
    overflow: hidden;
    min-height: 420px;
}

.gs-featured-post .caption{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    color: #fff;
    transform: translate(-50%, -50%);
}

.gs-featured-post .caption h2{
    color: #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 48px;
    letter-spacing: -0.06em;
    margin-top: 0;
}

.gs-featured-post .caption h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 18px;
    color: #F7EFE2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.gs-featured-post:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #031C28;
    opacity: 0.66;
    content: "";
}

.gs-featured-post > *{
    z-index: 1;
}

.gs-featured-post .gs-read-more-link{
    font-family: Roboto;
    font-weight: 400;
}

.gs-featured-post .gs-read-more-link i.fa{
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 7px;
    font-size: 14px;
    position: relative;
}

.gs-featured-post .gs-read-more-link i.fa:after{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #fff;
}

.gs-featured-thumb{
   object-fit: cover;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hide{
    display: none;
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

#gs-post-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#gs-post-loader i.fa{
    font-size: 48px;

}

#wrapper > .sh-page-layout-default.gs-post-style{
    padding-top: 0;
}

.gs-post-style h2{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 28px;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
    padding-top: 0;
}

.gs-post-style .sh-text-block:first-of-type >*:first-child{
    margin-top: 0px;
}

.gs-post-style p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}

.gs-post-style .post-meta-data{
    padding-top: 10px;
    border-bottom: 0;
}

.gs-post-style h3{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 26px;
    color: #313131;
    margin-bottom: 20px;
    padding-top: 0;
}

.gs-post-thumb{
    position: relative;
    border-bottom: 3px solid #25ABCA;
    max-height: 400px;
}

.gs-post-thumb img{
    object-fit: cover;
}

.gs-post-style .post-meta{
    display: flex;
    float: none;
    align-items: center;
}

.gs-post-style section.expert-blue-bottom {
    padding: 60px 20px;
    margin-bottom: -15px;
    background-image: url(/wp-content/uploads/2018/12/baner-Social-Proof.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ffffff;
}

.gs-post-style section.expert-blue-bottom p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.gs-post-style section.expert-blue-bottom .btn.btn-longer{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 243px;
    height: 63px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gs-post-category{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #9D175F;
}

.gs-author-name{
    color: #00243D;
    margin-left: 3px;
}

.gs-post-meta > div{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.gs-post-meta i.fa{
    color: #AAAAAA;
    font-size: 22px;
}

.gs-post-meta > div:not(:first-of-type){
    margin-left: 13px;
}

.gs-author-avatar img{
    border-radius: 100%;
    margin-right: 3px;
}

.gs-post-thumb:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(45, 45, 45, 0.5);
}

.gs-post-title{
    color: #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 48px;
    letter-spacing: -0.06em;
    color: #FFFFFF;
    position: relative;
}

.gs-post-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
}

.blog-single .sh-blog-single-meta{
    display: none;
}

.gs-style .comment-form-url{
    display: none;
}

.gs-author-box{
    background: #FAF8F4;
    padding: 55px 40px 60px;
}

.gs-author-box img{
    border-radius: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 115px;
}

.gs-author-box .row{
    align-items: center;
    display: flex;
}

.gs-author-box .col-md-2{
    text-align: center;
}

.gs-author-box h4{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    margin-top: 0;
    color: #000000;
}

.gs-author-box p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.gs-author-box .written-by{
    margin-bottom: 11px;
}

.sh-comment-form p{
    margin-bottom: 10px;
}

.aiowps-captcha-equation{
	margin-bottom: 15px;
    line-height: 1;
    height: 50px;
}

.aiowps-captcha-equation strong{
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.aiowps-captcha-equation strong input#aiowps-captcha-answer{
    width: 80px;
    padding: 0 3px;
    display: inline-flex;
    align-items: flex-end;
    height: 30px;
    margin-top: 8px;
    text-align: center;
}

p.comment-form-author,
p.comment-form-email{
    display: inline-flex;
    width: 50%;
}

p.aiowps-captcha{
	line-height: 1;
	margin-bottom: 0;
}

p.aiowps-captcha > label{
	margin-bottom: 0;
}

p.comment-form-author{
    padding-right: 15px;
}

p.comment-form-email{
    padding-left: 15px;
}

input#email, input#author,
textarea#comment{
    background: #FFFFFF;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    padding-left: 5px;
    line-height: 43px !important;
}

textarea#comment{
    padding-top: 0;
    padding-bottom: 0;
}

p.form-submit, p.aiowps-captcha, .aiowps-captcha-equation,
p.comment-form-comment,
textarea#comment{
    width: 100%;
}

h3#reply-title.comment-reply-title{
	margin-bottom: 5px;
}

input#submit{
    border-radius: 0 !important;
    text-transform: none !important;
    background: #005795 !important;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    width: 213px;
    height: 38px;
    background: #005795;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

input#email:focus, input#author:focus {
    border-bottom-color: #F3B52F;
    box-shadow: 0 1px 0 0 #F3B52F;
}

form.comment-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#sidebar .widget-item li, #sidebar .widget-item .sh-recent-posts-widgets-item{
	background-color: #f4f4f4 !important;
}

#sidebar .widget-item.popular-posts li .wpp-post-title,
#sidebar .widget-item.popular-posts .sh-recent-posts-widgets-item .wpp-post-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-size: 16px;
	color: #000000 !important;
	padding: 15px 10px;
	cursor: pointer;
	border-left: 0.75px solid #C2C2C2;
	border-right: 0.75px solid #C2C2C2;
	border-bottom: 0.75px solid #C2C2C2;
	box-sizing: border-box;
}

#sidebar .widget-item.popular-posts .wpp-list-with-thumbnails a:nth-of-type(1){
	max-height: 188px;
	overflow: hidden;
}

#sidebar .widget-item.popular-posts .wpp-thumbnail{
	width: 100%;
	object-fit: cover;
	margin: 0;
}

#sidebar .widget-item.popular-posts .wpp-list-with-thumbnails li a:nth-of-type(1) img{
	transition: transform ease-in-out .3s;
	transform: scale(1.0);
}

#sidebar .widget-item.popular-posts .wpp-list-with-thumbnails li:hover a:nth-of-type(1) img{
	transform: scale(1.15);
}

#sidebar .widget-item.popular-posts a{
	display: flex;
}

#sidebar .widget-item:nth-of-type(1){
	margin-top: 25px;
}

#sidebar .widget-item .widget-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: normal !important;
	color: #252525 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

#sidebar .wpp-list li{
	margin-bottom: 20px;
}

.gs-btn-share{
	display: inline-flex;
    width: calc(100% / 5)
}

.gs-btn-share i.fa{
    font-size: 42px;
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background ease-in-out .3s;
}

.gs-btn-share i.fa-linkedin,
.gs-btn-share i.fa-facebook{
    color: #1876D2;
}

.gs-btn-share:hover i.fa-linkedin,
.gs-btn-share:hover i.fa-facebook{
    background: #1876D2;
}

.gs-btn-share i.fa-twitter{
    color: #00A9F4;
}

.gs-btn-share:hover i.fa-twitter{
    background: #00A9F4;
}

.gs-btn-share i.fa-envelope{
    color: #FFA800;
}

.gs-btn-share:hover i.fa-envelope{
    background: #FFA800;
}

.gs-btn-share i.fa-share-alt{
    color: #0DA20D;
}

.gs-btn-share:hover i.fa-share-alt{
    background: #0DA20D;
    cursor: pointer;
}

.gs-btn-share:hover i.fa{
    color: #fff;
}

.gs-btn-share:hover .gs-share-btn-normal,
.gs-share-btn-hover{
	display: none;
}

.gs-btn-share:hover .gs-share-btn-hover,
.gs-share-btn-normal{
	display: block;
}

.gs-share-container{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

#header-navigation-mobile{
	background-color: transparent !important;
}

.tp-bullet.selected{
    display: none !important;
}

body.home .sh-revslider, body.home #rev_slider_1_1,body.home .rev_slider.fullwidthabanner, body.home .rev_slider_wrapper, body.home .tp-fullwidth-forcer{
    max-height: 700px !important;
}

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

body.home .container .fw-row{
    margin: 0 -15px;
}

body.page-solutions .container .fw-row,
body.home .offer-section .container .fw-row{
    margin: 0
}

body.single-post .gs-post-container .row{
    margin: 0 -15px;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a{
    transition: padding ease-in-out 0.2s;
}

.tp-mask-wrap .tp-caption.rev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*select.dropdown-cat-menu{
    display: none;
    background: #FFFFFF;
    position: relative;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    height: 50px;
    width: 310px;
    font-weight: 300;
    padding: 0 12px;
    margin: 10px 0;
    margin-right: 5px;
    border: 0;
    line-height: 50px;
}*/

.select2-container{
    height: 50px;
}

.select2-container--default .select2-selection--single{
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    display: none;
    background: #FFFFFF;
    position: relative;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    height: 50px;
    width: 100%;
    font-weight: 300;
    padding: 0 12px;
    margin-right: 5px;
    border: 0;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #00B6D9 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    left: -5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #00B6D9 transparent;
    border-width: 0 10px 10px 10px;
}

.select-wrapper{
    position: relative;
    display: none;
}

.post-content img:not(:last-child), 
.post-content p:not(:last-child), 
.post-content table:not(:last-child){
    margin-bottom: 20px;
}

.widget-item{
    padding-bottom: 35px;
}

.post-content .fw-page-builder-content{
    padding: 0;

}

body .tp-loader.spinner0,
body .tp-loader.spinner1,
body .tp-loader.spinner2,
body .tp-loader.spinner3 {
  display: none;
  visibility: hidden;
}

.owl-pagination-true{
    margin-bottom: 0 !important;
}

.sh-blog-tags{
	display: none;
}

.rev_slider .tp-caption h1{
    font-size: 47px;
    line-height: 65px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
    font-family: "Open Sans";
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-shadow: inherit;
}

.rev_slider .tp-caption a{
	color: inherit;
	text-transform: none;
    min-width: inherit;
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    background-color: rgb(37, 171, 201);
    border-color: rgb(0, 0, 0);
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    transition: none 0s ease 0s;
    cursor: pointer;
    visibility: inherit;
    text-align: center;
    margin: 0px;
    padding: 12px 35px;
    letter-spacing: 0px;
    min-height: inherit;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-container.sh-page-layout-default ul,
.content-container.gs-post-style ul{
    padding-left: 40px !important;
    list-style-type: disc !important;
}

.content-container.sh-page-layout-default .widget-item ul,
.content-container.gs-post-style .widget-item ul{
    padding-left: 0px !important;
}

.content-container.sh-page-layout-default ul>li,
.content-container.gs-post-style ul>li{
    list-style-type: disc !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;
    color: #000000;
}

.wpcf7-select{
    display: block;
}

header.primary-mobile{
    z-index: 5000;
}

div.gs-btn-share{
    position: relative;
    max-height: 73px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style > a:not(:first-of-type){
    display: none;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_dd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 73px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_dd > span.a2a_svg.a2a_s__default.a2a_s_a2a{
    background: transparent !important;
    width: 100%;
    height: 100%;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_dd svg{
    display: none;
}

.sh-pagination ul.page-numbers li{
    text-align: center;
}

.manage-column.column-icl_translations{
    width: 18px;
}

@media (min-width: 361px) {

    .mobile-contact {
        display: none;
    }

}

@media (min-width: 361px) and (max-width: 576px ) {


    nav {
        height: 60px;
    }

    nav .brand-logo {
        margin-right: auto;
    }

    nav .brand-logo img{
        max-width: 220px;
    }


    .mobile-contact span, .mobile-contact i {
        color: #fff;
    }

    .mobile-contact span {
        font-size: 11px;
        display: block;
        margin-top: 10px;
    }
    .mobile-contact i {
        position: relative;
        top: 10px;
    }

}

@media (min-width: 400px){
    .team-box .owl-item .sa_hover_container{
        min-height: 300px !important;
    } 
}

@media (min-width: 450px){
    .team-box .owl-item .sa_hover_container{
        min-height: 329px !important;
    }
}

@media (min-width: 480px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 170px !important;
    }
}

@media (min-width: 550px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 197px !important;
    }
}


@media (min-width: 577px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 190px !important;
    }
}

@media (min-width: 701px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 245px !important;
    }
}

@media (min-width: 801px) {
    .gs-solution-item .featured-img:hover img{
        transform: scale(1.2);
    }

    .no-right-padding {
        padding-right: 0;
    }

    .no-left-padding {
        padding-left: 0;
    }

    .team-box .owl-item .sa_hover_container{
        min-height: 281px !important;
    }

    .gs-solution-item .featured-img:hover .mask{
    height: 100%;
    bottom: -100%;
}
}

@media (min-width: 901px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 325px !important;
    }
}

@media (min-width: 980px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 236px !important;
    }
}

@media (min-width: 993px) {
    .container{
        width: 100%;
    }
}

@media (min-width: 1026px) {
    .get-in-touch-section  .fw-row .sh-column:nth-child(2),
    #dark-blue-solution .fw-row .sh-column:nth-child(2){
        display: flex;
        align-items: flex-end;
        height: 100%;
    }

    li.menu-item-has-children {
        position: relative;
    }

    .sh-sticky-header-active .sh-nav ul.sub-menu {
        top: 100%;
    }

    ul.sub-menu,
    ul.sub-menu li a,
    ul.sub-menu li,
    li.menu-item > a, .sh-header .sh-nav > li.menu-item ul a {
        text-align: left;
    }

    .sh-nav ul.sub-menu {
        left: 26px;
    }

    .team-box .owl-item .sa_hover_container{
        min-height: 267px !important;
    }

     header nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445) > a{
        transform: translateY(-100%);
        position: relative;
        font-weight: 400 !important;
        padding: 30px 10px;
    }

    header .sh-sticky-header-active nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445) > a{
        transform: translateY(-100%);
        position: relative;
        font-weight: 400 !important;
        padding: 15px 10px;
    }

    header nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445) > a:before{
        position: absolute;
        left: 50%;
        top: 100%;
        content: attr(title);
        transform: translate(-50%, 0%);
        color: #fff;
        z-index: 1;
        opacity: 1;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        text-indent: 0;
    }

    header nav ul:not(.sub-menu) > li.menu-item.current-menu-item:not(#menu-item-190):not(#menu-item-5445)  > a,
    header nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445):hover > a{
        transform: translateY(0%);
    }

    header nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445).current-menu-item  > a:before,
    header nav ul:not(.sub-menu) > li.menu-item:not(#menu-item-190):not(#menu-item-5445):hover > a:before{
        display: none;
    }

    li#menu-item-5457 a{
        min-width: 140px;
    }
}

@media (min-width: 1251px) {
    .team-box .owl-item .sa_hover_container{
        min-height: 250px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px !important;
        width: 1370px !important;
    }
    .team-box .owl-item .sa_hover_container{
        min-height: 286px !important;
    }

    li#menu-item-5457 a{
        min-width: 155px;
    }

}

/*@media (min-width: 1700px) {

    .container {
        max-width: 1670px !important;
        width: 1670px !important;
    }

    .team-box .owl-item .sa_hover_container{
        min-height: 349px !important;
    }

}*/

@media (max-width: 1399px) {
    nav ul li:not(.border) {
        min-width: auto;
        padding: 0 15px;
    }

    .sh-header.sh-header-1.sh-sticky-header .container{
        width: 95% !important;
        max-width: 95% !important;
    }


    body.page-template-default:not(.home) ul.tp-revslider-mainul{
        max-height: 453px !important;
    }

    .site-slider .forcefullwidth_wrapper_tp_banner, #solution-slider .forcefullwidth_wrapper_tp_banner,
    .site-slider .rev_slider_wrapper.fullwidthbanner-container .rev_slider, #solution-slider .rev_slider_wrapper.fullwidthbanner-container .rev_slider,
    .site-slider .rev_slider_wrapper.fullwidthbanner-container, #solution-slider .rev_slider_wrapper.fullwidthbanner-container{
        max-height: 453px;
    }

    .sh-nav li.menu-item-has-children:after{
        right: 6px;
    }
    .sh-nav li.menu-item.menu-item-has-children > a{
        width: 125px;
    }
}



@media (max-width: 1300px){
    #our-work-solution .sh-popover-mini{
        font-size: 22px;
    }
}

@media (max-width: 1250px){
    .quote-section .sh-section-container{
        width: 100%;
    }
}

@media (max-width: 1170px){
    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a{
        padding: 15px 10px !important;
        max-height: 100%;
    }

    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6):not(.sh-sticky-header-active) .sh-nav > li.menu-item:not(#menu-item-190):not(#menu-item-5445) > a{
        min-height: 100px;
        display: flex;
        align-items: center
    }

    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6):not(.sh-sticky-header-active) .sh-nav > li.menu-item#menu-item-190 > a,
    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6):not(.sh-sticky-header-active) .sh-nav > li.menu-item#menu-item-5445 > a{
        height: 60px;
        display: flex;
        align-items: center;
    }  

    .sh-nav li.menu-item{
        padding: 0 !important;
    }
    .sh-nav li.menu-item.menu-item-type-post_type.menu-item-has-children{
        padding-right: 15px !important;
    }

    .sh-nav li.menu-item.menu-item-type-post_type.menu-item-has-children:hover{
        background-color: #2095af!important;
        transition: none;
    }

    .sh-nav-mobile li.menu-item-has-children > a:after {
        top: 4px;
        right: 16px;
        padding: 20px;
    }

    .sh-nav li.menu-item.menu-item-has-children{
        padding-right: 15px !important;
    }

    .sh-nav-mobile{
        max-width: 100%;
    }

    .sh-nav-mobile li.menu-item-has-children > a {
        padding-left: 55px;
    }

    .sh-header-mobile-navigation .sh-nav-container{
        padding: 0;
    }

    #header-navigation-mobile {
        max-width: 25px;
        box-shadow: none;
        /*height: 45px;*/
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        padding: 15px 0;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sh-header-mobile-navigation .header-logo img{
        height: auto !important;
    }

    .menu-item.sh-nav-dropdown {
        min-width: unset;
        padding-left: 13px!important;
        position: relative;
    }
     #header-navigation-mobile a {
        background-color: transparent;
    }
    .sh-header-mobile-dropdown .sh-nav-container {
        margin: 0;
        width: 100%;
    }
    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile {
        margin: 0;
        width: 100%;
        background-color: #2ea9c7;
        display: flex;
        flex-direction: column;
        padding: 0!important;
    }
    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li a {
        width: 100%;
        line-height: unset!important;
        display: inline-block;
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li#menu-item-190,
    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li#menu-item-5445{
        display: none;
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li .sub-menu {
        display: flex;
        flex-direction: column;
        padding: 0!important;
        margin-left: 0!important;
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li .sub-menu li a {
        width: 100%;
        line-height: unset!important;
    }

    .sh-header-mobile-navigation .sh-table-cell.sh-group {
        display: flex;
        justify-content: space-around;
    }

    .container.sh-nav-container{
        max-width: 100%!important;
    }

    .sh-header-mobile-navigation .header-logo img{
        margin-left: 15px;
    }

    .gamification-cores .octagon-circle{
        height: 68%;
        width: 68%;
    }

    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-92%);
    }

    .gamification-cores .octagon-circle .mini-circle{
        transform: translate(-50%,-93%);
    }

    body.page-how-we-work .octa-background{
        margin-top: 0;
    }

    .sh-header-mobile-navigation .header-logo img{
        max-height: 30px !important;
    }

    .gs-posts-container.blog-style-masonry .gs-post-item .post-content-container p:not(:nth-of-type(1)){
        display: none;
    }
    .gs-posts-container.blog-style-masonry .gs-post-item .post-content-container p:first-child{
        display: block;
        height: 108px;
    }
}

@media (max-width: 1250px) and (min-width: 1026px){
    .gs-posts-container.blog-style-masonry .gs-post-item .post-content-container, .gs-posts-container.blog-style-masonry .gs-post-item:not(.format-quote):not(.format-link) .post-content-container{
        min-height: 360px;
    }
}

@media (max-width: 1025px){
    .gs-posts-container.blog-style-masonry article.gs-post-item{
        width: 100% !important;
    }
    
    .gs-post-caption h1.gs-post-title,
    .gs-featured-post .caption h2,
    .gs-featured-post .caption h3{
        font-size: 20px;
        padding: 0 15px;
    }

    ul.sh-nav-mobile li.menu-item.menu-item-has-children{
        display: flex;
        flex-direction: column;
    }

    ul.sh-nav-mobile li.menu-item.menu-item-has-children ul.sub-menu{
        display: none !important;
    }

    ul.sh-nav-mobile li.menu-item.menu-item-has-children.open ul.sub-menu{
        display: flex !important;
    }

    ul.sh-nav-mobile li.menu-item-has-children > a:after{
        transform: translateY(-50%) scale(1, 1);
    }
    ul.sh-nav-mobile li.menu-item-has-children.open > a:after{
        transform: translateY(-50%) scale(1, -1);
    }
    
    header.primary-mobile .sh-sticky-mobile-header-active{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    body.admin-bar header.primary-mobile .sh-sticky-mobile-header-active{
        top: 32px;
    }

    .gs-solution-item.even .fw-row,
    .gs-solution-item .fw-row,
    .gs-solution-item.even,
    .gs-solution-item{
        flex-direction: column;
        padding: 20px 0;
    }

    .gs-solution-item.even .content,
    .gs-solution-item.odd .content{
        padding-left: 0;
        padding-right: 0;
    }

    .gs-solution-item .content,
    .gs-solution-item .featured-img{
        width: 100%;
    }

    .gs-solution-item .content{
        margin-top: 50px;
    }

    .get-in-touch-section .sh-section-container,
    #dark-blue-solution .sh-section-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #solution-slider .tp-caption .big-slogan {
        font-size: 24px !important;
    }

    #our-work-solution .sh-popover-mini{
        font-size: 18px;
    }

    .in-touch{
        margin-top: 30px;
    }

    #our-work-solution{
        padding: 35px 15px 0px;
    }

    #our-work-solution .fw-row:nth-child(2) .sh-column{
    	margin-bottom: 30px;
    }

    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-107%);
    }

    .gamification-cores .octagon-circle .mini-circle{
        transform: translate(-50%,-108%);
        width: 50px;
        height: 50px;
        background-size: contain;
    }

    .gs-experts-container .gs-expert-item {
        max-width: calc(100% / 3 - 20px);
    }

    #expert-content-box .gs-expert-content{
        flex-direction: column;
    }

    #expert-content-box .gs-expert-content > div{
        width: 100%;
    }

    #expert-content-box .gs-expert-content .featured-img img{
        margin-bottom: 30px;
    }

    .gs-post-caption h1.gs-post-title,
    .gs-featured-post .caption h2{
        font-size: 32px;
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile{
    	background-color: #132332;
    	height: calc(100vh - 70px);
    }

    .sh-header-mobile-dropdown .sh-nav-mobile li:after,
    .sh-header-mobile-dropdown .sh-nav-mobile ul:before{
    	display: none;
    }
	
    .sh-header-mobile-dropdown .sh-nav-mobile li:before{
    	content: "";
    	display: block;
    	position: absolute;
    	left: 50%;
    	top: -1px;
    	background-color: #2e3c49;
    	height: 2px;
    	width: 100%;
    	transform: translateX(-50%);
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li a{
    	text-align: left;
    	text-indent: 15px;
    	font-size: 18px;
    }
    
	.sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile > li > a{
		font-weight: 400 !important;
		font-family: 'Roboto', sans-serif;
	}

	.sh-header-mobile-dropdown .sh-nav-container .sub-menu > li > a{
		font-weight: 200;
		font-family: 'Roboto', sans-serif;
	}

	.sh-header-mobile-dropdown{
		max-width: calc(100% - 90px);
		height: 0;
	}

	 #header-mobile.dropdown-active:after{
		position: fixed;
		content: "";
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: #000;
		opacity: .6;
		height: calc(100vh);
		z-index: -1;
	}

	nav ul > li.current_page_item:not(.contact-button) > a{
		background-color: #2095af;
	}

    .sh-header-mobile-dropdown .sh-nav-mobile li.menu-item{
    	line-height: 1;
    	margin-bottom: 1px;
    }

    .sh-header-mobile-dropdown .sh-nav-container .sh-nav-mobile li .sub-menu{
		display: flex;
    }

    .sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children ul.sub-menu li,
    .sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children{
    	padding-left: 0;
    	padding-right: 0;
    }
	
	.sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children > a{
	 	position: relative;
	 	padding-left: 0
	}

	.sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children li{
		background-color: #213544;
	}

	.sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children > a.menu-item-open-fix + a{
		position: absolute;
		right: 0;
		top: 0;
		height: 49px;
		width: 49px;
	}

    .sh-header-mobile-dropdown .sh-nav-mobile li.menu-item-has-children > a:after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
    }

    li.menu-item.menu-item-has-children.dropdown-hide.open > a{
        height: auto;
    }

    li.menu-item.menu-item-has-children.dropdown-hide.open > a:hover,
    li.menu-item.menu-item-has-children.dropdown-hide.open > a{
        background-color: transparent;
    }

    .sh-header-mobile-navigation{
        border-bottom: 0 !important;
    }

    .mobile-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 102;
        width: 90px;
        height: 100%;
        background-color: #E7A150;
        text-align: center;
        color: #fff;
    }

    .sh-header-mobile-navigation .sh-table-cell.sh-group{
    	justify-content: flex-start;
    }

	#case-study-menu{
		transform: translate(100%,-50%);
	}

	.gs-post-style h2{
		margin-top: -25px;
	}

    .company-box{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    ul.category-menu{
        display: none;
    }

    .gs-solution-item .content .section-title{
        margin-bottom: 35px;
    }

    .gs-solution-item .content{
        margin-top: 0px;
    }
    
    .gs-solution-item.even .content,
    .gs-solution-item.odd .content{
        padding: 35px 15px 0;
    }

    ul.sh-nav-mobile li.menu-item-type-wpml_ls_menu_item{
        display: inline-block;
    }

    .sh-header-mobile-dropdown .sh-nav-container ul.sh-nav-mobile li.menu-item-type-wpml_ls_menu_item a:first-of-type{
        display: inline-block;
        margin-left: auto;
        width: 50px;
        height: 50px;
        right: 20px;
        margin-top: 15px;
        border: 1px solid #2095af;
    }

    .sh-header-mobile-dropdown .sh-nav-container ul.sh-nav-mobile li.menu-item-type-wpml_ls_menu_item a:nth-of-type(2){
        display: none;
    }

}

@media (max-width: 992px){
    .post-content{
        padding: 0 0px 15px;
    }

    .sh-comments{
        padding: 0 15px;
    }

    .gs-featured-post{
        min-height: 350px;
    }
    
    .gs-expert-item:nth-of-type(4n),
    .gs-expert-item:nth-of-type(3n+1) {
        margin-right: 10px;
        margin-left: 0;
    }

    .gs-expert-item:nth-of-type(3n+2) {
        margin-right: 10px;
        margin-left: 10px;
    }

    .gs-expert-item:nth-of-type(3n) {
        margin-left: 10px;
        margin-right: 0;
    }
    article.type-post .post-content{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 800px){
    .gs-solutions-container{
        overflow: hidden;
    }
    .mobile-sides{
        padding-left: 15px;
        padding-right: 15px;
    }   
    .mobile-hide{
        display: none;
    }

    .watch-on-youtube {
        margin-bottom: 20px;
    }

    #our-work-solution .section-title{
        margin-top: 0px;
    	margin-bottom: 35px;
    }

	.gs-read-more-link, .gs-solution-item .link-case-study,
    #footer-right-section .btn-long{
    	display: inline-flex;
    	position: relative;
    	left: 50%;
    	transform: translateX(-50%);
    }

    #footer-right-section .btn-long{
        left: 0;
        transform: translateX(0);
    }

    #footer-right-section .textwidget{
        display: flex;
        flex-direction: column;
    }

    .fw-row .sh-video-player{
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .get-in-touch-section, #dark-blue-solution{
    	padding: 30px 15px;
    }

    #brand-section .fw-row .sh-column-wrapper{
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }

	#footer-right-section p{
		display: inline-block;
		text-align: center;
	}

	#footer-right-section .btn-long{
		margin: 15px 0;
	}

    #brand-section .fw-row .sh-column-wrapper .sh-text-block{
    	align-self: center;
    }

    #brand-section .left-brand p, #brand-section .right-brand p{
    	text-align: center;
    	margin-top: 15px;
    }

    .wpcf7-form #gs-form .wpcf7-form-control.wpcf7-submit{
    	max-width: 100%;
    }

    body.page-get-in-touch .expert-blue-bottom p{
    	font-size: 18px;
    	line-height: 30px;
    }

    .company-box {
        /*width: 49%;*/
        width: calc(100% / 3);
        padding: 0 15px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 135px;
        min-height: 135px;
    }

    .company-box img{
        max-width: 100%;
    }

    .footer-section{
        text-align: center;
        background-position: left;
    }

    .gs-case-study-item header{
        flex-direction: column;
    }

    .gs-case-study-item .blue-text-section,
    .gs-case-study-item .featured-img{
        padding: 25px 15px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }

    /*.gs-case-study-item .content .sh-single-image{
        margin-top: 15px;
        margin-bottom: 15px;
    }*/

    .expert-blue-bottom .btn.btn-longer{
    	justify-content: center;
    	margin-top: 30px;
    }

    .expert-blue-bottom p{
    	line-height: 30px;
    	font-size: 18px;
    }

    .img-border img{
    	margin: 15px auto;
    }

    .gs-posts-container.masonry2{
    	align-items: flex-start;
    }

    .img-border{
    	border: 0;
    }

    .gs-case-study-item .blue-text-section .section-title {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #footer-left-section ul.menu{
        align-items: center;
        margin-bottom: 30px;
    }

    #footer-right-section{
        margin-top: 30px;
    }

    #footer-right-section:after{
        display: none;
    }

    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-93%);
    }

    .gamification-cores .octagon-circle .mini-circle {
        transform: translate(-50%,-94%);
        width: 70px;
        height: 70px;
        background-size: contain;
    }

    .left-column.turquise-coluamn:after, .right-column.tuquise-column:after,
    .left-column.cobalt-column:after, .left-column.floral-white-column:after,
    .right-column.cobalt-column:after, .right-column.floral-white-column:after,
    .floral-white-column:after,
    .turquise-column:after,
    .cobalt-column:after{
        left: 50%;
        right: auto;
        width: 1200%;
        transform: translateX(-50%);
    }

    body.page-about .cobalt-column p:nth-of-type(1){
        margin-top: 0px;
    }

    .gs-experts-container .gs-expert-item {
        max-width: calc(100% / 2 - 20px);
    }

    .footer-section .fw-row{
        flex-direction: column;
    }

    .quote-section .container-fluid{
        width: 100%
    }

    .flip-btn{
        display: block;
        margin-top: 15px;
    }

    .flip-container, .front, .back{
        font-size: 18px;
    }

    .section-title{
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 35px;
    }

    .section-title:before{
        top: 5px;
    }

    #brand-section .fw-row{
        flex-direction: column;
    }

    .gs-posts-container.blog-style-masonry article.gs-post-item{
        width: 100% !important;
    }
    .gs-post-caption h1.gs-post-title,
    .gs-featured-post .caption h2,
    .gs-featured-post .caption h3{
        font-size: 24px;
        padding: 0 15px;
    }

    article.gs-post-item .post-title h2{
        font-size: 24px;
    }

    .gs-featured-post .caption h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .post-meta-thumb img,
    .gs-post-thumb,
    .gs-featured-post{
        min-height: 315px;
    }

    .post-meta-thumb img{
        width: auto;
        height: 100%;
    }

    .gs-author-box .row{
        flex-direction: column;
        text-align: center;
    }

     .gs-author-box img{
        margin-bottom: 30px;
     }

     #blog-menu-container .container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        /*padding: 0 15px !important;*/
    }

    #blog-menu-container label{
        margin: 0;
    }

    #blog-menu-container .category-menu{
        display: none;
        /*display: flex;
        flex-direction: column;
        width: 100%;*/
    }

    #blog-menu-container .search-box{
        display: flex;
        justify-content: center;
        width: 100%;
    }

	.btn.btn-longer,
    .btn.btn-long{
    	position: relative;
    	left: 50%;
    	transform: translateX(-50%);
    }

    .sh-header-mobile-navigation .header-logo img{
    	max-width: 180px;
    }

    .gs-case-study-item header{
    	margin-bottom: 0px;
    }
    
    .mobile-hide{
    	display: none;
    }

    .gs-featured-thumb{
        height: 100%;
        width: auto;
        min-width: 100%;
    }

    .gs-post-style .post-meta{
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .gs-post-meta > div{
        margin-bottom: 7px;
    }

    .offer-container{
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .offer-section .section-title-wrapper{
        margin: 0 15px;
    }
    
    body.home .offer-section .container .fw-row{
        margin: 0
    }  

    .sh-header-mobile-navigation > .container{
        padding: 0 15px !important;
    }

    body.home .container .fw-row,
    .gs-posts-container.masonry2{
        margin: 0;
    }
    
    body.single-post .comment-respond,
    body.single-post .col-md-4 #sidebar{
        padding: 0 15px;
    }

    .tp-mask-wrap .tp-caption.rev-btn {
        font-size: 18px !important;
    }
    
    .select-wrapper, .select2-container .select2-selection--single .select2-selection__rendered,
    select.dropdown-cat-menu{
        display: block;
    }

    /*.select-wrapper:after{
        content: '';
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00B6D9;
        z-index: 2;
    }*/

    /*.select-wrapper:before {
        content: "";
        position: absolute;
        right: 17px;
        top: 12px;
        background: #fff;
        height: calc(100% - 24px);
        width: 36px;
        z-index: 1;
    }*/

    #blog-menu-container .search-box, .select-wrapper{
        width: 50%
    }

    #blog-menu-container .search-box input,
    select.dropdown-cat-menu{
        width: calc(100% - 15px);
    }

    #blog-menu-container .search-box form,
    #blog-menu-container .search-box form label{
        width: 100%;
    }

    #blog-menu-container .search-box label{
        justify-content: flex-end;
    }

    body.admin-bar #blog-menu-container{
        padding: 0 15px;
    }

    .gs-author-box {
        background: #FAF8F4;
        padding: 20px 15px 20px;
    }
    
    /*.gs-case-study-item .content p:not(:last-of-type){
        margin-bottom: 20px !important;
    }*/

    .gs-solution-item.even .fw-row,
    .gs-solution-item .fw-row,
    .gs-solution-item.even,
    .gs-solution-item{
        flex-direction: column;
        padding: 0px;
    }

    .gs-solution-item.even .content, .gs-solution-item.odd .content{
        padding-bottom: 35px;
    }

    .gs-solution-item:last-of-type{
        margin-bottom: -60px;
    }

    .gs-case-study-item .content .fw-row{
        margin-bottom: 0;
    }

    body.search .container.search-results-container{
        padding: 0 15px !important;
    }

    .turquise-column p:last-of-type,
    .white-smoke-column p:last-of-type,
    .floral-white-column p:last-of-type,
    .cobalt-column p:last-of-type,
    .gs-case-study-item .content .fw-row:last-of-type,
    .gs-solution-item .content p:last-of-type{
        margin-bottom: 0;
    }
    
    body.search h3.section-title,
    #sidebar .widget-item:nth-of-type(1),
    .btn.btn-longer, .btn.btn-long,
    .under-map p:nth-of-type(1),
    .gs-solution-item .link-case-study{
        margin-top: 35px;
    }
    
    body.search h3.section-title,
    #sidebar .widget-item .widget-title,
    .fw-row .sh-video-player, .gamification-cores .btn.btn-long,
    .section-title, body.page-licensing .btn.btn-long,
    .gs-case-study-item .blue-text-section .section-title,
    .case-studies-welcome .section-title{
        margin-bottom: 35px;
    }

    body.page-how-we-work .white-smoke-column, body.page-how-we-work .cobalt-column,
    .floral-white-column, 
    .cobalt-column{
        padding: 35px 15px !important;
    }

    .gs-case-study-item .content,
    .floral-white-column, .cobalt-column,
    .case-studies-welcome{
        padding-top: 35px;
        padding-bottom: 35px; 
    }

    .sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper > .sh-single-image{
        margin-bottom: 20px !important;
    }

    body.page-case-studies section:not(.footer-section) p{
        margin-bottom: 20px;
    }

    .gs-case-study-item .content .fw-row:last-of-type p:last-of-type{
        margin-bottom: 20px;
    }

    #text-block-72264b7e0eba016262d75a663c6559fe{
        margin-bottom: 35px !important
    }

    body.single-post #wrapper > .sh-page-layout-default.gs-post-style{
        padding-bottom: 0;
    }

    body.page-case-studies .sh-column:not(:last-child) p:last-child{
        margin-bottom: 20px;
    }

    .gs-post-style h2, .section-title{
        text-align: left;
    }

    #expert-content-box .gs-expert-content .featured-img{
        display: none;
    }
}

@media (max-width: 576px ) {
    .section-title.smaller:before,
    .section-title:before {
        top: 0;
    }

    .mobile-contact span {
        font-size: 11px;
        display: block;
        margin-top: 5px;
    }

    .container {
        max-width: 100%!important;
    }

    #header-navigation-mobile * {
        padding: 0;
    }

    .sh-standard-logo {
        object-fit: contain;
    }

    .gamification-cores .octa-title {
        margin-top: 30px!important;
    }

    .gamification-cores .octagon-wrapper {
        margin-bottom: 30px;
    }

    .gamification-cores .octagon-circle {
        /*  border-radius: 50%;
          width: 250px;
          height: 250px;
          margin: auto;
          position: relative;
          transform: rotate(225.5deg);
          z-index: 3;*/
    }

    .sh-header-mobile-navigation > .container{
        max-width: 100% !important;
        padding: 0 15px !important;
        width: 100% !important;
    }


    #text-block-ded828a99efc4c39b0f106dd2e7e2e10 p {
        line-height: unset!important;
    }

    .footer-second-column .sh-column-wrapper {
        min-height: unset;
    }

    .footer-section .btn.btn-long {
        text-transform: uppercase;
    }

    .footer-section #text-block-b3f88746338a29c6c6335ce63d6b89e7 p {
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    .footer-links-container {
        margin-top: 10px;
    }

    .mobile-only {
        display: block;
    }

    .footer-section .footer-link {
        font-size: 14px;
        color:  #586f7f;
        font-weight: 400;
    }

    .footer-section #text-block-61689f1dff9c96a5c28aef35174ebbcb p {
        font-size: 14px;
        color:  #586f7f;
    }

    .footer-section .sh-output-html {
        text-align: center;
    }

    .footer-section .sh-column-25a3c14c4bb5b0645c6cab88591c50aa .copyrights {
        display: none;
    }

    #text-block-61689f1dff9c96a5c28aef35174ebbcb p {
        text-align: center;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .footer-section .fw-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-section .container {
        width: 100%;
        max-width: 100%!important;
        padding: 20px;
    }

    .footer-section .footer-second-column {
        min-height: unset;
        order: 1;
        margin-bottom: 40px;
    }

    .footer-section .footer-first-column {
        order: 2;
        text-align: center;
    }

    .brand-logo {
        left: 48%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-51%);
    }

    .sh-header-mobile-navigation .header-logo img {
        max-width: 180px;
    }

    .gamification-cores {
        overflow: hidden;
        max-width: 100vw;
    }

    .btn.btn-longer {
        width: 100%;
        padding: 0 40px;
    }

    .start-button {
        margin-left: 75px!important;
    }

    .fw-row {
        margin: 0!important;
    }

    .gamification-cores #octagon {
        width: 300px;
        height: 300px;
    }

    .offer-section .container {
        max-width: 100%!important;
        width: 100%;
    }

    .offer-section.sh-section .sh-column:not(:only-of-type) .sh-single-image {
        margin-bottom: 0!important;
    }

    .quote-section .sh-heading-content {
        margin-top: auto;
        margin-bottom: auto;
    }

    .sh-text-block {
        font-size: unset!important;
        line-height: unset!important;
    }

    .expert-blue-text.sh-text-block{
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .section-title {
        font-size: 20px!important;
        line-height: 24px!important;
        margin-bottom: 35px;
    }

    .section-title.smaller{
        font-size:  24px !important;
        line-height: 30px;
    }

    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-100%);
    }

    .gamification-cores .octagon-circle .mini-circle {
        transform: translate(-50%,-101%);
        width: 60px;
        height: 60px;
    }

}

@media (max-width: 489px) {
    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-97%);
    }

    .gamification-cores .octagon-circle .mini-circle {
        transform: translate(-50%,-98%);
        width: 60px;
        height: 60px;
    }
    .gs-experts-container .gs-expert-item {
        max-width: calc(100%);
    }

    .gs-posts-container.masonry2{
    	flex-direction: column;
    }

    .gs-post-meta > div.gs-post-date{
        margin-left: 0;
        width: 100%;
    }

    .gs-expert-item:nth-of-type(3n), .gs-expert-item:nth-of-type(3n+2),
    .gs-expert-item:nth-of-type(4n), .gs-expert-item:nth-of-type(3n+1){
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 445px){
    .gamification-cores .octagon-circle{
       width: 65%;
       height: 65%;
    }

    .company-box{
        height: 85px;
        min-height: auto;
    }
}

@media (max-width: 400px) {
    .gamification-cores .octagon-circle:nth-of-type(1) .mini-circle,
    .gamification-cores .octagon-circle:nth-of-type(8) .mini-circle{
        transform: translate(-50%,-104%);
    }

    .gamification-cores .octagon-circle .mini-circle {
        transform: translate(-50%,-105%);
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 360px) {

    nav {
        height: 60px;
    }

    nav .brand-logo img{
        max-width: 170px;
    }

    .mobile-contact span, .mobile-contact i {
        color: #fff;
    }

    .mobile-contact span {
        font-size: 10px;
    }
    .mobile-contact i {
        position: relative;
        top: 10px;
    }
}


/*** Containers ***/

.gs-post-style .gs-post-container .container{
    width: 100% !important;
}


/*@media (max-width: 1300px){
    .container{
        max-width: 1240px !important;
    }
}

@media (max-width: 1200px){
    .container{
        max-width: 1140px !important;
    }
}

@media (max-width: 1100px){
    .container{
        max-width: 1040px !important;
    }
}

@media (max-width: 1000px){
    .container{
        max-width: 940px !important;
    }
}*/

.container{
    width: 100% !important;
}

@media (max-width: 1025px){
    .sh-nav-container.container{
        padding: 0 !important;
    }
}

@media (max-width: 800px){
	.container{
	    max-width: 770px !important;
	    width: 100% !important;
	}

    .container .fw-row{
        margin: 0;
    }    
    
    body.home .container,
    .posts-ajax-container .container,
    .sh-nav-container.container{
        width: 100% !important;
    }

    .posts-ajax-container .container .post-container{
        margin: 0;
    }
}



@media (min-width: 1300px){
    .container{
        max-width: 1200px !important;
    }
}

@-moz-document url-prefix() {
    @media (min-width: 800px){
        #blog-menu-container .search-box input{
            padding-left: 31px;   
        }
    }

    @media (max-width: 576px){
        
        #blog-menu-container .search-box, .select-wrapper {
            width: 40%;
        }

        #blog-menu-container .search-box .icon {
            left: -30px;
        }
    }
}

@-webkit-keyframes rotating{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

