@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("../css/bootstrap.css");
@import url("../css/animate.css");
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("../css/variables.css");
@import url("../css/mobile-nav.css");
#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
a:hover {
  color: inherit !important;
}
/* text selection color */ ::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
/* browser scroller style */ ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
  padding: 0;
  width: 100%;
}
p {
  font-weight: 400;
  line-height: normal;
  padding: 0 0 15px;
  margin: 0px;
}
/*** theme sections padding ***/
.sec-padding-100 {
  padding: 100px 0;
}
.sec-padding-90 {
  padding: 90px 0;
}
.sec-padding-80 {
  padding: 80px 0;
}
.sec-padding-70 {
  padding: 70px 0;
}
.sec-padding-60 {
  padding: 60px 0;
}
.sec-padding-xlarge {
  padding: 50px 0;
}
.sec-padding-large {
  padding: 40px 0;
}
.sec-padding-medium {
  padding: 30px 0;
}
.sec-padding-small {
  padding: 25px 0;
}
.sec-padding-xsmall {
  padding: 10px 0;
}
/*** theme sections margin ***/
.sec-margin-100 {
  margin: 100px 0;
}
.sec-margin-90 {
  margin: 90px 0;
}
.sec-margin-80 {
  margin: 80px 0;
}
.sec-margin-70 {
  margin: 70px 0;
}
.sec-margin-60 {
  margin: 60px 0;
}
.sec-margin-xlarge {
  margin: 50px 0;
}
.sec-margin-large {
  margin: 40px 0;
}
.sec-margin-medium {
  margin: 30px 0;
}
.sec-margin-small {
  margin: 25px 0;
}
.sec-margin-xsmall {
  margin: 10px 0;
}
/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
p strong {
  color: black;
}
p span {
  /* color: black; */
}
a:hover {
  text-decoration: none;
  color: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: 0px;
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
/*img { max-width: 100%;  }*/
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.relative {
  position: relative;
}
a {
  text-decoration: none;
}
.header-section {
  background: #fff;
}
@font-face {
  font-family: "manropeRegular";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoBlack";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}
@font-face {
  font-family: "CaveatRegular";
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
}
header {
  margin-top: 20px;
}
header .secondHeader {
  display: none;
}
header .secondHeader .logoImage img {
  width: 90px;
}
header .secondHeader .donateButton {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  padding: 15px 30px;
  background-color: #FFCC05;
  gap: 10px;
  text-decoration: none;
  color: #36104B !important;
}
header .secondHeader .donateButton p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 3px;
}
header .mainHeader .logoImage {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mainHeader .logoImage img {
  width: 90px;
}
header .mainHeader .volunteerImage {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mainHeader .volunteerImage .volFull {
  /*width: 185px;*/
  margin-left: 45px;
}
header .mainHeader .volunteerImage .volHalf {
  display: none;
}
header .mainHeader .aboutInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0px 0 25px;
}
header .mainHeader .aboutInfo .contactSection {
  height: 100%;
}
header .mainHeader .aboutInfo .Breaker {
  width: 1px;
  background-color: rgba(54, 16, 75, 0.2549019608);
  height: 30px;
}
header .mainHeader .aboutInfo .emailSection {
  height: 100%;
}
header .mainHeader .aboutInfo .callImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .mainHeader .aboutInfo .contactInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  font-size: 12px;
}



header .mainHeader .aboutInfo .contactInfo p {
  padding: 0;
  margin: 0;
}
header .mainHeader .aboutInfo .emailInfo p:nth-child(1), header .mainHeader .aboutInfo .contactInfo p:nth-child(1) {
  font-size: 12px;
  line-height: 20px;
  color: #6F7775;
}
header .mainHeader .aboutInfo .emailInfo p:nth-child(2), header .mainHeader .aboutInfo .contactInfo p:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
header .mainHeader .aboutInfo .emailImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .mainHeader .aboutInfo .emailInfo {
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
header .mainHeader .aboutInfo .emailInfo p {
  padding: 0;
  margin: 0;
}
header .mainHeader .socialSection {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  gap: 7px;
  transition: all 0.2s ease-in-out;
}
header .mainHeader .socialSection a {
  text-decoration: none;
  color: #36104B;
}
header .mainHeader .socialSection i {
  background-color: #FFFAE6;
  padding: 10px 10px;
  border-radius: 50%;
}
header .mainHeader .belowHeaderRow {
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 18px;
  justify-content: center;
}
header .mainHeader .belowHeaderRow .belowHeader {
  background-color: #F9F8FA;
  border-radius: 18px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 50px;
  color: #36104B;
  white-space: nowrap;
  border: 1px solid rgba(54, 16, 75, 0.1);
}
header .mainHeader .belowHeaderRow .belowHeader p {
  margin: 0;
}
header .mainHeader .belowHeaderRow .belowHeader .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
header .mainHeader .belowHeaderRow .belowHeader .inner p a {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #36104B;
}
header .mainHeader .belowHeaderRow .belowHeader .inner p a:hover {
  color: #36104B;
}
header .mainHeader .belowHeaderRow .belowHeader .inner2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  height: 100%;
}
header .mainHeader .belowHeaderRow .belowHeader .inner2 p {
  font-size: 20px;
}
header .mainHeader .belowHeaderRow .belowHeader .inner2 p a {
  text-decoration: none;
  color: #36104B;
}
header .mainHeader .belowHeaderRow .belowHeader .inner2 .Breaker {
  width: 1px;
  background-color: rgba(54, 16, 75, 0.2549019608);
  height: 34px;
}
header .mainHeader .belowHeaderRow .donateButton {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  padding: 15px 30px;
  background-color: #FFCC05;
  gap: 10px;
  text-decoration: none;
  color: #36104B;
}
header .mainHeader .belowHeaderRow .donateButton p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 3px;
}
.popularAppeal {
  margin-bottom: 70px;
}
.popularAppeal .carouselHeading {
  margin-top: 30px;
  margin-bottom: 50px;
}
.popularAppeal .carouselHeading .carouselTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popularAppeal .carouselHeading .carouselTitle img {
  margin-bottom: 20px;
}
.popularAppeal .carouselHeading .carouselTitle2 {
  font-family: "NunitoBlack";
  text-align: center;
  font-size: 50px;
  color: #141515;
  font-weight: 900;
}
.popularAppeal .carousel .responsive .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.popularAppeal .carousel .responsive .item .card {
  border: none !important;
    box-shadow: 5px 5px 15px #ccc;
    width: 100% !important;
    border-radius: 0px 0px 20px 20px;
}
.popularAppeal .carousel .responsive .item .card .card-footer {
    border-radius: 0px 0px 20px 20px;
}
.popularAppeal .carousel .responsive .item .card .card-body .donateButton {
  background-color: #FFCC05;
  color: #36104B;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
}
.popularAppeal .carousel .slick-arrow::before {
  border: 2px solid #36104B;
  border-radius: 50%;
  padding: 5px;
  color: #36104B;
  font-family: none;
}
.popularAppeal .card {
  position: relative;
  background: #fff !important;
  width: 95% !important;
}
.popularAppeal .card .cardDate {
  background-color: white;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 5%;
  box-shadow: 0px 11px 13px -5px rgba(0, 0, 0, 0.53);
}
.popularAppeal .card .cardDate p {
  margin: 0;
  padding: 5px 10px;
}
.popularAppeal .card .cardDate {
  font-family: "CaveatRegular";
}
.popularAppeal .card .card-body .card-title {
  font-family: nunitoBlack;
}
.popularAppeal .card .card-body .card-text {
  font-family: "manropeRegular";
  margin-bottom: 26px;
  font-size: 14px;
}
.popularAppeal .card .card-body .bodyHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.popularAppeal .card .card-body .bodyHeader .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.popularAppeal .card .card-body .bodyHeader .inner i {
  color: #FFCC05;
}
.popularAppeal .card .card-body .bodyHeader .inner p {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
body.page-template-news-page .item .card {
  width: 100% !important;
  background: #fff;
  box-shadow: 5px 5px 15px #ccc;
  border-radius: 0px 0px 20px 20px;
}
.popularAppeal .footerLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popularAppeal .footerLinks a {
  text-decoration: none;
}
.popularAppeal .footerLinks .linkInner {
  color: #FFCC05;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popularAppeal .footerLinks .linkInner p {
  margin: 0;
}
.popularAppeal .footerLinks .linkInner2 {
  color: #36104B;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popularAppeal .footerLinks .linkInner2 p {
  margin: 0;
}
.newsAndArticles {
  /*margin-top: 90px;
  margin-bottom: 90px;*/
}
.single-item .item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.review {
    margin-top: 30px;
    background-image: url(../images/Group21.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-color: #36104B;
    padding-bottom: 40px;
}
.review .reviewBanner {
  padding: 70px 0px;
  height: 380px;
}
.review .reviewBanner .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .reviewBanner .title {
  font-size: 40px;
  color: white;
  font-weight: 900;
  text-align: center;
  font-family: "NunitoBlack";
}
.review .reviewBanner .donateButton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .reviewBanner .donateButton button {
  border: none;
  background-color: #36104B;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
}
.review .reviewSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.review .reviewSection .firstSection {
  width: 40%;
  min-width: 400px;
	text-align:left;
}
.review .reviewSection .firstSection .title {
  font-size: 50px;
  color: white;
  font-weight: 900;
  text-align: left;
  font-family: "NunitoBlack";
}

.review .reviewSection .firstSection .title br {
	display:none;
}
.review .reviewSection .firstSection .description {
  color: #AEAEAE;
}
.review .reviewSection .firstSection button {
  margin-top: 20px;
  background-color: #FFCC05;
  color: #36104B;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
  font-size: 13px;
  font-weight: 700;
}
.review .reviewSection .secondSection {
  width: 60%;
  min-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.review .reviewSection .secondSection .backImage1 {
  width: 57px;
  position: absolute;
  left: 5%;
  top: 4%;
}
.review .reviewSection .secondSection .backImage2 {
  width: 57px;
  position: absolute;
  left: 80%;
  top: 5%;
}
.review .reviewSection .secondSection .backImage3 {
  width: 57px;
  position: absolute;
  left: 5%;
  top: 75%;
}
.review .reviewSection .secondSection .backImage4 {
  width: 57px;
  position: absolute;
  left: 82%;
  top: 76%;
}
.review .reviewSection .secondSection .reviewOuter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}
.review .reviewSection .secondSection .reviewOuter .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .reviewSection .secondSection .reviewOuter .owl-dots {
  display: none;
}
.review .reviewSection .secondSection .reviewOuter .owl-nav {
    display: flex;
    position: absolute;
    bottom: 35px;
    right: 200px;
    width: 110px;
    justify-content: space-around;
}
.review .reviewSection .secondSection .reviewOuter .owl-prev, .review .reviewSection .secondSection .reviewOuter .owl-next {
    background: #fff;
    color: #36104B !important;
}
.review .reviewSection .secondSection .reviewOuter .owl-prev {
  left: -30px;
  /*padding: 3px 14px 7px 14px !important;
  border-radius: 50%;
  background-color: white;
  top: 246px;*/
}
.review .reviewSection .secondSection .reviewOuter .owl-next {
  right: 200px;
  /*padding: 3px 14px 7px 14px !important;
  border-radius: 50%;
  background-color: white;
  top: 246px;*/
}
.review .reviewSection .secondSection .reviewOuter .reviewInner {
  width: 60%;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 310px;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox {
  width: 100%;
  background-color: white;
  border: 4px solid #FFCC05;
  border-radius: 25px;
  position: relative;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .person {
  position: absolute;
  top: -37%;
  left: 30%;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .person .name {
  font-family: nunitoBlack;
  font-size: 20px;
  margin: 0;
  color: white;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .person .about {
  color: #FFCC05;
  font-family: "CaveatRegular";
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .backImage0 {
  width: 84px;
  position: absolute;
  left: 77%;
  top: -27%;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .arrows {
  display: none;
  position: absolute;
  bottom: -8%;
  right: 10%;
}
.news-section-home {
	padding: 70px 0px;
	background-color: #F9F8FA !important;
	background: url(https://missionsalaam.uk/wp-content/uploads/2023/05/div.faq-one-shape-1.png);
	margin-top: 70px;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .arrows i {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .mainPic {
  width: 89px;
  position: absolute;
  left: 5%;
  top: -29%;
}
.row.new-fit {
    display: flex;
    justify-content: center;
}
.col-lg-4.col-sm-12.wrap-down {
    margin-right: -45px;
    margin-left: -45px;
}
.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox p {
  padding: 50px 30px 40px;
  color: grey;
}
.photoGallery {
  background-color: #FFCC05;
  text-align: center;
  font-weight: 800;
  padding: 18px;
  font-size: 20px;
}
.photoGallery p {
	margin: 0;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	/* display: flex; */
	align-items: center;
	text-align: center;
	letter-spacing: -1.6px;
	color: #141515;
}
.photoGalleryImages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  gap: 10px;
  flex-wrap: wrap;
}
section.banner .owl-dots {
    display: none;
}
.photoGalleryImages img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 300px;
}
.footer1 {
  background-color: #36104B;
  padding-top: 50px;
  padding-bottom: 0px;
  background-image: url("https://arraydigitals.com/mission-wp/wp-content/uploads/2023/05/footer-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer1 .footerInner .footerFirst .logo {
  margin-bottom: 20px;
}
.footer1 .footerInner .footerFirst .about {
  color: white;
  margin-bottom: 20px;
}
.footer1 .footerInner .footerFirst .donateButton button {
  background-color: #FFCC05;
  color: #36104B;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
}
.footer1 .footerInner .footerLinks {
  margin-top: 40px;
  color: white;
}
.footer1 .footerInner .footerLinks h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  margin-bottom: 25px;
	text-align:left;
}
.footer1 .footerInner .footerLinks li {
  font-size: 15px;
  line-height: 30px;
}
.footer1 .footerInner .footerLinks li a {
  color: #FFFFFF;
}
.footer1 .footerInner .footerLinks .Heading {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer1 .footerInner .footerLinks .contactInfo {
  display: block;
  justify-content: center;
  align-items: center;
}
.footer1 .footerInner .footerLinks .contactInfo i {
  margin-right: 5px;
  color: #FFCC05;
}
.footer1 .footerInner .footerLinks .contactInfo p {
  margin-bottom: 3px;
}
.footer1 .footerInner .footerLinks .normal {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
}
.footer1 .footerInner .footerLinks.lst .normal {
  margin-bottom: 15px;
  font-size: 15px;
  display: flex;
}
.socialSection {
    margin-top: 25px;
}
.footer1 .footerInner .footerLinks .socialSection a {
  text-decoration: none;
  margin-right: 5px;
}
.footer1 .footerInner .footerLinks .socialSection a i {
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  color: #36104B;
}
.footer2 {
  /*background-color: #36104B;*/
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0 15px;
  align-items: center;
  background-color: #36104B;
}
.footerInner {
  padding-bottom: 40px;
}
.footerFirst .about p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  padding-right: 55px;
}
.footer2 p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  color: white;
}
.footer2 a {
  color: #FFCC05;
  text-decoration: none;
}
/* Raffay Styles */ :root {
  --ff-nunito: 'NunitoBlack';
}
a {
  text-decoration: none !important;
}
.flex {
  display: flex;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-10 {
  gap: 10px;
}
.gap-5 {
  gap: 5px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
/* banner */
.donateButton {
  background-color: #FFCC05;
  color: #36104B;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.donateButtonInverse {
  color: #FFCC05 !important;
    background-color: #36104B !important;
    max-width: 150px;
    width: 100%;
}
.donateButton:hover {
  color: #36104B;
}
.banner {
  background: url(../images/banner.png) center/cover no-repeat;
  padding: 150px 0;
}
.popularAppeal .slick-slide img {
  display: block;
  width: 100%;
  background: #f9f8fa;
}
.card-footer .footerLinks {
    display: flex;
}
.offcanvas-body li {
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}
body.page-template-news-page .item .card .card-footer {
    border-radius: 0px 0px 20px 20px;
}
body.page-template-news-page .item .card img {
	background:#ccc;
}
.banner .container {
  padding: 10px 0;
}
.banner h1 {
  color: #FFCC05;
  font-size: 41px;
  font-weight: 700;
  font-family: 'CaveatRegular';
}
.banner h2 {
  color: #fff;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 90px;
  margin-bottom: 15px;
}
.banner p {
  /*font-family: 'Manrope';*/
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
/* News Page */
.subPageHero {
  position: relative;
  padding: 170px 0;
  background-color: #36104B;
}
.newshero {
  background: url(../images/subPageHeroBg.png) no-repeat center;
  background-size: cover;
}
.subPageHero h1 {
  font-size: 96px;
  font-weight: 900;
  font-family: 'Nunito';
  color: #fff;
}
.subPageNav a, .subPageNav span {
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 600;
  color: #fffefc;
  margin: 0 3px;
}
.subPageNav a:hover {
  color: #fff;
}
.subPageNav a:nth-of-type(2) {
  color: #FFCC05;
}
.subPageMain {
  padding: 117px 0;
}
.subPageMain > h4 {
  font-family: 'CaveatRegular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 9px;
}
span.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background: #fff;
    z-index: 55;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 35px;
}
.subPageMain > h5 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  margin-bottom: 46px;
}
/* Complex Cards Css */
.item {
  margin: 30px auto;
}
.cardDate {
  background-color: white;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-box-shadow: 0px 11px 13px -5px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 11px 13px -5px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 11px 13px -5px rgba(0, 0, 0, 0.53);
  font-family: 'CaveatRegular';
}
.cardDate p {
  margin: 0;
  padding: 5px 10px;
}
.card-body {
  text-align: left !important;
}
.card-body .card-title {
  font-family: nunitoBlack;
}
.card-body .card-text {
  font-family: 'manropeRegular';
  margin-bottom: 26px;
  font-size: 14px;
}
.card-body .bodyHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.bodyHeader .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}
.inner i {
  color: #FFCC05;
}
.inner p {
  margin: 0;
}
.card-footer {
  background-color: #fff !important;
  border: none !important;
  padding-bottom: 25px !important;
}
.footerLinks {
  display: block;
  justify-content: space-between;
  align-items: center;
}
.footerLinks ul {
  padding-left: 0px;
}
.footerLinks a {
  text-decoration: none;
}
.linkInner {
  color: #FFCC05;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.linkInner * {
  font-weight: 600;
  margin: 0;
}
.linkInner2 {
  color: #36104B;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.linkInner2 p {
  margin: 0;
}
/* news End */
/* contact */
.contacthero {
  background: url(../images/contactbg.png) center/cover;
}
.contact-main {
  background-color: #F9F8FA;
}
.contact-main form input {
  width: 100%;
  background-color: #FFF;
  border-radius: 35px;
  border: none;
  padding: 28px 30px;
  margin-bottom: 30px;
}
.contact-main form textarea {
  border-radius: 35px;
  padding: 28px 30px;
  margin-bottom: 30px;
  border: none;
	width:100%;
}
/* contact End */
/* About uS */
.abouthero {
  background: url(../images/aboutbg.png) no-repeat center;
  padding: 150px;
}
.about-mission {
  padding: 120px 0;
  background-color: #fff;
}
.about-mission .row img {
  height: 470px;
  width: 470px;
}
.about-mission h2 {
  font-family: 'CaveatRegular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #FFCC05;
}
.about-mission h3 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 60px;
  color: #141515;
}
.about-mission p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #6F7775;
}
.about-mission-h6 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #3E3E3E;
  border-left: 6px solid #36104B;
  padding-left: 20px;
  margin-bottom: 20px;
}
.about-mission-h6 span {
  color: #FFCC05;
}
.about-mission .flex img {
  width: 60px;
  height: 60px;
}
.about-mission .flex {
  margin-bottom: 20px;
}
.about-mission .flex div h6 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  border: none;
  text-align: left;
}
.about-mission .flex div p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin: 0 !important;
}
/* about-sec-2 */
.mission-gain-main {
  background-color: #EFB90A;
}
.mission-gain-main ul.slick-dots {
  display: none !important;
}
.aboutCards {
  margin: 0 20px;
	border: 0.1px solid #EEE9DB;
	border-radius: 20px;
}
.aboutCards img {
  width: 100%;
  height: 250px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0px auto;
}
.aboutCards div:nth-of-type(2) {
  padding: 10px 31px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.aboutCards h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 14px;
}
.aboutCards p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6F7775;
}
/* about-sec-3 */
.aboutHelpMain {
  margin-top: 0 !important;
  padding: 113px 0;
  background: url(../images/about-sec-3.png) no-repeat;
  background-size: 100% 470px;
  background-color: #36104B;
}
.aboutHelpMain > h5 {
  color: #FFF;
  margin-bottom: 15px;
}
.aboutHelpMain .donateButton {
  display: inline-block;
  margin-bottom: 130px;
}
/* about-sec-4 */
.about-sec-4 {
  padding: 55px 0;
  background-color: #FFCC05;
}
.about-sec-4 h6 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: #FFFFFF;
}
.about-sec-4 h5 {
  font-family: 'CaveatRegular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #36104B;
}
/* about End */
/* Appeals */
.appealsHero {
  background: url(../images/appealsbg.png) center/cover;
}
.appeals-main .card {
  border: none !important;
  border: none !important;
  box-shadow: 5px 5px 15px #ccc;
  width: 100% !important;
  border-radius: 0px 0px 20px 20px;
}
.appeals-main .card img {
  border-radius: 20px 20px 0 0;
  
  width: auto;
}
/* appeals Inner Page */
.subPageNav a, .subPageNav span {
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 600;
  color: #fffefc;
  margin: 0 3px;
}
.subPageNav a:hover {
  color: none;
}
.subPageNav a:nth-of-type(2) {
  color: #FFCC05;
}
.innerPageNav a:nth-of-type(2) {
  color: #fffefc;
}
.innerPageNav a:nth-of-type(3) {
  color: #FFCC05;
}
.subPageNav + h1 {
  text-align: center !important;
}
/* inner-sec-1 */
/* select button */
.innerPage-sec-1 {
  padding: 50px 0;
  background-color: #FFCC05;
}
.innerPage-sec-1 h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 90px;
  color: #141515;
}
.innerPage-sec-1 input {
  padding: 10px;
  width: ;
  font-size: 14px;
  color: #333;
  border-radius: 40px;
  /* Rounded border radius */
  border: 1px solid #ccc;
  width: 169px;
}
.innerPage-sec-1 .donateButtonInverse {
  font-size: 14px !important;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 40px;
  /* Rounded border radius */
}
select::-ms-expand {
  display: none;
}
select option {
  background: #fff;
  color: #333;
  border-radius: 40px;
  /* Rounded border radius */
}
/* Add styles to indicate the active state */
select:focus {
  outline: none;
  border-color: #5c7cfa;
  /* Change the color as desired */
  box-shadow: 0 0 5px rgba(92, 124, 250, 0.5);
  /* Change the shadow color as desired */
}
/* inner-page sec-2 */
.card-amount {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 36px;
  color: #2D2D2D;
  margin-left: 10px;
}
.innerPage-sec-3 {
  /* background: url(../images/keyfactsbg.png) center/cover no-repeat; */
  background-color: #36104B;
  padding: 104px 0;
  /* width: 100%; */
  /* height: 783px; */
}
.innerPage-sec-3 > h5 {
  color: White;
  margin-bottom: 55px;
}
.round {
  width: 413px;
  height: 413px;
  border-radius: 100%;
  border: 1px dotted #FFCC05;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.round-full {
  background-color: #FFCC05;
}
.round-dotted:hover {
  background-color: #FFCC05;
}
.round-img {
  margin-bottom: 16px;
}
.round h6 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.round p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #E2FFF8;
}
.photoGalleryImages2 {
  padding: 50px 0;
}
/* innerPage-sec-4 simple text */
.innerPage-sec-4 > h5 {
  margin-bottom: 20px;
}
.innerPage-sec-4 > p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #222222;
  margin-bottom: 100px;
	max-width: 650px;
	margin: 0 auto 100px;
}
.innerPage-sec-4 .row p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #6F7775;
  text-align: left;
  padding: 0 50px;
}
.inner-page-sec-4-gray {
  background-color: #F9F8FA;
}
.innerPage-sec-4 .row div:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  background-image: url('../images/seperator.png');
  width: 2px;
  height: 200px;
  /* top: 50%; */
  left: -20px;
}
/* Header */
.belowHeader .donateButton {
  border-radius: none !important;
}
.headerButton {
  background-color: #FFCC05;
  color: #36104B;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 8px;
  font-size: 14px;
  line-height: 30px;
}
.review .reviewBanner .donateButton {
  /* width: 150px; */
  width: max-content;
  margin: 36px auto 0;
  padding: 10px 25px;
  font-size: 14px;
  background-color: #36104B;
  color: #fff;
}
.headerButton:hover {
  color: #36104B !important;
}
.socialSection a i {
  background-color: #FFFAE6;
}
footer .headerButton {
  border-radius: 25px;
  padding: 10px 0;
  width: 200px;
}
header .mainHeader .socialSection i:hover {
  background-color: #FFCC05;
}
@media only screen and (max-width: 1200px) {
  .reviewInner {
    height: 400px !important;
  }
  .belowHeader .inner {
    gap: 20px !important;
  }
  .aboutInfo {
    justify-content: flex-start !important;
  }
  .aboutInfo .contactInfo {
    display: none !important;
  }
  .aboutInfo .emailInfo {
    display: none !important;
  }
  .backImage0 {
    display: none;
  }
  .review {
    background-size: 100% 27%;
  }
  .review .reviewSection {
    gap: 132px;
  }
  .review .reviewSection .firstSection {
    text-align: center;
  }
  .review .reviewSection .firstSection .title {
    text-align: center;
  }
  .volunteerImage .volFull {
    display: none;
  }
  .volunteerImage .volHalf {
    display: block !important;
  }
  .person {
    position: absolute;
    top: -30% !important;
    left: 38% !important;
  }
  .reviewOuter .owl-prev {
    right: 250px !important;
    top: 305px !important;
  }
  .reviewOuter .owl-next {
    right: 200px !important;
    top: 305px !important;
  }
}
footer.entry-footer {
    display: none;
}
@media only screen and (max-width: 991px) {
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  header {
    margin-top: 0px;
  }
  .mainHeader {
    display: none;
  }
  .secondHeader {
    display: block !important;
  }
  .footer1 {
    background-color: #36104B;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-size: 100% 50%;
  }
  .footer1 .footerInner {
    text-align: center;
  }
  .footer1 .footerInner .footerLinks .contactInfo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer1 .footerInner .footerLinks .contactInfo i {
    margin-right: 5px;
    color: #FFCC05;
  }
  .footer1 .footerInner .footerLinks .contactInfo p {
    width: 40%;
    margin-bottom: 3px;
  }
  .about-mission .row img {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .review {
    background-size: 100vw 30%;
  }
	#owl-demo .owl-dots.disabled, 
#owl-demo .owl-nav.disabled {
   display: none;
}
	
	
	.modal-dialog.paymentPopUpModal .flex {
    display: block;
}
	.popUpStepMain {
		margin-top:20px;
	}
.modal.show .modal-dialog {
    transform: none;
    width: 98%;
}
.donateInfo {
    position: relative;
    min-height: auto !important;
    height: auto !important;
}
	img.regulator-logos {
     position: relative !important;
    left: 0px !important;
    margin: 0px !important;
}
	.DonateInfoTxt p {
    font-size: 13px;
}
	.DonateInfoTxt h4 {
    font-size: 18px;
   
}
	.PaymentPopUp_1 {
    max-width: 100%;
}
	.modal.show .modal-dialog {
    transform: none;
    padding-bottom: 25px;
    padding-top: 25px;
}
	#defaultModal {
		top:10px !important;
	}
	
	.aboutHelpMain .donateButton {
  display: inline-block;
  margin-bottom: 30px;
}
	body.page-template-news-page .item .card {
		width: 18rem !important;
	}
	.footerFirst .about p {
    padding-right: 0px;
}
	.footer1 .footerInner .footerLinks .contactInfo {
    display: flex;
    justify-content: left;
    align-items: left;
}
	.footer1 .footerInner .footerLinks .contactInfo p {
    text-align: left;
}
	.footer1 .footerInner {
    text-align: center;
    padding-bottom: 0px;
}
  .review .title {
    margin-top: 5px;
    font-size: 2em !important;
  }
  .review .reviewBanner {
    padding: 10px 20px;
    height: 300px;
  }
  .review .donateButton button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .banner {
    text-align: center;
  }
  .banner * {
    text-align: center;
  }
  .banner h2 {
    font-size: 56px;
    line-height: 50px;
}
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  .item {
    width: max-content;
    margin: 5px auto;
  }
  .footerLinks {
    justify-content: center;
  }
  .subPageMain > h4 {
    font-size: 25px;
  }
  .subPageMain > h5 {
    font-size: 32px;
  }
  .about-mission img {
    margin-bottom: 30px;
  }
  .about-mission-h6 {
    margin-bottom: 28px;
    border-left: 0;
    padding-left: 0;
  }
  .about-mission .flex-wrap {
    justify-content: center;
  }
  .about-sec-1-txt {
    text-align: center;
  }
  .about-mission .row img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .about-sec-4 {
    display: none;
  }
  .subPageNav + h1 {
    font-size: 60px !important;
  }
  .innerPage-sec-1 {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .owl-prev {
    display: none;
  }
	.review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .backImage0 {
		display:none;
	}
.reviewInner {
    height: auto !important;
}
	.review .reviewBanner .donateButton {

    border: 1px solid #fff;
}
  .owl-next {
    display: none;
  }
  .carouselTitle2 {
    font-size: 30px !important;
  }
  .review {
    background-size: 100vw 30%;
  }
  .review .title {
    margin-top: 5px;
    font-size: 30px !important;
  }
	br {
		display:none;
	}
  .review .reviewBanner {
    padding: 70px 20px;
    height: auto;
    flex-direction: column;
  }
  .review .reviewBanner .heading img {
    /*width: 200px;*/
  }
  .review .donateButton button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .review .reviewSection .firstSection {
    text-align: center;
    /*min-width: 279px;*/
  }
  .review .reviewSection .firstSection .title {
    text-align: center;
    font-size: 20px;
  }
	.review .reviewSection .secondSection .reviewOuter .reviewInner {
		width:100%;
	}
  .review .reviewSection .secondSection {
    min-width: 100%;
  }
  .review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox p {
    padding: 10px;
 font-size: 15px;
    margin-bottom: 0;
    padding: 30px 10px 30px 60px;
    text-align: left;

}

  .review .reviewSection .secondSection .reviewOuter .reviewInner .reviewBox .mainPic {
    width: 50px;
    left: 0;
    top: 30%;  }
	.review .reviewSection {
    gap: 50px;
}
  .person {
    position: absolute;
    top: -26% !important;
    left: 38% !important;
    display: none;
  }
  .item {
    width: max-content;
    margin: 5px auto;
  }
  .subPageMain > h4 {
    font-size: 23px;
  }
  .subPageMain > h5 {
    font-size: 32px;
    line-height: 50px;
    padding: 0 15px;
}
  .subPageNav > * {
    font-size: 15px !important;
  }
	.subPageNav.text-center {
    margin-bottom: 10px;
}
.appeals-main .card {
   width: 18rem !important;
    margin-bottom: 15px
}
  .subPageNav + h1 {
    font-size: 56px !important;
    line-height: 50px;
  }
 .about-mission .row img {
    display: none;
}
	.subPageMain {
    padding: 75px 0;
}
	.about-mission .flex div h6 {
    text-align: center;
}
	
}
/*# sourceMappingURL=style.css.map */
/* PopUps */
.giftPopUpBody {
  background-color: #fff;
  padding: 25px 40px;
  text-align: center !important;
  border-radius: 35px;
  height: 455px;
  max-width: 360px;
}
.giftPopUpBody .flex {
  align-items: center;
  justify-content: space-around;
  /* width: 50%; */
	display: block;
}
.giftPopUpTitle {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  color: #141515;
	margin-bottom:15px;
}
.giftPopUpTitle img {
    width: 35px;
	margin-top:10px;
}
.giftPopUpTitle img {
  position: relative;
  top: -9px;
}
.giftPopUpTitle + button {
  position: relative;
  top: -10px;
  cursor: pointer;
}
.giftPopUpBody h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 21px;
}
.giftPopUpBody h2 span {
  color: #FFCC05;
}
.giftPopUpBody p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
/* .giftPopUpButton {
  position: relative;
  top: -50px;
  display: block;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  z-index: 20000;
} */
.giftPopUpBody h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 7px;
}
.subPageMain .card {
    /*width: auto !important;*/
}
/* custom popUP */
.popupOverlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* DonateInfo */
.donateInfo {
  width: 100%;
  max-width: 667px;
  background: #FFFFFF;
  box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
}
.donateInfo div:nth-child(1) img {
  max-width: 100%;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.donateInfo div:nth-child(2) img {
  margin: 21px 0 18px;
  width: 67px;
  height: 67px;
  align-self: left;
}
.DonateInfoTxt {
  padding: 0 20px 0 30px;
}
.DonateInfoTxt h4 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #2D2D2D;
  line-height: 36px;
}
.DonateInfoTxt p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #6F7775;
}
/* donateInfo DIv complete */
.modal-dialog {
  max-width: 1170px !important;
  pointer-events: all !important;
}
/* step 1 */
.PaymentPopUp_1 {
  width: 100%;
  max-width: 448px;
}
.popUpStepMain .giftPopUpBody {
  height: 100%;
  width: auto;
	position:relative;
}
.PaymentPopUp_1 img {
  max-width: 100%;
  margin-bottom: 10px;
}
/* step 2 */
.paymentnPopUpForm select, 
.paymentnPopUpForm input, .paymentnPopUpForm textarea {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  color: #000;
  border-radius: 121px;
  background: rgba(234, 234, 234, 0.3);
  border: none;
  outline: none;
  font-family: 'Manrope';
  font-size: 15px !important;
  margin-bottom: 13px;
  
  border:1px solid #e7e7e7;
}
.paymentnPopUpForm textarea {
  border-radius: 35px;
  height: 105px !important;
}
.paymentnPopUpForm .giftPopUp2 {
  padding-left: 30px;
  padding-right: 30px;
}
.paymentnPopUpForm .giftPopUpButton {
  position: relative;
  top: 0px;
}
/* step 3 */
.paymentnPopUpForm input, .paymentnPopUpForm textarea {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  color: #000;
  border-radius: 50px;
  background: rgba(234, 234, 234, 0.3);
  border: none;
  outline: none;
  font-family: 'Manrope';
  font-size: 14px;
  margin-bottom: 13px;
}
.paymentnPopUpForm textarea {
  border-radius: 35px;
  height: 155px;
}
.paymentnPopUpForm .giftPopUp2 {
  padding-left: 30px;
  padding-right: 30px;
}
.paymentnPopUpForm .giftPopUpButton {
  position: relative;
  top: 0px;
	 
}
/* paymentPopUp 3 ____ PaymentForm */
.PaymentPopUp_3 .giftPopUpTitle {
  white-space: nowrap;
}
.PaymentPopUp_3 .giftPopUp2 img {
  margin-bottom: 0;
}
.paymentAmmountContainer {
    padding: 15px 25px;
    border: 1px solid #f1f1f1;
    border-radius: 39px;
    max-width: 280px;
	margin-bottom: 15px;
}
.paymentAmmountContainer h4 {
 	font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    color: #2D2D2D;
    /* white-space: nowrap; */
    position: relative;
    left: 0px;
}
div#card-field {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    color: #000;
    border-radius: 121px;
    background: rgba(234, 234, 234, 0.3);
    border: none;
    outline: none;
    font-family: 'Manrope';
    font-size: 14px;
    margin-bottom: 13px;
}
.paymentAmmountContainer h5 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  margin-bottom:0px;
	color: #ffcc05 !important;
}
input.donateButton.giftPopUpButton {
    background: #ffcc05 !important;
}
div.paymentnPopUpForm {
    position: relative;
}
button.close.close-modal {
        position: absolute;
    background: #ccc;
    top: 0px;
    padding: 12px;
    line-height: 20px;
    right: 0px;
    border-radius: 0 35px 0 15px;
    display: block;
}
.paymentAmmountContainer h5:before {
  content: "£";
  font-size: 18px;
}
.text-left {
  text-align: left !important;
}
.paymentAmmountContainer p {
  text-align: left;
}
.counterSystem span {
  padding: 12px 9.4px;
  border: 1.5px solid #36104B;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 60px;
}
.counterSystem span:nth-child(1) {
  border-top-left-radius: 10.5px;
  border-bottom-left-radius: 10.5px;
}
.counterSystem span:nth-child(3) {
  border-top-right-radius: 10.5px;
  border-bottom-right-radius: 10.5px;
}
.counterSystemContainer {
  justify-content: space-between !important;
}
.counterSystemContainer > span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFCC05;
}
.paymentFormContainer input, .cardDetails span {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  color: #000;
  border-radius: 121px;
  background: rgba(234, 234, 234, 0.3);
  border: none;
  outline: none;
  font-family: 'Manrope';
  font-size: 14px;
  margin-bottom: 13px;
}
.paymentFormContainer {
  margin-bottom: 20px;
    font-family: 'Nunito';
}
.paymentFormContainer h4 {
    text-align: center !important;
    display: block;
    font-size: 20px;
}
.card-input input {
  flex: 1;
  height: 30px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  color: #000;
  border-radius: 121px;
  background: rgba(234, 234, 234, 0.3);
  border: none;
  outline: none;
  font-family: 'Manrope';
  font-size: 14px;
  margin-bottom: 13px;
  height: 51PX;
}
.card-input .additional-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-basis: 30%;
  font-style: italic;
  color: #999;
  padding: 5px;
}
.display-inline {
  display: inline !important;
}
.paymentFormContainer input.paymentCheckBox {
  width: 10% !important;
}
/* .paymentPopUpModal .flex > div{
  margin: 0 auto;
} */
.modal-content {
  margin: 0 auto;
  width: max-content !important;
}
.giftPopUpbody1 {
  width: max-content;
  margin: 0 auto;
}

