@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


@font-face {
    font-family: "Acumin Pro";
    font-style: normal;
    font-weight: normal;
    src: local("./fonts/Acumin Pro"), url("fonts/Acumin-RPro.woff") format("woff");
  }
  
  @font-face {
    font-family: "Acumin Pro Italic";
    font-style: normal;
    font-weight: normal;
    src: local("./fonts/Acumin Pro Italic"),
      url("./fonts/Acumin-ItPro.woff") format("woff");
  }
  
  @font-face {
    font-family: "Acumin Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("./fonts/Acumin Pro Bold"),
      url("./fonts/Acumin-BdPro.woff") format("woff");
  }
  
  @font-face {
    font-family: "Acumin Pro Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("./fonts/Acumin Pro Bold Italic"),
      url("./fonts/Acumin-BdItPro.woff") format("woff");
  }


/* font-family: 'Roboto', sans-serif; */

.cmn_btn{
    background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
    border-radius: 4px;
    padding: 13px 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
}


.cmn_btn:hover{ 
    background: #FFFFFF;
    color: #B33D93;
}

.cmn_btn.lm_btn{ 
    background: #FFFFFF;
    color: #B33D93;
    text-transform: capitalize;
}

.cmn_btn.lm_btn:hover{ 
    background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
    color: #fff;
}

.wop-stiky-menu-mobile {
  display: none;
}

/* landing banner */

.wop_lp_banner{ 
    padding-top: 30px;
    background: #FAFAFA;
}

.wop_lp_ban_inner{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
}

