/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
::before, ::after {
    pointer-events: none;
}
.mob-standard-logo img {
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    background: white;
    font-family: "Raleway";
    --light-purple: #4f438b;
    --dark-purple: #1e1a33;
    --green: #29f1c1;
    --light-blue: #1ad7f9;
    --dark-blue: #122456;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 54px;
    font-family: "Oswald";
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 500;
}

.subtitle {
    display: block;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

span.gradient-text, .module-fold-c:first-of-type p:first-of-type {
    background: -webkit-linear-gradient(105deg, var(--light-blue) 40%, var(--green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.module-fold-c:first-of-type p:first-of-type {
    font-size:20px;
    font-weight:700;
}
.has-logo {
    position: relative;
    z-index: 3;
    width: max-content;
    max-width: 100%;
}

.has-logo::before {
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    background: url(/wp-content/uploads/2024/02/battery.png);
    background-size: contain;
    background-position: center;
    opacity: 0.2;
    background-repeat: no-repeat;
    z-index: -1;
}

.readmore {
    font-weight: 500;
    display: block;
    color: white;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 10px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: left;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: underline !important;
    background: -webkit-linear-gradient(105deg, var(--light-blue) 10%, var(--green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    width: max-content;
}

.readmore::before {
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(105deg, var(--light-blue) 10%, var(--green) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.readmore::after {
    width: 20px;
    height: 100%;
    font-family: "Font Awesome 6 Pro";
    content: '\f061';
    position: absolute;
    background: -webkit-linear-gradient(105deg, var(--light-blue) 10%, var(--green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 50%;
    right: -30px;
    transition: all .5s ease;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 14px;
}

.readmore:hover::after {
    right: -40px;
}

/* == == Generic END == == */
/* == == HEADER == == */
div.logo {
    float: none;
    max-width: 200px;
    transition: all .5s ease;
}

div.logo * {
    object-fit: contain;
    display: block;
    height: auto;
}

#page {
    overflow: hidden;
}

#masthead {
    padding: 20px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #1e1a33c2;
    transition: all 300ms ease;
}

header#masthead.navbar-fixed-top {
    padding: 10px 0px;
}

#masthead > .row-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1700px;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    margin-right: auto;
    margin-left: auto;
    flex-grow: 1;
    max-width: 1000px;
}

.menu-right {
    width: 100%;
    position: relative;
}

ul.sub-menu {
    transition: all .5s ease;
    background: white;
    list-style: none;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    background: var(--dark-blue);
    list-style: none;
    width: 310px;
    padding: 15px;
    padding-left: 28px;
    pointer-events: none;
    border-radius: 5px;
}

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
}

.menu-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.top-phone a {
    display: block;
    text-align: right;
    font-size: 18px;
    color: var(--green);
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
    font-family: 'Oswald';
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
}

ul#primary-menu li.menu-item {
    position: relative;
}

.sub-menu li:before {
    position: absolute;
    content: '\f054';
    left: -17px;
    top: 50%;
    font-size: 16px;
    color: var(--light-blue);
    line-height: 15px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Pro';
}

.sub-menu>.menu-item>a {
    transition: all 1s ease;
    font-size: 16px;
    color: white;
    margin-left: 5px;
    padding: 5px 0px;
    display: block;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600
}

.sub-menu>.menu-item>a:hover {
    letter-spacing: 0.5px;
    transition: all 1s ease;
    background: -webkit-linear-gradient(105deg, var(--light-blue) 40%, var(--green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul#primary-menu > li > a {
    color: white;
    font-size: 16px;
    line-height: 1;
    font-family: 'Oswald';
    text-transform: uppercase;
}

ul#primary-menu > li.current-menu-item > a {
    font-weight: 600;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

input.readmore {
    margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

#ebook-fold {
    background: linear-gradient(115deg, var(--dark-blue) 55%, #2d5697);
    position: relative;
    color: white;
    overflow: hidden;
}

#ebook-fold::before {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    top: -130px;
    left: 730px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    transform-origin: top center;
}

#ebook-fold::after {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    bottom: -260px;
    right: 0px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(135deg);
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #ffffff22;
    border: solid 2px #ffffff33;
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 18px;
    color: white;
}

.navbar-fixed-top div.logo {
    max-width: 200px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
    color: black;
}

.ebook-form-fields p {
    display: flex;
    gap: 20px;
    margin: 10px auto !IMPORTANT;
}

p.subtitle-1.subtitle {
    color: var(--green);
}

p.subtitle-2.subtitle {
    color: var(--light-blue);
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

div#ebook-fold {
    padding: 150px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 80px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: var(--green);
}

.brochure div#ebook-fold {
    margin-top: 0px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    color: white;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 30px 0;
    position: relative;
    background: var(--dark-purple);
    width: 100%;
    clear: both;
}

.footer-block .row-container {
    display: flex;
    align-items: flex-start;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item#middle {
    width: 55%;
    margin-right: 10%;
}

.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.footer-block-item h6 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-block .footer-block-item#middle li {
    float: left;
    width: 50%;
    padding: 8.2px 0px;
    font-size: 17px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    transition: all .33s ease;
}

.footer-block .footer-block-item#middle li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -20px;
    color: white;
    font-size: 12px;
    font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
    color: #fff;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
}

.footer-block .footer-block-item h5 {
    font-size: 24px;
    line-height: 24px;
    color: var(--light-blue);
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-block .footer-block-item p {
    color: #eee;
    margin-bottom: 0px;
    line-height: 28px;
}

.footer-block .readmore {
    color: #333 !important;
}

.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 20px;
}

/* == == FOOTER BLOCK END == ==*/
/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #141121;
    clear: both;
}

#footer > .row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
    color: white;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
    font-family: 'Raleway';
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
    font-variant-numeric: lining-nums;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

#footer .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
    background: var(--dark-blue);
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
}

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
    color: white;
    font-variant-numeric: lining-nums;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: white;
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
}

