* {
	padding:0;
	margin:0;
}
body {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	background-color: #ebfff2;
	overflow-x: hidden;
}
/* Loading Spinner */
#loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff url('https://i.gifer.com/4V0b.gif') no-repeat center center;
	z-index: 9999;
  }
  
  /* Hide content initially */
  #content {
	visibility: hidden;
  }
  
a {
	color:#EE9F27;
}
a:hover {
	color:#5aa01c;
}
h1 { 
	font-size: 35px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 35px; 
} 
h2{
	font-size: 30px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 35px; 
}
h3 { 
	font-size: 23px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 27px; 
} 
p { 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px; 
} 
blockquote { 
	font-size: 17px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px;
} 
pre { 
	font-size: 11px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px; 
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.green{
	color: #5aa01c;
}
.orange{
	color: #ffa302;
}
.brown{
	color: #ac5a04;
}
.red-bg{
	background-color:#c82333;
}
.green-bg{
	background-color: #5aa01c;
}
.orange-bg{
	background-color: #ffa302;
}
.brown-bg{
	background-color: #ac5a04;
}
.lime-dark-bg{
	background-color: #bce3c9;
}
.lime-bg{
	background-color: #ebfff2;
}
.dark-green-bg{
	background-color: rgba(1, 79, 30, 0.58);

}
.svg-bg{
	background-image: url('images/svg-bg-2.png');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.svg-bg-green{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-xxl{
	padding: 40px;
}
.section-padding-left{
	margin-left: 40px;
}
.section-padding-right{
	margin-right: 40px;
}
.section-padding-bottom{
	padding-bottom: 100px;
}
.section-padding-20-80{
	padding-top: 20px;
	padding-bottom: 80px;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	font-weight: 700;
	background: #ebfff2;
	z-index: 1030;
}
.navbar .active {
	color: #EE9F27 !important;
}
.navbar .navbar-brand {
}
.navbar-logo img{
	width: 100px;
	height: 100px;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #000000;
	font-weight: 500;
	font-size: 16px;
}
.navbar .nav-item a:hover {
	color: #5aa01c;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #000000;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #EE9F27;
}
.nav-scroll .active {
	position: relative;
}
/*===========================
	Start Hero Area CSS
=============================*/
/* General Slider Styles */

.slider .single-slider {
    background-color: #ebfff2;
    margin-top: 100px;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%; /* Ensure full width */
    overflow: hidden; /* Hide any overflow */
}
.streamer-section .streamer{
    background-color: #ebfff2;
	height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* Ensures .overlay stays within the container */
}
.overlay {
    position: absolute;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 79, 30, 0.58);
}
.slider-margin{
	margin-top: 130px;
}
.slider-overlay {
    position: absolute;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 72%;
    background-color: rgba(1, 79, 30, 0.58);
}
/* Image Opacity for Single Slider */
.slider .single-slider img {
    opacity: 0.6;
}
.streamer img{
	opacity: 0.6;

}
/* Text Positioning for Single Slider */
.slider .single-slider .text {
    margin-top: 160px;
}
.streamer .text{
	margin-top: 100px;
	
}

.slider.index2 .single-slider .text {
    margin-top: 150px;
}

/* Span Styles within Slider */
.slider .single-slider span {
    color: #CBD4E1;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    line-height: 40px;
}

/* Heading (h1) Styles within Slider */
.slider .single-slider h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}
.streamer h1{
	color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}
/* Special Span Style within Heading */
.slider .single-slider h1 span {
    color: #7233b6;
}

/* Paragraph (p) Styles within Slider */
.slider .single-slider p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
    font-size: 16px;
}
.streamer p{
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
    font-size: 16px;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
    background: #ebfff2;
}

.slider .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.slider .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.slider .owl-dot.active {
    background: #ebfff2;
}


.slider .owl-carousel .owl-nav div {
    height: 0px;
    width: 0px;
    line-height: 0px;
    text-align: center;
    background: #ebfff2;
    color: #fff;
    font-size: 0px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 50%;
}

