@charset "utf-8";

/* CSS Document */
/* -----------------------------------------------------------------------------

Prototype Version:  2.4 */
/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework */
/* 1. Create a Clean Base
------------------------------------------------------------------------------ */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}

br {
    height: 0;
}

ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

html,
body {
    height: 100%;
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: '';
}

.cf:after {
    clear: both;
}

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

/* 2. Define Base Typography
------------------------------------------------------------------------------ */
/* Create the Default Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Specific Header Settings */
h1 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #555;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* Create the Default Paragraphs */
p {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 24px;
}

/* Other Typo */
strong {
    font-weight: bold;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

/* To make FontSmooth in MAC */
.mac * {
    -webkit-font-smoothing: antialiased;
}

/* 3. Images
------------------------------------------------------------------------------ */
/* Remove border around linked images */
img {
    border: 0;
    border-style: none;
}

/* 4. Links
------------------------------------------------------------------------------ */
/* Default Link Types */
a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
}

a:active {
    color: #e8941a;
}

a:focus {
    outline: none;
}

a.current {
    color: #e8941a;
}

/* 5. Forms
------------------------------------------------------------------------------ */
input {
    line-height: normal;
}

input[type='email'],
input[type='text'],
input[type='password'] {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
    padding: 5px;
    border: 1px solid #cbcbcb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #cbcbcb;
    display: block;
    overflow: auto;
}

input[type='email']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #ccc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    -webkit-text-size-adjust: none;
    background: #cbcbcb;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #d2d2d2;
}

:-moz-placeholder {
    color: #d2d2d2;
}

::-moz-placeholder {
    color: #d2d2d2;
}

:-ms-input-placeholder {
    color: #d2d2d2;
}

::-ms-input-placeholder {
    color: #d2d2d2;
}

:placeholder-shown {
    color: #d2d2d2;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
    border: 1px solid transparent;
}

/* 6. Tables
------------------------------------------------------------------------------ */
/* Table Fixes */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

