/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
    background: white;
    --primary-color1: #00AEEE;
    --primary-color2: #5cccf6;
    --main-background1: #010302;
    --main-background2: #ececec;
    --main-background3: #3D3B3C;
    font-family: 'Poppins';
}

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

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

.title {
    display: block;
    font-size: 64px;
    line-height: 72px;
    text-transform:uppercase;
    font-family:"Oswald";
}

.title span {
	display:inline-block;
	position:relative;
	margin-left: 15px;
}

.title span::before{
	content:'';
	background:var(--primary-color1);
	width: calc(100% + 25px);
	height: calc(100% + 30px);
	left: -25px;
	top: -15px;
	clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
	margin-left:15px;
	position: absolute;
	z-index: -1;
}

.subtitle {
    display: block;
    font-size: 36px;
    line-height: 44px;
    text-transform:uppercase;
    font-family:"Oswald";
    font-weight: 500;
}

.smalltitle, .subtext {
    font-size: 26px;
    line-height: 34px;
    text-transform:uppercase;
    font-family:"Oswald";
    font-weight: 600;
}

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

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

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

.smalltitle.gray {
    color: #808080;
}

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

a {
    text-decoration: none !important;
	color:var(--primary-color1);
}

p a{
	font-weight:500;
}

.readmore {
    display: block;
    width: fit-content;
    padding: 13px 8px;
    background: none;
    color: var(--main-background1);
    box-sizing: border-box;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 600;
}

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

.readmore:hover, .ebook-fold-readmore:hover {
    opacity: .7;
}

.readmore::before, .ebook-fold-readmore::before {
    content: '';
    background: var(--primary-color1);
    width: calc(100% + 25px);
    height: calc(100% + 30px);
    left: -25px;
    top: -15px;
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    margin-left: 15px;
    position: absolute;
    z-index: -1;
}

.readmore.alt {
    background: transparent;
    border: 3px solid white;
}
.services-list, :is(.content-fold-c, .content-fold-d) ul:not([class]), :is(.content-fold-c, .content-fold-d) ul:is(.pros, .cons)  {
    padding-left: 30px;
    list-style: none;
}
:is(.content-fold-c, .content-fold-d) ul:not([class]) p, :is(.content-fold-c, .content-fold-d) ul:is(.pros, .cons) p {
    margin: 15px 0px;
}
.numbered-list {
	counter-reset: section;
	padding-left: 0px;
	list-style: none;
}

.numbered-list li::marker{
	color:var(--primary-color1);
	font-weight:700;
}

.services-list li, :is(.content-fold-c, .content-fold-d) ul:not([class]) li, :is(.content-fold-c, .content-fold-d) ul:is(.pros, .cons) li {
    position: relative;
}

.services-list li:has(p) {
    display: block;
}

.services-list li::before, :is(.content-fold-c, .content-fold-d) ul:not([class]) li::before, :is(.content-fold-c, .content-fold-d) ul:is(.pros, .cons) li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: var(--primary-color1);
    font-weight: 900;
    position: absolute;
    left: -30px;
}

:is(.content-fold-c, .content-fold-d) ul:is(.pros) li::before {
	content:'\f00c';
	color:#35e135;
}

:is(.content-fold-c, .content-fold-d) ul:is(.cons) li::before {
	content:'\f00d';
	color:#ff7676;
}

.numbered-list li::before {
    content: counter(section) ".";
    counter-increment: section;
    display:inline-block;
    margin-right:10px;
    width: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 6px 4px;
    z-index: 3;
    position: absolute;
    left: 0px;
}

.numbered-list li {
    margin: 0px 0px 20px;
    position: relative;
    padding:0px 0px 0px 60px;
}

.numbered-list li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -2px;
    background: var(--primary-color1);
    width: 49px;
    height: 100%;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
    height: 40px;
}

/*== == == Icon SplideB == == ==*/

.icon-splideb li.splide__slide {
    display: flex;
    justify-content: center;
}

.icon-splideb {
    background: var(--main-background1);
    padding: 50px 0px;
}

.icon-splideb .splide {
    max-width: 1380px;
    margin: 0px auto;
    padding: 0px 20px;
}

.icon-splideb li.splide__slide img {
    width: calc(100% - 100px);
    object-fit: contain;
}

	/*== == == Icon SplideB END == == ==*/

/*== == == Pagination == == ==*/

.splide__pagination {
    padding: 20px 0px 50px;
    gap: 15px;
}

.splide__pagination > li {
    display: flex;
}

