/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: https://www.perceptionbuilder.com/
Description: Knowable
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.perceptionbuilder.com/
Text Domain: astra-child
Template: astra
*/

/*  1. Typography
    2. Main Header
    3. Main Footer
    4. Hero Module
    5. Footer Module
    6. Page Template
    7. Single Post Template
    8. Sections & Reusable Blocks
    9. Social Sharing
    10. Blog (index)
*/

/*****************************************
        1.  T Y P O G R A P H Y               
*****************************************/
body>#page h1,
.entry-content h1 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 72px;
    line-height: 3.5rem;
    text-transform: initial;
}

@media (max-width:767px) {

    body>#page h1,
    .entry-content h1 {
        font-size: 50px;
        line-height: 2.7rem;
    }
}

body>#page h2,
.entry-content h2 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 48px;
    text-transform: initial;
    line-height: 2.88rem;
    color: #212841;
    margin-bottom: 13px;
}

@media (max-width:767px) {

    body>#page h2,
    .entry-content h2 {
        font-size: 50px !important;
        line-height: 2.5rem !important;
    }
}

body>#page h3,
.entry-content h3 {
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 40px;
    letter-spacing: -0.8px;
    text-transform: initial;
    line-height: 2.333rem;
    color: #212841;
    margin-top: 20px;   /* margin-top: 48px; */
    margin-bottom: 34px;
}

@media (max-width:767px) {

    body>#page h3,
    .entry-content h3 {
        font-size: 34px;
        line-height: 2.5rem;
    }
}

body>#page h4,
.entry-content h4 {
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 28px;
    text-transform: initial;
    line-height: 1.8rem;
    color: #557495;
}

@media (min-width:768px) and (max-width:1023px) {

    body>#page h4,
    .entry-content h4 {
        line-height: 1.95rem;
    }
}

@media (max-width:767px) {

    body>#page h4,
    .entry-content h4 {
        font-size: 20px;
        line-height: 1.4rem;
    }
}

body>#page h5,
.entry-content h5 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 32px;
    text-transform: initial;
    line-height: 2.11rem;
    color: #FFC733;
}

@media (max-width:767px) {

    body>#page h5,
    .entry-content h5 {
        font-size: 26px !important;
        line-height: 1.6rem !important;
    }
}

body>#page h6,
.entry-content h6 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 28px;  /* before 20px */
    line-height: 1.488rem;
    color: #212841;
    font-weight: 400;
}

body>#page p,
.entry-content p {
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 20px;
    text-transform: initial;
    line-height: 1.488rem;
    color: #557495;
    margin-bottom: 1.8em;
    margin-bottom: 33px;
}

#breadcrumbs a{
color:#F05556
}

.hbspt-form {
    text-align: center;
}

 /* Styles for category case studies */

.category-case-studies-category .elementor-post__thumbnail img,
.category-case-studies-category #main .post-thumb-img-content.post-thumb img{
    object-fit: scale-down;
}

body.archive.category.category-case-studies-category .ast-archive-description{
	padding-left:0 !important;
}

.category-case-studies-category .elementor-post__thumbnail,
.category-case-studies-category #main .post-thumb-img-content.post-thumb{
    background-color: #2B7197;
    text-align: center;
    min-height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-case-studies-category .elementor-post__thumbnail:hover,
.category-case-studies-category #main .post-thumb-img-content.post-thumb:hover{
    background-color: #004360 !important;
}


/* Styles for resources page */

@media (min-width:768px) and (max-width:1023px) {
.elementor-element-2409ed2 {
    max-width: 680px!important;
}
}



@media (min-width:768px) and (max-width:1023px) {

    body>#page p,
    .entry-content p {
        letter-spacing: 0.2px;
        line-height: 1.5rem;
        margin-bottom: 16px;
    }
}

@media (max-width:767px) {

    body>#page p,
    .entry-content p {
        font-size: 18px !important;
        line-height: 1.4rem !important;
        margin-bottom: 16px;
        color: #8296AB;
    }
}

/*****************************************
        2. M A I N - H E A D E R
*****************************************/
/* Normal Header (no-sticky)*/
#masthead .site-branding {
    position: absolute;
    left: 0px;
    top: 190px;
}

#masthead .ast-container {
    padding-left: 0;
    padding-right: 0;
}

.header-main-layout-1 .ast-main-header-bar-alignment {
    margin: 0 auto;
}

@media (min-width:1024px){
    li.menu-item-536:before {
        content: '';
        position: absolute;
        font-size: 29px;
        border-left: 1px solid #E7E8E4;
        height: 27px;
        top: 28%;
    }

    .main-header-menu > .menu-item:not(.disable-menu-click) > a{
        cursor: default;
        pointer-events: none;
    }

}

@media(max-width:1023px) and (min-width:768px) {
    #masthead .site-branding {
        top: 36px;
    }
}

@media(max-width:767px) {
    #masthead .site-branding {
        top: 5px;
    }

    .astra-logo-svg {
        width: 106px !important;
        max-width: 106px !important;
    }
}

/*Sticky Header*/
#ast-fixed-header .ast-container {
    padding-left: 0;
    padding-right: 0;
}

#ast-fixed-header .ast-site-identity {
    padding: 0;
}

.ast-fullscreen-menu-enable.ast-main-header-nav-open .main-header-bar {
    padding-bottom: 0;
}

@media (min-width:768px) and (max-width:1080px) {

    .main-header-menu .menu-link,
    .main-header-menu a {
        padding: 0 10px;
    }

    .header-main-layout-1 .main-navigation {
        padding-left: 0;
    }
}

/* Normal Menu*/
@media (min-width:768px) {
    .main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
        content: none;
    }

   body.ast-desktop  .main-header-bar .main-header-bar-navigation  .sub-menu {
        width: 200px;
        top: 71% !important;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 50% !important;
        margin-left: -100px;
        text-align: center;
        opacity: 0;
        transition: all 0.3s !important;
    }

    .ast-desktop .astra-menu-animation-fade>.menu-item:hover>.sub-menu{
        opacity: 1;
    }

    .main-header-bar .main-header-menu .sub-menu a {
        text-align: center;
        padding: 0.07em 0.9em;
        transition: initial;
    }
}

/*Burger Menu*/
@media (min-width:1024px){
    #copyright-burgermenu{display: none;}
    #request-demo-mobile{display: none;}
}

@media (max-width:1023px){
    .ast-header-break-point .ast-header-custom-item, .ast-header-break-point .main-header-menu,
    .ast-header-break-point .main-header-menu .sub-menu {
        background-color: #ffffff;
    }

    .ast-header-break-point .main-header-menu .sub-menu{
        margin-top: 11px;
        margin-bottom: 26px;
    }

    button.ast-menu-toggle{
        position: absolute !important;
        left: 0;
        padding: 0 !important;
        width: 100%;
        color: transparent !important;
        height: 100%;
    }  
    
    .ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before {
        content: "";
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        padding: 0;
        font-size: 40px;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        margin-bottom: 9px;
    }
    
    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-left: 0;
        line-height: 1.6;
        font-size: 30px;
        font-family: "FoundersGrotesk-Light", Sans-serif;
    }

    .ast-fullscreen-menu-overlay .main-header-menu .menu-item:hover > .menu-link{
        color: #F05556 !important;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link:hover,
    .ast-header-break-point .main-navigation ul .menu-item .menu-link:focus,
    .ast-header-break-point .main-navigation ul .menu-item .menu-link:active{
        color: #F05556;
    }
    
    .astra-hfb-header.ast-header-break-point .main-header-bar-navigation{
        line-height: 1.4;
    }

    #request-demo-mobile a div.ast-button{
        max-width: 300px;
        margin: 0 auto 0;
        font-size: 40px;
        font-family: "FoundersGrotesk-Light",Sans-serif;
        box-sizing: border-box;
        border-radius: 36px;
        width: 100%;
        height: 73px;
    }
}