/* 7. Framework
------------------------------------------------------------------------------ */
/* Common CSS */
/* common margin style */
.m0 {
    margin: 0 !important;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/* all padding zero */
.p0 {
    padding: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

/* common display style */
.dis-b {
    display: block;
}

.pos_rel {
    position: relative;
}

.hidden {
    display: none !important;
}

/* border */
.no_bdr {
    border: none !important;
}

/* common fonts style */
.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.fbold {
    font-weight: bold;
}

/* transition effect */
.tra {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* opacity effect */
.opacity1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.opacity0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* column grid */
.row {
    width: 100%;
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

/* Page Layout */
/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */
body {
    font-family: 'Roboto', sans-serif;
}

#full_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;

    /* the bottom margin is the negative value of the footer's height */
}

.wrapper {
    max-width: 1230px;
    margin: 0 auto;
}

.work_top_text.video-block {
    padding: 340px 0 245px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 0;
}

@media (max-width: 546px) {
    .work_top_text.video-block {
        padding: 270px 0 225px;
    }
}

.wrapper_herotext {
    position: relative;
    z-index: 2;
    color: white;
    border: 1px solid white;
    padding: 60px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/* Push */
.push {
}

/* Header */
header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 80px;
    background-color: transparent;
    z-index: 9999;

    /* opacity: 0;visibility: hidden;transform: translateY(-100%);-webkit-transform: translateY(-100%);-o-transform: translateY(-100%);-moz-transform: translateY(-100%); */
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    margin: auto;

    /* background: #ecebe1; */
}

header.sticky {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    background-color: #ffffff;
}

header .container {
    position: relative;
    max-width: 1215px;
    margin: 0 auto;
}

header .logo {
    float: left;
    margin-top: 17px;
}

header .menu {
    float: right;
}

header .menu nav {
    padding-top: 32px;
}

header .menu nav ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-left: 40px;
}

header .menu nav ul li:first-child {
    margin-left: 0;
}

header .menu nav ul li a {
    color: #8e8d89;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

/* header .menu nav ul li a:hover,
header .menu nav ul li a.active {
    color: #fa4d48;
} */
header.sticky .menu nav ul li a {
    color: #8E8D89;
}

header.sticky .menu nav ul li a:hover {
    color: #f44e49;
}

.banner {
    background-color: #ecebe1;
    height: 760px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.banner .banner_wrapper {
    max-width: 1215px;
    margin: 0 auto;
}

.banner .banner_wrapper .left_banner {
    padding-left: 30px;
    float: left;
    max-width: 500px;
    padding-top: 148px;
}

.banner .banner_wrapper .anthony_monotone {
    float: right;
    padding-top: 40px;
}

.banner .banner_wrapper .anthony_monotone img {
    display: block;
}

.banner .banner_wrapper .anthony_monotone .client img {
    transition: 1s ease all;
}

.banner .banner_wrapper .anthony_monotone img.color_img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.banner .banner_wrapper .anthony_monotone:hover .client img {
    opacity: 0;
}

.banner .banner_wrapper .anthony_monotone:hover .client img.color_img {
    opacity: 1;
}

.banner .banner_wrapper h1 {
    color: #FA4D48;
    font-size: 64px;
    line-height: 84px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner .banner_wrapper h3 {
    color: #494848;
    font-size: 40px;
    line-height: 48px;
    font-weight: 100;
    padding-bottom: 32px;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner .banner_wrapper h6 {
    color: #494848;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 37px;
}

.btn {
    background-color: #FA4D48;
    border-radius: 5px;
}

.banner .banner_wrapper a.leadership_btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 56px;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 14px;
    background-color: #FA4D48;
    border-radius: 5px;
}

.banner .banner_wrapper a.leadership_btn:hover {
    background-color: #37438E;
}

.banner .banner_wrapper .my_work {
    border: 1px solid #FA4D48;
    color: #FA4D48;
    line-height: 56px;
    text-align: center;
    width: 122px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.banner .banner_wrapper .my_work:hover {
    background-color: #37438E;
    border-color: #37438E;
    color: #ffffff;
}

.banner .succeed {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    background-color: rgba(55, 67, 142, 0.9);
    padding: 44px 0px;
    z-index: 99;
}

.banner .succeed h5 {
    color: #9ED2EA;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    text-align: left;
    padding-left: 70px;
    letter-spacing: 0.3px;
}

.banner .succeed h5 a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.banner .succeed h5 a:hover {
    color: #FA4D48;
}

.banner .banner_wrapper .anthony_monotone .client {
    position: relative;
    z-index: 9;
    right: -40px;
}

.banner .banner_wrapper .anthony_monotone .circle .outer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
}

.banner .banner_wrapper .anthony_monotone .circle .inner {
    position: absolute;
    right: 110px;
    top: 23px;
    bottom: 0px;
    animation-name: spin;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner .banner_wrapper .anthony_monotone:hover .circle .inner {
    animation-play-state: paused;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.project_spoylight {
    position: relative;
    padding-top: 45px;
    padding-bottom: 62px;
    background-image: url(../images/site/bg1.png);
}

.project_spoylight:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.6;
}

.project_spoylight .wrapper {
    position: relative;
    z-index: 9;
}

.project_spoylight h2 {
    color: #EAE8DB;
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    padding-bottom: 50px;
}

h2 {
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

.project_spoylight .kasasa {
    padding-bottom: 50px;
}

.project_spoylight .kasasa .kasasa_logo {
    float: left;
}

.project_spoylight .kasasa .filter {
    float: right;
}

.project_spoylight .filter ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.project_spoylight .filter ul li a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 7px 10px 13px;
    background-color: transparent;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.project_spoylight .filter ul li a:hover,
.project_spoylight .filter ul li.active a {
    background-color: #37438E;
    border-radius: 5px;
}

.project_spoylight .filter ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.project_spoylight .filter ul li a span img {
    display: block;
    display: inline-block;
    vertical-align: top;
}

.project_list .box {
    background-color: #F6F5EF;
    border-radius: 10px;
    width: 100%;
    padding: 32px 44px 23px 43px;
    float: left;
    background-image: url(../images/site/bg_svg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px #0000004a;
}

.project_list .box:nth-child(3n) {
    margin-right: 0px;
}

.project_list .box h3 {
    color: #383839;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.project_list .box .box_img {
    width: 100%;
    height: 256px;
    background-position: center center;
    background-size: cover;
    border: 8px solid #E0DFD3;
    margin-bottom: 30px;
}

.project_list .box p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    min-height: 120px;
}

.project_list .box .case_study {
    color: #F9F9F9;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #FA4D48;
    border: #F8796F 2px solid;
    width: 170px;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.project_list .box .case_study b {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: unset;
    margin-left: 5px;
}

.project_list .box .case_study:hover {
    background-color: #37438e;
    border-color: #37438e;
}

.project_list.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/site/next.png);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -35px;
    margin: auto;
}

.project_list.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/site/next.png);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -35px;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.project_list.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.project_list.owl-carousel .owl-controls .owl-nav .owl-next:active {
    background-color: #FA4D48;
}

.outcomes {
    background-color: #37438E;
    padding-top: 53px;
    padding-bottom: 82px;
}

.outcomes h2 {
    color: #9ED2EA;
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.outcomes h6 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    padding-bottom: 43px;
    padding-top: 20px;
}

.outcomes .outcomes_wrap {
}

.outcomes .outcomes_wrap .out_square {
    background-color: #0e1a65;
    border-radius: 15px;
    padding: 32px 35px 30px 35px;
    width: 30%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
    transition: 0.5s ease all;
}

.outcomes .outcomes_wrap .out_square:hover {
    background: #0c154e;
    transform: scale(1.05);
    cursor: pointer;
}

.outcomes .outcomes_wrap .out_square:nth-child(3n) {
    margin-right: 0;
}

.outcomes .outcomes_wrap .out_square h4 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    padding-bottom: 6px;
}

.outcomes .outcomes_wrap .out_square p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    padding-bottom: 15px;
}

.outcomes .outcomes_wrap .out_square .graph {
    min-height: 115px;
    text-align: center;
}

.leadership {
    background-color: #EAE8DB;
    padding-top: 58px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.leadership h2 {
    color: #FA4D48;
    font-size: 60px;
    line-height: 79px;
    padding-bottom: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.leadership h6 {
    color: #56544B;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    padding-right: 30%;
}

.leadership .leadership_wrap {
}

.leadership .leadership_wrap .le_box {
    width: 33.33%;
    float: left;
    padding-right: 90px;
    padding-bottom: 85px;
}

.leadership .leadership_wrap .le_box h3 {
    color: #56544B;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
    letter-spacing: -1px;
}

.leadership .leadership_wrap .le_box p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.leadership .leadership_wrap .le_box a {
    color: #626161;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.leadership .leadership_wrap .le_box a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.leadership .dol {
    position: absolute;
    top: 12%;
    right: 12%;
    display: block !important;
}

.leadership .dol img {
    width: 100px;
}

.leadership .leadership_wrap .le_box a:hover img {
    margin-left: 10px;
}

.leadership .leadership_wrap .le_box a:hover {
    color: #FA4D48;
}

.business_goals {
    background-color: #37438E;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/site/Bitmap.png);
    background-position: right -110px top 40px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.business_goals h2 {
    color: #9ED2EA;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.business_goals h6 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    padding-bottom: 35px;
}

.business_goals .goals_wrap {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business_goals .goals_wrap .col {
    width: 23.578%;
    position: relative;
    background-color: #fff;
    min-height: 531px;
    border-radius: 10px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 90px;
}

.business_goals .goals_wrap .col h3 {
    color: #383839;
    font-size: 40px;
    line-height: 53px;
    padding-bottom: 0px;
}

.business_goals .goals_wrap .col h4 {
    color: #383839;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.business_goals .goals_wrap .img_col {
    min-height: 241px;
    margin-top: 39.8px;
}

.business_goals .goals_wrap .img_col img {
    display: block;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    max-height: 180px;
}

.business_goals .goals_wrap a {
    width: 171px;
    height: 40px;
    line-height: 38px;
    background-color: #FA4D48;
    color: #F9F9F9;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 47px;
    border: 2px solid #F8796F;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    padding: 0px 15px;
}

.business_goals .goals_wrap a:hover {
    background-color: #37438e;
    border-color: #37438e;
}

.business_goals .goals_wrap .inner_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0E1A65;
    border-radius: 10px;
    padding-top: 26px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.business_goals .goals_wrap .col:hover .inner_text {
    opacity: 1;
    pointer-events: auto;
}

.business_goals .goals_wrap .inner_text .img_in {
    min-height: 88px;
}

.business_goals .goals_wrap .inner_text h5 {
    color: #9ED2EA;
    font-size: 40px;
    line-height: 53px;
    font-weight: 400;
}

.business_goals .goals_wrap .inner_text ul {
    list-style: none;
    padding-left: 16px;
    padding-right: 10px;
    text-align: left;
    margin-top: 23px;
}

.business_goals .goals_wrap .inner_text ul li {
    color: #fff;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 19px;
    margin-bottom: 20px;
    background-image: url(../images/site/bullet-triangle.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
}

.business_goals .goals_wrap .inner_text ul li:last-child {
    margin-bottom: 0px;
}

.business_goals .goals_wrap .goals {
    text-align: center;
    max-width: 25%;
    float: left;
    padding-right: 45px;
}

.business_goals .goals_wrap .goals .icon {
    min-height: 95px;
}

.business_goals .goals_wrap .goals h2 {
    color: #9ED2EA;
    font-size: 40px;
    line-height: 53px;
    padding-top: 13px;
    padding-bottom: 55px;
}

.business_goals .goals_wrap .goals ul {
    text-align: left;
}

.business_goals .goals_wrap .goals ul li {
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    transition: 0.5s ease all;
}

.business_goals .goals_wrap .goals ul li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #9ED2EA;
    top: 8px;
    left: 0px;
}

.business_goals .goals_wrap .goals ul li:hover {
    color: #9ed2ea;
    cursor: pointer;
}

.business_goals .background_visionary {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(90px) translateY(140px);
    -webkit-transform: translateX(90px) translateY(140px);
    -o-transform: translateX(90px) translateY(140px);
    -moz-transform: translateX(90px) translateY(140px);
}

.trun {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 400px;
}

.trun h2 {
    padding-top: 64px;
    color: #FA4D48;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.trun h6 {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 90px;
}

.trun .in {
    width: 507px;
    height: 56px;
    border: 0px;
    background-color: #ffffff;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    border: 2px solid #ffffff;
    font-size: 22px;
    display: block;
}

.trun textarea.in {
    height: 170px;
    resize: none;
    padding-top: 10px;
}

.trun .in:focus {
    border: 2px solid #FA4D48;
}

.trun .submit {
    display: block;
    width: 190px;
    line-height: 56px;
    background-color: #FA4D48;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    font-family: 'Roboto', sans-serif;
}

.trun .submit:hover {
    background-color: #37438e;
}

/* .banner .banner_wrapper .left_banner .mask{display: inline-block; width: 100%; overflow: hidden; padding-left: 10px; margin-left: -10px;} */
/* .banner .banner_wrapper .left_banner .mask *:not(.btn) {opacity: 0;} */
/* .banner .banner_wrapper .left_banner.load_done .mask *:not(.btn) {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-delay: 0.1s;-webkit-animation-delay: 0.1s;-webkit-animation-name: slide-up;animation-name: slide-up;}
@keyframes slide-up {0% {opacity: 0;transform: translateY(100%)}100% {opacity: 1;transform: translateY(0)}}
@-webkit-keyframes slide-up {0% {opacity: 0;-webkit-transform: translateY(100%)}100% {opacity: 1;-webkit-transform: translateY(0)}}
@-moz-keyframes slide-up {0% {opacity: 0;-moz-transform: translateY(100%)}100% {opacity: 1;-moz-transform: translateY(0)}}
.banner .banner_wrapper .left_banner.load_done .mask2{animation-delay: 0.3s;-webkit-animation-delay:0.3s;}
.banner .banner_wrapper .left_banner.load_done .mask3{animation-delay: 0.5s;-webkit-animation-delay:0.5s;}
.banner .banner_wrapper .left_banner.load_done .mask4{animation-delay: 0.7s;-webkit-animation-delay:0.7s;} */
.project_spoylight .js-tabs .panels .content {
    display: none;
}

.project_spoylight .js-tabs .panels .content.active {
    display: block;
}

.business_goals .goals_wrap .goals,
.leadership .leadership_wrap .le_box,
.outcomes .outcomes_wrap .out_square h4,
.outcomes .outcomes_wrap .out_square p,
.outcomes .outcomes_wrap .out_square .graph {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.outcomes .outcomes_wrap .out_square p {
    transition-delay: 0.5s;
}

.outcomes .outcomes_wrap .out_square .graph {
    transition-delay: 0.7s;
}

.outcomes .outcomes_wrap .out_square.come_in h4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

.outcomes .outcomes_wrap .out_square.come_in p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

.outcomes .outcomes_wrap .out_square.come_in .graph {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

.business_goals .goals_wrap .goals.come_in,
.leadership .leadership_wrap .le_box.come_in {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}

#nav-icon2 {
    display: none;
}

[data-img="#tab2"].project_spoylight {
    background-image: url(../images/site/bg_2.jpg);
}

[data-img="#tab3"].project_spoylight {
    background-image: url(../images/site/bg_3.jpg);
}

[data-img="#tab4"].project_spoylight {
    background-image: url(../images/site/bg_4.jpg);
}

.project_spoylight .kasasa .kasasa_logo .tab1_img,
.project_spoylight .kasasa .kasasa_logo .tab2_img,
.project_spoylight .kasasa .kasasa_logo .tab3_img,
.project_spoylight .kasasa .kasasa_logo .tab4_img {
    display: none;
    height: 29px;
}

body [data-img="#tab1"].project_spoylight .kasasa .kasasa_logo .tab1_img {
    display: block;
}

body [data-img="#tab2"].project_spoylight .kasasa .kasasa_logo .tab2_img {
    display: block;
}

body [data-img="#tab3"].project_spoylight .kasasa .kasasa_logo .tab3_img {
    display: block;
}

body [data-img="#tab4"].project_spoylight .kasasa .kasasa_logo .tab4_img {
    display: block;
}

#tab-body .project_list:last-child .owl-next.disabled {
    opacity: 0;
}

#tab-body .project_list:first-child .owl-prev.disabled {
    opacity: 0;
}

.animate_part {
    transform: translateY(100%);
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.animateion_done {
    cursor: pointer;
}

.animateion_done .animate_part {
    transform: translate(0);
}

.business_goals .goals_wrap .goals ul li {
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
}

.business_goals .goals_wrap .goals ul li.active {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

/* inner_page */
img {
    max-width: 100%;
}

.inner_page {
    overflow: hidden;
}

.inner_page header {
    background-color: #FFFFFF;
}

.ma_left {
    margin-left: 12%;
}

.banner.banner_inner {
    background-size: cover;
    height: 626px;
    overflow: visible;
    position: relative;
    padding-top: 120px;
}

.wrapper_inner {
    max-width: 100%;
    margin: 0 auto;
}

.inner_page h2 {
    color: #FA4D48;
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.banner_inner .left {
    float: left;
    width: 634px;
    padding-top: 90px;
}

.banner_inner .left h2 {
    color: #FA4D48;
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.banner_inner .left p {
    color: #56544B;
    font-size: 32px;
    line-height: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.banner_inner .right {
    float: right;
    width: 705px;
}

.banner_inner .right img {
    position: absolute;
    right: -150px;
}

.jump_result {
    padding-top: 63px;
    padding-bottom: 215px;
}

.jump_result p {
    max-width: 410px;
    color: #56544B;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
}

.jump_result .jump_btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 56px;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 14px;
    background-color: #FA4D48;
    border-radius: 5px;
}

.jump_result .jump_btn:hover {
    background-color: #37438E;
}

.challenge .wrap_challenge .left_cha {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    min-height: 780px;
    margin-top: -90px;
}

.challenge .wrap_challenge .left_cha img {
    left: -130px;
    position: relative;
    margin-top: 180px;
}

.challenge .wrap_challenge .left_cha:after {
    background-image: url(../images/site/background_sketch.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left bottom;
}

.challenge .wrap_challenge .right_cha {
    width: 50%;
    float: right;
}

.challenge .wrap_challenge .right_cha .con_truth {
    max-width: 500px;
    margin-left: 71px;
}

.challenge .wrap_challenge .right_cha h4 {
    color: #56544B;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.challenge .wrap_challenge .right_cha .text img {
    max-width: 224px;
    float: left;
    margin-right: 17px;
    margin-bottom: 22px;
}

.challenge .wrap_challenge .right_cha .text p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 22px;
}

.challenge .wrap_challenge .right_cha .text a {
    display: inline;
    vertical-align: middle;
    color: #FA4D48;
    word-break: break-word;
}

.user_solution {
    padding-top: 32px;
    padding-bottom: 50px;
    background-size: cover;
}

.user_solution .left_solution {
    width: 50%;
    float: left;
}

.user_solution .left_solution .so_text {
    max-width: 550px;
    margin-left: 82px;
    margin: 0 auto;
}

.user_solution .left_solution h2 {
    color: #EAE8DB;
    font-size: 60px;
    line-height: 79px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.user_solution .left_solution h3 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 13px;
}

.user_solution .left_solution p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 32px;
    padding-right: 110px;
}

.user_solution .img_slider {
    width: 50%;
    float: right;
}

.user_solution .img_slider .slider {
    max-width: 520px;
    margin-top: 60px;
    margin-left: 70px;
}

.user_solution .img_slider .slider img {
    display: block;
    border: 20px solid #ffffff;
}

.user_solution .img_slider .owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/site/rt_arrow.svg);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -35px;
    margin: auto;
    background-color: rgba(55, 67, 142, 0.5411764705882353);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.user_solution .img_slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/site/left_arrow.svg);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -35px;
    margin: auto;

    /* transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-moz-transform: rotate(180deg); */
    background-color: rgba(55, 67, 142, 0.5411764705882353);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.user_solution .img_slider .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.user_solution .img_slider .owl-carousel .owl-controls .owl-nav .owl-next:active {
    background-color: #37438e;
}

.user_solution .img_slider .owl-carousel .owl-controls .owl-nav .disabled {
    display: none !important;
}

.kasana {
    padding-top: 46px;
    padding-bottom: 40px;
}

.kasana .kasana_img {
    float: left;
    width: 50%;
    padding-left: 35px;
    position: relative;
}

.kasana .wrap_img {
    width: 500px;
    margin: 0 auto;
    height: 500px;
}

.kasana .kasana_img .flow_img {
    z-index: -1;
    position: relative;
}

.kasana .kasana_img .kasana_doc {
    position: relative;
    z-index: 9;
    margin-left: 56px;
    top: -45px;
}

.kasana .kasana_img .kasana_mob {
    position: absolute;
    top: 170px;
    z-index: 99;
    right: 40px;
}

.kasana .kasana_text {
    float: right;
    width: 50%;
}

.kasana .kasana_text .data_text {
    max-width: 480px;
    margin: 0 auto;
}

/* .kasana .kasana_text */
h3 {
    color: #56544B;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
}

/* .kasana .kasana_text */
p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 16px;
}

.kasana .kasana_text .testimonial {
    margin-top: 16px;
}

.kasana .kasana_text .testimonial .slogan h4 {
    color: #9ED2EA;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding-left: 25px;
}

.kasana .kasana_text .testimonial .slogan h6 {
    color: #626161;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-top: 27px;
}

.challenge .left h3 {
    padding-bottom: 8px;
}

.challenge  img {
    margin-bottom: 20px;
}

.workshops {
    background-color: #EAE8DB;
    padding-top: 28px;
    z-index: 99;
    position: relative;
}

.workshops .workshops_wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.workshops h2 {
    padding-bottom: 18px;
}

.workshops .text p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    width: 50%;
    float: left;
    padding-right: 26px;
}

.workshops .workshops_slider {
    margin-top: 28px;
}

.workshops .workshops_slider .img_sli {
    height: 540px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.measured {
    margin-top: 125px;
    margin-bottom: 127px;
}

.measured .data_img {
    float: left;
    width: 50%;
    position: relative;
}

.measured .data_img .beta_img {
    position: absolute;
    top: 126px;
    left: 80px;
}

.measured .data_detils {
    width: 50%;
    float: right;
}

.measured .data_detils .data_wrap {
    max-width: 480px;
    margin: 0 auto;
}

.measured .data_detils .data_wrap a {
    display: inline;
    vertical-align: middle;
    color: #FA4D48;
    word-break: break-all;
}

.standards {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.standards .standards_wrap {
    max-width: 351px;
    margin-left: 80px;
}

.standards .standards_wrap h4 {
    color: #56544B;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding-top: 13px;
    padding-bottom: 31px;
}

.standards .standards_wrap p {
    color: #626161;
    padding-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg_tem {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right center;
    top: 0px;
    background-repeat: no-repeat;
    right: 0;
    width: 80%;
}

.reveal {
    padding-top: 73px;
    padding-bottom: 20px;
}

.reveal .video {
    width: 50%;
    float: left;
    padding-left: 35px;
}

.reveal .video iframe {
    width: 100%;
    height: 435px;
    max-width: 705px;
}

.reveal .reveal_content {
    width: 50%;
    float: right;
    padding-left: 58px;
}

.reveal .reveal_content .reveal_content_max {
    width: 485px;
    position: relative;
}

.reveal .reveal_content .reveal_content_max .padd_right {
    padding-right: 100px;
}

.reveal .reveal_content .reveal_content_max .anthony_sop {
    position: absolute;
    right: -110px;
    bottom: -20px;
}

.reveal .reveal_content .reveal_content_max .anthony_sop img {
    display: block;
}

.slogan_text {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.slogan_text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0;
    background-color: rgba(102, 99, 99, 0.77);
}

.slogan_text .slogan_wrap {
    padding: 55px 0px;
    position: relative;
    z-index: 9;
    max-width: 932px;
    margin: 0 auto;
}

.slogan_text .slogan_wrap h4 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.tho_change {
    background-color: #37438E;
    padding-top: 40px;
    padding-bottom: 60px;
}

.tho_change .tho_change_text {
    padding-left: 106px;
    width: 50%;
    float: left;
    padding-right: 60px;
}

.tho_change .tho_change_text h2 {
    color: #9ED2EA;
}

.tho_change .tho_change_text h4 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding-bottom: 53px;
    padding-right: 160px;
}

.tho_change .tho_change_text .col_wrap {
}

.tho_change .tho_change_text .col_wrap .col {
    width: 50%;
    float: left;
}

.tho_change .tho_change_text .col_wrap .col p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    padding-right: 85px;
    font-weight: 400;
    padding-bottom: 40px;
}

.tho_change .tho_change_text .col_wrap .col p b {
    font-weight: 600;
}

.tho_change .show_site {
    float: right;
    width: 50%;
    text-align: right;
    right: -60px;
    position: relative;
    top: 110px;
}

.results {
    padding: 90px 0px;
}

.results .results_wrap {
    float: left;
    width: 50%;
    padding-left: 106px;
}

.results .results_wrap h2 {
}

.results .results_wrap p {
    max-width: 570px;
}

.results .lift {
    float: right;
    width: 50%;
}

.results .lift h4 {
    color: #2B3E7F;
    font-size: 48px;
    line-height: 58px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding-top: 80px;
}

.results .lift p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
}

.results .lift .lift_wrap {
    max-width: 414px;
    margin: 0 auto;
}

.bottom_img {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}

.banner.banner_inner .mask {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    margin-left: -10px;
}

.banner.banner_inner .mask *:not(.btn) {
    opacity: 0;
}

.banner.banner_inner.load_done .mask *:not(.btn) {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.banner.banner_inner.load_done .mask2 {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.mask3 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.mask4 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.jump_result .mask *:not(.btn) {
    opacity: 0;
}

.jump_result.load_done .mask *:not(.btn) {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
}

/* animation inner page */
.banner_inner .right img {
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
    -o-transform: translateX(10%);
    -mo-transform: translateX(10%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.banner_inner.load_done .right img {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.challenge .wrap_challenge .left_cha img {
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
}

.challenge .wrap_challenge .left_cha.come-in img {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.kasana .kasana_img .wrap_img .flow_img {
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.3s;
}

.kasana .kasana_img .wrap_img .kasana_doc {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.6s;
}

.kasana .kasana_img .wrap_img .kasana_mob {
    transform: translateX(10%);
    -webkit-transform: translateX(30%);
    -o-transform: translateX(30%);
    -moz-transform: translateX(30%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.9s;
}

.kasana .kasana_img .wrap_img.come-in .flow_img,
.kasana .kasana_img .wrap_img.come-in .kasana_doc,
.kasana .kasana_img .wrap_img.come-in .kasana_mob {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.measured .data_img .beta_img {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.4s;
}

.measured .data_img .m_base {
    transform: translateX(-020%);
    -webkit-transform: translateX(-020%);
    -o-transform: translateX(-020%);
    -moz-transform: translateX(-020%);
    transition: 0.5s all ease;
    -webklit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.4s;
}

.measured .data_img.come-in .m_base,
.measured .data_img.come-in .beta_img {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.tho_change .show_site,
.reveal .reveal_content .reveal_content_max .anthony_sop,
.bg_tem {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.tho_change .show_site.come-in,
.reveal .reveal_content .reveal_content_max .anthony_sop.come-in,
.bg_tem.come-in {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.challenge .wrap_challenge .left_cha:after {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    opacity: 0;
}

.challenge .wrap_challenge .left_cha.come-in:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

/* shadowbox.css */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999999999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 4, 0.9)  !important;
    opacity: 1 !important;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #303030;
    overflow: hidden;
    height: 100px;
    z-index: 9;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url(../images/site/loading.gif) no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,
#sb-loading {
    background-color: #060606;
}

#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title,
#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info,
#sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url(../images/site/close_pop.png);
}

#sb-nav-next {
    background-image: url(../images/site/shadobox-next.png);
}

#sb-nav-previous {
    background-image: url(../images/site/shadow-prev.png);
}

/* #sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);} */
#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}

#sb-body img {
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

#sb-title,
#sb-info {
    position: fixed;
    top: 0px;
    right: 0px;
}

#sb-counter {
    display: none;
}

#sb-nav a {
    height: 60px;
    width: 40px;

    /* margin-right: 10px;margin-top: 10px; */
    margin: 0px;
}

#sb-info,
#sb-info-inner {
    height: 100%;
    width: 100%;
}

#sb-nav-close {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 99;
    background-size: cover;
}

#sb-nav-next {
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 99;
}

#sb-nav-previous {
    position: absolute;
    left: 10px;
    top: 40%;
    z-index: 99;
}

#sb-title {
    bottom: 0px;
    right: 0px;
    z-index: 99;
    top: 100%;
}

#sb-title-inner {
    padding-top: 5px;
}

.logo span {
    display: inline-block;
    vertical-align: middle;
    color: #8E8D89;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-left: 8px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

/* arrow_prev */
.testimonial.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/site/rt_arrow.svg);
    width: 32px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -40px;
    margin: auto;
}

.testimonial.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/site/left_arrow.svg);
    width: 32px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -40px;
    margin: auto;
}

