@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Roboto:wght@300;400;500;700&display=swap');
 
 :root {
  --bs-darkBlue: #364F75;
  --bs-sky: #2EC2B5;
  --bs-lightBlue: #3590F3;
  --bs-textColor: #21334E;
  --bs-lightSky: #ECF3FF;
  --bs-black: #000000;  
  --bs-white: #fff;
  --bs-red: #B52232;
  --bs-orange: #FFD166;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529; 
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0; 
  --bs-body-bg-rgb: 255, 255, 255;
  --roboto:'Roboto', sans-serif;
  --bs-font-aw: aw-conqueror-didot; 
   --bs-body-font-size: 14px;
   --bs-body-font-weight: 400; 
  --bs-body-color: #21334E; 
  --bs-body-bg: #fff;
}



@font-face {
font-family:"aw-conqueror-didot";
src:url("https://use.typekit.net/af/28c1da/00000000000000003b9b2803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/28c1da/00000000000000003b9b2803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/28c1da/00000000000000003b9b2803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"aw-conqueror-didot";
src:url("https://use.typekit.net/af/a394b0/00000000000000003b9b28de/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/a394b0/00000000000000003b9b28de/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/a394b0/00000000000000003b9b28de/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--roboto);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: 24px;
  color: var(--bs-body-color);
  text-align: left;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing:.6px;
}
.fs-12{font-size:12px; line-height:18px;}
.fs-13{font-size:13px; line-height:20px;}
.fs-14{font-size:14px; line-height:24px;}
.fs-16{font-size:16px; line-height:28px;}
.fs-18{font-size:18px!important; line-height:30px;}
.fs-20{font-size:20px; line-height: 32px}
.fs-22{font-size:22px;}
.fs-24{font-size:24px; line-height:33px}
.fs-28{font-size:28px;}
.fs-32{font-size:32px;}
.fs-35{font-size:35px;}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
 font-family: aw-conqueror-didot; 
font-weight: 700;
font-style: normal;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.custom-logo {
  display: block;
  position: relative;
  margin: 0px auto 95px;
  padding-top: 160px;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.bannerImg {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
}

.titleWithBg {
  position: relative;
  top: -35px;
}

.titleWithBg h2 {
  line-height: 30px;
  padding: 20px 55px;
  min-width: 530px;
  color: var(--bs-white);
  background-color: #21334E;
  display: inline-block;
  max-width: 904px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1bbaac;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #21334E;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -20px;
  z-index: 9;
}

.sectionPadding {
  padding: 80px 0;
}

 
.skyBtn a{background-color: var(--bs-sky);
    color: var(--bs-white);
  padding: 13px 50px;
  font-family: var(--bs-font-aw);
  border-radius: 36px;
  border: 0px;
  text-decoration: none;
    font-size: 24px;}
.skyBtn a:hover {
  color: #fff;
  background-color: #26ada1;
}

.skyTitle {
  color: var(--bs-sky);
}

.h3 {
  color: var(--bs-sky);
}

.mw100 {
  width: 100%;
}

.responsiveImg {
  max-width: 100%;
  display: block;
}

.mw-750 {
  max-width: 785px;
  margin-left: auto!important;
	margin-right: auto!important;
}

.mw-535 {
  max-width: 535px;
  margin-left: auto!important;
margin-right: auto!important;
}

.mw-904 {
  max-width: 904px;
  margin-left: auto;
margin-right: auto;
  width: 100%;
}

.heartText {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.heartText .fs-18 {
  line-height: 24px;
}

.menuList a {
  color: var(--bs-textColor);
  text-decoration: none;
  display: block;
  padding: 2px 0;
}

.mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pt-50 {
    padding-top: 50px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.text-a p{margin-left:auto; margin-right:auto;}
.mb-16 {
    padding-bottom: 16px;
}
.mt-16{margin-top: 16px;}
.pb-40 {
    padding-bottom: 40px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top:30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}
 

.mt-50 {
  margin-top: 50px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.ms-auto {
    margin-left: auto !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.red {
  color: var(--bs-red);
}

.h4 {
  color: var(--bs-sky);
  position: relative;
  min-height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
 
.h4 span {
  width: 100%;
}

.h4:after  {
  content: '';
  background-color: var(--bs-textColor);
  width: 16px;
  height: 1px;
  left: 50%;
  margin-left: -8px;
  bottom: 0px;
  position: absolute;
}

.more a {
  color: var(--bs-textColor);
  text-decoration: none;
  font-family: var(--bs-font-aw);
	background:#fff;
  border: 1px solid var(--bs-sky);
  padding: 7px 20px 5px;
  border-radius: 23px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0px;
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  line-height: 26px;
  min-width: 138px;
	max-height: 40px;
}

.pageBgLightSky {
  background-color: var(--bs-lightSky);
	margin:0px;
}

.more a:hover {
  border: 1px solid transparent;
  background: var(--bs-sky);
  color: #fff;
}
.fw-normal {
    font-weight: 400 !important;
}
.wp-block-post-title{font-size:35px; margin-bottom:10px;  }
.heartText .tripleHeart {
  color: var(--bs-darkBlue);
  font-size: 12px;
}
.wp-block-image img{width:100%; max-width:none;}
.readMore{margin: 0 auto!important;}
.readMore a{
  color: var(--bs-textColor);
  background: var(--bs-white);
  text-decoration: none;
  font-family: var(--bs-font-aw);
  border: 1px solid var(--bs-sky);
  padding: 7px 22px 5px;
  border-radius: 23px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.readMore a:hover {
  border: 1px solid transparent;
  background: var(--bs-textColor);
  color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px 25px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    height: 68px;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: var(--roboto);
	font-size: 16px;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.queryForm .form-group p{margin:0px;}
.bgWhite {
  background-color: var(--bs-white);
}

.borderbtn {
  font-family: aw-conqueror-didot;
  border: 1px solid #2EC2B5;
  text-decoration: none;
  height: 39px;
  background-color: var(--bs-white);
  width: 138px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: var(--bs-darkBlue);
  border-radius: 28px;
}

.borderbtn:hover {
  background: var(--bs-darkBlue);
  color: var(--bs-white);
  border-color: var(--bs-darkBlue);
}

.banner {
  position: relative;
  background: url(images/beachBG1.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 50px;
}
 
header .has-base-background-color{background:none!important;     padding: 0px!important;}
.wp-site-blocks{position:relative;}
header.wp-block-template-part{position: absolute;
    top: 55px;
    right: 40px;
    z-index: 99;
    color: #fff;}
.wp-block-navigation__responsive-container-open{  border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; position:relative;
    width: 35px;
    height: 24px; }
.wp-block-navigation__responsive-container-open:after{content:''; width:100%; height:4px; position:absolute; left:0px;top:6px; background:#fff;}
.wp-block-navigation__responsive-container-open svg {
    visibility: hidden; 
}
 
.wp-block-navigation__responsive-container {
    bottom: auto; 
    left: auto; 
    right: 0px;
    top: 0px;
    width: 275px;
	padding:0px!important;
	font-family: aw-conqueror-didot;
	font-size:17px; 
	position: absolute;
	padding-bottom: 20px!important;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{ background: rgba(255,255,255,.6);}
 .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #21334E;
}
 .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content :hover{
    color: #000; text-decoration:none;
}
.wp-block-page-list{}
.wp-block-navigation__container{gap:10px!important; padding-right:15px!important;}
.wp-block-navigation__responsive-container-close svg{
    height: 42px; 
    width: 42px; 
}
.wp-block-navigation__responsive-container-close {
    right: 5px;
    top: 10px;
    z-index: 2; 
    color: #fff;
}
footer .wp-block-navigation__container {gap: 0px!important; }
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:0px!important;}
.has-modal-open .wp-block-navigation__responsive-container-open{display:none;}
.box {
  padding: 35px 40px 25px;
  color: #fff;
}
.blueColor{color:var(--bs-body-color)!important}
.box.blueColor{padding:0px;}

.box h2 {
  margin-bottom: 20px;
  font-weight: 500;
	    font-size: 24px;
}

.box p {
  margin-bottom: 20px;
  min-height: 216px;
}

.about {
  background-color: var(--bs-darkBlue);
}

.vision {
  background-color: var(--bs-sky);
}

.donate {
  background-color: var(--bs-lightBlue);
}

.learnMore a{
  color: #fff;
  text-decoration: none;
  font-family: var(--bs-font-aw);
  border: 1px solid #fff;
  padding: 8px 7px;
  min-width: 152px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
      margin: 0 auto;
	background:none;
}
.learnMore a:hover{background:none; border: 1px solid #fff;}
.learnMore{margin: 0 auto!important;}
.donate .learnMore a{
  width: 178px;
}

.rounded-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--bs-black);
  background: var(--bs-white);
  position: absolute;
  right: 7px;
  top: 7px; border-radius: 50%;
  text-align:center;
}

.rounded-circle .fa {
  vertical-align: middle;
}

.content {
  background-color: var(--bs-lightSky);
  padding: 0 0 80px;
  margin: 0px;
}

.aboutSec {
  margin-top: 0;
  position: relative;
  z-index: 9;
  bottom: -150px;
	text-align:center;
}

.testimonials {
  color: var(--bs-sky);
  padding: 55px 0 65px;
  background: url(/images/svg/feather.svg) no-repeat center center;
}

.testimonials p {
  line-height: 30px;
}

.testimonials span {
  color: var(--bs-darkBlue);
}

.testimonial {
  color: var(--bs-sky);
}

.testimonial h3 {
  font-weight: 500;
}

.testimonial span {
  color: var(--bs-darkBlue);
  padding-top: 5px;
}

.cauma {
  color: var(--bs-darkBlue);
  line-height: 30px;
  font-size: 60px;
  display: block;
  margin: 0px 0 -16px;
  
}
.nameOfTestimonials{    color: var(--bs-darkBlue); margin: 0px; padding-bottom: 10px;}
.spiritualBg {
  position: relative;
  margin-bottom: 40px!important;
  padding-left:20px;
  padding-right:20px;
}

.spiritualBg:before {
  content: '';
  width: 0px;
  height: 100%;
  background-color: var(--bs-sky);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.spiritual {
  background-color: var(--bs-sky);
  padding: 45px 100px 55px 15px;
  color: var(--bs-white);
  position: relative;
  z-index: 1;
}

.spiritual h2 {
  margin: 0 0 30px;
  font-weight: 500;
}

.spiritual p {
  margin: 0px auto;
  max-width: 660px;
  line-height: 20px;
  font-size: 13px;
}

.spiritual .donateVertical {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 100%;
  background: var(--bs-darkBlue);
  font-family: 'Merriweather', serif;
  margin: 0px;
}

.spiritual .donateVertical span {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 135px;
  left: -4px;
  color: var(--bs-white);
  min-width: 104px;
}

.spiritual .donateVertical .fa {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -7px;
  color: var(--bs-white);
}

.spiritual .donateVertical a {
  color: #fff;
}

footer {
  padding: 45px 0; margin: 0px;
}

 .container {
  position: relative; padding-left:20px; padding-right:20px;
      max-width: 1136px;
    margin-left: auto!important;
    margin-right: auto!important;
}

footer .container:after {
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url(/images/svg/feather2.svg) no-repeat -45px top #fff;
  position: absolute;
  left: -45px;
  top: 0px;
}

.listMenu li {
  padding: 0;
  line-height: 40px;
  font-family: aw-conqueror-didot;
}

.listMenu li a {
  text-decoration: none;
  color: var(--bs-darkBlue);
  display: block;
}

.share a {
  color: var(--bs-darkBlue);
  text-decoration: none;
  padding-right: 10px;
}

.rightFooter {
  padding-right: 95px;
  font-family: 'Merriweather', serif;
}

.signUp {
  border: 1px solid #D4CCC6;
  position: relative;
  padding: 15px 30px 15px 15px;
  max-width: 368px;
  color: var(--bs-sky);
}

.signUp .subscribeBtn {
  border: 2px solid var(--bs-sky);
  background: url(/images/inputIcon.svg) no-repeat center center #fff;
  background-size: 17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 34px;
}

.signUp .subscribeBtn .fa {
  line-height: 30px;
}

.signUp .subscribeInput {
  border: 0px;
  height: 36px;
  outline: none;
  width: calc(100% - 42px);
  color: var(--bs-sky);
	font-family: 'Merriweather', serif;
}

.subscribeInput::-webkit-input-placeholder {
  color: var(--bs-sky);
}

.subscribeInput:-ms-input-placeholder {
  color: var(--bs-sky);
}

.subscribeInput::-ms-input-placeholder {
  color: var(--bs-sky);
}

.subscribeInput::placeholder {
  color: var(--bs-sky);
}

.subscribeInput::-ms-input-placeholder {
  color: var(--bs-sky);
}

.subscribeInput::-moz-placeholder {
  color: var(--bs-sky);
}
 .text-center {
    text-align: center !important;
}
.text-end{text-align: right;}

/*About Us page css start here */
.innerBanner {
	background-image: url(/wp-content/uploads/2024/03/aboutBanner-new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 25px 140px!important;
}
.innerBanner.pb-50 { padding-bottom: 50px !important;}
.bannerContent {
  margin: 0 auto;
}

.bannerContent p {
  line-height: 20px;
}

.bannerContent a {
  color: #8e5c00;
}

.teamPic {
  border: 1px solid var(--bs-sky);
  padding: 15px;
  border-radius: 50%;
  margin: 0 auto 15px;
background:var(--bs-white);
}

.teamName {
  color: var(--bs-sky);
  margin: 0 0 5px;
  font-weight: 700;
}

.designation {
  color: var(--bs-darkBlue); margin:0px;
}

.pageBg {
  background-color: var(--bs-white);     margin: 0px;
}

.team {
  max-width: 384px;
  margin: 0 auto 50px!important;
}
.restTeam .wp-block-buttons{margin-top:15px;}
.teams {
  padding: 0px 0 0px;
  position: relative;
}

.team.overlapPic {
  margin-top: -192px!important;
}

.teams.shoertPic {
  padding: 50px 0 15px;
  top: 0;     margin: 0px;
}

.teamGallery {
  padding-top: 130px;
}

.blueShadow {
  -webkit-box-shadow: 0 0 6px #2ec2b5;
          box-shadow: 0 0 6px #2ec2b5;
  background: #fff;
  padding: 10px;
}

.smallCol {
  padding-left: 80px;
  padding-right: 80px;
}
.page-template-default .wp-block-navigation__responsive-container-open {
    border-top: 4px solid #000;
	border-bottom: 4px solid #000; }
.page-template-default .wp-block-navigation__responsive-container-open:after{background:#000}
.page-template-default .wp-block-navigation__responsive-container-close{color:#000;}
.restTeamSlide {
  position: relative;
}

.team a {
  text-decoration: none;
}

.restTeam .teamPic, .shoertPic .teamPic {
  max-width: 260px;
  max-height: 260px;
  padding: 10px; 
	margin: 0 auto 15px;
}
.restTeam .teamPic{background:none;}
.massageFromPatron {
  background-color: var(--bs-lightSky);
  padding: 0px 0 60px!important;
	margin:0px;
}

.massageFrom {
  background: url(/images/svg/feather.svg) no-repeat center center;
  background-size: 480px auto;
  padding: 90px 0 20px;
  color: var(--bs-sky);
}

.massage {
  background-color: var(--bs-darkBlue);
  color: var(--bs-white);
  padding: 20px 90px 60px;
  max-width: 904px;
  margin: 200px auto 0;
}

.massageImg img {
  margin-top: -194px;
}

.auther {
  color: var(--bs-orange);
  line-height: 32px;
  font-weight: 500 !important;
}

.massageFrom h3 span {
  display: block;
  font-weight: 400;
  color: var(--bs-darkBlue);
  font-family: var(--roboto);
  padding-top: 10px;
}

.massageText {
  position: relative;
}

.massageText p {
  position: relative;
  z-index: 9;
  font-weight: 300;
}

.massageText:before {
  content: '';
  width: 285px;
  height: 230px;
  position: absolute;
  left: -50px;
  top: -50px;
  background: url(/images/quote.svg) no-repeat center center;
  z-index: 0;
}

.massageText:after {
  content: '';
  width: 285px;
  height: 230px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(/images/quote2.svg) no-repeat center center;
  z-index: 0;
}

.specialThanks .aboutTeam {
  background: url(/images/svg/feather.svg) no-repeat center center #fff;
}
#videCont {
    padding-bottom: 0!important;
    padding-top: 0!important;
    max-width: 1000px!important;
    height: auto !important;
}
video {
	top: 0!important;}
.text-start p, .text-start h3, .text-start ul{width:100%;}
@media (max-width: 991px) {
	.mw-750 {
    max-width: 680px;
	}
  .massage {
    padding: 40px 25px;
  }
  .massageText:after {
    right: 0px;
    bottom: 0px;
  }
  .massageText::before {
    left: 0px;
    top: 0px;
  }
  .titleWithBg h2 {
    padding: 10px 20px;
    font-size: 23px;
    min-width: auto;
  }
}

/*Worthy Causes page css start here */
.worthyBox {
  padding-bottom: 50px;
}

.worthy > .wp-block-column {
  position: relative;
  margin-bottom: 30px;
}

.payItBox .more {
  position: relative;
  left: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.payItBox {
  margin-bottom: 60px;
}

/*inner pages css start here */
.text {
  padding: 75px 0;
}

.text p {
  margin: 0px;
}

.visitLink {
  display: inline-block;
  border: 1px solid var(--bs-sky);
  border-radius: 28px;
  padding: 4px 32px;
  text-decoration: none;
  color: var(--bs-textColor);
  font-family: var(--bs-font-aw);
}

.payItBox img {
  border: 1px solid #D4CCC6;
  border-radius: 5px;
}

.payItBox h4 {
  color: var(--bs-sky);
  line-height: 24px;
}

.imageText {
  height: 100%;
  padding: 45px 50px 40px;
}

.imageText h2 {
  font-weight: 700;
}
.imageText p {
  margin-top:0px;
}
.amount {
  font-size: 36px;
}

.amountList .col {
  position: relative;
  padding-bottom: 20px;
}

.amountList .borderbtn {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.popular {
  position: absolute;
  left: 80px;
  top: -32px;
  font-size: 10px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 12px;
  background: var(--bs-sky);
  color: var(--bs-white);
  border-radius: 50%;
  padding: 14px 0 10px;
}

.thankYou {
  border-top: 2px solid var(--bs-white);
}

.thankYou h3 {
  color: var(--bs-sky);
  font-size: 32px;
}

.thankYou h2 {
  color: var(--bs-darkBlue);
  font-size: 46px;
}

.tripleHeart {
  color: var(--bs-red);
  font-size: 10px;
}

.scholarship h4 {
  margin-bottom: 0px;
  font-size: 22px;
}

h4 .fa-solid {
  display: block;
  margin: 5px auto 0;
  font-size: 20px;
}

.listWithBox ul {
  margin: 0 -8px;
  text-align: center;
  -webkit-box-align: center !important;
}

.listWithBox ul li {
  display: inline-block;
  width: 168px;
  font-family: aw-conqueror-didot;
  margin: 0 6px;
  background: var(--bs-white);
  padding: 0 10px;
  line-height: 27px;
  color: #003E87;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #003E870D;
          box-shadow: 0 3px 6px #003E870D;
  vertical-align: middle;
}

.listWithBox ul li span {
  display: inline-block;
  vertical-align: middle;
  padding: 32px 0;
  min-height: 118px;
}

/*contact pages css start here */
.contact {
  padding-top: 140px;
}

textarea.form-control {
  height: 180px;
}

.form-group {
  padding-bottom: 5px;
}

.map {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #21334E3B;
          box-shadow: 0 3px 6px #21334E3B;
  border: 0px;
  overflow: hidden;
  height: 460px;
}

.link {
  margin-bottom: 40px;
}

.link span {
  display: block;
  margin: 10px auto;
  font-size: 20px;
  font-weight: 600;
}

.tabs {
  position: relative;
  padding-top: 60px;
}

.tabs .tabTitle a {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  text-decoration: none;
  background-color: var(--bs-sky);
  color: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.tabs .tabTitle a.active::after {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 0px;
  width: 0;
  content: '';
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.tabs .tabContent {
  background-color: #fff;
  padding: 20px;
  text-align: left;
}

.tabs .tabContent .tabBank {
  display: none;
}

.tabs .tabContent .tabBank.active {
  display: block;
}

.responsive-tabs .BankDetailsBox {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}

.responsive-tabs .bankBox {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}

.responsive-tabs .bankBox.firstBox {
  border-top: 0;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 0px;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
	padding:0 15px;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
	padding:0 8px;
}
.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
	padding:0 15px;
}
.mx-8 {
    margin-left: -8px;
    margin-right: -8px;
}
.onlyMob {
  display: none;
}

.newsLink a{
  color: var(--bs-sky);
  text-decoration: none;
  font-weight: 500;
}

.newsList  {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

h4.newsTitle {
  font-size: 18px;
  font-weight: 600;
font-family: var(--roboto);
}
.blueBox{background:var(--bs-sky); color:#fff; padding:20px;  font-weight:600;}
.paymentRefrence {border:1px solid #707070; margin: 15px 0 30px;}
.paymentRefrence ul li{border-bottom:1px solid #707070; padding: 6px 0;}
.paymentRefrence ul li:last-child{border-bottom:0px solid #707070;}
.paymentRefrence ul{padding:20px 35px 2px;}
.listHead{font-weight:600;}
.BankDetailsBox .form-control{border:1px solid #D4CCC6;  padding:12px 20px; color:#21334E; font-size:16px; }
.BankDetailsBox .form-group{margin-bottom:16px; }
.submitBtn{max-width:138px; font-size:20px; border-radius:28px; border:1px solid #2EC2B5; height:39px;color: #21334E;
    padding: 0 32px;
    background: #fff; display: inline-block;
    line-height: 39px;
    text-decoration: none; cursor: pointer;}
.borderbtn:hover {
    background: var(--bs-darkBlue);
    color: var(--bs-white);
    border-color: var(--bs-darkBlue);
}
.wpcf7-spinner{display:none;}
.donateByBank2{display:none;}
.reveal-after{height:1px; width:100%; background:#FF0000;  margin:30px 0; position:relative; }
.reveal-after span{  width:176px; text-align:center; background:#FFF; position:absolute;  margin:0 0 0 -88px; 
font-weight:bold; font-size:16px; color:#FF0000; display: block;
    left: 50%;
    top: -12px; }
.selectBg:after {
	content:'';
	width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right:8px solid transparent; 
  border-top: 12px solid #9e9e9e;
  position: absolute;
    right: 10px;
    top: 28px;
	
}
.selectBg {
  width: 100%;
  overflow: hidden;
  border: 1px solid #D4CCC6;
    padding:0px;
    color: #21334E;
    font-size: 16px;
  height: 68px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.select {
  border: 0px;
  width: 110%;
  height: 68px;
  padding: 0 10px;
  background: none;
  max-width: 110%;
  border: 0px;
}
/*# sourceMappingURL=style.css.map */

.yourDonation {
  max-width: 368px;
  letter-spacing: 1.5px;
  background: var(--bs-sky);
  position: relative;
  padding: 7px 7px 7px 35px;
  color: var(--bs-white);
  height: 50px;
  border-radius: 26px;
  line-height: 36px;
  font-size: 16px;
}

.yourDonation .rounded-circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.yourDonation .rounded-circle .fa {
  font-size: 19px;
  padding-left: 4px;
  color: var(--bs-red);
}

.yourDonation a {
  text-decoration: none;
  color: #fff;
  padding: 7px 7px 7px 35px;
  margin: -7px -7px -7px -35px;
  display: block;
}

.copyRight {
  color: var(--bs-darkBlue);
  border-top: 2px solid #D4CCC6;
  padding-top: 25px;
  font-size: 11px;
  margin-top: 65px;
}

.copyRight a {
  color: var(--bs-darkBlue);
  text-decoration: none;
}
.optionalParent {
    position: absolute;
    right: 0px;
    top: 0px;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
}
.donateBtn {
    position: fixed;
    right: 0px;
    bottom: 65px;
    z-index: 99;
}
.skyBtn {
    background-color: var(--bs-sky);
    color: var(--bs-white);
    padding: 13px 50px;
    font-family: var(--bs-font-aw);
    border-radius: 36px;
    border: 0px;
    text-decoration: none;
}
.paymentProcess{border-top:1px solid #e2e2e2; margin-top:10px; padding-top:30px;  }
	.formBg  label{ display: block;     margin-bottom: 8px; 
	    font-family: aw-conqueror-didot;
    font-weight: 700; 
    color: #364F75;}
	.formBg label span{ color:var(--bs-sky);}
	.selectBox {
    max-width: 440px; 
    border: 1px solid var(--bs-sky);
    height: 40px;
    overflow: hidden;
    position: relative;     margin: 0 auto; border-radius:6px;     display: inline-block; min-width: 288px;
}
.donateText{ font-family: aw-conqueror-didot;
    font-weight: 700; margin-top: 30px;
    color:#364F75; line-height:22px;}
#quantitySelect{width: 0px;
    height: 0;
    padding: 0;}
.selectBox select {
    border: 0px;
    width: 110%; max-width: 110%;
    height: 42px;
    padding-left: 15px;
	display: inline-block;
	    padding: 10px;
		vertical-align: text-bottom;
	    font-size: 16px;
}
.selectBox:after {
    content: '';
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
}
.form-input{ border: 1px solid var(--bs-sky);  max-width: 440px; font-size:16px; 
    height: 40px; 
    position: relative;     margin: 0 auto; border-radius:6px;     display: block;
    width: 100%;
    padding: 5px 20px; }
	.formBg {margin-bottom:15px; }
	#paypal-button-container .btn {margin: 0 auto; font-family: aw-conqueror-didot;
    display: block;}
	#descriptionError, #priceLabelError, #invoiceidError{height: 0;
    margin: 0px;}
.responsive-tabs .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.responsive-tabs .col {
    position: relative;
    padding: 0 15px 20px; flex: 1 0 0%;
}
.responsive-tabs .responsive-tabs__list__item{float:none!important;display: inline-block;}
.responsive-tabs ul.responsive-tabs__list { 
    text-align: center;
}
.btn-primary {
     color: #fff;
   background: #62CFC0;
    border-color: #62CFC0; 
	       padding: 12px 15px;
    border: 0px;
    font-size: 21px;
    border-radius: 0.5rem;
}
#paypal-button-container .btn {
    margin: 0 auto;
    font-family: aw-conqueror-didot;
    display: block;
}

.bankForm, .donateByBank1 {
	border: unset !important;
}

.bankForm p {
	padding-bottom: 5px;
	width: 100%;
}

.bankForm input {
	border: 1px solid var(--bs-sky);
	padding: 12px 20px;
	color: #21334E;
	font-size: 16px;
	border-radius: 6px;
	width: 100%;
}

.bankForm select {
	border: 1px solid var(--bs-sky);
	padding: 12px 20px;
	color: #21334E;
	font-size: 16px;
	border-radius: 6px;
}

.bankFormSubmit {
	width: 100%;
}

.bankForm input[type="submit"] {

	color: #fff;

}

@media (max-width: 767px) {
	.bankForm select[name="SelectWorthyCause"] {
		width: 100%;
	}
.wp-block-template-part .wp-block-navigation__responsive-container-close svg{    fill: #ffffff !important;}
	.wp-block-navigation__responsive-container {
    position: fixed; width:100%;
}
}


.responsive-tabs .responsive-tabs__panel {
    background: #f4f4f4 !important;
    border-radius: 10px;
}