@media (min-width:768px) and (max-width:1023px){

    .ast-mobile-popup-content {
        margin-top: auto;
    }

    div#copyright-burgermenu {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    div#copyright-burgermenu > div {
           flex: 0 1 45%;
    }  

    #copyright-burgermenu{
        display: block;
        line-height: 2.1;
        font-size: 18px;
        color: #212841;
        margin-bottom: 25px;
        margin-top: 25%;
    }
    .copyright-burgermenu-text,
    .copyright-burgermenu-text span{
        text-align: right;
    }

    .copyright-burgermenu-items,
    .copyright-burgermenu-items span{
        text-align: left;
    }

}


@media(max-width:767px) {

    .ast-mobile-popup-content {
        margin-top: auto;
    }

    .astra-hfb-header.ast-header-break-point .main-header-bar-navigation{
        line-height: 1.3;
    }

    #request-demo-mobile a div.ast-button{
        margin: 0 auto 0;
        font-size: 26px;
        height: 50px;
        margin-top: 25px;
        width: 217px;
        line-height: 20px;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        
        font-size: 26px;
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-left: 0;
        line-height: 1.5;
        font-size: 20px;
        font-family: "FoundersGrotesk-Light", Sans-serif;
    }

    .ast-header-break-point .main-header-menu .sub-menu{
        margin-top: 20px;
        margin-bottom: 27px;
    }

    div#copyright-burgermenu {
        display: flex;
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    div#copyright-burgermenu > div {
           flex: 0 1 100%;
    }  

    #copyright-burgermenu{
        display: block;
        line-height: 2.1;
        font-size: 18px;
        color: #212841;
        margin-bottom: 25px;
        margin-top: 40%;
    }
    .copyright-burgermenu-text,
    .copyright-burgermenu-text span{
        text-align: center;
    }

    .copyright-burgermenu-items,
    .copyright-burgermenu-items span{
        text-align: center;
        padding: 0 14px;
    }


}



/*****************************************
        3. M A I N - F O O T E R
*****************************************/

#footer-elementor-block p {
    color: white !important;
}

#footer-elementor-block h6 {
    color: #557495 !important;
    font-size: 18px !important;
}


#footer-elementor-block #footer-elementor-menu-section ul {
    display: block;
}

#footer-elementor-block #footer-elementor-menu-section ul li {
    margin-bottom: 15px;
}

#footer-elementor-block #footer-elementor-menu-section a.hfe-menu-item {
    color: white;
    font-size: 18px;
    font-family: "FoundersGrotesk-Light", Sans-serif;
    max-width: 190px;
    line-height: 1.3rem;
}

#footer-elementor-block #footer-elementor-menu-section a.hfe-menu-item:hover {
    color: #F05556;
}

@media (max-width:767px) {
    #copyright-text-footer {
        order: 3;
    }
}

@media (min-width:1024px) and (max-width:1200px){
section#footer-elementor-block > .elementor-container {
    margin: 0 40px;
}
}


#footer-elementor-block .grecaptcha-badge { 
    visibility: hidden !important;
    height: 1px !important; 
}

#footer-elementor-block input.hs-button.primary.large{
    margin-top:5px;
}

#footer-elementor-block input.hs-button.primary.large:focus{    
background-color:#f05556 !important;
}

#footer-elementor-block .hs-input:not(.hs-button.primary.large){
    margin-bottom: 15px !important;
    width: 100%;
    max-width: 300px;
} 

#footer-elementor-block input:not(.hs-buttom):focus{
    background: white !important;
}

#footer-elementor-block ul.no-list.hs-error-msgs.inputs-list{
    color: #f05556;
}

/*****************************************
        4. H E R O - M O D U L E
*****************************************/

@media (min-width:1024px) {
    #custom-header {
        padding: 118px 0 131px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        /* max-height: 700px; */
        position: relative;
    }

    #custom-header>.custom-header-container,
    .breadcrumbs-after-hero-container {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    #custom-header>.custom-header-container span {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        font-size: 32px !important;
        /* color: #FEC733 !important; */
        margin-bottom: 33px;
        display: block;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper {
        margin-bottom: 33px;
        margin-top: -4px;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper span {
        display: initial !important;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper .trail-items li::after {
        width: 12px;
        height: 20px;
        background-image: url('/wp-content/uploads/2020/10/customarrow.png');
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        color: transparent;
        position: relative;
        top: -4px;
        margin: 0 20px 0 26px;
    }

    #custom-header>.custom-header-container h1 {
        margin-bottom: 16px;
    }

    #custom-header>.custom-header-container h2 {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 1.8rem;
    }

    #custom-header .custom-header-nextbefore {
        width: 96%;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-header .custom-header-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 1.8rem;
    }

    #custom-header .custom-header-nextbefore a:hover {
        color: white !important;
    }

    #custom-header .custom-header-nextbefore a>i {
        font-size: 25px !important;
    }

    #custom-header .custom-header-nextbefore .custom-header-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-header .custom-header-nextbefore .custom-header-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }

    .breadcrumbs-after-hero {
        margin-top: 9px;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li a {
        color: #F05556;
        font-family: "FoundersGrotesk-Regular", Sans-serif;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li::after {
        content: '/';
        margin-left: 3px;
        margin-right: 3px;
    }
}

#ast-breadcrumbs-yoast > span > span > a{
    font-family: "FoundersGrotesk-Regular", Sans-serif;
}

span.breadcrumbs-separator {
    margin: 0 5px;
}

.ast-breadcrumbs-wrapper a,.ast-breadcrumbs-wrapper span{text-transform: capitalize;} 
#ast-breadcrumbs-yoast a,#ast-breadcrumbs-yoast span{text-transform: capitalize;}

#ast-breadcrumbs-yoast  span > span > a:not(.breadcrumb-last-a){
    font-family: "FoundersGrotesk-Regular", Sans-serif;
    color: #F05556;
}
#ast-breadcrumbs-yoast .breadcrumb-last-a{
    color:#557495 ;
    transition: all .2s linear !important;
    font-family: "FoundersGrotesk-Light", Sans-serif;
}

#ast-breadcrumbs-yoast .breadcrumb-last-a:hover{
    color: #F05556;
}

/* Breadcumb de elementor  */
/* .elementor-element-6f8ebf6 {
    margin-top: -49px;
} */


