/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.8.1592858988
Updated: 2020-06-22 10:49:48

*/

/** FONTS **/
@font-face {
    font-family: proxima_nova_regular;
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format("embedded-opentype"),
        url('fonts/proximanova-regular-webfont.woff') format("woff"),
        url('fonts/proximanova-regular-webfont.ttf') format("truetype"),
        url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: proxima_novasemibold;
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format("embedded-opentype"),
        url('fonts/proximanova-semibold-webfont.woff') format("woff"),
        url('fonts/proximanova-semibold-webfont.ttf') format("truetype"),
        url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: proxima_novabold;
    src: url('fonts/proxima-nova-bold-webfont.eot');
    src: url('fonts/proxima-nova-bold-webfont.eot?#iefix') format("embedded-opentype"),
        url('fonts/proxima-nova-bold-webfont.woff2') format("woff2"),
        url('fonts/proxima-nova-bold-webfont.woff') format("woff"),
        url('fonts/proxima-nova-bold-webfont.svg#proxima_novabold') format("svg");
    font-weight: normal;
    font-style: normal;
}

.is-hidden {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.et_pb_scroll_top  {
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%) !important;
}

#bitnami-banner { 
    display: none !important; 
}

.gradient-bg {
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%);
}

.gradient-bg-reverse {
    background: linear-gradient(56deg, #9929ea -25%,#5808fb 100%);
}

.et_pb_pagebuilder_layout.single .et_pb_post {
    margin-bottom: 0 !important;
}

.scale-on-hover {
    transition: all .3s ease;
}

.scale-on-hover:hover {
    transform: scale(1.1);
}
  

/** TOP BAR **/
#top-header {
    height: 40px;
    display: flex;
    align-items: center;
}

#top-header .container {
    padding-top: 10px;
    padding-bottom: 8px;
    width: 90%;
}

#top-header .et-social-icons li {
    margin-left: 20px;
}

#top-header .et-social-icons li:first-child {
    margin-left: 0;
}

#et-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#top_info {
    display: flex;
    display: -webkit-inline-box;
    align-items: center;
    justify-content: center;
}

#top_info li {
    margin: 0 20px;
}

#top_info li:first-child {
    margin-left: 0 !important;
}

#top_info li:last-child {
    margin-right: 0 !important;
}

#top_info .company_tel a {
    border-bottom: 1px solid #b1b1b1;
    font-size: 13px;
}

#top_info p.divi_icon {
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

#top_info .divi_icon:before {
    background: linear-gradient(56deg,#5808fb 50%,#9929ea 100%);
    padding: 4px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: -5px;
    left: 0;
}

#top_info p span {
    font-weight: bold;
    font-family: "Proxima Nova Medium" !important;
}

.et-social-icon span {
    display: inline-block;
}

@media(max-width: 425px) {
    #top-header .et-social-icons li {
        margin-left: 10px !important;
    }

    #top_info li p {
        font-size: 12px !important;
    }

    #top_info .company_tel a {
        font-size: 11px !important;
    }
}

@media(max-width: 767px) {
    #et-info .et-social-icons {
        display: inline-block;
    }
}

@media(max-width: 980px) {
    #top_info li {
        margin: 0;
    }

    #top_info li:not(.company_tel) {
        display: none !important;
    }
}

@media(max-width: 1024px) {
    #main_banner .banner-bullet li {
        min-width: 230px !important; 
    }
}

/** MENU **/

#top-menu .free-consultation a {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    position: relative;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
}

#top-menu .free-consultation a span {
    margin-right: 1em;
}

/** HOME BANNER **/
#main_banner .header-content {
    width: 100%;
}

#main_banner .banner-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-btn-container .et_pb_button {
    width: 190px;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 100% !important;
    cursor: pointer;
}

.banner-btn-container .et_pb_button:first-child {
    background: linear-gradient(56deg,#9929ea 40%,#5808fb 100%);
    border: 0;
    margin-right: 40px;
}

.banner-btn-container .et_pb_button:last-child {
    border: 1px solid;
    padding: 0;
}

.banner-btn-container .et_pb_button:hover {
    border: 0 !important;
    background: hsla(0,0%,100%,.2) !important;
}

.banner-btn-container .et_pb_button:first-child::after {
    right: 20px;
    top: calc(50% - 15px);
}

.banner-btn-container .et_pb_button:last-child::after {
    display: none !important;

}
#main_banner .banner-bullet {
    display: flex;
    list-style: none;
    list-style-type: none;
    margin-top: 6%;
    padding: 0;
    justify-content: center;
}

#main_banner .banner-bullet li:first-child,
#main_banner .banner-bullet li:last-child {
    border: 0 !important;
}

#main_banner .banner-bullet li:first-child::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    border-top: 1px solid rgba(153, 41, 234, 0.6);
}

#main_banner .banner-bullet li:last-child::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    max-width: 50%;
    border-top: 1px solid rgba(153, 41, 234, 0.6);
}

#main_banner .banner-bullet li {
    font-family: proxima_novabold;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
    padding: 35px 20px;
    border-top: 1px solid rgba(153, 41, 234, 0.6);
    min-width: 270px;
}

#main_banner .banner-bullet li:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-bullet.png');
    display: block;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: calc(50% - 10px);
}


#main_banner .header-content .et_pb_button_one.et_pb_button:after {
    margin-left: 0 !important;
    font-size: 1.4em !important;
    position: relative;
    top: 4px;
}

/** HOME **/

.key_item {
    padding: 30px 0;
    background: #f7f8ff;
    transition: all 0.3s ease;
    border-radius: 5px;
}

/* .key_item:hover {
    transform: scale(1.1);
    background: linear-gradient(56deg, #5808fb, #9929ea);
    box-shadow: 0px 35px 37px 0px rgba(123,26,242,0.45);
    height: 380px;
}  */

.key-industries .et_pb_column 
.key_num {
    font: 300 74px/100% "Proxima Nova Bold" !important;
    background: linear-gradient(to top, transparent 40%, #9929ea36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.key_title {
    font-size: 22px;
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: center;
}

.key_list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0;
    text-align: center;
    margin-bottom:20px
}

.key_item .et_pb_button {
    display: none;
}

.key_item:hover .key_item_split {
    opacity: 1;
    z-index: 99;
}

.key_item_split {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -55px;
    bottom: -80px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(56deg, #5808fb, #9929ea);
    box-shadow: 0px 35px 37px 0px rgba(123,26,242,0.45);
    border-radius: 5px;
    transition: all 0.2s linear;
    opacity: 0;
}

.key_item .key_item_split .et_pb_button {
    font-family: "Proxima Nova Medium";
    font-size: 18px;
    color: #131428;
    width: 80%;
    margin: 0 auto;
    border: 1px outset #9929ea !important;
    background: #ffffff !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.key_item .key_item_split .et_pb_button:after {
    display: none;
}

.key_list li {
    font: 300 18px/100% "Proxima Nova Medium";
    margin-bottom: 15px;
}

.key_item_split *:not(.key_num):not(.et_pb_button) {
    color: #fff !important;
}

.key_item_split .key_num {
    background: linear-gradient(to top, transparent 21%, #ffffff52) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.c9-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.text-gradient {
    background: linear-gradient(to right, #8e23ed, #8820ef, #7115f4, #620df8, #5909fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

#et_pb_contact_form_0  .et_contact_bottom_container {
    float: left;
}

/* .bg_gradient {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(153,38,236,1) 2%, rgba(153,41,234,1) 7.000000000000001%, rgba(147,38,234,1) 97%, rgba(150,39,235,1) 98%);
} */

.c9_gradient {
    background: -moz-linear-gradient(top,  rgba(147,38,236,0) 0%, rgba(147,38,236,0.15) 2%, rgba(147,38,236,0.68) 3%, rgba(147,38,236,0.94) 5%, rgba(148,38,236,1) 7%, rgba(153,41,234,1) 29%, rgba(153,41,234,1) 93%, rgba(153,41,234,0.94) 95%, rgba(153,41,234,0.68) 97%, rgba(153,41,234,0.16) 98%, rgba(153,41,234,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(147,38,236,0) 0%,rgba(147,38,236,0.15) 2%,rgba(147,38,236,0.68) 3%,rgba(147,38,236,0.94) 5%,rgba(148,38,236,1) 7%,rgba(153,41,234,1) 29%,rgba(153,41,234,1) 93%,rgba(153,41,234,0.94) 95%,rgba(153,41,234,0.68) 97%,rgba(153,41,234,0.16) 98%,rgba(153,41,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(147,38,236,0) 0%,rgba(147,38,236,0.15) 2%,rgba(147,38,236,0.68) 3%,rgba(147,38,236,0.94) 5%,rgba(148,38,236,1) 7%,rgba(153,41,234,1) 29%,rgba(153,41,234,1) 93%,rgba(153,41,234,0.94) 95%,rgba(153,41,234,0.68) 97%,rgba(153,41,234,0.16) 98%,rgba(153,41,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009326ec', endColorstr='#009929ea',GradientType=0 ); /* IE6-9 */

}

.edge_columns {
    min-height: auto !important;
}

.edge_columns .et_pb_column {
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%);
    border-radius: 5px;
}

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

.edge-title img {
    margin-right: 22px;
}

.edge-title h3 {
    font-size: 22px;
    color: #ffffff!important;
    text-align: left;
    font-family: 'Proxima Nova SemiBold';
    line-height: 1.3;
}

.testimonial-item .testimonial-content {
    color: #ffffff;
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    max-width: 74%;
}

.testimonial-content .testimonial-message {
    font-style: italic;
    line-height: 1.7;
}

.testimonial-content .testimonial-logo {
    padding: 20px 0;
}


/** HOW TO CONTACT US **/

#htcu h3 {
    padding-left: 40px;
    color: #fff !important;
}

#htcu .divi_icon {
    position: relative;
}

#htcu p.divi_icon:before {
    color: #fff;
    position: absolute;
    top: 0;
    left: 40px;
}

#htcu h3.bordered {
    border-left: 2px solid #ffffff;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.htcu_row {
    margin-bottom: 30px;
}

#htcu p {
    font: 300 18px/1.3 "Proxima Nova Regular";
    color: #b7b7b7;
    padding-bottom: 10px;
    padding-left: 70px;
}

#htcu .inline-social-links {
    justify-content: center;
}

#htcu .inline-social-links li {
    margin: 0 2em;
}

#htcu .inline-social-links li .divi_icon {
    color: #fff;
}

#htcu .inline-social-links li:first-child {
    margin-left: 0;
}

#htcu .inline-social-links li:last-child {
    margin-right: 0;
}

#htcu .inline-social-links .divi_icon:before {
    font-size: 20px;
}

#htcu a {
    color: #b7b7b7;
}

/** SPEAK WITH US **/
.swu h2 {
    margin-bottom: 25px;
}

#et_pb_contact_form_0 .et_pb_contact_form_label {
    display: flex;
    color: #fff;
    position: absolute;
    font-size: 18px;
    color: #888888;
    height: 100%;
    align-items: center;
    margin-left: 20px;
    z-index: 1;
}

#et_pb_contact_form_0 label[for=et_pb_contact_project_scope_0] {
    align-items: flex-start;
    margin-top: 20px;
}

#et_pb_contact_form_0 .et_pb_contact_field:not(.et_pb_contact_field_1):not(.et_pb_contact_field_5 ) label::after {
    content: " *";
    color: #ff1313;
    margin-left: 5px;
}

#et_pb_contact_form_0 .et_pb_contact_field {
    position: relative;
}

#et_pb_contact_form_0 .input::placeholder {
    opacity: 0;
}


/** FOOTER **/

#footer-bottom {
    padding-top: 0 !important;
}

#footer-bottom .container {
    display: flex;
    padding-bottom: 120px;
}

#footer-bottom .et_pb_column_full {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#footer-bottom .et_pb_column_full .et_pb_column {
    width: 100%;
}

.footer-group-1-5 {
    padding-right: 2em;
    border-right: 1px solid #5d5e69;
    min-width: 270px;
}

.footer-group-4-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-left: 2em;
}

#footer-logo {
    width: 160px;
}

.footer-group-1-5 .et_pb_column_full:first-child,
.footer-group-4-5 .et_pb_column_full:first-child {
    height: 60px;
    justify-content: center;
}

.footer-group-4-5 .et_pb_column_full:last-child {
    flex-direction: row !important;
}

#footer-bottom .container {
    padding-top: 90px;
    border-top: 1px solid #bc09d7;
}

#footer-bottom .container,
#footer-bottom .et_pb_row {
    max-width: 1400px;
}

#footer-bottom h4 {
    color: #fffd !important;
    font-family: 'Proxima Nova Bold';
    font-size: 18px;
    font-weight: 300;
}

#footer-bottom h5 {
    color: #fffd !important;
    font-family: 'Proxima Nova Bold';
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 45px;
}

.footer-links {
    list-style: none !important;
    list-style-type: none !important;
}

.footer-links li a:hover {
    border-bottom: 1px dashed #bc09d7;
}

.footer-links li a,
.footer-links li:not(h5) {
    color: #909090;
    font-family: 'Proxima Nova Thin';
    font-size: 16px;
    padding-bottom: 1px;
    margin-bottom: 4px;
}

.footer-links.social-links li {
    display: inline-block;
    margin-right: 15px;
}

#footer-info {
    width: 100%;
} 

#bottom-bar {
    background: #212343;
}

#bottom-bar .et_pb_row {
    display: flex;
    justify-content: space-between;
    align-items:center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    max-width: 1400px !important;
    padding:0 !important;
}

#bottom-bar p,
#bottom-bar a {
    font-size: 18px;
}

.bottom-bar-right a {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
    border-top: 1.5px solid transparent;
}

.bottom-bar-right a:first-child {
    margin-right: 25px;
}

.bottom-bar-right a:hover {
    border-top: 1.5px solid #5000f3;
}

#mc_embed_signup {
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    width: 100%;
}

#mc_embed_signup .mce-field-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

#mc_embed_signup input {
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

#mc_embed_signup input[type="text"] {
    width: 220px;
    border-radius: 500px
}

#mc_embed_signup input[type="email"] {
    width: 160px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
} 

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
    background: #0e0f1f;
    padding: 0 20px;
    color: #fffd
}

#mc_embed_signup input[type="submit"] {
    color: #0e0f1f;
    text-transform: uppercase;
    background: #fff;
    margin-left: -2px;
    font-size: 12px;
    width: 60px;
    font-weight: bold;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

#mc_embed_signup .response,
#mc_embed_signup .response a {
    color: #909090;
    font-family: 'Proxima Nova Thin' !important;
    font-size: 15px !important;
    padding-bottom: 1px;
    margin-bottom: 4px;
}

#mc_embed_signup .response a {
    text-decoration: underline;
}

@media(max-width: 980px) {
    #mc_embed_signup {
        justify-content: center !important;
    }

    #mc_embed_signup .mce-field-row {
        justify-content: center !important;
    }
}

/** C9 RECENT POSTS **/
.c9-recent-posts {
    list-style: none;
    list-style-type: none;
    padding-left: 0 !important;
}

.c9-recent-post-item {
    position: relative;
    display: block;
    height: 410px;
    border-radius: 5px;
    overflow: hidden;
}

.c9-recent-post-item img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.c9-recent-post-item:hover img {
    transform: scale(1.1);
}

.c9-post-category {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #f7f8ff;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    margin: 15px;
    font-family: 'Proxima Nova Bold';
}

.c9-post-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(56deg, #9929ea, #5808fb);
    opacity: 0.4;
}

.c9-post-item-desc {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.65), transparent);
    transition: all 1s linear;
}

.c9-post-item-desc:hover {
    background: linear-gradient(to top, rgb(0, 0, 0, 0.8), transparent);
}

.c9-post-title, .c9-post-author {
    color: #fff;
}

.c9-post-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.c9-post-author {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.c9-recent-post-item .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.c9-post-desc-divider {
    margin: 0 10px;
}

.et_pb_button.visible-icon:after {
    margin-left: 0 !important;
}

.et_pb_button_two.et_pb_button:after {
    display: none !important;
}

.et_pb_module .et_pb_button.visible-icon:hover {
    padding-left: 40px !important;
    padding-right: 52px !important;
    background: transparent !important;
}

/** SERVICES CARD **/
.services-card {
    height: 100%;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.services-card:hover {
    background: #f7f8ff;
    border-color: #e0e3fa;
}

.services-card .faded {
    font-family: 'Proxima Nova Bold';
    font-size: 74px;
    background: linear-gradient(to top, transparent 21%, #9929ea33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 1s linear;
}

.services-card:hover .faded {
    background: linear-gradient(to top, transparent 21%, #9929ea55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-card h4 {
    font-family: 'Proxima Nova Bold';
    font-size: 22px;
    color: #0f0d20;
    margin-top: -35px;
    margin-bottom: 10px;
}

.services-card p {
    font-size: 18px;
    color: #2a2a45;
    line-height: 1.4;
}

.free-consultation-btn {
    display: none;
    height: 40px;
    width: auto;
    font-size: 8px !important;
    padding: 0px 10px 0 35px !important;
    margin: 0;
    color: #fff;
    border: 1px solid;
    justify-content: flex-start;
    align-items: center;
}

.free-consultation-btn:after {
    content: url('/wp-content/themes/divi-child/assets/images/icon-chat.png') !important;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
}

.slick-center .et_pb_module.et_pb_blurb {
    background: none !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}

.slick-center .et_pb_blurb_content {
    height: 420px;
    background: linear-gradient(56deg, #5808fb, #9929ea);
    padding: 30px 0;
    margin: 0 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-center .et_pb_blurb_description {
    padding: 0 20px;
}

.slick-center .industry_number {
    font-size: 74px;
    font-weight: bold;
    margin-bottom: -25px;
    background: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 1s linear;
}

.slick-center .et_pb_blurb_content .industry_title {
    font-size: 22px;
    line-height: 1.2;
}

.slick-center .et_pb_blurb_content p {
    font-size: 18px;
}

.slick-center .slick-active .et_pb_button {
    height: 60px !important;
    width: 100% !important;
    opacity: 1 !important;
}

.slick-center .et_pb_blurb_content .et_pb_button {
    background: #ffffff;
    border: 0;
    box-sizing: border-box;
    color: #131428;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    display: inline-flex;
    opacity: 0;
    height: 0;
    width: 0;
    transition: all .5s ease;
}

.slick-center .et_pb_blurb_content .et_pb_button:after {
    display: none;
}

.slick-dots {
    display: flex !important;
    list-style: none !important;
    list-style-type: none !important;
    justify-content: center;
    align-items: center;
}

.slick-dots li.slick-active button {
    background: none !important;
    border: 1px solid #5808fb;
}

.slick-dots li button {
    width: 13px !important;
    height: 13px !important;
    background: #5808fb;
    box-sizing: border-box;
    border: 0;
    color: transparent !important;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #5808fb;
    padding: 0 !important;
}

/** MEDIA QUERIES **/
#main-header {
    background: #0d0e1d !important;
}

#main-header .mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 0;
}

#main-header .mobile_menu_bar.mobile_menu_bar_toggle:before {
    color: #fff;
    content: url('https://c9digital.com/wp-content/uploads/2020/06/menu.png');
    display: block;
    margin-top: -8px;
}

#main-header .mobile_nav {
    margin-left: 15px;
}

#main-header .container.et_menu_container .logo_container {
    position: relative;
}

#et-top-navigation {
    padding-left: 0 !important;
}