#owl-demo .owl-dots.disabled, 
#owl-demo .owl-nav.disabled {
   display: block;
    position: absolute;
    top: 36%;
    left: 3.2%;
}
	
/* body.home button.owl-prev, 
body.home button.owl-next {
    width: 45px;
    height: 45px;
	margin-bottom:16px;
    display: block;
    border-radius: 25px;
    border: 1px solid #ccc !important;
    color: #fff !important;
} */

 button.owl-prev, 
 button.owl-next {
    width: 45px;
    height: 45px;
	margin-bottom:16px;
    display: block;
    border-radius: 25px;
    border: 1px solid #ccc !important;
    color: #fff !important;
}





.card-body{
	padding-bottom: 34.7px !important;
}

.card-date{
    top: 226.5px !important;
    left: 6% !important;
}

.popularAppeal .card-body .card-title{
	white-space: nowrap !important;
}
.newsAndArticles .card-body .card-title{
	white-space: normal !important;
}

.giftPopUpBody p{
	font-size: 14px;
}
.recieveCall input{
	margin-right 2px !important;
}

.subPageMain > h4{
	color: #FFCC05 !important;
}
/* 
.photoGallery p{
	font-family: 'CaveatRegular' !important;
} */

.about-mission .flex img {
	height: 55px;
}

.about-mission .row > div:nth-of-type(1) img{
	 position: relative;
top: 46px;
    scale: 1.3;
}
	
.mission-gain-main{
	background-color: #fff !important;
}

.donateButton{
	font-weight: 700;
}

.about-sec-4 .container  flex{
	justify-content: center !important;
	gap: 150px;
}

header .mainHeader .aboutInfo .emailSection{
	padding-left: 26px;
	border-left: 0.1px solid #EEE9DB;
}


.facts_about{
	justify-content: center;
	gap: 150px;
}

/* #owl-demo3 .owl-dots.disabled, 
#owl-demo3 .owl-nav.disabled {
   display: block;
    position: absolute;
    top: 36%;
    left: 3.2%;
}
	
.reviewOuter .owl-dots.disabled, 
.reviewOuter .owl-nav.disabled  {
    width: 45px;
    height: 45px;
	margin-bottom:16px;
    display: block;
    border-radius: 25px;
    border: 1px solid #ccc !important;
    color: #fff !important;
} */


body.page-template-news-page .item .card {
	height: 100%;

}

.item {
    margin: 30px auto;
    height: 89%
}

body.page-template-news-page .item .card img {
    background: #ccc;
    max-height: 245px;
}


.ri-arrow-left-fill{
	position: absolute;
	top: 50%;
	left: -6%;
	cursor: pointer;
} 