@media (min-width:768px) and (max-width:1023px) {
    #custom-header {
        padding: 140px 0 137px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        max-height: initial;
        position: relative;
    }

    /* #custom-header>.custom-header-container,
    .breadcrumbs-after-hero-container {
        max-width: 452px;
        width: 100%;
        margin: 0 auto;
    } */

    #custom-header>.custom-header-container,
    .breadcrumbs-after-hero-container {
        max-width: 495px;
        width: 100%;
        margin: 0 auto;
    }

    #custom-header>.custom-header-container span {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        font-size: 32px !important;
        margin-bottom: 36px;
        display: block;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper {
        margin-bottom: 29px;
        margin-top: -4px;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper span {
        display: initial !important;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper .trail-items li::after {
        width: 12px;
        height: 20px;
        background-image: url('/wp-content/uploads/2020/10/customarrow.png');
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        color: transparent;
        position: relative;
        top: -2px;
        margin: 0 20px 0 26px;
    }

    #custom-header>.custom-header-container h1 {
        margin-bottom: 38px;
        line-height: 3.9rem;
    }

    #custom-header>.custom-header-container h2 {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 2.07rem;
    }

    #custom-header .custom-header-nextbefore {
        width: 96%;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-header .custom-header-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 24px;
        text-transform: initial;
        line-height: 1.8rem;
    }

    #custom-header .custom-header-nextbefore a:hover {
        color: white !important;
    }

    #custom-header .custom-header-nextbefore a>i {
        font-size: 21px !important;
    }

    #custom-header .custom-header-nextbefore .custom-header-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-header .custom-header-nextbefore .custom-header-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }

    .breadcrumbs-after-hero {
        margin-top: 9px;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li {
        font-size: 18px;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li a {
        color: #F05556;
        font-family: "FoundersGrotesk-Regular", Sans-serif;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li::after {
        content: '/';
        margin-left: 3px;
        margin-right: 3px;
    }
}

#custom-header>.custom-header-container h1 >a:hover {
    color: #212841 !important;
}

@media (max-width:767px) {
    #custom-header {
        padding: 134px 0 90px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        max-height: initial;
        position: relative;
    }

    /* #custom-header>.custom-header-container,
    .breadcrumbs-after-hero-container {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    } */

    #custom-header>.custom-header-container,
    .breadcrumbs-after-hero-container {        
        width: 100%;
        margin: 0 auto;
        max-width: 460px;
    }

    #custom-header>.custom-header-container{
        padding-left: 1em;
        padding-right: 1em;
    }

    #custom-header>.custom-header-container span {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        font-size: 26px !important;
        margin-bottom: 12px;
        display: block;
        padding-right: 0px;
        line-height: 38px;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper {
        margin-bottom: 10px;
        margin-top: -4px;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper span {
        display: initial !important;
    }

    #custom-header>.custom-header-container .ast-breadcrumbs-wrapper .trail-items li::after {
        width: 12px;
        height: 20px;
        background-image: url('/wp-content/uploads/2020/10/customarrow.png');
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        color: transparent;
        position: relative;
        top: -3px;
        margin: 0 20px 0 26px;
    }

    #custom-header>.custom-header-container h1 {
        margin-bottom: 11px;
        line-height: 2.7rem;
    }

    #custom-header>.custom-header-container h2 {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 18px !important;
        text-transform: initial;
        line-height: 1.5rem !important;
    }

    #custom-header .custom-header-nextbefore {
        width: 90%;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-header .custom-header-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 19px;
        text-transform: initial;
        line-height: 1.8rem;
    }

    #custom-header .custom-header-nextbefore a:hover {
        color: white !important;
    }

    #custom-header .custom-header-nextbefore a>i {
        font-size: 16px !important;
    }

    #custom-header .custom-header-nextbefore .custom-header-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-header .custom-header-nextbefore .custom-header-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }

    .breadcrumbs-after-hero {
        margin-top: 40px;
        padding-left: 1em;
        padding-right: 1em;
        max-width: 465px;
        margin: 0 auto;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li {
        font-size: 18px;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li a {
        color: #F05556;
        font-family: "FoundersGrotesk-Regular", Sans-serif;
    }

    .breadcrumbs-after-hero-container .ast-breadcrumbs-wrapper .trail-items li::after {
        content: '/';
        margin-left: 3px;
        margin-right: 3px;
    }
}

/*****************************************
    5. F O O T E R - M O D U L E
*****************************************/

@media (min-width:1024px) {
    #custom-footer {
        padding: 188px 0 131px;
        background-color: #FEC733;
        position: relative;
    }

    #custom-footer>.custom-footer-container {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    #custom-footer>.custom-footer-container h3 {
        font-family: "FoundersGrotesk-Medium", Sans-serif;
        font-size: 72px;
        line-height: 3.5rem;
        color: #212841;
        text-align: center;
        margin-top: 0;
        margin-bottom: 6px;
    }

    #custom-footer>.custom-footer-container p {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 20px;
        text-transform: initial;
        line-height: 1.488rem;
        color: #212841;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 28px;
    }

    #custom-footer>.custom-footer-container p a {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn {
        text-align: center;
        display: table;
        padding: 2px 27px 6px;
        background-color: #F05556;
        border-radius: 20px;
        margin: 0 auto;
        color: white;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 18px;
        transition: 0.3s;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn:hover {
        background-color: #212841;
        border-color: #212841;
        color: white;
    }

    #custom-footer .custom-footer-nextbefore {
        width: 96%;
        position: absolute;
        bottom: 27px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-footer .custom-footer-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 1.8rem;
        color: #212841;
    }

    #custom-footer .custom-footer-nextbefore a:hover {
        color: #F05556 !important;
    }

    #custom-footer .custom-footer-nextbefore a>i {
        font-size: 25px !important;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #custom-footer {
        padding: 172px 0 149px;
        background-color: #FEC733;
        position: relative;
    }

    #custom-footer>.custom-footer-container {
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
    }

    #custom-footer>.custom-footer-container h3 {
        font-family: "FoundersGrotesk-Medium", Sans-serif;
        font-size: 72px;
        line-height: 3.5rem;
        color: #212841;
        text-align: center;
        margin-top: 0;
        margin-bottom: 8px;
    }

    #custom-footer>.custom-footer-container p {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 20px;
        text-transform: initial;
        line-height: 1.488rem;
        color: #212841;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 42px;
    }

    #custom-footer>.custom-footer-container p a {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn {
        text-align: center;
        display: table;
        padding: 2px 27px 6px;
        background-color: #F05556;
        border-radius: 20px;
        margin: 0 auto;
        color: white;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 18px;
        transition: 0.3s;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn:hover {
        background-color: #212841;
        border-color: #212841;
        color: white;
    }

    #custom-footer .custom-footer-nextbefore {
        width: 96%;
        position: absolute;
        bottom: 27px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-footer .custom-footer-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 1.8rem;
        color: #212841;
    }

    #custom-footer .custom-footer-nextbefore a:hover {
        color: #F05556 !important;
    }

    #custom-footer .custom-footer-nextbefore a>i {
        font-size: 25px !important;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }
}

@media (max-width:767px) {
    #custom-footer {
        padding: 135px 0 129px;
        background-color: #FEC733;
        position: relative;
    }

    #custom-footer>.custom-footer-container {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    #custom-footer>.custom-footer-container h3 {
        font-family: "FoundersGrotesk-Medium", Sans-serif;
        font-size: 50px;
        line-height: 2.7rem;
        color: #212841;
        text-align: center;
        margin-top: 0;
        margin-bottom: 12px;
    }

    #custom-footer>.custom-footer-container p {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 28px;
        text-transform: initial;
        line-height: 1.488rem;
        color: #212841;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 25px;
    }

    #custom-footer>.custom-footer-container p a {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn {
        text-align: center;
        display: table;
        padding: 2px 27px 6px;
        background-color: #F05556;
        border-radius: 20px;
        margin: 0 auto;
        color: white;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 18px;
        transition: 0.3s;
    }

    #custom-footer>.custom-footer-container a.custom-footer-container-btn:hover {
        background-color: #212841;
        border-color: #212841;
        color: white;
    }

    #custom-footer .custom-footer-nextbefore {
        width: 90%;
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
    }

    #custom-footer .custom-footer-nextbefore a {
        font-family: "FoundersGrotesk-Light", Sans-serif;
        font-size: 19px;
        text-transform: initial;
        line-height: 1.8rem;
        color: #212841;
    }

    #custom-footer .custom-footer-nextbefore a:hover {
        color: #F05556 !important;
    }

    #custom-footer .custom-footer-nextbefore a>i {
        font-size: 16px !important;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-before {
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    #custom-footer .custom-footer-nextbefore .custom-footer-after {
        position: absolute;
        bottom: 12px;
        right: 0;
    }
}

/*****************************************
    6. P A G E - T E M P L A T E
*****************************************/

body.page:not(.home) .elementor-heading-title::first-letter {
    margin-left: -1px;
}

body.page:not(.home) .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

body.page:not(.home) .elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.4;
}

body.page:not(.home) .elementor-widget-button {
    margin-bottom: 104px !important;
}

body.page:not(.home) #content .elementor-widget-button:last-child {
    margin-bottom: 82px !important;
}

body.page:not(.home) .elementor-widget-image .elementor-image img {
    margin-bottom: 22px;
}

body.page:not(.home) .elementor-widget-text-editor p a {
    font-family: "FoundersGrotesk-Regular", Sans-serif;
    color: #F05556;
}

body.page:not(.home) .elementor-widget-text-editor p a:hover {
    color: #212841;
}

/* Order list style */
body.page:not(.home) .elementor-widget-text-editor ol,
body.single-post .elementor-widget-text-editor ol {
    counter-reset: my-ol-counter;
    margin-left: -5px;
    margin-bottom: 0;
}

