/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
    background: white;
    font-family: "Heebo", sans-serif;
    --primary-color1: #e80a0a;
    --primary-color2: #c40707;
    --secondary-color1: #040e21;
    --secondary-color2: #131F47;
    --secondary-color3: #202d46;
}

#cookie-law-info-bar {
    background-color: #313147 !important;
    color: #fff !important;
    box-shadow: none;
    padding: 20px !important;
}

.cli-bar-btn_container a {
    background: transparent !important;
    border: 2px solid #fff;
    color: #fff !important;
    transition: all 500ms ease;
}

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

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

.title {
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 1000;
}

.subtitle {
    font-size: 34px;
    line-height: 42px;
}

.title.large {
    font-size: 70px;
    line-height: 70px;
    font-weight: 1000;
    text-transform: uppercase;
}

.smalltitle {
    color: var(--primary-color1);
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.services-list.four li {
    width: calc((100% / 4) - 15px);
}

ul.services-list.four {
    display: flex;
    flex-wrap: wrap;
}

.subtext {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 20px;
}

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

p,
li {
    font-size: 16px;
    line-height: 30px;
}

p {
    margin: 0px 0px 15px 0px;
}

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

a {
    text-decoration: none !important;
}

.readmore.alt:hover {
    color: var(--primary-color1);
    background: #fff;
}

.readmore.alt {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.readmore,
.cd-upload-btn {
    display: block;
    width: fit-content;
    padding: 16px 20px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 15px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--primary-color1);
}

.readmore:hover {
    opacity: .6;
}
.page-break-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.services-list {
    padding-left: 0px;
    list-style: none;
    column-gap: 20px;
}

.services-list.ticks li::before {
    content: '\f00c';
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list.ticks li {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.services-list li {
    position: relative;
    padding: 4px 0px;
    box-sizing: border-box;
}

.services-list.three li {
    width: calc((100% / 3) - 14px);
}

.services-list.three {
    display: flex;
    flex-wrap: wrap;
}

.services-list.two li {
    width: calc((100% / 2) - 10px);
}

.services-list.two {
    display: flex;
    flex-wrap: wrap;
}

.services-list li::before {
    content: '\f138';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 900;
}

/* == == Generic END == == */


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    transition: all 0.3s ease;
}

#masthead .logo img {
    object-fit: contain;
    transition: all 500ms ease;
    object-position: left;
}

.site-header>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page {
    overflow: hidden;
    padding-top: 122px;
}

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

ul#primary-menu ul.sub-menu li.menu-item.current-menu-item>a {
    color: white;
    border-left: 3px solid #fff;
    font-weight: 800;
}

header#masthead.navbar-fixed-top {
    margin-top: -130px;
}

.menu-icons {
    width: 300px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.header-contactbar {
    background: var(--darkblue);
    display: flex;
    padding: 5px 0px;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}

.header-contactbar p {
    margin: 0px;
}

#masthead>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

#masthead #site-navigation {
    height: 100%;
}

.menu-right {
    position: relative;
}

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 240px;
    background: var(--primary-color1);
}

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

#masthead ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    justify-content: flex-end;
    gap: 20px;
    margin: 0px 0px;
    height: 100%;
}

#masthead ul#primary-menu li.menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

#masthead ul#primary-menu>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 20px;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    font-weight: 600;
    transition: all 500ms ease;
}

#masthead ul.sub-menu>li>a {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    position: relative;
    transition: all 300ms ease;
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    border-top: 1px solid #00000040;
}

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

#masthead ul.sub-menu>li>a:hover {
    background: var(--primary-color2);
}

#masthead li.menu-item.menu-item-has-children::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 12px;
    transition: all 500ms ease;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
}

#masthead.navbar-fixed-top li.menu-item.menu-item-has-children::before {
    color: white;
}

/*== == == Dropdown END == == ==*/

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    width: 44%;
    height: 100%;
    bottom: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    scale: 1.2;
}

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

input.readmore {
    margin: 0px;
}

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

.privacy-text p {
    font-size: 13px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: white;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: solid 3px #ccc;
}

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