#main-header .container {
    display: flex;
    align-items: center;
    width: 90%;
}

#mobile_menu {
    background-color: #0d0e1d !important;
    border-color: #7115f4;
}

#mobile_menu li a {
    color: #ffffff;
}

.aeg .et_pb_newsletter_result {
    font-size: 18px;
    margin-bottom: 20px;
}

@media(max-width: 415px) {
    .banner-btn-container .et_pb_button:first-child {
        padding-right: 50px !important;
    }

    .banner-btn-container .et_pb_button:first-child:after {
        right: 110px !important;
    }
}


@media(max-width: 500px) {

    .text-gradient {
        display: inline-block;
    }

    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
        margin: 0 auto;
        width: 90%;
        padding: 20px 0;
    }

    #bottom-bar .et_pb_row {
        flex-direction: column;
        padding: 25px 0 35px !important;
    }

    .bottom-bar-left {
        margin: 0 auto 10px;
    }

    .bottom-bar-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bottom-bar-right a {
        margin: 0 !important;
    }

    #footer-bottom h4 {
        width: auto;
    }

    #main_banner .et_pb_fullwidth_header_container {
        width: 90%;
    }

    #main_banner .header-content {
        padding: 0;
        margin: 0;
    }

    #main_banner .header-content h1 {
        margin-top: 1.9em;
        font-size: 2.7em !important;
    }

    #main_banner .banner-btn-container {
        margin-top: 3em;
        flex-direction: column;
    }

    #main_banner .banner-btn-container a {
        margin: 0;
        width: 100%;
    }

    #main_banner .banner-btn-container .et_pb_button:first-child::after {
        right: 4em;
    }

    body #page-container .et_pb_section .et_pb_module .et_pb_button_0,
    body #page-container .et_pb_section .et_pb_module .et_pb_button_1 {
        width: 100%;
        font-weight: bold !important;
        font-family: 'Proxima Nova Regular' !important;
        letter-spacing: 1px;
    }

    .et-info-right a:first-child {
        margin-right: 0 !important;
    }
}

@media(max-width: 375px) {

    .banner-btn-container .et_pb_button:first-child {
        padding: 0 !important;
    }

    .banner-btn-container .et_pb_button:first-child:after {
        display: none;
    }

    .et-info-right .tel-label,
    .et-info-right .top-tel {
        font-size: 0.8em !important;
    }

    #top-header .et-social-icons .et-social-icon a img {
        width: 0.8em !important;
        height: 0.8em !important;
    }
}

@media(min-width: 425px) and (max-width: 767px) {
    .free-consultation-btn {
        width: 171px;
        font-size: 0.8em !important;
        line-height: 1.3 !important;
        height: 40px;
    }
}

@media(max-width: 768px) {
    #main_banner .banner-bullet {
        flex-direction: column;
        margin-top: 10%;
    }

    #main_banner {
        padding-bottom: 10em;
    }

    #main_banner .banner-bullet li:first-child::after,
    #main_banner .banner-bullet li:last-child::after {
        display: none;
    }

    #main_banner .banner-bullet li {
        border: 0;
    }

    #main_banner.et_pb_fullwidth_header {
        height: auto;
    }
    
    #footer-bottom {
        padding: 0;
    }

    #footer-bottom .et_pb_row  {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer-bottom .et_pb_row .et_pb_column:first-child {
        border: 0;
    }

    #footer-bottom .et_pb_row .et_pb_column {
        text-align: center;
    }

    .home #main-content .et_pb_row:not(.slick-center) {
        width: 92%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home #main-content .et_pb_row.slick-center {
        width: 100%;
    }

    .aeg h2 {
        margin-bottom: 20px;
    }

    .aeg .et_pb_newsletter {
        padding: 20px 0;
    }

    .aeg .et_pb_newsletter_button  {
        width: 100%;
        margin: 0;
        max-width: none !important;
    }

    .swu .et_pb_contact_form {
        margin-bottom: 40px;
    }

    .swu .et_pb_contact_form .et_pb_contact_field {
        margin-bottom: 20px;
    }

    .swu .et_pb_contact_form .et_contact_bottom_container,
    .swu .et_pb_contact_form .et_pb_contact_submit {
        width: 100%;
    }

    .swu .et_pb_contact_form .et_pb_contact_submit {
        margin-left: 11px;
    }

    .key-industries {
        padding-bottom: 0;
    }

    .c9-recent-posts li:last-child {
        margin-bottom: 50px !important;
    }

    .et_header_style_left #logo {
        max-width: 70%;
        object-fit: contain;
        width: auto;
    }

    .testimonial-row-mobile .et_pb_image_wrap,
    .testimonial-row-mobile .et_pb_image_wrap img {
        width: 100%;
        height: 100%;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    #main-header .container {
        height: 90px;
    }

    .free-consultation-btn {
        width: 280px;
        height: 40px;
        font-size: 0.9em !important;
        padding-left: 47px !important;
    }

    .free-consultation-btn:after {
        left: 22px;
    }
}



@media(min-width:500px) and (max-width: 1200px) {
    #top-menu-nav {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }

    #main-header .container {
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 27px !important;
    }
}

@media(max-width: 1200px) {
    .free-consultation-btn {
        display: flex;
    }

    #mobile_menu .free-consultation {
        display: none;
    }

    .logo_container {
        max-width: none !important;
    }

    #et-top-navigation {
        padding-top: 0 !important;
    }

    .logo_container {
        padding-left: 0 !important;
    }

    #logo {
        width: 30%;
    }

    ul#mobile_menu {
        top: 90px;
    }
}

@media(min-width: 1200px) {
    .logo_container {
        max-width: 220px;
    }

    #et-top-navigation #top-menu-nav {
        float: right;
        width: 100%;
    }
}

@media(min-width: 1201px) and (max-width: 1450px) {

    #et-top-navigation {
        width: 100%;
    }

    #top-menu {
        float: right;
    }

    #top-menu li a {
        font-size: 14px !important;
    }

    #top-menu .free-consultation a {
        height: 60px;
        line-height: 130%;
    }
}

@media(min-width: 1451px) and (max-width: 1650px) {
    #top-menu li a {
        font-size: 15px !important;
    }
}

@media(min-width: 1451px) {
    #top-header .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    #main-header .container {
        padding-left: 20px !important;
        padding-right: 50px !important;
    }

    #et-top-navigation {
        width: 100%;
        padding-top: 2em !important;
    }

    #top-menu {
        float: right;
    }

    #top-menu li {
        padding-right: 0;
        margin-right: 2.5em;
    }

    #top-menu li:last-child {
        margin-right: 0 !important;
    }

    #top-menu li a {
        padding-bottom: 3em !important;
        letter-spacing: 1px;
    }

    #top-menu .current_page_item {
        border-bottom: 2px solid #5000f3;
    }

    #top-menu .free-consultation a {
        height: 60px;
        line-height: 1.2;
    }

    #logo {
        margin-top: -15px;
    }

    #main_banner .header-content {
        width: 100% !important;
        max-width: 90% !important;
        margin-top: -3%;
    }

}

@media(min-width: 1800px) {

    .logo_container {
        max-width: 250px !important;
    }

    #top-menu .free-consultation a {
        height: 60px;
    }
}

@media(max-width: 1746px) {
    .et_pb_row_16 .et_pb_module {
        height: 100%;
    }
}

@media( max-width: 981px) {
    #footer-logo {
        width: 220px;
        margin: 0 auto;
    }

    #footer-bottom .container {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #footer-bottom .container {
        flex-direction: column;
        align-items: center;
    }

    .footer-group-1-5 {
        padding-right: 0;
        border: 0;
        padding-bottom: 50px;
    }

    .footer-group-1-5 h5 {
        font-size: 22px !important;
        margin-top: 25px !important;
        padding-bottom: 0 !important;
    }

    /* .footer-logos img:first-child {
        max-width: 220px;
        width: 100%;
    }

    .footer-logos img:last-child {
        max-width: 240px;
        width: 100%;
    } */

    .footer-group-4-5 {
        margin-left: 0;
        padding-top: 50px;
        border-top: 1px solid #5d5e69;
    }

    .footer-group-4-5 .et_pb_column {
        margin-bottom: 0 !important;
    }

    #footer-bottom .et_pb_column_full,
    #footer-bottom .et_pb_column {
        text-align: center;
    }

    .footer-group-4-5 .et_pb_column_full:last-child {
        flex-direction: column !important;
    }

    .footer-group-4-5 .et_pb_column_full:last-child .footer-links {
        display: none;
    }

    .footer-trigger {
        margin-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .footer-trigger br {
        display: none !important;
    }

    .footer-links li a,
    .footer-links li {
        font-size: 18px;
    }

    #form-newsletter {
        width: 100%;
        max-width: 500px;
    }

    #form-newsletter input {
        height: 50px;
    }

    #form-newsletter input[type="text"] {
        width: 100%;
        font-size: 18px;
        font-family: Proxima Nova Light;
    }

    #form-newsletter input[type="submit"] {
        width: 100px;
        font-size: 18px;
        font-family: Proxima Nova Thin;
        font-weight: bolder;
    }
}


/** SERVICES **/

.nine-core-infograph {
    background-size: 100% 100%;
}

.nine-core-infograph .et_pb_text {
    display: table;
    min-height: 590px;
    height: 100%;
    width: 100%;
}


.nine-core-infograph .et_pb_text_inner {
    height:100%;
    width: 100%;
    padding-left: 100px;
    display: table-cell;
    vertical-align: middle;
}

.nine-core-infograph h2 {
    background: linear-gradient(to top, rgba(88, 8, 250, 0.06) 35%, rgba(153, 41, 234, 0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: 600 132px/100% 'Proxima Nova Bold';
    margin: 0;
    padding: 0;
}

.nine-core-infograph h4 {
    font: 600 22px/1.4 'Proxima Nova Medium';
    color: #fff;
    margin-top: -40px;
    padding-bottom: 30px;
}

.nine-core-infograph ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    column-count: 2;
}

.nine-core-infograph ul li {
    position: relative;
    padding-left: 20px;
}

.nine-core-infograph ul li:before {
    content: '\45';
    font-family: "ETmodules"!important;
    line-height: 1;
    font-size: 20px;
    background: linear-gradient(to right, #8e23ed, #8820ef, #7115f4, #620df8, #5909fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -7px;
    top: 1px;
}

.nine-core-infograph ul li a {
    font: 100 18px/1.4 'Proxima Nova Regular';
    color: #a1a1c1;
}

.nine-core-infograph ul li a:hover {
    color: #ae00ff;
    border-bottom: 1px solid #ae00ff;
}

.overlapped {
    padding: 0 !important;
    margin-top: -200px;
    margin-bottom: -200px;
}

.ready-to-get-started {
    z-index: 1;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.ready-to-get-started .et_pb_button_wrapper {
    display: table;
    margin: 0 auto;
}

.ready-to-get-started .et_pb_button {
    width: 200px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.ready-to-get-started .et_pb_button:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-chat-gradient.png') !important;
}

.oce-item:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-check-gradient.png');
    background: #fff;
    height: 53px;
    width: 53px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: -26px;
    box-shadow: 0px 0px 30px 3px rgba(91, 9, 250, 0.2);
}

.oce-item:hover:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-check.png') !important;
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%) !important;
}

.oce-item {
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%);
    text-align: center;
    padding: 50px 30px;
    height: 186px;
    margin-bottom: 3em !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.oce-row .et_pb_column .oce-item.et_pb_text_31 {
    margin-bottom: 0 !important;
}

.oce-item:not(.et-last-child) {
    margin-right: 2em !important;
}

.oce-item:hover {
    background: #f7f8ff;
    border: 1px solid #e0e3fa;
    -webkit-box-shadow: 0px 20px 37px 0px rgba(123,26,242,0.35);
    -moz-box-shadow: 0px 20px 37px 0px rgba(123,26,242,0.35);
    box-shadow: 0px 20px 37px 0px rgba(123,26,242,0.35);
    transform: scale(1.1);
    
}

.oce-item:hover h5 {
    color: #000000;
}

.oce-item h5 {
    font: bold 20px/1.2 'Proxima Nova Bold';
    color: #fff;
    padding: 0;
}

/* .fs-case-study .header-content {
    max-width: 1200px !important;
} */

.fs-case-study h2 {
    font: bold 45px/1.2 'Proxima Nova Bold';
    margin-bottom: 80px;
    margin-top: 20px;
} 

 .fs-case-study .et_pb_promo  .et_pb_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 60px;
    margin: 50px auto;
    box-shadow: 0 12px 10px 2px rgba(153, 41, 234, 0.25);
    margin-bottom: 1.75em;
}

.onboard-process {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px !important;
    background: url('/wp-content/uploads/2020/07/onboard-process-bg-optimized.jpg');
    background-size: 100% 100%;
    border: 1px solid #9929ea;
    border-radius: 10px;
    max-width: 1120px;
    width: 100%;
    height:475px;
}

.onboard-process-wrapper {
    margin: 30px auto !important;
}

.onboard-process-wrapper:nth-child(even) .onboard-process {
    float: left;
}

.onboard-process-wrapper:nth-child(odd) .onboard-process {
    float: right;
}

.onboard-process-wrapper:not(:last-child):before {
    content: url('/wp-content/uploads/2020/07/onboard-process-link.png');
    display: inline-block;
    position: absolute;
    bottom: -30px;
}

.onboard-process-wrapper:nth-child(even):before {
    right: 80px;
}

.onboard-process-wrapper:nth-child(odd):before {
    left: 80px;
    transform: rotateY(180deg);
}

.onboard-process h5 {
    font: bold 22px/1.2 'Proxima Nova Bold';
    margin-bottom: 30px;
}

.onboard-process p {
    font-size: 18px;
    line-height: 1.5 !important;
    color: #0d0e1d;
}

/** CIRCLE MENU **/
.circle,
.circle:before,
.circle:after {
    border-radius: 50%;
}

.circlenav {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    transform: rotate(179deg);
}

.circlenav ul {
    position: relative;
    padding: 50%;
    max-width: 0;
    max-height: 0;
    list-style: none;
    border-radius: 50%;
    overflow: hidden;
}

.circlenav li {
    position: absolute;
    outline: none !important;
    user-select: none !important;
}

.slice {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    transform-origin: 100% 100%;
    transition: all .25s ease;
    outline: none !important;
    user-select: none !important;
}

.circlenav_menu_6 {
    transform: rotate(75.5deg) skewX(59deg);
}

.circlenav_menu_7 {
    transform: rotate(107.9deg) skewX(59deg);
}

.circlenav_menu_8 {
    transform: rotate(140.8deg) skewX(59deg);
}

.circlenav_menu_9 {
    transform: rotate(173.7deg) skewX(59deg);
}

.circlenav_menu_10 {
    transform: rotate(206.6deg) skewX(59deg);
}

.circlenav_menu_11 {
    transform: rotate(239.5deg) skewX(59deg);
}

.circlenav_menu_1 {
    transform: rotate(272.4deg) skewX(59deg);
}

.circlenav_menu_2 {
    transform: rotate(305deg) skewX(59deg);
}

.circlenav_menu_3 {
    transform: rotate(337.6deg) skewX(59deg);
}

.circlenav_menu_4 {
    transform: rotate(370.3deg) skewX(59deg);
}

.circlenav_menu_5 {
    transform: rotate(403.1deg) skewX(59deg);
}

.circlenav label {
    cursor: pointer;
}

.slice label {
    display: block;
    width: 200%;
    height: 200%;
    transform: skew(-40deg) rotate(-65deg);
    line-height: 1.9;
    text-align: center;
    outline: none !important;
    user-select: none !important;
}

.slice label span {
    display: none;
}

.slice label:hover {
    color: white;
    border: 2px solid black;
    transition: all 0.5s ease;
}

.circle .menuname:hover {
    color: white;
    transition: color 0.5s ease;
}

.menudesc {
    width: 280px;
}

/* Cell background colors */
.circlenav_menu_6 label,
.ococonut:checked ~ nav .unsel {
    background: linear-gradient(to left, #9929ea 30%, #5808fb)
}

.circlenav_menu_7 label,
.ovanilla:checked ~ nav .unsel {
    background: linear-gradient(to left, #9929ea 60%, #5808fb)
}

.circlenav_menu_8 label,
.oorange:checked ~ nav .unsel {
    background: linear-gradient(to left, #9929ea 80%, #5808fb);
}

.circlenav_menu_9 label,
.oalmond:checked ~ nav .unsel {
    background: #9929ea;
}

.circlenav_menu_10 label,
.ogrape:checked ~ nav .unsel {
    background: #9929ea;
}

.circlenav_menu_11 label,
.oblackberry:checked ~ nav .unsel {
    background: #9929ea;
}

.circlenav_menu_1 label,
.ocherry:checked ~ nav .unsel {
    background: #5808fb;
}

.circlenav_menu_2 label,
.ocherry:checked ~ nav .unsel {
    background: #5808fb;
}

.circlenav_menu_3 label,
.ocherry:checked ~ nav .unsel {
    background: #5808fb;
}

.circlenav_menu_4 label,
.ocherry:checked ~ nav .unsel {
    background: linear-gradient(to right, #5808fb 50%, #9929ea);
}

.circlenav_menu_5 label,
.ocherry:checked ~ nav .unsel {
    background: linear-gradient(to right, #5808fb 25%, #9929ea);
}

.active_slice {
    background: #413f4e !important;
    transition: all .25s ease;
}

.slice label {
    font-weight: 700;
    line-height: 5;
}

.circle label {
    font-weight: 700;
    line-height: 5;
}

.slice p {
    width: 100px;
    margin-left: 185px;
}

.unsel {
    z-index: 2;
    top: 34%;
    left: 34%;
    width: 32%;
    height: 32%;
    text-align: center;
    background-color: wheat;
    display: none;
}

.unsel label {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 9;
}
.middle {
    z-index: 1;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    text-align: center;
    background: url('/wp-content/uploads/2020/07/circlenav_center_img.png') #fff;
    background-repeat: no-repeat;
    background-size: 85% 85%;
    background-position: center;
    transform: rotate(180deg);
}

.visible {
    display: block;
    position: absolute;
    margin: 250px 0 0 250px;
}

.visible ul {
    list-style-type: none;
}

.visible details ul {
    list-style-type: square;
}

.visible a {
    font-size: 120%;
    text-decoration: none;
    color: purple;
}

.Reseau a {
    font-size: 160%;
}

.Reseau a:hover {
    color: red;
}

.circle label span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.slice .circlenav_label {
    position: absolute;
    bottom: 16%;
    left: 51%;
    font: bold 20px/1.5 'Proxima Nova Bold';
    color: #0d0d1c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.circlenav_menu_1 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-92deg);
}

.circlenav_menu_2 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-127deg);
}

.circlenav_menu_3 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-156deg);
}

.circlenav_menu_4 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-190deg);
}

.circlenav_menu_5 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(135deg);
}

.circlenav_menu_6 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(105deg);
}

.circlenav_menu_7 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(75deg);
}

.circlenav_menu_8 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(40deg);
}

.circlenav_menu_9 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(8deg);
}

.circlenav_menu_10 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-25deg);
}

.circlenav_menu_11 .circlenav_label {
    transform: skewX(-59deg) skewY(0deg) rotate(-60deg);
}

.circlenav_connector span {
    font: bold 22px/1.5 'Proxima Nova Bold';
    color: #0d0e1d;
    display: block;
    position: absolute;
}

.circlenav_connector {
    position: absolute;
    display: block;
    background: transparent !important;
    padding: 0;
    border-width: 2px;
    border-color: #0d0e1d;
}

.menu_1_connector {
    top: -55px;
    left: calc(50% + 92px);
    border-top-style: solid;
    border-left-style: solid;
    width: 299px;
    height: 89px;
    transform: skewX(-15deg);
}

.menu_1_connector span {
    right: -117px;
    top: -18px;
    transform: skewX(15deg);
}

.menu_2_connector {
    border-top-style: solid;
    border-left-style: solid;
    width: 110px;
    height: 70px;
    transform: skewX(-50deg);
    top: 50px;
    left: calc(50% + 254px);
    border-left-width: 3px;
}

.menu_2_connector span {
    transform: skewX(50deg);
    right: -148px;
    top: -17px;
}

.menu_3_connector {
    width: 60px;
    height: 12px;
    border-top-style: solid;
    border-left-style: solid;
    transform: skewX(-261deg);
    border-left-width: 13px;
    border-top-width: 2px;
    top: 42%;
    left: calc(50% - -312px);
}

.menu_3_connector span {
    transform: skewX(-279deg);
    right: -148px;
    top: -17px;
}

.menu_4_connector {
    border-bottom-style: solid;
    border-left-style: solid;
    width: 80px;
    height: 40px;
    transform: skewX(62deg);
    bottom: calc(50% - 159px);
    left: calc(50% + 290px);
    border-left-width: 4px;
}

.menu_4_connector span {
    transform: skewX(-62deg);
    right: -230px;
    top: 20px;
}

.menu_5_connector {
    bottom: -8px;
    left: calc(50% + 157px);
    border-bottom-style: solid;
    border-left-style: solid;
    width: 234px;
    height: 70px;
    transform: skewX(20deg);
}

.menu_5_connector span {
    right: -89px;
    bottom: -18px;
    transform: skewX(-20deg);
}

.menu_6_connector {
    bottom: -64px;
    left: calc(50% - 6px);
    border-left-style: solid;
    width: 100px;
    height: 85px;
}

.menu_6_connector span {
    right: calc(50% - 58px);
    bottom: -50px;
    width: 210px;
}

.menu_7_connector {
    bottom: -8px;
    right: calc(50% + 157px);
    border-bottom-style: solid;
    border-right-style: solid;
    width: 234px;
    height: 70px;
    transform: skewX(-20deg);
}

.menu_7_connector span {
    left: -180px;
    bottom: -25px;
    transform: skewX(20deg);
    width: 150px;
    text-align: right;
    line-height: 1.2;
}

.menu_8_connector {
    border-bottom-style: solid;
    border-right-style: solid;
    width: 76px;
    height: 40px;
    transform: skewX(-62deg);
    bottom: calc(50% - 159px);
    right: calc(50% + 290px);
    border-right-width: 4px;
}

.menu_8_connector span {
    transform: skewX(62deg);
    left: -229px;
    top: 14px;
    width: 200px;
    text-align: right;
    line-height: 1.2;
}

.menu_9_connector {
    width: 52px;
    height: 12px;
    border-top-style: solid;
    border-right-style: solid;
    transform: skewX(261deg);
    border-right-width: 13px;
    border-top-width: 2px;
    top: 41%;
    right: calc(50% - -313px);
}

.menu_9_connector span {
    transform: skewX(279deg);
    left: -229px;
    top: -25px;
    width: 180px;
    text-align: right;
    line-height: 1.2;
}

.menu_10_connector {
    border-top-style: solid;
    border-right-style: solid;
    width: 117px;
    height: 65px;
    transform: skewX(50deg);
    top: 48px;
    right: calc(50% + 245px);
    border-right-width: 3px;
}

.menu_10_connector span {
    transform: skewX(-50deg);
    left: -258px;
    top: -27px;
    width: 225px;
    text-align: right;
    line-height: 1.2;
}

.menu_11_connector {
    top: -55px;
    right: calc(50% + 84px);
    border-top-style: solid;
    border-right-style: solid;
    width: 307px;
    height: 85px;
    transform: skewX(15deg);
}

.menu_11_connector span {
    left: -200px;
    top: -27px;
    transform: skewX(-15deg);
    width: 170px;
    text-align: right;
    line-height: 1.2;
}

.circlenav_connector:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9929ea;
    border-radius: 50%;
}

.menu_1_connector:after {
    right: -5px;
    transform: skewX(15deg);
    top: -4px;
}

.menu_2_connector:after {
    top: -4px;
    right: -3px;
    transform: skewX(50deg);
}

.menu_3_connector:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9929ea;
    border-radius: 50%;
    top: -4px;
    right: -8px;
    transform: skewX(-279deg);
}

.menu_4_connector:after {
    border-radius: 50%;
    bottom: -4px;
    right: -3px;
    transform: skewX(-62deg);
}

.menu_5_connector:after {
    bottom: -4px;
    right: -5px;
    transform: skewX(-20deg);
}

.menu_6_connector:after {
    bottom: -3px;
    left: -4.5px;
}

.menu_7_connector::after {
    bottom: -4px;
    left: -1px;
    transform: skewX(20deg);
}

.menu_8_connector::after {
    bottom: -4px;
    left: -3px;
    transform: skewX(62deg);
}

.menu_9_connector::after {
    top: -5px;
    left: -2px;
    transform: skewX(279deg);
}

.menu_10_connector::after {
    top: -5px;
    left: -2px;
    transform: skewX(-50deg);
}

.menu_11_connector::after {
    top: -4px;
    left: 0px;
    transform: skewX(-15deg);
}

@media(max-width: 375px) { 
    #end-to-end-managed-services .circlenav_center {
        top: calc(50% - 107px) !important;
        left: calc(50% - 107px) !important;
        max-width: 210px !important;
    }
}

@media(max-width: 425px) {
    .circlenav .circlenav_center {
        top: calc(50% - 126px) !important;
        left: calc(50% - 126px) !important;
        max-width: 250px !important;
    }
}

/** CIRCLE MENU **/

#fs-services {
    padding-bottom: 370px;
}

#services-banner-headline {
    padding-top: 136px;
}

#services-banner-headline h2 {
    line-height: 1.2;
    margin-top: -10px;
}

#services-banner-subheadline {
    padding-top: 140px;
}

#services-banner-subheadline h4 {
    margin-bottom: 10px;
}

#services-banner-subheadline p {
    line-height: 1.4;
}

#services-blurb-section {
    background: transparent !important;
    padding: 0 !important;
    margin: -241px 0 !important;
}

#services-blurb-section .et_pb_row {
    padding: 0 !important;
    margin: 0 auto !important;
}

.services-blurb-item {
    height: 482px;
    border-radius: 10px;
}

.services-blurb-item .et_pb_blurb_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1.4;
}

.services-blurb-item .et_pb_main_blurb_image {
    position: absolute;
    left: calc(50% - 60px);
    top: -70px;
    height: 140px;
    width: 140px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
}

.services-blurb-item .et_pb_module_header {
    padding-bottom: 38px;
}

.nine-core-infograph .et_pb_image {
    padding: 0 !important;
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onboard-process .et_pb_image_9 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.et_pb_image_99999999 {
    text-align: center;
}

.slick-end-to-end .slick-slide {
    height: 360px;
    background: linear-gradient(56deg, #5808fb, #9929ea);
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    padding: 30px 0;
    margin: 0 10px;
    border-radius: 10px;
    padding: 20px 30px;
}

.slick-end-to-end .et_pb_text_inner {
    text-align: center;
}

.slick-end-to-end .faded {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 53%, rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-end-to-end h4,
.slick-end-to-end p {
    color: #fff;
}

.slick-end-to-end .slick-dots {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    list-style-type: none;
}

.slick-end-to-end .slick-dots li button {
    width: 13px !important;
    height: 13px !important;
    background: #5808fb;
    box-sizing: border-box;
    border: 0;
    color: transparent !important;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #5808fb;
    padding: 0 !important;
}

.slick-end-to-end .slick-dots li.slick-active button {
    background: #fff;
}

.nine-core-infograph.mobile .et_pb_blurb {
    background: #0f0e1d !important;
    border: 1px solid #d090e5 !important;
    border-radius: 10px;
    padding: 30px;
}

.nine-core-infograph.mobile {
    height: 100% !important;
    width: 100%;
    max-width: 100% !important;
}

.nine-core-infograph.mobile .et_pb_blurb .et_pb_image_wrap {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.nine-core-infograph.mobile .et_pb_blurb .et_pb_image_wrap img {
    object-fit: contain;
    max-width: 300px;
}

.nine-core-slider .slick-slide h2.fading {
    font-size: 80px !important;
}

.nine-core-slider .et_pb_row {
    margin: 0 auto !important;
}

.nine-core-slider .slick-track {
    display: flex !important;
}

.nine-core-slider .slick-slide {
    height: auto !important;
}

.nine-core-slider .slick-slide.et_pb_blurb {
    max-height: none !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 2em;
}

.nine-core-slider .et_pb_main_blurb_image {
    max-width: 100%;
    height: 260px;
    width: 100%;
}

.nine-core-slider img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.nine-core-slider .et_pb_blurb_description {
    text-align: center !important;
}

.nine-core-slider .slick-slide h2.fading {
    font-size: 9em;
}

.nine-core-infograph h4 {
    margin-top: -30px;
}

.nine-core-slider ul {
    column-count: unset;
}

.nine-core-slider ul li {
    padding: 0 !important;;;
}

.nine-core-slider ul li:before {
    display: none;
}

.nine-core-slider .slick-dots {
    margin-top: 30px;
}

.nine-core-slider .slick-dots button {
    background: #fff;
    box-sizing: border-box;
}

.nine-core-slider .slick-dots .slick-active button {
    background: transparent !important;
    border: 1px solid #fff;
}

@media(max-width: 375px) {
    .circlenav .slice .circlenav_label {
        left: 51.5% !important;
    }
}

@media(max-width: 500px) {
    .overlapped  .et_pb_module_header {
        font-size: 50px;
    }

    .circlenav .slice .circlenav_label {
        left: 49.5% !important;
        height: 25px;
        width: 25px;
        font-size: 12px !important;
    }

    .ready-to-get-started h2 {
        line-height: 1.2;
        max-width: 287px;
        margin: 0 auto;
    }

    .ready-to-get-started .et_pb_button_wrapper {
        width: 85%;
    }

    .fs-case-study .et_pb_promo .et_pb_button {
        width: 100% !important;
    }
}

@media(max-width: 550px) {
    .circle .slice .circlenav_label {
        left: 50.5% !important;
    }
}

@media(max-width: 600px) {
    .slice .circlenav_label {
        left: 49.5% !important;
    }
}

@media(max-width: 692px) {
    .slice .circlenav_label {
        bottom: 16%;
        left: 48.5%;
        height: 35px;
        width: 35px;
        font-size: 18px !important;
    }
}

@media(max-width: 768px) {
    #services-blurb-section .et_pb_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #end-to-end-managed-services .et_pb_row_5 {
        margin-bottom: 0 !important;
    }

    .services-blurb-item {
        padding: 0 20px;
    }

    .ready-to-get-started {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .ready-to-get-started {
        width: calc(100% - 40px) !important;
        font-size: 50px !important;
        height: 350px;
    }

    .fs-case-study {
        margin-top: -15px !important;
    }

    .fs-case-study .et_pb_row:first-child {
        padding-top: 0 !important;
    }

    .fs-case-study .et_pb_promo h2 {
        font-size: 30px !important;
        margin-bottom: 50px !important;
    }

    .fs-case-study h2 br {
        display: none;
    }
    
     .fs-case-study .et_pb_promo .et_pb_button {
        margin-bottom: 0 !important;
        margin-top: 25px !important;
     }

}


@media(max-width: 981px) {
    #fs-services {
        padding-bottom: 1318px;
    }

    #services-blurb-section {
        margin-top: -1218px !important;
    }

    #services-blurb-section .services-blurb-item:first-child {
        margin-bottom: 70px;
    }

    #end-to-end-managed-services {
        margin-top: -310px !important;
    }

    #end-to-end-managed-services .et_pb_row_5 {
        margin-top: 225px!important;
    }

    #end-to-end-managed-services .et_pb_row_6 {
        border: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .slick-end-to-end {
        padding-top: 0 !important;
    }

    .circlenav_connector {
        display: none;
    }
}

.onboard-process-slider {
    padding-bottom: 20px !important;
}

.onboard-process-slider .slick-track {
    display: flex !important;
    margin-bottom: 30px;
}

.onboard-process-slider .slick-track .slick-slide {
    height: inherit !important;
}

.onboard-process-slider .onboard-process {
    display: flex !important;
    padding: 20px !important;
    margin-bottom: 0 !important;
}

.onboard-process-slider .onboard-process .et_pb_text_inner{
    text-align: center;
}

.onboard-process-slider .onboard-process img {
    margin: 0 auto;
}

