/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Helpass - Charity Nonprofit HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 helpass-about-section
	3.3 helpass-causes-section
	3.4 helpass-team-section
	3.5 helpass-event-section
	3.6 wpo-fun-fact-section
	3.7 helpass-testimonial-section 
	3.8 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 helpas-service-section 
   5.2 helpass-about-section-s2
   5.3 helpass-causes-section-s2
   5.4 helpass-team-section-s2
   5.5 helpass-event-section-s2
   5.6 wpo-partners-section
   5.7 wpo-cta-section
   5.8 wpo-blog-section-s2

6. cause-single-page

8. wpo-service-single-section

8. wpo-case-section

9. volunteer-page

10. event-details-page

11. wpo-blog-pg-section

12. wpo-blog-single-section

13. login-design

14. wpo-contact-pg-section

15. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@400;500;600&display=swap");
/* NOTE: Lora supports Latin, Latin Extended, Cyrillic. For CJK or Arabic scripts,
   consider adding Noto Serif SC / Noto Sans Arabic as additional fallbacks. */
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Inter", sans-serif;
  color: #313131;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #313131;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E3446;
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only_d04acfdc93acad79 {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper_7dbbd2549fa638bf {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding_5647772a4a547377 {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding_5647772a4a547377 {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding_5647772a4a547377 {
    padding: 80px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active_4e0d257b271b8bc2 .error-handling-messages_2fd7271ffc95fc88 {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active_4e0d257b271b8bc2 label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active_4e0d257b271b8bc2 #c-loader,
.contact-validation-active_4e0d257b271b8bc2 #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active_4e0d257b271b8bc2 #c-loader i,
.contact-validation-active_4e0d257b271b8bc2 #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #EF7C40;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active_4e0d257b271b8bc2 #success,
.contact-validation-active_4e0d257b271b8bc2 #c-success,
.contact-validation-active_4e0d257b271b8bc2 #c-error,
.contact-validation-active_4e0d257b271b8bc2 #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active_4e0d257b271b8bc2 #success,
  .contact-validation-active_4e0d257b271b8bc2 #c-success,
  .contact-validation-active_4e0d257b271b8bc2 #c-error,
  .contact-validation-active_4e0d257b271b8bc2 #error {
    font-size: 15px;
  }
}

.contact-validation-active_4e0d257b271b8bc2 #c-success,
.contact-validation-active_4e0d257b271b8bc2 #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active_4e0d257b271b8bc2 #c-error,
.contact-validation-active_4e0d257b271b8bc2 #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating_d6b9b5fe10827e90 {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(239, 124, 64, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #EF7C40;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #EF7C40;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap_c4cf213300207d8c {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom_cd879f9378b54ef7 .mfp-container_dc6840dde5d74d66,
.mfp-with-zoom_cd879f9378b54ef7.mfp-bg_767f9d10700d3642 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom_cd879f9378b54ef7.mfp-ready_7dc21e233f3a2352 .mfp-container_dc6840dde5d74d66 {
  opacity: 1;
}

.mfp-with-zoom_cd879f9378b54ef7.mfp-ready_7dc21e233f3a2352.mfp-bg_767f9d10700d3642 {
  opacity: 0.8;
}

.mfp-with-zoom_cd879f9378b54ef7.mfp-removing_064d2146a8ee90ba .mfp-container_dc6840dde5d74d66,
.mfp-with-zoom_cd879f9378b54ef7.mfp-removing_064d2146a8ee90ba.mfp-bg_767f9d10700d3642 {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.wpo-section-title_bd522d830b80c2fa {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-section-title_bd522d830b80c2fa {
    margin-bottom: 40px;
  }
}

.wpo-section-title_bd522d830b80c2fa span {
  text-transform: uppercase;
  font-size: 20px;
  color: #EF7C40;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .wpo-section-title_bd522d830b80c2fa span {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .wpo-section-title_bd522d830b80c2fa span {
    font-size: 14px;
  }
}

.wpo-section-title_bd522d830b80c2fa h2 {
  margin: 0;
  margin-top: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 45px;
  line-height: 75px;
}

@media (max-width: 991px) {
  .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 399px) {
  .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-section-title_bd522d830b80c2fa p {
  font-size: 18px;
}

.theme-btn_581bf9d09723784f, .view-cart-btn_03bef82ca8713a2e {
  background: #ff965f;
  color: #fff;
  display: inline-block;
  padding: 15px 55px;
  border: 0;
  font-family: "Lora", Georgia, serif;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 150px;
  font-weight: 400;
  font-size: 19px;
}

.theme-btn_581bf9d09723784f:after, .view-cart-btn_03bef82ca8713a2e:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #ec621a;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn_581bf9d09723784f:hover, .view-cart-btn_03bef82ca8713a2e:hover, .theme-btn_581bf9d09723784f:focus, .view-cart-btn_03bef82ca8713a2e:focus, .theme-btn_581bf9d09723784f:active, .view-cart-btn_03bef82ca8713a2e:active {
  background: #ed6c28;
  color: #fff;
}

.theme-btn_581bf9d09723784f:hover:after, .view-cart-btn_03bef82ca8713a2e:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .theme-btn_581bf9d09723784f, .view-cart-btn_03bef82ca8713a2e {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .theme-btn_581bf9d09723784f, .view-cart-btn_03bef82ca8713a2e {
    padding: 12px 40px;
    font-size: 14px;
  }
}

.theme-btn-s2_0a2c8f434f75ed9b {
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #EF7C40;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  color: #1E3446;
}

.theme-btn-s2_0a2c8f434f75ed9b:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .theme-btn-s2_0a2c8f434f75ed9b {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s2_0a2c8f434f75ed9b:hover, .theme-btn-s2_0a2c8f434f75ed9b:focus, .theme-btn-s2_0a2c8f434f75ed9b:active {
  background: #EF7C40;
  color: #fff;
}

.theme-btn-s2_0a2c8f434f75ed9b:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .theme-btn-s2_0a2c8f434f75ed9b {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s3_ac4df519efe2d314 {
  background: #38B69A;
  color: #fff;
  display: inline-block;
  padding: 15px 55px;
  border: 0;
  font-family: "Lora", Georgia, serif;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  font-weight: 400;
  font-size: 19px;
  overflow: hidden;
}

.theme-btn-s3_ac4df519efe2d314:after {
  position: absolute;
  content: '';
  top: 95%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #EF7C40;
  opacity: 1;
  z-index: -1;
}

.theme-btn-s3_ac4df519efe2d314:hover {
  color: #fff;
}

.theme-btn-s3_ac4df519efe2d314:hover::after {
  top: 0%;
}

@media (max-width: 991px) {
  .theme-btn-s3_ac4df519efe2d314 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3_ac4df519efe2d314 {
    padding: 12px 20px;
    font-size: 16px;
  }
}

.view-cart-btn_03bef82ca8713a2e {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}

.view-cart-btn_03bef82ca8713a2e:after {
  display: none;
}

.view-cart-btn_03bef82ca8713a2e:hover {
  background-color: #ec621a;
}

.view-cart-btn_03bef82ca8713a2e.s1 {
  background: #ddd;
}

.view-cart-btn_03bef82ca8713a2e.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #EF7C40;
  -webkit-box-shadow: 0 0 5px 0 #f39c6f;
  -o-box-shadow: 0 0 5px 0 #f39c6f;
  -ms-box-shadow: 0 0 5px 0 #f39c6f;
  box-shadow: 0 0 5px 0 #f39c6f;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../snapshots/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links_15365f6fb1556ded {
  overflow: hidden;
}

.social-links_15365f6fb1556ded li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links_15365f6fb1556ded li a {
  background-color: #f39c6f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links_15365f6fb1556ded li a:hover {
  background-color: #EF7C40;
}

.wpo-page-title_17e8d0f2eb2a1b56 {
  background: url(../snapshots/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

@media (max-width: 767px) {
  .wpo-page-title_17e8d0f2eb2a1b56 {
    min-height: 300px;
  }
}

.wpo-page-title_17e8d0f2eb2a1b56:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212158;
  content: "";
  z-index: -1;
  opacity: .70;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 {
  text-align: center;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 h2 {
  font-size: 55px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol {
  padding-left: 0;
  margin-bottom: 0;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-size: 22px;
}

@media (max-width: 767px) {
  .wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li {
    font-size: 18px;
  }
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li:last-child {
  padding-right: 0;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #EF7C40;
  border-radius: 50%;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li:last-child span {
  color: #cbd4fd;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li:last-child:after {
  display: none;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li a {
  color: #fff;
  font-size: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-page-title_17e8d0f2eb2a1b56 .wpo-breadcumb-wrap_6fe8714ba0c26ab3 ol li a:hover {
  color: #EF7C40;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box_8d00fcecbd815631 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box_8d00fcecbd815631:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box_8d00fcecbd815631 .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle_68393484fb48735a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask_884fcb050848006c {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask_884fcb050848006c .loader-line_26fa0734cf41c663 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar_19bed55dc090a342 {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar_19bed55dc090a342 {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar_19bed55dc090a342 {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar_19bed55dc090a342 {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar_19bed55dc090a342 .widget_fb967033d3612c46 h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #1E3446;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Lora", Georgia, serif;
  padding-bottom: 20px;
}

.blog-sidebar_19bed55dc090a342 .widget_fb967033d3612c46 h3:before {
  content: "";
  background-color: #EF7C40;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar_19bed55dc090a342 .widget_fb967033d3612c46 h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar_19bed55dc090a342 > .widget_fb967033d3612c46 + .widget_fb967033d3612c46 {
  margin-top: 65px;
}

.blog-sidebar_19bed55dc090a342 .search-widget_f9207c86ef2a153e form div {
  position: relative;
}

.blog-sidebar_19bed55dc090a342 .search-widget_f9207c86ef2a153e input {
  background-color: rgba(239, 124, 64, 0.05);
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar_19bed55dc090a342 .search-widget_f9207c86ef2a153e input:focus {
  background-color: rgba(239, 124, 64, 0.1);
}

.blog-sidebar_19bed55dc090a342 .search-widget_f9207c86ef2a153e form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #EF7C40;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 {
  text-align: center;
  background-color: #f4f8fc;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 {
    padding: 35px;
  }
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 .aw-shape_1967a1dad87217fc {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 .img-holder_d8611217756b98bb {
  margin-bottom: 25px;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 .img-holder_d8611217756b98bb img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 ul li {
  margin-right: 10px;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 ul li:last-child {
  margin-right: 0;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 h4 {
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 a {
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1E3446;
  text-decoration: underline;
}

.blog-sidebar_19bed55dc090a342 .about-widget_05bced89a2b94943 a:hover {
  color: #EF7C40;
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul {
  list-style: none;
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul a {
  display: block;
  color: #474f62;
  font-family: "Lora", Georgia, serif;
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f4f8fc;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul a:hover,
.blog-sidebar_19bed55dc090a342 .category-widget_72ddec8fed229096 ul li:hover:before {
  color: #EF7C40;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 {
  overflow: hidden;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .posts_1f2757cda67f45ff > .post_00a2c92febdbd597 + .post_00a2c92febdbd597 {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 .img-holder_d8611217756b98bb {
  width: 90px;
  float: left;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 .img-holder_d8611217756b98bb img {
  border-radius: 6px;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 .details_fa5d752f1251c0e0 {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0.3em;
  font-family: "Lora", Georgia, serif;
  color: #4d4d4d;
}

@media (max-width: 1199px) {
  .blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 h4 a {
  display: inline-block;
  color: #1E3446;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 h4 a:hover {
  color: #EF7C40;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 .details_fa5d752f1251c0e0 .date_33836ff8fe181ba2 {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #6e6e6e;
}

.blog-sidebar_19bed55dc090a342 .recent-post-widget_1697d108a3625570 .post_00a2c92febdbd597 .details_fa5d752f1251c0e0 .date_33836ff8fe181ba2 i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar_19bed55dc090a342 .wpo-instagram-widget_a614f74dcfa28480 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar_19bed55dc090a342 .wpo-instagram-widget_a614f74dcfa28480 ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar_19bed55dc090a342 .wpo-instagram-widget_a614f74dcfa28480 ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar_19bed55dc090a342 .tag-widget_2ffa8d868a895a6f ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar_19bed55dc090a342 .tag-widget_2ffa8d868a895a6f ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar_19bed55dc090a342 .tag-widget_2ffa8d868a895a6f ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #232f4b;
  background: #ecf4fb;
  border-radius: 5px;
}

.blog-sidebar_19bed55dc090a342 .tag-widget_2ffa8d868a895a6f ul li a:hover {
  background: #EF7C40;
  color: #fff;
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c {
  border: 0;
  background: #1E3446;
  padding: 30px 40px;
}

@media (max-width: 1200px) {
  .blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c {
    padding: 20px;
  }
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c h2 {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c h2::before {
  left: 28px;
  background: url(../snapshots/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar_19bed55dc090a342 .wpo-contact-widget_c3f8035bcb8f407c a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**** pagination ****/
.pagination-wrapper_40f1d11a18809b86 {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper_40f1d11a18809b86 {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li {
    margin-right: 5px;
  }
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li:last-child {
  margin-right: 0;
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1E3446;
  background: #ebf4fc;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca .active a,
.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca li a:hover {
  background: #EF7C40;
  border-color: #EF7C40;
  color: #fff;
}

.pagination-wrapper_40f1d11a18809b86 .pg-pagination_eb7a684e5568faca .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left_736604243d7e86f6 {
  text-align: left;
}

.pagination-wrapper-right_81ab7892657b3fd3 {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right_81ab7892657b3fd3 {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right_81ab7892657b3fd3 {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar_befc6bf8273a6bf6 {
  background: #163967;
  padding: 0 130px;
}

@media (max-width: 991px) {
  .topbar_befc6bf8273a6bf6 {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1_921cf39096c0469c {
    text-align: center;
    padding: 20px 0;
  }
}

.topbar_befc6bf8273a6bf6 {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar_befc6bf8273a6bf6 ul {
  overflow: hidden;
  list-style: none;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar_befc6bf8273a6bf6 ul {
    float: none;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topbar_befc6bf8273a6bf6 ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}

@media (max-width: 991px) {
  .topbar_befc6bf8273a6bf6 ul li {
    padding: 15px 10px;
  }
}

.topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f li {
  position: relative;
}

.topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f li:nth-child(1):before, .topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f li:nth-child(2):before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

@media (max-width: 767px) {
  .topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f li:nth-child(1):before, .topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f li:nth-child(2):before {
    display: none;
  }
}

.topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f ul li a {
  color: #e4e4e4;
}

.topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f ul li a:hover {
  color: #EF7C40;
}

.topbar_befc6bf8273a6bf6 ul li:first-child {
  padding-left: 0;
}

.topbar_befc6bf8273a6bf6 .contact-intro_4e932f751a339aff ul {
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar_befc6bf8273a6bf6 .contact-intro_4e932f751a339aff ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar_befc6bf8273a6bf6 ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .topbar_befc6bf8273a6bf6 ul li {
    font-size: 13px;
  }
  .topbar_befc6bf8273a6bf6 {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .topbar_befc6bf8273a6bf6 ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .topbar_befc6bf8273a6bf6 ul li {
    float: none;
  }
  .topbar_befc6bf8273a6bf6 .contact-info_49f7d93523a6520f ul li {
    float: left;
  }
  .topbar_befc6bf8273a6bf6 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topbar_befc6bf8273a6bf6 .theme-btn-s2_0a2c8f434f75ed9b {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar_befc6bf8273a6bf6 ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.topbar_befc6bf8273a6bf6 ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: transparent;
  z-index: 11;
  position: relative;
}

.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation > .container {
  position: relative;
}

.wpo-site-header .row_0c774d656f9f4a43 {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

.wpo-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #EF7C40;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: -3px;
    top: 39%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
  }
  .wpo-site-header .menu-item-has-children:hover > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: -3px;
    top: 39%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-270deg);
    transition: transform 0.3s ease;
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.wpo-site-header .container-fluid_6076f8433295b99d {
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right_ec3bcca6b89e89ba {
    right: -10px;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c button span:last-child {
    margin: 0;
  }
}

.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #EF7C40;
  }
  .wpo-site-header #navbar .close-navbar_c3e8ad42292959d6 .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle_4840fc9ece3e60e7,
  .wpo-site-header .navbar-toggler .last-angle_2550ba13c82c237c {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle_40e39d34fc09daa5 {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle_4840fc9ece3e60e7 {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle_2550ba13c82c237c {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header_2f658f66a733004c .navbar-brand_1f917995a9880f16 {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse_c04fa9b75605c0d9.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse_c04fa9b75605c0d9.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c .collapse,
  .wpo-site-header .navbar-toggle_78e6add2cc396092 {
    display: block;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right_c4dd2bc0b5312284 {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header_2f658f66a733004c {
    right: 0;
  }
}

.wpo-site-header .header-right_ec3bcca6b89e89ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-site-header .header-right_ec3bcca6b89e89ba button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right_ec3bcca6b89e89ba > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 1400px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f, .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e {
    padding: 12px 40px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f, .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e {
    padding: 12px 25px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f, .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e {
    display: none;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba > div {
    margin-right: 10px;
  }
  .wpo-site-header .header-right_ec3bcca6b89e89ba {
    right: -40px;
  }
}

.wpo-site-header .header-right_ec3bcca6b89e89ba > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right_ec3bcca6b89e89ba .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right_ec3bcca6b89e89ba .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn {
    display: none;
  }
}

.wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn,
.wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn,
  .wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn,
  .wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi:before,
  .wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .ti-close,
.wpo-site-header .header-right_ec3bcca6b89e89ba .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact_dc73ab61d0671529 button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact_dc73ab61d0671529 .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #1E3446;
}

.cart-search-contact_dc73ab61d0671529 > div {
  float: left;
  position: relative;
}

.cart-search-contact_dc73ab61d0671529 > div + div {
  margin-left: 12px;
}

.cart-search-contact_dc73ab61d0671529 .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .cart-search-contact_dc73ab61d0671529 .header-search-form {
    top: 65px;
  }
}

@media (max-width: 767px) {
  .cart-search-contact_dc73ab61d0671529 .header-search-form {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .cart-search-contact_dc73ab61d0671529 .header-search-form {
    width: 260px;
    padding: 15px;
  }
}

.cart-search-contact_dc73ab61d0671529 .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}

.cart-search-contact_dc73ab61d0671529 form div {
  position: relative;
}

.cart-search-contact_dc73ab61d0671529 form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-search-contact_dc73ab61d0671529 form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact_dc73ab61d0671529 input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
}

.cart-search-contact_dc73ab61d0671529 input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #EF7C40;
}

.wpo-site-header .header-right_ec3bcca6b89e89ba .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mini-cart .cart-count_615da903d19cad1d {
  background: #EF7C40;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: white;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}

.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #1E3446;
  margin: 0;
  text-transform: uppercase;
}

.mini-cart-content .mini-cart-items_0b35ec69e83482f4 {
  padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item_fdc50b7a4dc29353 {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item_fdc50b7a4dc29353:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image_6468bc181224f200 {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image_6468bc181224f200 a,
.mini-cart-content .mini-cart-item-image_6468bc181224f200 img {
  display: block;
  width: 46px;
  height: 46px;
}

.mini-cart-content .mini-cart-item-des_90284fc4dc870ae0 {
  position: relative;
  overflow: hidden;
}

.mini-cart-content .mini-cart-item-des_90284fc4dc870ae0 a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  text-align: left;
  color: #1E3446;
}

.mini-cart-content .mini-cart-item-des_90284fc4dc870ae0 a:hover {
  color: #EF7C40;
}

.mini-cart-content .mini-cart-item-des_90284fc4dc870ae0 .mini-cart-item-price_109245a6f5d1670e {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des_90284fc4dc870ae0 .mini-cart-item-quantity_2ca26039b7aed5cc {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.mini-cart-content .visible-icon_80e97950b967e7d0 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: .02;
  z-index: -1;
}

.mini-cart-content .mini-cart-action_c924b6391aa66f9b {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action_c924b6391aa66f9b .theme-btn-s2_0a2c8f434f75ed9b {
  float: right;
}

.mini-cart-content .mini-cart-action_c924b6391aa66f9b .mini-btn_b133babe1648e89a {
  width: 240px;
}

.mini-cart-content .mini-cart-action_c924b6391aa66f9b .mini-checkout-price_19756b97719cebcc {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1E3446;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-cart-content .mini-cart-action_c924b6391aa66f9b .mini-checkout-price_19756b97719cebcc span {
  color: #c79652;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle_81212e7197e6547f {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper_7dbbd2549fa638bf {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay_df67d18903e43854:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-search-area_ea56a1bc4e7752af {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area_ea56a1bc4e7752af h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area_ea56a1bc4e7752af form {
  position: relative;
}

.header-search-area_ea56a1bc4e7752af input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-area_ea56a1bc4e7752af input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #EF7C40;
}

.header-search-area_ea56a1bc4e7752af form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area_ea56a1bc4e7752af form button:focus {
  border: none;
  outline: none;
}

.header-search-area_ea56a1bc4e7752af .close-form_06ee9e20f7d9ec1d {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area_ea56a1bc4e7752af .close-form_06ee9e20f7d9ec1d button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area_ea56a1bc4e7752af .close-form_06ee9e20f7d9ec1d button:focus {
  border: 0;
  outline: 0;
}

.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.wpo-site-header .navigation > .container {
  position: relative;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

.wpo-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .wpo-site-header #navbar {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header #navbar {
    padding-left: 40px;
  }
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ed6c28;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    font-size: 17px;
    padding: 35px 20px;
    display: block;
    color: #232f4b;
    font-weight: 500;
    position: relative;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 14px;
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 7px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #1E3446;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    font-family: "Inter", sans-serif;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #EF7C40;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover, .wpo-site-header #navbar > ul > li .sub-menu a.active {
    color: #EF7C40;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header_2f658f66a733004c .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar_c3e8ad42292959d6 {
    display: none;
  }
}

.wpo-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #EF7C40;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header #navbar {
    background: #ec7c41;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #EF7C40;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar_c3e8ad42292959d6 {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar_c3e8ad42292959d6 .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wpo-site-header .navbar-toggler .first-angle_4840fc9ece3e60e7,
  .wpo-site-header .navbar-toggler .last-angle_2550ba13c82c237c {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle_40e39d34fc09daa5 {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle_4840fc9ece3e60e7 {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle_2550ba13c82c237c {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header_2f658f66a733004c .navbar-brand_1f917995a9880f16 {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

.wpo-site-header .navbar-header_2f658f66a733004c .navbar-brand_1f917995a9880f16 img {
  max-width: 170px;
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse_c04fa9b75605c0d9.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse_c04fa9b75605c0d9.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c .collapse,
  .wpo-site-header .navbar-toggle_78e6add2cc396092 {
    display: block;
  }
  .wpo-site-header .navbar-header_2f658f66a733004c {
    float: none;
  }
  .wpo-site-header .navbar-right_c4dd2bc0b5312284 {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .wpo-site-header .navbar-header_2f658f66a733004c .navbar-brand_1f917995a9880f16 img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .wpo-site-header .navbar-header_2f658f66a733004c .navbar-brand_1f917995a9880f16 img {
    max-width: 140px;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

.wpo-header-style-2_d50b790b9fb5160c {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.wpo-header-style-2_d50b790b9fb5160c .navigation {
  background: transparent;
}

.wpo-header-style-2_d50b790b9fb5160c .navigation.sticky-on {
  background: #29395b;
}

.wpo-header-style-2_d50b790b9fb5160c #navbar > ul > li > a {
  color: #fff;
}

.wpo-header-style-2_d50b790b9fb5160c .header-right_ec3bcca6b89e89ba .cart-toggle-btn,
.wpo-header-style-2_d50b790b9fb5160c .header-right_ec3bcca6b89e89ba .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.wpo-header-style-2_d50b790b9fb5160c .header-right_ec3bcca6b89e89ba .cart-toggle-btn .fi,
.wpo-header-style-2_d50b790b9fb5160c .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2_d50b790b9fb5160c {
    z-index: 99999;
  }
}

.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}

/* wpo-site-header-s2 */
.wpo-site-header-s2_e4b3132e6700d7c6 .header-right_ec3bcca6b89e89ba .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.55);
}

@media screen and (min-width: 992px) {
  .wpo-site-header-s2_e4b3132e6700d7c6 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
    background-color: rgba(206, 206, 206, 0.55);
  }
}

/* wpo-site-header-s3 */
.wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  background: #EF7C40;
  width: 35%;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 6% 100%, 0 37%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 6% 100%, 0 37%);
}

@media (max-width: 1399px) {
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header::before {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header::before {
    display: none;
  }
}

.wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.55);
}

.wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f, .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e {
  background: #38B69A;
}

.wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f::after, .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e::after {
  background: #2e9780;
  opacity: 0;
}

.wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .theme-btn_581bf9d09723784f:hover, .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .header-right_ec3bcca6b89e89ba .close-form_06ee9e20f7d9ec1d .view-cart-btn_03bef82ca8713a2e:hover {
  background: #32a38a;
}

@media screen and (min-width: 992px) {
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header #navbar > ul > li > a {
    color: #fff;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header {
    background: #1E3446;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
    background-color: rgba(206, 206, 206, 0.55);
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header {
    background: #1E3446;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
    background-color: rgba(206, 206, 206, 0.55);
  }
  .wpo-site-header-s3_097d8f65ddaba939 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi {
    color: #fff;
  }
}

/* wpo-site-header-s4 */
.wpo-site-header-s4_6087f8fba46fc3d5 .header-right_ec3bcca6b89e89ba .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.55);
}

@media screen and (min-width: 992px) {
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header #navbar > ul > li > a {
    color: #fff;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header {
    background: #1E3446;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
    background-color: rgba(206, 206, 206, 0.55);
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header {
    background: #1E3446;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header #navbar > ul > li > a:hover {
    color: #EF7C40;
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn {
    background-color: rgba(206, 206, 206, 0.55);
  }
  .wpo-site-header-s4_6087f8fba46fc3d5 .wpo-site-header .navigation.sticky-header .header-right_ec3bcca6b89e89ba .search-toggle-btn .fi {
    color: #fff;
  }
}

/* wpo-site-header-s5 */
.wpo-site-header-s5_6d3cc8c87f0c1d07 {
  position: relative;
  background: #fff;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
/*-------------------------------------------
	hero style 1
--------------------------------------------*/
.static-hero_596c352dd473a17a,
.static-hero-s2_f394a40e2e1d5203,
.static-hero-s3_caacd72f652d3085 {
  height: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
  margin-top: -96px;
}

.static-hero_596c352dd473a17a::before,
.static-hero-s2_f394a40e2e1d5203::before,
.static-hero-s3_caacd72f652d3085::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  background: #FFF8EC;
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a::before,
  .static-hero-s2_f394a40e2e1d5203::before,
  .static-hero-s3_caacd72f652d3085::before {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a::before,
  .static-hero-s2_f394a40e2e1d5203::before,
  .static-hero-s3_caacd72f652d3085::before {
    height: 500px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a::before,
  .static-hero-s2_f394a40e2e1d5203::before,
  .static-hero-s3_caacd72f652d3085::before {
    height: 436px;
  }
}

@media (max-width: 1399px) {
  .static-hero_596c352dd473a17a,
  .static-hero-s2_f394a40e2e1d5203,
  .static-hero-s3_caacd72f652d3085 {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a,
  .static-hero-s2_f394a40e2e1d5203,
  .static-hero-s3_caacd72f652d3085 {
    height: 680px;
  }
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a,
  .static-hero-s2_f394a40e2e1d5203,
  .static-hero-s3_caacd72f652d3085 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .static-hero_596c352dd473a17a,
  .static-hero-s2_f394a40e2e1d5203,
  .static-hero-s3_caacd72f652d3085 {
    height: 575px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a,
  .static-hero-s2_f394a40e2e1d5203,
  .static-hero-s3_caacd72f652d3085 {
    height: 500px;
  }
}

.static-hero_596c352dd473a17a .hero-container_bc30c2a6760adc31,
.static-hero-s2_f394a40e2e1d5203 .hero-container_bc30c2a6760adc31,
.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.static-hero_596c352dd473a17a .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080,
.static-hero-s2_f394a40e2e1d5203 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080,
.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28,
.static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28,
.static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 {
  padding-top: 35px;
  max-width: 500px;
}

@media (max-width: 1399px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 {
    max-width: 480px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 {
    margin-top: 35px;
  }
}

.static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28 h2,
.static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28 h2,
.static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 h2 {
  font-weight: 400;
  font-size: 78px;
  line-height: 85px;
  color: #EF7C40;
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 50px;
    line-height: 57px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s2_f394a40e2e1d5203 .slide-title_9b17c8c1f06c6d28 h2,
  .static-hero-s3_caacd72f652d3085 .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 37px;
    line-height: 41px;
  }
}

.static-hero_596c352dd473a17a .hero-inner_5dbd97b065bc9080 .container,
.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .container,
.static-hero-s3_caacd72f652d3085 .hero-inner_5dbd97b065bc9080 .container {
  position: relative;
}

.static-hero_596c352dd473a17a .hero-inner_5dbd97b065bc9080::before,
.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080::before,
.static-hero-s3_caacd72f652d3085 .hero-inner_5dbd97b065bc9080::before {
  display: none;
}

.static-hero_596c352dd473a17a .slide-text_733cc53a3c1c41c3 p,
.static-hero-s2_f394a40e2e1d5203 .slide-text_733cc53a3c1c41c3 p,
.static-hero-s3_caacd72f652d3085 .slide-text_733cc53a3c1c41c3 p {
  max-width: 500px;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  color: #646464;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .slide-text_733cc53a3c1c41c3 p,
  .static-hero-s2_f394a40e2e1d5203 .slide-text_733cc53a3c1c41c3 p,
  .static-hero-s3_caacd72f652d3085 .slide-text_733cc53a3c1c41c3 p {
    max-width: 390px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a .slide-text_733cc53a3c1c41c3 p,
  .static-hero-s2_f394a40e2e1d5203 .slide-text_733cc53a3c1c41c3 p,
  .static-hero-s3_caacd72f652d3085 .slide-text_733cc53a3c1c41c3 p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}

.static-hero_596c352dd473a17a .btns_aab51d2a91a62842,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 {
    max-width: 420px;
  }
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f, .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e {
  background: #8072DB;
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f, .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .theme-btn_581bf9d09723784f,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .view-cart-btn_03bef82ca8713a2e {
    padding: 13px 45px;
  }
}

.static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 {
  margin-left: 40px;
}

@media (max-width: 399px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #D6547D;
  font-family: "Lora", Georgia, serif;
  display: block;
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .text {
    font-size: 17px;
    line-height: 25px;
  }
}

.static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8,
.static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8,
.static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8 {
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  color: #1E3446;
  display: block;
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8,
  .static-hero-s2_f394a40e2e1d5203 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8,
  .static-hero-s3_caacd72f652d3085 .btns_aab51d2a91a62842 .call-us_c0c686bc93051437 .nub_9e4cce25317b53a8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.static-hero_596c352dd473a17a .lawyer-pic_3505987b96b5d234,
.static-hero-s2_f394a40e2e1d5203 .lawyer-pic_3505987b96b5d234,
.static-hero-s3_caacd72f652d3085 .lawyer-pic_3505987b96b5d234 {
  position: absolute;
  right: 122px;
  top: 19%;
  z-index: 1;
  width: 768px;
  height: 643px;
}

@media (max-width: 1600px) {
  .static-hero_596c352dd473a17a .lawyer-pic_3505987b96b5d234,
  .static-hero-s2_f394a40e2e1d5203 .lawyer-pic_3505987b96b5d234,
  .static-hero-s3_caacd72f652d3085 .lawyer-pic_3505987b96b5d234 {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .static-hero_596c352dd473a17a .lawyer-pic_3505987b96b5d234,
  .static-hero-s2_f394a40e2e1d5203 .lawyer-pic_3505987b96b5d234,
  .static-hero-s3_caacd72f652d3085 .lawyer-pic_3505987b96b5d234 {
    width: 550px;
    height: 640px;
    bottom: -200px;
  }
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .lawyer-pic_3505987b96b5d234,
  .static-hero-s2_f394a40e2e1d5203 .lawyer-pic_3505987b96b5d234,
  .static-hero-s3_caacd72f652d3085 .lawyer-pic_3505987b96b5d234 {
    width: 445px;
    height: 640px;
    bottom: -200px;
  }
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a .lawyer-pic_3505987b96b5d234,
  .static-hero-s2_f394a40e2e1d5203 .lawyer-pic_3505987b96b5d234,
  .static-hero-s3_caacd72f652d3085 .lawyer-pic_3505987b96b5d234 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .static-hero_596c352dd473a17a .swiper-slide .container,
  .static-hero-s2_f394a40e2e1d5203 .swiper-slide .container,
  .static-hero-s3_caacd72f652d3085 .swiper-slide .container {
    padding-top: 10px;
  }
}

.static-hero_596c352dd473a17a .slide-btns_2f6456e76a332383,
.static-hero-s2_f394a40e2e1d5203 .slide-btns_2f6456e76a332383,
.static-hero-s3_caacd72f652d3085 .slide-btns_2f6456e76a332383 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.static-hero_596c352dd473a17a .bg-shape_84430641aec5a834,
.static-hero-s2_f394a40e2e1d5203 .bg-shape_84430641aec5a834,
.static-hero-s3_caacd72f652d3085 .bg-shape_84430641aec5a834 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.static-hero_596c352dd473a17a .bg-shape_84430641aec5a834 img,
.static-hero-s2_f394a40e2e1d5203 .bg-shape_84430641aec5a834 img,
.static-hero-s3_caacd72f652d3085 .bg-shape_84430641aec5a834 img {
  width: 100%;
}

.static-hero_596c352dd473a17a .shape-1_406012bddc638659,
.static-hero-s2_f394a40e2e1d5203 .shape-1_406012bddc638659,
.static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a .shape-1_406012bddc638659,
  .static-hero-s2_f394a40e2e1d5203 .shape-1_406012bddc638659,
  .static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 {
    display: none;
  }
}

.static-hero_596c352dd473a17a .shape-2_2051cd13ff203795,
.static-hero-s2_f394a40e2e1d5203 .shape-2_2051cd13ff203795,
.static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .static-hero_596c352dd473a17a .shape-2_2051cd13ff203795,
  .static-hero-s2_f394a40e2e1d5203 .shape-2_2051cd13ff203795,
  .static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
    top: -50px;
    right: -247px;
  }
}

@media (max-width: 1199px) {
  .static-hero_596c352dd473a17a .shape-2_2051cd13ff203795,
  .static-hero-s2_f394a40e2e1d5203 .shape-2_2051cd13ff203795,
  .static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
    top: -134px;
    right: -329px;
  }
}

@media (max-width: 991px) {
  .static-hero_596c352dd473a17a .shape-2_2051cd13ff203795,
  .static-hero-s2_f394a40e2e1d5203 .shape-2_2051cd13ff203795,
  .static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
    top: 0;
    right: -46px;
    width: 400px;
    height: 400px;
  }
}

.static-hero_596c352dd473a17a .shape-3_a0f7c4ae99b0f0e1,
.static-hero-s2_f394a40e2e1d5203 .shape-3_a0f7c4ae99b0f0e1,
.static-hero-s3_caacd72f652d3085 .shape-3_a0f7c4ae99b0f0e1 {
  position: absolute;
  top: 220px;
  left: 55px;
  -webkit-animation: bounceTop 6s linear infinite;
          animation: bounceTop 6s linear infinite;
}

@media (max-width: 1655px) {
  .static-hero_596c352dd473a17a .shape-3_a0f7c4ae99b0f0e1,
  .static-hero-s2_f394a40e2e1d5203 .shape-3_a0f7c4ae99b0f0e1,
  .static-hero-s3_caacd72f652d3085 .shape-3_a0f7c4ae99b0f0e1 {
    top: 100px;
    left: 0;
  }
}

@media (max-width: 1399px) {
  .static-hero_596c352dd473a17a .shape-3_a0f7c4ae99b0f0e1,
  .static-hero-s2_f394a40e2e1d5203 .shape-3_a0f7c4ae99b0f0e1,
  .static-hero-s3_caacd72f652d3085 .shape-3_a0f7c4ae99b0f0e1 {
    display: none;
  }
}

@-webkit-keyframes bounceTop {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(-7px);
            transform: translateY(-15px) translateX(-7px);
  }
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@keyframes bounceTop {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(-7px);
            transform: translateY(-15px) translateX(-7px);
  }
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

/* static-hero-s2 */
.static-hero-s2_f394a40e2e1d5203 {
  background: #ef7c402e;
}

@media (max-width: 1399px) {
  .static-hero-s2_f394a40e2e1d5203 {
    height: 700px;
  }
}

.static-hero-s2_f394a40e2e1d5203::before {
  display: none;
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d {
  position: absolute;
  left: 78%;
  top: 41%;
  width: 800px;
  height: 800px;
  overflow: hidden;
  border-radius: 50% 0% 50% 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d {
    top: 42%;
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d {
    top: 37%;
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d {
    display: none;
  }
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, #5240ef 0%, #1b5e2f 100%);
  opacity: 0.7;
  z-index: 1;
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d img {
  width: 100%;
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d .pop-up-video_956c176b768a52cd {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d .pop-up-video_956c176b768a52cd .video-holder_570e6ff8bee91be5 .video-btn {
  display: block;
  width: 80px;
  height: 80px;
  background: #5dc4b8;
  text-align: center;
  line-height: 84px;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  position: relative;
}

.static-hero-s2_f394a40e2e1d5203 .hero-inner_5dbd97b065bc9080 .left-content_77dc65edd5526f1d .pop-up-video_956c176b768a52cd .video-holder_570e6ff8bee91be5 .video-btn::before {
  content: " ";
  width: 110%;
  height: 110%;
  background: rgba(201, 230, 226, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  z-index: -1;
}

.static-hero-s2_f394a40e2e1d5203 .shape-boder-1_4b7065c8dda1f685 {
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #5dc4b8;
  border-radius: 32% 68% 60% 40% / 50% 39% 61% 50%;
  -webkit-animation: bounceTop 8s infinite;
          animation: bounceTop 8s infinite;
}

.static-hero-s2_f394a40e2e1d5203 .shape-boder-2_3d23fd740d711fe4 {
  position: absolute;
  left: 43%;
  bottom: 0;
  width: 200px;
  height: 200px;
  -webkit-animation: bounceTop 5s infinite;
          animation: bounceTop 5s infinite;
}

@media (max-width: 991px) {
  .static-hero-s2_f394a40e2e1d5203 .shape-boder-2_3d23fd740d711fe4 {
    left: 73%;
    bottom: 13%;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2_f394a40e2e1d5203 .shape-boder-2_3d23fd740d711fe4 {
    left: 70%;
    bottom: 10%;
    width: 100px;
    height: 100px;
  }
}

.static-hero-s2_f394a40e2e1d5203 .shape-boder-3_fa2dde102c811262 {
  position: absolute;
  left: 43%;
  top: 20%;
  width: 40px;
  height: 40px;
  background: #EF7C40;
  border-radius: 50%;
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite;
}

/* static-hero-s3 */
.static-hero-s3_caacd72f652d3085 {
  background: url(../snapshots/slider/slide-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.static-hero-s3_caacd72f652d3085::before {
  display: none;
}

.static-hero-s3_caacd72f652d3085::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.6);
  z-index: -1;
}

.static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 {
  position: absolute;
  left: -18px;
  top: 202px;
  width: 250px;
  height: 250px;
  -webkit-animation: bounceTop 10s linear infinite;
          animation: bounceTop 10s linear infinite;
}

@media (max-width: 1199px) {
  .static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 {
    width: 200px;
    height: 200px;
    left: -27px;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 {
    width: 110px;
    height: 110px;
    left: 12px;
    top: 100px;
    display: block;
  }
}

.static-hero-s3_caacd72f652d3085 .shape-1_406012bddc638659 svg path {
  fill: #EF7C40;
}

.static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
  position: absolute;
  right: 16px;
  top: 80%;
  width: 150px;
  height: 150px;
  -webkit-animation: bounceTop 10s linear infinite;
          animation: bounceTop 10s linear infinite;
  background: linear-gradient(76deg, #ef7c40 0%, #d6547d 100%);
  border-radius: 54% 46% 53% 47% / 87% 53% 47% 13%;
}

@media (max-width: 1199px) {
  .static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
    width: 120px;
    height: 120px;
    right: 0;
    top: 80%;
  }
}

@media (max-width: 991px) {
  .static-hero-s3_caacd72f652d3085 .shape-2_2051cd13ff203795 {
    width: 80px;
    height: 80px;
    right: 0;
    top: 80%;
  }
}

.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 {
  text-align: center;
}

.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 {
  margin: 0 auto;
  max-width: 830px;
  padding-top: 82px;
}

@media (max-width: 767px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 {
    padding-top: 70px;
  }
}

.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
  text-transform: capitalize;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
}

@media (max-width: 1199px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .btns_aab51d2a91a62842 {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 399px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .btns_aab51d2a91a62842 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .btns_aab51d2a91a62842 .theme-btn-s3_ac4df519efe2d314 {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .static-hero-s3_caacd72f652d3085 .hero-container_bc30c2a6760adc31 .hero-inner_5dbd97b065bc9080 .hero-content_0221f6f21fb4ec3d .btns_aab51d2a91a62842 .theme-btn-s3_ac4df519efe2d314 {
    margin-top: 26px;
  }
}

/* wpo-hero-slider */
.wpo-hero-slider_74e948f79fdc518b {
  width: 100%;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: -96px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider_74e948f79fdc518b {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b {
    height: 500px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .swiper-slide {
  overflow: hidden;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-container,
.wpo-hero-slider_74e948f79fdc518b .hero-container_bc30c2a6760adc31 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-hero-slider_74e948f79fdc518b .slide-inner,
.wpo-hero-slider_74e948f79fdc518b .hero-inner_5dbd97b065bc9080 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.wpo-hero-slider_74e948f79fdc518b .slide-inner:before,
.wpo-hero-slider_74e948f79fdc518b .hero-inner_5dbd97b065bc9080:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040128;
  content: "";
  opacity: .6;
}

.wpo-hero-slider_74e948f79fdc518b .slide-inner .slide-content_d55769f474c2df8e,
.wpo-hero-slider_74e948f79fdc518b .hero-inner_5dbd97b065bc9080 .slide-content_d55769f474c2df8e {
  padding-left: 0;
  padding-top: 67px;
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-inner .slide-content_d55769f474c2df8e,
  .wpo-hero-slider_74e948f79fdc518b .hero-inner_5dbd97b065bc9080 .slide-content_d55769f474c2df8e {
    padding-bottom: 0;
  }
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-prev,
.wpo-hero-slider_74e948f79fdc518b .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-prev:hover,
.wpo-hero-slider_74e948f79fdc518b .swiper-button-next:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .swiper-button-prev,
  .wpo-hero-slider_74e948f79fdc518b .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-prev {
  left: 25px;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-next {
  right: 25px;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b .swiper-button-prev,
  .wpo-hero-slider_74e948f79fdc518b .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider_74e948f79fdc518b .swiper-pagination-bullet_ac7808caf61b4ce9 {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 992px) {
  .wpo-hero-slider_74e948f79fdc518b .swiper-pagination-bullet_ac7808caf61b4ce9 {
    display: none;
  }
}

.wpo-hero-slider_74e948f79fdc518b .swiper-pagination-bullet-active_3cf41a34115296d2 {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-container-horizontal_1532f9339f71a168 > .swiper-pagination-bullets_2e9ee008eac3b73b,
.wpo-hero-slider_74e948f79fdc518b .swiper-pagination-custom_845932e4e67ec6c5,
.wpo-hero-slider_74e948f79fdc518b .swiper-pagination-fraction_1bffd6376c2b837d {
  bottom: 30px;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-container-horizontal_1532f9339f71a168 > .swiper-pagination-bullets_2e9ee008eac3b73b .swiper-pagination-bullet_ac7808caf61b4ce9 {
  margin: 0 8px;
}

.wpo-hero-slider_74e948f79fdc518b .gradient-overlay_0688998f6c85e988 {
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1E3446), color-stop(65%, transparent));
  background: linear-gradient(left, #1E3446 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: .6;
}

.wpo-hero-slider_74e948f79fdc518b .gradient-overlay_0688998f6c85e988 + .container {
  position: relative;
  z-index: 11;
}

.wpo-hero-slider_74e948f79fdc518b .swiper-slide {
  position: relative;
  z-index: 11;
}

.wpo-hero-slider_74e948f79fdc518b .wpo-hero-title-top_19b0b71773c8de63 span {
  font-size: 22px;
  color: #e4e4e4;
  font-family: "Lora", Georgia, serif;
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .wpo-hero-title-top_19b0b71773c8de63 span {
    font-size: 15px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 {
  max-width: 712px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 {
    max-width: 600px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 h2 {
  font-size: 70px;
  line-height: 90px;
  margin: 10px 0 15px;
  color: #fff;
  border-left: 8px solid #EF7C40;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-title_9b17c8c1f06c6d28 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .slide-text_733cc53a3c1c41c3 {
  max-width: 680px;
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-text_733cc53a3c1c41c3 {
    max-width: 500px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .slide-text_733cc53a3c1c41c3 p {
  font-size: 21px;
  color: #fff;
  line-height: 35px;
  max-width: 680px;
  margin-bottom: 40px;
  color: #e2e2e2;
  font-weight: 400;
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-text_733cc53a3c1c41c3 p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-text_733cc53a3c1c41c3 p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 {
    max-width: 400px;
  }
}

.wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .theme-btn_581bf9d09723784f, .wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .view-cart-btn_03bef82ca8713a2e {
  border-radius: 0;
  color: #1E3446;
  font-weight: 600;
  font-size: 18px;
}

.wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .theme-btn_581bf9d09723784f:after, .wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .view-cart-btn_03bef82ca8713a2e:after {
  border-radius: 0;
}

.wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .hero-video-btn_756c23e57be0199d {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b .slide-btns_2f6456e76a332383 .hero-video-btn_756c23e57be0199d {
    margin-left: 20px;
  }
}

.wpo-hero-slider_74e948f79fdc518b.s2 {
  margin-top: 0;
  height: 850px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider_74e948f79fdc518b.s2 {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider_74e948f79fdc518b.s2 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider_74e948f79fdc518b.s2 {
    height: 500px;
  }
}

.wpo-hero-slider_74e948f79fdc518b.s2 .slide-inner:before {
  display: none;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer_24e303536b07c80b {
  background: url(../snapshots/footer-bg.f5d021446f.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  font-size: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wpo-site-footer_24e303536b07c80b {
    background: #F3ECDF;
  }
}

.wpo-site-footer_24e303536b07c80b ul {
  list-style: none;
}

.wpo-site-footer_24e303536b07c80b p {
  color: #9AA1A7;
}

.wpo-site-footer_24e303536b07c80b li {
  color: #9AA1A7;
}

.wpo-site-footer_24e303536b07c80b .container {
  position: relative;
}

.wpo-site-footer_24e303536b07c80b .wpo-upper-footer_649503fe9a9318ea {
  padding: 70px 0;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-upper-footer_649503fe9a9318ea {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer_24e303536b07c80b .wpo-upper-footer_649503fe9a9318ea {
    padding: 60px 0 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-upper-footer_649503fe9a9318ea .col_79d3050bbfae19c9 {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer_24e303536b07c80b .wpo-upper-footer_649503fe9a9318ea .col_79d3050bbfae19c9 {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.wpo-site-footer_24e303536b07c80b .widget-title_fa64f9ec427f407c {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .wpo-site-footer_24e303536b07c80b .widget-title_fa64f9ec427f407c {
    margin-bottom: 20px;
  }
}

.wpo-site-footer_24e303536b07c80b .widget-title_fa64f9ec427f407c h3 {
  font-size: 23px;
  color: #1E3446;
  margin: 0;
  position: relative;
  font-family: "Lora", Georgia, serif;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .logo_7001229970047e57 {
  max-width: 180px;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 p:last-child {
  margin-bottom: 0;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h4 {
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  color: #EF7C40;
}

@media (max-width: 576px) {
  .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h4 {
    font-size: 15px;
  }
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h4:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 h3, .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 h3, .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 span {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 h3, .wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 .info_de33114429dda520 span {
    font-size: 20px;
  }
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h3 {
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h3:last-child {
  margin-bottom: 0;
}

.wpo-site-footer_24e303536b07c80b .about-widget_05bced89a2b94943 h3 span {
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
  color: #1E3446;
}

.wpo-site-footer_24e303536b07c80b .wpo-service-link-widget_5603ce8f42416267 {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .wpo-site-footer_24e303536b07c80b .wpo-service-link-widget_5603ce8f42416267 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-service-link-widget_5603ce8f42416267 {
    padding-left: 0;
  }
}

.wpo-site-footer_24e303536b07c80b .contact-ft_3ce591d62013e538 {
  margin-top: 20px;
}

.wpo-site-footer_24e303536b07c80b .contact-ft_3ce591d62013e538 ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  color: #9AA1A7;
  font-size: 15px;
}

.wpo-site-footer_24e303536b07c80b .contact-ft_3ce591d62013e538 ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-site-footer_24e303536b07c80b .contact-ft_3ce591d62013e538 ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
  overflow: hidden;
}

@media screen and (min-width: 1400px) {
  .wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
    padding-left: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 {
    max-width: 350px;
  }
}

.wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 ul li {
  position: relative;
}

.wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 ul li a {
  color: #9AA1A7;
  font-weight: 500;
  font-size: 15px;
}

.wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 ul li a:hover {
  color: #EF7C40;
}

.wpo-site-footer_24e303536b07c80b .link-widget_39666f5eb1937d57 ul li + li {
  padding-top: 15px;
}

.wpo-site-footer_24e303536b07c80b .social-widget_34fbd56038e147fc ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #9AA1A7;
  margin-bottom: 10px;
}

.wpo-site-footer_24e303536b07c80b .social-widget_34fbd56038e147fc ul li a:hover {
  color: #EF7C40;
}

.wpo-site-footer_24e303536b07c80b .social-widget_34fbd56038e147fc ul li a i {
  margin-right: 10px;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .lower-wrap_d77eb8571e4b70fb {
  background: #ff9a66;
  border-radius: 170px;
}

@media (max-width: 1199px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .lower-wrap_d77eb8571e4b70fb {
    background: #ff9a66;
  }
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .row_0c774d656f9f4a43 {
  padding: 9px 50px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .copyright_da181b369491ce8f {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  color: #fff;
  text-align: left;
}

@media (max-width: 1199px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .copyright_da181b369491ce8f {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .copyright_da181b369491ce8f {
    text-align: center;
  }
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .copyright_da181b369491ce8f a {
  color: #EF7C40;
  text-decoration: none;
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .copyright_da181b369491ce8f {
    float: none;
    display: block;
  }
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 {
  text-align: right;
}

@media (max-width: 991px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 {
    text-align: center;
  }
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul {
  overflow: hidden;
  display: inline-block;
  padding-top: 5px;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul li {
  font-size: 22px;
  float: left;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul li a {
  color: #1E3446;
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul li a:hover {
  color: #fff;
  background: #EF7C40;
}

.wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul li + li {
  margin-left: 25px;
}

@media (max-width: 399px) {
  .wpo-site-footer_24e303536b07c80b .wpo-lower-footer_50eca316a16dbe53 .social-icon_09891c299cce7e94 ul li + li {
    margin-left: 15px;
  }
}

.wpo-site-footer_24e303536b07c80b .instagram_6e555171076c0ede ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}

.wpo-site-footer_24e303536b07c80b .instagram_6e555171076c0ede ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.wpo-site-footer_24e303536b07c80b .instagram_6e555171076c0ede ul li img {
  width: 100%;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 helpass-about-section */
.helpass-about-section_319f04a25bf04ce7 .about-left-content_6d73f5df3b1e8bcc,
.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc {
  position: relative;
}

@media (max-width: 991px) {
  .helpass-about-section_319f04a25bf04ce7 .about-left-content_6d73f5df3b1e8bcc,
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc {
    width: 500px;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-left-content_6d73f5df3b1e8bcc,
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-left-content_6d73f5df3b1e8bcc,
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc {
    width: 300px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-left-content_6d73f5df3b1e8bcc .about-bg-shape_c105bfd24c8a513e,
.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .about-bg-shape_c105bfd24c8a513e {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 {
  margin-left: 100px;
}

@media (max-width: 1399px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 {
    margin-left: 50px;
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 {
    margin: 0;
    margin-top: 50px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa {
  text-align-last: left;
  margin-bottom: 20px;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
  margin-top: 15px;
  font-size: 65px;
  line-height: 75px;
  text-align: left;
}

@media (max-width: 1399px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    padding-right: 0;
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    padding-right: 50px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 60px;
  }
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 35px;
    line-height: 45px;
    padding-right: 0;
  }
}

@media (max-width: 399px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  color: #D6547D;
}

@media (max-width: 991px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 399px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa h2 span {
    font-size: 25px;
    line-height: 35px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p {
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  line-height: 31px;
  color: #9AA1A7;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p {
    margin-top: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p {
    margin-top: 15px;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .wpo-section-title_bd522d830b80c2fa p {
    margin-top: 10px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f {
    display: block;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .icon_7441b9d13c697166 i,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .icon_7441b9d13c697166 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ef7d4096;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .icon_7441b9d13c697166 i::before,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .icon_7441b9d13c697166 i::before {
  font-size: 20px;
  line-height: 45px;
  color: #fff;
}

@media (max-width: 1199px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul:last-child,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul:last-child {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul:last-child,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text {
  margin-left: 15px;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text h3,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1E3446;
  margin-bottom: 5px;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text span,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .about-item_eb2ba3fb6f21272f ul .text span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9AA1A7;
}

.helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .theme-btn_581bf9d09723784f, .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .view-cart-btn_03bef82ca8713a2e,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .theme-btn_581bf9d09723784f,
.helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .view-cart-btn_03bef82ca8713a2e {
  background: #8072DB;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .theme-btn_581bf9d09723784f, .helpass-about-section_319f04a25bf04ce7 .about-right-content_c9f63cc1dbbbf211 .view-cart-btn_03bef82ca8713a2e,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .theme-btn_581bf9d09723784f,
  .helpass-about-section-s2_b41fa36b718a7173 .about-right-content_c9f63cc1dbbbf211 .view-cart-btn_03bef82ca8713a2e {
    margin-top: 20px;
    padding: 12px 35px;
  }
}

/* 3.3 helpass-causes-section */
.helpass-causes-section_a099611df3e14431,
.helpass-causes-section-s2_9ba299a104a642f2 {
  background: #fff;
  position: relative;
  z-index: 1;
}

.helpass-causes-section_a099611df3e14431::before,
.helpass-causes-section-s2_9ba299a104a642f2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../snapshots/causes/causes-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image img,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image img {
  width: 100%;
  border-radius: 30px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
  margin: 20px 20px;
}

@media (max-width: 1199px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
    margin: 20px 0;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 {
  text-align: left;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span {
  text-transform: capitalize;
  font-size: 20px;
  color: #EF7C40;
  font-family: "Lora", Georgia, serif;
  line-height: 40px;
}

@media (max-width: 767px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span {
    font-size: 14px;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Lora", Georgia, serif;
  margin-top: 0;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 399px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 {
  overflow: hidden;
  padding: 20px 0;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress {
  padding: 0;
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 30px;
  overflow: unset;
  cursor: pointer;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #EF7C40;
  z-index: 1;
  border-radius: 30px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span {
  position: absolute;
  right: 0;
  top: -2px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 30px;
  border: 4px solid #EF7C40;
  z-index: -1;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-on_c1007a787bfe6ae8 p,
.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-two_5b2e19ce4ecab2e7 p,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-on_c1007a787bfe6ae8 p,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-two_5b2e19ce4ecab2e7 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #9AA1A7;
  font-family: "Lora", Georgia, serif;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-on_c1007a787bfe6ae8 p span,
.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-two_5b2e19ce4ecab2e7 p span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-on_c1007a787bfe6ae8 p span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progres-label_6d2c88396b644a86 .label-two_5b2e19ce4ecab2e7 p span {
  color: #1E3446;
  margin-left: 5px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-text_22809bcfd44ce5c7 p,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-text_22809bcfd44ce5c7 p {
  margin-bottom: 0;
  color: #9AA1A7;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-text_22809bcfd44ce5c7 p,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .causes-text_22809bcfd44ce5c7 p {
    line-height: 24px;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .theme-btn-s2_0a2c8f434f75ed9b,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .theme-btn-s2_0a2c8f434f75ed9b {
  margin: 0 20px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .theme-btn-s2_0a2c8f434f75ed9b,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .theme-btn-s2_0a2c8f434f75ed9b {
    margin: 0;
    margin-bottom: 10px;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span {
  color: #8072DB;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb {
  background: #8072DB;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span {
  border: 4px solid #8072DB;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .theme-btn-s2_0a2c8f434f75ed9b,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .theme-btn-s2_0a2c8f434f75ed9b {
  border: 2px solid #8072DB;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .theme-btn-s2_0a2c8f434f75ed9b:hover,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s2_8595f7014b4ecb17 .theme-btn-s2_0a2c8f434f75ed9b:hover {
  background: #8072DB;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .causes-title_22c0f6763953a635 span {
  color: #38B69A;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb {
  background: #38B69A;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 .progress .bar_2932862e5b182ddb span {
  border: 4px solid #38B69A;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .theme-btn-s2_0a2c8f434f75ed9b,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .theme-btn-s2_0a2c8f434f75ed9b {
  border: 2px solid #38B69A;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .theme-btn-s2_0a2c8f434f75ed9b:hover,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf.causes-item-s3_77c7c99e430912e9 .theme-btn-s2_0a2c8f434f75ed9b:hover {
  background: #38B69A;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button {
  position: absolute;
  left: -9%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 50%;
}

@media (max-width: 1530px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button {
    left: -4%;
  }
}

@media (max-width: 1399px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button {
    left: -5%;
  }
}

@media (max-width: 1199px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button {
    display: none;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover {
  background: transparent;
  border: 1px solid #EF7C40;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover .left-arrow_67ab7bef7824abc4,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover .left-arrow_67ab7bef7824abc4 {
  content: url("../snapshots/left-arrow-hover.svg");
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover .right-arrow_afa270d60191230d,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button:hover .right-arrow_afa270d60191230d {
  content: url("../snapshots/right-arrow-hover.svg");
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .left-arrow_67ab7bef7824abc4,
.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .right-arrow_afa270d60191230d,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .left-arrow_67ab7bef7824abc4,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .right-arrow_afa270d60191230d {
  position: absolute;
  left: 11px;
  top: 11px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 28px;
  height: 28px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .left-arrow_67ab7bef7824abc4,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .left-arrow_67ab7bef7824abc4 {
  content: url("../snapshots/left-arrow.svg");
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .right-arrow_afa270d60191230d,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button .right-arrow_afa270d60191230d {
  content: url("../snapshots/right-arrow.svg");
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98 {
  left: 105%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1530px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98 {
    left: 100%;
  }
}

@media (max-width: 1399px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-nav_3e64f55b275c643e button.owl-next_4c2262d0d3fb1b98 {
    left: 101%;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3,
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 {
    display: none;
  }
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94.active span,
.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94:hover span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94.active span,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94:hover span {
  background-color: #EF7C40;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.helpass-causes-section_a099611df3e14431 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94,
.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .owl-dots_b99534d84a10f9c3 button.owl-dot_30c6862872a61a94 {
  border: 1px solid gray;
  background: white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  margin: 0 5px;
}

/* 3.4 helpass-team-section */
.helpass-team-section_238b6a8885706515,
.helpass-team-section-s2_6a31263d8dab9735 {
  position: relative;
}

@media (max-width: 1199px) {
  .helpass-team-section_238b6a8885706515 .row_0c774d656f9f4a43,
  .helpass-team-section-s2_6a31263d8dab9735 .row_0c774d656f9f4a43 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .helpass-team-section_238b6a8885706515 .row_0c774d656f9f4a43,
  .helpass-team-section-s2_6a31263d8dab9735 .row_0c774d656f9f4a43 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa,
.helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa {
  text-align: left;
  margin-right: 30px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 60px;
  }
}

.helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa h2,
.helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
  font-size: 45px;
  line-height: 65px;
}

@media (max-width: 991px) {
  .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 399px) {
  .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa h2,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f, .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e,
.helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f,
.helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e {
  background: #8072DB;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f, .helpass-team-section_238b6a8885706515 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f,
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e {
    padding: 13px 47px;
    font-size: 16px;
    margin-top: 25px;
  }
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
  width: 1020px;
  background: #F2FEFB;
  border-radius: 290px;
  padding: 30px;
  position: absolute;
  right: -27%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1635px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    right: -32%;
  }
}

@media (max-width: 1540px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    width: 970px;
  }
}

@media (max-width: 1450px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    width: 930px;
  }
}

@media (max-width: 1399px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    width: 840px;
    right: -31%;
  }
}

@media (max-width: 1299px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    right: -33%;
    width: 800px;
  }
}

@media (max-width: 1199px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    position: unset;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media (max-width: 991px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    border-radius: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    padding: 0 60px;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    padding: 0 30px;
    padding-top: 30px;
  }
}

@media (max-width: 399px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    padding: 0 10px;
    padding-top: 30px;
  }
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee {
  overflow: hidden;
}

@media (max-width: 991px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee {
    margin-bottom: 30px;
  }
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 10px solid #fff;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image::before,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(56, 182, 154, 0.88);
  border-radius: 50%;
  opacity: 0;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image img,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image img {
  border-radius: 50%;
  width: 100%;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text {
  position: absolute;
  left: 50%;
  top: 111%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 {
  margin-bottom: 0;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a {
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1199px) {
  .helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a,
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a {
    font-size: 20px;
    line-height: 30px;
  }
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a:hover,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text h2 a:hover {
  color: #1E3446;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text span,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee .image .text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee:hover .image::before,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee:hover .image::before {
  opacity: 1;
}

.helpass-team-section_238b6a8885706515 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee:hover .image .text,
.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 .team-single_892cda9de03584ee:hover .image .text {
  opacity: 1;
  visibility: visible;
}

/* 3.5 helpass-event-section */
.helpass-event-section_f1f005dd4e6ce975,
.helpass-event-section-s2_a8b8623e403056a8 {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975,
  .helpass-event-section-s2_a8b8623e403056a8 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975,
  .helpass-event-section-s2_a8b8623e403056a8 {
    padding-bottom: 60px;
  }
}

.helpass-event-section_f1f005dd4e6ce975::before,
.helpass-event-section-s2_a8b8623e403056a8::before {
  position: absolute;
  content: "";
  left: 175px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF8EC;
  z-index: -1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 1600px) {
  .helpass-event-section_f1f005dd4e6ce975::before,
  .helpass-event-section-s2_a8b8623e403056a8::before {
    left: 115px;
  }
}

@media (max-width: 1499px) {
  .helpass-event-section_f1f005dd4e6ce975::before,
  .helpass-event-section-s2_a8b8623e403056a8::before {
    left: 65px;
  }
}

@media (max-width: 1199px) {
  .helpass-event-section_f1f005dd4e6ce975::before,
  .helpass-event-section-s2_a8b8623e403056a8::before {
    left: 10px;
  }
}

@media (max-width: 575px) {
  .helpass-event-section_f1f005dd4e6ce975::before,
  .helpass-event-section-s2_a8b8623e403056a8::before {
    left: 0;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-shape_d885c1a4660885c8,
.helpass-event-section-s2_a8b8623e403056a8 .event-shape_d885c1a4660885c8 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.helpass-event-section_f1f005dd4e6ce975 .event-shape_d885c1a4660885c8 img,
.helpass-event-section-s2_a8b8623e403056a8 .event-shape_d885c1a4660885c8 img {
  width: 100%;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
  background: #fff;
  margin-left: 175px;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
    margin-left: 0px;
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
    display: block;
  }
}

@media (max-width: 399px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 {
    width: 100%;
    margin: 0 auto;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 img,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 img {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 img,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 {
    width: 50%;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 p,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 p {
  font-size: 17px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #EF7C40;
  font-family: "Lora", Georgia, serif;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2 {
  font-size: 25px;
  line-height: 33px;
  color: "Lora", Georgia, serif;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li {
    margin-right: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #9AA1A7;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3 {
    line-height: 20px;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3 span,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3 span {
  color: #8072DB;
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 {
    width: 100%;
    text-align: center;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f, .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e {
  color: #1E3446;
  background: #F3EBDC;
}

@media (max-width: 991px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f, .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e {
    padding: 12px 34px;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f:hover, .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e:hover,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .theme-btn_581bf9d09723784f:hover,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 .view-cart-btn_03bef82ca8713a2e:hover {
  color: #fff;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da,
.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136 {
  background-color: #fff;
  width: 55px;
  height: 55px;
  left: 3%;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
}

@media (max-width: 1199px) {
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da,
  .helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da,
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136 {
    left: -2%;
  }
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da {
  top: 268px;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da:before,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da:before {
  content: url("../snapshots/top-arrow.svg");
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 28px;
  height: 28px;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da:hover:before,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-prev_83008844b9e391da:hover:before {
  content: url("../snapshots/top-arrow-hover.svg");
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136 {
  top: 400px;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136:before,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136:before {
  content: url("../snapshots/buttom-arrow.svg");
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  width: 28px;
  height: 28px;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136:hover:before,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-next_5ad8adb5cb2f0136:hover:before {
  content: url("../snapshots/buttom-arrow-hover.svg");
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dotted_5668405755991608.slick-slider_4c138995c69e5186,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dotted_5668405755991608.slick-slider_4c138995c69e5186 {
  margin-bottom: 0;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -50px;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc li,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc li {
  margin: 0 0.25rem;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc button,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #EF7C40;
  text-indent: -1px;
  font-size: 0;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc button:before,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc button:before {
  font-size: 0;
}

.helpass-event-section_f1f005dd4e6ce975 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc li.slick-active button,
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-slider .slick-dots_c2281e83371ac5dc li.slick-active button {
  background-color: #8072DB;
}

/* 3.6 wpo-fun-fact-section */
.wpo-fun-fact-section_f704c1e4b1fb1520 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .wpo-fun-fact-grids_33064969a4b4a303 .grid_8a8f25a8eca34348 {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .wpo-fun-fact-grids_33064969a4b4a303 .grid_8a8f25a8eca34348 {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 399px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .wpo-fun-fact-grids_33064969a4b4a303 .grid_8a8f25a8eca34348 {
    width: 100%;
  }
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 {
  position: relative;
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 .info_de33114429dda520 {
  background: url(../snapshots/fun-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 224px;
  height: 233px;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 .info_de33114429dda520 {
    width: 170px;
    height: 170px;
    padding: 30px 0;
  }
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 .info_de33114429dda520:hover {
  background: url(../snapshots/fun-shape-hover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 .info_de33114429dda520:hover h3 {
  color: #fff;
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 .info_de33114429dda520:hover p {
  color: #fff;
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 {
  color: #1E3446;
  margin: 0 0 0.2em;
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 {
    font-size: 30px;
  }
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 span {
  font-family: "Lora", Georgia, serif;
}

.wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 + p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  color: #fff;
  font-family: "Lora", Georgia, serif;
  color: #D6547D;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 + p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section_f704c1e4b1fb1520 .grid_8a8f25a8eca34348 h3 + p {
    font-size: 16px;
  }
}

/* 3.7 helpass-testimonial-section */
.helpass-testimonial-section_6fcae4b79055a081 {
  background: url(../snapshots/testimonial/testimonial.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider {
  position: relative;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 {
  background: #fff;
  border-radius: 30px;
  padding: 70px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

@media (max-width: 1199px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 {
    padding: 30px 20px;
    display: block;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .image {
  width: 20%;
  margin-right: 55px;
  text-align: center;
  margin-top: 7px;
}

@media (max-width: 1199px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .image {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .image {
    margin: 0 auto;
    width: 40%;
  }
}

@media (max-width: 399px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .image {
    width: 50%;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .image img {
  border-radius: 50%;
  outline: 2px dashed #8072DB;
  outline-offset: 5px;
  background: #F3F1FF;
  border-radius: 50%;
  width: 200px;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text {
  width: 80%;
  padding-right: 170px;
}

@media (max-width: 1199px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 399px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text {
    width: 100%;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text p {
  font-size: 25px;
  line-height: 40px;
  color: #6A6A6A;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text p {
    font-size: 17px;
    line-height: 25px;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text h2 {
  font-size: 34px;
  line-height: 44px;
  color: #1E3446;
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text h2 {
    font-size: 17px;
    line-height: 25px;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text span {
  font-size: 20px;
  line-height: 26px;
  font-family: "Lora", Georgia, serif;
  color: #D6547D;
}

@media (max-width: 991px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .testimonial-content_87a0a8448d439177 .text span {
    font-size: 15px;
    line-height: 20px;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-prev_83008844b9e391da,
.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-next_5ad8adb5cb2f0136 {
  background-color: #FFF8EC;
  width: 55px;
  height: 55px;
  left: 88%;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-prev_83008844b9e391da {
  top: 125px;
}

@media (max-width: 1199px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-prev_83008844b9e391da {
    top: 125px;
    left: 90%;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-prev_83008844b9e391da:before {
  content: url("../snapshots/top-arrow.svg");
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-prev_83008844b9e391da:hover:before {
  content: url("../snapshots/top-arrow-hover.svg");
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-next_5ad8adb5cb2f0136 {
  top: 265px;
}

@media (max-width: 1199px) {
  .helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-next_5ad8adb5cb2f0136 {
    left: 90%;
    top: 240px;
  }
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-next_5ad8adb5cb2f0136:before {
  content: url("../snapshots/buttom-arrow.svg");
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-next_5ad8adb5cb2f0136:hover:before {
  content: url("../snapshots/buttom-arrow-hover.svg");
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dotted_5668405755991608.slick-slider_4c138995c69e5186 {
  margin-bottom: 0;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dots_c2281e83371ac5dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -50px;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dots_c2281e83371ac5dc li {
  margin: 0 0.25rem;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dots_c2281e83371ac5dc button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #EF7C40;
  text-indent: -1px;
  font-size: 0;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dots_c2281e83371ac5dc button:before {
  font-size: 0;
}

.helpass-testimonial-section_6fcae4b79055a081 .testimonial-wrap_66aeeb575d71c0d5 .testimonial-slider .slick-dots_c2281e83371ac5dc li.slick-active button {
  background-color: #8072DB;
}

/* 3.8 wpo-blog-section */
.wpo-blog-section_9a18b4b697183a83,
.wpo-blog-section-s2_dcf846cab56c37b0 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-blog-section_9a18b4b697183a83,
  .wpo-blog-section-s2_dcf846cab56c37b0 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section_9a18b4b697183a83,
  .wpo-blog-section-s2_dcf846cab56c37b0 {
    padding-bottom: 50px;
  }
}

.wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa,
.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa {
    text-align: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa h2,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa h2,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa h2,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 399px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa h2,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f, .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e,
.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f,
.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e {
  margin-top: 35px;
  background: #8072DB;
}

@media (max-width: 991px) {
  .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f, .wpo-blog-section_9a18b4b697183a83 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f,
  .wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e {
    margin-top: 20px;
  }
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c {
  background: #F8F6FF;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c {
    margin: 0 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c {
    margin: 0;
    margin-bottom: 30px;
  }
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .image,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .image {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .image img,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .image img {
  max-width: 100%;
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content {
  margin: 28px 0;
}

@media (max-width: 1199px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content {
    margin: 20px 0;
  }
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content span,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content span {
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  line-height: 22px;
  color: #8072DB;
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content h3,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content h3 {
  font-size: 28px;
  line-height: 37px;
  color: #1E3446;
  margin-top: 8px;
  margin-bottom: 6px;
}

@media (max-width: 1399px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content h3,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 1199px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content h3,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content h3,
  .wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .content p,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #9AA1A7;
  margin-bottom: 0;
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .theme-btn_581bf9d09723784f, .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .view-cart-btn_03bef82ca8713a2e,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .theme-btn_581bf9d09723784f,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .view-cart-btn_03bef82ca8713a2e {
  margin-bottom: 10px;
  background: #fff;
  color: #EF7C40;
  padding: 12px 32px;
}

.wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .theme-btn_581bf9d09723784f:hover, .wpo-blog-section_9a18b4b697183a83 .blog-single-card_09a4bf49350b2d7c .view-cart-btn_03bef82ca8713a2e:hover,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .theme-btn_581bf9d09723784f:hover,
.wpo-blog-section-s2_dcf846cab56c37b0 .blog-single-card_09a4bf49350b2d7c .view-cart-btn_03bef82ca8713a2e:hover {
  color: #fff;
}

.wpo-blog-section_9a18b4b697183a83.s2 .blog-single-card_09a4bf49350b2d7c .image,
.wpo-blog-section-s2_dcf846cab56c37b0.s2 .blog-single-card_09a4bf49350b2d7c .image {
  padding: 0;
}

.wpo-blog-section_9a18b4b697183a83.s2 .blog-single-card_09a4bf49350b2d7c .image img,
.wpo-blog-section-s2_dcf846cab56c37b0.s2 .blog-single-card_09a4bf49350b2d7c .image img {
  border-radius: 30px;
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 helpas-service-section */
.helpas-service-section_09ed1caf298e37c3,
.helpas-service-section-s2_e278d18344080fa7 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .helpas-service-section_09ed1caf298e37c3,
  .helpas-service-section-s2_e278d18344080fa7 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .helpas-service-section_09ed1caf298e37c3,
  .helpas-service-section-s2_e278d18344080fa7 {
    padding-bottom: 50px;
  }
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 {
  text-align: center;
  border-radius: 30px;
  -webkit-box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484 .icon_7441b9d13c697166,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 .icon_7441b9d13c697166 {
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484 .text,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 .text {
  padding-top: 20px;
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484 .text h3 a,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 .text h3 a {
  color: #1E3446;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484 .text h3 a:hover,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 .text h3 a:hover {
  color: #EF7C40;
}

.helpas-service-section_09ed1caf298e37c3 .service-item_28363dc151f21484 .text p,
.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484 .text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #938B85;
  text-transform: capitalize;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .service-item_28363dc151f21484,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .service-item_28363dc151f21484 {
  margin: 10px;
  margin-bottom: 30px;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 owl-controls,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e [class*=owl-]:hover,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e [class*=owl-]:hover {
  background: #8072DB;
  color: #fff;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e [class*=owl-],
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e [class*=owl-] {
  background: #EF7C40;
  width: 50px;
  height: 50px;
  line-height: 55px;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

@media (max-width: 991px) {
  .helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e [class*=owl-],
  .helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e [class*=owl-] {
    display: none;
  }
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e [class*=owl-] .fi::before,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e [class*=owl-] .fi::before {
  font-size: 20px;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213,
.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213 {
  left: -12%;
}

@media (max-width: 1599px) {
  .helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213,
  .helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213 {
    left: -4%;
  }
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98 {
  right: -12%;
}

@media (max-width: 1599px) {
  .helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98,
  .helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98 {
    right: -4%;
  }
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-dots_b99534d84a10f9c3.disabled,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-dots_b99534d84a10f9c3.disabled {
  display: none;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-dots_b99534d84a10f9c3,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-dots_b99534d84a10f9c3 {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-dots_b99534d84a10f9c3,
  .helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-dots_b99534d84a10f9c3 {
    display: none;
  }
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-dot_30c6862872a61a94,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-dot_30c6862872a61a94 {
  width: 10px;
  height: 12px;
  background: #8072DB;
  border-radius: 50%;
  margin: 0 5px;
  border: 0;
}

.helpas-service-section_09ed1caf298e37c3.helpas-service-section-s2_e278d18344080fa7 .owl-dot_30c6862872a61a94.active,
.helpas-service-section-s2_e278d18344080fa7.helpas-service-section-s2 .owl-dot_30c6862872a61a94.active {
  background: #EF7C40;
}

/* 5.2 helpass-about-section-s2 */
.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc {
  position: relative;
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .about-image_7c7b66f79f4477f8 {
  margin-right: 90px;
  margin-bottom: 90px;
}

@media (max-width: 1399px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .about-image_7c7b66f79f4477f8 {
    margin-right: 35px;
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .about-image_7c7b66f79f4477f8 {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .about-image_7c7b66f79f4477f8 img {
  width: 100%;
  border-radius: 10px;
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
  position: absolute;
  left: 77%;
  top: 99%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EF7C40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 120px;
  padding: 0 40px;
}

@media (max-width: 1399px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
    height: 100px;
    top: 100%;
  }
}

@media (max-width: 1199px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
    top: 98%;
    left: 65%;
  }
}

@media (max-width: 991px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
    top: 90%;
    left: 73%;
  }
}

@media (max-width: 575px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
    top: 90%;
    left: 70%;
    width: 250px;
    height: 60px;
    padding: 0 10px;
  }
}

@media (max-width: 399px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd {
    width: 60px;
    height: 70px;
    top: 100%;
    left: 49%;
  }
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd .video-holder_570e6ff8bee91be5 .video-btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #5dc4b8;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 575px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd .video-holder_570e6ff8bee91be5 .video-btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd .video-holder_570e6ff8bee91be5 .video-btn::before {
  content: " ";
  width: 110%;
  height: 110%;
  background: rgba(201, 230, 226, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  z-index: -1;
}

.helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd span {
  margin-left: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 767px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd span {
    font-size: 15px;
  }
}

@media (max-width: 399px) {
  .helpass-about-section-s2_b41fa36b718a7173 .about-left-content_6d73f5df3b1e8bcc .pop-up-video_956c176b768a52cd span {
    display: none;
  }
}

/* 5.3 helpass-causes-section-s2 */
.helpass-causes-section-s2_9ba299a104a642f2 {
  background: #FFEFE0;
}

.helpass-causes-section-s2_9ba299a104a642f2::before {
  position: unset;
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf {
    padding: 20px;
    display: block;
  }
}

@media (max-width: 575px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf {
    padding: 15px 10px;
  }
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image {
  width: 30%;
}

@media (max-width: 767px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image {
    width: 100%;
  }
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .image img {
    border-radius: 30px;
  }
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
  width: 50%;
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
    padding-left: 10px;
    width: 45%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-content_f520c4cc064172d3 .progress-item_6566a20d7c3fe7c7 {
    padding: 12px 0;
  }
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-btn_a91dae75258f800d {
  width: 20%;
  text-align: right;
}

@media (max-width: 991px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-btn_a91dae75258f800d {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-btn_a91dae75258f800d {
    width: 100%;
    text-align: center;
  }
}

.helpass-causes-section-s2_9ba299a104a642f2 .causes-wrap_2036037e58aacef0 .causes-item_2542709fd4ae5eaf .causes-btn_a91dae75258f800d .theme-btn-s2_0a2c8f434f75ed9b {
  margin: 0;
}

/* 5.4 helpass-team-section-s2 */
.helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa {
  text-align: center;
}

@media (max-width: 991px) {
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 399px) {
  .helpass-team-section-s2_6a31263d8dab9735 .wpo-section-title_bd522d830b80c2fa h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
  position: unset;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .helpass-team-section-s2_6a31263d8dab9735 .team-wrap_d2b0affec3efed97 {
    margin-top: 0;
    padding: 10px;
  }
}

/* 5.5 helpass-event-section-s2 */
.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
  display: block;
  margin-left: 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 {
    width: 100%;
  }
}

.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-image_7951d961e063cdf8 img {
  width: 100%;
}

.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 h2 {
    font-size: 20px;
  }
}

.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li {
  width: 100%;
  display: block;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-content_4e13399210528561 .time ul li h3 {
    font-size: 14px;
  }
}

.helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .helpass-event-section-s2_a8b8623e403056a8 .event-wrap_f19d72396bbe31b2 .event-single-item_859d80afc5cd2a05 .event-btn_aead57cbbd7c27e7 {
    width: 100%;
  }
}

/* 5.6 wpo-partners-section */
.wpo-partners-section_081ab0ccd7bd5590 {
  position: relative;
  background: #EF7C40;
}

.wpo-partners-section_081ab0ccd7bd5590 .partner-grids_bc630434ff61c5dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.wpo-partners-section_081ab0ccd7bd5590 .grid_8a8f25a8eca34348 h2 {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: 0.08em;
  font-family: "Inter", sans-serif;
}

.wpo-partners-section_081ab0ccd7bd5590 .grid_8a8f25a8eca34348 h2 i {
  margin-left: 40px;
  width: 35px;
  height: 35px;
}

.wpo-partners-section_081ab0ccd7bd5590 .owl-nav_3e64f55b275c643e button {
  display: none;
}

/* 5.7 wpo-cta-section */
.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f {
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f {
    display: block;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f {
    padding: 30px 20px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed {
  width: 80%;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed {
    width: 100%;
    text-align: center;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed h2 {
  color: #1E3446;
  font-size: 30px;
  text-transform: capitalize;
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #938B85;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed p {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-text_410e88542aad68ed p {
    padding: 0;
    line-height: 20px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-btn_6d7bf02584b9a90f {
  width: 20%;
  text-align: right;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-btn_6d7bf02584b9a90f {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-btn_6d7bf02584b9a90f .theme-btn_581bf9d09723784f, .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .cta-btn_6d7bf02584b9a90f .view-cart-btn_03bef82ca8713a2e {
    padding: 12px 55px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-1_406012bddc638659 {
  position: absolute;
  left: 0;
  top: -64px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EF7C40;
  z-index: -1;
}

@media (max-width: 767px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-1_406012bddc638659 {
    left: -35px;
    top: -75px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-2_2051cd13ff203795 {
  position: absolute;
  left: -66px;
  top: 100px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #38B69A;
  z-index: -1;
}

@media (max-width: 767px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-2_2051cd13ff203795 {
    left: -70px;
    top: 110px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-2_2051cd13ff203795 {
    left: -70px;
    top: 178px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-2_2051cd13ff203795 {
    left: -70px;
    top: 208px;
    width: 100px;
    height: 100px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-3_a0f7c4ae99b0f0e1 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #8072DB;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-3_a0f7c4ae99b0f0e1 {
    right: -50px;
    top: 100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-3_a0f7c4ae99b0f0e1 {
    top: 208px;
    width: 100px;
    height: 100px;
  }
}

.wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-4_040f84da1f2353ae {
  position: absolute;
  right: -80px;
  top: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #38B69A;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-4_040f84da1f2353ae {
    right: -80px;
    top: -15px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section_9454bcc270c9c09f .cta-wrap_2656e9c9cb03757f .shape-4_040f84da1f2353ae {
    display: none;
  }
}

.wpo-cta-section_9454bcc270c9c09f.wpo-cta-section-s2_58aabfadb35dab50 {
  padding-top: 0;
}

/* 5.8 wpo-blog-section-s2 */
.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa {
  text-align: center;
  margin-right: 0;
  margin-bottom: 60px;
}


.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .theme-btn_581bf9d09723784f,
.wpo-blog-section-s2_dcf846cab56c37b0 .wpo-section-title_bd522d830b80c2fa .view-cart-btn_03bef82ca8713a2e {
  margin-top: 30px;
}

/*--------------------------------------------------------------
6. cause-single-page
--------------------------------------------------------------*/
.wpo-case-details-tab_f8612c2c73809d39 {
  padding: 15px 30px;
  border: 1px solid #ebebeb;
  margin-top: 40px;
}

.wpo-case-details-tab_f8612c2c73809d39 .nav li a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  border-radius: 40px;
  color: #2d4277;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 600;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  border: none;
}

.wpo-case-details-tab_f8612c2c73809d39 .nav li.active a,
.wpo-case-details-tab_f8612c2c73809d39 .nav li:hover a {
  background: #EF7C40;
  color: #fff;
  outline: none;
  border-radius: 40px;
  border: none;
}

.nav-tabs_d6b5e7848d26dea1 {
  border-bottom: none;
}

@media (max-width: 767px) {
  .nav-tabs_d6b5e7848d26dea1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-case-details-text_626542648e0dba43 {
  margin-top: 50px;
}

.case-b-text_34aabb348424bb02 {
  margin-top: 40px;
}

#Description {
  padding: 15px 30px;
  border: 1px solid #ebebeb;
}

@media (max-width: 575px) {
  #Description {
    padding: 15px 2px;
  }
}

.wpo-case-details-text_626542648e0dba43 .wpo-case-text-top_329d944522ec3c02 p {
  margin-bottom: 30px;
}

.wpo-case-details-tab_f8612c2c73809d39 .event-b-text_fcacbb081818c1e1 {
  margin-top: 40px;
}

.wpo-case-details-text_626542648e0dba43 .wpo-case-content_1df2aa67e544dbfd h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.wpo-case-details-text_626542648e0dba43 .wpo-case-content_1df2aa67e544dbfd h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.case-bb-text_51db045119446d02 ul {
  display: unset;
  list-style: none;
}

.case-bb-text_51db045119446d02 ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.case-bb-text_51db045119446d02 ul li:before {
  content: "";
  background: #EF7C40;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
}

.wpo-case-details-area_dd94cb874e659a1f .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe {
  margin-top: 0;
}

.wpo-donations-amount_505d2ca18dc4de8b,
.wpo-donations-details_e8164d46b0c3abd1,
.wpo-doanation-payment_cea66f98b88d402c {
  padding: 30px;
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}

.wpo-donations-amount_505d2ca18dc4de8b h2,
.wpo-donations-details_e8164d46b0c3abd1 h2,
.wpo-doanation-payment_cea66f98b88d402c h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 0;
}

.wpo-donations-amount_505d2ca18dc4de8b input,
.wpo-donations-details_e8164d46b0c3abd1 input,
.wpo-donations-details_e8164d46b0c3abd1 textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 0;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #525252;
  border-radius: 5px;
  margin-bottom: 30px;
}

.wpo-donations-details_e8164d46b0c3abd1 textarea {
  height: 135px;
}

.wpo-donations-details_e8164d46b0c3abd1 .form-group_bfde60cc00ac46f9 .error {
  margin-bottom: 20px;
}

.wpo-donations-amount_505d2ca18dc4de8b input:focus,
.wpo-donations-details_e8164d46b0c3abd1 input:focus,
.wpo-donations-details_e8164d46b0c3abd1 textarea:focus {
  border-color: #EF7C40;
}

.payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpo-payment-select_bba8ded58560312d ul {
  list-style: none;
}

.payment-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpo-payment-area_bbdb146465128b7f form {
  overflow: unset !important;
}

.payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 5px;
}

.payment-name ul {
  list-style: none;
}

.payment-name ul li input {
  margin-right: 0;
}

.payment-name ul li {
  margin-right: 15px;
}

.wpo-payment-area_bbdb146465128b7f h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.wpo-payment-select_bba8ded58560312d ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpo-payment-select_bba8ded58560312d ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}

.wpo-payment-select_bba8ded58560312d label {
  font-size: 18px;
  font-weight: 600;
}

.wpo-payment-area_bbdb146465128b7f h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}

.wpo-payment-area_bbdb146465128b7f h2 span {
  font-size: 30px;
  color: #ff493c;
}

.wpo-payment-area_bbdb146465128b7f {
  width: 100%;
}

.payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}

.payment-name ul li input:checked ~ label {
  background: #fcebbd;
}

.payment-name label {
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.payment-name .visa_657131274878822a label {
  border: 1px solid #0057A0;
}

.payment-name .mas_d4c1b0215f8d3a47 label {
  border: 1px solid #CC0000;
}

.payment-name .ski_9ef1f25acf94ff9b label {
  border: 1px solid #691A5F;
}

.payment-name .pay_222005c7cb1945b5 label {
  border: 1px solid #019CDE;
}

.wpo-payment-option_c1b8e15fc65b5261 {
  padding: 0 15px;
}

.payment-name.active {
  display: block;
}

.wpo-payment-option_c1b8e15fc65b5261.active .payment-name {
  display: none !important;
}

.wpo-payment-area_bbdb146465128b7f .form-style_db6e28acd4eff673 input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
}

.wpo-payment-area_bbdb146465128b7f .form-style_db6e28acd4eff673 input:focus {
  border: 1px solid #EF7C40;
}

.wpo-payment-area_bbdb146465128b7f .contact-form_cb2a79a44d481218 {
  margin-top: 40px;
}

#Donations .theme-btn_581bf9d09723784f, #Donations .view-cart-btn_03bef82ca8713a2e {
  border: none;
  outline: none;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#Donations .submit-area_07acc2eabd6c0422 {
  text-align: center;
}

.progress-sub_3d57b2a81204f0af .progress-section_54f99d00d50de31c {
  padding-top: 20px;
}

.progress-sub_3d57b2a81204f0af .progress {
  height: 8px;
  overflow: unset;
  background-color: #ffdcd1;
  margin-bottom: 15px;
}

.progress-sub_3d57b2a81204f0af .progress .progress-bar_a56379aa8de979e2 {
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 4s;
          animation: animate-positive 4s;
  background: #EF7C40;
  height: 8px;
}

.progress-sub_3d57b2a81204f0af .progress-bar_a56379aa8de979e2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F26522;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  overflow: unset;
}

.progress-sub_3d57b2a81204f0af .progress .progress-value_e1d8435391f219c7 {
  text-align: center;
  left: 90%;
  position: absolute;
  color: #1E3446;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
  top: -30px;
  line-height: 20px;
}

.progress-sub_3d57b2a81204f0af ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress-sub_3d57b2a81204f0af ul li {
  font-size: 14px;
  color: #1E3446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .progress-sub_3d57b2a81204f0af ul li {
    font-size: 13px;
  }
}

.progress-sub_3d57b2a81204f0af ul li span {
  font-weight: 700;
}

.progress-sub_3d57b2a81204f0af ul li span a {
  color: #1E3446;
}

.progress-sub_3d57b2a81204f0af ul li span a:hover {
  color: #EF7C40;
}

@media (max-width: 992px) {
  .wpo-event-details-wrap_417ce2978bdb58b0 {
    margin-bottom: 30px;
  }
}

@media (max-width: 590px) {
  .wpo-case-details-text_626542648e0dba43 .wpo-case-content_1df2aa67e544dbfd h2 {
    font-size: 18px;
  }
  .wpo-case-details-tab_f8612c2c73809d39 .nav li a {
    margin-bottom: 20px;
  }
  .wpo-case-details-tab_f8612c2c73809d39 .nav li:last-child a {
    margin-bottom: 0;
  }
  .wpo-case-details-text_626542648e0dba43 .wpo-case-text-top_329d944522ec3c02 {
    padding: 8px;
  }
  .wpo-payment-select_bba8ded58560312d ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpo-doanation-payment_cea66f98b88d402c {
    padding: 20px 10px;
  }
}

.wpo-donate-header_0279584f481dc91e h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
}

.br-top_aab7daa219217fb5 {
  border-top: 1px solid #ebebeb;
  padding: 60px 0;
}

/*--------------------------------------------------------------
8. wpo-service-single-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .wpo-service-single-section {
    padding-bottom: 60px;
  }
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 img {
  width: 100%;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 {
    padding: 35px 0;
  }
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 h2 {
  font-size: 33px;
  font-family: "Lora", Georgia, serif;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 p {
  margin-bottom: 30px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 .wpo-service-single-sub-img_8417319b5da7eb9d {
  margin-top: 50px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 .wpo-service-single-sub-img_8417319b5da7eb9d ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 .wpo-service-single-sub-img_8417319b5da7eb9d li {
  padding-left: 10px;
  padding-right: 10px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-service-single-content_5a211f8db5eb5241 .wpo-service-single-content-des_8a367ca937200bb5 .wpo-service-single-sub-img_8417319b5da7eb9d li:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 h2 {
  font-size: 33px;
  font-family: "Lora", Georgia, serif;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 h2 {
    font-size: 25px;
  }
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-icon_85b5266e334e66ad .icon_7441b9d13c697166 {
  width: 50px;
  height: 50px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-icon_85b5266e334e66ad .icon_7441b9d13c697166 img {
  width: 100%;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-text_e6a0516832d4e745 h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-text_e6a0516832d4e745 h2 a {
  color: #1E3446;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-text_e6a0516832d4e745 h2 a:hover {
  color: #EF7C40;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-solutions-section_8bf0e516de672e44 .wpo-solutions-item_aa0ee41c068b8c7e .wpo-solutions-text_e6a0516832d4e745 p {
  margin-bottom: 0;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b {
  padding-top: 30px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b h2 {
  font-size: 33px;
  font-family: "Lora", Georgia, serif;
  margin-bottom: 30px;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion_54bf896bf431cd93 {
  border-top: 1px solid #e1e1e1;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 .accordion-body_fd29b806f9c79d33 {
  padding-left: 0;
  padding-right: 0;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  color: #1E3446;
  text-align: left;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 button.collapsed {
  color: #373b3e;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 button.collapsed::after {
  content: "\e61a";
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-item_0b25322dca59d6a5 .accordion-collapse_dfc21729ab47f210 {
  border: 0;
}

.wpo-service-single-section .wpo-service-single-wrap_76af5d8db8f89d04 .wpo-benefits-section_facaa9e328cd077b .accordion-button_cea6a339c29e56ba {
  background: transparent;
}

.wpo-single-sidebar_e421c66d866d60c8 {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .wpo-single-sidebar_e421c66d866d60c8 {
    padding-left: 0;
    margin-top: 60px;
  }
}

.wpo-single-sidebar_e421c66d866d60c8 .widget_fb967033d3612c46 {
  padding: 30px 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .wpo-single-sidebar_e421c66d866d60c8 .widget_fb967033d3612c46 {
    padding: 20px;
  }
}

.wpo-single-sidebar_e421c66d866d60c8 .widget_fb967033d3612c46 h2 {
  font-size: 25px;
  font-family: "Lora", Georgia, serif;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.wpo-single-sidebar_e421c66d866d60c8 .widget_fb967033d3612c46 ul {
  list-style: none;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #1E3446;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li a:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #EF7C40;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li a:hover {
  color: #EF7C40;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li:first-child a {
  padding-top: 0;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-service-widget_5ce23db5aeaadf8b ul li:first-child a:before {
  top: 2px;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab p {
  font-size: 20px;
  font-family: "Lora", Georgia, serif;
  color: #1E3446;
  text-align: center;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab span {
  font-size: 15px;
  color: #646464;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab span a {
  color: #1E3446;
  font-weight: 700;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab span a:hover {
  color: #EF7C40;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-newsletter-widget_54ac03625f498fab .form button {
  background: #EF7C40;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-instagram-widget_a614f74dcfa28480 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-instagram-widget_a614f74dcfa28480 ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-instagram-widget_a614f74dcfa28480 ul li img {
  width: 100%;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-contact-widget_c3f8035bcb8f407c {
  border: 0;
  background: #EF7C40;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-contact-widget_c3f8035bcb8f407c h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-contact-widget_c3f8035bcb8f407c p {
  color: #fff;
  font-size: 18px;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-contact-widget_c3f8035bcb8f407c a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.wpo-single-sidebar_e421c66d866d60c8 .wpo-contact-widget_c3f8035bcb8f407c a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
9. volunteer-page
--------------------------------------------------------------*/
.volunteer-area_46dae17b1c9b76af {
  padding: 120px 0 0px;
}

.volunteer-wrap_5662cfe96e313a0d {
  padding-bottom: 120px;
}

.volunter-img_47f963b780fe120d {
  padding: 30px;
}

.volunter-img_47f963b780fe120d img {
  width: 100%;
}

.volunteer-img-wrap_d7a817049a5ee517 {
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

.volunteer-contact-form_d2c7d40968241f4d form input,
.volunteer-contact-form_d2c7d40968241f4d form select,
.volunteer-contact-form_d2c7d40968241f4d form label,
.volunteer-contact-form_d2c7d40968241f4d form textarea {
  border: 1px solid #d0d4df;
  padding-left: 15px;
  height: 50px;
  width: 100%;
}

.volunteer-contact-form_d2c7d40968241f4d form label {
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
}

.volunteer-contact-form_d2c7d40968241f4d form label.error {
  height: 15px;
  border: 0;
  line-height: 10px;
  padding-left: 0;
}

.volunteer-contact-form_d2c7d40968241f4d .form-group-in_3ea113f64071dc97 input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.volunteer-contact-form_d2c7d40968241f4d form textarea {
  height: 100px;
}

.volunteer-contact-form_d2c7d40968241f4d .form-group-in_3ea113f64071dc97 {
  position: relative;
}

.volunteer-contact-form_d2c7d40968241f4d .form-group-in_3ea113f64071dc97 i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 20px;
}

.volunteer-contact-form_d2c7d40968241f4d .form-group_bfde60cc00ac46f9 {
  margin-bottom: 30px;
}

.volunteer-contact-form_d2c7d40968241f4d {
  max-width: 760px;
  margin: auto;
  padding: 50px 40px;
  background: #fff;
  margin-top: -295px;
  position: relative;
  z-index: 1;
}

.volunteer-contact-form_d2c7d40968241f4d:after {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

.volunteer-contact-form_d2c7d40968241f4d:before {
  position: absolute;
  left: -7px;
  bottom: -8px;
  width: 102%;
  height: 47%;
  content: "";
  background: #d9f7eb;
  z-index: -1;
}

.volunteer-contact-form_d2c7d40968241f4d h2 {
  margin-top: 0;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .volunteer-contact-form_d2c7d40968241f4d {
    max-width: 635px;
    margin-top: -210px;
  }
  .volunteer-contact-form_d2c7d40968241f4d:before {
    height: 62%;
    width: 103%;
  }
}

@media (max-width: 767px) {
  .volunteer-contact-form_d2c7d40968241f4d {
    margin-top: 0px;
    padding: 14px 16px;
    -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    padding-top: 30px;
  }
  .volunteer-contact-form_d2c7d40968241f4d h2 {
    font-size: 23px;
  }
  .volunteer-area_46dae17b1c9b76af {
    padding: 70px 0 0;
  }
}

.volunteer-contact-form_d2c7d40968241f4d .submit-area_07acc2eabd6c0422 {
  text-align: center;
}

/*----------------------------------------------
10. event-details-page
----------------------------------------------*/
.wpo-event-details-text_4fd51ba1552fade8 {
  margin-top: 50px;
}

.wpo-event-details-text_4fd51ba1552fade8 h2 {
  margin-bottom: 30px;
}

.wpo-event-details-wrap_417ce2978bdb58b0 {
  margin-top: 40px;
}

.wpo-event-details-tab_8413b9d76ad9d4c7 .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 590px) {
  .wpo-event-details-tab_8413b9d76ad9d4c7 .nav {
    display: block;
  }
}

.wpo-event-details-tab_8413b9d76ad9d4c7 .nav-tabs_d6b5e7848d26dea1 > li {
  margin-bottom: -1px;
  width: 100%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.wpo-event-details-wrap_417ce2978bdb58b0 {
  border: 1px solid #ebebeb;
}

.wpo-event-details-tab_8413b9d76ad9d4c7 .nav li a {
  display: block;
  text-align: center;
  color: #2d4277;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 700;
  margin-right: 1px;
  border: none;
  border-radius: 0px;
  background: #f6f6f6;
  border-bottom: none;
  border-top: 4px solid transparent;
  line-height: 20px;
  height: 50px;
}

.wpo-event-details-tab_8413b9d76ad9d4c7 .nav li:last-child a {
  margin-right: -1px;
}

.wpo-event-details-tab_8413b9d76ad9d4c7 .nav li a.active,
.wpo-event-details-tab_8413b9d76ad9d4c7 .nav li:hover a {
  background: #fff;
  outline: none;
  border: none;
  color: #2d4277;
  border-top: 4px solid #EF7C40;
}

.wpo-event-details-content_dbc1b738b43bf595 {
  padding: 30px;
}

#Schedule ul {
  list-style: none;
  margin-top: 30px;
}

#Schedule ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

#Schedule ul li:before {
  content: "";
  background: #EF7C40;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
}

#Map .contact-map_838bc94ddd7ad31c iframe {
  width: 100%;
  height: 500px;
}

.event-contact_42699e3b15e071f6 .wpo-donations-details_e8164d46b0c3abd1 {
  border: none;
  padding: 0;
}

.event-contact_42699e3b15e071f6 .wpo-donations-details_e8164d46b0c3abd1 .theme-btn_581bf9d09723784f, .event-contact_42699e3b15e071f6 .wpo-donations-details_e8164d46b0c3abd1 .view-cart-btn_03bef82ca8713a2e {
  border: none;
  outline: none;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 20px;
}

@media (max-width: 590px) {
  .wpo-event-details-tab_8413b9d76ad9d4c7 .nav li a {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .wpo-event-details-tab_8413b9d76ad9d4c7 .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpo-event-details-tab_8413b9d76ad9d4c7 .nav li a {
    margin-bottom: 15px;
    padding: 12px;
  }
}

.wpo-event-img_7d84116ec864a157 img,
.wpo-case-details-img_8650dc34830fdb70 img {
  width: 100%;
}

/*--------------------------------------------------------------
11. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section_c7603c372c900b8c {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.wpo-blog-pg-section_c7603c372c900b8c .wpo-blog-content_e8d0a01a6d7af69d .post_00a2c92febdbd597 {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section_c7603c372c900b8c .wpo-blog-content_e8d0a01a6d7af69d .post_00a2c92febdbd597 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .wpo-blog-content_e8d0a01a6d7af69d .post_00a2c92febdbd597 {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 {
    margin: 25px 0;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul {
  list-style: none;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li a {
  color: #636893;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li a:hover {
  color: #EF7C40;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li i {
  position: relative;
  margin-right: 3px;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li i:before {
  font-size: 13px;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #EF7C40;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section_c7603c372c900b8c .entry-meta_5645966e2c3a40c7 ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
  margin: -0.27em 0 0.7em;
  font-family: "Lora", Georgia, serif;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 h3 a {
  color: #1E3446;
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 h3 a:hover {
  color: #EF7C40;
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 a.read-more_859c236303fd5802 {
  color: #6e6e6e;
  text-transform: capitalize;
  font-size: 16px;
}

.wpo-blog-pg-section_c7603c372c900b8c .post_00a2c92febdbd597 a.read-more_859c236303fd5802:hover {
  color: #EF7C40;
}

.wpo-blog-pg-section_c7603c372c900b8c .entry-media_e3888cb8b835389d img {
  width: 100%;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-standard_6a4eaf3dd8646af4,
.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 {
  background-color: #f5f5f5;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .format-standard_6a4eaf3dd8646af4,
  .wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .format-standard_6a4eaf3dd8646af4 {
  position: relative;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-standard_6a4eaf3dd8646af4:before {
  position: absolute;
  right: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #efefef;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb {
  position: relative;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-controls_686037b56655f591 {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e [class*=owl-]:hover {
  background: #EF7C40;
  color: #fff;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #EF7C40;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213,
.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e .owl-prev_5eb7c74d3e073213 {
  left: 15px;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-gallery_af327fcde783a8cb .owl-nav_3e64f55b275c643e .owl-next_4c2262d0d3fb1b98 {
  right: 15px;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 p {
  margin-bottom: 0;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 h3,
.wpo-blog-pg-section_c7603c372c900b8c .format-quote_80ce0b84655927c3 p {
  position: relative;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5 {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5:before {
  content: "";
  background-color: #163967;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5:hover:before {
  opacity: 0.8;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5 a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5 a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5 a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-blog-pg-section_c7603c372c900b8c .format-video_7aaf8b606a535568 .video-holder_570e6ff8bee91be5 .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #EF7C40;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar_35552fef86838d8a .blog-sidebar_19bed55dc090a342 {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth_1335d2d719da0b40 .wpo-blog-content_e8d0a01a6d7af69d {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
12. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section_8440f5bc2cdcc346 {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 {
    margin: 25px 0;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul {
  list-style: none;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li a {
  color: #636893;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li a:hover {
  color: #EF7C40;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li i.fi:before {
  font-size: 13px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #EF7C40;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .entry-meta_5645966e2c3a40c7 ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .entry-media_e3888cb8b835389d img {
  width: 100%;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h2 {
  font-size: 32px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 blockquote {
  background-color: #f5f5f5;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 blockquote:before {
  font-family: "Flaticon";
  content: "\f10a";
  font-size: 25px;
  font-size: 1.66667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #DEDEDE;
  background: #fff;
  color: #EF7C40;
  border-radius: 50%;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .post_00a2c92febdbd597 .gallery img {
  width: 100%;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 {
  border-bottom: 1px solid #ebebeb;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1E3446;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 {
    margin-top: 40px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 ul, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 ul li, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 ul li {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 ul li, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 ul li {
    margin: 2px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 ul > li + li, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 ul > li + li, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 ul > li + li {
    margin: 2px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 > span, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 > span {
  font-family: "Lora", Georgia, serif;
  color: #1E3446;
  font-weight: 400;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 ul, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 ul {
  list-style: none;
  position: relative;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 li, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 li {
  position: relative;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 a, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1E3446;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 a, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share_58522d5a00e44564 .tag_c9a863f64fe3c121 a:hover, .wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 a:hover {
  color: #EF7C40;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .tag-share-s2_d862a4178d0e9473 .tag_c9a863f64fe3c121 a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #6e6e6e;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 {
  margin: 35px 0 60px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-avatar_b8563bdd66ebf99a {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-avatar_b8563bdd66ebf99a {
    float: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-avatar_b8563bdd66ebf99a img {
  border-radius: 50%;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-content_f2ff9e035f9129d6 {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-content_f2ff9e035f9129d6 {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-content_f2ff9e035f9129d6 p {
  margin-bottom: 20px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .author-name_3d88681f2b93d083 {
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  color: #1E3446;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .social-link_8b686c219897673f {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .social-link_8b686c219897673f li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .social-link_8b686c219897673f a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1E3446;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .author-box_7044d3d46916bd47 .social-link_8b686c219897673f a:hover {
  color: #EF7C40;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 {
  overflow: hidden;
  border: 1px solid #F2E7D4;
  padding: 0 25px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 > div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 > div > a {
  display: inline-block;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241,
.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241,
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 {
  text-align: right;
  border-left: 1px solid #F2E7D4;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #F2E7D4;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 .post-control-link_e24725a0caffb93a {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 .post-control-link_e24725a0caffb93a {
    padding-right: 0;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 .post-control-link_e24725a0caffb93a:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 .post-control-link_e24725a0caffb93a:before {
    display: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 {
  padding-right: 15px;
  padding-left: 5px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 .post-control-link_e24725a0caffb93a {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 .post-control-link_e24725a0caffb93a {
    padding-left: 0;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 .post-control-link_e24725a0caffb93a:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 .post-control-link_e24725a0caffb93a:before {
    display: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .previous-post_69d95e9866de7241 > a > span,
.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .next-post_7663ac598d2d46b6 > a > span {
  display: block;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .post-control-link_e24725a0caffb93a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .post-name_945452dc363a4919 {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #1E3446;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 .post-name_945452dc363a4919 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .more-posts_e518fc41fc5818a3 a:hover .post-control-link_e24725a0caffb93a {
  color: #EF7C40;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe {
  margin-top: 70px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe li > div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe ol > li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comments-title_716035c2bf4100e4 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comments-title_716035c2bf4100e4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe li > div {
  position: relative;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-theme_5b4b7062bc4736c0 {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-theme_5b4b7062bc4736c0 {
    position: static;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-theme_5b4b7062bc4736c0 img {
  border-radius: 50%;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-main-area_381f37279b6510e6 {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-main-area_381f37279b6510e6 {
    padding-left: 0;
    margin-top: 25px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-main-area_381f37279b6510e6 p {
  margin-bottom: 20px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comments-meta_ee02441295f2dd32 h4 {
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1E3446;
  font-weight: 400;
  margin: 0 0 1em;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comments-meta_ee02441295f2dd32 h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comments-meta_ee02441295f2dd32 h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-reply-link_155f30fab40c1a73 {
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 400;
  color: #1E3446;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comments-area_08a19f3423c0dfbe .comment-reply-link_155f30fab40c1a73:hover {
  color: #EF7C40;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 {
  margin-top: 70px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .comment-reply-title_de467c2ffe3b24c2 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .comment-reply-title_de467c2ffe3b24c2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form input,
.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form input:focus,
.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #EF7C40;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form input,
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-inputs_96f9c753030754ee {
  overflow: hidden;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-inputs_96f9c753030754ee > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-inputs_96f9c753030754ee > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-inputs_96f9c753030754ee > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-inputs_96f9c753030754ee > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-submit_13f77a25b8e8c99f input {
  font-family: "Lora", Georgia, serif;
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.wpo-blog-single-section_8440f5bc2cdcc346 .comment-respond_4d9f2bd08763abc2 .form-submit_13f77a25b8e8c99f input:hover {
  background-color: #1E3446;
}

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section_ed7e5039a71712b7 .blog-sidebar_19bed55dc090a342 {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*---------------------------------------------------------
13. login-design
-----------------------------------------------------------*/
.wpo-login-area_2276737c11b7b52e {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}

.wpo-accountWrapper_224ac22e983ed3de {
  width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  margin: auto;
  -webkit-box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.wpo-accountInfo_920640b8e281fc4e {
  width: 50%;
  background: #062265;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 600px;
  text-align: center;
  padding: 50px;
}

.wpo-accountForm_fee0e4caacb29915 {
  width: 50%;
  padding: 70px 85px;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-accountInfoHeader_b5e87cba987c7bb6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpo-accountInfoHeader_b5e87cba987c7bb6 h2 a {
  display: block;
  line-height: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.wpo-accountInfo_920640b8e281fc4e .wpo-accountBtn_ff4e25d9827efd17 {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #062265;
  border: 2px solid #fff;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.wpo-accountInfo_920640b8e281fc4e .wpo-accountBtn_ff4e25d9827efd17:hover {
  background: transparent;
  color: #fff;
}

.wpo-accountInfo_920640b8e281fc4e p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.fromTitle_fab7b4cc3866dec1 h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.fromTitle_fab7b4cc3866dec1 p {
  font-size: 15px;
  margin-bottom: 40px;
}

.form-style_db6e28acd4eff673 input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  border: none;
}

.form-style_db6e28acd4eff673 input:focus {
  outline: none;
  border: 1px solid #e5e5e5 !important;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #e5e5e5;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.2em;
  position: absolute;
  left: 0;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #EF7C40;
  border-color: #EF7C40;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.check-box-wrap_8ceb071fc25e099e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.forget-btn_97815b635354b4f7 a {
  display: inline-block;
  font-size: 14px;
  color: #EF7C40;
}

.input-box_076669b12abe82bd label {
  color: #676B79;
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px !important;
}

.input-box_076669b12abe82bd {
  position: relative;
}

.wpo-accountForm_fee0e4caacb29915 .wpo-accountBtn_ff4e25d9827efd17 {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #EF7C40;
  width: 100%;
  background: #EF7C40;
  color: #fff;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  margin-top: 30px;
}

.wpo-accountForm_fee0e4caacb29915 .wpo-accountBtn_ff4e25d9827efd17:hover {
  background: transparent;
  color: #333;
}

.or_a56315d0c0ee64ae {
  border-top: 1px dashed #e5e5e5;
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.or_a56315d0c0ee64ae span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #EF7C40;
}

.wpo-socialLoginBtn_5eae1893bdf03201 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.wpo-socialLoginBtn_5eae1893bdf03201 li button {
  height: 40px;
  width: 50px;
  min-width: 50px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.wpo-socialLoginBtn_5eae1893bdf03201 li button.facebook_adf699ba89223506 {
  background: #3b5998;
}

.wpo-socialLoginBtn_5eae1893bdf03201 li button.linkedin_732233ece0560a3b {
  background: #0077B5;
}

.wpo-socialLoginBtn_5eae1893bdf03201 li button.twitter_26c269aea421313d {
  background: #55acee;
}

.wpo-socialLoginBtn_5eae1893bdf03201 li {
  margin: 0px 5px 5px;
}

.subText_732773d5f8b9a9b2 {
  text-align: center;
}

.subText_732773d5f8b9a9b2 a {
  display: inline-block;
  font-size: 14px;
  color: #EF7C40;
}

.form-group_bfde60cc00ac46f9 {
  position: relative;
}

.input-group-btn_54b40b29403c88b2 {
  position: absolute;
  right: 10px;
  top: 37px;
}

.input-group-btn_54b40b29403c88b2 button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-btn_54b40b29403c88b2 button:hover {
  background: transparent;
}

.input-group-btn_54b40b29403c88b2 button:focus,
.input-group-btn_54b40b29403c88b2 button.active {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.btn-default_c85b2c96176680c6.active,
.btn-default_c85b2c96176680c6.active,
.open > .dropdown-toggle.btn-default_c85b2c96176680c6 {
  background: none !important;
  border: none;
  outline: none;
}

@media (max-width: 1200px) {
  .wpo-accountWrapper_224ac22e983ed3de {
    width: 900px;
  }
  .wpo-accountForm_fee0e4caacb29915 {
    padding: 70px 35px;
  }
}

@media (max-width: 1024px) {
  .wpo-accountWrapper_224ac22e983ed3de {
    width: 100%;
    max-width: 100%;
  }
  .wpo-accountForm_fee0e4caacb29915 {
    padding: 70px 35px;
  }
  .image img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .wpo-accountInfo_920640b8e281fc4e {
    width: 100%;
  }
  .wpo-accountForm_fee0e4caacb29915 {
    width: 100%;
  }
  .accountArea_d782b1e5846daa1c {
    padding: 0px 16px;
  }
}

@media (max-width: 767px) {
  .wpo-accountInfo_920640b8e281fc4e {
    width: 100%;
  }
  .wpo-accountForm_fee0e4caacb29915 {
    width: 100%;
  }
}

.back-home_86a0f53ad5fce1c8 {
  max-width: 150px;
}

/*--------------------------------------------------------------
14. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section_df4ecd85e7e8857e {
  padding-bottom: 0px;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-title_03d108d991b0769b {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-title_03d108d991b0769b {
    margin-bottom: 30px;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-title_03d108d991b0769b h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-title_03d108d991b0769b h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e form input,
.wpo-contact-pg-section_df4ecd85e7e8857e form select,
.wpo-contact-pg-section_df4ecd85e7e8857e form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e form input,
  .wpo-contact-pg-section_df4ecd85e7e8857e form select,
  .wpo-contact-pg-section_df4ecd85e7e8857e form textarea {
    height: 45px;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e form input:focus,
.wpo-contact-pg-section_df4ecd85e7e8857e form select:focus,
.wpo-contact-pg-section_df4ecd85e7e8857e form textarea:focus {
  border-color: #EF7C40;
  background: transparent;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form textarea {
  height: 180px;
  padding-top: 15px;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form {
  margin: 0 -15px;
  overflow: hidden;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../snapshots/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form select:focus {
  background: transparent url(../snapshots/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 {
    margin-bottom: 0;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 .theme-btn_581bf9d09723784f, .wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 .view-cart-btn_03bef82ca8713a2e {
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 .theme-btn_581bf9d09723784f:after, .wpo-contact-pg-section_df4ecd85e7e8857e form .submit-area_07acc2eabd6c0422 .view-cart-btn_03bef82ca8713a2e:after {
  border-radius: 0px;
}

.wpo-contact-pg-section_df4ecd85e7e8857e form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e form .fullwidth_abfe32ec28dc55d0 {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a {
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .col_79d3050bbfae19c9 .office-info-item_ea610ba408762d1b {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .col_79d3050bbfae19c9:last-child .office-info-item_ea610ba408762d1b {
    margin-bottom: 0px;
  }
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .office-info-item_ea610ba408762d1b {
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .office-info-item_ea610ba408762d1b .office-info-icon_7f0f7aeb0c2e4eed {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 89px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .office-info-item_ea610ba408762d1b .office-info-icon_7f0f7aeb0c2e4eed .icon_7441b9d13c697166 .fi:before {
  font-size: 35px;
  color: #EF7C40;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .office-info-item_ea610ba408762d1b .office-info-text_850871e13d78b472 h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .office-info_0c5bbe46fe09634a .office-info-item_ea610ba408762d1b .office-info-text_850871e13d78b472 p {
  margin-bottom: 0;
}

.wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-form-area_4307f8615101afa1 {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section_df4ecd85e7e8857e .wpo-contact-form-area_4307f8615101afa1 {
    padding: 30px;
    padding-top: 50px;
  }
}

.wpo-contact-map-section_9ff59a8d4a22eba8 .wpo-contact-map_c6d0e3d0e56b489d {
  height: 550px;
}

.wpo-contact-map-section_9ff59a8d4a22eba8 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.wpo-contact-map-section_9ff59a8d4a22eba8 h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
15. error-404-section
--------------------------------------------------------------*/
.error-404-section_f500aca824726398 {
  text-align: center;
}

.error-404-section_f500aca824726398 .error-message_494620c0b4748f1b {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section_f500aca824726398 .error-message_494620c0b4748f1b {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section_f500aca824726398 .error-message_494620c0b4748f1b {
    padding: 0;
  }
}

.error-404-section_f500aca824726398 .error-message_494620c0b4748f1b h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section_f500aca824726398 .error-message_494620c0b4748f1b p {
  margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */