/* -----------------------------------------------
Base Styles
Author:             Netmatter Ltd
Author URI:         https://www.netmatterdigital.co.uk/
-------------------------------------------------- */

/* -----------------------------------------------
:: Structure
-------------------------------------------------- */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed .shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}


/* -----------------------------------------------
:: Float clearing
-------------------------------------------------- */
* html .cf, * html .clearfix,
* html #primary .sub-menu {
    overflow: visible;
}

+ html .cf, + html .clearfix,
* + html #primary .sub-menu {
    min-height: 1%;
}

.cf:after, .clearfix:after,
#primary .sub-menu:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


/* -----------------------------------------------
:: Components
-------------------------------------------------- */

::selection {
    background-color: #ed0464;
    color: #fff;
}

.cssimg {
    display: block;
    height: 0;
    overflow: hidden;
}

.centered {
    text-align: center;
}

.gradient {
    background: -moz-linear-gradient(top, #FFFFFF 0%, #b3c4d4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #b3c4d4)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#b3c4d4', GradientType=0) !important;
}

.radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.circle {
    width: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shadow {
    -webkit-box-shadow: 0 12px 60px -6px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 12px 60px -6px rgba(0, 0, 0, 0.45);
    box-shadow: 0 12px 60px -6px rgba(0, 0, 0, 0.45);
    transition: box-shadow .25s;
}

.shadow-soft {
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.4);
    transition: box-shadow .25s;
}

.shadow-bottom-deep {
    -webkit-box-shadow: 0 10px 150px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 150px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 150px rgba(0, 0, 0, 0.3);
}

.shadow-soft:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
}

/* --- 2.1 Basic Layout (Adjust for your grid setup) --- */
.expertise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Space between cards */
    justify-content: center;
    margin: 50px 0;
}

.expertise-card {
    /* For a 3-column layout */
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    padding: 30px;
    background-color: #ffffff; /* Example background */
    border: 1px solid #eee;
}

/* --- 2.2 The Animation Setup (The Magic) --- */

.expertise-card {
    /* 1. Initial State: Hidden and slightly moved down */
    opacity: 0;
    transform: translateY(30px); /* Starts 30 pixels below its final position */

    /* 2. Transition Property: Defines how the animation looks */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 3. Final State: The class added by the JavaScript */
.expertise-card.reveal {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Returns to its original position */
}

/*
:: Background colors
*/
.bg-colours {
    background: #4234c9;
    background: #0d7377;
    background: #0f4c75;
    background: #00539C;
    background: #435E55;
    background: #d20091;
    background: #0c1228;
    background: #ed0464;
    background: #2962ff;
    background: #000000;
    background: #4234c9;
    background: #4234c9;
    background: #0d7377;
    background: #0c1228;
    background: #0f4c75;
    background: #00539C;
    background: #435E55;
    background: #d20091;
    background-color: #000000;
    background-color: #080b48;
    background-color: #480830;
    background-color: #080e48;
    background-color: #d20091;
    background-color: #ab34c9;
    background-color: #d20091;
    background: rgba(209, 32, 97, 0.97);
    background: rgba(41, 98, 255, 0.97);
    background: rgba(39, 39, 39, 0.97);
    background: rgba(52, 115, 201, 0.97);
    background: rgba(66, 52, 201, 0.97);
    background: rgba(171, 52, 201, 0.97);
    background: rgba(71, 8, 57, 0.97);
    background: rgba(210, 8, 145, 0.97);
    background: rgba(2, 6, 84, 0.97);
    background: rgba(51, 62, 76, 0.97);

    background-color: #0d7377;
    background-color: #0f4c75;
    background-color: #00539C;
    background-color: #435E55;
    background-color: #d20091;
    background-color: #ab34c9;
    background-color: #d20091;
    background-color: #0c1228;
    background-color: #020618;
    background-color: #18060c;
}

.bg-black {
    background: #000000;
}

.bg-blue-light {
    background: #00539C;
}

.bg-blue-dark {
    background: #080e48;
}

.bg-brand {
    background: #0c1228;
}

.bg-brand-light {
    background: #3F3BC1;
}

.bg-green {
    background: #1da26b;
}

.bg-maroon {
    background: #480830;
}

.bg-pink {
    background: #ed0464;
}

.bg-pink-hot {
    background: #d20091;
}

.bg-pink {
    background: #ed0464;
}

.bg-pink-dark {
    background: #18060c;
}

.bg-pink-dark {
    background: #020618;
}

.bg-pink-dark {
    background: #020618;
}

.bg-blue-grey {
    background: #f0f5f7;
}

.bg-blue-grey {
    background: #f0f5f7cf;
}

.bg-white {
    background: #ffffff;
}

/*
:: Dots
*/
.dot {
    font-size: 2rem;
}

.dot.pink {
    color: #ed0464;
}


/*
:: list items with icons
*/
ul.plain {
    margin-left: 0 !important;
    list-style-type: none !important;
    width: auto !important;
}

ul.iconic {
    margin-left: 0.25em !important;
    list-style-type: none !important;
    width: auto !important;
}

ul.iconic li {
    position: relative;
    padding-left: 1.5em;
}

ul.iconic li:before {
    position: absolute;
    top: -5px;
    left: 1px;
    font-family: FontAwesome;
    font-size: 1.25rem;
    color: #ed0464;
}

ul.iconic.dot li:before {
    top: 7px;
    left: -1px;
    font-size: 0.625rem;
    content: '\f111';
}

ul.iconic.pointers li:before {
    content: '\f0da';
}

ul.iconic.check li {
    padding-left: 2em;
}

ul.iconic.check li:before {
    left: -5px;
    content: '\f00c';
}

ul.iconic.square li:before {
    top: -2px;
    left: -5px;
    font-family: 'Font Awesome\ 5 Free';
    content: '\f0c8';
    transform: rotate(75deg);
}

/*
:: list items with logos
*/
ul.logos {
    list-style-type: none !important;
    margin: 0 auto 2em auto;
    margin-left: 0 !important;
    width: auto !important;
    text-align: center;
}

ul.logos li {
    display: inline-block;
    width: 150px;
    margin: 0 1em 0em 1em;
    padding: 1em .25em 1em .25em;
    background-color: #fff;
    overflow: hidden;
}

ul.logos.border li {
    border: 1px solid #bbb;
}

ul.logos.border.brand li {
    border: 3px solid #0c1228;
}

ul.logos.border.yellow li {
    border: 3px solid #ffe31e;
}

ul.logos li img {
    float: left;
}

ul.logos.partners li {
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #0c1228;
}

/*
:: Social media icons
*/
.social li {
    position: relative;
    display: inline-block;
    margin: 0 2px 0 2px;
}

.social a {
    float: left;
    height: 0;
    padding: 30px 0 0 0;
    width: 30px;
    overflow: hidden;
}

.social a:before {
    position: absolute;
    top: -8px;
    left: 0;
    font-family: FontAwesome;
    font-size: 2rem;
    color: #fff;
}

.social .twitter a:before {
    content: '\f081';
}

.social .instagram a:before {
    content: '\f16d';
}

.social .linkedin a:before {
    content: '\f08c';
}

.social .facebook a:before {
    content: '\f082';
}

.social .youtube a:before {
    content: '\f166';
}

/*
:: Buttons
*/
.btn {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1rem;
    text-transform: none;
}

#content p,
#content li {
    font-size: 1rem;
}