body.page:not(.home) .elementor-widget-text-editor ol li,
body.single-post .elementor-widget-text-editor ol li {
    position: relative;
    padding-left: 51px;
    list-style: none;
    font-size: 20px;
    color: #557495;
    line-height: 26px;
    margin-bottom: 25px;
}

body.page:not(.home) .elementor-widget-text-editor ol li:before,
body.single-post .elementor-widget-text-editor ol li:before {
    font-family: 'FoundersGrotesk-Bold', 'Open Sans', sans-serif;
    font-size: 32px !important;
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    margin-top: 11px;
    color: #FFC733;
    text-align: center;
    content: counter(my-ol-counter, decimal)".";
    counter-increment: my-ol-counter;
    font-size: 11px;
}

body.page:not(.home) .elementor-widget-text-editor ol li:last-child,
body.single-post .elementor-widget-text-editor ol li:last-child {
    margin-bottom: 0;
}

body.page:not(.home) .elementor-widget-text-editor ol li b,
body.single-post  .elementor-widget-text-editor ol li b  {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    color: #212841;
    font-weight: 400;
    line-height: 0;
}

/* Unordered list style */
body.page:not(.home) .elementor-widget-text-editor ul ,
body.single-post .elementor-widget-text-editor ul{
    margin-left: 0px;
    margin-bottom: 36px;
}

body.page:not(.home) .elementor-widget-text-editor ul li,
body.single-post .elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 46px;
    list-style: none;
    margin-bottom: 15px;
    color: #557495;
    font-size: 20px;
    line-height: 33px;
}

body.page:not(.home) .elementor-widget-text-editor ul li:before,
body.single-post  .elementor-widget-text-editor ul li:before  {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    margin-top: 8px;
    background-color: #FFC733;
    text-align: center;
}

body.page:not(.home) .elementor-widget-text-editor ul li b,
body.single-post .elementor-widget-text-editor ul li b {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    color: #212841;
    font-weight: 400;
    line-height: 0;
}

.elementor-custom-embed-image-overlay:hover {
    background-color: rgb(188 188 188);
}

.elementor-custom-embed-image-overlay:hover img.attachment-full.size-full {
    opacity: 0.8;
}

body.page:not(.home) .custom-icon-box {
    max-width: 815px;
    margin: 0 auto;
}

body.page:not(.home) .custom-icon-box .elementor-image {
    width: 74px;
    text-align: left;
}

body.page:not(.home) .custom-icon-box .elementor-image img {
    margin-bottom: 0px !important;
}

body.page:not(.home) .custom-icon-box h2,
body.page:not(.home) .custom-icon-box h3,
body.page:not(.home) .custom-icon-box h4 {
    margin-top: 14px !important;
    margin-bottom: 27px !important;
    padding-right: 30px;
}

body.page:not(.home) .custom-icon-box p {
    padding-right: 22px;
}

@media(min-width:1024px) {

    body.page:not(.home) .site-content>.ast-container {
        max-width: 958px;
        margin-top: 65px;
        margin-bottom: 0px;
    }

    body.page:not(.home) .site-content>.ast-container {
        padding: 0;
    }

    body.page:not(.home) .site-content .entry-title,
    body.page:not(.home) .site-content .entry-meta {
        padding: 0 0 0 94px;
    }

    body.page:not(.home) .elementor-widget-heading h2.elementor-heading-title {
        padding-right: 22px;
    }

    body.page:not(.home) .site-content .elementor-section-boxed .elementor-col-100>.elementor-element-populated {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
    }

    body.page:not(.home) .site-content .elementor-section-stretched .elementor-section-full_width .elementor-element-populated {
        max-width: 958px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
    }

    body.page:not(.home) .site-content .elementor-section-boxed .elementor-col-100>.elementor-element-populated .elementor-widget-heading,
    body.page:not(.home) .site-content .elementor-section-boxed .elementor-col-100>.elementor-element-populated .elementor-widget-text-editor {
        padding-right: 25px;
    }

    body.page:not(.home) .site-content .elementor-section-full_width .elementor-col-100>.elementor-element-populated {
        padding: 0;
    }

    body.page:not(.home) .site-content .elementor-section-full_width .elementor-col-50>.elementor-element-populated {
        padding: 7px;
    }

    body.page:not(.home) .site-content .elementor-section-full_width .elementor-col-33>.elementor-element-populated {
        padding: 7px;
    }

    body.page:not(.home) .full-width-grid-images {
        margin-bottom: -13px;
    }

    body.page:not(.home) .h2-as-h1 h2 {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        font-size: 72px !important;
        line-height: 3.5rem !important;
        text-transform: initial !important;
        margin-bottom: 0 !important;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        height: 311px;
        display: flex;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        background-color: rgb(33 40 65 / 0.45);
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content:hover a {
        color: #FEC733 !important;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 {
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 a {
        font-size: 28px;
        color: white !important;
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 {
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 a {
        font-size: 24px !important;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        color: white !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }
}

@media (min-width:768px) and (max-width:1023px) {

    body.page:not(.home) .elementor-widget-text-editor ol,
    body.single-post .elementor-widget-text-editor ol {
        margin-left: 0;
    }

    body.page:not(.home) .site-content>.ast-container {
        margin-top: 102px;
        margin-bottom: 0px;
    }

    /* body.page:not(.home) .site-content .elementor-section-boxed {
        max-width: 452px;
        margin: 0 auto;
    } */

    body.page:not(.home) .site-content .elementor-section-boxed {
        max-width: 495px;
        margin: 0 auto;
    } 

    body.page:not(.home) .site-content .elementor-section-boxed .elementor-element-populated {
        padding: 0;
    }

    body.page:not(.home) .site-content .elementor-section-full_width .elementor-col-100>.elementor-element-populated {
        padding: 0;
    }

    body.page:not(.home) .site-content .elementor-widget-button {
        margin-top: 38px;
    }

    body.page:not(.home) .elementor-widget-image .elementor-image img {
        margin-top: 30px;
        margin-bottom: 42px;
    }

    body.page:not(.home) .full-width-grid-images {
        margin-bottom: -13px;
    }

    body.page:not(.home) .h2-as-h1 h2 {
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        font-size: 72px !important;
        line-height: 4rem !important;
        text-transform: initial !important;
        margin-bottom: 28px !important;
        letter-spacing: -1.5px;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        height: 296px;
        display: flex;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        background-color: rgb(33 40 65 / 0.45);
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content:hover a {
        color: #FEC733 !important;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 {
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 a {
        font-size: 28px;
        color: white !important;
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        padding: 13px;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 {
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 a {
        font-size: 24px !important;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        color: white !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        padding: 13px;
    }
}

@media (max-width:767px) {

    body.page:not(.home) .elementor-widget-text-editor ul,
    body.page:not(.home) .elementor-widget-text-editor ol,
    body.single-post .elementor-widget-text-editor ul,
    body.single-post .elementor-widget-text-editor ol {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    body.page:not(.home) .elementor-widget-text-editor ul li,
    body.page:not(.home) .elementor-widget-text-editor ol li,
    body.single-post .elementor-widget-text-editor ul li,
    body.single-post .elementor-widget-text-editor ol li {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    body.page:not(.home) .site-content>.ast-container {
        margin-top: 35px;
        margin-bottom: 0px;
    }

    body.page:not(.home) .site-content .elementor-section-boxed {
        max-width: 465px;
        margin: 0 auto;
        padding-left: 1em;
        padding-right: 1em;
    }

    body.page:not(.home) .site-content .elementor-section-boxed .elementor-element-populated {
        padding: 0;
    }

    body.page:not(.home) .site-content .elementor-section-full_width .elementor-col-100>.elementor-element-populated {
        padding: 0;
    }

    body.page:not(.home) .site-content .elementor-widget-button {
        margin-top: 30px;
        margin-bottom: 85px;
    }

    body.page:not(.home) .elementor-widget-image .elementor-image img {
        margin-top: 30px;
        margin-bottom: 42px;
    }

    body.page:not(.home) .full-width-grid-images {
        margin-bottom: -13px;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box {
        margin-bottom: 7px;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        height: 144px;
        display: flex;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content {
        background-color: rgb(33 40 65 / 0.45);
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box .elementor-image-box-content:hover a {
        color: #FEC733 !important;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 {
        margin-bottom: 0;
        display: flex;
        line-height: 1.8rem !important;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h3 a {
        font-size: 28px;
        color: white !important;
        font-family: "FoundersGrotesk-Medium", Sans-serif !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        padding: 30px;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 {
        margin-bottom: 0;
        display: flex;
        line-height: 1.8rem !important;
        width: 100%;
    }

    body.page:not(.home) .full-width-grid-images .elementor-widget-image-box h4 a {
        font-size: 24px !important;
        font-family: "FoundersGrotesk-Light", Sans-serif;
        color: white !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        padding: 30px;
    }

    body.page:not(.home) .custom-icon-box h2,
    body.page:not(.home) .custom-icon-box h3,
    body.page:not(.home) .custom-icon-box h4 {
        margin-top: 14px !important;
        margin-bottom: 15px !important;
        padding-right: 30px;
    }

    body.page:not(.home) .custom-icon-box p {
        padding-right: 5px;
    }

    body.page:not(.home) main#main .elementor-widget-heading .elementor-heading-title {
        margin-top: 30px;
    }

}

/*****************************************
    6.1 Home Page
*****************************************/
body.home #achieve-the-outcomes .elementor-container{
max-width: 1160px !important;
}

body.home #achieve-the-outcomes p {
    min-height: 70px;
}

@media (max-width:767px) {
    body.home #beyond-lifecycle>div.elementor-container {
        width: 300px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.home  #achieve-the-outcomes p {
        min-height: auto !important;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    body.home  #achieve-the-outcomes>div.elementor-container {
        width: 300px;
    }
    body.home  #achieve-the-outcomes p {
        margin-bottom: 14px;
    }
    body.home  #achieve-the-outcomes img {
        margin-bottom: 43px;
    }
    body.home #achieve-the-outcomes h3 {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

body.home #achieve-the-outcomes h3 {
    font-family: "FoundersGrotesk-Light", Sans-serif;
    padding: 0 50px;
}

body.home #achieve-the-outcomes .box-learn-more{
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    color: #212841;
    font-size: 20px;
    text-align: center;
    display: block;
    position: relative;
}

.box-learn-more .icon-right-open{
    color: #F05556;
    position: absolute;
    top: 2px;
    font-size: 20px;
}

/*****************************************
    6.2 Mergers & Acquisitions Page 
*****************************************/
@media (min-width:768px) and (max-width:1023px) {
    .mergers-acquisitions-custom-width {
        max-width: 461px !important;
    }
}

@media (max-width:767px) {
    .mergers-acquisitions-custom-width p {
        padding-right: 5px;
    }

    .page-id-1196 .custom-footer-container h3 {
        max-width: 280px !important;
        margin: 0 auto;
    }
}

/*****************************************
    6.3 Meet the team Page
*****************************************/
.knowable-team-member {
    margin-bottom: 44px;
}

.knowable-team-member h2 {
    line-height: 44px !important;
    margin-bottom: -1px !important;
}

.knowable-team-member ul {
    margin-bottom: 27px !important;
}

.knowable-team-member ul li {
    padding-left: 34px !important;
}

@media (min-width:1024px) {
    .knowable-team-member .elementor-container {
        padding-left: 126px;
    }

    .knowable-team-member .elementor-container .elementor-col-66 .elementor-element-populated {
        padding-left: 45px;
        padding-right: 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .knowable-team-member .elementor-container {
        max-width: 600px;
    }

    .knowable-team-member img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .knowable-team-member .elementor-container .elementor-col-66 .elementor-element-populated {
        padding-left: 25px;
        padding-right: 0;
    }

}

@media (max-width:767px) {
    /* .knowable-team-member .elementor-container {
        max-width: 300px;
    } */

    .knowable-team-member .elementor-container {
        max-width: 460px;
        padding-left: 1em;
        padding-right: 1em;
    }


    .knowable-team-member h2 {
        margin-top: 10px !important;
    }

    .knowable-team-member ul {
        margin-top: 10px !important;
        margin-bottom: 27px !important;
    }

    .knowable-team-member ul li:before {
        margin-top: 3px !important;
    }

    .knowable-team-member img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/*****************************************
    6.4 Careers Page
*****************************************/
.testimonial-quote-icon {
    position: absolute;
    font-size: 36px;
    color: #F05556;
    line-height: 1.4em;
}

.tfree-style-theme-one {
    margin-top: 34px;
    padding: 0 53px !important;
}

@media(max-width:767px) {
    .tfree-style-theme-one {
        padding: 0 54px !important;
    }
}

.tfree-style-theme-one * {
    text-align: left !important;
}

.tfree-style-theme-one p,
.tfree-style-theme-one .tfree-client-testimonial {
    margin-bottom: 14px !important;
}

.tfree-style-theme-one .tfree-client-designation {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-style: italic;
    font-size: 20px;
}

.tfree-style-theme-one .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    top: initial;
    right: 25px;
    left: initial;
    background-color: transparent !important;
    color: #3793C5 !important;
}

.tfree-style-theme-one .slick-next.slick-arrow {
    top: initial;
    bottom: 0;
    background-color: transparent !important;
    color: #3793C5 !important;
}

@media (min-width:1024px) {
    .page-id-1319 #custom-footer {
        padding: 84px 0 65px !important;
    }

    .page-id-1319 #custom-footer>.custom-footer-container {
        max-width: 750px;
    }
}


@media (min-width:768px) and (max-width:1023px) {
    .page-id-1319 #custom-footer {
        padding: 84px 0 65px !important;
    }

    .page-id-1319 #custom-footer>.custom-footer-container {
        max-width: 600px;
    }
}

@media (max-width:767px) {
    .page-id-1319 #custom-footer>.custom-footer-container {
        max-width: 300px;
    }
}

@media (max-width:767px) {
    .page-id-1319 #custom-footer {
        padding: 60px 0 95px !important;
    }
}

/*****************************************
    6.5 Error 404 Page
*****************************************/
#error-404-section>.elementor-container {
    max-width: 667px;
    margin-top: -42px;
}

#error-404-section h1 {
    color: white;
    line-height: 4rem !important;
}

#error-404-section h4 {
    color: white !important;
    margin-top: -18px;
    max-width: 450px;
    margin-bottom: 10px;
}

/*****************************************
    6.6 Our Story
*****************************************/
.page-id-1558 .custom-header-container h1 {
    font-size: 50px !important;
    line-height: 1.1 !important;
}

@media (max-width:767px){
    .page-id-1558 .custom-header-container h1 {
        font-size: 32px !important;  
    }
}

/*****************************************
    6.7 Case study
*****************************************/
/* p.elementor-blockquote__content:before {
    content: "“";
    font-size: 69px;
    display: inline-block;
    letter-spacing: 2px;
    color: black;
    position: relative;
    top: 31px;
}

p.elementor-blockquote__content:after {
    content: "”";
    font-size: 69px;
    display: inline-block;
    letter-spacing: 2px;
    color: black;

}
 */

.elementor-blockquote--skin-clean p.elementor-blockquote__content {
    font-size: 28px !important;
    color: #212841 !important;
    line-height: 40px !important;
}

.elementor-blockquote--skin-clean p.elementor-blockquote__content:after {
    content: "”";
}

.elementor-blockquote--skin-clean p.elementor-blockquote__content:before {
    content: "“";
}

.elementor-blockquote--skin-clean p.elementor-blockquote__content:before,
.elementor-blockquote--skin-clean p.elementor-blockquote__content:after {
  display: inline-block;
  vertical-align: bottom;
  color: black;
  font-size: 4em;
  top: .19em;
  position: relative;
}

.elementor-blockquote--skin-clean .elementor-blockquote footer .elementor-blockquote__author{
    color: #557495;
    font-weight: 300;
    font-size: 20px;
}


.elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: 90%;
    bottom: 0;
    right: 0;
    left: 93%;
}

.elementor-swiper-button.elementor-swiper-button-next {
    top: 90%;
    bottom: 0;
}

@media (max-width:767px){

.elementor-swiper-button.elementor-swiper-button-prev {
    top: 100%;
    left: 86%;
}

.elementor-swiper-button.elementor-swiper-button-next {
    top: 100%;
    bottom: 0;
}
		
}

.swiper-slide {
    width: 100% !important;
    padding: 0 !important;
}

.elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    width: 100%;
}

@media (max-width:767px){
.company-info h4,.company-info p{
text-align:center;
}
}

.elementor-testimonial__text {
    font-style: inherit !important;
    font-size: 20px !important;
    color: #557495;
    margin-bottom: 41px !important;
}

span.elementor-testimonial__name {
    font-size: 28px;
    color: #212841;
    font-weight: 300 !important;
}

span.elementor-testimonial__title {
    font-size: 20px;
    color: #212841 !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 96px;
    height: 96px;
}

/*****************************************
    7. Single Post Template
*****************************************/
body.single-post div#primary {
    margin-bottom: 45px;
}

body.single-post.entry-header {
    margin-bottom: 45px;
}

div#breadcrumbs-single-post {
    margin-bottom: 32px;
}

#breadcrumbs-single-post  .breadcrumbs-after-hero-container {
    max-width: 760px;
}

#breadcrumbs-single-post  li.trail-item.trail-end {
    display: none;
}

#breadcrumbs-single-post  .breadcrumbs-after-hero-container  .trail-items li:not(.trail-begin)::after{
    content: ' ';
}

body.single-post .entry-meta span.posted-by.vcard.author {
    margin-right: 3px;
}
body.single-post  .entry-meta span.posted-on {
    margin: 0px 4px;
}
body.single-post  .entry-meta span.cat-links {
    margin-left: 4px;
}

body.single-post div#comments,
body.single-post nav.navigation.post-navigation {
    display: none;
}

body.single-post .entry-title {
    max-width: 860px;
    margin: 0 auto 18px 0;
    box-sizing: border-box;
    letter-spacing: -1.44px;
}

body.single-post .text-before-singlepost-title {
    font-family: "FoundersGrotesk-Medium", Sans-serif !important;
    font-size: 32px !important;
    color: #3793C5 !important;
    margin-bottom: 44px;
    margin-top: 62px;
}

body.single-post .site-content .entry-meta,
body.single-post .site-content .entry-meta span {
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 20px;
}

body.single-post .site-content .entry-meta:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #FFC733;
    margin-right: 20px;
    display: inline-block;
    vertical-align: -20%;
}

body.single-post header.entry-header.ast-no-thumbnail {
    margin-bottom: 50px;
}

@media (max-width:767px){
    body.single-post header.entry-header.ast-no-thumbnail {
        margin-bottom: 50px;
    } 
}

@media (min-width: 1024px){
.single-post .site-content > .ast-container {
    max-width: 958px !important;
}
}


/*Layout*/
@media(min-width:1024px) {
    .single-post .site-content>.ast-container {
        padding: 0;
    }

    body.single-post .site-content .entry-title,
    body.single-post .site-content .entry-meta,
    body.single-post .addtoany_share_save_container.addtoany_content.addtoany_content_bottom,
    body.single-post .site-content .text-before-singlepost-title {
        padding: 0 0 0 94px;
    }

    body.single-post .site-content>.ast-container .elementor-section-boxed {
        padding: 0 0 0 84px;
    }

    body.single-post .site-content .elementor-section-boxed .elementor-col-100>.elementor-element-populated .elementor-widget-text-editor {
        padding: 0 81px 0 0px;
    }

    body.single-post .elementor-widget-image .elementor-image img {
        margin-bottom: 28px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.single-post .site-content>.ast-container {
        padding-left: 0;
        padding-right: 0;
    }

    body.single-post .entry-header,
    body.single-post .text-before-singlepost-title,
    body.single-post .site-content>.ast-container .elementor-section-boxed,
    body.single-post .site-content>.ast-container .addtoany_share_save_container.addtoany_content.addtoany_content_bottom,
    body.single-post #more-from-knowable .elementor-column-wrap{
        max-width: 495px;
        margin-left: auto;
        margin-right: auto;
    }

    body.single-post #knowable-can-help-block .elementor-column-wrap {
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }


    .single-post .site-content>.ast-container .elementor-section-boxed .elementor-column-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.single-post div#primary {
        margin-bottom: 20px !important;
    }

    body.single-post.entry-header {
        margin-bottom: 52px;
    }

    .single-post .site-content>.ast-container .text-before-singlepost-title {
        margin-top: 133px !important;
        margin-bottom: 47px !important;
    }

    .single-post .site-content>.ast-container .entry-title {
        letter-spacing: -1.44px;
        line-height: 3.8rem !important;
    }

    .single-post .site-content>.ast-container .elementor-section-full_width .elementor-column-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .single-post .site-content>.ast-container .elementor-section-full_width .elementor-widget-image .elementor-image img {
        margin-top: 4px;
        margin-bottom: 28px;
    }
}

@media (max-width:1140px) and (min-width:1023px){
    body.single-post  header.entry-header.ast-no-thumbnail{
        max-width: 700px;
        margin: 0 auto 102px;
    }

    body.single-post .site-content .entry-title, body.single-post .site-content .entry-meta{
        padding: 0;
    }

    body.single-post .site-content>.ast-container .elementor-section-boxed {
        padding: 0;
        margin: 0 auto;
        max-width: 720px;
    }
}


@media (max-width:767px) {
    .single-post .site-content>.ast-container {
        padding: 0;
    }
    body.single-post div#primary {
        margin-bottom: 15px !important;
    }

    body.single-post .entry-header,
    body.single-post .text-before-singlepost-title,
    .single-post .site-content>.ast-container .elementor-section-boxed,
    .single-post .site-content>.ast-container .addtoany_share_save_container.addtoany_content.addtoany_content_bottom,
    body.single-post #more-from-knowable .elementor-column-wrap,
    body.single-post #knowable-can-help-block .elementor-column-wrap {
        max-width: 460px;
        padding-left: 1em;
        padding-right: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    .single-post .site-content>.ast-container .elementor-section-boxed .elementor-column-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
        display: table;
    }

    body.single-post .entry-header {
        margin-bottom: 45px;
    }

    .text-before-singlepost-title {
        font-size: 26px !important;
    }

    .single-post .site-content>.ast-container .text-before-singlepost-title {
        margin-top: 101px !important;
        margin-bottom: 11px !important;
    }

    .single-post .site-content>.ast-container .entry-title {
        letter-spacing: -1px;
    }

    body.single-post .site-content .entry-meta,
    body.single-post .site-content .entry-meta span {
        font-size: 17px !important;
    }

    .single-post .site-content>.ast-container .elementor-section-full_width .elementor-column-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .elementor-widget-image .elementor-image img {
        margin-bottom: 28px;
        margin-top: 14px;
    }
}
/*End Layout*/


body.single-post span.posted-by.vcard.author > a.url.fn.n,
body.single-post .entry-meta span.cat-links {
    pointer-events: none;
}

/*Author Info*/
body.single-post .author-info-inner.clr {
    padding: 35px 67px 45px;
    background-color: #F3F3F1;
    margin-bottom: 55px;
}

body.single-post .author-info-inner.clr .author-avatar.clr {
    text-align: center;
}

body.single-post .author-info-inner.clr .author-avatar.clr img.avatar.avatar-124.photo {
    border-radius: 65px;
}

body.single-post .author-info-inner.clr .author-avatar.clr span:first-of-type {
    margin-top: 20px;
}