.splide__pagination > li button {
    background: white;
    border: none;
    padding: 7px;
    transition: all 500ms ease;
    cursor: pointer;
}

.splide__pagination > li button.is-active {
    background: var(--primary-color1);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    width: 230px;
}

	/*=== == == Pagination END == === ==*/


/*== == == Newsletter FoldA == == ==*/

.newsletter-fodla {
    background: var(--main-background2);
}

.newsletter-folda-header-title p.title {
    margin: 0px;
}

.newsletter-folda-wrapper {
    display: flex;
    gap: 250px;
    padding: 70px 0px;
    position: relative;
}

.newsletter-folda-header-title {
    position: relative;
    z-index: 3;
}

.newsletter-folda-header-title .title span {
    margin: 0px;
}

.newsletter-folda-input {
    flex: 1;
    display: flex;
    gap: 30px;
}

.newsletter-folda-input-field-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.newsletter-folda-input-field-textbox input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    padding: 25px 25px;
    font-family: 'Poppins';
    font-size: 20px;
}

.newsletter-folda-input-field-checkbox {
    font-family: 'Poppins';
}

.newsletter-folda-input :is(label, p) {
    font-size: 20px;
    line-height: 1;
}

.newsletter-folda-input-field-checkbox label a {
    color: #333;
    font-weight: 500;
}

.newsletter-folda-input-field-textbox input::placeholder {
    text-transform: uppercase;
    font-style: italic;
}

.newsletter-folda-input-field-submit p {
    margin: 0px;
}

.newsletter-folda-input-field-submit {
    display: flex;
    padding-top: 30px;
    gap: 10px;
    transition: all 500ms ease;
}

.newsletter-folda-input-field-submit p {
    text-transform: uppercase;
    font-style: italic;
}

.newsletter-folda-input-field-submit lord-icon {
    transform: translatey(-10px);
}

.newsletter-folda-input-field-submit:hover {
    opacity: .6;
    cursor: pointer;
}

.newsletter-folda-header-title h2.title {
    margin: 0px;
}

	/*== == == Newsletter FoldA END == == == =*/

/*CONTENT FOLD C*/
.content-fold-c-wrapper {
  display: flex;
  align-items: stretch;
  padding: 180px 0px 260px;
  gap: 40px;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

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

.content-fold-c-content-trusted-logos {
    position: absolute;
    bottom: 100px;
    right: 0px;
    max-width: 1024px;
    background: var(--main-background1);
}

.content-fold-c-content-trusted-logos-wrapper {
    display: flex;
    padding: 40px;
}

.content-fold-c-content-trusted-logos-text {
    flex: 0 0 160px;
}

.content-fold-c-content-trusted-logos-text .subtext {
    color: var(--primary-color1);
    margin: 0px;
}

.content-fold-c-img {
  position: absolute;
  width: calc(50% - 110px);
  height: calc(100% - 120px);
  left: 70px;
  top: 60px;
  z-index: 3;
}

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

.content-fold-c-content {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}

.content-fold-c {
  position: relative;
}

.content-fold-c-content .title {
  margin-bottom: 20px;
}

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

.flipped .content-fold-c-img {
  right: 0;
}

.content-fold-c-content-header-subtext .subtext {
    margin: 0px;
}

.content-fold-c-content-header .title {
    margin: 0px;
}

.content-fold-c-content-header, .content-fold-d-content-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.content-fold-c-content-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-top: 60px;
}

.content-fold-c-content-icons-item {
    display: flex;
    gap: 10px;
}

.content-fold-c-content-icons .content-fold-c-content-icons-item:nth-of-type(1) {
    width: 320px;
}

.content-fold-c-content-icons-text p {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
}

.content-fold-c-content-icons-text {
    display: flex;
    align-items: center;
}

.content-fold-c-content-inner-text, .content-fold-d-content-inner-text {
}

.content-fold-c::before {
    content: '';
    background: var(--main-background1);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    z-index: -1;
}

.content-fold-c-container {
    position: relative;
}

.content-fold-c-container::before {
    content: '';
    background: var(--main-background2);
    position: absolute;
    top: 0px;
    width: calc(100% - 40px);
    left: 20px;
    height: 100%;
}