/*
:: Why Us
*/
#whyus {
    margin-bottom: 5em !important;
}

#whyus .inner.feature {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    background-color: #ed0464;
}

#whyus .inner h2 {
    padding-top: 0;
}


/*
:: Services boxes
*/
#services {
    position: relative;
    margin: 3em auto 4em auto;
    max-width: 1600px;
    z-index: 0;
}

#services .overview p {
    font-size: 1.25rem;
}

#services .cards .inner {
    position: relative;
    padding: 4em 3em 3.5em 4em;
    margin-bottom: 1.5em;
    background-color: #020618;
    background-color: #18060c;
    background-color: #020618;
}

#services .cards .inner h2 {
    padding: 0;
    margin-bottom: 1em;
}

#services .cards .inner.contact h2 {
    padding-left: 0;
}

#services .cards .inner h2 a {
    position: relative;
    color: #fff;
}

#services .cards .inner h2 a:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
    width: 0;
    background: none;
    pointer-events: none;
    transition: width .5s;
}

#services .cards .inner:hover h2 a:after {
    background: #ffffff;
    width: 100%;
}

#services .cards .inner h2 a:hover {
    color: #fff;
}

#services .cards .inner p {
    font-family: 'Montserrat-light', Arial, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5em;
}


/*
:: Pricing block
*/
#pricing .inner {
    position: relative;
    padding: 1em;
    border: 1px solid #ccc;
    text-align: center;
}

#pricing .recommended:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 165px;
    padding: 5px;
    background-color: #00abb3;
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    content: 'RECOMMENDED';
}

#pricing .cls:nth-child(2) .inner {
    border-bottom: none;
}

#pricing .cls:last-child .inner {
    border-top: none;
}

#pricing .inner .details,
#pricing .inner ul {
    margin-bottom: 2em;
}

#pricing .inner li {
    line-height: 1.5em;
}

#pricing button {
    background-color: #130d3a;
    border: none;
}


/*
:: Case Studies grid
*/
#case-studies {
    position: relative;
    margin-bottom: 15em;
}

#case-studies:after {
    background-color: #ed0464;
    bottom: 75px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#case-studies .row .intro h2,
#case-studies .row .intro p {
    color: #fff;
}

.single-case-studies #case-studies,
.post-type-archive-case-studies #case-studies {
    max-width: none;
}

#case-studies .case-study:nth-child(3) {
    display: none;
}

#case-studies figure {
    position: relative;
    /*padding: 2em;*/
    margin-bottom: 3em;
    background: #ffffff;
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1), 0 0 0 -10px rgba(0,0,0,.15);*/
    /*-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.1), 0 0 0 -10px rgba(0,0,0,.15);*/
    /*box-shadow: 0 0 3px 0 rgba(0,0,0,.1), 0 0 0 -10px rgba(0,0,0,.15);*/
}

#case-studies figure a {
    display: block;
    overflow: hidden;
}

#case-studies figure img {
    filter: brightness(100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#case-studies figure img:hover {
    filter: brightness(85%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#case-studies figcaption {
    padding: 35px 0 50px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#case-studies.featured figcaption {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    padding: 35px 30px 0 30px;
    border: 1px solid #e4e8ea;
}

#case-studies figcaption h3 {
    padding: 0 0 0.5em 0;
    margin: 0;
    font-size: 1.75rem;
}

#case-studies figcaption h3 a {
    position: relative;
    display: block;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#case-studies figcaption h3 a:hover {
    color: #ed0464;
}

#case-studies figcaption h3 span {
    position: relative;
}

#case-studies figcaption h3 span:after {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    font-family: 'Font Awesome 5';
    content: '\f30b';
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#case-studies figcaption h3 a:hover span:after {
    right: -50px;
    color: #ed0464;
}

#case-studies figcaption .overview {
    padding-bottom: 1.5em;
}

#case-studies figcaption p {
    font-size: 0.875rem !important;
    color: #313131;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#case-studies figcaption .services {
    text-transform: uppercase;
}

#case-studies figcaption .services span {
    text-transform: none;
}


/*
:: Clients list of logos
*/
ul.clients {
    margin: 3em auto !important;
    /*width: auto !important;*/
    /*max-width: 1400px;*/
    text-align: center;
}

.home ul.clients {
    margin: 0 !important;
}

ul.clients li {
    /*display: inline-block;
    width: 125px;
    margin: 2em 1em;
    min-width: auto;*/
    font-size: 1rem !important;
    vertical-align: middle;
}

ul.clients li img {
    /*display: block;*/
    /*height: 4em;*/
    /*width: 100%;*/
}

.brand-carousel {
    overflow: hidden;
    width: 100%;
}

.brand-carousel-track {
    display: flex;
    gap: 40px;
    width: max-content !important;
}

.home .brand-carousel-track {
    animation: brand-carousel-scroll 30s linear infinite;
}

.brand-carousel:hover .brand-carousel-track {
    animation-play-state: paused;
}

.brand-carousel li {
    flex: 0 0 auto;
    list-style: none;
}

.brand-carousel img {
    max-height: 40px;
    width: auto;
    display: block;
}

@keyframes brand-carousel-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/*
:: Organisation
*/
.business li {
    margin-bottom: 0;
}

/*
:: PDF links with prefixed icon
*/
a[href$=".pdf"] {
    position: relative;
    padding-left: 1.75em;
    color: #444;
}

a[href$=".pdf"]:before {
    position: absolute;
    top: -12px;
    left: 2px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: #d70a0a;
    content: "\f1c1";
}

a[href$=".pdf"]:hover {
    color: #ed0464;
}

/*
:: Call to action buttons
*/
.cta-button {
    position: relative;
    display: inline-block;
    background-color: #ed0464;
    background-color: #e51c6f;
    background-color: #d33476;
    background-color: #278cd3;
    background-color: #08b2e3;
    background-color: #ed0464;
    padding: 0.5em 3em 0.5em 1.5em;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.125rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*-webkit-box-shadow: rgba(230, 0, 110, 0.1) 6px 6px 0px 0px;*/
    /*-moz-box-shadow: rgba(230, 0, 110, 0.1) 6px 6px 0px 0px;*/
    /*box-shadow: rgba(230, 0, 110, 0.1) 6px 6px 0px 0px;*/
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.cta-button:after {
    position: absolute;
    top: 9px;
    right: 18px;
    bottom: 0;
    font-family: 'Font Awesome 5';
    content: '\f30b';
    font-size: 18px;
    color: #fff;
}

.cta-button:hover {
    padding: 0.5em 5em 0.5em 1.5em;
    background-color: #ffffff;
    color: #000000;
}

.cta-button:hover:after {
    color: #000000;
}

.cta-button.white {
    color: #ed0464;
    background-color: #fff;
}

.cta-button.white:after {
    color: #ed0464;
}

.cta-button.white:hover,
.cta-button.white:hover:after {
    color: #000000;
}


/* -----------------------------------------------
:: Header
-------------------------------------------------- */
#header {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    height: 114px;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 5;
}

.home #header,
.about-us #header,
.contact #header,
.post-type-archive-case-studies #header,
.single-case-studies #header,
.main-menu-open #header {
    border: none;
}

#header.scrolling {
    background: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.main-menu-open #header.scrolling {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

#header #logo {
    position: absolute;
    top: 2.2em;
    left: 2.5em;
    width: 31px;
    padding-top: 38px;
    transition: background .2s;
    background: url("../images/logo/logo-netmatter-black-n.png") no-repeat;
}