.workshops .workshops_slider.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/site/rt_arrow.svg);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 30px;
    margin: auto;
    background-color: rgba(55, 67, 142, 0.5411764705882353);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.workshops .workshops_slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/site/left_arrow.svg);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 30px;
    margin: auto;

    /* transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-moz-transform: rotate(180deg); */
    background-color: rgba(55, 67, 142, 0.5411764705882353);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.workshops .workshops_slider.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.workshops .workshops_slider.owl-carousel .owl-controls .owl-nav .owl-next:active {
    background-color: #37438e;
}

.workshops .workshops_slider.owl-carousel .owl-controls .owl-nav .disabled {
    display: none !important;
}

/* work */
.work_top_text {
    background-color: rgb(238,235,226);
    background: linear-gradient(90deg, rgba(238,235,226,1) 56%, rgba(201,198,193,1) 100%);
    margin-top: 80px;
    padding: 30px 0px;
}

.work_top_text h4 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}

.work_section {
    background-color: #908c89;
    padding-bottom: 50px;
}

.work_section h2 {
    color: #e1ded9;
    font-size: 42px;
    line-height: 46px;
    padding: 26px 0px;
}

.work_section .box {
    background-color: #F6F5EF;
    border-radius: 10px;
    width: 100%;
    padding: 32px 44px 23px 43px;
    float: left;
    background-image: url(../images/site/bg_svg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #0000004a;
}

.work_section .box:nth-child(3n) {
    margin-right: 0px;
}

.work_section .box h3 {
    color: #383839;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.work_section .box .box_img {
    width: 100%;
    height: 256px;
    background-position: center center;
    background-size: cover;
    border: 8px solid #E0DFD3;
    margin-bottom: 30px;
}

.work_section .box p {
    color: #626161;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    min-height: 120px;
}

.work_section .box .case_study {
    color: #F9F9F9;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #FA4D48;
    border: #F8796F 2px solid;
    width: 170px;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.work_section .box .case_study b {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: unset;
    margin-left: 5px;
}

.work_section .box .case_study:hover {
    background-color: #37438e;
    border-color: #37438e;
}

.work_section.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url(../images/site/next.png);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -35px;
    margin: auto;
}

.work_section.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/site/next.png);
    width: 67px;
    height: 67px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(250,250,250,0.50);
    font-size: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -35px;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.work_section.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.work_section.owl-carousel .owl-controls .owl-nav .owl-next:active {
    background-color: #FA4D48;
}