.wpcf7 {
    display: flex;
    justify-content: center;
}

.wpcf7 .privacy-text p>a {
    color: var(--primary-color1);
    font-weight: 600;
}

.wpcf7-form .title {
    color: var(--primary-color1);
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0px;
}

div#ebook-fold .ebook-form .ebook-form-fields>span {
    width: calc((100% / 2) - 10px);
}

div#ebook-fold {
    padding: 150px 0px 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;
    z-index: 5;
    gap: 200px;
}

.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(--primary-color1);
}

.ebook-image {
    position: relative;
}

.ebook-form {
    flex: 100;
}

.ebook-form-text>.smalltitle {
    text-transform: uppercase;
    font-size: 20px;
    font-style: italic;
}

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

.input-readmore {
    position: relative;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.input-readmore .wpcf7-spinner {
    position: absolute;
}

.input-readmore::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 28px;
    height: 36px;
    background-image: url('/wp-content/uploads/2024/11/small-lion-white.png');
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%);
    pointer-events: none;
}

.input-readmore .readmore {
    width: 210px;
    padding: 14px 0px 14px 25px;
}

.ebook-form-text .title span {
    display: block;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 16px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 40px 0;
    position: relative;
    background: var(--secondary-color1);
    width: 100%;
    color: #fff;
    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: 35%;
    margin-right: 10%;
    margin-left: 20%;
}

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

.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
    line-height: 14px;
}

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

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

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

.footer-block .footer-block-item p.subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #333;
}

.footer-block-item.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 20%;
}

.footer-block .socials {
    width: 100%;
    justify-content: space-between;
}

.footer-block-item.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-block-item>a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
}

.footer-block .socials {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.footer-block .socials i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

/* == == FOOTER BLOCK END == ==*/

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

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

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

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

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

#footer a {
    color: white;
}

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;
}

.footer-block-item-list {
    width: 100%;
    height: 100%;
}

.footer-block ul li:not(.footer-map li) {
    width: calc(100% / 2);
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
}

.footer-block ul li:not(.footer-map li) a {
    color: white;
    transition: all 0.5s ease;
}

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

div#footer a:hover {
    transform: scale(0.95);
    opacity: 0.7;
}

div#footer a {
    transition: all 500ms ease;
}

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


/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-fold2-section {
    padding-top: 100px;
}

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

.address-wrap {
    max-width: 320px;
    width: 100%;
}

.contact-card {
    flex: 1;
}

.address-wrap ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.address-wrap ul :is(li, p) {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.address-wrap ul :is(li, p) a {
    color: var(--primary-color1);
    font-weight: 600;
}

.address-wrap h1,
h3.contact-title {
    font-size: 36px;
    color: var(--color1);
    margin-bottom: 20px;
    font-weight: 1000;
    text-transform: uppercase;
    text-align: center;
}

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'Font Awesome 6 Pro';
    color: gray;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 3px;
    left: 0px;
}

.address-wrap ul.mobile::before {
    content: '\f3ce';
}

.address-wrap ul.phone::before {
    content: "\f095";
}

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

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

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

.mob-menu-header-holder {
    box-shadow: 0px 0px 10px 0px #00000040;
}

.popup-form-wrapper input,
.popup-form-wrapper textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper,
.popup-form-wrapper select,
.wpcf7 .form-field textarea {
    width: 100% !important;
    background: #eee;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: solid 0px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
}

.popup-form-wrapper {
    border-color: var(--primary-color1);
    border-radius: 10px;
}

.popup-close {
    background: var(--primary-color1);
    border-color: white;
    border-width: 2px;
}

.pweb-title .subtext {
    margin: 0px;
}

div#popup-general-form {
    background: whitesmoke;
}

.popup-form-wrapper .wpcf7 {
    overflow: auto;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.pweb-title {
    text-align: center;
    padding: 25px 0px;
    position: relative;
    width: calc(100%);
    background: var(--primary-color1);
    color: white;
    margin-bottom: 20px;
}

.pweb-title .subtitle {
    margin: 0px;
}

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

.contact-card .subtitle {
    margin-bottom: 20px;
    color: var(--primary-color1);
}

/* General form styling */
.contact-card .wpcf7-form {
    margin: 0 auto;
    border-radius: 8px;
}

.contact-card .wpcf7-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}

.wpcf7-form input:not(.readmore),
.wpcf7-form textarea,
.form-interest select {
    width: 100%;
    padding: 12px 15px;
    border-width: 3px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: "Heebo", sans-serif;
    border: 0px;
    font-size: 16px;
    color: #00000080;
}

.contact-card :is(.wpcf7-form input:not(.readmore),
    .wpcf7-form textarea) {
    border-color: #ccc;
    border-style: solid;
    margin-bottom: 10px;
}

body #primary .contact-card input[type="submit"] {
    background: var(--primary-color1);
    color: white;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 10px;
}

/* Focus states */
.contact-card:is(.wpcf7-form input:focus,
    .wpcf7-form textarea:focus) {
    outline: none;
    border-color: var(--primary-color1);
}

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
}

/* Placeholder text styling */
.wpcf7-form-control::placeholder {
    color: #999;
}

.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .6;
}

/* Privacy details styling */
.privacy-details {
    font-size: 14px;
    margin-top: 10px;
}

.privacy-details a {
    color: var(--primary-color1);
    font-weight: 700;
}

/* Styling for the spinner */
.wpcf7-spinner {
    display: none !important;
    margin-left: 10px;
    border: 2px solid #ccc;
    border-top: 2px solid #5e92f3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}

/* Error or success messages */
.wpcf7-response-output {
    padding: 10px;
    margin-top: 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

/*== == 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-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border: none;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.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;
}

#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 {
    line-height: 18px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

#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: 'Poppins';
    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;
    margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/

/*== == System Pages == ==*/

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

/*== == System Pages END == ==*/



/** SIDECART START **/

.xoo-wsc-ft-buttons-cont {
    display: flex;
    flex-direction: column;
}

/** SIDECART END **/



/** MODULE FOLD A START **/

.module-folda-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.module-folda-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-folda-item-img::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(4, 14, 33, .9) 35%, rgba(4, 14, 33, .25));
    position: absolute;
}

.module-folda-item-content {
    color: #fff;
    padding: 180px 0px 100px;
}

.module-folda-item-text {
    max-width: 740px;
}

.module-folda-item-text .readmore {
    width: 100%;
}

/** MODULE FOLD A END **/



/** MODULE FOLD B START **/

.module-foldb {
    margin: 80px 0px;
}

.module-foldb-main {
    display: flex;
    justify-content: left;
    position: relative;
}

.module-foldb-content {
    min-height: 240px;
    width: calc((100% / 2) - 40px);
}

.module-foldb-img {
    position: absolute;
    width: calc((100% / 2) - 40px);
    right: 0;
    top: 0;
    height: 100%;
}

.module-folb-content-title * {
    margin: 0px;
}

.module-foldb.fullwidth .module-foldb-content-buttons .readmore {
    width: 100%;
}

.module-folb-content-title {
    margin: 0px 0px 15px 0px;
}

.module-foldb-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.module-foldb.fullwidth .module-foldb-content {
    width: 100%;
}

/** MODULE FOLD B END **/



/** PAGE BREAK START **/

.page-break {
    color: #fff;
    background: var(--primary-color1);
    padding: 80px 0px;
    text-align: center;
}

.page-break-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    margin: 0px auto;
}

/** PAGE BREAK END **/


/** LOGO FOLD START **/

.logo-fold li img {
    max-width: 240px;
    max-height: 80px;
    width: 100%;
    object-fit: contain;
}

.logo-fold li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-fold {
    border-top: 1px solid #cccccc60;
    padding: 80px 0px;
    border-bottom: 1px solid #cccccc60;
}

/** LOGO FOLD END **/

.module-foldc {
    background: #e9eff2;
    padding: 80px 0px;
}

