/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
    background: white;
    --primary-color1: #2AB8EA;
    --primary-color2: #0081C9;
    --secondary-color1:#F5F5F5;
    --secondary-color2:#F5F5F5;
    --third-color1: #CA1C1B;
    --third-color2: #d83f3e;
    font-family: 'Outfit', sans-serif;
}

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

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

.title {
    display: block;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
}

.subtitle {
    display: block;
    font-size: 42px;
    line-height: 50px;
}

.smalltitle, .subtext {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

p, li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.smalltitle.gray {
    color: #808080;
}

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 190px;
    padding: 15px 16px;
    background: none;
    color: white;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

input.readmore{
    background:var(--primary-color1);
}

.readmore:before {
    content:'';
    background:var(--primary-color1);
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:-1;
    transition:all 500ms ease;
    transform-origin:left;
}

.readmore:after{
    content:'';
    background:var(--primary-color2);
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:-1;
    transition:all 500ms ease;
    transform-origin:right;
    transform: scalex(0);
}

.readmore:hover:after{
    transform:scalex(1);
}

.readmore:hover:before{
    transform:scalex(0);
    transform-origin:left;
}

.readmore.alt3:before {
    background:white;
}

.readmore.alt {
    background: transparent;
    border: 3px solid #ffffff99;
}

.readmore.alt::before{
    background:none;
} 

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

.readmore.alt2:before{
    background:none;
}

.readmore.alt2:hover {
    background:var(--primary-color2);
    color:white;
}

.readmore.alt3 {
    color:var(--primary-color1);
}
.readmore.alt3:hover {
    color:white;
}

/*== == == Captcha Badge == == ==*/

.grecaptcha-badge {
    visibility: hidden;
}

	/*== == = Captcha Badge END == == ==*/

/*== == == Optimisation == === ==*/

div#fold1a-splide {
    visibility: visible !important;
}

div#fold1a-splide li.splide__slide {
    width: 100% !important;
}

.fold1a-background {
    background-image: url('/wp-content/uploads/2025/03/new-fold1-septic-tank.jpg.webp');
    background-size: cover;
    background-position: 30% 100%;
    z-index: -1;
}

@media (max-width:1024px) {
    background-image: url('/wp-content/uploads/2025/03/new-fold1-septic-tank-mobile.jpg.webp');    
}

    /*== == = Optimisation END == == ==*/

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

/*== == ICON SLIDER A == ==*/

.icon-slidera-wrapper {
    display: flex;
    gap: 15px;
    width: 100%;
}

.icon-slidera-container {
    margin: 0px auto;
}

.icon-slidera-block-content .subtext {
    text-transform: none;
}

.icon-slidera-block {
    flex: calc(100% / 4);
    box-shadow: 0px 0px 12px -2px #00000038;
    background: white;
    transition: all 300ms ease;
    display: flex;
}

.icon-slidera-block > a{
    color:#333;
    transition: all 300ms ease;
    flex: 1;
}

.icon-slidera-block:hover {
    background: var(--primary-color1);
    color: white;
}

.icon-slidera-block:hover lord-icon {
    filter: brightness(20.5);
}

.icon-slidera-block:hover > a {
    color: white;
}


.icon-slidera-block lord-icon {
    transition: all 300ms ease;
}

.icon-slidera {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    transform: translatey(50%) translatex(-50%);
    left: 50%;
    width: 100%;
}

.icon-slidera .row-container {
    max-width: 1480px;
    padding: 0px 10px;
}

.icon-slidera-block-padding {
    display: flex;
    padding: 50px 25px;
    gap: 15px;
}

.icon-slidera .splide__pagination {
    padding-left: 0px;
    gap: 5px;
}

.icon-slidera .splide__pagination > li button.is-active {
    opacity:1;
}

.icon-slidera-block-icon {
    display: flex;
    justify-content: center;
    flex: 0 0 100px;
}

.icon-slidera-block-content p:not(.subtext) {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}

.icon-slidera-block-content .subtext {
    margin: 0px;
    font-weight: 500;
}

@media (min-width:1024px) {

div#icon-slidera-splide {
    visibility: visible !important;
    width: 100%;
    flex: 1;
}

.icon-slidera .splide__list {
    flex: 1;
    gap: 10px;
}

.icon-slidera .splide__track {
    display: flex;
    flex: 1;
}

