/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.cjm-apply-btn {
    display: none !important;
}
div#card-panel {
    padding: 10px;
    margin: unset !important;
}
.p-HeightObserverProvider-container label {
    color: #fff !important;
    font-weight: bold;
}
.p-HeightObserverProvider-container {
    --p-heightObserverMargin: unset !important;
    padding: 15px;
    border: 8px !important;
    background: #ff944d;
}
.pricing-card1:hover h3 {
    color: #fff !important;
}
.pricing-card2:hover h3 {
    color: #fff !important;
}
.pricing-card3:hover h3 {
    color: #fff !important;
}

/* header css */
header#top {
    background: #fff !important;
}
header#top nav ul li a {
    color: #000;
}
li#menu-item-20 a {
    background: #FD8E3E;
    padding: 20px 80px 20px 30px !important;
    color: #fff !important;
    border-radius: 10px;
    transition:all 0.5s !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 10px;
    background-image: url('https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png');
    width: 100%;
    background-repeat: no-repeat;
    left: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition:all 0.5s !important;
}
li#menu-item-20 a:hover:before {
    left: 10px !important;
    transition:all 0.5s !important;
}
li#menu-item-20 a:hover {
    padding: 20px 20px 20px 80px !important;
    background: #5BB690;
    transition:all 0.5s !important;
}
li#menu-item-20 a:hover span {
    color: #fff;
    transition:all 0.5s !important;
}
li#menu-item-19 a {
    max-width: 240px !important;
    color:#243C4B !important;
    transition:all 0.5s !important;
    padding: 20px 30px 20px 30px !important;
   
}

li#menu-item-19 a {
    max-width: 240px !important;
    color:#243C4B !important;
    transition:all 0.5s !important;
    padding: 20px 30px 20px 30px !important;
    margin-left: -300px !important;
}
li#menu-item-19 a:before {
     position: absolute;
     content: '';
     bottom: 0;
     top: 16px;
     background-image: url('https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png');
     width: 100%;
     background-repeat: no-repeat;
     left: -50px !important;
     transition:all 0.5s !important;
}
/* banner css */
.form-cont {
    background: #ffffff6b;
    padding: 30px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
.form-cont input {
    background: #fff;
}
.txt-frm {
    background: #0162CE;
    margin: unset !important;
    border-radius: 23px 23px 0px 0px;
    padding: 20px 0 !important;
}
#main-banner .end-frn {
    display: flex;
    gap: 0px;
    margin: 0px;
    padding: 20px 0;
}
#main-banner .end-frn li {
    list-style: none;
}
#main-banner .txt-frn {
    display: flex;
    gap: 10px;
    margin: 0;
    position: absolute;
    right: 60px;
    bottom: 5em;
}
#main-banner .txt-frn li {
    list-style: none;
}
#main-banner .end-frn img {
    border-radius: 50px;
}
#main-banner .txt-frn i {
    color: #FFC500;
}
#main-banner .revire-txt {
    position: absolute;
    right: 60px;
    bottom: 56px;
}
#main-banner .wpcf7-form-control.wpcf7-submit.btn-book,
#main-banner body[data-button-style*="slightly_rounded"] input[type=submit] {
    width: 100%;
    background: #0162CE;
}
#main-banner .wpcf7-form-control.wpcf7-submit.btn-book:hover,
#main-banner body[data-button-style*="slightly_rounded"] input[type=submit] {
    transform: unset !important;
    box-shadow: unset !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
}
#main-banner .form-cont label {
    color: #fff;
}
#main-banner .wpcf7-form p span {
    color: #fff;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
}
div#main-banner h1 {
    color: #fff;
    max-width: 950px;
}
div#main-banner p {
    color: #fff;
    max-width: 840px;
}
div#inner-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#donate-btn {}


#donate-btn {
    background: #Fff !important;
    padding: 20px 80px 20px 30px !important;
    color: #5BB690 !important;
    border-radius: 10px;
    transition:all 0.5s !important;
    font-size:20px;
    line-height:28px;
}
#donate-btn:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 10px;
    background-image: url('https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/green.png');
    width: 22%;
    background-repeat: no-repeat;
    left: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition:all 0.5s !important;
}
#donate-btn:hover:before {
    left: 20px !important;
    transition:all 0.5s !important;
}
#donate-btn:hover {
    padding: 20px 20px 20px 80px !important;
    background: #5BB690;
    transition:all 0.5s !important;
    transform:unset !important;
}
#donate-btn:hover span {
    color: #000;
    transition:all 0.5s !important;
}
div#main-banner .nectar-carousel {
    margin: unset !important;
}
/* counter sec */
div#counter-sec {
    padding: 60px 0 !important;
}
div#counter-sec .row-bg {
    background: #FFF3F3;
}
div#counter-sec .nectar-milestone {
    color: #000;
    font-weight: bold !important;
    font-family: 'Poppins' !important;
}
/* why need css */
div#why-you {
    padding: 50px 0 0px !important;
}
div#why-you h4 {
    color: #FD8E3E;
    font-weight: 400 !important;
}
div#why-you h2 {
    color: #000;
}
div#why-you p {
    color: #243C4B;
}
div#left-sec {
    padding-bottom: 50px !important;
	 padding-top: 50px !important;
}
div#left-sec h4, div#left-sec h5, div#left-sec p {
    color: #000;
}
.pink .row-bg {
    background: #F76AA2;
}