.home #header #logo,
.about-us #header #logo,
.contact #header #logo,
.post-type-archive-case-studies #header #logo,
.single-case-studies #header #logo,
.page.expertise #header #logo {
    background: url("../images/logo/logo-netmatter-white-n.png") no-repeat;
}

#header.scrolling #logo {
    background: url("../images/logo/logo-netmatter-black-n.png") no-repeat !important;
}

.main-menu-open #header.scrolling #logo {
    background: url("../images/logo/logo-netmatter-white-n.png") no-repeat !important;
}

#header .tel {
    position: absolute;
    top: 44px;
    right: 105px;
    font-family: 'Montserrat-SemiBold', Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

.home #header .tel,
.about-us #header .tel,
.contact #header .tel,
.post-type-archive-case-studies #header .tel,
.single-case-studies #header .tel,
.page.expertise #header .tel {
    color: #fff;
}

#header.scrolling .tel {
    color: #000 !Important;
}

.main-menu-open #header .tel,
.main-menu-open #header.scrolling .tel {
    color: #fff !Important;
}

#header .cta {
    position: absolute;
    top: 32px;
    right: 105px;
}

#header .cta-button {
    padding: 0.5em 1em;
    text-decoration: none;
}

.contact #header .cta-button {
    background-color: #fff;
    color: #ed0464;
}

.contact #header.scrolling .cta-button {
    background-color: #ed0464;
    color: #fff;
}

.contact.main-menu-open #header.scrolling .cta-button {
    background-color: #fff;
    color: #ed0464;
}

.main-menu-open #header .cta-button {
    background-color: #fff;
    color: #ed0464;
}

#header .cta-button:after {
    content: none;
}

#header .cta-button:hover {
    padding: 0.5em 1em;
}


/*
:: Menu
*/
.burger {
    position: absolute;
    right: 0;
    top: 0;
    height: 114px;
    width: 100px;
    background: transparent;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer;
    z-index: 999;
}

.burger .inner {
    position: relative;
}

.burger span {
    background: #000;
    border: none;
    height: 3px;
    width: 30%;
    position: absolute;
    top: 44px;
    right: 35px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.home .burger span,
.about-us .burger span,
.contact .burger span,
.post-type-archive-case-studies .burger span,
.single-case-studies .burger span,
.page.expertise .burger span {
    background: #fff;
}

#header.scrolling .burger span {
    background: #000 !important;
}

.main-menu-open #header.scrolling .burger span {
    background: #fff !important;
}

.burger span:nth-of-type(2) {
    top: 53px;
}

.burger span:nth-of-type(3) {
    top: 63px;
    width: 20%;
    right: 45px
}

.burger.active {
    background: transparent;
}

.burger.active span {
    background-color: #fff;
}

.burger.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
}

.burger.active .middle {
    opacity: 0;
    background: #FFF;
}

.burger.active .bottom {
    top: 62px;
    right: 37px;
    width: 30%;
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.main-menu {
    position: fixed;
    top: -1000px;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
}

.menu-background {
    position: fixed;
    top: -50%;
    right: -50%;
    height: 200vw;
    width: 200vw;
    /*#ed0464*/
    background: rgba(237, 4, 100, 0.97);
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    pointer-events: none;
    transform: scale(0);
    transform-origin: top right;
    transition: transform .6s;
    z-index: 200;
}

.menu-container {
    position: relative;
    margin: 0 auto;
    padding: 150px 5%;
    width: 100%;
    max-height: 100vh;
    max-width: 1200px;
    pointer-events: none;
    text-align: right;
    z-index: -1;
}

#primary h3 {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: normal;
    opacity: 0;
    color: #fff;
    transform: translateX(8%);
    transition: opacity .3s, transform .3s ease-out;
    transition-delay: 0s;
}

#primary ul {
    margin-bottom: 0;
}

#primary li {
    font-family: Montserrat-Medium;
    font-size: 1.75rem;
    line-height: normal;
    opacity: 0;
    transform: translateX(8%);
    transition: opacity .3s, transform .3s ease-out;
    transition-delay: 0s;
}

#primary li a {
    color: #fff;
    text-decoration: none;
}

/*
:: Menu open
*/
.main-menu-open #header {
    background: rgba(237, 4, 100, 0.97);
    z-index: 999;
}

.main-menu-open #header #logo,
.main-menu-open #header.scrolling #logo {
    position: fixed;
    background: url("../images/logo/logo-netmatter-white-n.png") no-repeat;
}

.main-menu-open .main-menu {
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 200;
}

.main-menu-open .menu-background {
    transform: scale(2);
}

.main-menu-open .main-menu .menu-container {
    pointer-events: auto;
    z-index: 200;
}

.main-menu-open #primary h3,
.main-menu-open #primary li {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .6s, transform .6s;
}

.main-menu-open #primary h3 {
    transition-delay: 0.3s;
}

.main-menu-open #primary li:first-child {
    transition-delay: .46667s;
}

.main-menu-open #primary li:nth-child(2) {
    transition-delay: .53333s;
}

.main-menu-open #primary li:nth-child(3) {
    transition-delay: .6s;
}

.main-menu-open #primary li:nth-child(4) {
    transition-delay: .66667s;
}

.main-menu-open #primary li:nth-child(5) {
    transition-delay: .73333s;
}

.main-menu-open #primary li:nth-child(6) {
    transition-delay: .8s;
}

.main-menu-open #primary li:nth-child(7) {
    transition-delay: .86667s;
}

.main-menu-open #primary li:nth-child(8) {
    transition-delay: .93333s;
}

.main-menu-open #primary li:nth-child(9) {
    transition-delay: 1s;
}

.main-menu-open #primary li:nth-child(10) {
    transition-delay: 1.06667s;
}


/* -----------------------------------------------
:: Page Headers
-------------------------------------------------- */
.header-wrapper {
    position: relative;
    padding-top: 125px;
    height: auto;
}

.blog .header-wrapper,
.single-post .header-wrapper {
    display: none;
}

.header-wrapper .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 650px;
}

.header-wrapper .hero-video:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.2);
}

.header-wrapper .hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover !important;
}

.home .header-wrapper,
.header-wrapper.featured {
    height: 650px;
}

.header-wrapper .overview {
    padding: 0 1.5em 0 1.5em;
}

.single-case-studies .header-wrapper {
    height: 750px;
}

.page.about-us .header-wrapper {
    height: 500px;
}

.header-wrapper.featured {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}

.single-case-studies .header-wrapper.featured:before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.1);
}

.page.about-us .header-wrapper,
.page.contact .header-wrapper {
    background-position: 50% 40%;
}

.header-wrapper.featured .welcome,
.header-wrapper.featured h1,
.header-wrapper.featured p,
.header-wrapper.featured li,
.header-wrapper.featured a {
    color: #fff;
    text-decoration: none;
}

.header-wrapper .cta-button {
    text-decoration: none;
}

.post-type-archive-case-studies .header-wrapper .welcome {
    text-align: center;
}

.header-wrapper .welcome h1 {
    margin-bottom: 0.25em;
    line-height: 1.15em;
}

.header-wrapper .welcome h1 span {
    color: #ed0464;
}

.home .header-wrapper .introduction {
    max-width: 900px;
}

.home .header-wrapper .introduction p {
    max-width: 500px;
}