/* Hover Effect for Navigation */
.slider .owl-carousel .owl-nav div:hover {
    background: #ebfff2;
    color: #fff;
}

/* Owl Carousel Navigation Positioning */
.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
    animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
    animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
    animation: fadeInDown 1s both 1.5s;
}

.owl-item.active .single-slider .box {
    animation: bounce 1s both 1s;
}

/* Additional Styles to Ensure Button is Clickable */
.single-slider .btn {
    z-index: 10; /* Ensures button is above other elements */
    position: relative;
}


.box-container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 50px;
}
.who-3 .box-container{
	margin: -10px;
	margin-top: 50px;
}
.box {
	border: 5px solid #fff;
	box-shadow: 9px 12px 0px 0px #ffa302;
	width: 317px;
	height: 310px;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.box-overlay {
	border: 5px solid #fff;
	background-color: #EE9F27;
	position: absolute;
	top: 20px;
	margin: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-box-overlay i {
	display: block;
	position: relative;
	width: 300px;
	height: 300px;
	background: #EE9F27;
	color: #ffffff;
	font-size: 150px;
	line-height: 300px;
	padding: 0 0px 10px 70px;
}

.box-line {
	position: absolute;
	background-color: #fff; /* Line color */
	height: 5px; /* Line thickness */
	width: 180px; /* Line length, adjust as needed */
}

.curved-line-1 {
	position: absolute;
	bottom: 180px;
	left: 200px;
	width: 100%;
	height: 90%;
}

.curved-line-2 {
	position: absolute;
	top: 230px;
	right: 265px;
	width: 100%;
	height: 80%;
}

.curved-line-3 {
	position: absolute;
	top: 60px;
	right: 280px;
	width: 100%;
	height: 90%;
	transform: rotate(45deg); /* Adjust as needed to connect to the second box */
}

/* Responsive Styles */
@media (max-width: 992px) {
	.slider .single-slider, .streamer-section .streamer {
		height: 550px;
	}

	.slider .single-slider, .streamer-section .streamer  h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.slider .single-slider, .streamer-section .streamer  p {
		font-size: 14px;
	}

	.box {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 768px) {
	.slider .single-slider  {
		height: 450px;
		margin-top: 50px;
	}

	.slider .single-slider, .streamer-section .streamer  h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.slider .single-slider, .streamer-section .streamer  p {
		font-size: 14px;
	}

	.box-container {
		display: none;
	}

	.box-overlay {
		margin: 100px;
	}

	.icon-box-overlay i {
		width: 200px;
		height: 200px;
		font-size: 100px;
		line-height: 200px;
		padding: 0 0px 10px 50px;
	}
}

@media (max-width: 390px) {
	.slider .single-slider, .streamer-section .streamer  {
		height: 550px;
	}

    .streamer-section .streamer  h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.slider .single-slider h1{
		font-size: 29px;
	}

	.slider .single-slider, .streamer-section .streamer  p {
		font-size: 14px;
	}

	.slider .single-slider .button {
		margin-top: 10px;
	}
	.box-container {
		display: none;
	}
}

/*===========================
	End Hero Area CSS
=============================*/

.banner {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.section-padding-40 {
	padding:40px 0px;
}
.section-padding-20 {
	padding:20px 0px;
}
.section-padding-20-20 {
	padding:20px 20px;
}
.section-padding-0-80{
	margin: 0px 50px 180px 0px;
}
.section-padding-0-10-0-20{
	padding-right: 20px;
	padding-left: 20px;
}
.section-padding-0-20{
	padding-bottom: 20px;
}
.margin-top--100{
	margin-top: -100px;
}
.margin-top-100{
	margin-top: 100px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#5a5e63;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
/*===========================
	Why Choose
=============================*/
.about-img {
	background-image: url("images/why-bg.png");
	background-position: center;
	background-repeat:no-repeat;
}
.img-overlay{
	opacity: 0.6;
}
.about-box{
	width: 100%;
	height:100%;
	padding: 30px 20px 10px 20px;
	gap: 24px;
	border-radius: 6px 0px 0px 0px;
	opacity: 0px;
	background-color: #ffffff;
}
.about-box:hover{
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);}
.about-box h3{
	margin-top: 30px;
}

.about-box .btn {
    width: 40px;
    height: 40px;
	margin-top: 20px;
	margin-bottom: -10px;
    display: inline-flex;
    align-items: center;
    background: #bce3c9;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.about-box:hover .btn {
    width: 140px;
}
.about-box .btn i{
	font-size: 18px;
	margin-right: 20px;
}

.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 100px;
	height: 80100pxpx;
	border-radius: 100px;
	color: #ffffff;
	font-size: 40px;
	line-height: 100px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	width: 80%;
	margin: 0 auto;
}
.about-curved-line {
	width: 200px;
	height: 200px;
	margin-left: -300px;
  }
.semi-curved-line {
	width: 300px;
	height: 200px;
	margin-left: -325px;
	transform: rotate(90deg); /* Adjust as needed to connect to the second box */
}
.semi2-curved-line {
	width: 300px;
	height: 200px;
	transform: rotate(-90deg); /* Adjust as needed to connect to the second box */
}
.about-btn {
	align-items: center;
	background-color: #ffa302;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 48px;
	justify-content: center;
	line-height: 24px;
	max-width: 250px;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  
  .about-btn:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 48px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -2px;
	transform: translate(8px, 8px);
	transition: transform .2s ease-out;
	z-index: -1;
  }
  
  .about-btn:hover:after {
	transform: translate(0, 0);
  }
  
  .about-btn:active {
	background-color: #ffa302;
	outline: 0;
  }
  
  .about-btn:hover {
	outline: 0;
  }
  
  @media (min-width: 768px) {
	.about-btn {
	  padding: 0 40px;
	}
  }
/*===========================
	Mission
=============================*/
.mission .mission-container {
	margin-top: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative; /* Added to ensure .mission-overlay stays within the container */
}

.mission-overlay {
	position: absolute;
	margin-top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 79, 30, 0.58);
}

.mission-box,
.mission-box-2 {
	width: 210px;
	height: 550px;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 30px -6px #0F0E14B2;
	border-radius: 0% 100% 0% 100% / 55% 40% 60% 45%;
	margin-right: 30px;
	margin-top: -100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.mission-box-2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.on-course-box .mission-box, .on-course-box .mission-box-2{
	width: 250px;
	height: 590px;
}
/* Responsive Styles */
@media (max-width: 1200px) {
	.mission-box,
	.mission-box-2 {
		width: 200px;
		height: 500px;
		margin-right: 15px;
	}

	.mission-container {
		max-height: 620px;
	}
}
@media (max-width: 992px) {
	.mission-box,
	.mission-box-2 {
		width: 160px;
		height: 470px;
		margin-right: 15px;
		margin-top: 50PX;
	}

	.mission-overlay,
	.mission-container {
		height: 620px;
	}
}

@media (max-width: 768px) {
	.mission-box,
	.mission-box-2 {
		width: 140px;
		height: 420px;
		margin-right: -35px;	
		margin-left: 45px;
	}

	.mission-overlay,
	.mission-container{
		height: 820px;
	}
}

@media (max-width: 576px) {
	.mission-box,
	.mission-box-2 {
		width: 170px;
		height: 410px;
		margin-right: -35px;
		margin-left: 60px;
	}

	.mission-container {
		max-height: 900px;
	}

	.text-left {
		padding: 20px;
	}
}
@media(max-width:390px){
	.mission-box{
		width: 130px;
		height: 310px;
		margin-top: -100px;
		margin-left: 40px;
	}
	.mission-box-2{
		margin-top: -100px;
		width: 130px;
		height: 310px;
	}
}

/*===========================
	News
=============================*/
.news-box{
	width: Hug (380px)px;
	padding: 10px 10px 10px 10px;
	gap: 24px;
	border-radius: 6px 0px 0px 0px;
	opacity: 0px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.img-box img {
	display: block;
	position: relative;
	width: 100%;
	height: 270px;
	color: #ffffff;
	margin: 0 auto;
}
.news-box-1{
	width: 100%;
	padding: 10px 0px 10px 0px;
	gap: 24px;
	border-radius: 6px 0px 0px 0px;
	opacity: 0px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.news-box-1 img{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
	margin-left: 10px;
}
.news-box-1 .text-news-box-1 {
	padding-left: 20px;
}
.news-box .text-news-box{
	padding: 10px;
}

.news-img img{
	width: 100%;
	border: 7px solid #fff;
}
.news-text{
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.news-text p{
	font-size: 18px;
}
.margin-top-60{
	margin-top: 60px;
}
.news-details blockquote{
	font-size: 16px;
	float: right;
	font-weight: 700;
	padding-top: 20px;
}
.news-details p{
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px;
	float: left;
}
.news-item h5{
	font-weight: 700;
}
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.partners-section {
  padding: 60px 50px;
}
.partners-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.partners-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #EE9F27 no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.partners-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.partners-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.partners-section .item-desc {
  padding: 10px 24px 12px;
  color: #ffffff;
  background-color: rgba(1, 79, 30, 0.58);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.partners-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.partners-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.partners-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.partners-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/
.button-partnership{
	margin-top: 20px;
	margin-left: 450px;
}
.partners-box{
	background-color: #fff;
	box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
	padding: 20px;
}
.partners-box-sub h5{
	font-size: 16px;
}
.partners-box-sub{
	background-color: #bce3c9;
	margin-bottom: 8px;
	padding: 8px;
	border-radius: 30px;
}
.box-who-5 .box-cup{
	margin-left: -70px;
}
.box-who-5 .box-cup-2{
	margin-left: 200px;
}
/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .partners-section {
    padding: 50px 30px;
  }
  .partners-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .partners-section .item.active {
    width: 400px;
  }
  .partners-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .partners-section {
    padding: 50px 30px 40px;
  }
  .partners-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .partners-section .item.active {
    width: 360px;
  }
  .partners-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .partners-section {
    padding: 30px 15px 20px;
  }
  .partners-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .partners-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .partners-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

.hero .hero-container {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.hero-overlay {
	position: absolute;
	margin-top: 0px;
	left: 0;
	width: 100%;
	height: 72.5%;
	background-color: rgba(1, 79, 30, 0.58);
}
.hero-box,
.hero-box-2 {
	width: 210px;
	height: 500px;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 30px -6px #0F0E14B2;
	border-radius: 0% 100% 0% 100% / 55% 40% 60% 45%;
	margin-right: 30px;
	margin-top: -30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-box-2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
/* Responsive Styles */
@media (max-width: 1200px) {
	.hero-box,
	.hero-box-2 {
		width: 200px;
		height: 500px;
		margin-right: 15px;
	}

	.hero-container {
		max-height: 420px;
	}
	.hero-overlay{
		max-height: 300px;
	}
}
@media (max-width: 992px) {
	.hero-box,
	.hero-box-2 {
		width: 160px;
		height: 470px;
		margin-right: 15px;
	}

	.hero-container {
		max-height: 500px;
	}
	.hero-overlay{
		max-height: 200px;
	}
}

@media (max-width: 768px) {
	.hero-box,
	.hero-box-2 {
		width: 200px;
		height: 500px;	
		margin: 30px 20px 0px 20px;
	}

	.hero-container {
		max-height: 800px;
	}
	.hero-overlay{
		max-height: 600px;
	}
}

@media (max-width: 576px) {
	.hero-box,
	.hero-box-2 {
		display: none;
	}

	.hero-container {
		max-height: 500px;
	}
	.hero-overlay{
		max-height: 300px;
	}
	.text-left {
		padding: 20px;
	}
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content h2{
	margin-top: -50px;
}
.modal-content ul{
	margin-left: 40px;
	list-style:circle;
	font-size: 16px;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content img{
	border: 0;
}
.carousel-container {
    width: 550px;
    height: 350px;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 1650px; /* 3 slides x 550px each */
    animation: sliding 12s infinite;
}

.carousel div {
    width: 550px;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.carousel:hover {
    animation-play-state: paused;
}

@keyframes sliding {
    0%, 30% {
        transform: translateX(0);
    }
    35%, 65% {
        transform: translateX(-550px);
    }
    70%, 95% {
        transform: translateX(-1100px);
    }
    100% {
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .carousel-container {
        width: 240px;
        height: 150px;
    }

    .carousel {
        width: 720px; /* 3 slides x 240px each */
    }

    .carousel div {
        width: 240px;
        height: 150px;
    }

    @keyframes sliding {
        0%, 30% {
            transform: translateX(0);
        }
        35%, 65% {
            transform: translateX(-240px);
        }
        70%, 95% {
            transform: translateX(-480px);
        }
        100% {
            transform: translateX(0);
        }
    }
}

  
.closeBtn {
    color: #000000;
	margin-left: 1090px;
    font-size: 35px;
    font-weight: bold;
}

.closeBtn:hover,
.closeBtn:focus {
    color: rgb(224, 24, 24);
    text-decoration: none;
    cursor: pointer;
}
.video-section {
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 50px;
}
.single-feature ul{
	list-style: none;
	font-size: 16px;
}
.single-feature h5 {
	font-size: 20px;
	font-weight: 700;
}
.feature-golf{
	margin-top: -50px;
}
.media-right-margin {
	margin-right:25px;
}
.media-right-margin-35 {
	margin-right:65px;
}
.icon-border span {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	color: #fff;
	font-size: 32px;
	line-height: 80px;
}
.about-curve-left{
	width: 50%;
	height: 50%;
	transform: rotate(-90deg);
	margin-left: -450px;
	margin-top: -103px;
}
.about-curve-right{
	width: 50%;
	height: 50%;
	transform: rotate(90deg);
	margin-top: -103px;
	margin-left: 90%;

}
/*** Employ ***/
.section-padding-15-15{
	padding: 15px 15px;
}
.employ-item {
    transition: .5s;
}

.employ-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}
.employ-icon{
	width: 75px; 
	height: 75px; 
	line-height: 75px;
	font-size: 36px;
}
.employ-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.employ-item:hover .btn {
    width: 140px;
}
.more-content {
	display: none; /* Initially hide the content */
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.event {
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.event-overlay {
	position: absolute;
	margin-top: -80px;
	left: 0;
	width: 100%;
	height: 181.5%;
	background-color: rgba(1, 79, 30, 0.58);
}
.event-detail {
	margin-top:40px;
	padding: 20px;
}
.event-detail img {
	border-radius: 50%;
	width: 40%;
}
.event-detail h4 {
	color:#EE9F27;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}

.events {
	display: grid;
	gap: 20px;
	margin: 0;
	list-style: none;
	padding: 20px;
  }
  .events li{
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: .5s;
  }
  .events li:hover{
    margin-top: -10px;
	background-color: #bce3c9;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
  }
  .events h1{
	position: relative;
	border-radius: 100px;
	color: #fff;
	background-color: #319501;
	width: 85px; 
	height: 85px; 
	line-height: 85px;
	margin-left: 40px;
	font-size: 35px;
  }
  .events img{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  .events-details{
    justify-content: space-between;
  }
  .events-details p{
	border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
	width: 100%;
	margin: 0px 3px 5px 0px;
    cursor: pointer;
	font-size: 14px;
  }
  .events-details i{
	font-size: 14px;
	width: 16px; 
	height: 16px; 
	line-height: 16px;
	padding: 7px;
	color: #fff;
  }
  .border-right{
	border-right: 5px solid #000000;
	padding: 10px;
  }
  .pagination {
	text-align: center;
	margin-top: 20px;
  }
  
  .pagination button {
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
	outline: 1px solid #494a4f;
	border-radius: 100px;
	border: none;
  }
  
  .hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
  }
  
  .pagination button.active {
	background-color: #EE9F27;
	color: white;
  }

.box-cup, 
.box-cup-2 {
	width: 240px;
	height: 450px;
	border-radius: 154px 154px 0px 0px;
	border: 4px 0px 0px 0px;
	opacity: 0px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 30px -6px #0F0E14B2;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.box-cup {
	margin-top: -100px;
	margin-left: 50px;
}
.box-cup-2{
	margin-left: 350px; 
	margin-top: 10px;
}
/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: #fff;
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #bce3c9;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: #EE9F27 !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #319501;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #000000;
}


.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-detail{
	width: 1005;
	height: 100%;
	background-color: #EE9F27;
	padding: 20px;
	margin-left: 20px;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
.payment-curved-line {
	width: 200px;
	height: 200px;
	margin-top: 10px;
	margin-left: -255px;
	transform: rotate(90deg); /* Adjust as needed to connect to the second box */
}
.remove-equipment{
	margin-bottom: 10px;
}

input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#payment_form .form-input {
	border: 1px solid #e4e4e4;
}
#payment_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.payment-info {
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.payment{
	height: 100%;
}
.payment .sectioner-header {
	position: relative;
	z-index: 1000;
}
  
.payment-container {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px; /* Space between this section and the next */
}
  
#payment-methods {
	display: flex;
	flex-direction: column;
}
#remove-method{
	background-color: red;
}
#add-method {
	margin-top: 10px;
}
  
.payment .section-content {
	display: flex;
	flex-direction: column;
}

.payment
.donation-type, .delivery-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	gap: 20px;

}
.donation-option, .delivery-option{
	width: 100%;
}   
.option-label {
	width: 100%;
    border: 1px solid #ccc;
	border-radius: 5px; /* Rounded corners */
	padding: 10px 20px; /* Padding for the button */
	cursor: pointer; /* Cursor changes to pointer on hover */
	transition: background-color 0.3s, border-color 0.3s; /* Smooth transition for hover effects */
}

.donation-option input[type="radio"], .delivery-option input[type="radio"] {
	display: none; /* Hide the default radio button */
}

.donation-option .option-label, .delivery-option .option-label {
	font-size: 14px; /* Adjust the font size */
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #333; /* Text color */
}

.donation-option input[type="radio"]:checked + .option-label, .delivery-option input[type="radio"]:checked + .option-label {
	background-color: #e0ffe0; /* Light green background for selected */
	border: 2px solid #4caf50; /* Green border for selected */
	color: #333; /* Text color for selected */
}

.donation-option:hover .option-label, .delivery-option:hover .option-label {
	background-color: #f0f0f0; /* Background color on hover */
}

.donation-option input[type="radio"]:not(:checked) + .option-label, .delivery-option input[type="radio"]:not(:checked) + .option-label {
	background-color: #fff; /* White background for unselected */
	border: 2px solid #ccc; /* Light gray border for unselected */
}
.overlay-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	z-index: 999; /* Layer above all content */
}

.popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	z-index: 1000; /* Layer above all content */
}
.popup.active {
	display: block;
}
.popup.active, .overlay-popup.active {
	display: block; /* Display both pop-up and overlay when active */
}
.popup button {
	margin-top: 10px;
	padding: 8px 16px;
	background-color: #ff0000;
	color: white;
	border: none;
	cursor: pointer;
}
.loader-popup {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-top: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 200px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#beneficiary_form textarea {
	resize: none;
	padding: 1rem;
	height: 200px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-box{
	background-color: #fff;
	padding: 20px 20px 10px 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.contact-box h5{
	font-size: 18px;
	font-weight: 500;
}
.contact-icon span{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 20px;
	border-radius: 90px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.beneficiary_form{
	background-color: #fff;
	padding: 20px 20px 10px 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.radio-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.radio-option {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
	width: 100%;
	margin: 10px 7px 0px 0px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.donate-phone{
	width: 666px;
}
/* Ensure the icon spans overlap */
.contact-icon-change {
	position: relative;
 }
  
.contact-icon-change .fa {
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
  }
  
  /* Initially hide the open envelope */
  .contact-icon-change .open {
	opacity: 0;
  }
  
  /* On hover, show the open envelope and hide the closed one */
  .media:hover .contact-icon-change .closed {
	opacity: 0;
  }
  
  .media:hover .contact-icon-change .open {
	opacity: 1;
  }
  
  
.radio-option input {
    display: none;
}

.radio-option.selected {
    border-color: green;
    background-color: #e0ffe0;
}

.radio-option:hover {
    background-color: #f0f0f0;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button.remove-method {
    background-color: #dc3545;
    margin-top: 10px;
	margin-bottom: 10px;
}

button:hover {
    background-color: #218838;
}

button.remove-method:hover {
    background-color: #c82333;
}

.btn-grad {
    padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border: 0;
	background: #EE9F27;
	cursor:pointer;
}
.donate .sectioner-header{
	margin-top: -350px;
}


.equipment_form {
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}
.equipment{
	height: 100%;
}
.equipment .sectioner-header {
	position: relative;
	z-index: 1000;
}
  
.equipment-container {
	position: relative;
	max-height: 700px; /* Adjust as needed */
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 20px; /* Space between this section and the next */
}
  
.equipment_form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#equipment-details {
	display: flex;
	flex-direction: column;
}
  
#add-equipment {
	margin-top: 10px;
}
  
.equipment .section-content {
	display: flex;
	flex-direction: column;
}

.payment-item {
	margin:23px 0px;
}
.payment-item i {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border-radius: 90px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	text-align: center;
}
.payment-item p {
	line-height: 20px;
	margin: 10px;
}

.price-input,
.date-input {
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.total p{
	border-top: 2px double #000000;
	margin-top: 25px;
	padding-top: 10px;
	font-weight: bolder;
}
.equipment-summary p{
	font-size: 12px;
}
.payment-info-side span{
	float: right;
}
.donate-end img{
	margin-left: 65%;
	margin-top: -650px;
}
.submit-button {
display: block;
width: 100%;
padding: 15px;
background-color: #44c767;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.heart  {
	width: 350px;
	height: 350px;
	line-height: 350px;
	font-size: 250px;
	color: #fff;
	margin: 50px 10px 20px 120px;
}
.contact-info i{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	padding: 0px 5px 0 11px;
}
.contact-info h4{
	font-size: 20px;
}
.footer {
	background: #fff;
	position:relative;
	padding: 20px 10px 0px 50px;
}
.footer-text{
	padding-top: 20px;
	padding-left: 100px;
}
.footer-text a{
	color: #000000;
	margin-left: 10px;
}
.footer::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.footer-span{
	font-weight: 800;
}
.footer-socials{
	display: flex;
}
.footer-socials-icon {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border-radius: 90px;
	padding-top: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	text-align: center;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.footer ul li a {
	display: block;
}
.footer ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	box-shadow: 0px -3px 25px 0px #0000000A;
	background: #fff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
	padding: 20px 0 0 50px;
}
.footer-shadow{
	box-shadow: 0px -3px 25px 0px #0000000A;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background: #ebfff2;
	color: #000000 !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
	color: #000000;
}
#payment_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.mission{
	margin-top: 420px;
}
.news {
	margin-top: 200px;
}
.news-box-1 img{
	width: 435px;
}
.partners-section{
	margin-top: 520px;
}
.modal{
	margin-top: 100px;
}
.modal-content img{
	display: none;
}
.employ{
	margin-top: 400px;
}
.events h1{
	margin-left: 130px;
}
.cup{
	margin-top: -200px;
}
.box-cup,
.box-cup-2{
	width: 190px;
	height: 350px;
}
.box-cup{
	margin-left: 40px;
	margin-top: -5px;
} 
.box-cup-2{
	margin-top: -70px; 
}
.testimonial{
	margin-top: 400px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.event-detail {
	margin-top: 20px;
}
.event-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#payment_form {
	margin-bottom:20px;
}
.payment-item {
	font-size: 12px;
}
.quick-links{
	display: none;
}
.get-in-touch{
	display: none;
}
.footer ul li a img {
	width: 120px;
}

.footer-copy p {
	font-size: 14px;
}
}
@media all and (max-width:576px) {
	.news{
		margin-top: -350px;
	}
	.news-box-1 img{
		width: 507px;
	}
	.events h1 h5{
		text-align: center;
	}
	.box-cup,
	.box-cup-2{
		width: 140px;
		height: 270px;
	}
	.box-cup{
		margin-left: 100px;
		margin-top: -5px;
	}
	.box-cup-2{
		margin-left: 300px;
		margin-top: -50px;
	}
	.who-we-do-it-for{
		display: none;
	}
	.about-curve-left{
		display: none;
	}
	.who-1{
		margin-top: -90px;
	}
	.who-2{
		margin-top: -180px;
	}
	.text-left {
		padding: 20px;
	}
	.who-3{
		margin-top: -380px;
	}
	.who-4{
		margin-top: -260px;
	}
	.who-5{
		margin-top: -120px;
		margin-bottom: -160px;
	}
	.steps{
		margin-top: -10px;
	}
}
@media(max-width:390px){
	h1{
		font-size: 25px; 
	}
	.about{
		margin-top: 270px;
	}
	.mission-1{
		margin-top: -60px;
	}
	.about-curve-left{
		display: none;
	}
	.about-curve-right{
		display: none;
	}
	.news{
		margin-top: 300px;
	}
	.news-most-recent{
		margin-top: -300px;
	}
	.news-item{
		margin-left: -10px;
	}
	.news-item .img-box img{
		width: 260px;
	}
	.img-box img{
		width: 310px;
		height: 220px;
	}
	.news-box-1{
		width: 92%;
		margin-left: 14px;
	}
	.news-box-1 .text-news-box-1 {
		padding: 30px;
	}
	.news-template{
		padding-top: 70px;
	}
	.partners-section{
		margin-top: 10px;
	}
	.modal-content .icon-border{
		display: none;
	}
	.employ{
		margin-top: 50px;
	}
	.events h1{
		margin-left: 100px;
	}
	.box-cup{
		margin-left: 20px;
		margin-top: -40px;
	}
	.box-cup-2{
		margin-left: 190px;
		margin-top: -90px;
	}
	.testimonial{
		padding-top: 90px;
	}
	.event-1{
		margin-top: 400px;
	}
	.who-1{
		margin-top: -30px;
	}
	.who-2{
		margin-top: 200px ;
	}
	.box-who-2{
		margin-top: -1060px;
	}
	.who-3{
		margin-top: -180px;
	}
	.section-padding-right{
		margin-right: 0;	
	}
	.section-padding-left{
		margin-left: 0;
	}
	.who-4{
		margin-top: 300px;
	}
	.box-who-4{
		margin-top: -900px;
	}
	.box-who-5{
		margin-top: -300px;
	}
	.who-5{
		margin-bottom: 50px;
	}
	.text-box-who-5{
		margin-top: -30px;
	}
	.donate{
		margin-top: 500px;

	}
	.contact{
		margin-top: 300px;
	}
	.contact-box{
		margin: 10px;
	}
	.contact-icon{
		margin-top: 20px;
	}
	.contact-box .text-left{
		margin-left: -10px;
	}
	.socials{
		display: flex;
		margin-left: 50px;
	}
	.phone-input{
		width: 280px;
	}
	.heart{
		display: none;
	}
	.slider-margin{
		margin-top: 0px;
	}
}
