/*-----------------------------------------------
            GLOBAL THEME STYLES
------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
body {
  background: url("../images/puzzlebg.png");
  background-size: cover;
  padding: 0px 0px 20px;
  font-family: "Roboto Slab", serif;
  line-height: 1.42857143;
}

.container {
  max-width: 1122px;
}

.bg-white {
  background-color: #fff;
}

.i-tag {
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "Lato", Helvetica, sans-serif !important;
}

.mw-754 {
  max-width: 754px;
  margin: 0 auto !important;
}

.mw-700 {
  max-width: 700px;
  margin: 0 auto !important;
}

.mw-895 {
  max-width: 895px;
  margin: 0 auto;
}

.custom-title {
  font-size: 48px !important;
}

.bg-loading {
  display: none;
}

.quote-text {
  background-image: url("../images/quote.png");
  width: 100%;
  background-repeat: no-repeat;
  padding: 45px 25px;
  margin-bottom: 60px;
  background-color: #f0f2f1;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.quote-text .quote-text-inner {
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  color: rgba(47, 47, 47, 0.63);
  font-style: italic;
  line-height: 1.8em;
}

.copyright-wrap {
  padding: 0 20px;
}
.copyright-wrap .copyright-text {
  font-size: 16px;
  color: #fff;
  font-family: "Lato";
}

/*-----------------------------------------------
            PAGE STYLES
------------------------------------------------*/
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.header-menu .logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-menu .menu-wrap .navbar-nav .nav-item {
  margin-left: 20px;
}

.home-header {
  text-align: center;
}
.home-header .home-header-inner {
  max-width: 100%;
  padding: 20px 0px;
}
.home-header .home-header-inner .header-content {
  margin-bottom: 30px;
}
.home-header .home-header-inner .header-content h1 {
  font-size: 47px;
  color: white;
  font-weight: 900;
  line-height: 1.3em;
}
.home-header .home-header-inner .header-content h1.main-title {
  max-width: 798px;
  margin: 0 auto;
}
.home-header .home-header-inner .header-content h2 {
  font-size: 27px;
  color: white;
  line-height: 1.8;
  font-family: "Lato", Helvetica, sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-weight: 400;
}
.home-header .home-header-inner .header-content i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  line-height: 1.8 !important;
  font-family: "Lato", Helvetica, sans-serif !important;
}

.fb-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.fb-img-wrap .fb-post-image {
  width: 70%;
  margin: 20px 0px;
}