.home .header-wrapper .welcome .sub-title {
    /*margin: 0 auto 3em auto;*/
    /*max-width: 750px;*/
}

.home .header-wrapper .welcome .cta-button {
    text-decoration: none;
}

.home .header-wrapper .welcome .cta-button:hover {
    color: #000000;
}

.seo .sub-title {
    font-size: 1.125rem;
    line-height: 1.25em;
}


/* -----------------------------------------------
:: Breadcrumbs
-------------------------------------------------- */

.page.about-us .header-wrapper .welcome #breadcrumbs,
.post-type-archive-case-studies .header-wrapper .welcome #breadcrumbs {
    display: none;
}

#breadcrumbs {
    margin-bottom: 2em;
}

#breadcrumbs span {
    margin-left: .5em;
    font-family: 'Montserrat-Medium', Arial, sans-serif;
    font-size: 0.875rem;
}

#breadcrumbs a {
    margin-right: .5em;
    text-decoration: none;
}

#breadcrumbs > span,
#breadcrumbs > span > span,
#breadcrumbs > span > span > a {
    margin-left: 0;
}

#breadcrumbs span.breadcrumb_last {
    margin-left: 0.5em !important;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    color: #fff;
}

.blog #breadcrumbs,
.category #breadcrumbs,
.single #breadcrumbs {
    padding-left: 1em;
}

.single-case-studies #breadcrumbs {
    padding-left: 0.5em;
}

.single-case-studies #breadcrumbs span,
.single-case-studies #breadcrumbs a {
    color: #fff;
}

.rank-math-breadcrumb p {
    margin-bottom: 2.5em;
    font-size: 0.75rem !important;
}

.rank-math-breadcrumb a {
    margin-right: 2em;
    text-decoration: none;
    color: #666666 !important;
}

.rank-math-breadcrumb a:after {
    content: '/';
    position: relative;
    left: 1em;
    text-decoration: none;
}

.rank-math-breadcrumb .separator {
    display: none;
}

.rank-math-breadcrumb .last {
    font-family: 'Montserrat-Medium';
    color: #666666;
}


/* -----------------------------------------------
:: Content
-------------------------------------------------- */
#content {
    padding: 4em 0 5em 0;
}

#content.home {
    max-width: none;
    padding: 3em 0 5em 0;
}

.blog #content,
.single-post #content {
    padding: 10em 0 5em 0;
}

.single-post #content {
    max-width: 70em;
}

#main ul {
    list-style-type: disc;
    margin-left: 2.5em;
    width: 80%;
}

.search-no-results #main ul {
    list-style-type: none;
    margin-left: 0;
}

#main ol {
    list-style-type: none;
    margin-left: 2.5em;
    width: 80%;
    counter-reset: item;
}

#main ol li:before {
    counter-increment: item;
    content: counter(item) ". ";
}

main a {
    color: #ed0464;
    text-decoration: none;
}


/* -----------------------------------------------
:: Pages
-------------------------------------------------- */

/*
:: Sections
*/
section {
}

section h2,
section h3 {
    padding-top: 0;
    margin-bottom: .75em;
}

.single section h2,
.single section h3 {
    padding-top: 0.75em;
}

section .bg-pink-dark h2,
section .bg-pink-dark h3,
section .bg-pink-dark p,
section .bg-pink-dark li {
    color: #fff;
}

section .inner {
    padding: 7em 0;
}

section .inner.offset {
}

section .inner.offset.left {
}

section .inner.offset.right {
}

@media screen and (min-width: 64em) {
    section .inner.offset.left {
        margin-left: 5%;
    }

    section .inner.offset.right {
        margin-right: 5%;
    }
}

section .introduction {

}

section .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5em;
}

section .wrapper .details {
    padding: 3%;
}

section .bg-pink-dark .wrapper .details {
    padding: 2% 5%;

    /*background-color: #2d0110;*/
    /*background-color: #fafeff;*/
    /*background-color: #ffffff;*/
    /*border: 1px solid #ed0464;*/
    /*border-radius: 20px;*/
}

#content section .wrapper .overview p {
    font-size: 1rem;
}


/*
:: Sections, welcome
*/
section.welcome {
    margin-bottom: 5em;
}

section.welcome .inner {
    padding: 5em 0 3em 0;
}

section.welcome .featured-image {
    margin-top: 2em;
    margin-bottom: -20%;
}


/*
:: Services, related
*/
section.services {

}

section.services.related .inner {
    padding: 4em;
    min-height: 315px;
    margin-bottom: 1.5em;
}

section.services.related .details {
    border-left: 5px solid #e91d64;
}

section.services.related .inner h3 {
}

section.services.related .inner p {

}

section.services.related .inner p a {

}


/*
:: Approach
*/
section.approach {
    counter-reset: section;
}

section.approach .introduction {
    padding: 0 7%;
}

section.approach .wrapper:before {
    counter-increment: section;
    content: counter(section, decimal);
    position: absolute;
    top: 5%;
    left: 8%;
    display: block;
    width: 54px;
    height: 54px;
    font-family: 'Montserrat-ExtraBold';
    font-size: 36px;
    color: hsla(206, 100%, 73.3%, 1);
    text-align: center;
    z-index: 0;
    border: 1px solid #e91d64;
}

section.approach .wrapper {
    position: relative;
    padding-left: 25%;
}


/*
:: Brands
*/
section.brands {
    margin-bottom: 3em;
}

section.brands .row {
    max-width: none;
}

section.brands figure {
    margin: 0 1em 3em 1em;
    text-align: center;
}


/*
:: Case studies
*/


/*
:: faqs
*/
.faqs h2 {
    text-align: center;
}

#faq_container {
    padding: 2em 0;
}

.faq {
    padding: 1.25em 2.5em 1.25em 1.25em;
    margin: 0 auto 1em auto;
    border: 1px solid #f0f5f7;
    background-color: #f0f5f7;
}

.faq.open {
    background-color: transparent;
    border: 1px solid #c7cbce;
}

.faq_question .question {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 0;
    font-weight: 500;
}

.faq_question .question:after {
    position: absolute;
    top: -0.1em;
    right: -1em;
    font-family: 'Font Awesome 5';
    font-size: 1.5rem;
    font-weight: 500;
    content: '\f107';
    color: #020033;
}

.faq.open .faq_question .question:after {
    content: '\f106';
}