.onboard-process-slider .slick-dots {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/** CONTACT US **/

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

.map_label {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.map_label:after {
    content: '';
    height: 41px;
    width: 0;
    border-left: 2px solid #7f1cf1;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 75px;
}

.map_label img {
    margin-right: 28px;
}

.map_label p {
    line-height: 1.4;
    color: #e3e2e2;
}

.map_container iframe {
    width: 100%;
    height: auto;
    border: 2px solid #7f1cf1;
    border-radius: 5px;
    min-height: 420px;
}

.map_container:before {
    content: '';
    height: 150px;
    width: 150px;
    background-size: contain;
}

.map_container_seattle:before {
    background: url('/wp-content/uploads/2020/07/map-seattle.png');
}

.map_container_seattle:before {
    background: url('/wp-content/uploads/2020/07/map-philippines.png');
}

@media(min-width: 501px) {
    #bottom-bar .bottom-bar-left {
        margin-right: auto;
    }
}

@media(max-width: 468px) {
    /* .contact-map:last-child .map_label:after {
        height: 54px !important;
    } */

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

    .map_label img {
        height: 75px;
        width: 75px;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .map_label:after {
        display: none;
    }

    .map_container_seattle {
        margin-bottom: 50px;
    }
}

@media(max-width: 980px) {
    .map_contact_wrapper {
        flex-direction: column;
    }
}

.circlenav_center {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(50% - 198px);
    left: calc(50% - 199px);
    box-sizing: border-box;
    z-index: 99;
    max-width: 396px;
    border-radius: 50%;
    transform: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.circlenav_center_logo {
    position: absolute;
    height: calc(100% - 9px);
    width: calc(100% - 9px);
    background: url('/wp-content/uploads/2020/07/circlenav_center_img.png') #FFF;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    transform: rotate(180deg);
    top: 5px;
    left: 5px;
    z-index: 99;
}

.circlenav_center .circle label {
    background: transparent;
}

.circlenav_center .slice .circlenav_label {
    display: none !important;
}

/** ABOUT **/
.about-core-industry {
    min-height: 140px;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e0e3fa;
    background: #f7f8ff;
}

.about-core-industry h2 {
    font-family: 'Proxima Nova Bold';
    font-size: 74px;
    background: linear-gradient(to top, transparent 40%, #9929ea33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 1s linear;
    text-align: center;
}

.about-core-industry:hover h2 {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.3));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-core-industry:hover {
    background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 35px 37px 0px rgba(123,26,242,0.45);
    -moz-box-shadow: 0px 35px 37px 0px rgba(123,26,242,0.45);
    box-shadow: 0px 35px 37px 0px rgba(123,26,242,0.45);
}

.about-core-industry h4 {
    margin-top: -30px;
}

.about-core-industry:hover h4 {
    color: #fff;
}

.flexible-infra-option {
    display: flex;
    align-items: center;
}

.flexible-infra-option img {
    border-radius: 1.7%;
}

.flexible-infra-option ul {
    list-style: none;
    list-style-type: none;
}

.flexible-infra-option ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.flexible-infra-option li:before {
    content: '▶';
    position: absolute;
    left: 0;
    font-size: 11px;
}


.flexible-infra-option .et_pb_text,
.flexible-infra-option .et_pb_text .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#client_list {
    list-style-type: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* #client_list li:nth-child(1) img {
    margin-top: 9px;
}

#client_list li:nth-child(2) img {
    margin-top: -16px;
}

#client_list li:nth-child(3) img,
#client_list li:nth-child(4) img,
#client_list li:nth-child(5) img {
    margin-top: 20px;
}

#client_list li:nth-child(6) img,
#client_list li:nth-child(7) img {
    margin-top: 15px;
} */

.post-1462.page .et_pb_section_1 h2 {
    padding-bottom: 45px;
}

.post-1462.page .et_pb_section_1 h4 {
    padding-top: 15px;
}

.post-1462.page .et_pb_section_2 .et_pb_column_3_5.et_pb_column_3 p {
    padding-left: 40px;
}

.post-1462.page .et_pb_section_3 .et_pb_text_inner h3 {
    padding-bottom: 25px;
}

.post-1462.page .et_pb_section_3 .et_pb_row_8 h2 {
    padding-bottom: 25px;
}

.post-1462.page .et_pb_section_8 h2 {
    padding-bottom: 20px;
}

.post-1462.page .et_pb_section_7 {
    padding-bottom: 70px;
}

.team-highlight .et_pb_text_inner {
    display: flex;
    flex-direction: row;
}

.team-highlight .team_highlight_text {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-highlight .et_pb_button {
    height: 60px;
    width: 160px;
    font: 300 18px/1 "Proxima Nova Medium";
    color: #242424;
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-transform: uppercase;
}

.team-highlight .et_pb_button:after {
    display: none;
}

.team-highlight h2 {
    padding-bottom: 15px;
}

.team-highlight h4 {
    padding-bottom: 20px;
}

.team-highlight .et_pb_button {
    margin-top: 35px;
}

.team-highlight img {
    margin-left: 4em;
}

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

.client_list_mobile .et_pb_column {
    margin-bottom: 0 !important;
}

@media(max-width: 479px) {
    .oce-row {
        overflow: visible !important;
    }

    .oce-row .oce-item {
        margin-right: 0 !important;
    }
}

@media(max-width: 500px) {
    .team-highlight {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .team-highlight .et_pb_button {
        width: 100% !important;
    }
}

@media(min-width: 981px) {
    .flexible-infra-option .et_pb_column_1_2:not(.et_last_child) {
        padding-right: 2em;
    }

    .flexible-infra-option .et_pb_column_1_2.et-last-child {
        padding-left: 2em;
    }
}

@media(max-width: 980px) {
    #post-1462 .et_pb_section_4 .flexible-infra-option {
        flex-direction: column;
    }

    .flexible-infra-option .et_pb_column:not(.et-last-child) {
        margin-bottom: 40px !important;
    }

    .flexible-infra-option-2  {
        flex-direction: column-reverse !important;
    }

    .flexible-infra-option-2 .et_pb_image {
        margin-bottom: 40px !important;
    }

    .flexible-infra-option-2 .et_pb_column.et_pb_column_19 {
        margin-bottom: 0 !important;
    }

    .flexible-infra-option .et_pb_image {
        text-align: left;
    }

    .flexible-infra-option-1:after,
    .flexible-infra-option-2:after {
        content: '';
        height: 1px;
        width: 86px;
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: 0;
        left: calc(50% - 43px);
        visibility: visible !important;
    }

    .flexible-infra-option ul {
        padding-bottom: 0 !important;
    }

    .about-core-industry-row .about-core-industry.et_pb_module {
        margin-bottom: 0;
    }
}

@media(max-width: 1024px) {
    .team-highlight {
        overflow: visible !important;
        margin-top: 40px;
    }

    .team-highlight .et_pb_text_inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .team-highlight img {
        width: 230px;
        margin-left: 0;
        margin-top: calc(-197px / 2);
        margin-bottom: 20px;
    }

    .team-highlight .team_highlight_text * {
        text-align: center;
    }

    .team-highlight .et_pb_button {
        margin: 30px auto 0;
    }
}

@media(min-width: 981px) {
    .flexible-infra-option:before {
        content:  url('/wp-content/uploads/2020/07/oce-row-bullet.png');
        width: 1px;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        display: flex;
        justify-content: center;
    }
    
    .flexible-infra-option-1:before {
        height: 50%;
        bottom: 0;
        align-items: flex-start;
    }
    
    .flexible-infra-option-2:before {
        height: 100%;
        top: 0;
        bottom: 0;
        align-items: center;
    }
    
    .flexible-infra-option-3:before {
        height: 50%;
        top: 0;
        align-items: flex-start;
        transform: rotateX(180deg);
    }
}

/** BIO **/

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

.bio_header img:first-child {
    margin-bottom: 20px;
}

.bio_header h2 {
    margin-bottom: 100px;
}

.bio_header h5 {
    padding-bottom: 0;
}

.inline-social-links {
    display: flex;
    flex-direction: row;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.inline-social-links li:not(:last-child) {
    margin-right: 30px;
}

.inline-social-links a:first-child img {
    width: 18px;    
}

.inline-social-links a:not(first-child) img {
    width: 16px;
}

@media(max-width: 767px) {
    .bio_header .et_pb_text_inner {
        text-align: center;
    }

    .bio_header img:first-child {
        margin: 0 auto !important;
        width: 50px;
    }

    .bio_header .inline-social-links {
        justify-content: center;
    }

    .bio_header h2 {
        margin-bottom: 35px;
    }
}

/** CASE STUDIES **/
.c9-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.c9-breadcrumb li:not(:last-child) {
    margin-right: 1.8em;
}

.c9-breadcrumb a {
    color: #ffffff;
    font: 300 14px/1.4em 'Proxima Nova Regular';
    text-transform: uppercase;
}

.case_studies_banner .c9-breadcrumb {
    margin-top: 115px;
}

.custom_filterable_portfolio .et_pb_portfolio_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.custom_filterable_portfolio .et_pb_portfolio_item {
    margin-bottom: 40px !important;
    float: none;
    border-radius: 10px;
    overflow: hidden;
}

.case_study_porfolios .et_pb_portfolio_item {
    flex-basis: calc(50% - 40px);
}

.case_study_porfolios .et_pb_portfolio_item .et_overlay {
    border-radius: 10px;
}

.custom_filterable_portfolio .et_pb_portfolio_item .et_portfolio_image img {
    border-radius: 10px;
}

.custom_filterable_portfolio .et_pb_portfolio_filters > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter {
    margin-bottom: 30px;
}

.custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter a {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 300 18px/20px "Proxima Nova Medium";
    color: #414141;
    border-radius: 5px !important;
    border-color: #bbb !important;
    padding: 0 30px !important;
    text-align: center;
}

.custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter a.active {
    color: #fff;
    background: linear-gradient(56deg,#9929ea 15%,#5808fb 100%);
}

.custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter:not(:last-child) {
    margin-right: 30px;
}

.custom_filterable_portfolio .et_pb_portofolio_pagination {
    border-top: 0;
}

.custom_filterable_portfolio .et_pb_portofolio_pagination ul {
    text-align: center;
}

.custom_filterable_portfolio .et_pb_portofolio_pagination ul li a {
    font-family: 'Proxima Nova Medium',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #414141!important;
    line-height: 1.4em;
}

.portfolio_custom_portfolio .et_portfolio_image:hover .et_portfolio_overlay {
    z-index: 3;
    opacity: 0.9;
}

.et_portfolio_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    padding: 2em 5em;
}

.portfolio_overlay_title {
    font: 300 23px/1.4em 'Proxima Nova Bold';
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.et_portfolio_overlay_author_info {
    font: 300 12px/1.4em 'Proxima Nova Bold';
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
}

.et_portfolio_overlay_author_info .avatar {
    display: inline-block !important;
    padding: 0 !important;
    border-radius: 50% !important;
}

.proyekto .et_portfolio_overlay_author_info .avatar {
    height: 25px !important;
    width: 25px !important;
    margin: 0 8px 0 0 !important;
}

.portfolio .et_portfolio_overlay_author_info .avatar {
    height: 60px !important;
    width: 60px !important;
    margin: 0 0 15px 0 !important;
}

@media(max-width: 479px) {
    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
        flex-basis: 100% !important;
    }

    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(odd) {
        margin-right: 0;
        margin-left: 0;
    }
}

@media(max-width: 768px) {
    .custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter {
        flex-basis: calc(50% - 10px) !important;
        margin-bottom: 20px;
        flex-wrap: wrap !important;
        float: none !important;
        display: block !important;
    }

    .custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter a {
        padding: 0 !important;
        width: 100%;
    }

    .custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter:nth-child(odd) {
        margin-right: 20px !important;
    }

    .custom_filterable_portfolio .et_pb_portfolio_filters .et_pb_portfolio_filter:nth-child(even) {
        margin-right: 0 !important;
    }

    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item {
        flex-basis: calc(50% - 10px);
        float: none;
        border-radius: 10px;
    }

    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.first_in_row {
        margin-left: 0;
        margin-right: 10px;
    }

    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.last_in_row {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media(min-width: 769px) {
    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.first_in_row {
        margin-left: 0;
        margin-right: 20px;
    }

    .custom_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.last_in_row {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .portfolio_custom_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item {
        flex-basis: calc(50% - 20px) !important;
        float: none;
        border-radius: 10px;
    }
}

@media(min-width: 1025px) {
    .portfolio_custom_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item {
        flex-basis: calc(33.3% - 20px) !important;
        float: none;
        border-radius: 10px;
    }

    .custom_filterable_portfolio.portfolio_custom_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.first_in_row {
        margin-right: 30px;
    }

    .custom_filterable_portfolio.portfolio_custom_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item.last_in_row {
        margin-left: 30px;
    }

    .custom_filterable_portfolio.portfolio_custom_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px !important;
    }
}

.staff_item .staff_image {
    width: 210px;
    height: 210px;
    margin: 0 auto 30px;
}

.staff_item_dummy .staff_image {
    background-size: 100% 100% !important;
}

.staff_item:not(.staff_item_dummy) .staff_image {
    background-position-x: 0;
    background-size: 200% 100% !important;
}

.staff_item:not(.staff_item_dummy) .staff_image:hover {
    background-position-x: 210px;
}

.staff_item h4 {
    font: 300 18px/1.4em "Proxima Nova Bold";
    text-align: center;
}

.staff_item_dummy .staff_image {
    background: url('/wp-content/uploads/2020/07/staff_dummy.png');
}

.staff_item_1 .staff_image {
    background: url('/wp-content/uploads/2020/07/staff_caroline_calpito.png');
}

.staff_item_2 .staff_image {
    background: url('/wp-content/uploads/2020/07/hannah_asiado.png');
}

.staff_item_3 .staff_image {
    background: url('/wp-content/uploads/2020/07/jamille_pamintuan.png');
}

.staff_item_4 .staff_image {
    background: url('/wp-content/uploads/2020/07/jan_aledo.png');
}

.staff_item_5 .staff_image {
    background: url('/wp-content/uploads/2020/07/joelle_amado.png');
}

.staff_item_6 .staff_image {
    background: url('/wp-content/uploads/2020/07/john_presto.png');
}

.staff_item_7 .staff_image {
    background: url('/wp-content/uploads/2020/07/joseph_fernando.png');
}

.staff_item_8 .staff_image {
    background: url('/wp-content/uploads/2020/07/juan_amero.png');
}

.staff_item_9 .staff_image {
    background: url('/wp-content/uploads/2020/07/katherine_simbulan.png');
}

.staff_item_10 .staff_image {
    background: url('/wp-content/uploads/2020/07/lovely_zambrano.png');
}

.staff_item_11 .staff_image {
    background: url('/wp-content/uploads/2020/07/macki_mariano.png');
}

.staff_item_12 .staff_image {
    background: url('/wp-content/uploads/2020/07/mark_gagarin.png');
}

.staff_item_13 .staff_image {
    background: url('/wp-content/uploads/2020/07/marl_dizon.png');
}

.staff_item_14 .staff_image {
    background: url('/wp-content/uploads/2020/07/medussa_angeles.png');
}

.staff_item_15 .staff_image {
    background: url('/wp-content/uploads/2020/07/paul_paciolco.png');
}

.staff_item_16 .staff_image {
    background: url('/wp-content/uploads/2020/07/richard_dela_paz.png');
}

.staff_item_17 .staff_image {
    background: url('/wp-content/uploads/2020/07/thomas_deferia.png');
}

.staff_item_18 .staff_image {
    background: url('/wp-content/uploads/2020/07/renalyn_magat.png');
}

.staff_item_25 .staff_image {
    background: url('/wp-content/uploads/2020/07/stephanie_tanhuenco.png');
}

@media(max-width: 665px) {
    .staff_item_list .staff_item {
        height: 150px !important;
    }

    .staff_item_list .staff_item .staff_image {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }

    .staff_item_list .staff_item .staff_image:hover {
        background-position-x: 120px !important;
    }

    .staff_item_list .staff_item h4 {
        font-size: 11px !important;
    }
}

@media(max-width: 980px)  {
    .staff_item_list {
        display: flex;
        flex-direction: row;
    }

    .staff_item_list .staff_item {
        flex-basis: 50%;
        display: flex;
        height: 300px;
        justify-content: center;
    }
}

.team_members .team-member img {
    max-width: 210px;
    max-height: 210px;
    width: 100%;
    margin: 0 auto 1em;
}

.team_members .team-member .name {
    font: 300 18px/1.2em "Proxima Nova Bold" !important;
    color: #0d0e1d !important;
    text-transform: uppercase;
}

.team_members .tlp-content {
    text-align: center;
    background: none !important;
}

.tlp-team .team_members.tlp-equal-height .tlp-equal-height {
    margin-bottom: 0;
}

@media(max-width: 500px) {
    .team_members .team-member .name {
        font-size: 14px !important;
    }

    .team_members .team-member img {
        margin-bottom: 0.6em !important;
    }
}

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

/* .project .case_study_content_row .et_pb_column_1_3 {
    
} */

.single .et_pb_post.project {
    margin-bottom: 0;
}

.case_study_content_row .et_pb_column_2_3 {
    flex-basis: 80%;
}

.case_study_results > .et_pb_row {
    display: flex;
    height: 100%;
    min-height: 775px;
    max-width: 1500px;
}

.case_study_results .et_pb_column_1_3  {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    align-self: flex-end;
}

.case_study_results .et_pb_column_2_3 {
    align-self: center;
    margin-left: 42%;
    max-width: 690px;
}

.case_study_results_list .et_pb_module {
    padding-left: 100px;
    position: relative;
}

.case_study_results_list .et_pb_module:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url(/wp-content/themes/divi-child/assets/images/icon-check-gradient.png) #fff no-repeat;
    background-size: unset;
    background-position: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 980px) {
    .case_study_content_row {
        flex-direction: column;
    }

    .case_study_content_row .et_pb_column {
        flex-basis: 100%;
    }
}

.case_study_pdf_download .et_pb_column:not(.et-last0child) {
    width: auto;
}

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

.single .et_pb_post.project {
    margin-bottom: 0;
}

.case_study_content_row .et_pb_column_2_3 {
    flex-basis: 80%;
}

.case_study_results > .et_pb_row {
    display: flex;
    height: 100%;
    min-height: 775px;
    max-width: 1500px;
}

.case_study_results .et_pb_column_1_3  {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    align-self: flex-end;
}

.case_study_results .et_pb_column_2_3 {
    align-self: center;
    margin-left: 42%;
    max-width: 690px;
}

.case_study_results_list .et_pb_module {
    padding-left: 100px;
    position: relative;
}

.case_study_results_list .et_pb_module:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url("/wp-content/themes/divi-child/assets/images/icon-check-gradient.png") #fff no-repeat;
    background-size: unset;
    background-position: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.staff_list_slide,
.staff_list_slide > .et_pb_column_4_4 {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-image: linear-gradient(to right,white,white),linear-gradient(to right,white,white),linear-gradient(to right,#4c4c4c26,rgba(255,255,255,0)),linear-gradient(to left,#4c4c4c26,rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
    background-attachment: local,local,scroll,scroll;
}

.staff_list_slide::-webkit-scrollbar,
.staff_list_slide > .et_pb_column_4_4::-webkit-scrollbar {
    display: none;
}

.staff_list_slide .et_pb_column {
    text-align: right;
    white-space: nowrap;
    cursor: pointer;
}

.staff_list_slide .et_pb_column.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.staff_list_slide .et_pb_module.et_pb_text { 
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #bbb;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 0;
}

.staff_list_slide .et_pb_module.et_pb_text:not(:last-child) {
    margin-right: 20px;
}

/* .staff_list_slide .et_pb_module.et_pb_text:not(:first-child) {
    margin-left: 40px;
} */
  
.staff_list_section > .et_pb_row {
    max-width: 1400px;
    padding: 60px 0;
    border-bottom: 1px solid #bbb;
}
  
.staff_list_section .et_pb_column_3_4 {
    overflow: hidden;
}
  
@media(max-width: 980px) {
    .case_study_content_row {
        flex-direction: column;
    }

    .case_study_content_row .et_pb_column {
        flex-basis: 100%;
    }
}
  
@media(max-width: 768px) {
    .staff_list_slide {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        }

    .staff_list_section > .et_pb_row {
        padding: 40px 0 !important;
    }
}
  
@media(max-width: 1024px) {
    .case_study_results > .et_pb_row {
        align-items: center;
        justify-content: center
    }

    .case_study_results .et_pb_column_1_3 {
        display: none;
    }

    .case_study_results .et_pb_column_2_3 {
        margin: 0 !important;
    }
    
}
  
@media(max-width: 1480px) {
    .case_study_results .et_pb_column_2_3 {
        margin-left: 55%;
    }
}

.case_study_pdf_download a {
    color: #0d0e1d;
    display: flex;
    align-items: center;
}

.case_study_pdf_download a img {
    margin: 0 30px;
}

@media(max-width: 980px) {
    .case_study_pdf_download a img {
        width: 42px;
        margin: 0 25px;
    }
}

@media(max-width: 767px) {
    .case_study_pdf_download a {
        justify-content: center;
    }

    .case_study_pdf_download a img {
        width: 32px !important;
        margin: 0 15px !important;
    }    
}

/** C9 GALLERY **/
.c9_gallery {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.c9_gallery .c9_gallery_thumbnail_list_wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 110px;
    margin: 40px 0;
}

.c9_gallery .c9_gallery_thumbnail_list {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    padding: 0;
    margin: 0;
    /* max-height: 345px; */
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c9_gallery .c9_gallery_thumbnail_list::-webkit-scrollbar {
    display: none;
}

.c9_gallery .c9_gallery_thumbnail_list_item {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 100px;
    cursor: pointer;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.c9_gallery .c9_gallery_thumbnail_list_item .c9_gallery_thumbnail_list_item_img {
    border-radius: 10px;
}

.c9_gallery .active .c9_gallery_thumbnail_item_overlay {
    visibility: hidden;
    opacity: 0;    
}

.c9_gallery .c9_gallery_thumbnail_item_overlay {
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,0.4);
    transition: all 0.5s ease;
    z-index: 3;
}

.c9_gallery_full_img_wrapper {
    width: 100%;
    margin-left: 15px;
    margin-top: -60px;
    background: #fff;
}

.c9_gallery_full_img {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.c9_gallery_full_img img {
    width: 100%;
}

.gallery_author {
    border-radius: 50%;
    margin-right: 10px;
}

.gallery_author_info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/** PORTFOLIO SLIDER **/
.portfolio_slides {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.portfolio_slider_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.portfolio_slides .slick-list {
    margin: 0 -15px;
}

.portfolio_slider_item {
    margin: 0 15px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio_slider_item:hover .et_portfolio_overlay {
    z-index: 3;
    opacity: 0.9;
}

.portfolio_slider_item img {
    width: 100% !important;
    max-width: 100%;
    box-shadow: 0 8px 6px -6px #bbb;
}

.portfolio_slider_title h4 {
    font: 300 30px/1.4em "Proxima Nova SemiBold" !important;
    color: #0d0e1d;
}

.portfolio_slider_nav {
    font-family: "etmodules";
    font-size: 25px;
    color: #0d0e1d;
}

.portfolio_slider_nav_prev {
    margin-right: 0.45em;
}

.portfolio_slider_nav.slick-disabled {
    color: #d1d1d1;
}

.portfolio_slider_nav_prev:before {
	content: "\23";
}

.portfolio_slider_nav_next:before {
	content: "\24";
}

/* .portfolio_slides.slick-slider .slick-active:first-child {
    margin-left: 0 !important;
} */

@media(max-width: 1024px) {
    .c9_gallery {
        flex-direction: column;
    }

    .c9_gallery .c9_gallery_thumbnail_list_wrapper {
        max-width: 100%;
    }

    .c9_gallery .c9_gallery_thumbnail_list {
        display: block;
        text-align: center;
        white-space: nowrap;
        background: #fff;
        padding: 15px;
        margin: 0 auto;
        background-image: linear-gradient(to right,white,white),
                          linear-gradient(to right,white,white),
                          linear-gradient(to right,#4c4c4c24,rgba(255,255,255,0)),
                          linear-gradient(to left,#4c4c4c24,rgba(255,255,255,0));
        background-position: left center,right center,left center,right center;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
        background-attachment: local,local,scroll,scroll;
    }

    .c9_gallery_thumbnail_list .c9_gallery_thumbnail_list_item {
        display: inline-block !important;
        margin-bottom: 0;
        min-width: 100px;
        box-shadow: 0 8px 6px -6px #bbb;
    }
    .c9_gallery_thumbnail_list .c9_gallery_thumbnail_list_item:not(:last-child) {
        margin-right: 20px;
    }

    /* .c9_gallery_full_img_wrapper {
        margin-top: 0;
    } */

    .c9_gallery_full_img_wrapper {
        margin: 0;
    }

    .portfolio_slider_item {
        margin: 0 10px;
    }
}

/** FREE CONSULTATION FORM **/

.fcf {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: #0c0e1d;
}

.fcf_col_1 {
    width: 38%;
    background: #101123;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fcf_col_1_content {
    text-align: left;
    padding: 0 7em;
}

.fcf_title h2 {
    font: 300 42px/1.2em 'Proxima Nova Bold';
    padding-bottom: 20px;
}

.fcf_title p {
    font: 300 18px/1.5em 'Proxima Nova Regular';
    color: #aaa !important;
}

.fcf_title,
.fcf_options {
    margin-bottom: 5.5em;
}

.fcf_row h4,
.fcf_row h2 {
    color: #fff;
}

.fcf_row p {
    color: #aaa;
}

.fcf_info p,
.fcf_info a {
    font-size: 17px;
}

.fcf_row a {
    color: #8e27db;
}

.fcf_options {
    border-left: 1px solid #8e27db;
    padding-left: 25px;
}

.fcf_options p span {
    padding-bottom: 2px;
    border-bottom: 1px solid #8e27db;
}

.fcf_options p span a {
    font-size: 17px;
}

.fcf_info {
    padding: 15px 0;
}

.fcf_info span {
    margin-right: 10px;
}

.fcf span:before {
    font-family: 'etmodules' !important;
    color: #fff;
    font-size: 15px;
}

.icon_clock:before {
	content: "\e06b";
}

.icon_clock_alt:before {
	content: "\7d";
}

.icon_comment:before {
	content: "\e065";
}

.icon_phone:before {
	content: "\e090";
}

.icon_mail:before {
	content: "\e076";
}

.icon_close:before {
	content: "\4d";
}

.icon_documents:before {
	content: "\e059";
}


.fcf_col_2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    position: relative;
}

.fcf_col_2_content {
    width: 100%;
}

.fcf_col_2_content .wpforms-confirmation-container-full {
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
}

.fcf_col_2_content .wpforms-field {
    margin-bottom: 1.5em !important;
}

.fcf_col_2_content .wpforms-field-label {
    color: #aaa;
    font-family: "Proxima Nova Regular" !important;
    font-weight: normal !important;
}


.fcf_col_2_content .wpforms-field input,
.fcf_col_2_content .wpforms-field textarea {
    background: transparent !important;
    color: #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #32355b !important;
}

.fcf_col_2_content .wpforms-field input:focus,
.fcf_col_2_content .wpforms-field textarea:focus {
    border-bottom: 1px solid #fff !important;
}

.fcf_col_2_content .wpforms-submit {
    position: absolute;
    width: 195px !important;
    height: 60px !important;
    background-image: linear-gradient(56deg,#9929ea 0%,#5808fb 100%)!important;
    border-radius: 5px !important;
    border: 0 !important;
    box-sizing: border-box !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.fcf_col_2_content .wpforms-submit:hover {
    background: hsla(0,0%,100%,.2) !important;
}

.fcf_close {
    margin: 60px 60px 0;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    outline: none !important;
}

.modal_hide{
    z-index:-1;
    opacity:0;
    animation: hide .25s;
    transform: scale(0);
    display: flex !important;
}

#fcf_1 .calendly-inline-widget {
    min-height: 700px;
}

#fcf_1 .calendly-inline-widget iframe {
    width: 700px;
}

#fcf_1 .fcf_col_2_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes hide {
    from {
        z-index:2;
        transform: scale(1);
        opacity:1;
    }
    to {
        z-index:-1;
        transform: scale(0);
        opacity: 0;
    }
}

.modal_active {
    opacity:1;
    animation: show .2s;
    transform: scale(1);
    display: flex !important;
}

@keyframes show {
    from {
        transform: scale(0);
        opacity:0;
        z-index:-1;
    } 
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media(max-width: 500px) {
    .fcf_col_2_content .wpforms-field {
        min-width: 100% !important;
        margin-left: 0 !important;
    }

    .fcf_col_2_content .wpforms-submit {
        width: 100% !important;
    }

    .fcf.modal_active .fcf_col.fcf_col_1,
    .fcf.modal_active .fcf_col.fcf_col_2 {
        padding: 5em 2em !important;
    }
}

@media(max-width: 768px) {
    .fcf .fcf_col.fcf_col_1,
    .fcf .fcf_col.fcf_col_2 {
        padding: 5em !important;
    }

    .fcf .fcf_col_1_content,
    .fcf .fcf_col_2_content {
        padding: 0 !important;
    }

    .fcf_close{
        margin: 2em 2em 0 0;
    }
}

@media(max-width: 1024px) {
    .fcf.modal_active {
        display: flex !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }
    
    .fcf .fcf_col {
        width: 100% !important;
        padding: 5em 2em !important;
    }

    .fcf_col_2_content {
        padding: 0 7em;
    }

    .fcf_close{
        margin: 3em 3em 0 0;
    }
}

@media(max-width: 1440px) {
    .fcf .fcf_col_1 {
        width: 50% ;
    }
}

/** LANDING PAGE **/
.consultant_profile h2 {
    font: 300 45px/1.3em "Proxima Nova Bold";
    text-transform: uppercase;
    color: #fff;
}

.consultant_profile h3 {
    font: 300 35px/1.3em "Proxima Nova Bold";
    color: #fff;
    margin-bottom: 15px;
}

.consultant_profile p {
    font: 300 18px/1.4em "Proxima Nova Regular";
    color: #fff;
    padding-bottom: 30px;
}

.consultant_profile .et_pb_row:last-child {
    max-width: 1180px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.divi_icon:before {
    font-family: "etmodules" !important;
}

.icon_download:before {
    content: "\e092";
}

.case_study:hover .case_study_overlay {
    opacity: 1;
    z-index: 3;
}

.case_study_overlay {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s;
    background: linear-gradient(56deg,#5808fbb8 0%,#9929ead1 100%);
    border-radius: 8px;
    box-sizing: border-box;
}

.case_study_image img {
    vertical-align: bottom;
    margin-bottom: 0;
    border-radius: 8px;
}

.case_study_overlay a {
    font: 300 18px/1.4em "Proxima Nova Medium";
    color: #fff;
    text-transform: uppercase;
}

.case_study_overlay .icon_download {
    font-size: 2.6em;
    color: #fff;
}

.lp_banner_left p {
    margin-bottom: 70px;
}

.lp_banner_left h3 {
    margin-bottom: 30px;
}

.lp_banner_left ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

.lp_banner_left ul li {
    font: 300 20px/1.3em "Proxima Nova Bold";
    position: relative;
    height: 53px;
    display: flex;
    align-items: center;
    padding-left: 93px;
    margin-bottom: 20px;
}

.lp_banner_left ul li:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-check.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(56deg,#5808fb 0%,#9929ea 100%) !important;
    border-radius: 50%;
}

.lp_top_header_right ul {
    list-style: none;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}

.lp_top_header_right li {
    font: 300 14px/1.4em "Proxima Nova Regular";
    position: relative;
    padding-left: 25px;
}

.lp_top_header_right li:before {
    height: 15px;
    width: 15px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}

.lp_top_header_right li:first-child:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-toll-fee.png');
    height: 15px;
    width: 15px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}

.lp_top_header_right li:last-child:before {
    content: url('/wp-content/themes/divi-child/assets/images/icon-support.png');
}

.lp_top_header_right li:first-child {
    margin-right: 35px;
}

.lp_top_header_right li a {
    color: #b1b1b1;
}

.lp_cta_row {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:2;
    box-shadow: -30px 0 20px -20px #8d23ed8f, 15px 0 20px -5px #8d23ed8f
}

@media(max-width: 500px) {
    
    .et_pb_section_2 .et_pb_row_3.gradient-bg-reverse {
        margin: 0 20px !important;
        width: calc(100% - 40px) !important;
        max-width: none !important;
    }

    /* .consultant_profile h2 {
        font-size: 25px
    } */
}

@media(max-width: 580px) {
    #lp_top_header .et_pb_row_0 ul {
        flex-direction: column;
    }

    #lp_top_header .et_pb_row_0 ul li:not(:last-child) {
        margin: 0 0 10px;
    }
}

@media(max-width: 768px) {
    #lp_top_header {
        padding-top: 1em;
        padding-bottom: 1.5em;
    }

    #lp_top_header .et_pb_row_0 {
        flex-flow: column;
        flex-direction: column;
    }

    #lp_top_header .et_pb_row_0 .et_pb_column_0 {
        margin-bottom: 10px !important;
    }

    #lp_top_header .et_pb_row_0 .et_pb_image_0 {
        text-align: center;
    }

    #lp_top_header .et_pb_row_0 ul {
        justify-content: center;
    }

    .lp_cta_row {
        height: auto !important;
        padding: 4em 2em;
    }
}

@media(max-width: 981px) {
    .lp_banner_left p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .lp_banner_left h3 {
        font-size: 25px !important;
    }

    .lp_banner_left ul li {
        font-size: 18px;
        height: 45px;
        padding-left: 80px;
    }

    .lp_banner_left ul li:before {
        height: 45px;
        width: 45px;
    }

    .post-2706  #end-to-end-managed-services .et_pb_row_5 {
        margin-top: 0 !important;
    }

    .et_pb_section_13 .et_pb_row_27 .et_pb_column,
    .et_pb_section_13 .et_pb_row_28  .et_pb_column {
        width: fit-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

}

@media(max-width: 1024px) {

    .et_pb_section_2.et_pb_section  {
        padding-top: 5.5em !important;
    }

    .consultant_profile {
        padding: 0 2em;
    }

    .consultant_profile h2 {
        font-size: 30px;
    }

    .consultant_profile h2 br {
        display: none;
    }

    .consultant_profile .et_pb_row:last-child {
        flex-direction: column;
    }
    
    .consultant_profile .et_pb_row:last-child .et_pb_image {
        text-align: center;
    }

    .consultant_profile .et_pb_column_3_5  {
        width: 100% !important;
    }
    
    .consultant_profile .et_pb_row:last-child .et_pb_text h3 {
        text-align: center;
    }

    .post-2706 #end-to-end-managed-services {
        margin-top: 0 !important;
    }
}

/** JOB PAGE **/
.job_form {
    background: #fff;
    padding: 45px 30px 20px;
}

.job_form h3 {
    font: 500 28px/1.2em "Proxima Nova Bold";
    color: #0c0e1d;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* .job_form h3 span {
    font-family: "Proxima Nova ExtraBold" !important;
} */

.job_form p {
    font: 300 18px/1.5em "Proxima Nova Regular";
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.job_form .frm_forms .frm_primary_label {
    display: none;
}

.job_form .frm_forms .frm_form_field input[type="text"],
.job_form .frm_forms .frm_form_field input[type="tel"],
.job_form .frm_forms .frm_form_field input[type="email"],
.job_form .frm_forms .frm_form_field textarea {
    padding: 20px;
    border: 1px solid #bda3f3;
    font: 300 17px/24px "Proxima Nova Regular" ;
}


.job_form .frm_forms .frm_form_field input[type="text"]:focus,
.job_form .frm_forms .frm_form_field input[type="tel"]:focus,
.job_form .frm_forms .frm_form_field input[type="email"]:focus,
.job_form .frm_forms .frm_form_field textarea:focus {
    border-color: #bda3f3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #bda3f399;
}

.job_form .frm_forms .frm_submit .frm_button_submit {
    font: 300 18px/100% "Proxima Nova Medium" !important;
    width: 100% !important;
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(56deg,#9929ea 15%,#5808fb 100%) !important;
    padding: 20px 4em !important;
    border: 0 !important;
    transition: all 0.3s ease;
    box-shadow: -5px 10px 40px 0 rgba(123,26,242,0.5) !important;
}

.job_form .frm_forms .frm_error,
.job_form .frm_forms .frm_error_style {
    font-family: "Proxima Nova Regular" !important;
}

.job_form .frm_forms .frm_error_style {
    margin-top: 20px;
}

.job_content p {
    padding-bottom: 2em;
}

#case_study_slider {
    position: relative;
}

#case_study_slider .slick-list {
    margin: 0 -15px;
}

#case_study_slider .slick-slide {
    margin: 0 15px !important;
    border-radius: 5%;
}

#case_study_slider .slick-slide img {
    border-radius: 8px;
}