.content-fold-c .content-fold-c-container::after {
    content: '';
    background: var(--primary-color1);
    position: absolute;
    top: 0px;
    width: calc(50% - 70px);
    height: 100%;
    left: 40px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.icon-splidea .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*== == == Content FoldC END == == ==*/

/*== == == Content FoldD == == =*/

.content-fold-d table {
  width: 100%;
  border-collapse: collapse;
}

.content-fold-d tr :is(th, td) {
  padding: 15px;
  text-align: left;
  color: #5f5f5f;
}

.content-fold-d tbody tr th, .content-fold-d tfoot tr td {
  background-color: var(--primary-color1);
  font-weight: bold;
  cp;
  cp;
  cp;
  cp;
  cp;
  cp;
  color: black;
}

.content-fold-d tr:nth-child(even) {
  background-color: #f9f9f9;
}

.content-fold-d tr:nth-child(odd) {
  background-color: #d7e4e9;
}

.content-fold-d:not(.alt) {
    background: var(--main-background2);
}

.content-fold-d-content-inner-text-wrapper {
    display: flex;
    gap: 100px;
}

.content-fold-d-content-inner-text-block-item {
    position: relative;
    z-index: 3;
}

.content-fold-d-content-inner-text-wrapper {}

.content-fold-d-content-inner-text-wrapper .content-fold-d-content-inner-text-block-item:first-child {
    flex: 1;
}

.content-fold-d-content-inner-text-wrapper .content-fold-d-content-inner-text-block-item:last-child {
    flex: 0 0 500px;
}

.content-fold-d-content-inner-text-wrapper .content-fold-d-content-inner-text-block-item:last-child .readmore {
    margin: 40px 0px;
}

.content-fold-d tfoot tr:nth-child(odd) {
    background: var(--primary-color1);
}

.content-fold-d tfoot tr:nth-child(odd) td {
	text-align: center;
	background: #3D3B3C;
	color: white;
}

.content-fold-d tfoot {
    margin: 10px 0px 0px;
}

.content-fold-d .content-fold-c-wrapper {
    display: block;
}

.content-fold-d .content-fold-c-content {
    display: block;
    width: 100%;
}

.content-fold-d-content-header-title {
    text-align: center;
}

.content-fold-d .content-fold-c-content-header-title {
    padding-bottom: 40px;
	text-align:center;
}

	/*=== == == Content Fold D END == == ==*/

/*== == == Module FoldA Splide == == ==*/

.module-folda-splide-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.module-folda-splide-item-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}

.module-folda-splide-item-background img {
    width: 100%;
    height: 100%;
}

.module-folda-splide-item-img {
    position: relative;
}

.module-folda-splide-item p,
.module-fold-j-item-block-background-title p,
.module-fold-j-item-block-vertical-title p{
    writing-mode: vertical-lr;
    transform: scaley(-1) scalex(-1);
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0px;
    line-height: 1;
    white-space: nowrap;
}

.module-folda-splide-item-background-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 500ms ease;
    opacity: 0;
}

.module-folda-splide-item-background-content p,
.module-fold-j-item-block-background-title p{
    font-size: 148px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald';
    white-space: nowrap;
}

.module-folda-splide-item-content p,
.module-fold-j-item-block-vertical-title p{
    font-size: 72px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald';
}

.module-folda-splide-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all 500ms ease;
    opacity: 0;
}

.module-folda {
    background: var(--main-background1);
}

.module-folda-splide-item:hover .module-folda-splide-item-background {
    opacity: .5;
}

.module-folda-splide-item:hover .module-folda-splide-item-background-content {
    opacity: .6;
}