.module-folc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.module-foldc-listitem {
    width: calc((100% / 3) - 16px);
    border: 1px solid var(--secondary-color1);
    position: relative;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}

.module-foldc-listitem p {
    margin: 0px;
    padding: 14px 0px;
    flex: 100;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.module-foldc-listitem-icon::before {
    content: '\f3ed';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: var(--primary-color1);
    z-index: 1;
    font-size: 24px;
}

.module-foldc-listitem-icon::after {
    content: '\f132';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 28px;
}

.module-foldc-listitem-icon {
    position: relative;
    width: 60px;
    background: var(--secondary-color1);
}

.module-foldc-title {
    text-align: center;
    margin-bottom: 40px;
}

.module-foldc-title .title {
    margin: 0px;
}

.module-foldc-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.module-foldc-buttons .readmore {
    width: 100%;
}

.page-break-main p:not([class]) {
    font-size: 20px;
    line-height: 28px;
}

.masthead-top .row-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.masthead-top-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.masthead-top-text p {
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    line-height: 30px;
    margin: 0px;
}

.masthead-top-text p b {
    display: block;
}

.masthead-bottom .row-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.masthead-bottom-callus {
    background: var(--primary-color1);
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), 50% 100%, 0% calc(100% - 30px));
    margin-bottom: -30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 20px 40px;
    width: 180px;
    transition: all 300ms ease;
}

.masthead-bottom {
    background: var(--secondary-color1);
}

.masthead-bottom-callus * {
    margin: 0px;
}

.masthead-bottom-callus p:first-child {
    font-size: 18px;
    text-transform: uppercase;
}

.menu-menu-1-container {
    height: 100%;
}

.masthead-rating i {
    color: #feb200;
    margin-bottom: 10px;
    font-size: 20px;
}

.masthead-rating p {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}

.masthead-rating p b {
    display: block;
    font-size: 26px;
    font-weight: 800;
}

.masthead-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    background: var(--secondary-color1);
    color: #fff;
    box-sizing: border-box;
    padding: 20px 0px;
}

#masthead .logo:hover {
    opacity: .6;
}

.masthead-bottom-callus:hover {
    background: var(--primary-color2);
}

.module-foldb.flipped .module-foldb-img {
    left: 0;
    right: unset;
}

.module-foldb.flipped .module-foldb-main {
    justify-content: right;
}

.footer-contact {
    background: var(--secondary-color2);
    color: #fff;
    padding: 80px 0px;
}

.footer-contact-socials-item {
    display: flex;
    align-items: center;
    flex: 100;
}

.footer-contact-title * {
    margin: 0px;
    text-align: center;
}

.footer-contact-title {
    margin-bottom: 40px;
}

.footer-contact-socials {
    display: flex;
    gap: 40px;
}

.footer-contact-socials-item.email {
    background: var(--primary-color1);
}

.footer-contact-socials-item.phone {
    background: var(--secondary-color1);
}

.footer-contact-socials-item.email .footer-contact-socials-item-icon {
    background: var(--primary-color2);
}

.footer-contact-socials-item.phone .footer-contact-socials-item-icon {
    background: #ffffff10;
}