.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}

.case_study_slider_nav,
.podcast_slider_nav {
    position: absolute;
    top: calc(50% - 2.25em);
    outline: none !important;
}

.case_study_slider_nav .divi_icon,
.podcast_slider_nav .divi_icon {
    font-size: 3.5em;
    color: black;
}

.case_study_slider_nav.case_study_slider_nav_prev,
.podcast_slider_nav.podcast_slider_nav_prev {
    left: -3.5em;
}

.case_study_slider_nav.case_study_slider_nav_next,
.podcast_slider_nav.podcast_slider_nav_next {
    right: -3.5em;
}

.single-job .c9-breadcrumb {
    justify-content: flex-start;
}

.single-job .c9-breadcrumb li:not(:last-child):after {
    content: "\35";
    font-family: 'etmodules';
    color: #fff;
    font-size: 21px;
    vertical-align: -4px;
    padding-left: 1.4em;
    outline: none !important;
}

.job_subtitle:after {
    content: url('/wp-content/uploads/2020/07/curly_arrow.png');
    position: absolute;
    bottom: 0;
    right: -3em;
}

@media(max-width: 1024px) {
    .job_subtitle:after {
        display: none;
    }

    .job_form {
        margin-left: 0 !important;
    }

    #case_study_slider {
        width: calc(100% - 7em);
        margin: 0 auto;
    }
}

@media(max-width: 980px) {
    .job_subtitle {
        min-height: unset !important;
    }
}

@media(max-width: 500px) {
    .job_form .frm_forms .frm_submit .frm_button_submit {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .job_cta .et_pb_button {
        padding-left: 2em !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .single-job .c9-breadcrumb li:not(:last-child) {
        margin-right: 0.7em;
    }

    .single-job .c9-breadcrumb li:not(:last-child):after {
        padding-left: 0;
    }
}

/** BLOG **/

.c9_blog.container:after,
.c9_blog.container:before {
    display: none !important;
}

.c9_blog .et_pb_row {
    max-width: 1400px !important;
    width: 100% !important;
    position: relative;
}

.blog_content_row {
    position: relative;
    min-height: 1600px;
}

#c9_blog {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px 0 -15px !important;
}

.c9_blog_item {
    flex-basis: calc(33.33% - 30px);
    margin: 0 15px 30px 15px !important;
    height: 400px;
    background: #ccc;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.c9_blog_item .c9_blog_item_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.c9_blog_item:hover .c9_blog_item_image_wrapper img {
    transform: scale(1.1);
}

#c9_blog .c9_blog_item:first-child {
    flex-basis: calc(66.66% - 30px) !important;
    height: 630px;
    margin-right: 33.33% !important;
}

#c9_blog .c9_blog_item:nth-child(3),
#c9_blog .c9_blog_item:nth-child(5) {
    margin-right: 33.33% !important;
}

.c9_blog_item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.c9_blog_item_color_overlay {
    background: linear-gradient(56deg, #9929ea, #5808fb);
    opacity: 0.4;
    z-index: 1;
}

.c9_blog_item_info_overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2em;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.65), transparent);
    transition: all 1s linear;
    z-index: 2;
}

.c9_blog_item_category {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75em;
    margin: 1em;
    background: #f7f8ff;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
    color: #0d0e1d;
}


#c9_blog .c9_blog_item:first-child .c9_blog_item_title {
    font-size: 32px;
}

.c9_blog_item_title {
    font-size: 22px;
    line-height: 1.4em;
    color: #fff;
}

.c9_blog_item_info {
    font: 300 14px/1.3em "Proxima Nova Medium";
    color: #fff;
    display: flex;
    align-items: center;
}

.c9_blog_item_author_divider {
    margin: 0 12px;
}

.c9_blog_item_info .avatar {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

#c9_sidebar {
    width: calc(33.33% - 30px);
    position: absolute;
    max-height: 1460px;
    top: 0;
    right:0;
    z-index: 2;
}

.c9_sidebar_column {
    margin-bottom: 2em;
}

.c9_sidebar_column .c9_sidebar_column_item {
    padding: 1.5em;
    background: #f2f4fe;
    border-radius: 8px;
    overflow: hidden;
}

.c9_sidebar_column .c9_sidebar_column_item:not(:last-child) {
    margin-bottom: 1.5em;
}

.c9_sidebar_column_title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}

.c9_sidebar_column_item_title a {
    font: 300 16px/1.7em "Proxima Nova Light";
    color: #000;
}

.c9_sidebar_column_item_info {
    font: 300 14px/1.3em "Proxima Nova Medium";
    display: flex;
    align-items: center;
}

.c9_sidebar_column_item_author_divider {
    margin: 0 12px;
}

.c9_sidebar_column_item_info .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.blog_category_slider_wrapper {
    width: 100%;
}

.blog_category_slider {
    background-image: linear-gradient(to right,white,white),
                      linear-gradient(to right,white,white),
                      linear-gradient(to right,#4c4c4c26,rgba(255,255,255,0)),
                      linear-gradient(to left,#4c4c4c26,rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
    background-attachment: local,local,scroll,scroll;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    border-radius: 7px;
}

.blog_category_slider.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.blog_category_slider::-webkit-scrollbar { 
    display: none;
}

.blog_category_slider_item {
    display: inline-block;
    padding: 1.5em;
    font: 300 18px/1 "Proxima Nova Medium";
    color: #414141;
    border: 1px solid #bbbbbb;
    border-radius: 7px;
}

.blog_category_slider_item.active {
    color: #fff !important;
    background: linear-gradient(56deg,#9929ea 15%,#5808fb 100%) !important;
}

.blog_category_slider_item:not(:last-child) {
    margin-right: 20px;
}

.topics h4 {
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0d0e1d;
}


.blog_section_1 {
    padding-top: 7em !important;
    padding-bottom: 0 !important;
}

.blog_section_1 .et_pb_row {
    padding-top: 0 !important;
}

.blog_row {
    max-width: 1400px;
}

.blog_section_2 .et_pb_row:first-child {
    padding-bottom: 0 !important;
}

.blog_posts_pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0;
}

.blog_posts_pagination_item {
    padding: 10px;
}

.blog_posts_pagination_item,
.blog_posts_pagination_item a {
    font: 300 18px/1.4em "Proxima Nova Medium";
    text-transform: uppercase;
    color: #414141;
}

.no_desktop {
    display: none !important;
}

.blog_mobile_share  {
    margin-top: 50px;
    display: none;
}

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

.blog_mobile_share .et_pb_text_inner h4 {
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    margin-right: 30px;
    margin-top: -5px;
}

.blog_mobile_share .et_pb_text_inner .inline-social-links .divi_icon:before {
    font-size: 25px;
    color: #424242;
}

@media(max-width: 550px) {
    .blog_category_slider_wrapper .scroll_control {
        display: none;
    }
}

@media(max-width: 768px) {
    .blog_mobile_share {
        display: block !important;
    }
}

@media(max-width:1440px) {
    #c9_blog .c9_blog_item:first-child {
        height: 420px;
    }

    #c9_blog .c9_blog_item {
        height: 320px;
    }

    .blog_content_row {
        min-height: 1480px;
    }
}

@media (min-width: 980px){
    .c9_post .aeg .et_pb_newsletter .et_pb_newsletter_fields,
    .page-id-3199 .aeg .et_pb_newsletter .et_pb_newsletter_fields {
        flex-wrap: nowrap !important;
    }
    
    .c9_post .aeg .et_pb_newsletter .et_pb_newsletter_fields>*,
    .page-id-3199 .aeg .et_pb_newsletter .et_pb_newsletter_fields>* {
        flex-basis: 38%;
    }
     
    .c9_post .aeg .et_pb_newsletter_form,
    .page-id-3199 .aeg .et_pb_newsletter_form {
        padding-left: 0px;
    }

    .c9_post .aeg .et_pb_newsletter_button_wrap,
    .page-id-3199 .aeg .et_pb_newsletter_button_wrap {
        max-width: 192px;
    }
}

@media(min-width: 981px) and (max-width: 1024px) {
    .c9_post .aeg .et_pb_newsletter .et_pb_newsletter_fields>*,
    .page-id-3199 .aeg .et_pb_newsletter .et_pb_newsletter_fields>* {
        flex-basis: calc(38% - 30px) !important;
    }
}

@media(max-width: 1400px) {
    .no_desktop {
        display: block !important;
        padding: 2em 0 70px;
    }

    .blog_content_row {
        min-height: auto;
    }

    #c9_blog .c9_blog_item.et_pb_column:first-child {
        margin-right: 15px !important;
        flex-basis: 100% !important;
    }

    #c9_blog .c9_blog_item.et_pb_column:nth-child(3),
    #c9_blog .c9_blog_item.et_pb_column:nth-child(5) {
        margin-right: auto !important;
    }

    #c9_blog .c9_blog_item.et_pb_column {
        flex-basis: calc(50% - 30px);
    }

    #c9_sidebar {
        position: relative;
        width: 100%;
    }

    .no_tablet {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .post-3199 #c9_blog .c9_blog_item.et_pb_column {
        flex-basis: 100% !important;
        height: 380px !important;
        margin: 0 0 30px !important;
    }

    .post-3199 #c9_blog .c9_blog_item.et_pb_column:last-child {
        margin-bottom: 0 !important;
    }

    #c9_blog .c9_blog_item:first-child .c9_blog_item_title {
        font-size: 22px !important;
    }
}

.scroll_control {
    position: absolute;
    top: 0px;
    padding: 1.24em;
    background: #fff;
    color: #414141;
    border: 1px solid #bbbbbb;
    border-radius: 7px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
}

.scroll_control.scroll_to_left {
    left: 0;
    box-shadow: 20px 0 20px 11px #fff;
}

.scroll_control.scroll_to_right {
    right: 0;
    box-shadow: -20px 0 20px 11px #fff;
}

.scroll_control:before {
    font-family: "etmodules";
    font-size: 3em;
    color: #0d0e1d;
    position: relative;
}

.scroll_control.scroll_to_right:before {
    content: "\24";
}

.scroll_control.scroll_to_left:before {
    content: "\23";
}

/** BLOG SINGLE **/
.blog_single_banner {
    height: calc(100vh - 150px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.section_gradient_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(56deg, #9929ea 50%, #5808fb);
    opacity: 0.4;
    z-index: 1;
}

.section_fade_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0, 0.65) 20%, transparent);
    opacity: 100%;
    z-index: 2;
}

.blog_single_banner .et_pb_row_0 {
    max-width: 1240px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.blog_single_banner h2,
.blog_single_banner h1 {
    font-size: 60px !important;
    color: #fff !important;
    line-height: 1.2em !important;
    text-align: left !important;
}

.blog_single_content {
    padding-top: 3em !important;
}

.blog_single_content .et_pb_row {
    max-width: 1240px;
}

.c9_post_content .et_pb_row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.c9_post_content .et_pb_section {
    padding: 0 !important;
}

.c9_post_content p {
    font-size: 20px;
    font-family: "Proxima Nova Regular";
    color: #232323;
}

.c9_post_content p,
.c9_post_content h1,
.c9_post_content h2,
.c9_post_content h3,
.c9_post_content h4,
.c9_post_content h5 {
    line-height: 1.5;
}

.c9_post_author p {
    font: 300 14px/1.3em "Proxima Nova Bold";
    color: #232323;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0 !important;
    border-top: 1px solid #ddbfff;
    border-bottom: 1px solid #ddbfff;
    margin-bottom: 2em;
}

.c9_post_author .avatar {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
}

.c9_post_author span {
    margin-left: auto;
}

.author_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

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

.author_inline .avatar {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 20px;
}

.c9_post_author_bio {
    padding: 1.8em 0;
    border-top: 1px solid #ddbfff;
    border-bottom: 1px solid #ddbfff;
    margin-top: 5em;
}

.c9_post_author_bio .inline-social-links {
    margin-left: auto !important;
}

.c9_post_author_bio .inline-social-links li:not(:last-child) {
    margin-right: 1.1em;
}

.social_facebook_circle:before {
    content: "\e0aa";
}

.social_twitter:before {
    content: "\e094";
}

.social_instagram:before {
    content: "\e09a";
}

.social_linkedin_square:before {
    content: "\e0cb";
}

.c9_post_author_bio .divi_icon:before {
    color: #131428;
    font-size: 14px;
}

.c9_post_author_bio .et_pb_text_inner{
    font: 300 18px/1.4 "Proxima Nova Regular";
}

.c9_post_author_bio .author_inline p {
    font: 300 14px/1.4 "Proxima Nova Bold";
    text-transform: uppercase;
}

.blog_sidebar_newsletter {
    background-position: bottom center;
    background-image: url("https://c9digital.com/wp-content/uploads/2020/07/sidebar_column_1_ng.jpg");
    padding-top: 3.1em!important;
    padding-right: 2em!important;
    padding-bottom: 170px!important;
    padding-left: 2em!important;
}

.blog_sidebar_newsletter h4 {
    font-size: 25px;
    padding-bottom: 25px;
    color: #fff;
}

.blog_sidebar_newsletter .et_pb_code_inner {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.blog_single_newsletter {
    margin-top: 30px !important;
}

.blog_single_newsletter .wpforms-confirmation-container-full.wpforms-confirmation-scroll {
    color: #fff;
}

.blog_single_newsletter .wpforms-submit-container .wpforms-submit-spinner {
    display: none !important;
    opacity: 0;
}

.blog_single_newsletter .wpforms-field-large {
    border-radius: 5px !important;
    overflow: hidden !important;
    border-width: 1px !important;
    border-color: #d8c6fc !important;
    background: transparent !important;
    font-size: 18px !important;
    padding: 18px 20px !important;
    height: auto !important;
    box-sizing: border-box !important;
    color: #888888 !important;
}

.blog_single_newsletter .wpforms-form button[type=submit] {
    width: 100%;
}

@media(max-width: 767px) {
    .blog_single_banner .et_pb_text_inner h2 {
        font-size: 35px !important;
    }

    .blog_single_banner {
        height: auto !important;
        background-size: cover !important;
        background-position: top center !important;
    }

    .blog_single_banner .et_pb_column {
        margin-bottom: 0 !important;
    }
}

@media( max-width: 1024px ) {
    .blog_single_banner  > .et_pb_row_0 {
        padding: 0 2em;
    }

    .blog_single_banner h2,
    .blog_single_banner h1 {
        font-size: 45px !important;
    }
}

.blog_share_widget {
    position: fixed;
    top: calc(50% - 90px);
    left: -5px;
    padding: 2.5em 2em;
    z-index: 9;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 0px 6px -2px rgba(0, 0, 0,0.4);
}

.blog_share_widget .inline-social-links {
    flex-direction: column;
}

.blog_share_widget .inline-social-links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2em;
}

.blog_share_widget .divi_icon:before {
    color: #424242;
    font-size: 20px;
}

.blog_share_widget li a:hover .divi_icon:before {
    color: #9728ea
}

.c9_post #comment-wrap p.form-submit {
    text-align: left !important;
}

.c9_post #comment-wrap {
    padding-top: 2em;
}
.c9_post #comment-wrap p.form-submit  .submit.et_pb_button {
    padding: .3em 1em;
    text-align: center;
}

.podcast_thumbnails_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.podcast_thumbnail_item {
    position: relative;
    flex-basis: calc(25% - 10px);
    margin: 5px;
    overflow: hidden;
}

.podcast_thumbnail_item audio {
    display: none;
}

.podcast_thumbnail_image_wrapper {
    position: relative;
}