.wop_lp_ban_inner::before{ 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(81.24deg, #3E4095 0%, #834094 71.37%);
    opacity: 0.7;
}

.wop_lp_ban_inner::after{ 
    content: "";
    position: absolute;
    bottom: -66%;
    left: -57px;
    width: 576px;
    height: 576px;
    background: #746ABC;
    border-radius: 100%;
}


.people_bg{ 
    position: relative;
    z-index: 2;
}

.ban-cont-wrap{ 
    max-width: 517px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 57px;
}

.ban-cont-wrap .sub_head{ 
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.265em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 25px;
}

.ban-cont-wrap h1{ 
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 28px;
    color: #fff;
}

.ban-cont-wrap p{ 
    color: #fff;
    margin-bottom: 27px;
    font-size: 16px;
}

.ban-cont-wrap .btn_cont{ 
    display: flex;
    align-items: center;
    justify-content: center;
}


.ban-cont-wrap .btn_cont a{ 
    max-width: 149px;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.ban-cont-wrap .btn_cont a:not(:last-child){ 
    margin-right: 20px;
    
}

.lp_ev_keys{ 
    background: #FAFAFA;
    padding-top: 78px;
    padding-bottom: 100px;
}

.lp_ev_keys  h2{ 
    max-width: 879px;
    text-align: center;
    margin: 0 auto 66px;
    color: #424242;
    line-height: 1.3;
}

.lp_key_wrap { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
}

.lp_key_item{ 
    width: 20%;
    padding: 0 12px;
    text-align: center;
}

.lp_key_item .lp_key_icon{ 
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 4px 17px 45px #F1EBEB;
    width: 121px;
    height: 121px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 auto 21px;
}

.lp_key_item .lp_key_icon img{ 
    height: 49px;
    width: auto;
}

.lp_key_item h3{ 
    font-weight: 500;
    font-size: 21px;
}

.upc_event_lp{ 
    padding: 100px 0;
    background: #fff;
    position: relative;
    padding-bottom: 0;
}

.upc_event_lp h2{ 
    text-align: center;
    margin-bottom: 53px;
}

.upc_ev_box{ 
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(215, 215, 215, 0.25);
    border-radius: 15px;
    overflow: hidden;
}

.upc_ev_box .upc_ev_bg{ 
  height: 230px;
}

.upc_ev_box .upc_ev_bg a{ 
  display: inline-block;
  width: 100%;
  height: 100%;
}

.upc_ev_box .upc_ev_bg img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.upc_ev_box .upc_ev_txt{ 
    padding: 27px;
}

.upc_ev_box .upc_ev_txt .text{ 
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    color: #732C81;
    margin-bottom: 17px;
}

.upc_ev_box .upc_ev_txt h3{ 
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 22px;
}

.cmn_btn.vlt{ 
    background: linear-gradient(81.24deg, #4E4094 0%, #7966D1 71.37%);
    font-size: 16px;
    padding: 16px 25px;
}

.cmn_btn.vlt:hover{ 
    background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
    color: #fff;
}

.nwsltr_signup_sec{ 
    padding-top: 8px;
    padding-bottom: 103px;
    position: relative;
    background: #fff;
}

.nwsltr_signup_sec h2{ 
    text-align: center;
    margin-bottom: 45px;
}

.nwsltr_signup_sec p{ 
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.nwsltr_signup_sec form{
    max-width: 604px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nwsltr_signup_sec form input[type="email"]{ 
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    height: 43px;
    font-size: 15px;
    padding: 0 15px;
    margin-right: 14px;
}

.nwsltr_signup_sec form input[type="submit"]{ 
    background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
    border-radius: 4px;
    height: 43px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 0 24px;
}

.nwsltr_signup_sec form input[type="submit"]:hover{ 
    background: linear-gradient(81.24deg, #4E4094 0%, #7966D1 71.37%);
}

.nwsltr_signup_sec form input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .nwsltr_signup_sec form input[type="email"]:-ms-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .nwsltr_signup_sec form input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .nwsltr_signup_sec form input[type="email"]:-moz-placeholder {
    opacity: 1;
    color: #424242;
  }

  .bottom-ban-sec{
    background-color: #fff;
    padding-bottom: 20px;
  }

  .footer-ban{ 
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: -98px;
  }

  .main-footer-wrapper{ 
    padding-top: 78px;
    padding-bottom: 58px;
    background: #FAF7F9;
  }

  .extra-padding{ 
    background: #FAF7F9;
    padding-top: 95px;
  }

  .footer-sec{ 
    background: #FAF7F9;
    position: relative;
    padding: 58px 0;
  }

  .footer-ban::before{ 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #342756;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }

  .footer-ban-cont{ 
    max-width: 772px;
    margin: 0 auto;
    padding: 56px 15px;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .footer-ban-cont p{ 
    color: #fff;
  }

  .footer-ban-cont .main-line{ 
    font-size: 24px;
    font-style: italic;
    margin-bottom: 25px;
  }

  .footer-ban-cont .proverbs{ 
    font-weight: 600;
    margin-bottom: 33px;
  }

  .footer-ban-cont .cmn_btn{ padding: 13px 32px; }

  .footer-sec .min-footer{ 
    padding-top: 92px;
  }

  .main-footer-wrapper .min-footer h2{ text-align: center; margin-bottom: 77px; }

  .min-footer .footer-wrap{ 
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: space-between;
  }

  .min-footer .contact-col{ 
    width: 30%;
    padding: 0 12px;
  }

  .min-footer .form-col{ 
    width: 60%;
    padding: 0 12px;
  }

  .min-footer .sub-head{ 
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.265em;
    text-transform: uppercase;
    color: #4E4094;
    margin-bottom: 22px;
    font-family: "Acumin Pro";
  }

  .min-footer ul{ 
    padding-left: 0;
    list-style: none;
  }

  .min-footer ul li{ 
    position: relative;
    padding-left: 60px;
    margin-bottom: 27px;
    min-height: 52px;
    display: flex;
    align-items: center;
  }

  .min-footer ul li:last-child{ 
    margin-bottom: 0;
  }

  .min-footer ul li figure{ 
    width: 52px;
    height: 52px;
    background: linear-gradient(81.24deg, #4E4094 0%, #7966D1 71.37%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .min-footer ul li figure img{ 
    height: 17px;
    width: auto;
  }

  .min-footer ul li span,
  .min-footer ul li a{ 
    display: inline-block;
    color: #424242;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
  }

  .min-footer ul li a:hover{ 
    color: #4E4094;
  }

  .form-sec input[type="text"],
  .form-sec input[type="email"]{ 
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 0 27px !important;
    height: 55px;
  }


  .form-sec input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="text"]:-moz-placeholder {
    opacity: 1;
    color: #424242;
  }

  


  .form-sec input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="email"]:-ms-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec input[type="email"]:-moz-placeholder {
    opacity: 1;
    color: #424242;
  }


  .form-sec .form-row{ 
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
  }

  .form-sec input[type="text"]:focus,
  .form-sec input[type="email"]:focus{ 
    border-bottom-color: #E9E9E9;
  }

  .form-sec .form-row .form-input{
     width: 50%;
     padding: 0 11px;
     margin-bottom: 19px;
  }

  .form-sec .form-input{ 
    margin-bottom: 19px;
  }

  .form-sec .form-input:last-child{ margin-bottom: 0; text-align: right; }

  .form-sec textarea{ 
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    height: 132px !important;
    resize: none;
    padding: 23px 27px !important;
  }


  .form-sec textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec textarea:-ms-input-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec textarea::-moz-placeholder {
    opacity: 1;
    color: #424242;
  }
  
  .form-sec textarea:-moz-placeholder {
    opacity: 1;
    color: #424242;
  }


  .form-sec textarea:focus{ 
    border-bottom-color: #E9E9E9;
  }
  

  .form-sec input[type="submit"]{ 
    background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
    border-radius: 4px;
    height: 43px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 0 24px;
    max-width: 149px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .form-sec input[type="submit"]:hover{ 
    background: linear-gradient(81.24deg, #4E4094 0%, #7966D1 71.37%);
  }

  .wop-ban{ 
    background: #FAFAFA;
    padding: 83px 0;
    position: relative;
  }

  .wop-ban h1{ 
    font-size: 48px;
    margin-bottom: 42px;
    text-align: center;
  }

  .wop-ban h1:last-child{ 
    margin-bottom: 0;
  }

  .wop-ban p{ 
    font-size: 16px;
  }

  .serving-sec{ 
    padding-top: 70px;
    padding-bottom: 112px;
  }

  .serving-sec h1{ 
    margin-bottom: 70px;
  }

  .serving-card{ 
    padding: 44px 34px;
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(172, 170, 170, 0.2);
    border-radius: 15px;
    min-height: 460px;
  }

  .serving-card .card-image img{ 
    height: 58px;
    width: auto;
  }

  .serving-card .card-image{ margin-bottom: 34px; }

  .serving-card .card-cont h2{ 
    font-size: 21px;
    line-height: 1;
    margin-bottom: 33px;
  }

  .serving-card .card-cont p{ 
    font-size: 16px;
    line-height: 1.75;
  }

  .leaders-sec{ 
    background: #fff;
    position: relative;
    padding-top: 70px;
    padding-bottom: 104px;
  }

  .leaders-sec h2{ text-align: center; margin-bottom: 78px; text-transform: capitalize; }
  
  .leaders-card{ 
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(172, 170, 170, 0.2);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
  }

  .leaders-card .card-image{ 
    position: relative;
    width: 138px;
    height: 138px;
    margin: 0 auto 34px;
  }

  .leaders-card .card-image figure{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .leaders-card .card-image::before{ 
    content: "";
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #C54994;
    position: absolute;
    border-radius: 100%;
  }

  .leaders-card .card-image img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .leaders-card .card-cont h3{ 
    font-size: 21px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 700;
  }

  .leaders-card .card-cont span{ 
    display: block;
    color: #732C81;
    font-size: 16px;
    line-height: 1;
  }

  .leaders-sec .leader-row{ 
    margin-bottom: -40px;
  }

  .leaders-sec .leaders-col{ 
    margin-bottom: 40px;
  }
  
  .leader-footer .footer-ban-cont a{ 
    width: auto;
    max-width: inherit;
  }

  .leader-footer .footer-ban{ 
    margin-top: -180px;
  }

  .card-item-wrap{ 
    width: 100%;
    perspective: 1000px;
    height: 310px;
  }


  .card-item{ 
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    font-size: 16px;
  }


  .card-item-wrap .leaders-card,
  .card-item-wrap .leaders-card-back{ 
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card-item-wrap .leaders-card-back{ 
    background: #684b7f;
    color: white;
    transform: rotateY(180deg);
    padding: 16px;
    box-shadow: 0px 5px 25px #766f6f29;
    -webkit-box-shadow: 0px 5px 25px #766f6f29;
    -moz-box-shadow: 0px 5px 25px #766f6f29;
    border-radius: 5px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .card-item-wrap:hover .card-item{ 
    transform: rotateY(180deg);
  }

  .card-item-wrap .leaders-card-back h3{ 
    color: #fff;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .card-item-wrap .leaders-card-back span{ 
    margin-bottom: 20px;
  }

  .form-sec .gform_wrapper.gravity-theme .gform_fields{ 
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: inherit;
    -ms-grid-columns: inherit;
    grid-row-gap: inherit;
    margin: 0 -12px;
    width:auto;
  }

  .form-sec .gform_wrapper.gravity-theme .gfield{ 
    width: 50%;
    padding: 0 12px;
    margin-bottom: 19px;
  }

  .form-sec .gform_wrapper.gravity-theme .gfield.gfield--type-textarea{ 
    width: 100%;
  }

  .form-sec .gform_wrapper.gravity-theme .gform_footer{ padding: 0; margin: 0; justify-content: end;  }

  .ministries-sec .ministries-content{ 
      max-width: 1033px;
      margin: 0 auto;
      text-align: center;
  }

  .ministries-blogs{ 
    padding: 100px 0;
    background: #fff;
  }

  .ministries-blog-card{ 
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(172, 170, 170, 0.2);
    border-radius: 15px;
    overflow: hidden;
  } 

  .ministries-blog-card .card-image img{ width: 100%; height: 100%; }

  .ministries-blog-card .card-content{ 
    padding: 42px;
  }

  .ministries-blog-card .card-content h2{ 
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 17px;
  }

  .ministries-blog-card .card-content p{ 
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .ministries-blog-card .card-content h3{ 
    font-size: 21px;
    margin-bottom: 10px;
  }

  .ministries-blog-card .card-content p strong{ 
    font-weight: 600;
  } 

  .ministries-blog-card .card-content p a{
    display: inline-block;
    color: #732C81;
  }

  .ministries-blog-card .card-content p a:hover{ 
    color: #424242;
  }

  .ministries-blog-card .card-content .cmn_btn{ 
    font-size: 16px;
  }

 .ministries-blogs .ministries-blog-row{ 
  margin: 0 -23.5px;
  margin-bottom: -72px;
 }

 .ministries-blogs .ministries-blog-col{ 
  padding: 0 23.5px;
  margin-bottom: 72px;
 }
  
 .ministries-blog-card .cont-wrap{
  min-height: 200px;
  margin-bottom: 20px;
 }

 .ministries-footer .min-footer{ 
  padding-top: 0;
 }

 .ministries-footer { 
  padding-top: 78px;
  padding-bottom: 58px;
 }

 .gallery-cont-sec{ 
  padding-top: 88px;
  padding-bottom: 118px;
  position: relative;
  background: #fff;
 }

 .gallery-card{ 
  position: relative;
  min-height: 306px;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
  height: 100%;
 }

 .gallery-card::before{ 
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 39, 86, 0.7);
  transition: 0.5s ease-in-out;
 }

 .gallery-card:hover::before{ 
  top: 0;
 }

 .gallery-card > a{ 
  display: inline-block;
  width: 100%;
  height: 100%;
 }

 .gallery-card > a img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }

 .gallery-card:hover .zoom-btn{ 
  opacity: 1;
  visibility: visible;
 }

 .gallery-card .zoom-btn{ 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .gallery-card .zoom-btn > img{ 
  width: 72px;
  height: 72px;
  object-fit: inherit;
 }

 .gallery-cont-sec .gallery-cont-col{ 
  margin-bottom: 36px;
 }

 .gallery-cont-sec .gallery-cont-row{ 
  margin-bottom: 12px;
 }

 .gallery-cont-sec .button-sec{ display: flex; align-items: center; justify-content: center; }

 .gallery-cont-sec .button-sec a:not(:last-child){ 
  margin-right: 10px;
 }

 .gallery-cont-sec .button-sec a{ 
  font-size: 15px;
 }

 .gallery-cont-sec .button-sec a.cmn_btn{ 
  padding: 14px 38px;
 }

 .outline-btn{ 
  font-size: 15px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 13px 38px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
 }

 .outline-btn:hover{ 
  background: #000;
  color: #fff;
 }

 .gallery-cont-sec .gallery-cont-col:nth-child(n+4) {
  display: none;
}

.newsletter-sec .newsletter-cont-wrap{ 
  max-width: 931px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-sec .newsletter-cont-wrap h1{ 
  margin-bottom: 42px;
}

.newsletter-cont {
  background: #fff;
  padding-top: 87px;
  padding-bottom: 100px;
  position: relative;
}

.newsletter-cont .newsletter-cont-wrap{ 
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(161, 150, 150, 0.25);
  border-radius: 15px;
  overflow: hidden;
}

.newsletter-cont-wrap .newsletter-image{ 
  width: 50%;
}

.newsletter-image img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newsletter-cont-wrap .newsletter-cont{ 
  width: 50%;
  padding: 57px 72px;
  text-align: center;
}

.newsletter-cont-wrap .newsletter-cont h2{ 
  font-size: 48px;
  margin-bottom: 46px;
}

.newsletter-cont-wrap .newsletter-cont p{ 
  font-size: 16px;
  margin-bottom: 33px;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]{ 
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  color: #424242;
  font-size: 15px;
  height: 55px;
  padding: 0 23px;
  margin-bottom: 36px;
}


.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #424242;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]:-ms-input-placeholder {
  opacity: 1;
  color: #424242;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #424242;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #424242;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="submit"]{ 
  background: linear-gradient(85.24deg, #AC3992 0%, #CB4D96 100%);
  color: #fff;
  font-weight: 600;
  border: 0;
  outline: none !important;
  box-shadow: none;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="submit"]:hover{ 
  background: linear-gradient(81.24deg, #4E4094 0%, #7966D1 71.37%);
  color: #fff;
}



  @media(max-width:1199px){ 
    .min-footer ul li span, .min-footer ul li a{ 
      font-size: 18px;
    }

    .serving-card{ 
      padding: 30px 25px;
      min-height: 434px;
    }


    .serving-card .card-image img{ 
      height: 45px;
    }

    .serving-card .card-image {
      margin-bottom: 20px;
  }

  .serving-card .card-cont h2{ 
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ministries-blogs .ministries-blog-row{ 
    margin: 0 -12px;
    margin-bottom: -30px;
  }
  
  .ministries-blogs .ministries-blog-col{ 
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .ministries-blog-card .card-content {
    padding: 25px;
}

.ministries-blog-card .card-content h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 8px;
}

.ministries-blog-card .card-content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.ministries-blog-card .card-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ministries-blog-card .cont-wrap {
  min-height: 169px;
}

.newsletter-cont-wrap .newsletter-cont{ 
  padding: 46px 30px;
}

.newsletter-cont-wrap .newsletter-cont h2{ 
  margin-bottom: 20px;
}

.newsletter-cont-wrap .newsletter-cont p{ 
  margin-bottom: 20px;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]{ 
  margin-bottom: 20px;
}


}

  @media(max-width:991px){ 
    .wop_lp_ban_inner::after{ 
      width: 400px;
      height: 400px;
      bottom: -50%;
      left: -82px;
    }

    .ban-cont-wrap{ 
      padding-top: 30px;
    }

    .lp_ev_keys{ 
      padding-top: 45px;
      padding-bottom: 45px;
    }

    .lp_ev_keys h2{ 
      margin: 0 auto 35px;
    }

    .lp_key_item{ 
      width: 25%;
    }

    .upc_event_lp{ 
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .upc_event_lp h2{ 
      margin-bottom: 35px;
    }

    .upc_event_lp .upc_ev_col {
      margin-bottom: 30px;
    }

    .upc_event_lp .upc_ev_rw{ 
      margin-bottom: -30px;
    }

    /* .footer-ban{ 
      margin-top: -210px;
    } */

    .nwsltr_signup_sec{ 
      padding-bottom: 0;
      padding-top: 0;
    }

    .footer-ban-cont .main-line{ 
      font-size: 20px;
      margin-bottom: 15px;
    }

    .footer-ban-cont .proverbs{
      margin-bottom: 20px;
    }

    .min-footer .contact-col{ 
      width: 44%;
    }

    .min-footer .form-col{ 
      width: 56%;
    }

    .footer-sec .min-footer h2{
      margin-bottom: 45px;
    }

    h2{ 
      font-size: 35px;
    }

    .footer-sec .min-footer {
      padding-top: 45px;
  }

  .form-sec .form-row .form-input,
  .form-sec .gform_wrapper.gravity-theme .gfield{ 
    width: 100%;
  }

  .form-sec .form-input:last-child{ 
    margin-bottom: 19px;
  }
  
  .main-footer-wrapper{ 
    padding-top: 60px;
    padding-bottom: 45px
  }

  .extra-padding{ 
    padding-top: 79px;
  }

  .main-footer-wrapper .min-footer h2{ 
    margin-bottom: 50px;
  }

  .wop-ban h1{ 
    font-size: 35px;
  }

  .serving-sec h1 {
    margin-bottom: 35px;
}

.serving-sec,
.leaders-sec,
.newsletter-cont {
  padding-top: 45px;
  padding-bottom: 60px;
}

.serving-sec .serving-row{ 
  margin-bottom: -30px;
}

.serving-sec .serving-col{ 
  margin-bottom: 30px;
}

.serving-card {
  padding: 20px 15px;
  min-height: 360px;
}

.leaders-sec h2{ 
  margin-bottom: 35px;
}

.card-item-wrap .leaders-card-back span {
  margin-bottom: 10px;
}

.wop-ban h1{ 
  margin-bottom: 25px;
}

.wop-ban h1:last-child{ margin-bottom: 0; }

.wop-ban,
.ministries-blogs{ 
  padding: 45px 0;
}

.ministries-blog-card .card-content {
  padding: 15px;
}

.ministries-blog-card .card-content h2{ 
  font-size: 20px;
}

.ministries-blog-card .card-content p{ 
  margin-bottom: 10px;
}

.ministries-blog-card .card-content h3{ 
  font-size: 16px;
}

.cmn_btn.vlt{ 
  padding: 12px 25px;
}

.ministries-blog-card .cont-wrap {
  min-height: 195px;
}

.gallery-cont-sec{ 
  padding-top: 45px;
  padding-bottom: 60px;
}

.newsletter-cont-wrap .newsletter-cont{ 
  padding: 30px;
}

.newsletter-cont-wrap .newsletter-image {
  width: 100%;
}

.newsletter-cont-wrap .newsletter-cont{ 
  width: 100%;
}

.newsletter-cont-wrap .newsletter-cont h2{ 
  font-size: 35px;
    margin-bottom: 15px;
}

.newsletter-sec .newsletter-cont-wrap h1 {
  margin-bottom: 25px;
}

}

  @media(max-width:767px){ 
    .wop-stiky-menu-mobile {
      display: block;
    }
    .ban-cont-wrap .sub_head{ 
      font-size: 12px;
      margin-bottom: 10px;
    }

    .ban-cont-wrap h1{ 
      font-size: 30px;
      margin-bottom: 15px;
    }

    .ban-cont-wrap{ 
      padding-left: 12px;
      padding-right: 12px;
      max-width: 100%;
    }

    .ban-cont-wrap p{ 
      margin-bottom: 15px;
    }

    .ban-cont-wrap .btn_cont a{ 
      font-size: 14px;
    }

    .ban-cont-wrap .btn_cont a:not(:last-child) {
      margin-right: 10px;
  }

  .ban-cont-wrap .btn_cont a{ 
    max-width: 135px;
  }

  .cmn_btn{ 
    padding: 12px 15px;
  }

  .wop_lp_ban_inner::after{ 
    width: 300px;
    height: 300px;
    bottom: -59%;
    left: -103px;
  }

  h2 {
    font-size: 25px;
}

.lp_ev_keys h2 {
  margin: 0 auto 25px;
}

.lp_key_item {
  width: 50%;
  margin-bottom: 20px;
}

.lp_key_item .lp_key_icon{ 
  width: 100px;
  height: 100px
}

.lp_key_item .lp_key_icon img{ 
  height: 35px;
}

.lp_ev_keys .lp_key_wrap{
  margin-bottom: -20px;
}

.lp_ev_keys{ 
  padding-top: 45px;
  padding-bottom: 45px;
}

.cmn_btn{ 
  font-size: 14px;
}

.upc_ev_box .upc_ev_txt {
  padding: 18px;
}

.upc_ev_box .upc_ev_txt .text{ 
  font-size: 15px;
  line-height: 1;
}

.upc_ev_box .upc_ev_txt h3{ 
  font-size: 18px;
  margin-bottom: 10px;
}

.upc_event_lp {
  padding-top: 45px;
  padding-bottom: 45px;
}

.nwsltr_signup_sec h2{ 
  margin-bottom: 15px;
}

.nwsltr_signup_sec p{ 
  margin-bottom: 15px;
}

.footer-ban-cont{ 
  padding: 30px 15px;
}

.footer-ban-cont .main-line{ 
  font-size: 16px;
}

.min-footer .contact-col{ 
  width: 100%;
  margin-bottom: 30px;
}

.min-footer .form-col{ 
  width: 100%;
}

.lp_key_item h3{ 
  font-size: 18px;
}

.footer-sec .min-footer h2 {
  margin-bottom: 30px;
}

.min-footer ul li figure{ 
  width: 45px;
  height: 45px;
}

.min-footer ul li{ 
  min-height: 45px;
  padding-left: 55px;
}

.min-footer ul li span, .min-footer ul li a {
  font-size: 16px;
}

.main-footer-wrapper{ 
  padding-top: 45px;
}

.main-footer-wrapper .min-footer h2 {
  margin-bottom: 30px;
}

.wop-ban h1 {
  font-size: 25px;
}

.serving-card{ 
  min-height: inherit;
}

.serving-sec, .leaders-sec,
.newsletter-cont{ 
  padding-bottom: 45px;
}

.serving-sec h1 {
  margin-bottom: 30px;
}

.leaders-sec h2 {
  margin-bottom: 30px;
}

.leaders-card .card-cont h3,
.card-item-wrap .leaders-card-back h3{ 
  font-size: 18px;
  margin-bottom: 10px;
}

.leaders-card .card-image{ 
  width: 115px;
  height: 115px;
  margin: 0 auto 25px;
}

.card-item-wrap{ 
  height: 250px;
}

.leaders-card{ 
  padding: 30px;
}

.leaders-card .card-cont span{ 
  font-size: 14px;
}

.wop-ban h1 {
  margin-bottom: 16px;
}

.ministries-blog-card .cont-wrap{ 
  min-height: inherit;
}

.gallery-cont-sec{ 
  padding-bottom: 45px;
}

.gallery-card{ 
  min-height: inherit;
}

.gallery-cont-sec .button-sec a {
  font-size: 13px;
}

.outline-btn{ 
  padding: 13px 25px;
}

.newsletter-sec .newsletter-cont-wrap h1 {
  margin-bottom: 15px;
}


.newsletter-cont-wrap .newsletter-cont h2{ 
 font-size: 30px;
}

.newsletter-cont-wrap .newsletter-cont {
  padding: 20px;
}

.newsletter-cont-wrap .newsletter-cont .form-input input[type="email"]{ 
  height: 48px;
  padding: 0 15px;
}

input[type="submit"]{ 
  padding-left: 25px;
  padding-right: 25px;
  height: 43px;
  font-size: 14px;
}

.cmn_btn.vlt{ 
  font-size: 14px;
  padding: 14px 20px;
}

.form-sec .gform_wrapper.gravity-theme .gform_footer{ 
  justify-content: center;
}
/*support paulomi 5/10/2023*/
.wop-stiky-menu-mobile{
  background-color: #ffffff;
  -webkit-box-shadow: 4px 17px 30px #818181;
          box-shadow: 4px 17px 30px #818181;
  padding: 5px;
  width: 54px;
  height: 54px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.women-of-purpose-wrapper{
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 98;
}
.wop-stiky-menu{
position: absolute;
top:auto;
left: 0;
-webkit-transform: inherit;
    -ms-transform: inherit;
        transform: inherit;
min-width: 150px;
}
/*support paulomi 5/10/2023*/
}

@media(max-width:479px){ 
  .ban-cont-wrap {
    padding-top: 15px;
}

.ban-cont-wrap p{ 
  font-size: 14px;
}

.ban-cont-wrap .btn_cont{ 
  flex-wrap: wrap;
}

.ban-cont-wrap .btn_cont a{ 
  max-width: 100%;
  width: 100%;
}

.ban-cont-wrap .btn_cont a:not(:last-child){ 
  margin-right: 0;
  margin-bottom: 10px;
}

.ban-cont-wrap h1{ 
  font-size: 25px;
}

.ban-cont-wrap{
  margin-bottom: 15px;
}

.wop_lp_ban_inner::after{ 
  width: 250px;
  height: 250px;
  bottom: -52%;
}

h2 {
  font-size: 20px;
}

.lp_key_item{ 
  width: 100%;
}

.upc_event_lp h2 {
  margin-bottom: 20px;
}

.nwsltr_signup_sec form{ 
  flex-wrap: wrap;
}

.nwsltr_signup_sec form input[type="email"]{ 
  -webkit-column-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.nwsltr_signup_sec form input[type="submit"]{ 
  width: 100%;
}

.min-footer ul li{ 
  margin-bottom: 16px;
}

.form-sec input[type="text"], .form-sec input[type="email"]{ 
  padding: 0 15px !important;
  height: 45px !important;
}

.form-sec textarea{ 
  height: 110px !important;
  padding: 10px 15px !important;
}

.wop-ban h1 {
  font-size: 23px;
}

.newsletter-cont-wrap .newsletter-cont {
  padding: 15px;
}

.newsletter-cont-wrap .newsletter-cont p {
  margin-bottom: 12px;
}

.newsletter-cont-wrap .newsletter-cont h2{ 
  font-size: 25px;
 }

 .newsletter-cont-wrap .newsletter-cont .form-input input[type="submit"]{ 
  width: 100%;
  text-align: center;
 }

}