.pink h4, .pink h5, .pink p {
    color: #fff !important;
}
.purple .row-bg {
    background: #8C97C7;
}
.purple h4, .purple h5, .purple p {
    color: #fff !important;
}
/* about css */
div#about-sec .small {
    position: absolute !important;
    bottom: -150px;
    left: -130px;
}
div#about-sec {
    padding: 100px 100px !important;
}
div#about-sec .left-col .vc_column-inner {
    padding-left: 200px;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 36% !important;
    position: relative;
    height: 120px;
    border-radius: 20px;
    margin-left: 150px;
    margin-top: -20px;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .symbol {
    font-size: 30px;
    line-height: 38px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .number {
    font-size: 50px !important;
    line-height: 58px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .subject {
    font-size: 25px !important;
    line-height: 33px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -40px;
    right: 0;
}
div#about-sec h4 {
    color: #FD8E3E;
    font-weight: 400 !important;
}
div#about-sec h2 {
    color: #000;
}
div#about-sec p {
    color: #243C4B;
}
#blue-btn {
    background: #0162CE !important;
    font-size: 20px;
    line-height: 28px;
    padding: 15px 34px 15px 34px !important;
    transition: all 0.5s !important;
    transform: unset !important;
}
#blue-btn i {
    background: #fff !important;
    color: #0162CE;
    transform: rotate(-45deg);
    top: 16px;
    transition: all 0.5s !important;
}
#blue-btn:hover i {
      transform: unset !important;
    transition: all 0.5s !important;
    background:#0162CE !important;
    color:#fff !important;
}
#blue-btn:hover {
    transition: all 1.0s !important;
    background:#b4b4b4 !important;
    color:#000 !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #f7be68;
    display: block;
    position: relative;
    top: 1px;
    width: 30%;
}
/* services end */
div#bok-service {
    padding: 100px 0px 100px 0px !important;
}
.mpwpb_static_area {
    width: unset !important;
    background: unset !important;
    z-index: unset !important;
}
.mpwpb_registration_short_code.mpwpb-static-template .sidebar .mpwpb_static_area {
    width: unset !important;
    position: unset !important;
    left: unset !important;
    bottom: unset !important;
}
.mpwpb_registration_short_code.mpwpb-static-template .sidebar {
    width: unset !important;
}
    div.mpwpb_popup {
        display: none;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: -200px !important;
        bottom: -100px !important;
        z-index: 9999 !important;
        overflow: hidden !important;
        background: #000C !important;
        border-radius:30px !important;
    }
.mpwpb-static-template .sidebar .mpwpb_popup {
    background-color: #ffffffa3 !important;
    backdrop-filter: blur(10px) !important; 
    border-radius:30px !important;
}
/* plan css */
/* .pms-account-section-wrapper input {
    background: #00000008;
    padding: 20px;
    border-radius: 7px;
}

.pms-account-section-wrapper label {
    color: #000;
}
.pms-account-section-wrapper {
    width: 50% !important;
}
li.pms-field.pms-field-subscriptions {
    position: absolute !important;
    right: -30px !important;
    width: 50% !important;
    bottom: 30px !important;
} */
div#sb-inner h2 {
    text-align: center !important;
    color: #000 !important;
}
/* .pms-subscription-plan-description {
    font-size: 85%;
    font-style: unset !important;
    margin-left: 24px;
    color: #000;
}
li.pms-field.pms-field-subscriptions span {
    color: #ff944d !important;
}
 */
.pms-subscription-plan {
    margin-bottom: unset !important;
}
.pms-subscription-plan:hover {
    background: #179879 !important;
    color: #fff !important;
}

.pms-subscription-plan:hover span {
    color: #fff !important;
}
form#pms_new_subscription-form input[type="submit"] {
    background: #fd8e3e;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 20px 70px !important;
}
#price-content .pricing-two .pms-subscription-plan-279, #price-content .pricing-two .pms-subscription-plan-261 {
    display: none;
}

#price-content .pricing-one .pms-subscription-plan-278, #price-content .pricing-one .pms-subscription-plan-261 {
    display: none;
}