.ri-arrow-right-fill{
	position: absolute;
	top: 50%;
	right: -6%;
cursor: pointer;
} 

.ri-arrow-left-fill::before{
content: url('https://missionsalaam.uk/wp-content/uploads/2023/05/left-arrow-icon.png');	
	font-size: 14px;
	padding: 15px !important;
/* 	  transform: rotate(180deg); */
	  border: 2px solid #36104B;
  border-radius: 50%;
  padding: 5px;
  color: #36104B;
  font-family: none;

}

.ri-arrow-right-fill::before{
	content: url('https://missionsalaam.uk/wp-content/uploads/2023/05/right-arrow-icon-1.png');
	font-size: 14px;
	padding: 15px !important;
		  border: 2px solid #36104B;
  border-radius: 50%;
  padding: 5px;
  color: #36104B;
  font-family: none;
	
}

.slick-dots{
	display: none !important;
}


.about-mission-h6 + .flex{
	flex-wrap: nowrap !important;
}

.about-mission-h6 + .flex > .flex{
	max-width: 276px;
	column-gap: 20px !important;
}




@media only screen and (max-width: 992px){
	
	.about-sec-4 {
		display: none;
	}
	
	.about-mission .row > div:nth-of-type(1) img{
	 position: relative;
	top: 0;
    scale: 1;
}
	
	
.ri-arrow-left-fill{
	left: -9%;
	} 

.ri-arrow-right-fill{
	right: -9%;
} 

}

@media only screen and (max-width: 767px){
	
	
	.ri-arrow-left-fill{
	position: absolute;
	left: 40%;
	top: 100%;
} 

.ri-arrow-right-fill{
position: absolute;
top: 100%;
	left: 50%;
} 

.newsAndArticles #owl-demo2 .ri-arrow-left-fill,
.newsAndArticles  #owl-demo2 .ri-arrow-right-fill{
	display: none;
}
	
.ri-arrow-left-fill {
    position: absolute;
    left: 37%;
    top: 100%;
	}
	
	
	.about-mission .flex div p{
	text-align: left;
}
	
	
	.about-mission-h6 + .flex{
	flex-wrap: wrap !important;
}


.mission-gain-main .ri-arrow-right-fill{
position: absolute;
top: 104%;
	left: 13%;
}

	
		
.mission-gain-main	.ri-arrow-left-fill{
	position: absolute;
	left: 40%;
	top: 104%;
} 
	
	.regulatorNumber{
		display: none;
	}
	
}


@media only screen and (max-width: 557px){
.ri-arrow-left-fill {
    position: absolute;
    left: 37%;
    top: 100%;
	}

.newsAndArticles #owl-demo2 .ri-arrow-left-fill,
.newsAndArticles #owl-demo2 .ri-arrow-right-fill{
	display: none;
}

.mission-gain-main .ri-arrow-left-fill {
    position: absolute;
    left: 37%;
    top: 104%;
}

	
	#donateInfoLogo{
		left: 0;
	}

}

.newsAndArticles #owl-demo2 .ri-arrow-left-fill,
.newsAndArticles #owl-demo2 .ri-arrow-right-fill{
	display: none;
}



.ri-arrow-left-fill ,
.ri-arrow-right-fill {
	display: block !important;
}

.innerPage-sec-1 h2,
.innerPage-sec-1 h6{
font-family: 'Nunito';
font-style: normal;
font-weight: 900;
font-size: 40px;
line-height: 90px;
}

.news-section-home .popularAppeal .carousel .responsive .item {
	padding: 0 10px 0;
}

.photoGallery p{
	font-family: 'Nunito';
}




.reviewOuter button.owl-next span, .reviewOuter button.owl-prev span{
	display: none;
}

.reviewOuter button.owl-next::after{
	content: url('https://missionsalaam.uk/wp-content/uploads/2023/05/right-arrow-icon-1.png');
}

.reviewOuter button.owl-prev::after{
	content: url('https://missionsalaam.uk/wp-content/uploads/2023/05/left-arrow-icon.png');
}


.card .card-footer .ri-arrow-right-line{
	content: url('https://missionsalaam.uk/wp-content/uploads/2023/05/read-icon.png');
}
.open-sub-modal,
.card-amount {
	display: block;
	width: max-content;
	margin: 10px auto 0;
	
}