body.single-post .author-info-inner.clr .author-avatar.clr span {
    display: block;
    font-size: 28px;
    color: #557495;
    font-family: "FoundersGrotesk-Light", Sans-serif;
    line-height: 1.8rem;
}

body.single-post .author-description p {
    margin-bottom: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #3D3D3D !important;
}

@media (min-width:1024px) {
    body.single-post .author-info-inner.clr {
        display: flex;
        justify-content: space-between;
    }

    body.single-post .author-avatar.clr {
        flex: 0 1 33%;
        /* max-width: 200px; */
    }

    body.single-post .author-description {
        flex: 0 1 67%;
        max-width: 490px;
        align-self: center;
    }

    body.single-post .author-description p {
        font-size: 17px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.single-post .author-info.clr {
        max-width: 80%;
        margin: 0 auto;
    }

    body.single-post .author-info-inner.clr {
        display: flex;
        justify-content: space-between;
        padding: 36px 51px 37px;
    }

    body.single-post .author-avatar.clr {
        flex: 0 1 33%;
        /* max-width: 200px; */
    }

    body.single-post .author-info-inner.clr .author-avatar.clr span {
        font-size: 23px;
        line-height: 1.5rem;
    }

    body.single-post .author-description {
        flex: 0 1 60%;
        max-width: 490px;
        align-self: center;
        font-size: 16px;
    }

    body.single-post .author-description p {
        font-size: 16px !important;
    }
}

@media (max-width:767px) {
    body.single-post #author-info-box.author-info.clr {
        max-width: 300px;
        margin: 0 auto;
    }

    body.single-post #author-info-box .author-info-inner.clr {
        padding: 35px 35px 45px;
    }

    body.single-post #author-info-box .author-info-inner.clr .author-avatar.clr span {
        font-size: 21px;
        line-height: 1.7rem;
    }

    body.single-post #author-info-box .author-description p {
        font-size: 16px !important;
        line-height: 1.4rem !important;
        margin-top: 25px;
    }
}
/*End Author Info*/


/*Table styles*/
table{
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 18px;
line-height: 25px;
color: #8296ab;
margin-inline-start: auto;
margin-inline-end: auto;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
/* -webkit-border-horizontal-spacing: 1px;
-webkit-border-vertical-spacing: 1px; */ 
width: 100%;}

table p{
    font-size: 18px !important;
}

table strong {
    font-weight: 400;
    font-family: 'FoundersGrotesk-Light';
    color: #212841;
}

table .background-white{
background: #F6F6F6;
}

table th{
    color: #212841;
    
    font-weight: 400;
    font-family: 'FoundersGrotesk-Light';
    color: #212841;
}

table .no-border {
    border: 0px !important;
}


table td, table th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc !important;
    padding: 10px !important;
}

table b {
    font-family: 'FoundersGrotesk-Light';
    color: #212841;
}


/*****************************************
    8.1. Knowable can help 
*****************************************/ 
#knowable-can-help-block p {
    color: #212841 !important;
    max-width: 570px;
    margin: 0 auto 5px;
}

#knowable-can-help-block .elementor-widget-heading {
    margin-bottom: 0;
}

 #knowable-can-help-block h2 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 72px !important;
    line-height: 3.5rem !important;
}

@media (max-width:1023px) and (min-width:768px) {
     #knowable-can-help-block .elementor-widget-heading {
        margin-bottom: 33px !important;
    }

     #knowable-can-help-block p {
        margin: 0 auto 20px;
    }
}

@media (max-width:767px) {
     #knowable-can-help-block h2 {
        font-family: "FoundersGrotesk-Medium", Sans-serif;
        font-size: 50px !important;
        line-height: 2.5rem !important;
    }

     #knowable-can-help-block .elementor-widget-heading {
        margin-bottom: 19px;
    }

     #knowable-can-help-block p {
        margin: 0 auto 2px;
    }
}

/*********************************************
    8.2. More From Knowable (Related Posts)
**********************************************/ 
body.single-post #more-from-knowable .elementor-widget-heading {
    margin-bottom: 0;
}

body.single-post #more-from-knowable h2 {
    font-family: "FoundersGrotesk-Medium", Sans-serif;
    font-size: 72px !important;
    line-height: 3.5rem !important;
}

body.single-post #more-from-knowable .cards {
    margin-top: 78px;
}

body.single-post #more-from-knowable .cards .card .cardd-header {
    position: relative;
    height: 238px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: overlay;
    display: block;
}

body.single-post #more-from-knowable .cards h4 {
    font-family: "FoundersGrotesk-Medium", Sans-serif !important;
    font-size: 40px !important;
    text-transform: initial !important;
    line-height: 2.4rem !important;
    color: #212841 !important;
    text-align: center;
    margin: 40px auto 0 auto;
    max-width: 360px;
    letter-spacing: -1px;
}

body.single-post #more-from-knowable .cards p {
    margin: 10px auto 0 auto;
    text-align: center;
    color: #212841 !important;
    font-size: 18px !important;
    max-width: 400px;
}

body.single-post #more-from-knowable .cards a.card-related-button {
    text-align: center;
    display: table;
    margin: 33px auto 0;
    background: #F05556;
    color: white;
    width: 142px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-radius: 20px;
}

body.single-post #more-from-knowable .cards a.card-related-button:hover {
    background: #212841;
}

body.single-post #more-from-knowable a.ast-button {
    display: none;
}

@media (min-width:1024px) {
    body.single-post #more-from-knowable .cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 958px;
        margin-left: auto;
        margin-right: auto;
    }

    body.single-post #more-from-knowable .card {
        margin-bottom: 1em;
        flex: 0 1 calc(50% - 25px);
    }
}

@media (min-width:768px) and (max-width:1023px) {
    body.single-post #more-from-knowable .cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 958px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 47px;
    }

    body.single-post #more-from-knowable .card {
        margin-bottom: 60px;
        flex: 0 1 100%;
    }

    body.single-post #more-from-knowable .elementor-widget-heading {
        margin-bottom: 0px !important;
    }

    body.single-post #more-from-knowable .cards a.card-related-button {
        text-align: center;
        display: table;
        margin: 25px auto 0;
    }
}

@media (max-width:767px) {
    body.single-post #more-from-knowable .cards {
        margin-top: 38px;
    }

    body.single-post #more-from-knowable .card {
        margin-bottom: 60px;
    }
}


/*********************************************
    9. Social Sharing
**********************************************/ 
/*Disable Social floatin on pages*/
body:not(.single-post) .a2a_kit.a2a_kit_size_42.a2a_floating_style.a2a_vertical_style{
    display: none !important;
}

body.single-post .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    margin-top: 12px;
    margin-bottom: 42px;
}

body.single-post  .addtoany_share_save_container.addtoany_content.addtoany_content_bottom>.addtoany_list>a:first-of-type {
    padding-left: 0px;
}

body.single-post  .a2a_svg,
body.single-post  .a2a_count {
    border-radius: 50% !important;
    padding: 7px !important;
}

/*********************************************
    10. Blog (index)
**********************************************/ 

body.blog #custom-header{
    background-color: #86C5EB;
    background-image: url('/wp-content/uploads/2020/12/bg-blue-BLOG-1.png');
    background-size: contain;
    background-position: top right;
}

@media (max-width:767px){
    body.blog #custom-header{
        background-size: cover;
    }

    body.blog .breadcrumbs-after-hero,
    body.blog #custom-header{
        padding-left: 1em;
        padding-right: 1em;
    }
}

body.blog #custom-header span{color: white;}


body.blog #custom-header .custom-header-read-more{
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    background-color: #F05556;
    border-radius: 20px;
    margin: 21px auto 0;
    color: white;
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 18px;
    transition: 0.3s;
    min-width: 130px !important;
}

body.blog #custom-header .custom-header-read-more:hover{
background-color: #212841;
}