.add_onterest .wrapper {
    position: relative;
}

.add_onterest .show_more {
    position: absolute;
    top: 25%;
    right: 0;
    max-width: 50px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.add_onterest .show_more:hover {
    opacity: 0.5;
}

.banner .banner_wrapper {
    -webkit-animation-name: et_pb_slideTop;
    animation-name: et_pb_slideTop;
}

/* kasasa cms */
.banner_cms {
    padding-top: 115px;
    position: relative;
}

.banner_cms .cms_bg {
    min-height: 630px;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
}

.banner_cms p {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 32px;
    line-height: 38px;
    padding: 13px 100px;
    padding-bottom: 5px;
}

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

.btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 56px;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 14px;
    background-color: #FA4D48;
    border-radius: 5px;
}

.btn:hover {
    background-color: #37438E;
}

.user_need {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.user_need p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 100;
}

.user_need a {
    display: inline-block;
    vertical-align: middle;
}

.challenge {
    margin-bottom: 70px;
}

.challenge .left {
    float: left;
    width: 520px;
    margin-left: 7%;
}

.challenge .right {
    float: right;
    width: 55%;
    padding-top: 70px;
    padding-left: 110px;
}

.challenge h3 {
}

.challenge h4 {
    color: #9ED2EA;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.challenge p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-right: 100px;
}