#donateInfoLogo{
	width: 234px !important; 
/* 	width: 300px !important; */
    height: auto !important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
}

.regulatorNumber{
color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 55px;
    right: 12px;
    font-weight: 600;
}

.go_to_step_2{
	    position: absolute;
    bottom: 20px;
    display: block;
    width: max-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.lastPopUpHeading{
	margin-bottom: 60px !important;
}

.review .reviewSection{
	padding-top: 100px;
    margin-top: 50px
}

.popularAppeal .carousel .responsive .item .card .card-footer,
body.page-template-news-page .item .card .card-footer{
	padding: 17px 27px 17px;
	    border: 1px solid #EEE9DB !important;
}

.giftPopUpButton {
	display: block;
}


.getCallForm{
	margin-bottom: 132px;
}

#pay_4 .giftPopUpBody h2{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 11px;
}

.getCallForm label{
	font-family: 'Nunito';
	cursor: pointer;
	font-weight: 700;
}

.getCallForm input{
	display: inline-block;
	margin: 0;
	width: max-content;
	cursor: pointer;
}

.getCallForm .flex{
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	PADDING: 10px 0;
    border-bottom:0.1px solid #EEE9DB;
}

#pay_4 .giftPopUpBody {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.go_to_step_2{
display: block !important;
    width: 100% !important;
    position: relative !important;
    bottom: 0 !important;
}