.icon-slidera .splide__list > li {
    flex: 1;
    display: flex;
    padding-bottom: 12px;
}


}

    /*== == ICON SLIDER A END == ==*/


@media (min-width:1024px) {

.mobile-footer {
    display: none;
}

}

/*== == F1 BANNER === ==*/


.f1-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.f1-banner {
    position: relative;
}

.f1-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.f1-banner-wrapper {
    position: relative;
    color: white;
    text-align: center;
    padding: 100px 0px 100px;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.f1-banner-wrapper .title {
    margin: 0px;
    text-transform:uppercase;
}

.f1-banner-background::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2AB8EA;
    opacity: .85;
    z-index: 1;
}

.no-background .f1-banner-background::before {
    opacity: 1;
    background: #424242;
}

	/*== == F1 BANNER END == ==*/


/*CONTENT FOLD B*/
.content-fold-b-wrapper {
  display: flex;
  align-items: stretch;
  padding: 100px 0px;
  gap: 100px;
}

.content-fold-b-content-inner > .subtext {
    text-transform: capitalize;
}

.content-fold-b-img-inner {
    position: relative;
}

.content-fold-b-img-inner::before {
    content: '';
    background: var(--primary-color1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.content-fold-b-img {
  flex: 0 0 47.5%;
  display: flex;
  align-items: center;
  position: relative;
}

.content-fold-b-phone {
    display: flex;
    background: whitesmoke;
    margin-left: 30px;
    padding: 20px;
    gap: 15px;
    margin-top: 20px;
    max-width: 200px;
}

.content-fold-b-phone-icon {
    display: flex;
    align-items: center;
    background: var(--primary-color1);
    flex: 0 0 50px;
    justify-content: center;
}

.content-fold-b-phone-icon i {
    font-size: 28px;
    color: white;
}

.content-fold-b-phone-inner p {
    margin: 0px;
}

.content-fold-b-phone-inner :is(p, a) {
    font-size: 20px;
    line-height: 1.3;
}

.content-fold-b-phone-inner a {
    color: var(--primary-color1);
    font-weight: 600;
}

.content-fold-b-phone-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width:1024px) {

.content-fold-b-phone {
    display: none;
}

}

.content-fold-b-img img {
  object-fit: contain;
  width: 100%;
}

.rounded-fold .content-fold-b-img {
  border-radius: 30px;
  overflow: hidden;
}

.circle-fold .content-fold-b-img img {
  clip-path: circle(50%);
}

.content-fold-b-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-fold-b {
  background: var(--color3b);
  position: relative;
  z-index: 3;
}

.content-fold-b-content .title {
  margin-bottom: 30px;
}

.flipped .content-fold-b-wrapper {
  flex-direction: row-reverse;
}

.content-fold-b-content-header-subtext .subtext {
    color: var(--primary-color1);
    margin: 0px;
}

.content-fold-b-content-inner {
    padding-left: 30px;
    position: relative;
}

.content-fold-b-content-inner::before {
    content: '';
    height: 70px;
    width: 4px;
    background: var(--primary-color1);
    position: absolute;
    left: 0px;
    top: 11px;
}

.content-fold-b-content-readmore {
    margin-top: 25px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.content-fold-b-content-readmore .readmore {
    margin: 0px;
}

.content-fold-b-content-list ul,
ul.services-list{
    list-style: none;
}

.content-fold-b-content-list ul,
ul.services-list{
    padding-left: 30px;
    padding-top: 20px;
}

.content-fold-b-content-list ul li,
ul.services-list li{
    margin-bottom: 20px;
}

.content-fold-b-content-list ul li::before,
ul.services-list li::before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -30px;
    font-weight: 700;
    color: var(--primary-color1);
}

.content-fold-b-content-list ul li,
ul.services-list li{
    position: relative;
}

.alt .content-fold-b-wrapper {
}

.alt .content-fold-b-img img {
    object-position: center;
    object-fit: contain;
}

.alt .content-fold-b-img {
    display: flex;
    align-items: center;
}

    /*== == == Content FoldB END == == ==*/

/*=== == == Module FoldF == == ==*/

.module-foldf-header {
    display: flex;
    gap: 100px;
}

@media (min-width:1024px) {

div#module-fold-f-splide {
    visibility: visible !important;
}

.module-foldf ul.splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.module-foldf ul.splide__list li.splide__slide {
    flex: 0 0 calc(100% / 3 - 10px);
    display: flex;
}

}