.faq_answer_container {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.faq.open .faq_question .question {
    margin-bottom: 1.25em
}


/* -----------------------------------------------
:: Pages, home
-------------------------------------------------- */
.home .header-wrapper {
    position: relative;
}

.home .header-wrapper .maxw-1088 {
    max-width: 33em !important;
}

/*
:: Welcome
*/
.home .welcome h1 {
    font-family: 'Montserrat-ExtraBold', Arial, sans-serif;
    font-size: 3.75rem;
    line-height: 1em;
}

@keyframes heroWordBuild {
    0%, 26% {
        color: #ed0464;
    }
    33%, 100% {
        color: rgb(232 232 232 / 0.56);
    }
}

@keyframes heroWordMaintain {
    0%, 26% {
        color: rgb(232 232 232 / 0.56);
    }
    33%, 59% {
        color: #ed0464;
    }
    66%, 100% {
        color: rgb(232 232 232 / 0.56);
    }
}

@keyframes heroWordGrow {
    0%, 59% {
        color: rgb(232 232 232 / 0.56);
    }
    66%, 92% {
        color: #ed0464;
    }
    100% {
        color: rgb(232 232 232 / 0.56);
    }
}

@media (prefers-reduced-motion: reduce) {
    .welcome h1 .hero-word {
        animation: none;
    }

    .welcome h1 .hero-word-build {
        color: #ed0464;
    }
}


.home .welcome h1 .hero-word {
    color: rgba(17, 17, 17, 0.56);
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.home .welcome h1 .hero-word-build {
    animation-name: heroWordBuild;
}

.home .welcome h1 .hero-word-maintain {
    animation-name: heroWordMaintain;
}

.home .welcome h1 .hero-word-grow {
    animation-name: heroWordGrow;
}

.home .welcome .subheading {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.25em;
    margin-bottom: 20px;
}

.home .welcome ul {
    margin: 0;
}

.home .welcome li {
    display: inline-block;
    margin: 0 1.5em 0.5em 1.5em;
    text-transform: uppercase;
}

.home .welcome li a {
    position: relative;
    padding-left: 24px;
    text-decoration: none;
}

.home .welcome li a:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    height: 5px;
    width: 0;
    background: #ed0464;
    pointer-events: none;
    transition: width .5s;
}

.home .welcome li a:hover:after {
    width: 100%;
}

.home .welcome li a:before {
    position: absolute;
    top: -4px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
}

.home .welcome li.seo a:before {
    content: '\f002';
}

.home .welcome li.ppc a:before {
    content: '\f245';
}

.home .welcome li.ecomm a {
    padding-left: 30px;
}

.home .welcome li.ecomm a:before {
    top: -5px;
    content: '\f07a';
}

.home .welcome li.more a:before {
    content: '\f067';
}

/*
:: Sections
*/
.home .section .inner {
    padding: 0;
}

.home .section .inner.intro {
    margin-bottom: 3em;
}

.home .section .inner.intro p {
    max-width: 700px;
}

.home .section .inner.bdr-t {
    padding: 1em 2em 2em 0;
    border-top: 1px solid #9a9a9a;
}

.home .section .inner .num {
    display: block;
    margin-bottom: 1em;
    font-size: 0.75rem;
    color: #ed0464;
}

/*
:: Expertise
*/
.section.expertise {
    padding: 7em 0;
    background-color: #f0f5f7;
}

.section.expertise .inner.card {
    padding: 2em !important;
    margin-bottom: 2em;
    background-color: #ffffff;
    border-radius: 10px;
}

.section.expertise .inner.card h3 {
    font-size: 1.5rem;
}

.section.expertise .inner.card li {
    font-size: 0.875rem !important;
}


/*
:: AI
*/
.section.ai {
    padding: 10em 0;
}

.section.ai h2,
.section.ai p {
    color: #ffffff;
}

.section.ai p {
    max-width: 600px;
}

/*
:: Process
*/
.section.process {
    padding: 7em 0 7em 0;
}


/*
:: Why us
*/
.home .section.whyus {
    padding: 7em 0 3em 0;
}

.home .promo.overlay {
    padding: 3em 2em 5em 2em;
    background-color: #020618;
    -webkit-transition: all .3s, transform .3s ease-out;
    -moz-transition: all .3s, transform .3s ease-out;
    transition: all .3s, transform .3s ease-out;
}

@media screen and (min-width: 64em) {
    section .inner.offset {
        margin-right: 5%;
    }

    .promo.overlay {
        position: absolute;
        top: -5em;
        left: 1%;
        width: 44%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    section.whyus img {
        float: right;
        width: 70%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}

@media screen and (min-width: 75em) {
    .promo.overlay {
        top: -3em;
    }

    .section.whyus img {
        width: 65%;
    }
}

@media screen and (min-width: 100em) {
    .promo.overlay {
        top: 6em;
    }
}

.promo.overlay h2,
.promo.overlay p {
    color: #fff;
}

/*
:: Services
*/
.home #services .cards .inner .details {
    padding-bottom: 1em;
}

/*
:: Page Expertise
*/
.page.expertise {

}

.page.expertise .services .inner {
    padding: 3em 0 0 0;
}

.page.expertise .services .intro p {
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    letter-spacing: 2px;
    color: #ed0464;
}

.page.expertise .services .wrap {
    padding-bottom: 3em;
    margin: 0 auto 3.5em auto;
    max-width: 90em;
    border-bottom: 1px solid #f9f3f4;
}

.page.expertise .services .wrap:last-child {
    border-bottom: none;
}

.page.expertise .wrap h2 {
    padding: 0.5em 1.75em 0 0;
    --tw-duration: 500ms;
    transition-duration: 500ms;
    transition-duration: 0.5s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page.expertise .wrap:hover h2 {
    color: #ed0464;
}

.page.expertise .details {
    padding: 0 2em;
    margin: 1.5em 0;
}

.page.expertise .details h3 {
    margin-bottom: 1em;
}

.page.expertise .details p {
    font-size: 1rem !important;
    color: #62748e;
    line-height: 1.5em;
}

.page.expertise .details ul {
    margin-left: 1.25em !important;
}

.page.expertise .details li {
    font-size: 0.85rem !important;
    color: #62748e;
    line-height: 1.5em;
}

.page.expertise .services .details {
    border-left: 3px solid #f9f3f4;
    --tw-duration: 500ms;
    transition-duration: 500ms;
    transition-duration: 0.5s;
    transition-property: color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page.expertise .approach .inner {
    padding: 7em 0 10em 0;
}

.page.expertise .approach .intro h2 {
    margin-bottom: 0.5em;
    font-size: 4rem;
}

.page.expertise .approach .intro h2 span {
    color: #ed0464;
}

.page.expertise .approach .intro p {
    color: #d5d5d5;
}

.page.expertise .services .details:hover {
    border-left: 3px solid #ed0464;
}

.page.expertise .approach .details {
    position: relative;
    padding: 2em 2em 1em 2em;
    margin: 1.25em 0.25em 0.75em 0;
    background-color: #0f1224;
    border: 1px solid #272a3a;
    --tw-duration: 500ms;
    transition-duration: 500ms;
    transition-duration: 0.5s;
    transition-property: color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page.expertise .approach .details:hover {
    border: 1px solid #ed0464;
}

.page.expertise .approach .details span {
    font-family: 'Montserrat-SemiBold';
    font-size: 1rem;
    color: #ed0464;
    text-transform: uppercase;
}

.page.expertise .approach h2,
.page.expertise .approach .details h3 {
    color: #ffffff;
}

.page.expertise .approach .details p,
.page.expertise .approach .details li {
    color: #d5d5d5;
}


/*
:: Blog posts
*/
.home .blog-posts {
    /*margin-bottom: 10em;*/
    /*background-color: #18060c;*/
}

.home .blog-posts .intro h2,
.home .blog-posts .intro h2 a,
.home .blog-posts .intro p {
    /*color: #fff;*/
}


/*
:: Careers page
*/
.careers #content .job {
    padding: 1.5em;
    margin-bottom: 2em;
    background-color: #eaeaea;
}


/* -----------------------------------------------
:: Slider
-------------------------------------------------- */
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    margin: 0 !important;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides li {
    position: relative;
    margin: 0;
    text-align: center;
}

.flex-control-nav {
    margin: 0 auto !important;
    text-align: center;
}

.flex-control-nav li:before {
    content: normal !important;
}

.flex-control-nav li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.flex-control-nav li a {
    display: inline-block;
    padding: 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #eaeaea;
}

.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
    background-color: #ed0464;
}


/* -----------------------------------------------
:: Pages, digital marketing
-------------------------------------------------- */
/* adwords training */
.course {
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
}

.course h3 {
    padding: 0;
    margin: 0;
}

.course h4 {
    padding: 0;
}


/* -----------------------------------------------
:: Pages, case studies
-------------------------------------------------- */


/* -----------------------------------------------
:: Pages, case study
-------------------------------------------------- */
.single-case-studies .header-wrapper .overview {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 2em 0 1em 0;
    background-color: #22082c;
    background-color: #ed0464;
    background-color: #0c0c0ca6;
}

.single-case-studies .case-study {
    margin-bottom: 5em;
}

.single-case-studies .case-study header h1 {
    margin-bottom: 0.5em;
}

.single-case-studies .case-study .container {
    padding: 2em 1.5em 0.15em 1.5em;
}

.single-case-studies .case-study .container li {
    font-size: 1rem !important;
    line-height: 1.25em;
}

.single-case-studies .case-study .container ul.iconic li:before {
    top: 0;
}

.single-case-studies .case-study .container ul.iconic.check li {
    padding-left: 1.5em;
}

.single-case-studies .case-study .container h3 {
    margin-bottom: 1em;
}

.single-case-studies .case-study .container.awards {
    padding: 1em 0 0 0;
}

/*.single-case-studies .case-study .container .logo {*/
/*	display: inline-block;*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	padding: 20px;*/
/*	background-color: #fff;*/
/*	box-shadow: 0 0 30px 0 rgba(0, 12, 54, .1);*/
/*}*/


/* -----------------------------------------------
:: Pages, about
-------------------------------------------------- */

.about-us #avatars figure {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.about-us #avatars h3 {
    margin: 0;
    padding: 0;
    color: #ed0464;
}

.about-us #values {
    margin-bottom: 10em;
}

.about-us #values figure {
    margin-bottom: 0;
    padding: 3em;
    background-color: #f3f7f8;
    border: 2px solid #fff;
    text-align: center;
}