#price-content .pricing-three .pms-subscription-plan-278, #price-content .pricing-three .pms-subscription-plan-279 {
    display: none;
}
/* about css */
div#about-sec .play_button_with_text {
    position: absolute;
    bottom: 120px;
    left: 260px;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 320px !important;
    left: 320px !important;
}
/* team sec css */
div#meet-team {
    padding: 50px 100px !important;
}
div#team-cont {
    padding: 70px 0 !important;
}
div#team-cont p {
    color: #24130D;
}
div#meat-inner h2 {
    color: #000;
}
div#meat-inner h4 {
    color:#FD8E3E;
    font-weight:400 !important;
}
div#meat-inner p {
    color: #243C4B;
    max-width: 1190px;
}
div#team-cont h4 {
    color: #000;
}
/* slider sec */
.slder-sec h2, .slder-sec h4, .slder-sec p {
    color: #fff;
}
.slder-sec p {
    max-width: 1239px;
}
#meet-team .owl-next {
    color: #243C4B !important;
    font-size: 54px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    height: 70px !important;
    width: 70px !important;
    border: unset !important;
    justify-content: center !important;
    align-items: center !important;
}
#meet-team .owl-prev{
	 color: #243C4B !important;
    font-size: 54px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    height: 70px !important;
    width: 70px !important;
    border: unset !important;
    justify-content: center !important;
    align-items: center !important;
}
.slder-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 30px;
    top: -120px;
}
/* testimonial slides */
#testimonial-row .carousel-item {
    background: #fff;
    position: relative;
    margin: 0 70px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 20px;
    border-radius: 20px;
}
#testimonial-row .carousel-item .hover-wrap {
    margin-bottom: unset;
}
#testimonial-row  h3 {
    color: #000;
}
#testimonial-row .owl-stage-outer {
    overflow: visible !important;
}
#testimonial-row {
    overflow: hidden;
    padding: 100px 0 !important;
    position: relative;
    z-index: -1;
    margin-top: -160px;
}
#testimonial-row .owl-item.active .carousel-item {
    transform: scale(1.2);
}
#testimonial-row .carousel-item .img-with-aniamtion-wrap img {
    width: 100% !important;
}
#testimonial-row .owl-item.active .carousel-item {
    transform: scale(1.37);
    filter: blur(0px);
    z-index: 1;
    border-radius: 20px;
}
.owl-dots .owl-dot span {
    background: #fff !important;   
    width: 10px !important;
    height: 10px !important;
    display: block !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    opacity: 0.6 !important;      
}
.owl-dots .owl-dot.active span {
    background: #fff !important;
    opacity: 1 !important;
    
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 267px;
    top: 387px;
}
#testimonial-row .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: 110%;
    width: 300%;
    left: 37%;
    margin: 0 auto;
    gap: 50px;
}
.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 33px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px !important;
    height: 50px;
    width: 50px;
    background-image: unset !important;
    border: unset;
    background: unset !important;
}
.monial-cont img {
    width: 50px !important;
    margin-top: 30px;
}
.fst-cont {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 80px;
    left: 92px;
}
#testimonial-row  h2 {
    color: #fff !important;
}
.owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #000 !important;
    text-decoration: none;
}
#testimonial-row p {
    font-size: 14px;
    line-height: 22px;
}
div#meet-team.slder-sec {
    padding-bottom: 220px !important;
}
#testimonial-row .owl-stage {
    margin-top: 140px;
}
/* about css */
div#meet-team.abt-section {
    padding-bottom: 100px !important;
}
div#meet-team.abt-section .img-above {
    position: absolute;
    bottom: 30px;
    max-width: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#inner-pages h1 {
    color: #fff;
}
/* ft css */
div#main-ft a {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 16px;
    line-height: 24px;
}
div#main-ft ul li {
    list-style: none;
    padding: 7px 0;
}
div#main-ft ul {
    margin: 0;
    position: relative;
}
.phone:before {
    position: absolute;
    content: '\f2a0';
    left: -30px;
    font-family: 'FontAwesome';
    color: #fff;
}

.contact-info {
    margin-left: 26px !important;
}
.address:before {
    position: absolute;
    content: '\f3c5';
    left: -30px;
    font-family: 'FontAwesome';
    color: #fff;
}
.email:before {
    position: absolute;
    content: '\f0e0';
    left: -30px;
    font-family: 'FontAwesome';
    color: #fff;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#copyright {
    display: none;
}
div#main-ft h4 {
    color: #fff;
    font-weight: 400 !important;
}
div#ft-copy {
    border-top: 1px solid #D9D9D6;
    padding-top: 30px;
}
div#ft-copy p {
    color: #fff;
    text-align: center;
}
.social-links {
    display: flex;
    gap: 20px;
}
.social-links i {
    background: #fff;
    height: 40px;
    width: 40px;
    color: #243C4B;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.5s !important;
}
.social-links i:hover {
    background: #FD8E3E !important;
    color: #fff;
    transition: all 0.5s !important;
}
div#main-ft label {
    display: none;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -108px;
    top: 62px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
div#main-ft input#tnp-1 {
    background: #fff;
    border-radius: 10px 0px 0px 10px !important;
}

div#main-ft input#tnp-1::placeholder {
    color: #555555 !important;
}
/* price sec */
.pricing-card3 {
  background: #EAEEFF !important;
  border-radius: 10px !important;
  padding: 30px !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
  transition:all 0.5s !important;
}
.pricing-card3 h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.pricing-card3 .price {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.pricing-card3 .month {
  color: #f59e0b !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card3 .age {
  color: #2563eb !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card3 ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
  color: #555 !important;
}
.pricing-card3 .btn {
  display: block !important;
  text-align: center !important;
  background: #1d4ed8 !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition:all 0.5s !important;
}
.pricing-card2:hover {
  background: #1d4ed8 !important;
  border-radius: 10px !important;
  padding: 30px !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
  transition:all 0.5s !important;
}

.pricing-card1:hover{
  background: #1d4ed8 !important;
  border-radius: 10px !important;
  padding: 30px !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
  transition:all 0.5s !important;
}

.pricing-card2 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: 652px !important;
}
.pricing-card2 h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 40px !important;
}
.pricing-card2 .price {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.pricing-card2 .month {
  color: #f59e0b !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card2 .age {
  color: #fda4af !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card2 ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
  color: #000 !important;
}
.pricing-card2 .btn {
  display: block !important;
  text-align: center !important;
  background: #1d4ed8 !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.pricing-card1 {
  background: #EAEEFF !important;
  border-radius: 10px !important;
  padding: 30px !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
  transition:all 0.5s !important;
}
.pricing-card1 h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.pricing-card1 .price {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.pricing-card1 .month {
  color: #f59e0b !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card1 .age {
  color: #2563eb !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.pricing-card1 ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
  color: #555 !important;
  font-size: 16px;
  line-height: 24px;
}
.pricing-card1 .btn {
  display: block !important;
  text-align: center !important;
  background: #1d4ed8 !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

div#price-content h4 {
    font-size: 16px;
    line-height: 24px;
}

div#price-sec li {
    font-size: 16px;
    line-height: 24px;
    color: #434343;
}

div#price-sec p {
    color: #434343;
}