.contact-form-fields .readmore {
    width: 100%;
    margin: 20px 0px;
}

.module-foldf-block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.module-foldf-block-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-foldf-block-background::before {
    content: '';
    background: rgb(115,115,115);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.module-foldf-block a:hover {
    background: #2ab8eadb;
}

.module-foldf-header-title {
    flex: 0 0 640px;
}

.module-foldf-header-title-subtext .subtext {
    margin: 0px;
    color: var(--primary-color1);
}

.module-foldf-header-content {
    display: flex;
    align-items: center;
}

.module-foldf-wrapper {
}

.module-foldf-block {
    transition: all 300ms ease;
    display: flex;
}

.breakdance-image-clip img {
    max-height: 203px;
    margin: 0px auto;
}

.module-foldf-block a {
    color: #333;
}

.module-foldf {
    background: var(--secondary-color1);
}

.module-foldf-container {
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.module-foldf-block-padding {
    padding: 220px 30px 30px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 3;
}

.module-foldf-block-subtext {
    padding-top: 20px;
}

.module-foldf-block a {
    transition: all 400ms ease;
    display: flex;
}

.module-foldf-block:hover a {
    color: white;
    background:#2ab8eab3;
}

.module-foldf-block lord-icon {
    transition: all 500ms ease;
}

.module-foldf-block:hover lord-icon {
    filter: brightness(11);
}

    /*== == == Module FoldF END == == ==*/

/*== == == Content Fold C == == ==*/

.content-fold-c-wrapper {
    display: flex;
    justify-content: flex-end;
}

.content-fold-c .content-fold-b-content {
    flex: 0 0 calc(50% + 120px);
}

.content-fold-c {
    background: var(--secondary-color1);
    position: relative;
}

.content-fold-c .content-fold-b-content-list ul li:nth-of-type(3)::before {
    color: #C1E8F3;
}

.content-fold-c .content-fold-b-content-list ul li:nth-of-type(4)::before {
    color: #1B84A6;
}

.content-fold-c .content-fold-b-content-list ul li:nth-of-type(1)::before {
    color: #56BEDC;
}

.content-fold-c .content-fold-b-content-list ul li:nth-of-type(2)::before {
    color: #5fbad7;
}

    /*== == == Content Fold C END == ===*/

/*== == == Contact FoldA == == ==*/

.contact-folda {
    position: relative;
}

.contact-folda::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/01/contact-banner-background.jpg.webp');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.contact-folda::after, .steps-folda-background::before {
    background: var(--primary-color1);
    opacity: 0.85;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
}

.contact-folda-container {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 950px;
    margin: 0px auto;
    padding: 150px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width:1024px) {

.contact-folda-header > p {
    font-size: 24px;
    line-height: 32px;
}
    
}

.contact-folda-container a {
    color: white;
}

.contact-folda-socials-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-folda-socials-item :is(i, a) {
    font-size: 24px;
}

.contact-folda-socials {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.contact-folda-header {
    text-align: center;
}

.contact-folda-socials-item-readmore {
    display: flex;
    justify-content: center;
}

.contact-folda-header .title{
    text-transform:uppercase;
}

.contact-folda-socials-item a {
    transition: all 500ms ease;
}

.contact-folda-socials-item a:hover {
    opacity: .6;
}

@media (min-width:1024px) {

.contact-folda-header .title, .fold1a-column-header .title, .steps-folda-header .title {
    font-size: 58px;
    line-height: 64px;
}

}

	/*== == == Contact FoldA END == == ===*/


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 198px;
}

#masthead .logo img {
    object-fit: contain;
    display: block;
    height: 75px;
    transition: all 500ms ease;
    object-position: left;
    width: fit-content;
}

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

.site-header-top-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

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

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

.site-header-top-links a:first-child::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    background: #ffffff99;
    width: 2px;
    height: 20px;
}

.site-header-top-socials {
    display: flex;
    gap: 40px;
}

.site-header-top-socials i {
    font-size: 28px;
}

.site-header-top a i {
    transform: translatey(2px);
    display: block;
}

.site-header-top a:hover {
    opacity: .6;
}

.site-header-top {
    background: var(--primary-color1);
}

.site-header-top a {
    color: white;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    transition: all 500ms ease;
    font-size: 18px;
}

.site-header-top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 0px;
}

.site-header-bottom-wrapper a:hover {
    opacity: .6;
}