.module-folda-splide-item:hover .module-folda-splide-item-content {
    opacity: 1;
}

    /*== == == Module FoldA Splide END == == =*/

  /**== == ==  Fold 5 Start / Customers Say Fold== == ==**/
  
  .fold5-content {
    max-width: 640px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.fold5-slide-item-img-content-score {
    background: #DBFFE5;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 10px;
}

.fold5-slide-item-img-content-score p {
    color: #128E5C;
    margin: 0px;
    line-height: 1;
    font-size: 24px;
}

.fold5-slide-item-content-bottom p:last-child {
    color: #9c9a9a;
    font-style:italic;
}

.fold5-slide-item-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  
  .fold5-title {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .fold5-title > img {
    max-height: 70px;
    width: fit-content;
  }
  
  .fold5-title p {
    margin: 0px;
  }
  
  .fold5-title > .subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
  
  .fold5-content .readmore {
    margin: 0px;
  }
  
  .fold5-slide-item-img {
  flex: 0 0 140px;
  }
  
  .fold5-slide-item-content {
    display: flex;
    flex-direction: column;
    flex: 100;
    gap: 10px;
  }
    
  #fold5-splide-track {
    overflow: visible;
  }
  
  .fold5-slide-item-content p {
    margin: 0px;
    line-height: 24px;
  }

.fold5 {
  position: relative;
  overflow: hidden;
}

.fold5-text p {
  margin: 0px;
}

.fold5-slide-item-content > .smalltitle {
  font-weight: 400;
  font-size: 21px;
}

.fold5-main {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0px;
}

.fold5-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.fold5-slide, .fold5-main::before, .fold5-main::after {
  width: calc(50% - 50px);
}

.fold5-slide .splide__list .splide__slide {
    opacity: 0.4;
}

.fold5-slide .splide__list .splide__slide.is-visible {
    opacity: 1;
}

.fold5-slide .splide__list .splide__slide:nth-of-type(n) .fold5-slide-item {
    border-left: solid 5px var(--primary-color1);
}

@media (min-width:1024px) {

.fold5-slide .splide__list .splide__slide:nth-of-type(2n) .fold5-slide-item {
    border-right: solid 5px var(--primary-color1);
    border-left:unset;
    flex-direction: row-reverse;
}
}
.fold5-main::before,
.fold5-main::after{
    content: '';
    background: rgb(165,61,34);
    background: linear-gradient(180deg, rgba(165,61,34,0) 1%, rgba(255,255,255,0.8169642857142857) 95%);
    right: 0px;
    position: absolute;
    pointer-events: none;
}

.fold5-main::before {
    background: linear-gradient(0deg, rgba(165,61,34,0) 1%, rgba(255,255,255,0.8169642857142857) 95%);
}

.fold5-slide-item {
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  background: #cccccc20;
  border-right: 4px solid var(--secondary);
}

.fold5-slide-item-title {
  display: flex;
  gap: 20px;
}

.fold5-slide-item-title > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
}

.fold5-slide-item-title-namewrap {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
}

.fold5 li {
  transition: all 0.5s ease;
  display: flex;
  align-items: stretch;
}

.fold5-slide-item-img-content p {
    margin: 0px;
    font-weight: 600;
    line-height: 1;
}

.fold5-slide-item-img-content {
    padding-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#fold5-splide {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}

.fold5-slide-item-img-inner {
    width: fit-content;
    margin: 0px auto;
}

.fold5-slide-item-img-inner img {
    object-position: 50% 50%;
    object-fit: cover;
    max-height: 80px;
    position: relative;
    margin: 0px auto;
}

.fold5-slide-item-img-content .subtext {
    color: var(--primary-color1);
}

.fold5 .content-fold-b-content-header-title span {
    display: block;
    width: fit-content;
    margin: 0px;
}

.fold5 .content-fold-b-content-header .title span::before {
    width: 200px;
}

.fold5 .content-fold-b-content-header-subtext .subtext {
    margin: 0px;
}

  /** == == == Fold 5 End == == ==**/

/*== == == Privacy Policy == == =*/

.policy-wrapper {
    padding: 70px 0px;
}

.policy-wrapper :is(p, h2, h3) {
    margin-bottom: 25px;
}

.policy-wrapper img {
    width: 100%;
}

.policy-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
}

.policy-wrapper table p {
	margin:0px;
}

.policy-wrapper table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.policy-wrapper table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.policy-wrapper table tr:nth-child(odd) {
    background-color: #ffffff;
}