.podcast_thumbnail_image_wrapper img {
    transition: all 0.3s;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.podcast_thumbnail_item:not(.podcast_thumbnail_item_featured):hover .podcast_thumbnail_image_wrapper img {
    transform: scale(1.1);
}

.podcast_thumbnail_item_featured {
    width: 100%;
    margin: 5px 0;
}

.podcast_thumbnail_image_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(56deg,#5808fb45 0%,#9929ea45 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.podcast_thumbnail_item:hover .podcast_thumbnail_image_overlay {
    opacity: 1;
}

.arrow_triangle-right_alt2:before {
    content: "\49";
}

.podcast_thumbnail_image_overlay span {
    font-size: 4em;
    color: #fff;
}

.podcast_pagination {
    display: flex;
    flex-direction: row;
    list-style: none;
    list-style-type: none !important;
    justify-content: center;
    padding: 0 !important;
    margin: 35px 0;
}

.podcast_pagination_item {
    padding: 10px;
}

.podcast_pagination_item .page-numbers {
    font-family: 'Proxima Nova Medium',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
}

.podcast_bio_wrapper,
.podcast_bio_wrapper .et_pb_code_inner {
    height: 100%;    
}

.podcast_bio {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.podcast_bio img {
    margin-left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.podcast_bio_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 2.5em 5em;
}

.podcast_bio_overlay h4 {
    font: 300 35px/1.2em "Proxima Nova Bold";
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 0.7em;
    padding-bottom: 0;
}

.podcast_bio_overlay p {
    font: 300 16px/29px "Proxima Nova Regular";
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 2.2em;
}

.podcast_bio_overlay .inline-social-links li:not(:last-child) {
    margin-right: 4.5em;
}

.podcast_bio_overlay .inline-social-links .divi_icon:before {
    font-size: 2.5em;
    color: #fff;
}

.podcast_platforms .inline-social-links {
    justify-content: center;
    align-items: flex-end;
}

.podcast_platforms .inline-social-links li:not(:last-child) {
    margin-right: 3em;
}

.podcast_platforms .inline-social-links img {
    width: 100% !important;
}

.podcast_platforms .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.podcast_platforms .et_pb_text_inner > h4,
.podcast_platforms .et_pb_text_inner > p,
.podcast_platforms .et_pb_text_inner > ul {
    flex: 1;
}

@media(max-width: 450px) {
    .podcast_bio_overlay .inline-social-links .divi_icon:before {
        font-size: 1.5em !important;
    }

    .podcast_platforms .inline-social-links li:not(:last-child) {
        margin-right: 1.5em !important;
        margin-top: 1.5em;
    }

    .podcast_bio_overlay .inline-social-links li:not(:last-child) {
        margin-right: 3em;
    }

    .podcast_platforms .et_pb_text_inner > h4,
    .podcast_bio_overlay h4 {
        font-size: 30px !important;
        text-align: center;
    }

    .podcast_platforms img {
        margin-top: 1.5em;
    }

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

@media(min-width: 981px) {
    .podcast_bio img {
        width: calc(100% - 10px) !important;
        margin-right: 10px !important;
    }
}

@media(max-width: 500px) {
    .podcast_thumbnails .podcast_thumbnails_flex .podcast_thumbnail_item {
        flex-basis: 100%;
    }
}

@media(max-width: 600px) {
    .podcast_bio_wrapper .et_pb_code_inner {
        height: 700px;
    }
}

@media(max-width: 768px) {
    .podcast_thumbnails_flex .podcast_thumbnail_item {
        flex-basis: calc(50% - 10px);
    }
}

@media(max-width: 981px) {
    .podcast_bio_wrapper {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 1024px) {

    .podcast_thumbnail_item {
        flex-basis: calc(33.33% - 10px);
    }

    .podcast_bio_overlay {
        padding: 2.5em;
    }
}

.comment-form .comment-form-url {
    display: none !important;
}

/** PODCAST SINGLE **/

.innovator-hero {
    position: relative;
}

.hero-holder {
    color: #fff;
    max-width: 100%;
    margin-top: 0;
}

.hero-holder:before {
    width: 100%;
    height: 85%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.9);
    z-index: -1;
    border: 2px solid #7d2dfa;
    border-radius: 5px;
}

.sharing-icons {
    margin-bottom: 0;
    padding: 0 2em;
}

.sharing-icons a {
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 1;
}

.sharing-icons i {
    font-size: 25px;
}

.hero-holder .sharing-icons>div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 75px;
}

.hero-holder .thumbnail {
    min-width: 480px;
    max-width: 645px;
}

.audio-player {
    width: 80%;
    text-align: center;
    padding: 3em;
}

#play-btn {
    width: 144px;
    height: 144px;
    font-size: 50px;
    cursor: pointer;
    border: 3px solid #593bdc;
    border-radius: 50%;
    color: #fff;
    background: #e109c9;
    background: -moz-linear-gradient(left,#e109c9 1%,#593bdc 100%);
    background: -webkit-linear-gradient(left,#e109c9 1%,#593bdc 100%);
    background: linear-gradient(to right,#e109c9 1%,#593bdc 100%);
}

#play-btn.pause .fa-play, #volume-button.mute .fa-volume-off {
    display: inline-block;
}

#play-btn .fa-play, #play-btn.pause .fa-pause, #volume-button .fa-volume-off, #volume-button.mute .fa-volume-up {
    display: none;
}

#play-btn .fa-pause {
    display: block;
}

#seekObjContainer {
    margin-top: 10px;
    display: block;
}

#seekObjContainer progress {
    width: 100%;
}

.audio-player .player-controls, #indicator {
    font-size: 25px;
}

.audio-player .player-controls {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 10px;
}

.audio-play, .audio-controls {
    width: 100%;
}

.audio-controls {
    line-height: 1;
}

.audio-player .player-controls progress[value] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    color: #e109c9;
    height: 8px;
    border: 2px solid #e109c9;
    border-radius: 50px;
    background: 0 0;
}

.audio-player .player-controls progress::-webkit-progress-value { 
    background: #e109c9;
}

.audio-player .player-controls progress::-webkit-progress-bar {
    background-color: transparent;
}

#volume-button {
    min-width: 35px;
    text-align: left;
}

input[type=range] {
    padding: 0;
}
input[type=range] {
    height: 7px;
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #E109C9;
    background: #000000 !important;
    border-radius: 5px;
    border: 2px solid #E109C9;
    outline: 0 !important;
}

input[type=range]::-webkit-slider-thumb {
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background: #E109C9;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -1.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000 !important;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #E109C9;
    background: transparent !important;
    border-radius: 50px;
    border: 2px solid #E109C9;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #2497E3;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: #E109C9;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 2px solid #E109C9;
    border-radius: 100px;
    box-shadow: 0px 0px 0px #E109C9;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 2px solid #E109C9;
    border-radius: 100px;
    box-shadow: 0px 0px 0px #E109C9;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #2497E3;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: #E109C9;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}


.audio-controls>div {
    margin-top: 5px;
    cursor: pointer;
}

.audio-buttons>div:not(:last-child) {
    margin-right: 25px;
}

.audio-buttons a {
    color: #fff !important;
}

.audio-buttons .button .fa,
#volume-button .fa {
    font-size: 28px;
}

.flex {
    display: flex;
}

.jc-sb {
    justify-content: space-between;
}

.jc-c {
    justify-content: center;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-fs {
    justify-content: flex-start;
}

.ai-c {
    align-items: center;
}

.fd-col {
    flex-direction: column;
}

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

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.innovators div.name {
    font: 300 18px/1.2em "Proxima Nova Bold";
    text-transform: uppercase;
    color: #fff;
}

.single #commentform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single #commentform p {
    flex-basis: 100%;
}

.single #commentform p.comment-form-author,
.single #commentform p.comment-form-email {
    flex-basis: calc(50% - 10px);
}

.single #commentform p.comment-form-author {
    margin-right: 10px;
}

.single #commentform p.comment-form-email {
    margin-left: 10px;
}

.single #commentform p.comment-form-author input,
.single #commentform p.comment-form-email input {
    width: 100% !important;
}

.single #commentform .moderation {
    color: #fff;
}

.single #commentform p.form-submit .submit.et_pb_button {
    padding: 1em 1.3em;
    text-align: center;
    background: linear-gradient(56deg,#9929ea 0%,#5808fb 100%)!important;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font: 300 18px/1.2em "Proxima Nova Medium";
}

.single #commentform .comment-reply-title,
.single #comment-wrap .comment-reply-title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2em;
}

.single-innovators #commentform .comment-notes,
.single-innovators #commentform .comment-form-cookies-consent {
    color: #888888;
}

.single-innovators #commentform .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}

.single-innovators #commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 1px;
    margin-right: 15px;
}

.single-innovators .et_contact_bottom_container {
    width: 100%;
}

#podcast_slider {
    position: relative;
}

#podcast_slider .podcast_slider_wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

#podcast_slider .podcast_slider_wrapper.slick-initialized {
    opacity: 1;
}

#podcast_slider .podcast_slider_wrapper .slick-list {
    margin: 0 -10px;
}

#podcast_slider .podcast_slider_wrapper .podcast_slider_item {
    flex-basis: calc(25% - 10px);
    margin: 0 10px;
}

#podcast_slider .podcast_slider_nav .divi_icon {
    color: #ffffff !important;
}

#podcast_slider .podcast_slider_nav.slick-disabled .divi_icon {
    opacity: 0.5;
}

.podcast_content {
    transition: all 0.5s ease;
    position: relative;
    max-height: unset;
    overflow: hidden;
}

.podcast_content.cutted {
    max-height: 1200px;
}

.podcast_content:not(.cutted) .podcast_see_more {
    display: none !important;
}

.podcast_see_more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
    background: linear-gradient(to top, #131428 25%, transparent 61%);
    height: 20em;
}

.podcast_see_more .et_pb_button {
    border-color: #fff !important;
    color: #fff !important;
    text-transform: uppercase;
    font: 300 18px/1 "Proxima Nova Medium" !important;
    padding: 0.8em 2em !important;
    border-width: 1px !important;
}

.podcast_see_more .et_pb_button:before,
.podcast_see_more .et_pb_button:after {
    display: none;
}

.hero-holder #start-time,
.hero-holder #end-time {
    font-size: 18px;
}

.hero-holder #indicator {
    font-size: 22px;
}

@media(max-width: 1024px) {
    .hero-holder {
        flex-direction: column !important;
        max-width: 610px;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .hero-holder .sharing-icons {
        flex-direction: row; 
        margin: 1em;
    }

    .hero-holder .sharing-icons > div:not(:last-child) {
        margin-bottom: 0 !important;
        margin-right: 60px;
    }

    .hero-holder:before {
        width: 85%;
        height: 100%
    }

    .hero-holder .thubmnail {
        margin: 0 !important;
        width: 100%;
    }

    .hero-holder #play-btn {
        height: 75px;
        width: 75px;
    }

    .hero-holder #play-btn:focus {
        outline: none !important;
    }
    
    .hero-holder #play-btn .fa:before {
        font-size: 0.6em;
        line-height: 2;
        outline: none !important;
    }

    .hero-holder .audio-controls {
        flex-direction: column;
    }

    .hero-holder .audio-player {
        padding: 2em 2em 2.5em;
        margin: 0 !important
    }

    .hero-holder #start-time,
    .hero-holder #indicator,
    .hero-holder #end-time {
        font-size: 20px;
    }

    .audio-controls>div {
        margin-top: 0.5em;
    }

    .hero-holder .audio-player .player-controls {
        margin-top: 1em;
        margin-bottom: 0;
    }
}

@media(max-width: 768px) {
    #commentform .comment-form-email,
    #commentform .comment-form-author {
        flex-basis: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .single #commentform p.form-submit .submit.et_pb_button {
        width: 100%;
    }

    .blog_share_widget {
        display: none;
    }
}

@media(max-width: 640px) {

    .hero-holder:before {
        width: 85% !important;
    }

    .hero-holder .thumbnail {
        min-width: auto !important;
    }

    .hero-holder .audio-player {
        width: 90% !important;
        padding: 1em 2em 2em !important;
    }

    .hero-holder #volume-button .fa,
    .hero-holder .audio-buttons .button .fa {
        font-size: 28px;
    }

}

@media(min-width: 981px) {
    .sharing-icons i {
        font-size: 28px;
    }
}

/** TOOLS **/

#calculator {
    max-width: 670px;
    margin: 2em auto;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(56deg,#9929ea,#5808fb 100%);
}

.calculator_divider {
    width: 100%;
    height: 1px;
    background: #fff;
    box-sizing: border-box;
    margin: 40px 0 20px;
}

.calculator_divider.first {
    margin: 20px 0 40px;
}

.calculator_row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.calculator_label {
    flex: 0 0 160px;
    margin-right: 40px;
}

.calculator_unit {
    flex: 0 0 90px;
    margin-left: 20px;
}

.calculator_column {
    font: 300 18px/1.2em "Proxima Nova Medium";
    color: #fff;
}

.calculator_row h4 {
    font-size: 23px;
    line-height: 1.2em;
    color: #fff;
    padding: 0;
}

.calculator_row h4 img {
    margin-right: 10px;
}

.calculator_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
}

.calculator_input.multi > * {
    width: calc(33.33% - 60px);
    margin: 0 30px;
}

.multi {
    margin: 0 -30px;
}

.calculator_input input {
    padding: 18px 20px;
    text-align: center;
    font: 300 18px/100% "Proxima Nova Medium";
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    flex: 1;
}

.calculator_submit {
    width: 100%;
    margin-top: 20px;
}

.calculator_submit input {
    padding: 20px;
    font: 300 18px/1.2em "Proxima Nova Medium";
    color: #131428;
    border: 0;
    border-radius: 4px;
    outline: 0;
    width: 285px;
    margin: 0 auto;
    display: block;
    background: #fff;
    cursor: pointer;
}

.calculator_title,
.pre_form_title {
    text-align: center;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.calculator_title h4,
.pre_form_title h4 {
    font: 300 25px/1.2em "Proxima Nova Bold";
    color: #0d0e1d;
}

.calculator_title p,
.pre_form_title p {
    font: 300 17px/1.2em "Proxima Nova Regular";
    color: #0d0e1d;
}

.first_run .pre_form {
    display: none;
}

.pre_form {
    display: none;
    max-width: 670px;
    margin: 5em auto;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(56deg,#9929ea,#5808fb 100%);
}

.first_step .pre_form {
    display: block;
}

.first_step #calculator {
    display: none;
}

.pre_form input[type="text"],
.pre_form input[type="email"],
.pre_form input[type="tel"],
.pre_form input[type="number"] {
    padding: 18px 20px !important;
    font: 300 18px/100% "Proxima Nova Regular" !important;
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    height: auto !important;
}


.pre_form .wpforms-field-large::placeholder {
    font: 300 18px/100% "Proxima Nova Regular" !important;
    color: #fff !important;
}

.pre_form .wpforms-form label.wpforms-error {
    color: #fff !important;
    font-size: small !important;
}

.pre_form div.wpforms-container-full .wpforms-form button[type="submit"] {
    padding: 20px !important;
    font: 300 18px/1.2em "Proxima Nova Medium" !important;
    color: #131428 !important;
    border: 0 !important;
    border-radius: 4px !important;
    outline: 0 !important;
    width: 210px !important;
    margin: 0 !important;
    display: block !important;
    background: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

#wpforms-form-4437 {
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.pre_form #wpforms-4437-field_8-container {
    margin-bottom: 40px;
}

.pre_form .wpforms-submit-container {
    padding-top: 40px !important;
    border-top: 1px solid #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_run #wpforms-confirmation-4437 {
    display: none;
}

#wpforms-confirmation-4437 {
    background: #fff !important;
}

#wpforms-confirmation-4437 p {
    font-size: 17px !important;
}

.has_result #dynamic_result,
.second_run #dynamic_result {
    display: block !important;
}

#dynamic_result {
    margin-top: 40px;
    display: none;
}

.result-item {
    margin-bottom: 20px;
}

#dynamic_result h2 {
    font-size: 23px;
    color: #fff;
    text-align: center;
}

#dynamic_result h4 {
    color: #fff;
    text-align: center;
}

#dynamic_result p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.dynamic_content_divider {
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 40px 0;
}

#dynamic_result .tabled {
    padding: 20px;
    background: #fff;
}

#dynamic_result .tabled h2,
#dynamic_result .tabled p {
    color: #0d0e1d !important;
}

.tabled table {
    border: 0 !important;
}

.tabled table th {
    background: #5e39db;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.tabled table td {
    border-color: #bbb;
    background: #eeeeee8c;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.tabled ul {
    text-align: center;
    list-style: none;
    list-style-type: none !important;
    font-size: 17px;
    margin-top: 10px;
}

.tabled ul li {
    margin-bottom: 5px;
}


#dynamic_result .run-again {
    padding: 20px !important;
    font: 300 18px/1.2em "Proxima Nova Medium" !important;
    color: #131428 !important;
    border: 0 !important;
    border-radius: 4px !important;
    outline: 0 !important;
    width: 310px !important;
    margin: 0 auto 20px !important;
    display: block !important;
    background: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

#agent_calculator .wpcf7 form .wpcf7-response-output {
    padding: 15px !important;
    margin: 0 !important;
    font-size: 17px;
    border: 0 !important;
    text-align: center !important;
}

@media(max-width: 767px) and (min-width: 600px) {
    #calculator .calculator_label {
        flex: 0 0 120px;
    }

    #calculator .calculator_unit {
        flex: 0 0 70px;
    }
}

@media(max-width: 600px) {
    #calculator .calculator_column {
        font-size: 14px;
        line-height: 18px;
        flex: 1;
        margin: 0;
    }

    #calculator .calculator_column.calculator_input {
        flex-grow: 2;
        overflow: hidden;
    }

    #calculator .calculator_input:not(.multi) input {
        display: block;
        width: 100%;
    }

    #calculator .calculator_unit {
        margin-left: 10px;
        margin-right: -30px;
    }

    #calculator .calculator_input input {
        padding: 10px 12px;
        font-size: 15px;
    }

    #calculator .calculator_input.multi input:first-child {
        margin-right: 10px;
        margin-left: 0;
        padding: 10px 0;
        text-align: center;
    }

    #calculator .calculator_input.multi input:last-child {
        margin-left: 10px;
        margin-right: 0;
        padding: 10px 0;
        text-align: center;
    }

    #calculator .calculator_submit input {
        width: 100%;
        padding: 16px;
        font-size: 16px;
    }

    #calculator .calculator_row h4 {
        font-size: 18px;
    }

    #calculator .calculator_row h4 img {
        width: 25px;
    }

    #calculator .calculator_title h4,
    #calculator .pre_form_title h4 {
        font-size: 22px;
    }

    .calculator_title p,
    .pre_form_title p {
        font-size: 14px;
    }
}

/** Achieve Exponential Growth */

.aeg_newsletter {
    margin-top: 45px;
}

.aeg_newsletter .wpforms-form {
    justify-content: center;
}