div#price-sec {
    padding: 70px 0 !important;
}


.pricing-card2:hover h4 {
    color: #fff !important;
}

.pricing-card2:hover li {
    color: #fff !important;
}

.pricing-card2:hover p {
    color: #fff !important;
}

.pricing-card2:hover h2 {
    color: #fff !important;
}

.pricing-card2:hover .btn {
    background: #fff !important;
    color: #000 !important;
    transition: all 0.5s !important;
}
.pricing-card1:hover h4 {
    color: #fff !important;
}

.pricing-card1:hover li {
    color: #fff !important;
}

.pricing-card1:hover p {
    color: #fff !important;
}
.pricing-card1:hover h2 {
    color: #fff !important;
}
.pricing-card1:hover .btn {
    background: #fff !important;
    color: #000 !important;
    transition: all 0.5s !important;
}



.pricing-card3:hover h4 {
    color: #fff !important;
}

.pricing-card3:hover li {
    color: #fff !important;
}

.pricing-card3:hover p {
    color: #fff !important;
}
.pricing-card3:hover h2 {
    color: #fff !important;
}
.pricing-card3:hover .btn {
    background: #fff !important;
    color: #000 !important;
    transition: all 0.5s !important;
}

.pricing-card3:hover{
  background: #1d4ed8 !important;
  border-radius: 10px !important;
  padding: 30px !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
  transition:all 0.5s !important;
}
#red-btn {
    padding: 12px 0px 12px 60px !important;
    color: #E65252;
    background: unset !important;
    font-size: 20px;
    line-height: 28px;
}
#red-btn i {
    left: 10px;
    font-size: 20px;
    line-height: 28px;
}
#red-btn:hover {
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#price-sec h4 {
    color: #FD8E3E;
}
div#price-sec h2 {
    color: #000;
}
.pricing-card1 h4 {
    color: #000 !important;
}
.pricing-card2 h4 {
    color: #000 !important;
}
.pricing-card3 h4 {
    color: #000 !important;
}
/* meet team css */
div#left-sec.side-pd {
    padding: 100px 100px !important;
}
div#left-sec.green .row-bg {
    background: #008E53;
}
div#left-sec.blue .row-bg {
    background: #0162CE;
}
div#left-sec.side-pd p {
    font-size: 14px !important;
    line-height: 22px !important;
}
/* gallery sec */
div#price-sec.img-gall {
    padding: 100px 90px !important;
}
div#image-gallery {
    padding: 0px 90px !important;
}
/* contact us  */
div#contact-us {
    padding: 20px 0 !important;
    margin: 50px 0 !important;
    border-radius: 20px;
}
div#contact-us h2, div#contact-us p {
    text-align: center;
    color: #10111A;
}
div#contact-us input.wpcf7-form-control {
    padding: 26px;
    background: #EEF3F9;
}
div#contact-us textarea {
    background: #EEF3F9;
    resize:none;
}
#contact-us {
    background: #fff;
    padding: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#cont-inner {
    padding: 40px;
}
div#contact-us .btn-sub p {
    text-align: right !important;
}
div#contact-us .btn-sub .wpcf7-spinner {
    display: none !important;
}
div#contact-us .orng-btn {
    background: #FD8E3E !important;
}
div#contact-us .orng-btn:hover {
   transform:unset !important;
    box-shadow:unset !important;
}
/* job page css */
.cjm-sidebar {
    width: 300px;
    background: #EBF5F4;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 16px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
form#cjm-filter-form input, form#cjm-filter-form select {
    background: #fff;
    border: unset !important;
    padding: 14px;
    margin-bottom: 20px;
}
.cjm-job-title a {
    color: #000;
    font-size: 30px;
    line-height: 38px;
}

div#job-til h4 {
    color: #FD8E3E;
}

div#job-til h2 {
    color: #000;
}