.about-us #values figure img {
    max-width: 100px;
}

.about-us #values figcaption {
    margin: 0 auto;
    max-width: 150px;
}

.about-us #values figcaption p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5em;
}

.about-us #values figcaption.ownership p {
    color: #1fcad9;
}

.about-us #values figcaption.excel p {
    color: #e9ae22;
}

.about-us #values figcaption.value p {
    color: #2ac6b2;
}

.about-us #values figcaption.success p {
    color: #120e33;
}

.about-us #values figcaption p strong {
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 1.25rem;
    color: inherit;
}

.about-us #awards {
    padding: 3em;
    background-color: #f6ab00;
    text-align: center;
}

.about-us #awards h2,
.about-us #awards p {
    color: #fff;
}

.about-us #partners {
    padding: 3em;
    background-color: #f3f7f8;
}

.about-us #partners h2 {
    margin-bottom: 2em;
}

.about-us .introduction {
    padding-bottom: 3em;
}


/* -----------------------------------------------
:: Pages, contact
-------------------------------------------------- */

.contact #content {
    padding: 0 0 2em 0;
}

.fluentform .services .ff-el-form-check {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 1em 1em 0 0;
    transition: all .3s;
    border-radius: 10px;
    background-color: #fff;
}

.fluentform .services .ff-el-form-check.ff_item_selected {
    background-color: #ed0464;
    color: #fff;
}

.fluentform .services .ff-el-form-check-label .ff-el-form-check-input {
    position: absolute !important;
    left: -99999px;
}

.ff-message-success {
    border: none !important;
    box-shadow: none !important;
}


/* -----------------------------------------------
:: Blog elements
-------------------------------------------------- */
.blog-title {
    margin-bottom: 0;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-size: 2rem;
    color: #222;
}

.blog-welcome {
    margin-bottom: 2em;
    text-align: center;
}

.archive-header {
    margin-bottom: 5em;
}

.archive-header h1 {
    margin-bottom: 0.5em;
}

.post h1 {
    margin-bottom: 0.15em;
    line-height: 1em;
    font-family: 'Montserrat-ExtraBold', Arial, sans-serif;
}

.post h1 a,
.post h2 a {
    color: #333;
    text-decoration: none;
}

.post h1 a:hover,
.post h2 a:hover {
    color: #ed0464;
    text-decoration: none;
}

.post-loop {
    margin-bottom: 5em;
}

.post-loop header {
    position: relative;
}

.home .post-loop header {
    margin: 0;
    border: none;
}

.post-loop header .title-box .posted-in {
    margin-bottom: 0.5em;
    font-family: 'Montserrat-SemiBold';
    font-size: 0.875rem !important;
    line-height: 1.25em;
    text-transform: uppercase;
}

.post-loop header .title-box time {
    display: block;
    margin-bottom: 1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.post-loop header h2 {
    padding: 0;
    margin-bottom: 0.25em;
    font-size: 1.5rem;
}

.first-post.post-loop header h2 {
    font-size: 2.5rem;
}

.post-loop header h2 span {
    position: relative;
    display: initial;
}

.post-loop header h2 span:after {
    position: absolute;
    top: 3px;
    right: -30px;
    bottom: 0;
    font-family: 'Font Awesome 5';
    content: '\f30b';
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-loop header h2 a:hover span:after {
    right: -50px;
    color: #ed0464;
}

.post-loop header .title-box p {
    font-size: 0.875rem;
    line-height: 1.5em;
}

.post header .meta {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 1em;
}

.home .post header .meta {
    margin: 0;
}

.post header .zoom {
    display: block;
}

.post header .author {
    font-size: 0.875rem;
}

.entry-content {
    font-size: 1.125rem;
}

.entry-content h1,
.entry-content h2 {
    padding-top: 0.75em;
    font-size: 1.5rem;
}

.entry-content h3,
.entry-content h4 {
    font-size: 1.25rem;
}

.entry-content ol {
    margin: 0 1.5em 2em 2em;
}

.entry-content ul ul,
.entry-content ol ol {
    margin: 0 3em 0.75em 2.25em;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
    margin-bottom: 0.25em;
}

.entry-content ol,
.entry-content ul {
    margin-left: 3em;
}

.entry-content ul {
    margin-left: 3em;
    list-style-type: disc;
}

.entry-content table thead:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child td {
    border-top: 0;
}

.entry-content blockquote {
    margin: 1.5em 0 1.5em 0;
    padding: 2em 5em 1em 5em;
    border-left: 10px solid #f1d885;
    background-color: #fff0be;
}

.entry-content blockquote p {
    margin: 0 0 0.9375em 0;
    font-style: italic;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.25rem;
    color: #d8b951;
}

.entry-content blockquote:before {
    content: '\f10d';
    top: 12px;
    left: 20px;
}

.entry-content blockquote:after {
    content: '';
}

.entry-content .addtoany_share_save_container {
    margin: 2em 0;
}

.entry-content .yarpp-related {
    padding-bottom: 1em;
}

.post footer .author-profile {
    margin: 0 0 3.5em;
    padding: 1em 1em 0.5em;
    color: #888888;
    background-color: #F1F1F1;
    border: 1px solid #EAEAEA;
}

.post footer .author-profile dt {
    float: left;
    width: 125px;
}

.post footer .author-profile dd {
    float: left;
    font-size: .875rem;
}

.post table .font-default {
    font-size: 1rem;
}

.single .post iframe {
    width: 100% !important;
}

.post-nav header .title-box {
    margin-bottom: 2em;
}


/* -----------------------------------------------
:: Blog comments
-------------------------------------------------- */
#respond {
    padding-top: 2em;
}

#respond #commentform label {
    display: block;
}