.navbar-fixed-top .site-header-bottom {
}

/*== == == Site Header Bottom == == ==*/

.site-header-bottom {
    background: var(--primary-color2);
    color: white;
    transition: all 500ms ease;
    position: absolute;
    width: 100%;
    bottom: 0px;
    transform: translatey(100%);
}

.site-header-bottom-header > p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.site-header-bottom .site-header-bottom-header > a {
    display: flex;
    gap: 20px;
    align-items: center;
}

.site-header-bottom-wrapper :is(p, a) {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    color: white;
    transition: all 500ms ease;
    font-weight: 500;
    line-height: 18px;
}

.site-header-bottom-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    transition: all 500ms ease;
}

.site-header-bottom-header-icon i {
    font-size: 18px;
}

.site-header-bottom-header-icon {
    padding-top: 2px;
}

@keyframes exclamationPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); 
  }
}

.site-header-bottom-header-icon i {
  animation: exclamationPulse 3s ease-in-out infinite;
}

.site-header-bottom-header, .site-header-bottom-item {
    width: fit-content;
    padding: 0px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}

.site-header-bottom-header.general-form {
    cursor: pointer;
    transition: all 500ms ease;
}

.site-header-bottom-header.general-form:hover {
    opacity: .4;
}

.site-header-bottom-item a{
    display:flex;
    align-items:center;
    gap:10px;
}

.site-header-bottom-item::before {
    content: '';
    background: #ffffff52;
    width: 1px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translatey(-50%);
}

.site-header-bottom-header a > p {
    font-weight: 700;
}

    /*== == == Site Header Bottom END == == ==*/

ul#primary-menu 
ul.sub-menu li.menu-item.current-menu-item > a {
  background: var(--primary-color2);
  color: white;
  }

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

#masthead.navbar-fixed-top .logo img {
    height: 60px;
}

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

.menu-icons lord-icon {
    --lord-icon-primary: var(--primary-color1);
    --lord-icon-secondary: var(--primary-color1);
    --lord-icon-tertiary: var(--primary-color1);
}

#masthead > .row-container {
    display: flex;
    padding: 16px 20px 20px;
}

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

#masthead #site-navigation {
    display: flex;
    flex: 100;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.menu-right {
    width: 100%;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

#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: 500px;
    background: #2ab8ea;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
}

#masthead li.menu-item.small-dropdown ul.sub-menu {
    flex-direction: column;
    display: flex;
    width: 300px;
}

#masthead li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    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;
}

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

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

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

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

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 12px 15px 12px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    position: relative;
    transition: all 300ms ease;
    text-align: left;
}
#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;
    right: 5px;
    top: -5px;
    color: var(--primary-color1);
    font-size: 10px;
    transition: all 500ms ease;
}

#masthead ul#primary-menu > li.menu-item-has-children > a {
    padding: 0px 25px 0px 20px;
}

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

.site-navigation-contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-navigation-contact-details a {
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    flex-direction: row-reverse;
    font-weight: 500;
}

.site-navigation-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding-top: 37px;
    transition: all 300ms ease;
}

.site-navigation-contact-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: -2px;
    right: 6px;
    transition: all 300ms ease 150ms;
    opacity: 1;
    border-radius: 12px;
}

.site-navigation-contact-socials i {
    font-size: 26px;
}

.site-navigation-contact-details a i {
    color: var(--primary-color1);
    border: solid 1px var(--primary-color1);
    padding: 6px 6px 4px 6px;
    border-radius: 50%;
    font-size: 16px;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.site-navigation-contact-socials a {
    color: #333;
    transition: all 500ms ease;
}

.site-navigation-contact-socials a:hover {
    color:var(--primary-color1);
}

.navbar-fixed-top .site-navigation-contact-info {
    padding-top: 0px;
}

.navbar-fixed-top .site-navigation-contact-socials {
    opacity: 0;
    transition:all 150ms ease;
    pointer-events: none;
}

#masthead.navbar-fixed-top > .row-container {
    padding: 11px 20px;
}

.navbar-fixed-top .site-header-bottom-wrapper {
    padding: 12px 0px;
}

.site-navigation-contact-details a:hover i {
    background: var(--primary-color1);
    color: white;
}

#masthead ul.sub-menu li.menu-item {
    flex: 0 0 calc(100% / 2 - 0px);
}

