#footer .elementor-nav-menu--main .elementor-nav-menu ul {
    display: none !important;
}

/*General*/
.headline {
    font-size: 50px;
    font-weight: bold;
    line-height: 59px;
    color: #151828;
}
.wysiwyg{
    font-size: 16px;
    line-height: 28px;
    color: #151828;
}
.wysiwyg p:last-child{
    margin-bottom:0;
}
.wysiwyg a{
    color:#EE3224;
    font-weight:bold;
}
.btn{
    padding: 15px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 194px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
}

.btn.btn-red{
    background: #ef3224;
    color:#fff;
}
.btn.btn-red:hover{
    background: #1a2137;
}

/* Inner Banner */
.inner-banner{
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
}
.inner-banner h1{
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    margin: 0;
}

/* Home Hero */
.home-hero{
    background: url(http://stg-melton-staging.kinsta.cloud/wp-content/uploads/2024/05/home-hero.webp);
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
}
.home-hero h1 {
    font-size: 70px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
    max-width: 60%;
    margin: 0 0 30px;
}
.home-hero p {
    font-size: 20px;
    line-height: 27px;
    max-width: 60%;
    color: #fff;
    margin-bottom: 35px;
}
.arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
/*
.home-hero .arrow {
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    bottom: -86px;
    left: 0;
    right: 0;
}
*/
.arrow span{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 14px;
}
.arrow svg{
    height: 114px;
}

/*Form Block*/
.form-block{
    display: flex;
    background-size: cover !important;
    background-position: center center !important;
}
.form-block .text-side{
    padding: 60px 100px 66px 0;
    max-width: 45%;
    color: #fff;
    padding-left: calc((100% - 1130px) / 2);
    position:relative;
}
.form-block .wysiwyg {
    color: #fff !important;
}
.form-block .form-side{
    width: 100%;
    padding: 66px 0 66px 83px;
    padding-right: calc((100% - 1130px) / 2);
}
.form-block .text-side:before {
    content: '';
    background: #EE3224;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form-block .text_container{
    position: relative;
}
.form-block .text_container h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

/* Anchor Bar */
.anchor-bar{
    background: #EEEFEC;
}
.anchor-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 0;
}
.anchor-bar ul li a{
    color: #151828;
}
.anchor-bar ul li a:hover{
    color: #EE3224;
}
.anchor-bar ul li{
    display: inline-block;
}


/* Text Image Combo */
.text-image-combo .text-image-combo__container {
    display: flex;
    align-items: center;
    padding: 86px 20px;
    justify-content: space-between;
}
.text-image-combo .text-side {
    width: 100%;
    max-width: 553px;
}
.image-side .image{
    position: relative;
}
.image-side .image:before {
    content: '';
    background: #EE3224;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -34px;
    bottom: -17px;
    z-index: -1;
}
.text-image-combo .flip{
    flex-direction: row-reverse;
}
.text-image-combo .section-button a.btn{margin-top:20px;}
.flip .image-side{
    margin-left: 54px;
}


.arrow-pointing-down .services-tiles__container{
    border-top: 2px solid #EE3224;
}
.arrow-pointing-down .services-tiles__container svg{
    display:block;
    position: relative;
    left: -32.5px;
    top: -2px;
}
.services-tiles__container svg{display:none;}
.arrow-pointing-down.services-tiles .heading {
    border-top: none !important;
}