#respond #commentform input[type="text"],
#respond #commentform input[type="email"],
#respond #commentform input[type="url"] {
    margin-bottom: 1em;
    width: 50%;
}

#respond #commentform textarea {
    margin-bottom: 1em;
    min-height: 200px;
}

#comments {
    padding-top: 2em;
    margin-bottom: 3em;
}

#comments .dcl-disqus-thread {
    max-width: none;
}

#comments header {
    border-top: 1px solid #e7e9ee;
}

#comments header p {
    font-size: 1rem;
}

#comments .alt {
    background-color: #fff;
}

#comments ul li {
    padding-top: 1.5em;
    border-top: 1px solid #e7e9ee;
}

#comments .vcard {
    margin-bottom: 1em;
}

#comments .vcard time {
    margin-left: 0.5em;
}

#comments article {
    position: relative;
    padding-left: 6em;
    margin-bottom: 1.5em;
}

#comments article .avatar {
    position: absolute;
    top: 0;
    left: 0;
}

#comments footer #comments-nav {
    border-top: 1px solid #DEDEDE;
    margin-top: 2em;
    padding-top: 1.5em;
}

#comments .comment #respond {
    padding-left: 6em;
}

.comment .children {
    margin-left: 6em;
}

.comment .children .children {
    margin-left: 4.5em;
}

.comment .children .avatar {
    width: 50px;
    height: 50px;
}

#comments .children article {
    padding-left: 4.5em;
}


/* -----------------------------------------------
:: Blog, pagination
-------------------------------------------------- */
.wp-pagenavi {
    clear: both;
    padding: 5em 1em 1em 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin: 0 10px;
    /*padding: 0.5em 1em;*/
    color: #000;
    /*background-color: #f0f5f7;*/
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #ed0464;
    text-transform: uppercase;
}

.wp-pagenavi .extend {
    padding: 0;
    background-color: transparent;
}

.wp-pagenavi .extend:after {
    position: relative;
    top: 16px;
    font-size: 36px;
    color: #0c1228;
    content: '...';
}


/* -----------------------------------------------
:: Blog authors
-------------------------------------------------- */
#bio {
    position: relative;
}

#bio .avatar-wrapper {
    width: 150px;
}

#bio .avatar img {
    width: 100%;
}

#bio h4 {
    padding: 0;
    margin-bottom: 0;
}

#bio p {
    margin-bottom: 0.75em;
    font-size: 0.875rem;
}


/* -----------------------------------------------
:: Footer
-------------------------------------------------- */
#getintouch {
    margin: 4em auto 5em auto;
    max-width: 46em !important;
    padding: 3em 3em;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1), 0 20px 15px -10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1), 0 20px 15px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1), 0 20px 15px -10px rgba(0, 0, 0, .1);
}

#getintouch h3 {
    font-size: 2rem;
}

#getintouch h3,
#getintouch p {
    padding: 0;
}

#getintouch h3 {
    margin-bottom: 0;
}

#getintouch .button {
    border: 2px solid #fff;
    color: #fff;
}

#getintouch .button:hover {
    background-color: #fff;
    color: #ed0464;
}

#footer {
    padding: 3em 0;
    text-align: center;
}

#footer .row {
    max-width: 400px !important;
}

#footer h4 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    line-height: 1em;
    color: #fff;
}

#footer p,
#footer li,
#footer a {
    font-size: 0.75rem;
    color: #fff;
}

#footer li {
    display: block;
}


/* -----------------------------------------------
:: Footer, social & address
-------------------------------------------------- */

#footer .tel {
    display: block;
    margin-bottom: 0.25em;
    font-family: Montserrat-Bold;
    font-size: 1.25rem;
    color: #fff;
    line-height: normal;
}

#footer .business li {
    display: inline-block;
}

#footer .business li:after {
    content: ', ';
}

#footer .business li:last-child:after {
    content: '';
}

#footer .social {
    margin: 0 0 0.5em -3px;
}

#footer .social li {
    display: inline-block;
}

#footer .social li a:before {
    color: #fff;
}

#footer .menu li {
    margin-bottom: 0.5em;
}

#footer .menu li a {
    text-decoration: none;
}

#footer .menu li a:hover {
    color: #ed0464;
}

#footer .widget_media_image {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px 10px 0 0;
}


/* -----------------------------------------------
:: Copyright
-------------------------------------------------- */
#copyright {
    clear: both;
}

#copyright p, #copyright a {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #fff;
}


/* -----------------------------------------------
:: Credits
-------------------------------------------------- */
#credits {
    text-align: center;
}

#credits .row {
    max-width: 24em !important;
}

#credits .widget {
    display: inline-block;
    margin: 0 1em 0.5em 1em;
}


/* -----------------------------------------------
:: ScrollToTop
-------------------------------------------------- */
#toTop {
    display: none;
    position: fixed;
    bottom: 1.55em;
    right: 1.55em;
    padding: .75em 1em;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ed0464;
    background-color: #ed0464;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    -ms-transition: .2s all linear;
    transition: .2s all linear;
    overflow: hidden;
    z-index: 999;
}

#toTop .fa {
    font-size: 1rem;
}

#toTop:hover {
    background-color: #ed0464;
    border: 1px solid #ed0464;
}


/* -----------------------------------------------
:: Media specific
-------------------------------------------------- */
@media only screen and (min-width: 20em) {
    /*
    min-width:320px;
    */
}

@media only screen and (min-width: 22.5em) {
    /*
    min-width:360px;
    */
}

@media only screen and (min-width: 30em) {
    /*
    min-width:480px;
    */
    #bio {
        padding: 1.5em 1.5em 0.5em 150px;
        min-height: 150px;
    }

    #bio .avatar-wrapper {
        position: absolute;
        top: 1.5em;
        left: 0;
    }

    #bio .avatar-wrapper img {
        width: 130px;
    }
}

@media only screen and (min-width: 30.0625em) {
    /*
    min-width:481px;
    */
}

@media only screen and (min-width: 33.75em) {
    /*
    min-width:540px;
    */
    /* header */
    #header #logo {
        width: 250px;
        background: url("../images/logo/logo-netmatter-black-250.png") no-repeat;
    }

    .home #header #logo,
    .about-us #header #logo,
    .contact #header #logo,
    .post-type-archive-case-studies #header #logo,
    .single-case-studies #header #logo,
    .page.expertise #header #logo {
        background: url("../images/logo/logo-netmatter-white-250.png") no-repeat;
    }

    #header.scrolling #logo {
        background: url("../images/logo/logo-netmatter-black-250.png") no-repeat !important;
    }

    .main-menu-open #header.scrolling #logo {
        background: url("../images/logo/logo-netmatter-white-250.png") no-repeat !important;
    }

    .main-menu-open #header #logo,
    .main-menu-open #header.scrolling #logo {
        background: url("../images/logo/logo-netmatter-white-250.png") no-repeat;
    }
}

