/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
.accordion-wrapper.aboutus-points li {
    width: 100% !important;
}
body {
    margin: 0px;
    background: white;
    --primary-color1: #0b9d3b;
    --primary-color2: #9ab525;
    --secondary-color1: #f9f8f8;
    --secondary-color2: #f9f8f8;
    --third-color1: #0b5824;
    --third-color2: #48550f;
    font-family: "Poppins", "Avenir Next Cyr Light", "Brigends Expanded";
}

@font-face {
    font-family: "Avenir Next Cyr Light";
    src: url("/wp-content/themes/multiwebmarketing/fonts/avenir-next-light.ttf");
}

@font-face {
    font-family: "Brigends Expanded";
    src: url("/wp-content/themes/multiwebmarketing/fonts/brigendsexpanded-nrek1.otf");
}

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

.spacer {
    display: flex;
    height: 2px;
    background: var(--blue);
    width: 100%;
    opacity: 0.5;
}

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

.title {
    display: block;
    font-size: 54px;
    line-height: 62px;
}

.subtitle {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: 'Avenir Next Cyr Light';
}

.smalltitle {
    font-size: 24px;
    line-height:32px;
}

.subtext {
    font-size:24px;
    line-height:32px;
    text-transform: uppercase;
}

.bold {
    font-weight: 600;
}

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

p {
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
}

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 200px;
    padding: 11px 11px;
    background: #f8931f;
    color: white;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    transition: all 300ms 
ease;
    cursor: pointer;
    text-transform: uppercase;
}

.readmore.alt {
    background: transparent;
    border: 2px solid white;
}

.readmore:hover {
    opacity: .5;
}

/*== == CONTENT FOLD HEADER == ==*/

.content-fold-header {
    max-width: 830px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 0px 40px;
}

.content-fold-header-subtitle {
    color: var(--primary-color1);
}

    /*== == CONTENT FOLD HEADER END == ==*/

/*== == CONTACT FOLDC == ==*/
.contact-foldc-wrapper {
    display: flex;
}

.contact-foldc-form {
    background: whitesmoke;
    flex: 0 0 970px;
}

.contact-foldc-details {
    background: #0b9d3b;
    color: white;
    flex: 1;
}

.contact-foldc-form-padding {
    padding: 50px;
}

.contact-foldc-details-padding {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.contact-foldc-form-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.contact-foldc-form-header-readmore {
    display: flex;
    gap: 20px;
}

.contact-foldc-form-fields-row :is(input, textarea):not(.readmore) {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #E5E1E2;
    border: none;
    padding: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 16px;
}

.contact-foldc-form-fields-row {
    display: flex;
    gap: 15px;
}

.contact-foldc-form-fields-row-item {
    flex: calc(100% / 2);
}

.contact-foldc-form-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 0px 0px;
    display: none;
}

.contact-foldc-form-header-readmore .readmore.alt {
    border-color: #E5E1E2;
    color: #E5E1E2;
}

.contact-foldc-form-fields .contact-foldc-form-fields-row:last-child {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.contact-foldc-details-logo {
    max-width: 200px;
}

.contact-foldc-details-socials {
    display: flex;
    gap: 20px;
}

.contact-foldc-details-socials a {
    color: white;
    font-size: 36px;
}

.contact-foldc-details-padding a {
    color: white;
    transition: all 500ms ease;
}

.contact-foldc-details-column-item p {
    margin: 0px;
}

.contact-foldc-details-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-foldc {
    transform: translatey(160px);
    position: relative;
    z-index: 3;
}

.contact-foldc-form-fields.active {
    display: flex;
}

.contact-foldc-form-header-readmore .readmore {
    background: none;
    color: #a3a3a3;
    border-color: #a3a3a3;
    border: solid 1px;
}

.contact-foldc-form-header-readmore .readmore.active {
    border: none;
    color: white;
    background: var(--primary-color1);
}

.contact-foldc-details-padding a:hover {
    opacity: .6;
}

    /*== == CONTACT FOLDC END == ==*/

/*== == FOLD1B = ==*/

.fold-1b {
    position: relative;
}

.fold-1b-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold-1b-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}

.fold-1b-content {
    position: relative;
    text-align: center;
    padding: 200px 0px 120px;
    color: white;
}