aside.cjm-sidebar label {
    color: #000 !important;
}
.cjm-single-wrap {
    max-width: 1000px;
    margin: 0px auto;
    display: unset;
    gap: 24px;
    padding: 0 20px;
}
.cjm-apply-btn:hover {
    color: #fff !important;
    background: #66c2a9 !important;
}
.cjm-overview li {
    list-style: none !important;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
}
.cjm-overview {
    margin: 0;
}
.cjm-overview li storng {
    font-size: 30px !important;
    line-height: 38px !important;
}
.cjm-single-wrap h1, .cjm-single-wrap h2 {
    color: #000;
}
.cjm-single-wrap h2 {
    font-size: 30px;
    line-height: 38px;
}
.cjm-single-wrap img {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.cjm-card-right .cjm-btn {
    color: #ff944d;
    border-radius: 6px;
    text-decoration: none;
    background: unset !important;
    font-size: 20px;
    line-height: 30px;
    max-width: unset !important;
}
/* form job css */
.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.apply-form input[type="submit"] {
  background-color: #ff7a00;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.apply-form input[type="submit"]:hover {
  background-color: #e86a00;
}

/* login/regiter CSS start */

.woocommerce-account .woocommerce>#customer_login .visible form {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 40px;
    border-radius: 20px !important;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    color: #000;
    opacity: 1;
}

.woocommerce form .form-row label {
    color: #43b7c5;
}

/* login/regiter CSS end */

.woocommerce-cart td.wc-block-cart-item__image img {
    display: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
}

.wc-block-components-formatted-money-amount {
    color: #43b7c5;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
}

th.wc-block-cart-items__header-image, .wc-block-cart__main .wc-block-cart-items th:last-child, .wc-block-cart .wc-block-cart__totals-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background: #43b7c5;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, span.wc-block-components-totals-item__label, .wc-block-components-totals-coupon .wc-block-components-panel__button {
    color: #000;
}

.woocommerce-checkout .wps_recurring_bifurcation_wrapper {
    color: #000;
}

/* login/register CSS end */







@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
div#inner-slide {
    padding-left: 70px;
    padding-right: 70px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 62px !important;
    line-height: 70px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 16px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 30%;
    background-repeat: no-repeat;
    left: -50px !important;
    transition: all 0.5s !important;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 10px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 140px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
    li#menu-item-19 a {
        max-width: 226px !important;
        color: #243C4B !important;
        transition: all 0.5s !important;
        padding: 20px 70px 20px 20px !important;
        margin-left: 10px !important;
        margin-right: -40px;
    }
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
}
.form-cont {
    background: #ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 76% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 40px;
    margin-top: -10px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -250px;
    left: -190px;
    width: 100% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 220px !important;
    left: 171px !important;
}
    div#about-sec .play_button_with_text {
        position: absolute;
        bottom: 70px;
        left: 180px;
    }
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#meet-team img {
    padding-right: 20px;
}
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 900px;
}
#testimonial-row p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 198px;
    top: 439px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -58px;
    top: 62px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
div#meet-team.abt-section .img-above h4 {
    font-size: 16px;
    line-height: 24px;
}
div#meet-team.abt-section .img-above {
    position: absolute;
    bottom: 30px;
    width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
div#inner-slide {
    padding-left: 70px;
    padding-right: 70px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 62px !important;
    line-height: 70px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 70px;
    background-repeat: no-repeat;
    left: -54px !important;
    transition: all 0.5s !important;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 10px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 124px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
    li#menu-item-19 a {
        max-width: 221px !important;
        color: #243C4B !important;
        transition: all 0.5s !important;
        padding: 20px 80px 20px 20px !important;
        margin-left: 0px !important;
        margin-right: -60px;
    }
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
}
.form-cont {
    background: #ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 80% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 40px;
    margin-top: -20px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -233px;
    left: -190px;
    width: 100% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 200px !important;
    left: 160px !important;
}
    div#about-sec .play_button_with_text {
        position: absolute;
        bottom: 130px;
        left: 160px;
    }
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#meet-team img {
    padding-right: 20px;
}
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 750px;
}
#testimonial-row p {
    font-size: 10px !important;
    line-height: 18px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 178px;
    top: 439px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -58px;
    top: 62px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
li#menu-item-19 a:hover:before {
    left: 193px !important;
    transition: all 0.5s !important;
    top: -7px;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec {
    padding: 100px 40px !important;
}
div#meet-team.abt-section .img-above h4 {
    font-size: 16px;
    line-height: 24px;
}
div#meet-team.abt-section .img-above {
    position: absolute;
    bottom: 30px;
    width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#meet-team {
    padding: 50px 10px !important;
}
div#meet-team.abt-section .img-above p {
    max-width: 260px;
}
div#price-sec li {
    font-size: 14px;
    line-height: 22px;
    color: #434343;
}
.pricing-card1 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: 654px;
}

.pricing-card3 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: 654px !important;
}
div#left-sec.side-pd p {
    font-size: 12px !important;
    line-height: 20px !important;
}

div#left-sec.side-pd {
    padding: 100px 10px !important;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#inner-slide {
    padding-left: 20px;
    padding-right: 30px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 62px !important;
    line-height: 70px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 22px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 70px;
    background-repeat: no-repeat;
    left: -39px !important;
    transition: all 0.5s !important;
    background-size: 50%;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 10px !important;
    line-height: 18px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 5px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 114px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