.home-donation h6 {
	font-weight: 900 !important;
}
.about-mission .row > div:nth-of-type(1) img{
	left: 40px !important;
}

.about-mission .flex div p{
	width: 201px;
}

.news-section-home{
	margin-top: 0;
}

.round.round-dotted img {
    background: #36104B;
    border-radius: 75px;
    padding: 25px;
    width: 58%;
}

.round img{
	padding: 25px;
	width: 58%;
}



@media only screen and (min-width: 1800px){
.about-mission .row > div:nth-of-type(1) img {
    position: relative;
    top: 46px;
    scale: 1.3;
    left: 125px !important;
	}
}

@media only screen and (max-width : 767px){
/* 	.innerPage-sec-1{
		display: block;
		    padding: 20px 0;
    position: relative;
    top: -67px;
}
	}
	
	.innerPage-sec-1 h6{
		margin-bottom: 29px;
	}
	
	.innerPage-sec-1 .flex{
		flex-direction: column;
	}
	.innerPage-sec-1 input{
		width: 100% !important;
		max-width: 300px;
	}
 */
	.about-mission .row > div:nth-of-type(1) img{
		left: 0 !important;
		margin-bottom: 20px;
	}
	
	.about-mission .flex div p{
		text-align: center !important;
	}
	
	.about-mission .row img{
/* 		display: block; */
	}
	
	.innerPage-sec-4 .col-lg-6 p{
		text-align: center !important;
		
	}
	
	.innerPage-sec-4 .row div:nth-of-type(2):before{
		display: none;
	}
	
	.innerPage-sec-4 > p{
		margin-bottom: 85px;
	}
	
	.card-footer .footerLinks{
		justify-content: space-between;
	}
	
	
	
	.modal-dialog.paymentPopUpModal .flex{
		display: flex;
		flex-wrap: wrap-reverse;
	}
	
	
}


@media only screen and (max-width: 576px){
.review {
    background-size: 100vw 45%;
}
	
	.review .reviewSection .secondSection .reviewOuter .owl-nav{
		position: absolute;
    bottom: -28%;
    left: 0;
    right: 0;
    margin: 0 auto;
		
	}
	
	
}


@media only screen and (max-width: 470px){
	
	.round{
		height: 330px;
		width: 330px;
	}
	
	.round h6{
		font-size: 18px;
		line-height: 25px;
	}
	
	.round p{
		font-size: 10px;
		line-height: 18px;
	}
	
	.round.round-dotted img,
	.round img{
		height: 100px;
		width: 100px;
		padding: 0;
	}
	
	.round:hover{
		background: none;
	}

}

@media only screen and (max-width: 400px){
	.ri-arrow-left-fill {
		    left: 33%;
	}
	
	.ri-arrow-right-fill{
		left: 52%;
	}
}

.round img {
	display: none;
}