.btn-wrap .cta-btn {
  padding: 20px 40px;
  display: inline-block;
  background: #00ca01;
  color: white;
  text-decoration: none;
}
.btn-wrap .cta-btn .title {
  font-size: 30px;
  display: block;
  font-weight: bold;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.btn-wrap .cta-btn .tagline {
  font-size: 14px;
  opacity: 0.7;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.btn-wrap .small-tagline {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.btn-wrap .small-tagline-dark {
  color: #9e9e9e;
}

.content-wrap {
  padding: 50px 20px;
  color: #2f2f2f;
}
.content-wrap .content-wrap-inner {
  max-width: 950px;
  margin: 0 auto;
}
.content-wrap .content-wrap-inner h1 {
  text-align: center;
  font-size: 46px;
  color: #001f7e;
  padding: 20px 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
.content-wrap .content-wrap-inner .video-file {
  margin-bottom: 30px;
}
.content-wrap .content-wrap-inner .contact-text {
  font-size: 23px;
  font-family: "Lato";
  color: #2f2f2f;
}
.content-wrap .content-wrap-inner .content-list {
  padding: 0px;
  list-style-type: none;
  position: relative;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.content-wrap .content-wrap-inner .content-list .list-item {
  padding-bottom: 27px;
  list-style-type: none;
  margin-bottom: 6px;
  font-size: 22px;
  display: flex;
  position: relative;
}
.content-wrap .content-wrap-inner .content-list .list-item .fa-check {
  color: #d10d23;
  margin-right: 20px;
  margin-top: 5px;
  display: flex-start;
}
.content-wrap .content-wrap-inner .content-text {
  font-size: 22px;
  font-family: "Lato", Helvetica, sans-serif !important;
  line-height: 1.8em;
}
.content-wrap .content-wrap-inner .content-text p {
  margin-bottom: 30px;
}
.content-wrap .content-wrap-inner .product-grid {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content-wrap .content-wrap-inner .product-grid .product-item {
  background: #f0f2f1;
  padding: 30px;
  width: 30%;
  margin-bottom: 50px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
    0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.content-wrap .content-wrap-inner .product-grid .product-item .product-img {
  width: 75%;
  margin: 0 auto;
}
.content-wrap .content-wrap-inner .product-grid .product-item .product-content .title {
  font-size: 26px;
  color: #001f7e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .content-wrap-inner .product-grid .product-item .product-content .text {
  text-align: center;
  font-family: "Lato";
  line-height: 1.8;
}

@media only screen and (max-width: 1440px) {
  .home-header .home-header-inner {
    padding: 20px 0px;
  }
  .home-header .home-header-inner .header-content {
    margin-bottom: 30px;
  }
  .home-header .home-header-inner .header-content h1 {
    font-size: 47px;
    color: white;
    font-weight: 900;
    line-height: 1.3em;
  }
  .home-header .home-header-inner .header-content h2 {
    font-size: 27px;
    color: white;
    line-height: 1.8;
    font-family: "Lato", Helvetica, sans-serif !important;
    font-weight: 700;
    font-style: italic;
    font-weight: 400;
  }
  .home-header .home-header-inner .header-content i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    line-height: 1.8 !important;
    font-family: "Lato", Helvetica, sans-serif !important;
  }
}
@media only screen and (max-width: 600px) {
  .header-menu {
    padding: 20px 10px;
  }
  .custom-title {
    font-size: 22px !important;
  }
  .header-menu .logo-wrap .logo-a {
    width: 60%;
  }
  .header-menu .menu-wrap {
    padding: 29px 0px 5px;
  }

  .fb-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .fb-img-wrap .fb-post-image {
    width: 100%;
    margin: 20px 0px;
  }

  .btn-wrap .cta-btn {
    padding: 20px 15px;
    display: inline-block;
    background: #00ca01;
    color: white;
    text-decoration: none;
  }
  .btn-wrap .cta-btn .title {
    font-size: 18px;
    display: block;
  }
  .btn-wrap .cta-btn .tagline {
    font-size: 11px;
    opacity: 0.7;
  }

  .home-header {
    padding: 0px 20px;
  }
  .home-header .home-header-inner .header-content {
    margin-bottom: 30px;
  }
  .home-header .home-header-inner .header-content h1 {
    font-size: 26px;
    color: white;
  }
  .home-header .home-header-inner .header-content h2 {
    font-size: 18px;
    color: white;
    line-height: 1.5;
  }
  .home-header .home-header-inner .header-content i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
  }

  .content-wrap .content-wrap-inner h1 {
    text-align: center;
    font-size: 28px;
    color: #001f7e;
    padding: 10px 0px;
    margin-bottom: 30px;
  }
  .content-wrap .content-wrap-inner .product-grid .product-item {
    width: 100%;
  }
  .content-wrap .content-wrap-inner .product-grid .product-item .product-content .text {
    font-size: 18px;
  }
}
.woocommerce-checkout {
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: normal;
  font-size: 11px;
}
.woocommerce-checkout .bg-white {
  margin-bottom: 30px;
}
.woocommerce-checkout .bg-white a {
  color: #d21212;
  text-decoration: none;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce {
  padding: 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce ::placeholder {
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.woocommerce-checkout .woocommerce h3.woocommerce-step-heading {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce h3.woocommerce-step-heading .woocommerce-step-subheading {
  color: #d10d23;
  font-weight: bolder;
  font-size: 16px;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce #place_order {
  background-color: #00ca01;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce #place_order:focus {
  outline: none !important;
}
.woocommerce-checkout .woocommerce .form-group {
  display: block;
}
.woocommerce-checkout .woocommerce .form-group .control-label {
  font-size: 14px;
  line-height: 2;
}
.woocommerce-checkout .woocommerce #order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  outline: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-heading h1 {
  text-align: center;
  font-size: 36px;
  color: #001f7e;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-heading i {
  padding: 0px;
  margin: 0px;
  color: #d10d23;
  text-align: center;
  font-size: 40px;
  line-height: 1em;
  display: block;
}
.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details {
  width: 49%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review {
  width: 49%;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-NoticeGroup {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-billing-fields {
  margin-bottom: 10px;
}
.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-shipping-fields
  #ship-to-different-address
  .woocommerce-form__label
  span {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_paypal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_paypal input#payment_method_paypal {
  width: 17px;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_paypal label[for="payment_method_paypal"] {
  width: calc(100% - 66px);
  display: flex;
  align-items: center;
}
.woocommerce-checkout
  .woocommerce
  form.checkout
  .payment_method_paypal
  label[for="payment_method_paypal"]
  .about_paypal {
  line-height: 20px !important;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_stripe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_stripe label {
  display: flex;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_stripe label img {
  height: 24px;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_stripe #payment_method_stripe {
  width: 17px;
}
.woocommerce-checkout .woocommerce form.checkout .payment_method_stripe label[for="payment_method_stripe"] {
  width: calc(100% - 66px);
}
.woocommerce-checkout .woocommerce form.checkout #order_comments {
  height: 120px;
}
.woocommerce-checkout .woocommerce form.checkout .form-row input[type="text"] {
  padding: 20px 10px;
}
.woocommerce-checkout #stripe-payment-data {
  width: 100%;
}
.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row label {
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row > div {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce {
    padding: 25px 15px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-heading h1 {
    font-size: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout {
    flex-wrap: wrap;
  }
  .woocommerce-checkout .woocommerce form.checkout .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce #payment #place_order {
    font-size: 15px;
    line-height: 1.8;
  }
  .woocommerce-checkout .woocommerce #payment .payment_method_stripe label {
    display: flex;
  }
  .woocommerce-checkout .woocommerce #payment .payment_method_stripe label img {
    height: 24px;
  }

  #wc-stripe-cc-form label {
    font-size: 11px;
  }
}
.order-confirmation .content-wrap-inner {
  max-width: 970px;
  margin: 0 auto;
}
.order-confirmation .content-wrap-inner h1 {
  text-align: center;
  font-size: 48px;
  color: white;
  font-family: "Roboto Slab", serif;
  line-height: 1.3em;
  font-weight: 700;
}
.order-confirmation .content-wrap-inner .bg-white {
  padding: 20px 25px;
  margin-bottom: 30px;
}
.order-confirmation .content-wrap-inner .bg-white .main-image .main-img-inner {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.order-confirmation .content-wrap-inner .bg-white .content-main {
  padding: 20px 45px;
  text-align: left;
  font-size: 20px;
  line-height: 1.8em;
  color: #2d2d2d;
  font-family: "Noto Sans";
}
.order-confirmation .content-wrap-inner .bg-white .content-main p {
  margin-bottom: 40px;
}
.order-confirmation .content-wrap-inner .bg-white .footer-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-confirmation .content-wrap-inner .bg-white .footer-area .btn-wrap {
  text-align: center;
}
.order-confirmation .btn-wrap .cta-btn .title {
  font-size: 24px;
  display: block;
  font-weight: bold;
  font-family: "Lato", Helvetica, sans-serif !important;
}
.order-confirmation .btn-wrap .cta-btn .tagline {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .order-confirmation .content-wrap-inner h1 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .order-confirmation .content-wrap-inner .bg-white {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .order-confirmation .content-wrap-inner .bg-white .main-image .main-img-inner {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .order-confirmation .content-wrap-inner .bg-white .content-main {
    padding: 20px 10px;
    text-align: left;
    font-size: 18px;
    color: #2d2d2d;
    font-family: "Noto Sans";
  }
  .order-confirmation .content-wrap-inner .bg-white .content-main p {
    margin-bottom: 40px;
  }
  .order-confirmation .content-wrap-inner .bg-white .footer-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .order-confirmation .content-wrap-inner .bg-white .footer-area .btn-wrap {
    text-align: center;
  }
  .order-confirmation .btn-wrap .cta-btn {
    padding: 15px 30px;
  }
}
body.page-id-41 {
  background-image: url("../images/grey-geo.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-41 .copyright-text {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 200;
}
body .rpc-mag {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
  border-color: rgba(29, 29, 29, 0.35);
  outline: none;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  padding: 60px 52px;
  font-family: "Lato", Helvetica, sans-serif !important;
}
body .rpc-mag .box-title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
body .rpc-mag .form-group label {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #5f5e5e;
  display: block;
}
body .rpc-mag .form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  padding: 20px 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .rpc-mag .form-group .form-control#message {
  height: 120px;
}
body .rpc-mag .form-group ::placeholder {
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
body .rpc-mag .btn-wrap .cta-btn#submit-rpc {
  padding: 11px 40px;
  display: inline-block;
  background: #00ca01;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: none !important;
  border-right: none !important;
}

@media only screen and (max-width: 600px) {
  body .rpc-mag {
    padding: 60px 5px;
  }
}
.page-id-43 {
  background-image: url("../images/grey-geo.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-43 .rpc-thank-you {
  max-width: 714px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-color: rgba(53, 53, 53, 0.35);
  margin-top: 80px;
  outline: none;
  background-color: white;
  opacity: 1;
  position: relative;
  transform: scaleX(1) scaleY(1);
  box-shadow: 10px 10px 5px #aaaaaa;
}
.page-id-43 .rpc-thank-you .thankyou-msg-rpc {
  text-align: center;
  color: #2c6485;
  font-size: 28px;
  font-family: "Lato", Helvetica, sans-serif !important;
  font-weight: bold;
}
.page-id-43 .copyright-text {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 200;
}