.policy-wrapper table.blue-header tr:first-child td {
    background-color: var(--primary-color1);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.policy-wrapper table td[colspan="2"] {
    text-align: center;
    font-weight: bold;
}

	/*== == = Privacy Policy END == == =*/

/*= == == Side Basket == ===*/

.xoo-wsc-container .xoo-wsc-ft-buttons-cont {
	display: flex;
	flex-direction: column;
	padding: 20px 0px;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont > a {
    background: var(--primary-color1);
    color: white;
    display: block;
    padding: 10px;
    transition: all 500ms ease;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont > a:hover {
    background: var(--primary-color2);
}

	/*=== == = = Side Basket END == = ==*/

/*== == == Side Basket === == ===*/

.woocommerce-notices-wrapper {
    position: relative;
    background: whitesmoke;
    width: calc(100% - 40px);
    padding: 35px 20px 20px;
    text-align: center;
}

body:has(.woocommerce-message) .product-folda-wrapper {
}

	/*== == == Site Basket END == == ==*/


/*== == == Content FoldE == == ==*/

.content-folde {
    position: relative;
}

.content-folde-background {
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
}

.content-folde-content-inner {
    padding-top: 20px;
}

.content-folde-content-title .title .inner-span {
    color: black;
}

.content-folde-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.content-folde-content {
    position: relative;
    padding: 120px 0px;
    z-index: 3;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    left: 40px;
    gap: 10px;
}

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

.content-folde-content-title .title {
    color: white;
    margin: 0px;
}

.content-folde-content-inner p {
    color: white;
}

    /*== == == Content FoldE END == == ==*/

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

/*== == == F1 Banner == === ===*/

.f1-banner {
    position: relative;
}

.f1-banner-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--main-background1);
}

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

.f1-banner-item {
    display: flex;
    position: relative;
    justify-content: flex-end;
    color: white;
    z-index: 3;
}

.f1-banner-item .title span {
    color: black;
}

.f1-banner-wrapper {
    padding: 120px 0px;
}

	/*== == == F1 Banner END == == ==*/

/* == == HEADER == == */
#masthead .logo {
    position: relative;
    width: fit-content;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

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

#page {
    padding-top: 230px;
}

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

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

#masthead #right-menu > .menu-item:not(.product-dropdown-large) > ul.sub-menu > .menu-item > a {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

#masthead #right-menu > .menu-item:not(.product-dropdown-large) > ul.sub-menu > .menu-item > a::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color1);
    display: inline-block;
    margin-right: 10px;
}

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

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

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

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

#masthead #right-menu > .menu-item > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 10px;
    pointer-events: none;
    width: 300px;
    background: white;
    border: solid 2px var(--primary-color2);
}

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

#masthead #right-menu .product-dropdown-large ul.sub-menu > li.menu-item li.menu-item > a::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color1);
    display: inline-block;
    margin-right: 10px;
}

#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: white;
    font-size: 26px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 0px 10px;
    width: fit-content;
    font-family: 'Oswald';
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    transition: all 500ms ease;
}

#masthead :is(#menu-right, .menu) > ul.sub-menu > li > a {
    display: block;
    padding: 17px 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    position: relative;
    transition: all 300ms ease;
    text-align: center;
}
#masthead ul#primary-menu > li > a:hover::before {
    opacity: 1;
}

#masthead ul.sub-menu > li > a:hover {
}

#masthead.navbar-fixed-top div.logo {
}

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

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

.site-header-bottom-container {
    max-width: 1380px;
    margin: 0px auto;
    padding: 0px 20px;
}

.site-header-bottom {
    background: var(--primary-color1);
    transition: all 500ms ease;
    position: fixed;
    width: 100%;
    transform: translatey(0%);
}

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

.site-header-bottom-wrapper .menu-bottom-menu-container > ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0px;
    transition: all 500ms ease;
	list-style:none;
}

.site-header-bottom-wrapper a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 26px;
    transition: all 500ms ease;
    display: block;
}

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

.site-header-top {
    background: var(--main-background3);
    color: white;
}

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

.site-header-top-left, .site-header-top-right {
    display: flex;
    gap: 50px;
}

.site-header-top-wrapper :is(p, a) {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
}

.site-header-top-item span {
    color: var(--primary-color1);
    font-weight: 500;
}

.site-header-top-item p a {
    color: white;
}

.site-header-center-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    gap: 20px;
	transition:all 500ms ease;
}

.navbar-fixed-top .site-header-center-wrapper{
	padding:5px 0px;
}

.site-header-center {
    background: var(--main-background1);
}

.site-navigation-searchbar {
    position: relative;
    flex: 0 0 100px;
    display: flex;
    justify-content: center;
}

.site-navigation-searchbar-inner::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: var(--main-background3);
    border-radius: 50%;
    transform-origin: center;
}

.site-header-shopping-bag {
    color: white;
    display: flex;
    flex: 0 0 200px;
    text-align: right;
    gap: 10px;
}

.site-header-shopping-bag > a {
    display: flex;
    gap: 10px;
    color: white;
	transition:all 500ms ease;
}

.site-header-shopping-bag > a:hover {
	opacity:.7;
}

.site-navigation-searchbar-inner {
    position: relative;
    cursor: pointer;
}

.site-header-shopping-bag-content > p:last-child {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
}