body.blog #content h2.entry-title,
body.blog #content h2.entry-title a,
body.archive #content h2.entry-title,
body.archive #content h2.entry-title a,
body.category #content h2.entry-title,
body.category #content h2.entry-title a,
body.search #content h2.entry-title,
body.search #content h2.entry-title a{
    font-family: "FoundersGrotesk-Light", Sans-serif;
    font-size: 40px;
    letter-spacing: -0.8px;
    text-transform: initial;
    line-height: 40px;
    color: #212841;
    margin-top: 14px;
    margin-bottom: 12px;
}

.ast-separate-posts .entry-header{margin-bottom: 0;}

.ast-separate-posts .entry-meta:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #FFC733;
    margin-right: 12px;
    display: inline-block;
    vertical-align: -20%;
}

.ast-separate-posts .entry-meta {
    font-size: 20px;
    color:#8296AB !important;
}

.ast-separate-posts .entry-meta span {
    color:#8296AB !important;
}

.ast-separate-container .blog-layout-1, 
.ast-separate-container .blog-layout-2, 
.ast-separate-container .blog-layout-3 {
    background-color: #F3F3F1 !important;
}

.ast-separate-container {
    background-color: #ffffff;
}

.ast-separate-container .ast-separate-posts.ast-article-post {
    margin-bottom: 2.8em;
}

body.ast-separate-container .post-thumb-img-content.post-thumb {
    background: #60604c;
}

@media (max-width:767px){

.ast-separate-container #content .ast-container {
    padding-left: 1em;
    padding-right: 1em;
}
    
body.blog #content h2.entry-title, body.blog #content h2.entry-title a, body.archive #content h2.entry-title, body.archive #content h2.entry-title a, body.category #content h2.entry-title, body.category #content h2.entry-title a, body.search #content h2.entry-title, body.search #content h2.entry-title a {
    font-size: 33px;
    line-height: 30px !important;
}

body.ast-separate-container .ast-separate-posts .entry-content p:not(.read-more){
margin-top: 20px !important; 
margin-bottom: 40px !important;
}
}

body.ast-separate-container .post-thumb-img-content.post-thumb {
    background: #f3f3f1;
}

article.sticky {
    /*flex: 1 0 100%;*/
}

article.sticky .blog-layout-1{
	background-color:#212841 !important;
}
article.sticky .blog-layout-1 p,
article.sticky .blog-layout-1  span.published{
	color:#CACAC3 !important;
}

article.sticky .blog-layout-1 .entry-title a{
    color: white !important;
}

/* article.sticky .blog-layout-1 .ast-button{
	background:#212841 !important;
	border-color:#212841 !important;
}

article.sticky .blog-layout-1 .ast-button:hover{
	background:#f05556 !important;
	border-color:#f05556 !important;
} */

#main article.sticky .entry-meta:before {
    background: #FFC733 !important;
}

/*********************************************
    10.1 Press Releases
**********************************************/ 

/* .display-posts-listing a.title {
    display: block;
}

ul.display-posts-listing {
    margin-left: 0;
    list-style: none;
}

.display-posts-listing span.date {
    display: block;
} */

.display-posts-listing a.excerpt-more {
    display: block;
    margin-top: 30px;
    margin-bottom: 100px !important;
    background: #f05556;
    color: white;
    max-width: 94px;
    text-align: center;
    padding: 7px 21px;
    box-sizing: content-box;
    border-radius: 50px;
    transition: all .2s linear;
}

.display-posts-listing a.excerpt-more:hover {
    color: #ffffff;
    background-color: #212841;
    border-color: #212841;
}


.yellow-square{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FFC733;
}


/*
Form CF7 2 columns responsive
*/
#responsive-form{
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
    padding: 0;
    margin-bottom: 22px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.form-flex{
    display: flex;
    justify-content: space-between;
}
.form-flex > .column-half{
    width: 49% !important;
}

#responsive-form span,#hubspotform span{
    font-size: 20px;
    color: #212841;
}

#responsive-form input:not(.wpcf7-submit),#responsive-form select,#responsive-form textarea{
    background-color: #F3F3F1;
	border-color: #CACAC3;
    min-height: 52px;
}


#hubspotform input:not(.hs-button.primary),#hubspotform select{
    background-color: white;
	border-color: #CACAC3;
    min-height: 52px;
	    width: 100%;
}


#hubspotform input[type=submit]{
	margin-top: 28px;
}

#hubspotform input[type=submit]:focus{
	color: #ffffff !important;
    background-color: #212841 !important;
    border-color: #212841 !important;
}

#hubspotform label.hs-main-font-element {
    color: #212841 !important;
}

#responsive-form input:not(.wpcf7-submit):focus,#hubspotform input:not(.hs-button.primary){
    background-color: white !important;
}


#responsive-form input.wpcf7-form-control.wpcf7-submit{
    margin-top: 15px;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
        width: 50%;
       
	}
}

span.wpcf7-not-valid-tip,.hs-error-msg {
    color: #f05556 !important;
}


/* Hubspot Form Styles*/
#hubspotform fieldset {
    margin: 0 0 5px !important;
    max-width: 100% !important;
}

#hubspotform ul.no-list.hs-error-msgs.inputs-list {
    margin-bottom: 0;
    margin-left: 30px;
}

.submitted-message p strong {
font-size: 40px !important;
color: #212841 !important;
font-weight: 400 !important;
}

.submitted-message p a{
	font-family: "FoundersGrotesk-Regular", Sans-serif;
    color: #F05556;
	transition: all .2s linear;
}

.submitted-message p a:hover{
	color: #212841;
}


/* Simgple Top Bar */
.simple-banner-text {padding: 0 !important;}
.simple-banner-text > span{display: block;}
.simple-banner .simple-banner-text a {
    display: block;
    background: #212841;
    color: white !important;
    font-weight: 400;
    padding: 5px 0px;
    transition: all 200ms;
}

.simple-banner .simple-banner-text a:hover{
    background: #FFC733;
    color: #2C4766 !important;
} 

div#search-box-archive {
    max-width: 920px;
    margin: 40px auto 0;
    background: #f3f3f1;
    text-align: center;
    padding: 36px 0;
}

body.blog div#search-box-archive form{
    border-radius: 44px;
    padding: 4px 10px;
    width: 100%;
    border: none;
}

@media (max-width:480px){
    body.blog div#search-box-archive form{
    width: 80%;
    }
}

body.blog div#search-box-archive form textarea:focus, input:focus{
    outline: none !important;
    background-color: transparent !important;
}

body.blog div#search-box-archive button.search-submit {
    background: #f05556;
    color: white;
    width: 72px;
    text-align: center;
    right: -5px;
    border-radius: 25px;
}

body.blog div#search-box-archive .astra-search-icon::before {
    margin: 0 auto;
}

body.blog .astra-search-shortcode.search-custom-menu-item.inline.left {
    max-width: 520px;
    width: 100%;
}

body.blog.ast-separate-container #primary{
    margin-top: 58px !important;
}

body:not(.elementor-editor-active ) .downloadpdf{
	    margin-bottom: -58px !important;
} 

@media (min-width:1024px){
	
	.case-header{position:absolute;top: 5px;}
}

.case-header a:before {
   font-family: "Font Awesome 5 Free";
   content: url("/wp-content/uploads/2021/08/policies-icon.svg");
   display: inline-block;   
   padding-right: 17px;
   vertical-align: middle;
   font-weight: 900;
}
@media (max-width:1023px){
.case-header p {
	text-align: left !important;
}
}



body.blog article.sticky .post-thumb-img-content.post-thumb:after {
    content: "Featured";
    width: 100px;
    height: 33px;
    display: inline-block;
    text-align: center;
    vertical-align: -20%;
    position: absolute;
    bottom: -15px;
    right: 0;
    background: #86c5eb;
    color: #212841;
}

/* Adding yellow square to card */

.elementor-post__text::before {
content: "";
width: 24px;
height: 24px;
background: #FFC733;
margin-right: 12px;
display: inline-block;
vertical-align: -20%;
}

/* Adding style to arrow in resources page */
/* Adding yellow square to card */

.elementor-heading-title .fa-chevron-right {
font-size: 19px;
}