.address-wrap ul li a {
    color: white;
}

.contact-fold2-wrapper .form-enquire label {
    color: white;
}

.contact-fold2-wrapper p.privacy-details {
    color: white;
}

.contact-fold2-wrapper p.privacy-details a {
    color: var(--light-blue);
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--light-blue);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    background: whitesmoke;
    border: solid 2px #ccc;
    padding: 15px 20px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 18px;
    color: black;
}

.form-name input.wpcf7-form-control.wpcf7-text::placeholder, .form-email input.wpcf7-form-control.wpcf7-text::placeholder, .form-phone input.wpcf7-form-control.wpcf7-text::placeholder, .contact-card .wpcf7 textarea::placeholder{
    color: black;
}

.form-enquire{
	clear: both;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .sub-btn {
    float: right;
}



/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: all .25s ease .25s;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition: all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition: all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Raleway';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == System Pages END == ==*/
/**BANNER**/
.callout-banner {
    background: #332d55;
    padding: 20px 0px;
}

.callout-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 867px;
    margin: 0px auto;
}

.callout-1 p {
    color: white;
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 31px;
    line-height: 31px;
}

.callout-1 p:first-of-type {
    font-size: 50px;
    line-height: 50px;
}

.callout-banner-inner > div {
    flex: 0 0 calc(100% / 3);
    display: flex;
    flex-direction: column;
}

.callout-2 {
    align-items: center;
}

.callout-3 {
    color: white;
    gap: 10px;
}

.callout-3-top p {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.callout-3-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.callout-3-top .readmore {
    margin: 0;
    margin-right: 30px;
}

.callout-3-bot a {
    color: var(--green);
    font-family: 'Oswald';
    font-size: 54px;
    line-height: 55px;
}

ul#primary-menu > li > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: lightgray;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s ease;
}

ul#primary-menu > li > a:hover::before {
    opacity: 1;
}

.popup-close {
    border: solid 3px var(--light-purple);
    background: var(--dark-blue);
}

.popup-form-wrapper {
    border: solid 5px var(--light-purple);
    --popup-color: var(--dark-blue);
}

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select {
    font-family: 'Raleway';
}

#html_sitemap, .policy-wrapper {
    margin-top: 150px;
}

#html_sitemap .sitemap-columns-1:first-child {
    display: block !important;
}

#html_sitemap .sitemap-columns-1 {
    width: 100%;
    display: none !important;
}

.contact-card br {
    display: none;
}

.contact-card textarea, .contact-card input {
    margin: 0 !important;
}

.contact-card form > div {
    margin-bottom: 10px;
}

/*== == NEWS == ==*/
.news-feeds-outer {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative;
}

.news-feeds-inner {
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    background: white;
    padding: 20px;
    max-height: 480px;
    overflow: scroll;
    width: calc(100% - 40px);
    margin: 0px auto;
    box-sizing: border-box;
}

.news-feeds {
    display: flex;
    justify-content: space-between;
    clear: both;
}

.news-wrapper {
    position: relative;
    background: white;
    padding-top: 70px;
    float: left;
    width: 100%;
}

.case-study .news-wrapper {
    padding-bottom: 70px;
}

.news-feed-logo {
    text-align: center;
    padding: 20px 0px 60px;
    background: #333333;
    color: white;
    margin-bottom: -40px;
    width: calc(100% + 0px);
    margin-left: 0px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px;
}

.cff-visual-header .cff-header-hero img {
    width: 100% !important;
    margin: 0px !important;
}

.social-right-follow {
    flex: 0 0 calc(50% - 40px);
    margin-top: 70px;
    margin-bottom: 70px;
    z-index: 4;
    position: relative;
}

.social-stars {
    background: #333333;
    float: left;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0px;
}

.social-stars img {
    float: left;
    margin-right: 30px;
    width: 180px;
    transition: all .3s;
}

.social-stars img {
    transition: all .3s;
    filter: brightness(1.5) hue-rotate(345deg);
}

.social-stars p {
    float: left;
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 40px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.social-stars p span {
    display: block;
}

.social-links {
    float: left;
    width: 100%;
    margin-top: 50px;
    transition: all .3s;
}

.social-links-inner:hover {
    background: #c0c0c0;
    transition: all .3s;
}

.social-links-inner:hover i {
    color: var(--orange);
}

.social-links-inner:hover p {
    font-size: 22px;
    transition: all .3s;
}

.social-links-inner {
    float: left;
    width: 100%;
    background: #1d203121;
    margin-bottom: 20px;
    padding: 20px;
    transition: all .3s;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-radius: 0px;
}

.social-links-inner a {
    color: #333;
    display: flex;
    align-items: center;
}

.social-links-inner i {
    font-size: 60px;
    color: #1d2031;
    margin-right: 20px;
    transition: all .3s;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 0px;
    flex: 0 0 70px;
}

.social-links-inner p {
    font-size: 26px;
    font-weight: 600;
    padding-top: 18px;
    transition: all .3s;
}

.new-wrapper .row-container {
    padding: 0px 20px !IMPORTANT;
}

.social-links-inner i::before {
    padding: 0px !important;
    box-sizing: border-box;
    border: 0;
}

/*== == NEWS END == ==*/

.background-image {
    position: relative;
    background: url('/wp-content/uploads/2024/06/farrington-gradient-background-scaled.jpg');
    background-size: cover;
    background-position: center;
    background: linear-gradient(180deg, #1159a5, #11bee8);
}

img.left{
    object-position: left !important;
}

#primary a:not([class]) {
    color: inherit;
    text-decoration: underline !IMPORTANT;
}