#masthead ul.sub-menu > li > a::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 10px;
}

/* == == 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.3;
    transform-origin: right;
}

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

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

input.readmore {
    margin: 0px;
    width: 200px;
}

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

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

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

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 > .readmore::before {font-size: 20px;display: block;width: 20px;height: 20px;}

.wpcf7-form .subtitle {
}

.wpcf7-form .title {
}

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: 130px 0px 130px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: whitesmoke;
}

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

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png.webp) 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: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}
  
  .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-top: 20px;
  }

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

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

.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-text .subtext {
    margin: 0px;
    color: var(--primary-color1);
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 60px 0;
      background: var(--primary-color1);
      width: 100%;
      clear: both;
  }

.footer-block-socials {
    display: flex;
    gap: 20px;
}

.footer-block-socials a {
    color: white;
    font-size: 34px;
}

.footer-block-item p a {
    color: white;
}

.footer-block-item-icon {
    padding-bottom: 20px;
}

.footer-block-item-icon img {
    width: 100%;
    max-width: 240px;
}

  .footer-block ul li::before {
    content: '\f054';
    font-family: fontawesome;
    left: -20px;
    position: absolute;
    font-size: 14px;
    top: 12%;
  }
  
  .footer-block ul li a:hover {
  opacity: .6;
  }

  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
  }
  
  .footer-block-item-subtext  .subtext {
  }
  
  .footer-block-item-subtext {
    margin-bottom: 25px;
  }
  
  .footer-block-icons > img {
    max-width: 140px;
  }
  
  .footer-block-item > p {
    max-width: 320px;
    font-size: 16px !important;
  }
  
  .footer-block > .footer-block-item:first-child {
    width: 40%;
  }

  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .row-container > .footer-block-item {
      width: 540px;
      margin-right: 5%;
      position: relative;
      z-index: 2;
  }

.footer-block .footer-block-item .readmore {
    width:180px;
}
  
  .footer-block .footer-block-item#middle {
      width: 30%;
  }
  
  .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: white;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
}
  
  #footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-block-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
  }

  .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: #37a9a8;
      font-size: 8px;
      font-family: fontawesome;
  }
  
  .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 .footer-block-item p {
      color: white;
      margin-bottom: 10px;
  }

  #footer-times p {
    color: #aaa;
  }

  .footer-block ul {
      margin: 0 0 1.5em 0em;
      float: left;
      width: 100%;
      padding-left: 20px;
      display: flex;
      flex-wrap: wrap;
      row-gap: 10px;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white !important;
  }

.footer-block .footer-block-item:last-of-type p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-block-item-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-block .row-container > .footer-block-item p {
    font-size: 14px;
    line-height: 20px;
}

.footer-block-item-wrapper .footer-block-item {
    flex: 0 0 30%;
}

.footer-block-item-wrapper .footer-block-item.first-item {
    flex: 0 0 20%;
}

.footer-block-item-content-bottom {
    margin-top: 20px;
    border-top: solid 1px white;
    padding-top: 20px;
}

.footer-block .footer-block-item-content-bottom p {
    margin: 0px;
}

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

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

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

#footer-multi-web {
    float: none;
    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.webp) 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 .privacy-text, #footer .socials {
    float: right;
}

.footer-block-item-list {
    width: 100%;
    height: 100%;
  }
  
  .footer-block ul li {
    width: calc(100% / 1);
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
  }
  
  .footer-block ul 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;
}

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

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-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: 8px;
}

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

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    color: gray;
    font-size: 20px;
    border: solid;
    padding: 12px;
    border-radius: 50%;
    display: block;
    width: 20px;
    margin-bottom: 10px;
    border-width: 2px;
    border-color: var(--primary-color1);
    text-align: center;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !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;
}



.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: white;
    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 3px #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 {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 0px;
  border-width: 3px;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Outfit';
  margin-bottom: 15px;
}

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

body #primary .contact-card input[type="submit"] {
    background: var(--primary-color1);
    color: white;
    border: none;
    font-size: 20px;
}

/* 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 {
  background-color: var(--primary-color2);
}

/* 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;
  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;
    font-family: 'Outfit';
    text-transform: uppercase;
}

.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: 0px;
    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: 'Poppins';
    text-align: left;
}

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

.wpcf7 textarea {
    width: 100%;
    height: 150px;
    margin-top: 0px;
}

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

/*== == == 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 == ==*/