.footer-contact-socials-item-icon {
    height: 100%;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.footer-contact-socials-item-content {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 100;
}

.footer-contact-socials-item-content .smalltitle {
    margin-bottom: 5px;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.footer-contact-socials-item-content .readmore {
    margin: 0px;
    border: 2px solid #fff;
    background: transparent;
    width: 100%;
}

.footer-contact-socials-item-content p:not([class]) {
    font-size: 18px;
    line-height: 26px;
}

.footer-contact-socials-item.email .footer-contact-socials-item-content .readmore:hover {
    background: var(--primary-color2);
}

.footer-contact-socials-item.phone .footer-contact-socials-item-content .readmore:hover {
    background: #ffffff10;
}

.footer-contact-form {
    margin: 40px 0px 0px;
    background: var(--secondary-color1);
    padding: 20px;
}

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

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

.form-file {
    width: 100%;
    margin-top: 20px;
    float: left;
    line-height: 0;
}

.codedropz-upload-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.form-file .codedropz-upload-inner * {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.codedropz-upload-container {
    padding: 10px;
}

span.dnd-upload-counter {
    bottom: 10px;
}

.footer-block-item.links div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer-block p:not([class]) {
    font-size: 14px;
    line-height: 24px;
    color: #dddddd;
}

.footer-block-item.links div a {
    color: var(--primary-color1);
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
}

.footer-block-item.contact p:not([class]) {
    margin-bottom: 10px;
}

.footer-map {
    width: 100%;
    height: 300px;
}

.footer-block-item.contact p b {
    display: block;
    text-transform: uppercase;
}

.footer-block-item.contact p a {
    color: var(--primary-color1);
    text-transform: uppercase;
}

div#module-folda-splide .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

div#module-folda-splide .splide__arrows .splide__arrow {
    border: 0px;
    background: transparent;
    height: 100%;
    pointer-events: all;
    transition: all 300ms ease;
    padding: 0px 10px;
    cursor: pointer;
}

div#module-folda-splide .splide__arrows .splide__arrow:hover {
    background: #00000040;
}

div#module-folda-splide .splide__arrows .splide__arrow svg {
    display: none;
}

div#module-folda-splide .splide__arrows .splide__arrow::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 18px;
    background: var(--secondary-color3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
}

div#module-folda-splide .splide__arrows .splide__arrow:first-child::before {
    content: '\f053';
}

.module-fold-b-content-imgs {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0px 30px;
}

.module-fold-b-content-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-foldb.gray {
    background: #e9eff2;
    padding: 80px 0px;
    margin: 0px;
}



/** FAQ FOLD **/

.faq-fold {
    padding: 60px 0px;
    background: #e9eff2;
}

.faq-fold-title {
    text-align: center;
    margin-bottom: 40px;
}

.faq-fold-listitem-top {
    background: var(--primary-color1);
    color: #fff;
    padding: 14px 20px;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
}

.faq-fold-listitem-top p {
    margin: 0px;
    font-size: 18px;
    line-height: 26px;
}

.faq-fold-listitem-bottom {
    max-height: 0px;
    opacity: 0;
    transition: all 500ms ease;
    pointer-events: none;
    background: #fff;
    padding: 0px 20px;
}

.module-fold-b-content-imgs br {
    display: none;
}

.module-foldb-bottom {
    margin-top: 20px;
}

.faq-fold-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-fold-listitem.active .faq-fold-listitem-bottom {
    max-height: 500px;
    opacity: 1;
    pointer-events: all;
    padding: 14px 20px;
}

.faq-fold-listitem-bottom :last-child {
    margin-bottom: 0px;
}

.faq-fold-listitem:hover .faq-fold-listitem-top {
    background: var(--primary-color2);
}

.faq-fold-listitem {
    cursor: pointer;
}

.faq-fold-title * {
    margin: 0px;
}

/** FAQ FOLD END **/


div#lightbox #outerImageContainer {
    height: unset !important;
    width: unset !important;
}

div#imageContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#imageContainer {
    height: 100%;
}

div#lightbox {
    max-width: 1140px;
    max-height: 800px;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    top: 50% !important;
    width: max-content;
}

div#lightbox #outerImageContainer * {
    max-height: 800px;
}

div#imageDataContainer {
    width: 100% !important;
}

.module-fold-b-content-imgs a::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    transition: all 500ms ease;
    transform-origin: center;
}

.module-fold-b-content-imgs a {
    position: relative;
    aspect-ratio: 1;
    flex: 100;
}

.module-fold-b-content-imgs a::after {
    content: '';
    background: #00000060;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms ease;
}

.module-fold-b-content-imgs a:hover::after {
    opacity: 1;
}

.module-fold-b-content-imgs a:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}




/** MODULE FOLD D **/

.module-foldd {
    background: var(--secondary-color1);
    padding: 60px 0px;
    text-align: center;
}

.module-foldd-list {
    display: flex;
    gap: 20px;
}

.module-foldd-listitem {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    flex: 100;
}