li#menu-item-19 a {
    max-width: 78px !important;
    color: #243C4B !important;
    transition: all 0.5s !important;
    padding: 20px 13px 20px 0px !important;
    margin-left: -80px !important;
}
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
}
.form-cont {
    background: #ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 80% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: -30px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -193px;
    left: -170px;
    width: 100% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 160px !important;
    left: 120px !important;
}
    div#about-sec .play_button_with_text {
        position: absolute;
        bottom: 100px;
        left: 150px;
    }
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#meet-team img {
    padding-right: 10px !important;
}
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 750px;
}
#testimonial-row p {
    font-size: 10px !important;
    line-height: 18px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 152px;
    top: 439px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -58px;
    top: 62px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec .nectar-milestone .number {
    font-size: 40px !important;
    line-height: 48px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .subject {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Poppins' !important;
}
#testimonial-row .carousel-item {
    background: #fff;
    position: relative;
    margin: 0 38px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 20px;
    border-radius: 20px;
}
.social-links {
    display: flex;
    gap: 12px;
}
div#main-ft a {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 12px;
    line-height: 20px;
}
div#main-ft ul li {
    list-style: none;
    padding: 3px 0;
}
div#about-sec {
    padding: 40px 10px !important;
}
div#meet-team {
    padding: 40px 20px !important;
}
div#meet-team.abt-section .img-above h4 {
    font-size: 12px;
    line-height: 20px;
}
div#meet-team.abt-section .img-above {
    position: absolute;
    bottom: 30px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#meet-team {
    padding: 50px 10px !important;
}
div#meet-team.abt-section .img-above p {
    max-width: 200px;
}
.pricing-card1 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 15px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height:600px !important;
}
.pricing-card2 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 15px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height:600px !important;
}
.pricing-card3 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 15px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height:600px !important;
}
div#price-sec li {
    font-size: 12px;
    line-height: 20px;
    color: #434343;
}

.pricing-card1 ul {
    list-style: disc !important;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 16px;
    line-height: 24px;
}

.pricing-card2 ul {
    list-style: disc !important;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 16px;
    line-height: 24px;
}
.pricing-card3 ul {
    list-style: disc !important;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 16px;
    line-height: 24px;
}
div#left-sec.side-pd p {
    font-size: 12px !important;
    line-height: 20px !important;
}

div#left-sec.side-pd {
    padding: 40px 10px !important;
}
div#price-sec.img-gall {
    padding: 50px 50px !important;
}
div#image-gallery {
    padding: 0px 50px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
div#inner-slide {
    padding-left: 40px;
    padding-right: 60px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 52px !important;
    line-height: 60px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 2px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 70px;
    background-repeat: no-repeat;
    left: -75px !important;
    transition: all 0.5s !important;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 10px !important;
    line-height: 18px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 5px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 114px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
li#menu-item-19 a {
    max-width: 100px !important;
    color: #243C4B !important;
    transition: all 0.5s !important;
    padding: 20px 13px 20px 0px !important;
    margin-left: -120px !important;
}
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
    display: none !important;
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
    display: none !important;
}
.form-cont {
    ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 50% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 140px;
    margin-top: -30px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -193px;
    left: -170px;
    width: 80% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 230px !important;
    left: 260px !important;
}
div#about-sec .play_button_with_text {
    position: absolute;
    bottom: 60px;
    left: 230px;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#meet-team img {
    padding-right: 10px !important;
}
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 490px;
}
#testimonial-row p {
    font-size: 10px !important;
    line-height: 18px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 310px;
    top: 360px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -58px;
    top: 62px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec .nectar-milestone .number {
    font-size: 40px !important;
    line-height: 48px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .subject {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Poppins' !important;
}
#testimonial-row .carousel-item {
    background: #fff;
    position: relative;
    margin: 0 168px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 20px;
    border-radius: 20px;
}
.social-links {
    display: flex;
    gap: 12px;
}
div#main-ft a {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 12px;
    line-height: 20px;
}
div#main-ft ul li {
    list-style: none;
    padding: 3px 0;
}
div#about-sec {
    padding: 40px 10px !important;
    margin-bottom: 70px;
}
div#meet-team {
    padding: 40px 20px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }
.nectar-simple-slider.sizing-percentage.height-100vh {
                height: 135vh !important;
            }

div#slider-section .owl-dots {
    display: none !important;
}
#meet-team .owl-prev{
	 color: #243C4B !important;
	 font-size: 54px !important;
	 margin: 5px !important;
	 padding: 4px 7px !important;
	 background: #fff !important;
	 display: inline-flex !important;
	 cursor: pointer !important;
	 border-radius: 50px !important;
	 height: 50px !important;
	 width: 50px !important;
	 border: unset !important;
	 justify-content: center !important;
	 align-items: center !important;
}
#meet-team .owl-next {
    color: #243C4B !important;
    font-size: 54px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    border: unset !important;
    justify-content: center !important;
    align-items: center !important;
}

div#footer-widgets {
    display: none !important;
}
div#inner-pages {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.pricing-card2 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: unset !important;
}
div#left-sec.side-pd p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#left-sec.side-pd {
    padding: 40px 30px !important;
}
div#left-sec.side-pd img {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
div#price-sec.img-gall {
    padding: 50px 50px !important;
}
div#image-gallery {
    padding: 0px 50px !important;
}
div#contact-us input.wpcf7-form-control {
    padding: 10px;
    background: #EEF3F9;
}
div#cont-inner {
    padding: 20px;
}
.ct-form .row {
    padding: 0;
}
div#contact-us p {
    font-size: 22px !important;
    line-height: 30px !important;
}
.apply-form .row {
    padding: 0;
}
div#job-frm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
div#inner-slide {
    padding-left: 40px;
    padding-right: 60px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 52px !important;
    line-height: 60px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 2px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 70px;
    background-repeat: no-repeat;
    left: -75px !important;
    transition: all 0.5s !important;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 10px !important;
    line-height: 18px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 5px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 114px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