.aeg_newsletter .wpforms-form,
.aeg_newsletter .wpforms-form .wpforms-field-container {
    display: flex;
    align-items: flex-start;
}

.aeg_newsletter .wpforms-form .wpforms-submit-container,
.aeg_newsletter .wpforms-form .wpforms-field-container .wpforms-field {
    padding-top: 0 !important;
}

.aeg_newsletter .wpforms-form .wpforms-field-container {
    width: 100%;
}

.aeg_newsletter .wpforms-form .wpforms-field-container .wpforms-field:not(:last-child) {
    margin-right: 20px;
}

.aeg_newsletter .wpforms-form .wpforms-field-container .wpforms-field {
    flex-basis: calc(50% - 20px);
}

.aeg_newsletter .wpforms-form .wpforms-field-large {
    font-family: 'Proxima Nova Regular';
    font-size: 18px !important;
    border-width: 1px !important;
    border-color: #d8c6fc !important;
    border-radius: 5px !important;
    background: transparent !important;
    padding: 18px !important;
    height: auto !important;
}

.aeg_newsletter .wpforms-form .wpforms-submit-container {
    width: 192px !important;
    display: flex;
}

.aeg_newsletter .wpforms-form .wpforms-submit-container .wpforms-submit {
    color: #ffffff!important;
    border-width: 0 !important;
    font: 300 17px/100% 'Proxima Nova Medium' !important;
    background-image: linear-gradient(56deg,#9929ea 0%,#5808fb 100%)!important;
    width: 100% !important;
    height: 60px !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
    box-shadow: 0px 12px 42px 5px rgba(123,26,242,0.5) !important;
}

.aeg_newsletter .wpforms-form .wpforms-submit-spinner {
    position: absolute;
    top: 15px;
    right: -30px;
}

.aeg_newsletter .wpforms-confirmation-container-full {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 18px;
    font-family: "Proxima Nova SemiBold";
    color: #0d0e1d;
    padding: 0;
}

@media(max-width: 768px) {
    .aeg_newsletter .wpforms-form,
    .aeg_newsletter .wpforms-form .wpforms-field-container {
        flex-direction: column;
    }

    .aeg_newsletter .wpforms-form .wpforms-field-container .wpforms-field {
        flex-basis: 100%;
        margin-right: 0 !important;
        width: 100%;
    }

    .aeg_newsletter .wpforms-form .wpforms-submit-container {
        width: 100% !important;
    }
}

/** FOOTER NEWSLETTER **/
.footer_newsletter .wpforms-form {
    display: flex;
    border-radius: 500px;
    overflow: hidden;
}

.footer_newsletter .wpforms-form .wpforms-field .wpforms-field-large,
.footer_newsletter .wpforms-form .wpforms-submit {
    height: 35px;
}

.footer_newsletter .wpforms-form .wpforms-field-large {
    background: transparent !important;
    border: 1px solid #ffff !important;
    border-top-left-radius: 500px !important;
    border-bottom-left-radius: 500px !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    box-sizing: border-box !important;
    color: #909090 !important;
}

.footer_newsletter .wpforms-form .wpforms-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    font: 300 12px/100% "Proxima Nova Medium" !important;
    outline: 0;
    border: 0 !important;
    color: #0e0f1f !important;
    width: 65px;
    padding: 0 !important;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

.footer_newsletter .wpforms-form .wpforms-field,
.footer_newsletter .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}

.footer_newsletter .wpforms-form .wpforms-field-large.wpforms-error {
    border-color: #990000 !important;
}

.footer_newsletter .wpforms-form label.wpforms-error {
    display: none !important;
}

.footer_newsletter .wpforms-submit-spinner {
    display: none !important;
}

.footer_newsletter .wpforms-confirmation-container-full.wpforms-confirmation-scroll {
    color: #909090 !important;
}

@media(max-width: 500px) {
    .footer_newsletter .wpforms-form .wpforms-form .wpforms-field-container {
        flex-grow: 10;
    }
}

/** SPEAK WITH US **/
.speak_with_us .wpforms-form .wpforms-field-large,
.speak_with_us .wpforms-form textarea {
    font-size: 18px !important;
    padding: 18px !important;
    height: auto !important;
    background: transparent !important;
    border-color: #d8c6fc !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.speak_with_us .wpforms-form textarea.wpforms-field-large {
    height: 150px !important;
}

.speak_with_us label.wpforms-error {
    color: #ca2f2f !important;
}

.c9_button {
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    min-width: 195px !important;
    padding: 20px 20px !important;
    height: auto !important;
}

.c9_gradient {
    background: linear-gradient(56deg,#9929ea 0%,#5808fb 100%)!important;
}

.speak_with_us .wpforms-submit-spinner {
    display: none !important;
}

.speak_with_us .wpforms-confirmation-container-full {
    font-size: 18px !important;
    color: #fff !important;
}

@media(max-width: 767px) {
    .speak_with_us .wpforms-form .wpforms-one-half {
        width: 100% !important;
        margin: 0 !important;
    }

    .speak_with_us .wpforms-form .c9_button.wpforms-submit {
        width: 100% !important;
    }
}

.wpforms-confirmation-container-full.wpforms-confirmation-scroll {
    border: 0 !important;
    padding: 0 !important;
    background: 0 !important;
}

.client_brands {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.client_brands li {
    flex-basis: 33.33%;
    text-align: center;
}


@media(max-width: 1024px) {
    .client_brands li img {
        max-width: 60%;
    }
}

@media(max-width: 768px) {
    .our-brands .et_pb_row_10 .client_brands:last-child li:first-child img,
    .our-brands .et_pb_row_10 .client_brands:last-child li:last-child img {
        height: 60px;
    }
}


@media(max-width: 450px) {
    .client_brands li {
        flex-basis: calc(33.33% - 20px);
        text-align: center;
        margin: 0 10px;
    }

    .client_brands li img {
        max-width: 100% !important;
    }

    .client_brands li:first-child {
        margin-left: 0 !important;
    }

    .client_brands li:last-child {
        margin-right: 0 !important;
    }
}


.et_pb_scroll_top.et-pb-icon {
    bottom: 225px;
}

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

.ace_row:not(.ace_submit_wrapper) {
    display: block;
    flex-basis: calc(50% - 20px);
    margin-right: 20px;
}

.ace_row input {
    width: 100%;
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    border-width: 1px;
    border-color: #d8c6fc !important;
    border-radius: 5px;
    background: transparent;
    padding: 18px;
    height: auto;
    color: #414141;
}

.ace_submit_wrapper {
    flex-basis: 192px;
    max-width: 192px;
}

.ace_submit_wrapper input {
    cursor: pointer;
    box-shadow: 0px 12px 42px 5px rgba(123,26,242,0.5) !important
}

#mc4wp-form-1 .mc4wp-response {
    margin-top: 25px;
}

#mc4wp-form-1 .mc4wp-response p {
    font: 300 17px/1.5em 'Proxima Nova Regular';
    text-align: center;
}

@media(max-width: 767px) {
    .ace_optin {
        flex-direction: column !important;
    }

    .ace_row {
        flex-basis: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

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

    .ace_row.ace_submit_wrapper input {
        max-width: 100% !important;
        width: 100% !important;
    }
}

#blog-newsletter-1 {
    margin: 30px 0;
}

.blog_sidebar_newsletter .yikes-easy-mc-text,
.blog_sidebar_newsletter .yikes-easy-mc-email {
    border-radius: 5px !important;
    overflow: hidden !important;
    border-width: 1px !important;
    border-color: #d8c6fc !important;
    background: transparent !important;
    font-size: 18px !important;
    padding: 18px 20px !important;
    height: auto !important;
    box-sizing: border-box !important;
    color: #888888 !important;
    
}

.blog_sidebar_newsletter .yikes-easy-mc-success-message,
.blog_sidebar_newsletter .yikes-easy-mc-error-message {
    margin-top: 30px;
    text-align: left;
    font-size: 18px;
    color: #f8f8f8;
    font-weight: 300;
    font-family: 'Proxima Nova Regular';
}

.yikes-easy-mc-success-message,
.yikes-easy-mc-error-message {
    background: none !important;
    padding: 0 !important;
}

.wpforms-recaptcha-container {
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
}

/** CUSTOM HEADER **/
.et-tb-has-header #et-main-area {
    padding-top: 120px;
    background: #0d0e1d;
}

@media all and (min-width: 1201px) {
    .et-tb-has-header #et-main-area {
        padding-top: 120px;
    }
}

@media all and (max-width: 1200px) {
    .et-tb-has-header #et-main-area {
        padding-top: 100px;
    }
}

.custom-header {
    transition: all 0.3s ease-in-out !important;
    position: fixed !important;
    top: 30px;
    left: 0;
    width: 100%;
    box-shadow: 0px 5px 19px #00000040;
    display: none;
}
.proyekto-template-default .custom-header .et_pb_menu__wrap,
.job-template-default .custom-header .et_pb_menu__wrap {
    justify-content: flex-end !important;
}

.proyekto-template-default .custom-header,
.job-template-default .custom-header {
    padding-right: 2.7em !important;
}

.custom-header,
.custom-header-row,
.custom-header #menu-main_menu li,
.custom-header #menu-main_menu li a,
.custom-header .custom-menu .et_pb_menu__logo img {
    transition: all 0.3s ease-in-out;
}

.custom-menu.et_pb_menu  .et_pb_menu__wrap {
    justify-content: flex-end;
}

.custom-menu  #menu-main_menu li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 40px;
}

.proyekto-template-default .custom-menu #menu-main_menu li,
.job-template-default .custom-menu #menu-main_menu li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 40px !important;
}

.proyekto-template-default .custom-menu #menu-main_menu li.free-consultation,
.job-template-default .custom-menu #menu-main_menu li.free-consultation {
    margin-right: 0 !important;
}

.custom-menu  #menu-main_menu li.current-menu-item {
    border-bottom: 2px solid #5000f3;
}

.custom-menu  #menu-main_menu li.free-consultation {
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.custom-menu  #menu-main_menu li.free-consultation span {
    margin-right: 10px;
}

.custom-menu  #menu-main_menu li.free-consultation a {
    padding: 15px !important;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 3px;
}

.custom-menu  #menu-main_menu li a {
    font-size: 16px;
}

.custom-menu  #menu-main_menu li:not(.free-consultation) a {
    padding: 2.5em 0;
}

.custom-menu .et_pb_menu__logo img {
    max-width: 200px;
}

@media all and (min-width: 1600px) {
    .custom-header .custom-menu .et_pb_menu__logo img {
        width: 100% !important;
    }

    .custom-header .custom-menu #menu-main_menu li a {
        padding: 2.5em 0 !important;
    }

    .custom-header .custom-menu #menu-main_menu li.free-consultation a {
        padding: 15px !important;
        height: 60px;
    }

    .custom-header .custom-menu .et_pb_menu__logo img {
        width: 100% !important;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li:not(.free-consultation) a {
        padding: 2em 0 !important;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li a {
        font-size: 14px;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li.free-consultation a {
        height: 50px;
    }

    .custom-header.header-sticky .custom-menu .et_pb_menu__logo img {
        width: 85% !important;
    }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
    .custom-header .custom-menu #menu-main_menu li {
        margin-right: 2em !important;
    }

    .custom-header .custom-menu #menu-main_menu li a {
        font-size: 16px;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li a {
        font-size: 14px;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li:not(.free-consultation) a {
        padding: 2em 0;
    }

    .custom-menu #menu-main_menu li.free-consultation a {
        height: 50px;
    }

    .custom-header.header-sticky .custom-menu .et_pb_menu__logo img {
        width: 80%;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li.free-consultation a {
        height: 40px;
    }
}

@media all and (max-width: 1399px) {
    .custom-header .custom-menu #menu-main_menu li {
        margin-right: 1.5em !important;
    }

    .custom-header .custom-menu #menu-main_menu li a {
        font-size: 14px;
    }

    .custom-menu #menu-main_menu li.free-consultation a {
        height: 50px;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li a {
        font-size: 13px;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li:not(.free-consultation) a {
        padding: 1.5em 0;
    }

    .custom-header.header-sticky .custom-menu .et_pb_menu__logo img {
        width: 75%;
    }

    .custom-header.header-sticky .custom-menu #menu-main_menu li.free-consultation a {
        height: 40px;
    }

}

@media all and (min-width: 1200px) {
    .custom-header .custom-menu .et_pb_menu__logo img {
        width: 85%;
    }

    .custom-header .custom-menu #menu-main_menu li:not(.free-consultation) a {
        padding: 2em 0;
    }

    .custom-header {
        display: block !important;
    }
}

@media all and (max-width: 1199px) {
    .custom-header-mobile {
        display: block !important;
    }
}


/** CUSTOM HEADER MOBILE **/
.custom-header-mobile {
    position: fixed !important;
    top: 30px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 19px #00000040;
    display: none;
}

.custom-header-mobile.header-sticky {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}

.hamburger {
    width: 30px;
    height: 40px;
    position: relative;
}

.patty {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: .2s ease-in-out;
}

.patty-2,
.patty-3 {
    margin-top: 6px;
}

.hamburger.open .patty {
    background: linear-gradient(56deg,#9929ea 40%,#5808fb 100%);
}

.btn-fc.et_pb_button {
    color: #fff;
    border-color: #fff;
    margin-right: 1em;
    padding-left: 35px !important;
    padding-right: 10px !important;
    font-size: small !important;
    border: 1px solid #fff !important;
    background: transparent !important;
}

.proyekto-template-default .btn-fc::after,
.job-template-default .btn-fc::after {
    left: 38px !important;
}

.btn-fc::after {
    content: url('/wp-content/themes/divi-child/assets/images/icon-chat.png') !important;
    display: block;
    position: absolute;
    left: 10px;
    top: -3px;
    opacity: 1 !important;
}

.custom-header-mobile-logo img {
    width: 160px;
}

.slide-in-menu {
    right: 0 !important;
    opacity: 1 !important;
}

.slide-in-menu-container {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    background: #0d0e1d !important;
    top: 72px !important;
    opacity: 0;
}

.header-sticky .slide-in-menu-container {
    top: 51px !important;
}

.mobile-menu-list {
    border-top: 1px groove #e1e1e1;
    padding: 0 !important;
}

.mobile-menu-list li a {
    display: block;
    font: 300 13px/1.3em 'Proxima Nova Thin';
    color: #fff;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border-bottom: 1px groove #e1e1e1;
    position: relative;
}

.mobile-menu-list li a:before {
    position: absolute;
    right: 15px;
}

.custom-top-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

.custom-top-header .social-media-icons {
    padding: 0 !important;
}

.op-info {
    padding: 5px 0 !important;
}

.op-info span.divi_icon {
    color: #fff;
    background: linear-gradient(56deg,#5808fb 50%,#9929ea 100%);
    padding: 5px 5px 3px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 0.5em;
    line-height: 15px;
}

.custom-top-header .social-media-icons li a,
.op-info li a,
.op-info li p {
    color: #b1b1b1 !important;
    font: 300 14px/1em 'Proxima Nova Thin';
}

.op-info li:not(:last-child) {
    margin-right: 3em;
}

.custom-top-header .social-media-icons li span {
    font-size: 14px;
}

.op-info {
    list-style: none !important;
    list-style-type: none !important;
}

.op-info .company_tel a {
    font-size: 13px !important;
    border-bottom: 1px solid;
}

@media all and (max-width: 1200px) {
    .custom-top-header.et_pb_section {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}

@media all and (max-width: 1024px) {
    .op-info li:not(.company_tel) {
        display: none !important;
    }

    .op-info li {
        margin: 0 !important;
    }
}

@media all and (max-width: 479px) {
    /* .custom-top-header .social-media-icons li span, */
    .op-info li p,
    .op-info li p a {
        font-size: 12px !important;
    }

    .op-info .divi_icon {
        font-size: 8px !important;
    }
}

@media all and (max-width: 479px) {
    .proyekto-template-default #et-boc .btn-fc.et_pb_button,
    .job-template-default #et-boc .btn-fc.et_pb_button {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    
    .btn-fc.et_pb_button {
        font-size: 12px;
        line-height: 14px !important;
        padding-right: 5px !important;
        width: 135px !important;
    }

    .btn-fc.et_pb_button:after {
        top: -2px !important;
    }
}

.et-tb-has-footer .footer-links,
.et-tb-has-footer .footer-logos {
    padding: 0 !important;
}


/** World Map **/
.wws-container {
    position: relative;
}

#world-map {
    height: 650px;
    position: relative;
}

#world-map .jvectormap-container {
    background-color: #fff !important;
}

#world-map .jvectormap-container image {
    height: auto;
    width: 20px;  
}

#world-map .jvectormap-container text {
    cursor: pointer;
}

#world-map .jvectormap-zoomin,
#world-map .jvectormap-zoomout {
    display: none !important;
}

.map-info {
    background: #441e8d;
    max-width: 43%;
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 1;
}

.map-info-title-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.map-info-title {
    font: 300 25px/1.3em 'Proxima Nova Bold';
    color: #fff;
}

.map-info-desc {
    font-size: small;
    font-family: 'Proxima Nova Regular';
    color: #fff;
    line-height: 1.5em;
}

@media all and (max-width: 980px) {
    #world-map {
        height: 400px !important;
    }
    .wws-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .map-info {
        background: linear-gradient(56deg,#5808fb 0%,#9929ea 100%) !important;
        position: relative;
        max-width: unset !important;
        margin-top: 30px;
        top: 0;
        left: 0;
    }
}

@media all and (max-width: 479px) {
    .wws-container #world-map {
        height: 280px !important;
    }

    #world-map .jvectormap-container image {
        width: 15px !important;
    }
}

/** WORLD MAP **/