.site-header-shopping-bag-content > p:first-child {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.site-header-shopping-bag-img img {
    width: 45px;
}

.site-header-shopping-bag-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

#masthead ul#primary-menu > li > a::before {
    content: '';
    background: var(--primary-color1);
    width: 100%;
    height: 50px;
    top: 50%;
    left: 0px;
    position: absolute;
    z-index: -1;
    transform: translatey(-50%);
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    transition: all 500ms ease;
    opacity: 0;
}

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

#masthead #right-menu > .product-dropdown-large > ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    left: -530px;
    width: 1020px;
    padding: 15px 30px;
    gap: 30px;
}

#masthead .product-dropdown-large ul.sub-menu > li.menu-item {
    flex: 0 0 auto;
}

#masthead .product-dropdown-large ul.sub-menu li > ul.sub-menu {
    position: relative;
    top: unset;
    opacity: 1;
    left: 0px;
    border: none;
    flex-direction: column;
    padding: 0px;
}

#masthead .product-dropdown-large ul.sub-menu > li.menu-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#masthead #right-menu > .product-dropdown-large > ul.sub-menu a {
    color: #333;
    font-size: 18px;
    position: relative;
}

body #masthead :is(.menu, #right-menu) > li.menu-item > ul.sub-menu > .menu-item > a {
    color: #333;
    padding: 0px 10px;
    text-align: left;
    font-weight: 700;
}

#masthead #right-menu .product-dropdown-large ul.sub-menu > li.menu-item li.menu-item > a {
    position: relative;
    font-family: 'Poppins';
    text-transform: capitalize;
}

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

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

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

.navbar-fixed-top .site-header-bottom-wrapper #right-menu > .menu-item > a {
    transform: scale(0.85);
}

.site-header-bottom-wrapper .menu-bottom-menu-container > ul > li {
    position: relative;
}

#masthead #right-menu > li#menu-item-266928.product-dropdown-large > ul.sub-menu {
    width: 320px;
    gap: 60px;
    left: -150px;
}

#masthead #right-menu > li#menu-item-266942.product-dropdown-large > ul.sub-menu {
    width: 400px;
    gap: 60px;
    left: -230px;
}

#masthead #right-menu > li#menu-item-266960.menu-item > ul.sub-menu {
    width: 200px;
    left: -100px;
}

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

div#ebook-fold {
    background-image: url('/wp-content/uploads/2025/03/freshprint-ebook-desktop.jpg');
    background-size: cover;
}

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

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

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

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

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

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

.wpcf7 .privacy-text p > a {
    color: black;
    font-weight: 600;
}

.wpcf7-form > .readmore::before {/* content: url(/wp-content/uploads/2024/10/lion-icon.png); */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: 15px 0px;
}

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

div#ebook-fold {
    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: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}
  
  .ebook-image img {
  }
  
  .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::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-fold {
    position: relative;
    max-width: 600px;
    padding: 140px 0px;
    z-index: 3;
}

.ebook-form-text .title span {
    margin: 0px;
    display: block;
    width: fit-content;
}

.ebook-form-text .title span::before {
    background: white;
}

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

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

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

.ebook-fold-readmore {
    width: fit-content;
    position: relative;
    margin-top: 40px;
    transition: all 500ms ease;
}

.ebook-fold-readmore::before {
    background: white;
}

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

  .footer-block ul li::before {
    content: '\e404';
    font-family: 'Font Awesome 6 Pro';
    left: -20px;
    position: absolute;
    font-size: 12px;
    top: 0px;
    font-weight: 300;
  }
  
  .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 {
    font-size: 32px !important;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }
  
  .footer-block-item-subtext {
    margin-bottom: 30px;
  }
  
  .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%;
  }

.footer-block-item-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-block-item-icon-item {
    max-width: 380px;
    width: 100%;
    margin: 0px auto;
}

.footer-block-item-icon-item img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    max-width: 290px;
}

  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 .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;
      line-height: 28px;
      font-size: 14px;
  }

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

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

  /* == == 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) 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);
    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;
    font-family: 'Poppins';
}

/* == == == == 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;
    display: flex;
    align-items: center;
    gap: 20px;
}

.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: 37px;
    color: var(--color1);
    margin-bottom: 0px;
}

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

.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: 10px;
    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: 14px;
}

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

.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(--main-background1);
    color: white;
    margin-bottom: 20px;
}

.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 {
  border-radius: 8px;
  flex: 1;
}

.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;
  margin-bottom: 15px;
  border-width: 3px;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Poppins';
}

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

/* 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: 14px;
}

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

.wpcf7-form-control.wpcf7-submit:hover {
}

.contact-card .readmore {
	margin-bottom:10px;
}

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

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

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