li#menu-item-19 a {
    max-width: 100px !important;
    color: #243C4B !important;
    transition: all 0.5s !important;
    padding: 20px 13px 20px 0px !important;
    margin-left: -120px !important;
}
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
    display: none !important;
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
    display: none !important;
}
.form-cont {
    ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 60% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 140px;
    margin-top: -30px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -193px;
    left: -100px;
    width: 80% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 200px !important;
    left: 180px !important;
}
div#about-sec .play_button_with_text {
    position: absolute;
    bottom: 10px;
    left: 130px;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
    div#meet-team img {
        padding-right: 10px !important;
        width: 100%;
        padding-bottom: 10px;
    }
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 490px;
}
#testimonial-row p {
    font-size: 10px !important;
    line-height: 18px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 220px;
    top: 400px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -14px;
    top: 59px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec .nectar-milestone .number {
    font-size: 40px !important;
    line-height: 48px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .subject {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Poppins' !important;
}
#testimonial-row .carousel-item {
    background: #fff;
    position: relative;
    margin: 0 98px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 20px;
    border-radius: 20px;
}
.social-links {
    display: flex;
    gap: 12px;
}
div#main-ft a {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 12px;
    line-height: 20px;
}
div#main-ft ul li {
    list-style: none;
    padding: 3px 0;
}
div#about-sec {
    padding: 40px 10px !important;
    margin-bottom: 70px;
}
div#meet-team {
    padding: 40px 20px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }
.nectar-simple-slider.sizing-percentage.height-100vh {
                height: 145vh !important;
            }

div#slider-section .owl-dots {
    display: none !important;
}
#meet-team .owl-prev{
	 color: #243C4B !important;
	 font-size: 54px !important;
	 margin: 5px !important;
	 padding: 4px 7px !important;
	 background: #fff !important;
	 display: inline-flex !important;
	 cursor: pointer !important;
	 border-radius: 50px !important;
	 height: 50px !important;
	 width: 50px !important;
	 border: unset !important;
	 justify-content: center !important;
	 align-items: center !important;
}
#meet-team .owl-next {
    color: #243C4B !important;
    font-size: 54px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    border: unset !important;
    justify-content: center !important;
    align-items: center !important;
}

div#footer-widgets {
    display: none !important;
}
div#about-sec .left-col .vc_column-inner {
    padding-left: 90px;
}
div#meet-team.slder-sec {
    padding-bottom: 80px !important;
}
.txt-frm {
    background: #0162CE;
    margin: unset !important;
    border-radius: 23px 23px 0px 0px;
    padding: 20px 0 !important;
    margin-top: 30px !important;
}
div#team-cont p {
    color: #24130D;
    font-size: 18px !important;
    min-height: 80px;
    line-height: 26px !important;
}
.slder-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 30px;
    top: -50px;
}
div#inner-pages {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.pricing-card2 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: unset !important;
}
div#left-sec.side-pd p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#left-sec.side-pd {
    padding: 40px 30px !important;
}
div#left-sec.side-pd img {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
div#price-sec.img-gall {
    padding: 50px 50px !important;
}
div#image-gallery {
    padding: 0px 50px !important;
}
	div#contact-us input.wpcf7-form-control {
    padding: 10px;
    background: #EEF3F9;
}
div#cont-inner {
    padding: 20px;
}
.ct-form .row {
    padding: 0;
}
div#contact-us p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.apply-form .row {
    padding: 0;
}
div#job-frm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.form-cont .row {
    padding-bottom: 7px;
}
div#main-banner .wpb_text_column {
    margin: 0 0 17px;
}
div#inner-slide {
    padding-left: 10px;
    padding-right: 10px;
}
div#main-banner p {
    color: #fff;
    max-width: 690px;
}

div#main-banner h1 {
    color: #fff;
    max-width: unset !important;
    font-size: 30px !important;
    line-height: 40px !important;
}
li#menu-item-19 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 2px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/join-icon.png);
    width: 70px;
    background-repeat: no-repeat;
    left: -75px !important;
    transition: all 0.5s !important;
}

header#top .container {
    padding: 0px 20px !important;
}

