@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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




:root {
  --meemli-highlite-box-bordor-color: #bbb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
select,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', serif;

}

h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 24px;
}

p {
  color: hwb(345deg 12% 86% / 70%);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

ul li,
ol li {
  list-style: none;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

p {
  font-family: 'Montserrat', sans-serif;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}

#header-1 {
  background: var(--9AD0C2, #9ad0c2);
  width: 100%;
}

.innerheader-1 {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.opt {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.opt a {
  color: var(--231F20, #231f20);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.opt a:hover {
  color: #e43307 !important;
}

#header-2 {
  width: 100%;
  border-bottom: 1px solid rgba(35, 31, 32, 0.1);
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger span {
  position: relative;
  display: block;
  background: #F15F3A;
  width: 32px;
  height: 3px;
  margin-bottom: 4px;
  transition: 0.4s ease-in-out;
}

.overflow {
  overflow: hidden;
}

.innerHeader-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
}

#navbar ul {
  display: flex;
  align-items: center;
  gap: 48px;
}

#navbar ul li a {
  color: var(--231F20, #231f20);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
}

#navbar ul li a:hover {
  color: var(--F15F3A, #e43307);
}

/* #navbar ul li a.active {
  color: var(--F15F3A, #e43307) !important;
} */
#navbar ul li a.active:not(:last-child) {
  color: var(--F15F3A, #e43307) !important;
}


.nav-btn a {
  border-radius: 24px;
  background: #e43307;
  display: inline-block;
  padding: 15px 32px;
/*   color: var(--FFFFFF, #fff) !important; */
	color: var(--FFFFFF, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
}

/* .nav-btn a:hover {
  display: inline-block;
  background: #e43307!important;
}
 */
.banner-section {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  /* height: 744px; */
  background-position: center top 0px;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.intro {
  width: 50.5%;
  height: 503px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 24px;
}

.intro h2 {
  color: var(--FFFFFF, #fff);
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  width: 70%;
  margin-bottom: 20px;
}

.intro p {
  color: var(--231F20, #231f20);
/*   font-size: 20px; */
	font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  width: 80%;
}

.ban-img {
  width: 45%;
}

.ban-img img {
  width: 100%;
}

.spootlight-section {
  text-align: center;
  width: 100%;
  margin-top: 100px;
}

.spootlight-section h3 {
  color: var(--231F20, #231f20);
/*   text-align: center; */
		  text-align: start;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.spootlight {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
  justify-content: start;
}

.spotlight-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  border-radius: 20px;
/*  border: 1px solid var(--Border, #e2e2e2);*/
  border: 1px solid var(--meemli-highlite-box-bordor-color);
  background: var(--FFFFFF, #fff);
  width: 32.5%;
  text-align: start;
  position: relative;
/*   margin-right: 16px; */
/*   height: 488px; */
	 min-height: 300px;
}
.box-con h6 {
    overflow: hidden;          
    /*white-space: nowrap;        */
    text-overflow: ellipsis;    
    max-width: 100%;            
}
.box-con h6 {
  color: var(--231F20, #231f20);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 22px;
/*   margin-left: 7px; */
  margin-bottom: 17px;
}

.box-con p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-left: 7px;
  display: -webkit-box;
	/* Lloyd removing line truncation 
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	*/
  overflow: hidden;
}

.read {
  display: flex;
  align-items: center;
  gap: 9px;
/*   margin-left: 7px; */
  margin-top: 24px;
  margin-bottom: 32px;
  transition: transform 0.3s ease-in-out;
}

.read a {
  color: var(--F15F3A, #f15f3a);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
}

.read:hover {
  transform: scaleY(1.2);
}

.read a:hover {
  color: var(--F15F3A, #e43307) !important;
}

.date {
  color: var(--FFFFFF, #fff);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 26px;
  background: var(--F15F3A, #f15f3a);
  width: 117px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 27px;
  top: 30px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.date:hover {
  background-color: var(--F15F3A, #e43307);
}

.box-con {
  width: 100%;
}

.box-con img {
  width: 100%;
  max-height: 244px;
}

.help-section {
  margin-top: 103px;
  width: 100%;
/*   background: var(--FFFEF0, #fffef0); */
  height: 584px;
  text-align: center;
}

.help-content {
  padding-top: 100px;
  position: relative;
}

.help-content img {
  margin-top: 15px;
	width:100%;
}

.help-content h3 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 32px;
  margin-left: 30px;
}

.options {
  display: flex;
  justify-content: center;
  gap: 110px;
  position: absolute;
  left: 4.6%;
  top: 326px;
}

.opt-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.opt-2 a {
  color: var(--231F20, #231f20);
  font-family: "Arvo";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.opt-2 a:hover {
  color: var(--F15F3A, #e43307) !important;
}

.opt-2 img {
  height: 96px;
  width: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.service-section {
  width: 100%;
  text-align: center;
  margin: 100px 0;
}

.service-section h3 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.all-services {
  margin-top: 32px;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 16px;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 416px;
  border-radius: 20px;
  border: 1px solid var(--Border, #e2e2e2);
  background: var(--FFFFFF, #fff);
  text-align: start;
  padding: 22px 20px 30px 20px;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  border-radius: 20px;
  background: var(--F15F3A, #f15f3a);
}

.service-box:hover,
.service-box:hover * {
  color: #fff;
}

.service-box:hover .discover img {
  filter: brightness(0) invert(1);
}

.service-box:hover .serv-con h5 {
  border-bottom: 1px solid #fff;
}

.service-box:hover .serv-con p {
  color: #fff;
  opacity: 1;
}

.service-box h5 {
  color: var(--231F20, #231f20);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.5);
  padding-bottom: 8px;
  margin-bottom: 17px;
}

.service-box p {
  color: var(--231F20, #231f20);
/*   font-size: 14px; */
	font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.discover {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  margin-bottom: 32px;
  transition: transform 0.3s ease-in-out;
}

.discover a {
  color: var(--F15F3A, #f15f3a);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.ser-img {
  width: 100%;
}

.ser-img img {
  width: 266px;
  height: 220px;
  margin: auto;
  display: flex;
}

.discover:hover {
  transform: scaleY(1.2);
}

.discover a:hover {
  color: var(--F15F3A, #fff);
}

.academy-section {
  background: var(--FFFEF0, #fffef0);
  width: 100%;
  height: 582px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-section .container {
  display: flex;
  gap: 16px;
  margin-top: 132px;
}

.about-info h3 {
  color: var(--231F20, #231f20);
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 26px;
}

.about-info p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.purpose {
  display: flex;
  gap: 16px;
  margin-top: 38px;
}

.purpose-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-top: -10px;
}

.purpose-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.purpose-head h6 {
  color: var(--231F20, #231f20);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.purpose-para p {
  color: var(--231F20, #231f20);
/*   font-size: 14px; */
	font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 12px;
}

.about-info a {
  color: var(--FFFFFF, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 24px;
  background:#e43307;
  width: 167px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  transition: all 0.2s ease-in-out;
}

.about-info a:hover {
/*   background: #e43307 !important; */
	color: #fff !important;
}

.about-video {
  margin-top: -30px;
  position: relative;
}

.video {
  position: absolute;
  left: 41%;
  top: 36%;
}

.sponser-section {
  width: 100%;
  text-align: center;
/*  margin-top: 96px;
  margin-bottom: 140px;
*/
}

.all-sponsers {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  position: relative;
  /* overflow: hidden;  */
}

.sponser {
  border-radius: 20px;
  border: 1px solid var(--Border, #e2e2e2);
  background: var(--FFFFFF, #fff);
  width: 308px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponser-info:hover .sponser {
  border: 1px solid var(--F15F3A, #f15f3a);
}

.sponser-info:hover h6 {
  color: #f15f3a;
}

.sponser-info h6 {
  color: var(--231F20, #231f20);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.sponser-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.sponser-name img {
  display: none;
}

.sponser-info:hover .sponser-name img {
  display: block !important;
}

.sponser-section h3 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 24px;
}

.sponser-info {
  margin-right: 16px;
}

.all-sponsers .slick-dots {
  bottom: -64px;
}

.all-sponsers .slick-dots li button {
  visibility: hidden;
}

.all-sponsers .slick-dots li {
  width: 48px;
  height: 8px;
  border-radius: 6px;
  background: var(--CDCFD0, #cdcfd0);
}

.all-sponsers .slick-dots li.slick-active {
  width: 96px;
  background: var(--F15F3A, #f15f3a);
}

#footer {
  background: var(--FFFEF0, #fffef0);
  padding-top: 80px;
}

.foot-content {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 46px;
}

.logo-area img {
  width: 304px;
  height: 64px;
}

.logo-area p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.7;
  margin-top: 36px;
}

.logo-area {
  width: 31%;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
}

.social img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.link-area {
  display: flex;
  gap: 88px;
}

.quick-links h6 {
  color: var(--231F20, #231f20);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 28px;
}

.links ul li a {
  color: var(--231F20, #231f20);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s ease-in-out;
}

.links ul li a:hover {
  color: #e43307 !important;
}

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

.quick-links {
  margin-left: 36px;
  margin-right: 65px;
}

.news-area h6 {
  color: var(--231F20, #231f20);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.news-area p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 28px;
  margin-bottom: 24px;
}

.news-area .inputstyle {
  width: 416px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--Border, #e2e2e2);
  background: var(--FFFEF0, #fffef0);
  padding-left: 14px;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 30px;
}

.news-area input.inputstyle::placeholder {
  color: var(--231F20, #231f20);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
}

.news-area {
  width: 416px;
}

.Subscribe-btn {
  width: 180px;
  height: 48px;
  border-radius: 24px;
  background: var(--F15F3A, #f15f3a);
  color: var(--FFFFFF, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #f15f3a;
}

.Subscribe-btn:hover {
  background-color: #e43307;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.copy p {
  color: var(--231F20, #231f20);
/*   font-size: 14px; */
	font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
}

.copy span a {
  color: var(--231F20, #231f20);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
}

.spootlight-section .slick-initialized .slick-slide {
  display: flex !important;
}

/* about page  */

.about-banner-section {
  background: var(--FFFEF0, #fffef0);
  height: auto;
  width: 100%;
  padding-top: 16%;
}

.about-banner-content {
  display: flex;
  padding-bottom: 33px;
}

.about-banner-img {
  width: 50%;
  margin-top: -32px;
  margin-left: 24px;
}

.about-banner-img img {
  width: 100%;
}

.about-banner-content h2 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  /* 125% */
}

.about-banner-content p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 24px;
}

.about-banner-info {
  width: 632px;
}

.aims-section {
  margin-top: 100px;
  display: flex;
  gap: 24px;
}

.aim-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(256deg, #fe6c40 4.4%, #ff8f46 108.23%);
  width: 40%;
  height: 402px;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.aim-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg,
      #9ad0c2 20.81%,
      rgba(154, 208, 194, 0.4) 106.42%);
  width: 58%;
  height: 402px;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.aim-content h4 {
  color: var(--231F20, #231f20);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 17px;
}

.aim-content p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  width: 90%;
}

.verification {
  margin-top: 100px;
  display: flex;
}

.verification-content {
  width: 51%;
  margin-top: 52px;
}

.content-1 p {
  color: var(--231F20, #231f20);
/*   font-size: 18px; */
	font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  width: 91%;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  opacity: 0.7;
}

.content-1 p::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 150px;
  left: 0;
  top: -10px;
  background: url(../images/border.png);
}

.content-2 p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.7;
  margin-top: 30px;
  width: 90%;
}

.verification-content h3 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 32px;
}

.testimonials {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 162px;
  position: relative;
}

.testimonial-outer {
  width: 83%;
  height: 297px;
  border-radius: 24px;
  background: var(--9AD0C2, #9ad0c2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 148px 0 148px;
  position: relative;
}

.testimonial-inner {
  text-align: center;
  margin-top: 52px;
}

.testimonial-inner span {
  color: var(--231F20, #231f20);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}

.testimonial-inner p {
  color: var(--231F20, #231f20);
  font-family: 'Montserrat', sans-serif;
/*   font-size: 28px; */
	font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.testimonial-inner h6 {
  color: var(--231F20, #231f20);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.colon-img {
  position: absolute;
  top: -65px;
}

.faqs-section {
  margin-top: 100px;
  display: flex;
  margin-bottom: -33px;
}

.faq-content h4 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.faq-content p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: 90%;
  margin-top: 24px;
}

.faq-content {
  width: 42%;
}

.query-content {
  width: 50%;
}

.QA-content {
  background: var(--F8F8F8, #f8f8f8);
  padding: 0 38px;
  border-radius: 20px;
  width: 116%;
}

.question {
  display: flex;
  justify-content: space-between;
  height: 76px;
  align-items: center;
}

.question h6 {
  color: var(--231F20, #231f20);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 3px;
}

.answer {
  display: none;
}

.answer p {
  color: var(--FFFFFF, #000);
/*   font-size: 14px; */
	font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: -1px;
  padding-bottom: 26px;
  margin-left: -10px;
}

.query-active {
  border-radius: 20px;
  background: var(--F15F3A, #f15f3a);
  color: #fff !important;
}

.query-active h6,
.query-active p {
  color: #fff;
}

.query-content ol li {
  margin-bottom: 32px;
}

.compliments {
  margin-top: 27px;
  display: flex;
}

.compliment-content h5 {
  color: var(--231F20, #231f20);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 32px;
}

.compliment-content p {
  color: var(--231F20, #231f20);
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.compliment-content {
  width: 43%;
  margin-top: 169px;
}

.compliment-content a {
  width: 178px;
  height: 48px;
  border-radius: 24px;
  background: var(--F15F3A, #f15f3a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: var(--FFFFFF, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.compliment-content a:hover {
  background-color: #e43307;
}

.compliment-slider-box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 16px;
  padding: 17px;
  margin-left: 110px;
  margin-top: 55px;
}

.compliment-slider-content {
  width: 402px;
  border-radius: 24px;
  border: 1px solid var(--Border, #e2e2e2);
  background: var(--FFFFFF, #fff);
  padding: 40px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.compliment-slider {
  width: 57%;
  display: flex;
  justify-content: center;
  position: relative;
}

.rating {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.rating span {
  color: #765a53;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.comments p {
  color: var(--231F20, #231f20);
  font-family: 'Montserrat', sans-serif;
/*   font-size: 20px; */
	font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.pupil {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  margin-top: 53px;
  padding-top: 32px;
}

.pupil-img img {
  width: 60px;
  height: 60px;
}

.pupil-name h6 {
  color: var(--231F20, #231f20);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.pupil-name p {
  color: #765a53;
  font-family: 'Montserrat', sans-serif;
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px;
}

.arrow-1 {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 16%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #f15f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.arrow-2 {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #f15f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}


.arrow-active {
  background-color: #f15f3a;
}

.arrow-active img {
  filter: brightness(0) invert(1);
}

.about-footer {
  margin-top: 78px !important;
}

.aim-box::after {
  position: absolute;
  content: "";
  background-image: url(../images/Vector.svg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.aim-box-2::after {
  position: absolute;
  content: "";
  background-image: url(../images/Pattern.svg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.opt::after {
  position: absolute;
  border-right: 1px solid gray;
  width: 100%;
  height: 225%;
  content: "";
  left: 41%;
  opacity: .5;
}

.opt:last-child::after {
  display: none;
}


.compliment-slider-content.slick-initialized.slick-slider {
  margin: 0 20px;
}

.testimonial-outer::before {
  position: absolute;
  content: "";
  background-image: url(../images/Maskgroup.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.meemli-academy-title {
/*   max-width: 880px; */
  margin: auto;
  text-align: center;
}

section.meemli-acdemy-sec {
/*   background: var(--FFFEF0, #FFFEF0); */
  padding: 100px 0;
}

.meemli-academy-title h2 {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	 text-align: start;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 24px;
}

.meemli-academy-title p {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	 text-align: start;
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  opacity: 0.7;
  padding-bottom: 48px;
}

.meemli-acd-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -10px;
}

.meemli-acdmy-box {
  padding: 0 10px;
  margin-bottom: 60px;
}

.meemli-acdmy-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.meemli-acdmy-box a:hover span {
  color: var(--F15F3A, #e43307);
}

.meemli-acdmy-box a img {
  margin-bottom: 20px;
  height: 48px;
  width: 48px;
  object-fit: cover;
}

.meemli-acdmy-box a span {
  color: var(--231F20, #231F20);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

a.site-btn {
  border-radius: 24px;
  background:#e43307;
  color: var(--FFFFFF, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  padding: 15px 32px;
  display: inline-block;
  text-transform: capitalize;
}

.acdmt-button a {
  margin: auto;
  display: flex;
  width: max-content;
}

a.site-btn:hover {
/*   background-color: var(--F15F3A, #e43307); */
 color: #fff !important;	
}
a.site-btn2 {
  border-radius: 24px;
  border: 1px solid var(--F15F3A, #F15F3A);
  display: flex;
  width: 260px;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  color: var(--F15F3A, #F15F3A);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  text-transform: capitalize;
  gap: 10px;
}
a.site-btn2:hover {
  background-color:#e43307;
  color: #fff !important;
}

.how-to-donate-btn-wrap {
  display: flex;
  gap: 24px;
}

section.blog-detail-page {
  padding-top: 13%;
}

.spotlight-box.deatil-blogs {
  width: 100%;
  border: none;
  height: auto;
}

.spotlight-box.deatil-blogs .box-con img {
  margin-bottom: 20px;
  width: auto;
  height: auto;
}

img.video-bg {
  object-fit: cover;
  border-radius: 20px;
}

section.other-links-sec {
  height: calc(100% - 81px);
  padding-top: 81px;
  display: flex;
  justify-content: space-between;
/*   border-bottom: 1px solid #e9e7db; */
  align-items: center;
  max-width: 1350px;
  margin: auto;
}

.other-link-wrap a {
  color: var(--231F20, #231F20);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
}

.other-link-wrap .linkaboutread_title{
	font-size:1.5em;	
}

.other-link-wrap {
  width: 35%;
  border-right: 1px solid #e9e7db;
  padding: 18px 0 18px 48px;
}

.other-links-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.other-links-list {
  width: 65%;
}

.other-links-list ul li {
  text-align: center;
  display: flex;
  width: 25%;
  margin: auto;
  justify-content: center;
  border-right: 1px solid #e9e7db;
  padding: 19px 0;
  text-transform: uppercase;
}

.other-links-list ul li:last-child {
  border-right: none;
}

.other-links-list ul li a {
  color: var(--231F20, #231F20);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 112.5% */
}

.other-links-list ul li:hover {
  background-color:#e43307;
  color: #fff;
}

.other-links-list ul li:hover a {
  color: #fff !important;
}

.other-link-wrap a img {
  margin-left: 16px;
}

section.about-banner-sec {
  min-height: 322px;
  padding: 48px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-banner-textarea h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 20px;
}

.about-banner-textarea {
  max-width: 686px;
}

.about-banner-textarea p {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  padding-bottom: 20px;
}

.about-banner-logo img {
  border-radius: 72px 0px 0px 0px;
  border-top: 1px solid var(--CDCFD0, #CDCFD0);
  border-left: 1px solid var(--CDCFD0, #CDCFD0);
  background: var(--FFFFFF, #FFF);
  padding: 40px 70px;
}

.about-banner-logo {
  padding: 8px 0 0 8px;
  border-radius: 80px 0px 0px 0px;
  border-top: 1px solid var(--CDCFD0, #CDCFD0);
  border-left: 1px solid var(--CDCFD0, #CDCFD0);
  background: var(--FFFFFF, #FFF);
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-banner-textarea p:last-child {
  padding-bottom: 0;
}

section.about-mission-sec {
  padding: 80px 0;
}

.our-mission-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
  align-items: flex-start;
}

.our-mission-wrap:last-child {
  margin-bottom: 0;
}

.our-mission-icon {
  width: 40%;
  display: flex;
  gap: 32px;
  align-items: center;
}

.who-we-are-subtitle {
  color: var(--231F20, #231F20);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1em;
}

.about-mission-textarea {
  width: 60%;
}

.our-mission-icon span {
  width: 155px;
  height: 1px;
  flex-shrink: 0;
  background-color: #CDCFD0;
}

.about-mission-textarea p {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.our-mission-icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: cover;
}

.our-mission-icon h2 {
  color: var(--231F20, #231F20);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0;
}

.what-we-do-sec .slick-initialized .slick-slide {
  display: flex !important;
}

.what-we-do-title h3 {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	text-align: start;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 24px;
}

.what-we-do-title p {
/*   max-width: 616px; */
  margin: auto;
  color: hwb(345deg 12% 86% / 70%);
/*   text-align: center; */
	 text-align: start;
/*   font-size: 16px; */
	font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

section.what-we-do-sec {
  padding-bottom: 60px;
}

.why-chose-bg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background: var(--F8F8F8, #F8F8F8);
  padding: 36px 40px;
  margin-bottom: 80px;
}

.why-chose-bg-box h4 p {
  color: var(--231F20, #231F20);
  font-family: Arvo;
/*   font-size: 24px; */
	font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
	text-align:start;
  /* 158.333% */
/*   max-width: 883px; */
}

.who-we-are-wrap h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 24px;
}

.who-we-are-wrap p {
  color: hwb(345deg 12% 86% / 70%);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.whowe-flex-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 28px 0;
}

.whowe-flex-sec img {
/*   width: calc(100% - 840px);
  height: 234px; */
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 20px;
}

.whowe-flex-sec p span {
  color: hwb(345deg 12% 86% / 70%);
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  /* 200% */
  display: block;
  padding-left: 24px;
  border-left: 4px solid #F15F3A;
  margin-bottom: 24px;
}

.who-we-are-wrap {
  padding-bottom: 44px;
}

.meemli-tabs-wrap .nav-tabs {
  border: navajowhite;
  border-radius: 64px;
  background: hwb(12deg 23% 5% / 0.06);
  padding: 12px 12px;
  width: max-content;
  margin: auto;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.meemli-tabs-wrap .nav-tabs li button {
  color: var(--F15F3A, #F15F3A);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  padding: 11px 24px;
}

.meemli-tabs-wrap .nav-tabs li button.active {
  color: #fff;
  border-radius: 24px;
  background: var(--F15F3A, #F15F3A);
}

.meemli-tabs-wrap .nav-tabs li button:hover {
  border-radius: 24px;
  background-color: #f15f3a;
  color: #fff !important;
}

.meeli-team-box {
  border-radius: 16px;
/*  border: 1px solid var(--Border, #E2E2E2);*/
  border: 1px solid var(--meemli-highlite-box-bordor-color);
  width: 32.50%;
  padding: 24px 20px;
}

.meemli-teams-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.meeli-team-box h2 {
  color: var(--231F20, #231F20);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  padding-bottom: 14px;
}

.meeli-team-box p {
  color: hwb(345deg 12% 86% / 70%);
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 16px;
}

.meeli-team-box p:last-child {
  padding-bottom: 0;
}

section.testimonal-bg-sec {
  padding: 140px 0 80px;
  position: relative;
}

.center-half-icon {
  background-color: var(--F15F3A, #F15F3A);
  stroke-width: 8px;
  stroke: var(--FFFFFF, #FFF);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
}

.testimonials-bg-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 297px;
  border-radius: 24px;
  background: var(--9AD0C2, #9AD0C2);
  display: flex;
  flex-direction: column;
/*   align-items: center; */
  justify-content: center;
  padding: 100px 40px 40px;
/*   max-width: 1064px; */
  margin: auto;
}

.testimonials-bg-wrap h4 {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	text-align: start;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  /* 144.444% */
  text-transform: capitalize;
  padding-bottom: 16px;
  font-family: sans-serif;
  font-weight: 600;
}

.testimonials-bg-wrap h2 {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	text-align:start;
  font-size: 28px;
  line-height: 40px;
  /* 144.444% */
  font-style: italic;
/*   max-width: 768px; */
  margin: auto;
	margin-left:0;
	margin-right:0;
  padding-bottom: 20px;
  font-family: sans-serif;
  font-weight: 600;
}

.testimonials-bg-wrap p {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	 text-align: start;
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-testimonals-title h2 {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	 text-align: start;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 48px;
}

.about-testi-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.about-testimonials-box {
  border-radius: 24px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  padding: 32px;
  width: 32.50%;
  margin-bottom: 16px;
}

.about-testimonials-box p {
  color: hwb(345deg 12% 86% / 70%);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 162.5% */
  padding-bottom: 28px;
}

.about-testimonials-box h4 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 88.889% */
  padding-bottom: 12px;
}

.about-testimonials-box span {
  color: hwb(345deg 12% 86% / 70%);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

.read-more-btn {
  display: flex;
  justify-content: center;
  margin: 0px 0 22px;
}

.page-id-261 .read-more-btn {

  margin: 0px 0 80px;
}

.read-more-btn .site-btn {
  padding: 15px 47px;
}

section.lern-more-sec {
  border-bottom: 1px solid rgba(35, 31, 32, 0.10);
/*   background: var(--FFFEF0, #FFFEF0); */
}

.lern-more-wrap {
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 970px;
}

.lernmore-textarea h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 16px;
}

.lernmore-textarea p {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.lernmore-textarea {
  max-width: 740px;

}

section.other-pages-banner {
/*   background: var(--F8F8F8, #F8F8F8); */
  position: relative;
}

.other-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 322px;
}

.other-banner-image img {
  width: 604px;
  height: 322px;
  flex-shrink: 0;
  object-fit: cover;
}

.other-banner-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* width: 40.8vw; */
  max-width: 580px;

}

.other-pages-textarea {
  max-width: 720px;
}

.other-pages-textarea h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 125% */
  padding-bottom: 24px;
}

.other-pages-textarea p {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 20px;
  /* 162.5% */
}
.other-pages-textarea p:last-child {
  padding-bottom: 0;
}


.opportunity-bg-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 297px;
  border-radius: 24px;
  background: var(--9AD0C2, #9AD0C2);
  display: flex;
  flex-direction: column;
/*   align-items: center; */
	align-items: start;
  justify-content: center;
  padding: 100px 60px 40px;
  position: relative;
}

.opportunity-bg-wrap h2 {
  padding-bottom: 20px;
}

.opportunity-bg-wrap p {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	text-align: start;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 34px;
}

.opportunity-bg-wrap .center-half-icon {
  top: -60px;
}

section.why-volunteer-sec {
  padding: 80px 0;
}


section.who-can-secc {
  padding-bottom: 100px;
}

.who-can-title {
/*   max-width: 1200px; */
  margin: auto;
/*   text-align: center; */
	 text-align: start;
  margin-bottom: 140px;
}

ul.tik-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 48px;
}

ul.tik-list li {
  position: relative;
  color: var(--231F20, #231F20);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 35px;
}

ul.tik-list li::before {
  content: "";
  position: absolute;
  /* background-color: red; */
/*   background-image: url('../images/tik-list.svg'); */
/* 	 background-image: url('https://www.meemli.org/wp-content/uploads/2017/04/icon-rocket.png'); */
	  background-image: url('https://cmswebdeveloper.com/meemli/wp-content/uploads/2024/07/IMG_2388.svg');
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 50px;
  left: -11px;
  top: -14px !important;
}

section.how-to-sec {
/*   background: var(--F8F8F8, #F8F8F8); */
  padding: 48px 0;
  margin-bottom: 80px;
}

.how-to-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .how-to-textarea {
  max-width: 864px;
} */

.sponsor-mission-wrap {
  display: flex;
  justify-content: space-between;

  align-items: flex-start;
  padding-bottom: 40px;
}

.sponsor-mission-icon span {
  width: 155px;
  height: 1px;
  flex-shrink: 0;
  background-color: #CDCFD0;
}

.sponsor-mission-icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: cover;
}

.sponsor-mission-icon {
  display: flex;
  gap: 32px;
  align-items: center;
}

section.sponsor-mission-sec {
  padding-top: 80px;
}

.sponsor-mission-wrap:last-child {
  padding-bottom: 80px;
}

.sponsor-mission-icon p {
  max-width: 790px;
}

section.partner-who-can-secc {
  padding: 80px 0;
}

.partner-who-can-secc .who-can-title {
  margin-bottom: 80px;
}

.partner-benfits-title h2 {
  padding-bottom: 48px;
}

.banfits-parterning-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.banefits-partner-list {
  border-radius: 16px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  width: 32.33%;
  padding: 24px 20px;
  margin-bottom: 8px;
}

.banefits-partner-list h4 span {
  color: var(--F15F3A, #F15F3A);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  padding-right: 12px;
}

.banefits-partner-list h4 {
  color: var(--231F20, #231F20);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  padding-bottom: 14px;
}

.banefits-partner-list p {
/*   font-size: 14px; */
	font-size: 16px;
}

.banfits-of-partnering-wrap {
  padding-bottom: 140px;
}

.banefits-partner-list:hover {
  background-color: #f15f3a;
}

.banefits-partner-list:hover h4 {
  color: #fff;
}

.banefits-partner-list:hover h4 span {
  color: #fff;
}

.banefits-partner-list:hover p {
  color: #fff;
}

.how-to-textarea h2 {
  padding-bottom: 16px;
  line-height: normal;
  font-size: 32px;
}

.about-testimonials-box:nth-child(1) {
  margin-top: 20px;
}

.about-testimonials-box:nth-child(3) {
  margin-top: 40px;
}

.about-mission-bttn .site-btn {
  padding: 15px 20px;
}

.page-id-264 .about-mission-bttn .site-btn {
  padding: 15px 47px;
}

.spotlight-box.deatil-blogs .box-con img {
  object-fit: cover;
  max-height: 500px;
}

.all-services button.slick-arrow {
  display: flex;
  align-items: center !important;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #f15f3a;
  vertical-align: middle;
  position: absolute;
  right: -30px;
  z-index: 1;
}

.all-services .slick-next:before,
.all-services .slick-prev:before {
  content: url(https://cmswebdeveloper.com/meemli/wp-content/uploads/2024/01/Arrow.png);
  font-family: 'Arvo';
  position: relative;
}

.all-services .slick-prev {
  left: -30px;
}

.all-services .slick-prev:before {
  transform: rotate(180deg);
}

.all-sponsers button.slick-arrow {
  display: flex;
  align-items: center !important;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #f15f3a;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.all-sponsers .slick-next:before,
.all-sponsers .slick-prev:before {
  content: url(https://cmswebdeveloper.com/meemli/wp-content/uploads/2024/01/Arrow.png);
  font-family: 'Arvo';
  position: relative;
}

.all-sponsers .slick-prev {
  left: 20px;
}

.all-sponsers .slick-prev:before {
  transform: rotate(180deg);
}

.all-sponsers button.slick-arrow:hover {
  background-color: #f15f3a;
}

.all-sponsers button.slick-arrow:hover::before {
  content: url('https://cmswebdeveloper.com/meemli/wp-content/uploads/2024/03/white-Arrow.svg');
}

.other-pages-textarea h5 {
 /* color: var(--F15F3A, #F15F3A);*/
  font-family: Arvo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

section.flexible-offering-sec {
  padding: 80px 0;
}

.flexible-offering-title h2 {
/*   max-width: 757px; */
  margin: auto;
/*   text-align: center; */
	  text-align: start;
  padding-bottom: 56px;
}

.flexible-services-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.flexible-services-box {
  width: 24%;
  margin-bottom: 40px;
}

.flexible-services-box img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  /*border-radius: 50px;
  border: 1px solid var(--F15F3A, #F15F3A);
  padding: 16px;

  filter: invert(48%) sepia(90%) saturate(2301%) hue-rotate(337deg) brightness(97%) contrast(95%);
	*/
}

.flexible-services-box img:hover {
/*  background-color: #f15f3a;
  filter: none;
 */
}
.flexible-services-box img {
  margin-bottom: 20px;
  margin: 0 auto 20px;
  display: flex;
}

.flexible-services-box h3 {
  color: var(--231F20, #231F20);
  text-align: center;
  font-family: Arvo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding-bottom: 17px;
}

.flexible-services-box p {
  color: var(--231F20, #231F20);
/*   text-align: center; */
	 text-align: start;
/*   font-size: 16px; */
	font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.how-we-academy-bg {
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
/*   max-width: 1064px; */
  margin: auto;
  border-radius: 24px;
}

.how-we-academy-bg h5 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
  max-width: 537px;
}

section.how-we-academy-sec {
  margin-bottom: 80px;
}

.our-teacher-title h2 {
/*   text-align: center; */
	 text-align: start;
  padding-bottom: 48px;
}
.view-all-btn-wrap {
  width: max-content;
  margin: 48px auto 80px;
}

.feature-course-title h2 {
/*   text-align: center; */
	  text-align: start;
  padding-bottom: 36px;
}
section.our-teacher-sec {
/*   background: var(--F8F8F8, #F8F8F8); */
  padding: 80px 0;
  margin-bottom: 80px;
}

.our-teacher-title p {
/*   max-width: 616px; */
/*   text-align: center; */
	 text-align: start;
  margin: auto;
	margin-left:0;
	margin-right:0;
  padding-bottom: 40px;
}

.our-teacher-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.our-teacher-box {
  border-radius: 16px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  padding: 24px 20px;
  width: 32%;
}

.our-teacher-box h5 {
  color: var(--231F20, #231F20);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  padding-bottom: 14px;
}

.our-teacher-box p {
  color: var(--231F20, #231F20);
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  padding-bottom: 24px;
}
.teacher-view-btn {
  display: flex;
  margin: 48px auto 0;
  width: fit-content;
}
section.donate-we-do-sec {
  padding: 80px 0;
}

.donate-we-do-title h2 {
/*   text-align: center; */
	text-align: start;
  padding-bottom: 48px;
}

.donate-we-do-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
}

.donate-we-do-image img {
  /*width: 478px;
  object-fit: cover;
  height: 219px;*/
  border-radius: 12px;
}

.donate-we-do-list ul.tik-list {
  flex-direction: column;
  gap: 32px;
}
.donate-we-do-list ul.tik-list li {
    font-size: 20px;
    font-weight: 400;
	text-transform: inherit;
}

.donate-list-with-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 62px;
  border-radius: 24px;
}

.how-donate-title h2 {
  padding-bottom: 48px;
}

.how-donate-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.how-donate-box {
  border-radius: 16px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  padding: 24px 20px;
  width: 32.33%;
}

section.how-donate-help-sec {
  padding-bottom: 80px;
}

.how-donate-box h2 {
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  padding-bottom: 14px;
}

.how-donate-box p {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.how-donate-box h2 span {
  color: #F15F3A;
}
.how-to-donate-title h2 {
  padding-bottom: 40px;
}

.how-to-donate-list .tik-list {
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}

section.how-to-donate-sec {
  padding-bottom: 100px;
}
section.contact-us-sec {
  padding: 80px 0 100px;
}

.contact-us-flex {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.contact-info-wrap {
  width: 50%;
}

.contact-form-wrap {
  width: 54%;
  border-radius: 16px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  padding: 40px 24px 0;
}

.contact-info-box {
  border-radius: 16px;
  border: 1px solid var(--Border, #E2E2E2);
  background: var(--FFFFFF, #FFF);
  width: 47.9%;
  padding: 24px 20px;
  max-width: 280px;
  min-height: 120px;
}

.contact-info-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-icon-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.contact-icon-wrap h2 {
  padding-bottom: 0;
  color: var(--231F20, #231F20);
  font-family: Arvo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact-info-box:nth-child(3) {
  width: 100%;
	max-width: 100%;
}

.contact-info-text p {
  color: hwb(345deg 12% 86% / 70%);
  font-family: Montserrat;
/*   font-size: 14px; */
	font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.contact-filed-wrap {
  display: flex;
  flex-direction: column;
}

.contact-filed-wrap label {
  color: var(--231F20, #231F20);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}

.contact-filed-wrap.half-filed {
  width: 48.1%;
}

.contact-form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feild-style {
  border-radius: 8px;
  background: var(--F8F8F8, #F8F8F8);
  border: none;
  padding: 15px 14px 16px;
  width: 100%;
}
.feild-style::placeholder{
  color: var(--231F20, #231F20);
  opacity: 0.7;
}

.contact-filed-wrap.full-filed {
  width: 100%;
}

.contact-submit-btn {
  border-radius: 50px;
  background: var(--F15F3A, #F15F3A);
  border: 1px solid #f15f3a;
  color: var(--FFFFFF, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  padding: 14px 0;
  width: 100%;
    text-transform: capitalize;
}
textarea.feild-style {
  max-height: 140px;
  resize: none;
}
.how-to-donate-list .tik-list li , .donate-we-do-list ul.tik-list li {
    font-size: 20px;
    font-family: 'Arvo';
}

.how-to-donate-list .tik-list li::before , .donate-we-do-list ul.tik-list li::before {
    top: 0;
}







.other-links-list.for-mobile {
  display: none;
}

/* testimonial  */
.page-id-526 .other-pages-textarea, .page-id-528 .other-pages-textarea{
/*     text-align: center; */
	text-align:start;
    width: 100%;
}
.page-id-526 .other-banner-flex, .page-id-528 .other-banner-flex{
	justify-content: center;
}

/* .page-id-526 .other-pages-banner, .page-id-528 .other-pages-banner{
	background: #FFFEF0;
}
 */
.testimonial-boxes-section{
	margin: 100px 0;
}

.testimonial-boxes{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
}

.singal-test-box{
	width: 32%;
	border-radius: 24px;
/*	border: 1px solid var(--Border, #E2E2E2);*/
	border: 1px solid var(--meemli-highlite-box-bordor-color);
	background: var(--FFFFFF, #FFF);
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.singal-test-box h6{
	color: var(--231F20, #231F20);
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
}

.singal-test-box span{
	color: var(--231F20, #231F20);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.testi-user {
    margin-top: 30px;
}
/*
.singal-test-box:nth-child(3n) {
    margin-top: 40px;
	margin-bottom: -40px;
}

.singal-test-box:nth-child(3n+1) {
    margin-top: 20px;
	margin-bottom: -20px;
}
*/
.read-all-btn{
	text-align: center;
	color: var(--FFFFFF, #FFF);
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	border-radius: 24px;
	background: #e43307;
	width: max-content;
	padding: 15px 47px;
	display: block;
	margin: 30px auto auto auto;
}

.read-all-btn:hover{
	color: #fff !important;
/* 	background: var(--F15F3A, #e43307); */
}

.blog-boxes-section{
	margin: 80px 0 100px 0;
}

.blog-search-bar{
	width: 100%;
	border-radius: 16px;
	border: 1px solid var(--Border, #E2E2E2);
	background: var(--FFFFFF, #FFF);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-search input{
	border-radius: 8px;
	background: var(--F8F8F8, #F8F8F8);
	border: none;
	width: 288px;
	height: 56px;
	padding: 0 15px 
}

.blog-search input::placeholder{
	color: var(--62626B, #62626B);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
  input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
            appearance: none;
        }
.blog-sorting{
	display: flex;
	gap: 14px;
	align-items: center;
}

.blog-sorting select{
	border-radius: 8px;
	background: var(--F8F8F8, #F8F8F8);
	width: 130px;
	height: 56px;
	color: var(--62626B, #62626B);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px; 
	padding: 18px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	border: none;
	cursor: pointer;
}

.all-blogs{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	/* LLOYD: adding to make blocks smaller */
	margin: auto;
	max-width: 1170px;
	/* LLOYD: end */
	margin-top: 40px;
}

.all-blogs .spotlight-box{
	width: 31%;
	height: auto;
}

.date{
	width: max-content;
	padding: 15px;
}

.date:hover{
	color: #fff;
}

.page-id-528 [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    display: none;
}
.page-id-503 input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-submit-btn{
	display:block;
}
#mainsearch{
	position: relative;
}

#mainsearch::before{
	content: '';
	position: absolute;
	background: url(https://cmswebdeveloper.com/meemli/wp-content/uploads/2024/05/blog-search.svg);
	background-repeat: no-repeat;
	right: 0;
	
}
button.search-submit {
    display: inline!important;
    background: none;
    border: none;
    position: relative;
    right: 10%;
}
input#mainsearch {
    padding-right: 35px;
}

.custom-search{
	padding: 50px 0;
}
.search-result-box {
    display: block;
    width: 100%;
    padding: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid var(--Border, #e2e2e2);
    background: var(--FFFFFF, #fff);
    text-align: start;
    position: relative;
    margin-right: 16px;
}

.search-result-box img{
	width: 100%;
}

.search-result-box .search-link h5{
	margin: 20px 0;
}

.row{
	    row-gap: 30px;
}

#news-subs{
	border-radius: 24px;
	background: #e43307;
	width: 180px;
	height: 48px;
	color: var(--FFFFFF, #FFF);
	font-size: 14px;
	font-weight: 600;
	line-height: 18px; 
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -60px;
	margin-bottom: 20px;
}

/* this is new css*/
.box-con img {
    object-fit: cover;
    height: 244px;
    max-height: 244px;
}

.intro h2{
	margin-bottom:0px;
}
.page-id-9 section.service-section {
    display: none;
}

 .options {
	position:unset;
	padding-top: 40px;
}
.page-id-9 .help-content{
	padding-top:0;
}
.page-id-9 .help-section{
	margin-top:0;
}
.page-id-249  .about-video{
	margin-top:unset;
}

.about-video a>img {
    width: auto;
}
.added-text{
	margin-top:40px;
}
.top-space{
	margin-top:40px;
}
.page-id-266 .banfits-of-partnering-wrap{
    padding-bottom: 0px;

}
.page-id-266 .banfits-of-partnering-wrap {
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 40px;
}
.page-id-266 .opportunity-bg-wrap {
    margin-bottom: 140px;
}
	
.page-id-266 .opportunity-bg-wrap {
        background-image: none !important;
    background-color: transparent;
	margin-bottom:40px;
	
}
.page-id-503 .contact-us-flex {
	flex-direction:column-reverse;
	align-items:center;
}
	.page-id-503 .contact-info-flex {
		justify-content:center;
}
	.page-id-503 .other-banner-image {
    display: none;
}
/* 	.page-id-503 .other-banner-flex {
    justify-content: center;
    text-align: center;
 
} */

.page-id-503 section.contact-us-sec {
    padding-top: 0;
}
/* .nav-btn a:hover{
	color:#006D5B !important;
} */
/* a{
	color:#006D5B !important;
} */
.nav-btn a{
	 color:#fff !important;
}
.nav-btn a:hover {
    color:#fff !important;
}
.extra-text p {
    color: #f15f3a;
} 


.page-id-9 .all-sponsers.slick-initialized.slick-slider.slick-dotted {
    display: none;
}
.sponser-btn{
	border-radius: 24px;
    background:  #e43307;
    color:  #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 32px;
    display: inline-block;
    text-transform: capitalize;
}
.sponser-btn-box {
    margin-top: 40px;
}
.sponser-btn:hover {
/*     background-color:  #e43307; */
	color: #fff !important;
}

.center-half-icon {
    overflow: hidden;
}
.center-half-icon img{
    object-fit: cover;	
}

section.donate-we-do-sec{
	padding-bottom:0px !important;
}

.how-donate-title h2 {
    display: none;
}

.help-content h3{
	text-align:start;
	margin-left:unset;
}
.extra-text p {
	text-align:start;
}
.sponser-text-content p{
	text-align: start;
}
.sponser-section h3 {
	text-align: start;
}

.why-chose-bg-box {
    flex-direction: column;
    gap: 32px;
	align-items:start;
}

.how-to-flex {
    flex-direction: column;
    align-items: start;
	gap:32px;
}
.sponser-sec-para p{
	text-align:start;
}

.page-id-266 .opportunity-bg-wrap {
	padding-left:0;
	padding-right:0;
}


.page-id-503 .other-pages-textarea {
	max-width:100% !important;

}
	section.Featured-Top-Volunteer-sec {
    padding: 80px 0;
}


.testi-banner-img {
    width: 100%;
    max-width: 50%;
}	

.testi-banner-img img{
	width:100%;
	object-fit:contain;
}
.all-top-volunteer-box{
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}
.single-volunteer-box {
	border-radius: 16px;
border: 1px solid  #E2E2E2;
background: #FFF;
	padding:20px 24px;
	width:100%;
	max-width:416px;
}

.single-volunteer-box img{
	margin-bottom:20px;
}
.single-volunteer-box h2{
	margin-bottom:16px;
	color: #231F20;
font-family: Arvo;
font-size: 20px;
font-weight: 400;
line-height: 26px; 
}

.single-volunteer-box p{
	color: #231F20;
font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 24px; 
opacity: 0.7;
}

.volunteer-readmore-btn a{
	color:  #FFF;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 18px; 
padding:15px 32px;
	border-radius: 24px;
background: #e43307;
	
}
.volunteer-readmore-btn {
    margin-top:48px;
	    text-align: start;
}
.volunteer-readmore-btn a:hover{
/* 	background: #e43307; */
	color: #fff !important;
}
.single-volunteer-box {
    display: none;
}

.single-volunteer-box.visible {
    display: block;
}

.volunter-vid-heading h2 {
    margin-bottom: 24px;
}
section.volunteer-with-video {
    padding-bottom: 100px;
}
.vol-text-content h2{
	color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-weight: 500;
line-height: 130%;
letter-spacing: -0.36px;
}
.star-reviews p{
	color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-weight: 500;
line-height: 170%; 
}
.vol-text-content {
    width: 80%;
    position: absolute;
	top:50px;
	left:24px;
}
.volunteer-single-vid {
    position: relative;
/* 	width:242px !important; */
}
.vol-text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 80%;
}
.volunteer-main-img img{
	width:100% !important;
	object-fit: fill;
    min-height: 440px;
}
.review-with-icon {
    display: flex;
}






.all-volunteer-videos .slick-slide {
	margin: 0 20px;
}
.all-volunteer-videos .slick-list {
	margin: 0 -20px;
	height:500px;
}
.volunteer-single-vid{
	height:440px;
}
.volunteer-main-img, .volunteer-main-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.volunteer-with-video .slick-active.slick-current + .slick-active{
	width: calc(43vw - 10px) !important; 
/* 	transition:0.5s all linear; */
/* 	transition: width 0.75s ease-in-out; */
	transition: width 1s cubic-bezier(0.42, 0, 0.58, 1);
}
.volunteer-with-video .slick-active{
	width: calc(15vw - 10px) !important;
	transition:0.2s all linear;
}
.volunteer-with-video .slick-active .review-with-icon {
    display: none;
}
.volunteer-with-video .slick-active.slick-current + .slick-active .review-with-icon {
    display: block;
}
.vid-play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.volunteer-with-video .slick-active.slick-current + .slick-active .vol-text-content{
	justify-content:space-between;
	width:90%;
}




.volunteer-with-video .container{
	max-width: 77vw;
	max-height:500px;
}
.page-id-428 .slick-list {
width:100%;
}
/* .page-id-428 .slick-track {
width: 100% !important;
} */
.page-id-428 .spotlight-box {
/* 	width: 100% !important; */
    max-width: 31% !important;
}

.date:hover {
    color: #fff !important;
}
#news-subs:hover{
	color:#fff !important;
}

/* .whowe-flex-sec img{
width:50vh;	
} */
.purpose-head img{
	width:48px;
	height:48px;
}
.center-half-icon img{
	width:48px;
	height:48px;
}
.contact-icon-wrap img{
	width:32px;
	height:32px;
}

.other-banner-image{
	position:relative;
}




/***/
 
.page-id-9 .acdmt-button a {
    margin: 0;
    margin-bottom: 40px;
}
.page-id-9 .sponser-btn-box {
    text-align: start;
}
/ * */


/* css for images*/
.center-half-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-id-475  .other-banner-image img {
    object-fit: contain;
	height: auto;
}
.other-banner-image img {
object-fit:cover;	
}
.center-half-icon {
	background-color: #fff;
    top: 56px;
	    width: 170px;
	border:none;
    height: 170px;
}
/* .page-id-264 .center-half-icon{
	background-color: #F15F3A;
} */
.page-id-264 .center-half-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.page-id-261 .other-banner-image img, .page-id-428 .other-banner-image img, .page-id-266 .other-banner-image img{
    object-fit: contain;
}

.page-id-266 .center-half-icon img ,.page-id-261 .center-half-icon img,.page-id-249 .center-half-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opt-2 img {
    object-fit: contain;
}

.page-id-428 .spotlight-box {
	overflow-y:hidden;
}

.featured-course-slider {
    display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
  justify-content: start;
}

.other-links-wrapper {
    border-bottom: 1px solid #e9e7db;
}
.other-link-wrap {
	padding-left:0;
}

.other-links-list ul li {
	height: 56px;
	padding:0;
}
.other-links-list ul li a {
height: 100%;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.window-active-btn2{
	color:#e43307 !important;
}
.window-active-btn{
	background:#e43307 !important;
	color:#fff !important;
}
.single.single-post .blog-active a {
  color: #e43307 !important; 
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Subscribe-btn {
    display: block;
	    border-radius: 24px;
    background: #e43307;
    width: 180px;
    height: 48px;
    color: var(--FFFFFF, #FFF);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a#news-subs {
    display: none;
}
.newsletter-wrap span.wpcf7-spinner {
    top: -38px;
    left: 50%;
}
.newsletter-wrap .wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 1em;
	    margin-top: -15px;
}

.site-btn.testi-btn{
	color: var(--FFFFFF, #FFF) !important;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 128.571% */
border-radius: 24px;
background: var(--F15F3A, #F15F3A);
padding:15px 48px;
	width: 160px;
height: 48px;
	margin:0 auto;
	margin-top:60px;
}
.page-id-428 .singal-test-box:nth-child(3n) {
    display: block !important;
}
.payment-confrm-sec{
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed; 
	padding:40px 0;
}
.payment-confrm-sec h1{
	color: #ef5f3a;
	font-size: 18px;
	font-weight: 500;
    line-height: 1.1;
	text-align:center;
}

.thankyou-box{
	width: 100%;
    max-width: 740px;
    margin: 0 auto;
	    padding: 15px 25px 15px 70px;
	    border-color: #99d0c2;
	border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
	margin-top:40px;
	position:relative;
}
.thnk-box-heading h3{
	font-weight: 500;
    line-height: 1.1;
	margin:10px 0;
	font-size: 18px;
	    color: #231f20;
	text-align:center;
}
.text-content-box p{
	margin: 0 0 10px;
    line-height: 1.6;
	    text-align: left;
font-size: 14px;
	color: #231f20;
}
.list-text-content ul {
	padding-left:40px;
}
.list-text-content ul a{
	color:#7AAFA2;
}
.thankyou-box:after {
    position: absolute;
    top: 80px;
    left: -65px;
    width: 128px;
    height: 128px;
    content: "";
    background: url('https://meemliorg.stage.site/wp-content/uploads/2024/09/Confimation_logo.png') no-repeat 0 0;
    background-size: 100%;
}
.list-text-content ul li{
	position:relative;
}
.list-text-content ul li:before {
    position: absolute;
    z-index: 9;
    top: -6px;
    left: -35px;
    width: 40px;
    height: 40px;
    content: "";
    background: url('https://meemliorg.stage.site/wp-content/uploads/2024/07/IMG_2388.svg') no-repeat;
    background-size: contain;
}
.returning-link{
	text-align:start;
	width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
.returning-link a{
	color: #7AAFA2;
    transition: all ease-in-out .2s;
	font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
}
.why-chose-bg-box{
	margin-top:40px;
}

.featured-course-slider .spotlight-box.slick-slide {
    margin: 0 8px;
}

.single-post .spotlight-box {
        width: 100% !important;
	max-width:100% !important;
    }