.fold-1b-content-title .title {
    margin: 0px;
    letter-spacing: 5px;
}


    /*== == FOLD1B END == ==*/

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

/* == == HEADER == == */
div.logo {
    float: none;
    width: 560px;
}

div.logo * {
    object-fit: contain;
    display: block;
    max-height: 140px;
}
header#masthead.navbar-fixed-top .logo img.custom-logo {
    max-height: 90px !important;
}
#page {
    overflow: hidden;
    padding-top: 0px;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition:
        all 300ms ease;
}
header#masthead.navbar-fixed-top {
    background: #000000bf;
}
header#masthead.navbar-fixed-top ul#primary-menu > li > a {
    color: #ededed !important;
}
.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;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    transition: all 500ms ease;
}

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

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

ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s 
ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 290px;
    background: #0b9d3b;
}

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

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

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

ul#primary-menu > li > a {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-left: solid 1px #8080802e;
    transition: all 500ms 
ease;
}
.page-id-38 ul#primary-menu > li > a {
    color: #4e4e4e !important;
}
ul#primary-menu > li.current-menu-item > a {
}

ul.sub-menu > li > a {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    position: relative;
    transition: all 300ms 
ease;
}

ul.sub-menu > li > a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 10px;
}

ul.sub-menu > li > a:hover {
    opacity: .6;
}

li.menu-item.menu-item-has-children::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 0px;
    color: var(--blue);
}

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

.header-readmore .readmore {
    margin: 0px;
}

ul#primary-menu > li:first-child > a {
    border-left: none;
}

ul#primary-menu > li > a:hover {
    background: #f8931f;
    color: white !important;
}

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

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

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

.ebook-form-text p.subtitle:nth-of-type(2) {
    margin-bottom: 20px;
}

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

.privacy-text p a {}

.ebook-form {
    width: calc(50% - 60px);
}

.ebook-form-text .subtitle:nth-of-type(2) {
    color: var(--primary-color1);
}

.ebook-form-fields ~ .privacy-text p a {
    color: var(--primary-color1);
    font-weight: 600;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: 0px;
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
    border: solid 1px var(--blue);
}

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

.wpcf7-form {
}

.wpcf7-form .subtitle {
    font-size: 32px;
}

.wpcf7-form .title {
    color: var(--blue);
    font-weight: 600;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

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

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

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


.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 Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 230px 0 30px;
      position: relative;
      background: #063f19;
      width: 100%;
      clear: both;
  }

  .footer-block .row-container {
      display: flex;
      align-items: stretch;
  }
  
  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .footer-block-item {
      width: 30%;
      margin-right: 5%;
      position: relative;
      z-index: 2;
  }
  
  .footer-block .footer-block-item#middle {
      width: 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: 10px;
    align-items: center;
    justify-content: center;
    --lord-icon-primary: white;
    --lord-icon-secondary: white;
  }

  .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:not(.subtext) {
      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;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white !important;
  }

.footer-block-item-icon {
    max-width: 320px;
}

.footer-block-item-subtext {
    color: white;
}

.footer-block-item-list ul {
    list-style: none;
    padding-left: 0px;
}

.footer-block-item-list ul a {
    color: white;
    margin-bottom: 10px;
    display: block;
}

.footer-block .row-container .footer-block-item:nth-of-type(1) {
    align-items: center;
    display: flex;
}

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

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 .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

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

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

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

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

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

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

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
}

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

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

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

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

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

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

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

.form-phone {
    width: 100%;
    margin-bottom: 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: #f2f2f2;
    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: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    font-family:'Poppins';
}

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

.pweb-title {
    text-align: center;
    padding: 20px 0px;
    background: var(--blue);
    border-top-left-radius: 20px;
    color: #0b9d3b;
    margin-bottom: 20px;
}

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

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

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box !important;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #bd1819;
    color: white;
    font-weight: 400;
    border: solid 1px  black;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
    margin: 10px 0px;
}

/*== == 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: green;
    border-color: green;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





/*== == FOLD4A == ==*/

.fold4a-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0px 50px;
}

.splide__slide .fold4a-block-right {
    opacity: 0;
    transition: all 500ms ease;
}

.splide__slide.is-visible .fold4a-block-right {
    opacity: 1;
}

.fold4a-block-right-header-title .subtext:last-child {
    color: white;
}