header#top nav ul li a {
    font-size: 10px !important;
    line-height: 18px !important;
}
li#menu-item-20 a:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 5px;
    background-image: url(https://demo-weblink.com/bright-path/wp-content/uploads/2025/10/donate.png);
    width: 100%;
    background-repeat: no-repeat;
    left: 114px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s !important;
}
li#menu-item-19 a {
    max-width: 100px !important;
    color: #243C4B !important;
    transition: all 0.5s !important;
    padding: 20px 13px 20px 0px !important;
    margin-left: -120px !important;
}
.nectar-simple-slider .flickity-prev-next-button.previous {
    left: max(-3.5%, 18px);
    display: none !important;
}
.nectar-simple-slider .flickity-prev-next-button.next {
    right: max(0.5%, 15px);
    display: none !important;
}
.form-cont {
    ffffff6b;
    padding: 12px;
    border-radius: 0px 0px 23px 23px;
    backdrop-filter: blur(4px);
}
#main-banner .txt-frn {
    display: flex;
    gap: 3px;
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 5em;
}
#main-banner .wpcf7-form p span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#main-banner .end-frn img {
    border-radius: 50px;
    width: 44px !important;
}
div#about-sec .nectar-milestone {
    background: #7AC67B;
    color: #fff;
    width: 70% !important;
    position: relative;
    height: 110px;
    border-radius: 20px;
    margin-left: 110px;
    margin-top: -30px;
    font-family: 'Poppins' !important;
    z-index: 99999999999999999;
}
div#about-sec .curvy {
    position: absolute !important;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    width: 60% !important;
}
div#about-sec .small {
    position: absolute !important;
    bottom: -193px;
    left: -40px;
    width: 70% !important;
}
#another-one .play_button_with_text {
    position: absolute !important;
    bottom: 200px !important;
    left: 180px !important;
}
div#about-sec .play_button_with_text {
    position: absolute;
    bottom: -30px;
    left: 60px;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
    div#meet-team img {
        padding-right: 10px !important;
        width: 100%;
        padding-bottom: 10px;
    }
div#team-cont h4 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}

.slder-sec p {
    max-width: 490px;
}
#testimonial-row p {
    font-size: 10px !important;
    line-height: 18px !important;
}
.fst-cont p {
    padding: unset !important;
    position: absolute;
    top: 74px;
    left: 90px;
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 132px;
    top: 402px;
}
div#main-ft .tnp-submit {
    position: absolute;
    right: -14px;
    top: 59px;
    width: 110px;
    padding: 12px !important;
    background: #F76AA2;
    border: unset !important;
    border-radius: 0px 10px 10px 0px !important;
}
.txt-frm h4 {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
#main-banner .revire-txt h5 {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec .nectar-milestone .number {
    font-size: 40px !important;
    line-height: 48px !important;
    font-family: 'Poppins' !important;
}
div#about-sec .nectar-milestone .subject {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Poppins' !important;
}
#testimonial-row .carousel-item {
    background: #fff;
    position: relative;
    margin: 0px 58px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 12px;
    border-radius: 20px;
}
.social-links {
    display: flex;
    gap: 12px;
}
div#main-ft a {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size: 12px;
    line-height: 20px;
}
div#main-ft ul li {
    list-style: none;
    padding: 3px 0;
}
div#about-sec {
    padding: 40px 10px !important;
    margin-bottom: 70px;
}
div#meet-team {
    padding: 40px 20px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }
.nectar-simple-slider.sizing-percentage.height-100vh {
                height: 145vh !important;
            }

div#slider-section .owl-dots {
    display: none !important;
}
#meet-team .owl-prev{
	 color: #243C4B !important;
	 font-size: 54px !important;
	 margin: 5px !important;
	 padding: 4px 7px !important;
	 background: #fff !important;
	 display: inline-flex !important;
	 cursor: pointer !important;
	 border-radius: 50px !important;
	 height: 50px !important;
	 width: 50px !important;
	 border: unset !important;
	 justify-content: center !important;
	 align-items: center !important;
}
#meet-team .owl-next {
    color: #243C4B !important;
    font-size: 54px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    border: unset !important;
    justify-content: center !important;
    align-items: center !important;
}

div#footer-widgets {
    display: none !important;
}
div#about-sec .left-col .vc_column-inner {
    padding-left: 0px;
}
div#meet-team.slder-sec {
    padding-bottom: 80px !important;
}
.txt-frm {
    background: #0162CE;
    margin: unset !important;
    border-radius: 23px 23px 0px 0px;
    padding: 12px 0 !important;
    margin-top: 10px !important;
}
div#team-cont p {
    color: #24130D;
    font-size: 18px !important;
    min-height: 100px;
    line-height: 26px !important;
}
.slder-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 200px;
    top: 170px;
}
#testimonial-row .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: 110%;
    width: 300%;
    left: 28%;
    margin: 0 auto;
    gap: 50px;
}
div#inner-pages {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
div#meet-team.abt-section .img-above {
    position: absolute;
    bottom: 30px;
    max-width: 330px;
    left: 20px;
    right: 0;
    margin: 0 auto;
}
div#meet-team.abt-section .img-above h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.pricing-card2 {
    background: #EAEEFF !important;
    border-radius: 10px !important;
    padding: 30px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.5s !important;
    min-height: unset !important;
}
div#left-sec.side-pd p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#left-sec.side-pd {
    padding: 40px 30px !important;
}
div#left-sec.side-pd img {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
div#price-sec.img-gall {
    padding: 50px 50px !important;
}
div#image-gallery {
    padding: 0px 20px !important;
}
div#contact-us input.wpcf7-form-control {
    padding: 10px;
    background: #EEF3F9;
}
div#cont-inner {
    padding: 10px;
}
.ct-form .row {
    padding: 0;
}
.cjm-single-wrap {
    max-width: 1000px;
    margin: 0px auto;
    display: unset;
    gap: 24px;
    padding: 0 10px;
}
.cjm-job-top h1 {
    font-size: 26px !important;
    line-height: 34px !important;
}
.apply-form .row {
    padding: 0;
}

div#job-frm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
}