/*Services Tiles*/
.services-tiles .heading{
    display: flex;
    justify-content: space-between;
    gap: 110px;
    padding: 24px 0 0;
}
.services-tiles .heading .headline {
    max-width: 534px;
    margin: 0 0 16px;
}
.services-tiles .heading .body-copy{
    max-width: 526px;
} 
.services-tiles .services{
    padding: 50px 0;
}
.services .services__container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    row-gap: 25px;
}
.services .service {
    padding: 42px;
    min-height: 140px;
    text-align: center;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .service:hover:before{opacity:1;}
.services .service:hover:after{opacity:0;}
.services .service:before {
    content: '';
    background: #EE3224;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
    z-index:0;
    opacity:0;
    transition: all .3s;
}
.services .service:after {
    content: '';
    background: #1C2036;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all .3s;
}
.services .service span {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

/* Quote Block */
.quote {
    padding: 80px 0;
    background: url(http://stg-melton-staging.kinsta.cloud/wp-content/uploads/2024/05/6be895a….jpg);
    background-size: cover !important;
    background-position: center center !important;
}
.quote .lines{
    display: flex;
    flex-direction: column;
}
.quote .lines span {
    background: #ee3124;
    display: inline-block;
    width: fit-content;
    font-size: 36px;
    color: #fff;
    line-height: 75px;
    padding: 0 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Services Block */
.services-block{
    background: #1c2136;
    color: #fff;
    padding: 80px 0;
}
.services-block .heading{
    display: flex;
    align-items: end;
}
.services-block .left-side, .services-block .right-side{
    width: 50%;
}
.services-block h2{
    font-size: 50px;
    line-height: 59px;
    font-weight: bold;
}
.services-block .right-side{
    padding-left: 50px;
}
.services-block .all-services {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 0;
}
.services-block .service {
    padding: 59px;
    min-height: 450px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 20px);
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}
.services-block .content{z-index:1;}
.services-block .service:hover:before{opacity:0;}
.services-block .service:hover:after{opacity:1;}
.services-block .service:before {
    content: '';
    background: #151828;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 78%;
}
.services-block .service:after {
    content: '';
    background: rgb(15 18 31);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 0;
}
.services-block .service h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    max-width: 65%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.services-block .service .wysiwyg{color:#fff;font-size:20px;line-height:28px}
.services-block .service .section-text-link a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 20px;
    color: #EE3224;
    display: flex;
    align-items: center;
}
.services-block .service:hover a{
    color:#fff !important;
}
.services-block .service svg{
    margin-left: 12px;
}

.no-bkg.service .wysiwyg{
    font-size:16px;
}
.no-bkg.service .btn.btn-red{color:#fff !important;}
.no-bkg.service .btn.btn-red:hover{background: #EE3224;color:#fff !important;}
.services-block .no-bkg.service a{display: inline-block;}


/* Footer Partners */
.our-partners{
    background:#fff;
    padding:44px 0;
}
.our-partners .heading {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.our-partners .heading:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #1C2036;
    left: 0;
}
.our-partners .heading .headline{
    background: #fff;
    z-index: 1;
    padding-left: 40px;
}
.our-partners .logos{
    padding-top:40px;
}
.our-partners .logos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.no-bkg.service:before, .no-bkg.service:after{opacity:0 !important;}


/* Gravityforms */
/*
.form-block .gform_wrapper.gravity-theme .gform_fields {
    display:block;
}
.form-block .gform_wrapper.gravity-theme .gf_hidden,
.form-block .gform_wrapper.gravity-theme .gform_hidden {
    display: none;
}
.form-block .gform_fields .left-column{
    float: left;
    width: calc(50% - 9px);
    margin-bottom: 18px;
}
.form-block .gform_fields .right-column{
    float: right;
    width: calc(50% - 9px);
}
.form-block .gform_wrapper.gravity-theme .gform_footer,
.form-block .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 15px 0 0 0;
    width: 100%;
    display: inline-block;
}
*/
/* Side Heading */
.mheading{
    padding: 35px 0;
}
.mheading .heading{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.mheading .text-side{
    max-width: 496px;
}
.mheading .body-copy{
    max-width:496px;
}
.red-copy{
    color: #ef3224;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}


/* Stat */
.stat{
    width: fit-content;
    padding:0 15px;
}
.stats{
    gap: 30px;
    display: grid;
}
.stat .top {
    border-bottom: 4px solid #0E1B4A;
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.stat span.large-heading{
    color: #EE3124;
    font-size: 118px;
    line-height: 101px;
    font-weight: 900;
}
.stat span.small-heading{
    color: #151828;
    font-size: 42px;
    font-weight: 900;
    line-height: 16px;
}
.stat .bottom {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}


.richtext.bg-blue{
    background: #1b2035;
    padding: 65px 0;
}
.richtext.bg-blue .body-copy,
.richtext.bg-blue .headline{color:#fff;}
.richtext .section-button{
    margin-top: 20px;
}


/*Featured Content*/
.featured-content .heading {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    padding: 24px 0 30px;
}
.featured-content .heading .headline {
    max-width: 534px;
    margin-bottom: 48px;
}
.featured-content .heading .body-copy{
    max-width: 526px;
} 

.featured-content .featured-content__container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.featured-content .feature {
    width: calc(50% - 8px);
    background: #1C2036;
    padding: 65px 50px;
}
.featured-content .feature .num {
    color: #ee3324;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 37px;
    display: inline-block;
}
.featured-content .feature h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
}
.featured-content .feature .wysiwyg {
    line-height: 19px;
    color: #EEEFEC;
    width: 100%;
    opacity: .69;
}
.feature.button-active{
    padding-bottom: 150px;
}
.button-active .section-button{
    position: absolute;
    bottom: 50px;
}
.featured-content .feature .btn {
    width: 100%;
    margin-top: 50px;
    min-width: auto;
}
.featured-content .feature .btn:hover{
    background:#fff !important;
    color:#ef3224;
}
.text-image-combo .image-side{
    padding-left: 90px;
}
.text-image-combo .flip .image-side{
    padding-right: 50px;
    padding-left:unset;
}

.body-alignment-left .wysiwyg{text-align:left !important;}
.body-alignment-center .wysiwyg{text-align:center !important;}

.split-text-widget{
    padding:60px 0;
    background: #1b2035;
}
.split-text-widget .text-left .headline, 
.split-text-widget .text-left .wysiwyg,
.split-text-widget .text-right .headline, 
.split-text-widget .text-right .wysiwyg{
    color: #fff;
}
.split-text-widget .split-text-widget__container{
    display: flex;
    gap: 165px;
}
.split-text-widget .text-left{position:relative;}
.split-text-widget .text-left:after {
    content: '';
    height: 100%;
    width: 2px;
    background: red;
    display: inline-block;
    position: absolute;
    right: -82.5px;
    top: 0;
}



.case-study-list {
    margin: 120px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: center;
    row-gap: 80px;
}
.case-study-list .single-case-study img {
    margin-bottom: 40px;
    max-width: 550px;
    max-height: 412px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.case-study-list .single-case-study h3{
    color: #1B1F35;
    font-weight: bold;
    line-height: 42px;
    font-size: 32px;
    margin-top: 0;
    padding: 0px 15px;
}
.case-study-list .single-case-study .desc{
    font-size: 20px;
    line-height: 28px;
    color: #1b2035;
    padding: 0 15px;
}
.case-study-list .single-case-study a.link {
    color: #EE3224;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    display: inline-block;
}
.case-study-list .single-case-study .link svg{
    max-width: 28px;
}

.all-blogs .single-post-container {
    width: calc(50% - 20px);
    padding: 124px 60px;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1156px) {
    .mobile-menu{display:block !important;}
    .header .header__container{display:none !important;}    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .text-image-combo .image-side {
        margin-left: 50px;
        padding-right: 40px;
    }
}
@media screen and (max-width:767px){
    .all-blogs .single-post-container {
        width: 100% !important;
        padding: 20px !important;
    }
    .all-blogs {
        gap: 20px !important;
    }
    .case-study-list {
        margin: 45px 0;
    }
    .case-study-list {
        grid-template-columns: 1fr;
        gap: 20px;
        row-gap: 30px;
    }
    .case-study-list .single-case-study img {
        margin-bottom: 20px;
        height: auto;
    }
    .case-study-list .single-case-study h3 {
        line-height: 36px;
        font-size: 26px;
    }
    .case-study-list .single-case-study .desc {
        font-size: 16px;
        line-height: 26px;
    }
    
    .split-text-widget .split-text-widget__container {
        gap: 48px;
        flex-direction: column;
    }
    .split-text-widget .text-left .headline, .split-text-widget .text-left .wysiwyg, .split-text-widget .text-right .headline, .split-text-widget .text-right .wysiwyg {
        margin: 0;
    }
    .split-text-widget .text-left:after {
        content: '';
        height: 2px;
        width: 100%;
        right: 0;
        top: unset;
        bottom: -25px;
    }
    
    .mobile-menu{display:block !important;}
    .header .header__container{display:none !important;}
    .headline {
        font-size: 45px;
        line-height: 55px;
    }
    
    .text-image-combo .image-side{
    padding-left: 0px;
    }
    .text-image-combo .flip .image-side{
        padding-right: 0px;
    }

    
    .services-tiles .heading, .featured-content .heading{
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    .services-tiles .services {
        padding: 25px 0;
    }
    .services .service {
        min-height: 100%;
    }
    .services .services__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        row-gap: 20px;
    }
    .featured-content .heading .headline {
        margin-bottom: auto;
    }
    .featured-content .featured-content__container {
        padding-top: 25px;
    }
    .featured-content .feature {
        width: calc(100%);
        padding: 35px;
    }
    .featured-content .feature .wysiwyg {
        width: auto;
    }
    .mheading .heading {
        flex-direction: column;
    }
    .text-image-combo .text-image-combo__container {
        padding: 25px 20px;
        flex-direction: column-reverse;
    }
    .image-side .image:before {
        left: -7px;
        bottom: -3px;
    }
    .text-image-combo .image-side{
        margin-bottom: 25px;
    }
    .flip .image-side {
        margin-left: 0;
    }
    .form-block .form-side {
        padding: 50px !important;
    }
    .our-partners .heading .headline{padding:0 25px;margin: 0 auto;}
    
    .home-hero {
        min-height: auto;
        padding: 50px 0;
    }
    .home-hero h1 {
        font-size: 54px;
        line-height: 61px;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .home-hero p {
        max-width: 100%;
        font-size: 20px;
        line-height: 27px;
    }
    .home-hero .arrow svg{display:none;}
    
    
    .form-block {
        flex-direction: column;
    }
    .form-block .text-side {
        padding: 25px 15px !important;
        max-width: 100%;
    }
    
    .services-tiles{
        padding: 25px 0 0;
    }
    .services-tiles .heading .body-copy {
        margin-bottom: 25px;
    }
    .our-partners .logos{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        row-gap: 20px;
        display: grid;
    }
    .our-partners .logos img{margin:0 auto;}
    .services-block {
        padding: 25px 0;
    }
    .services-block .heading {
        flex-direction: column;
    }
    .services-block .left-side, .services-block .right-side {
        width: 100%;
    }
    .services-block .right-side {
        padding-left: 0;
    }
    .services-block .all-services {
        padding: 15px 0;
    }
    .services-block .service {
        padding: 25px;
        min-height: auto;
        width: calc(100%);
    }
    .services-block .all-services {
        gap: 15px;
    }
    .feature.button-active {
        padding-bottom: 35px !important;
    }
    .button-active .section-button {
        position: unset !important;
    }
}