.challenge h6 {
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding-right: 70px;
    margin-top: 10px;
}

.user_solution_new .left_solution .so_text {
    max-width: 600px;
}

.user_solution_new .left_solution .so_text p a {
    color: #FFFAC1;
}

.user_solution_new .left_solution .so_text p {
    padding-right: 70px;
}

.user_solution .img_slider .slider img {
    margin: 0 auto;
}

.info_ar {
    margin: 92px 0px 98px 0px;
}

.info_ar .left_img {
    float: left;
    width: 50%;
    text-align: right;
}

.info_ar .right_text {
    float: right;
    width: 50%;
}

.info_ar .right_text .co_de {
    max-width: 500px;
    padding-top: 60px;
    margin: 0 auto;
}

.prototyping {
    background-color: #EAE8DB;
    padding-top: 29px;
    padding-bottom: 62px;
}

.prototyping .prototyping_text {
    float: left;
    width: 50%;
}

.prototyping .prototyping_text .pro_con {
    max-width: 450px;
    margin: 0 auto;
}

.prototyping .prototyping_text h2 {
    padding-bottom: 30px;
}

.prototyping .prototyping_img {
    float: right;
    width: 50%;
    padding-top: 50px;
}

.prototyping .prototyping_text h3 {
    letter-spacing: -1px;
}