@media only screen and (min-width: 37.50em) {
    /*
    min-width:600px;
    */
    .services-list li {
        padding: 3em;
    }

    /* menu */
    .main-menu-open .menu-background {
        transform: scale(1.5);
    }

    /* case studies */
    #case-studies figure img {
        width: 101%;
    }

    /* case study pages */
    .single-case-studies .case-study .mobile {
        position: absolute;
        bottom: 25px;
        left: 15px;
        max-width: 10%;
    }

    .single-case-studies .case-study .tablet {
        position: absolute;
        bottom: 25px;
        max-width: 25%;
        right: 15px;
    }

    /* header wrapper */
    /*.header-wrapper.featured,*/
    /*.header-wrapper .hero-video {*/
    /*    height: 550px;*/
    /*}*/

    .single-case-studies .header-wrapper.featured {
        height: 750px;
    }

    /* home */
    .header-wrapper .overview {
        padding: 5em 1.5em 0 1.5em;
    }

    .home .promo.overlay {
        padding: 3em 4em 2em 4em;
    }

    /* footer */
    #footer {
        position: relative;
    }
}

@media only screen and (min-width: 45em) {
    /* header */
    #header .tel {
        right: 300px;
    }
}

@media only screen and (min-width: 48em) {
    /*
    min-width:768px;
    */
    /* header wrapper */
    /*.header-wrapper.featured,*/
    /*.header-wrapper .hero-video {*/
    /*    height: 500px;*/
    /*}*/

    .main-menu {
        width: 40vw;
        left: auto;
        right: 0; /*background: rgba(237, 4, 100, 0.97);*/
    }

    .menu-background {
        width: 90vw;
    }

    /* sections */
    section.welcome .featured-image {
        margin-bottom: -15%;
    }

    section.approach .wrapper:before {
        top: 10%;
        font-size: 48px;
        width: 75px;
        height: 75px;
    }

    /* case studies */
    #case-studies figure img {
        width: auto;
    }

    #case-studies.featured figcaption {
        bottom: -10em;
    }
}

@media only screen and (min-width: 50em) {
    /*
    min-width:800px;
    */
    /* menu */
    .main-menu-open .menu-background {
        transform: scale(1);
    }

    /* home */
    .home .header-wrapper .maxw-1088 {
        max-width: 76em !important;
    }
}

@media screen and (min-width: 64em) {
    /*
    min-width:1024px;
    */
    body.page-template-page-services {
        background: url("../images/assets/water-pink.svg");
        background-repeat: no-repeat;
        background-position: 85% -2%;
    }

    .cls.narrow-right {
        padding-right: 10em
    }

    h1 {
        font-size: 4.5rem;
    }

    .page.about-us .header-wrapper .welcome,
    .page.expertise .header-wrapper .welcome {
        padding-top: 50px;
    }

    .page.about-us .header-wrapper .welcome h1,
    .post-type-archive-case-studies .header-wrapper .welcome h1 {
        font-size: 3.25rem;
    }

    #primary ul li a {
        text-decoration: none;
    }

    #primary > ul > li > a {
        position: relative;
        display: block;
    }

    /* sections */
    .page-template-page-services .header-wrapper .introduction,
    .page-template-page-expertise .header-wrapper .introduction {
        width: 60%;
    }

    section.welcome .featured-image {
        margin-bottom: -15%;
    }

    section .bg-pink-dark .wrapper .details {
        padding: 7% 7%;
    }

    section.approach .introduction {
        padding: 0 3.25%;
    }

    /* home */
    .cls.intro {
        padding-bottom: 4em;
    }

    .home #services .intro p {
        font-size: 2.25rem;
    }

    .intro {
        position: relative;
    }

    .intro .introduction {
        width: 50%;
    }

    .intro .cta-button {
        position: absolute;
        top: 1.5em;
        right: 0.75em;
    }

    .post-type-archive-case-studies .intro .cta-button {
        top: 1em;
        right: 0;
    }

    .post-type-archive-case-studies .header-wrapper {
        height: 550px;
    }

    /* pricing tables */
    #pricing .cls:nth-child(2) .inner {
        border-bottom: 1px solid #ccc;
        border-right: none;
    }

    #pricing .cls:last-child .inner {
        border-top: 1px solid #ccc;
        border-left: none;
    }

    #pricing button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: 0 auto;
        width: 50%;
    }

    .home #services {
        margin: 2em auto 10em auto;
        max-width: 1600px;
    }

    .home #services .row {
        max-width: 1600px;
    }

    .home .sidebyside .row,
    .home .sidebyside .row .cls {
        height: 100vh;
    }

    .home .sidebyside .inner {
        padding: 0 15%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
    }

    .home .sidebyside .background-image {
        height: 100vh;
        background-image: url(https://www.demo.needyesterday.com/wp-content/uploads/2018/08/aurora.jpg), linear-gradient(180deg, rgba(0, 30, 79, 0.45) 0%, rgba(0, 30, 79, 0.45) 100%);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* case study pages */
    .single-case-studies .case-study .sticky {
        position: sticky;
        top: 150px;
    }

    .single-case-studies .case-study .details p {
        margin-right: 3em;
    }

    /* blog */
    .post-loop header .title-box {
        width: 80%;
    }

    .first-post.post-loop header .title-box {
        width: 50%;
    }

    .first-post.post-loop header .title-box .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 75%;
        height: 45vh;
    }

    /* footer */
    #footer {
        text-align: left;
    }

    #footer .row {
        max-width: 90em !important;
    }

    #footer h4 {
        padding: 0;
    }

    #footer .business li {
        float: left;
        margin-right: 3px;
    }

    #footer .footer-one {
        padding-right: 3em;
    }

    #footer .footer-two {
        padding-left: 2.5em;
    }
}

@media screen and (min-width: 68.75em) {
    /*
    min-width:1100px;
    */
    .home .welcome h1 {
        font-size: 4rem;
    }

    .home .welcome .subheading {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 75em) {
    /*
    min-width:1200px;
    */
    .first-post.post-loop header .title-box .inner {
        height: 50vh;
    }

    .inner .padr {
        padding-right: 20%;
    }

    section.welcome {
        margin-bottom: 15em;
    }

    section.welcome .featured-image {
        margin-left: 20%;
    }
}

@media screen and (min-width: 80em) {
    /*
    min-width:1280px;
    */
    .menu-container {
        padding: 150px 20%;
    }

    /* home */
    .home .welcome h1 {
        font-size: 4.125rem;
    }

    /*.home #services .cls.narrow-right { position: sticky; top: 200px; }*/
    #services .cards .inner {
        margin-bottom: 3.5em;
    }

    #case-studies .case-study:nth-child(3) {
        display: initial;
    }

    .about-us h2.first {
        padding-top: 1em;
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 81.25em) {
    /*
    min-width:1300px;
    */
    .first-post.post-loop header .title-box .inner {
        min-height: 500px;
    }
}

@media screen and (min-width: 87.5em) {
    /*
    min-width:1400px;
    */
    /*ul.clients { display: flex;  justify-content: space-between; align-items: center; }*/
    #services:after {
        bottom: -16%;
        font-size: 150px;
    }
}

@media screen and (min-width: 90em) {
    /*
    min-width:1440px;
    */
}

@media screen and (min-width: 100em) {
    /*
    min-width:1600px;
    */
}

@media screen and (min-width: 120.25em) {
    /*
    min-width:1924px;
    */
    .burger {
        position: absolute;
    }

    #header.scrolling .burger {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #header.scrolling .burger span {
        background: #fff;
    }
}