.module-foldd-title {
    color: #fff;
    margin-bottom: 40px;
}

.module-foldd-listitem-img {
    height: 240px;
    width: 100%;
}

.module-foldd-listitem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-foldd-listitem-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/** MODULE FOLD D END **/

.service-header {
    color: #fff;
    background: var(--secondary-color1);
    padding: 120px 0px 40px;
    position: relative;
    text-align: center;
}

.service-header .title {
    margin: 0px;
}

.contact-footer-details p:not([class]) {
    margin: 0px;
}

.contact-footer-details {
    margin-top: 60px;
    text-align: center;
}

.service-header::before {
    content: '';
    background: #cccccc60;
    position: absolute;
    top: 80px;
    height: 1px;
    width: 100%;
    left: 0;
}

.smalltitle.black {
    color: #000;
}

@media (min-width: 1024px) {
    .mobile-rating {
        display: none;
    }
}

#masthead ul#primary-menu>li.menu-item.current-menu-item>a {
    color: var(--primary-color1);
}

#masthead ul#primary-menu>li.menu-item::after {
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 3px;
    background: var(--primary-color1);
    opacity: 0;
    transition: all 500ms ease;
}

#masthead ul#primary-menu li.menu-item.current-menu-item::after {
    opacity: 1;
}

#masthead ul#primary-menu li.menu-item:hover::after {
    opacity: 1;
}

#masthead ul#primary-menu>li:hover>a {
    opacity: .6;
}

.splide__pagination button {
    border: 0px;
    background: var(--secondary-color1);
    height: 2px;
    transition: all 500ms ease;
    width: 30px;
}

.splide__pagination {
    padding: 0px;
    margin-top: 20px !important;
}

.splide__pagination button.is-active {
    background: var(--primary-color1);
}

@media (min-width: 1024px) {
    li.menu-item-home a::before {
        content: '\e3af';
        color: #fff;
        font-family: 'Font Awesome 6 Sharp';
        transition: all 500ms ease;
        cursor: pointer;
        font-size: 16px !important;
        line-height: 26px;
    }

    li.menu-item-home a {
        font-size: 0px !important;
    }

    #masthead ul#primary-menu>li.menu-item.current-menu-item>a::before {
        color: var(--primary-color1);
    }
}
.module-foldb a:not([class]) {
    color: var(--primary-color1);
}

.policy-fold {
    padding: 60px 0px;
}

.sitemap-fold {
    padding: 60px 0px;
}
.masthead-ratedpeople-logo img {
    height: 60px;
}
.dnd-upload-status .dnd-upload-details > .name > * {
    color: #fff !important;
    font-size: 18px;
    overflow: unset !important;
    line-height: 24px;
    white-space: wrap !important;
}

.form-enquire .wpcf7-not-valid-tip {
    bottom: 20px;
}

.footer-block p:not([class]) a {
    color: var(--primary-color1);
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.cli-bar-btn_container a:hover {
    opacity: .6;
}

div#hoverNav a {
    background: none !important;
    position: relative;
}

div#hoverNav a::before {
    background: #fff;
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    z-index: 10;
    color: #000;
    font-size: 24px;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

div#hoverNav a:last-child::before {
    content: '\f054';
    left: unset;
    right: 0;
}

.footer-block-item.contact div p:not([class]) {
    margin-bottom: 0px;
}

.readmore.alt2 {
    border: 2px solid var(--primary-color1);
    color: var(--primary-color1);
    background: transparent;
}

.page-break-buttons .alt2 {
    border: 2px solid #fff;
    color: #fff;
}

.module-foldc-buttons {
    gap: 20px;
}

.module-foldb-content-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.module-folda-buttons {
    display: flex;
    gap: 20px;
}

.module-folda-buttons .alt2 {
    border: 2px solid #fff;
    color: #fff;
}

.faq-fold-listitem-top::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Sharp';
    position: absolute;
    right: 20px;
    transition: all 500ms ease;
}

.faq-fold-listitem.active .faq-fold-listitem-top::before {
    transform: rotate(90deg);
}