.info_ar.client_feedback .right_text .co_de {
    padding-top: 0;
    padding-right: 15px;
}

.info_ar.client_feedback .right_text .co_de h4 {
    color: #56544B;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    padding-bottom: 20px;
}

.info_ar.client_feedback .right_text .co_de ul li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.info_ar.client_feedback .right_text .co_de ul li:after {
    background-color: #D8D8D8;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 11px;
    left: 0;
    position: absolute;
    content: '';
}

.developer_en {
    background-color: #EAE8DB;
    padding-top: 60px;
    margin-bottom: 137px;
}

.developer_en .tob_col {
    padding-bottom: 42px;
}

.developer_en .tob_col h2 {
    width: 33.33%;
    float: left;
    line-height: 64px;
}

.developer_en .tob_col p {
    width: 33.33%;
    float: left;
    padding-right: 30px;
}

.developer_en .tob_col p+p {
    padding-right: 0px;
}

.developer_en .bg_laptop {
    min-height: 590px;
    background-size: cover;
    background-repeat: no-repeat;
}

.info_ar.func_build .right_text .co_de {
    padding-top: 0;
    max-width: 440px;
}

.info_ar.func_build .right_text .co_de h4 {
    color: #9ED2EA;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.info_ar.func_build .right_text .co_de h6 {
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.tho_change.Iterating .tho_change_text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}