.fold4a-header-left {
    flex: 1 0 400px;
}

.fol4a-header-right-slider-item {
    display: flex;
    justify-content: center;
}

.fol4a-header-right-slider-item img {
    width: 150px;
}

.fold4a-header-right {
    max-width: 767px;
}

.fold4a-header-left .subtext {
    margin: 0px;
    color: var(--primary-color1);
}

.fold4a-block {
    position: relative;
}

.fold4a-block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



.fold4a-block-background img {
    width: 100%;
    height: 100%;
}

li.splide__slide .fold4a-block-background::before {
    background: #02182da6;
    transition: all 500ms ease;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';

}

li.splide__slide.is-visible .fold4a-block-background::before{
	opacity:0;
}


li.splide__slide .fold4a-block-background::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 15%, rgb(4 56 21 / 68%) 50%);
    transition: all 500ms ease;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
}

.fold4a-block-right-header-title .subtext {
    margin: 0px;
    color: var(--primary-color1);
}

.fold4a-block-container {
    position: relative;
    padding: 80px 120px 80px 30px;
    display: flex;
    justify-content: flex-end;
    color: white;
}

.fold4a-block-right {
    flex: 0 0 40%;
    padding: 40px;
}

.fold4a-block-right-header-text {
    display: flex;
    gap: 20px;
}

.fold4a-block-right-header-text p:first-child {
    position:relative;
}

.fold4a-block-right-header-text p {
    color:var(--primary-color1);
    font-weight:600;
}

.fold4a-block-right-header-text p:first-child::before {
    content:'';
    position:absolute;
    right:-15px;
    top:50%;
    transform:translatey(-50%);
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--primary-color1);
}

.fold4a-block-right-header-title .title {
    margin: 0px;
}

.fold4a-block-right-header {
    margin-bottom: 20px;
}

.fold4a-block-right-content-readmore {
    margin-top: 40px;
}

.fold4a-container {
    padding-bottom: 0px;
}

.splide__pagination > li {
    display: flex;
    transition: all 500ms ease;
}

.splide__pagination {
    padding-top: 25px;
    max-width: 200px;
    margin: 0px auto;
    gap: 20px;
    padding-left: 0px;
}

#fold4a-block-splide .splide__track {
    overflow: visible;
}

.splide__pagination > li > button {
    background: #555;
    border: none;
    padding: 5px;
    width: 100%;
    transition: all 500ms ease;
    cursor: pointer;
    border-radius: 50%;
}

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

#fold4a-block-splide .splide__slide {
    transition: all 500ms ease;
    transform: scalex(0.98);
    display: flex;
    opacity: .9;
}

#fold4a-block-splide .splide__slide.is-active {
    opacity: 1;
    transform: scalex(0.98);
}

.fold4a-block-right-header .subtitle {
    color: var(--primary-color1);
}

.fold4a .splide__arrows {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 15px;
    pointer-events: none;
}

.fold4a .splide__arrows > button {
    pointer-events: all;
    background: #97a8b894;
    border: none;
    border-radius: 50px;
    border-top-right-radius: 0px;
    width: 50px;
    height: 45px;
    cursor: pointer;
}

.fold4a .splide__arrows > button svg {
    fill: white;
    width: 20px;
}

.fold4a .splide__arrows {
    width: calc(100% - 30px);
    left: 0px;
}

button.splide__arrow.splide__arrow--prev::after {
    content: 'Previous';
    display: block;
    transform: scalex(-1);
    color: white;
    border-bottom: solid 1px white;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    left: -10px;
    top: 7px;
    width: 60px;
}

button.splide__arrow.splide__arrow--next::after {
    content: 'Next';
    display: block;
    transform: scalex(1);
    color: white;
    border-bottom: solid 1px white;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    left: 5px;
    top: 7px;
    width: 30px;
}

.fold4a .splide__arrows > button.splide__arrow--prev {
    transform: scalex(-1);
}

#fold4a-block-splide .splide__track {
    width: calc(100% - 250px);
    left: 85px;
}

@media (min-width:1800px) {

.fold4a .splide__arrows {
    width: calc(100% + 190px);
    left: -125px;
}

#fold4a-block-splide .splide__track {
    width: calc(100% - 100px);
    left: -20px;
}
    
}

    /*=== == FOLD4A END == ==*/