.tho_change.Iterating .tho_change_text {
    max-width: 500px;
    margin: 0 auto;
    margin-left: 12%;
    padding: 0;
}

.tho_change.Iterating .tho_change_text h4 {
    padding-right: 0;
}

.tho_change.Iterating .diagram {
    float: right;
    width: 50%;
}

.foooter_bg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 546px;
}

.results_blog {
    padding-left: 106px;
    padding-right: 170px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 154px;
    padding-top: 78px;
}

.results_blog .left_col {
    width: 650px;
}

.results_blog .left_col h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-bottom: 38px;
}

.results_blog .left_col p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 22px;
}

.results_blog .right_col {
    width: 320px;
    border-radius: 10px;
    padding: 0;
    margin-right: 100px;
}

.results_blog .right_col h4 {
    color: #2B3E7F;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}

.results_blog .right_col p {
    color: #626161;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 0px;
}

.results_blog .right_col .col {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.results_blog .right_col .col span {
    text-align: center;
    color: #9ED2EA;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.results_blog .right_col .col span img {
    margin-top: 12px;
}

.banner .banner_wrapper .left_banner,
.banner .banner_wrapper .anthony_monotone .client {
    -webkit-animation-name: et_pb_slideTop;
    animation-name: et_pb_slideTop;

    /* opacity: 0;transform: translate3d(0px, -4%, 0px);-webkit-transform: translate3d(0px, -4%, 0px);-o-transform: translate3d(0px, -4%, 0px);-moz-transform: translate3d(0px, -4%, 0px); */
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-timing-function: ease-in-out;
}

@keyframes et_pb_slideTop{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0%, 0px);
        transform: translate3d(0px, 0%, 0px);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes et_pb_slideTop{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0%, 0px);
        transform: translate3d(0px, 0%, 0px);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-o-keyframes et_pb_slideTop{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0%, 0px);
        transform: translate3d(0px, 0%, 0px);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-moz-keyframes et_pb_slideTop{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0px, 0%, 0px);
        transform: translate3d(0px, 0%, 0px);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.outcomes.add_onterest h2 {
    color: #9ED2EA;
}

.banner_cms .dashbourd img {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.challenge .left p {
    padding-right: 126px;
}

.results_blog .left_col h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #626161;
}

.results_blog .left_col ul li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.results_blog .left_col ul li:after {
    background-color: #D8D8D8;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 11px;
    left: 0;
    position: absolute;
    content: '';
}

.client_feedback .client_feedback_slider img {
    margin: 0 auto;
}

.diagram .diagram_slider img {
    margin: 0 auto;
}

/* for the vimeo video background on the About page */
.vimeo-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;

    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;

    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vimeo-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    overflow: hidden;
}