/*
Theme Name: Startli
Theme URI: https://themewant.com/products/wordpress/startli
Author: ReacThemes
Author URI: http://www.reactheme.cot
Description: Startli - Business WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: startli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, creative, portfolio
*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Header
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Preloader

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}

a:active,
a:hover {
	outline: 0;
}

.sticky-wrapper{
    height:70px!important;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {

	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

.home5-arrow .reactheme-addon-slider .slick-dots li {
	float: left;
}

.home5-arrow .reactheme-addon-slider .slick-dots {
	padding-left: 36px;
	bottom: -100px;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="password"] {
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}

.post-password-required input[type="submit"] {
	padding: 19px 20px 17px !important;
	border-radius:0;
}

.page .comments-area {
	padding: 35px 0 0;
	clear: both;
}

.page .comments-area .comment-list li.comment {
	padding: 0;
	margin: 20px 0 25px;
	border-radius: 3px;
	list-style: none;
}

.page .comment-full {
	padding-top: 30px;
}

.page .comments-area .comment-list li.comment #respond {
	padding-top: 20px;
}

.wp-block-button__link {
	color: #fff !important;
}


input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
	font-weight: 600;
}

td,
th {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}


.comments-area .comment-list li.comment:last-child .comment-full {
	border-bottom: none;
	padding-bottom: 0;
}

.comment-list .pingback,
.comment-list .trackback {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fdfdfd;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	padding: 0
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/
.full-blog-content .blog-title a,
.reactheme-breadcrumbs .page-title {
	word-break: break-word;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}
.react-sideabr .widget-title a.rsswidget {
	color: #0a0a0a;
}
.react-sideabr .widget_rss ul li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

body.home.blog .blog-img img {
	width: auto !important;
}
.single .bs-img img {
	width: auto !important;
}
/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	clear: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear-fix,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 3em;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 16px 8px
}



/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.archive .page-header {
	margin-bottom: 35px;
}
.archive-post {
	margin-bottom: 10px;
	overflow: hidden;
}
.archive-post h3.blog-title {
	margin-bottom: 7px;
	font-size: 22px !important;
}
.archive-post .blog-meta {
	padding-bottom: 15px;
}
.search .entry-header h2 {
	margin-bottom: 10px !important;
	font-size: 22px !important
}
.search .pagination-area {
	padding-top: 0;
}
.sticky_form {
	display: none
}
select {
	width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Default Logo */
img.default-logo,
img.footer-logo-light {
	height: 32px;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
	font-style: italic;
}

.fowh2 .reactheme-heading .title-inner .title {
	font-weight: 500 !important;
}
.mfp-bottom-bar .mfp-title .gallery-title-wrap {
	display: none;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
.top50 {
	position: relative;
	top: -50px;
}
.header-logo .logo-area h1.site-title a {
	line-height: 45px !important
}
.link-clear {
	clear: both;
	display: block;
	padding-top: 15px;
}
li.pingback,
li.trackback {
	line-height: 30px;
}
.pingback .comment-body a,
.trackback .comment-body a {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
	font-weight: normal !important;
	font-size: 14px !important;
}
.wp-block-cover,
.wp-block-cover-image {
	margin-bottom: 25px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 22px;
}
.single-content-full .gallery-item .gallery-caption {
	padding: 8px 15px 0;
}
.reactheme-blog-details .bs-info.tags a {
	padding-top: 4px;
}
.wp-block-gallery {
	margin-bottom: 26px;
}
.columns-3.is-cropped.alignfull .blocks-gallery-caption {
	padding-left: 14px;
}
#reactheme-header.menugap-minus .logo-area .site-title a {
	padding-bottom: 5px;
}
.wp-block-archives.wp-block-archives-dropdown:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 14px;
	top: 53%;
	font-size: 20px;
	color: #171f32;
	z-index: 0;
	pointer-events: none;
	transform: translate(0px, -50%);
}
.reservation-two .metform-btn{
	width: 100%;
}
section.menu-wide .elementor-widget,
section.menu-wide .elementor-widget-wrap,
section.menu-wide .elementor-column,
section.menu-wide .elementor-container{
    position: static;
}
.loader-icon img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*custom css*/
.clip-path{
	clip-path: polygon(100% 0, 100% 42%, 98.5% 100%, 1.5% 100%, 0 42%, 0% 0%);
}

.clip-path-2{
	clip-path: polygon(17% 0, 100% 0, 100% 100%, 18% 100%, 9% 77%);
}
.clip-path-3{
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.clip-path-custom {
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.home-soon a{
	pointer-events: none;
}
.home-soon img{
	filter: grayscale(1);
}








body .main-contain {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f3f0ea !important;
}




.herosection {
    width: 100%; /* Full width for the parent section */
    text-align: center; /* Center text */
}
.herosection h1{
    font-weight: 300;
}


.highlight {
    font-weight: bold; /* Make highlighted text bold */
    color: #007bff; /* Change color for highlights */
    font-size: 52px; /* Slightly larger size for emphasis */
}



.main-contain #content, body.reactheme-pages-btm-gap .main-contain #content {
	padding-top: 0!important;
	padding-bottom: 0!important;
}







/* General form styling */
.donationpgsection {
	max-width: 858px;
	margin: 0 auto;
}

/* Each form set (section) background and padding */
.donationpgsection .form-set {
    background-color: #fff; /* White background for form sections */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    border: 1px solid #eaeaea; /* Light border for separation */
}

/* Form section titles */
.donationpgsection .form-title {
    font-size: 1.5rem;
    color: #ff0000; /* Red heading color to match the image example */
    margin-bottom: 15px;
    text-align: center;
}

/* Form rows: flexbox layout for two-column grid */
.donationpgsection .form-row {
    display: flex;
    gap: 20px; /* Spacing between form items */
    margin-bottom: 15px;
}

.donationpgsection .form-item {
    flex: 1; /* Items take equal space */
}

/* Labels and input styling */
.donationpgsection label {
	display: block;
	margin-bottom: -19px;
	font-weight: bold;
}

.donationpgsection input, 
.donationpgsection select, 
.donationpgsection textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Submit button */
.donationpgsection input[type="submit"] {
    background-color: #007BFF; /* Blue submit button */
    color: white;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.donationpgsection input[type="submit"]:hover {
    background-color: #0056b3; /* Darker blue on hover */
}





.custombookingpp-section .shadow-sm {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* Shadow Styling */
.custombookingpp-section .form-set {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.custombookingpp-section .form-heading {
	background-color: #fff !important;
	padding: 6px 15px;
	margin-bottom: 0;
	border-radius: 8px 8px 0 0;
}

/* Heading Text Styling */
.custombookingpp-section .form-heading h2 {
	font-size: 24px;
	color: #ec160e;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-weight: 600;
}

/* Input Fields Styling */
.custombookingpp-section .form-group label {
	display: block;
	font-weight: bold;
	margin-bottom: -22px;
}
.custombookingpp-section .form-group input[type="text"], .custombookingpp-section .form-group input[type="email"], .custombookingpp-section .form-group input[type="tel"], .custombookingpp-section .form-group select, .custombookingpp-section .form-group textarea {
	margin-bottom: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #010101;
	background-clip: padding-box;
	border: 1px solid #a1a1a1;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/* Styling for the submit button */
.custombookingpp-section input[type="submit"] {
    background-color: #28a745; /* Green background for submit button */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.custombookingpp-section input[type="submit"]:hover {
    background-color: #218838;
}

/* Organization toggle styling */
#org-toggle {
    margin-bottom: 10px;
}

#organization-fields {
    margin-top: 15px;
}

/* Adjustments for form layout and responsive design */
.custombookingpp-section .form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -24px!important;
}

.custombookingpp-section .form-group {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.custombookingpp-section .form-group.col-md-6 {
    width: 50%;
}

@media (max-width: 768px) {
    .custombookingpp-section .form-group.col-md-6 {
        width: 100%; /* Make fields full-width on small screens */
    }
}

/* Additional styles to make the design clean and minimal */
.custombookingpp-section .form-group input[type="checkbox"] {
    margin-right: 10px;
}





.student-details {
	max-width: 800px;
	margin: 0 auto !important;
	display: block;
}


























@media (max-width: 768px) {
  /* Your mobile-specific styles go here */
	.student-card{
		margin-top: 69px!important;
  margin-bottom: 50px!important;
}
	.story-link {
	display: block;
	margin: 3px 0;
	color: #0073aa;
	text-decoration: none;
	font-size: 10px;
}
	}






.sub-menu {
	min-width: 230px;
	width: 279px!important;
}

footer p{
	color:#fff;
}



/* Initially, the top bar is visible */
#reactheme-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* When the user scrolls down, hide the header */
body.scrolled #reactheme-header {
    opacity: 0;
    visibility: hidden;
}

/* When the user scrolls back to the top, show the header */
body:not(.scrolled) #reactheme-header {
    opacity: 1;
    visibility: visible;
}



.react-addon-services.services-style5 .single-service-four .services-text a .title {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 17px;
	line-height: 0;
	letter-spacing: 0.02em;
	transition: 0.3s;
}


.react-addon-services.services-style5 .single-service-four .services-text a.rts-btn {
	position: absolute;
	right: 0;
	top: -26px;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	padding: 2px 12px;
	text-transform: capitalize;
	transform: scaleY(0);
	transition: 0.3s;
	background: #fa8e04;
}



.react-addon-services.services-style5 .single-service-four .services-text {
	padding: 22px 15px;
	position: relative;
	text-align: center;
	background: #0ea6e9;
}

.quote-section {
	border-left: 4px solid #0ea6e9;
	padding-left: 20px;
	font-style: italic;
	font-size: 18px;
	margin: 20px 0;
	color: #555;
	background-color: #f9f9f9;
	padding: 19px;
	text-align: center;
}

.quote-section p {
    margin: 0;
}

.quote-author {
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}



.donation-table td a {
	text-decoration: none;
	color: #ec160e;
	font-weight: bold;
	padding: 0px 20px;
	display: inline-block;
	border-radius: 5px;
	/* border: 1px solid #0ea6e9; */
	/* background-color: #f0f8ff; */
	transition: background-color 0.3s ease;
}

    .donation-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

.donation-table th, .donation-table td {
	padding: 3px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
}

    .donation-table th {
        background-color: #f8f8f8;
        font-weight: bold;
    }



    .donation-table td a:hover {
        background-color: #007bff;
        color: #fff;
    }

    .donation-container {
        font-family: Arial, sans-serif;
        margin: 20px auto;
        max-width: 800px;
    }

    .donation-container h4 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

    .donation-container p {
        font-size: 16px;
        line-height: 1.5;
        color: #555;
    }






.reactheme-breadcrumbs .breadcrumbs-inner, #reactheme-header.header-style-3 .reactheme-breadcrumbs .breadcrumbs-inner {
	padding-top: 0;
	padding-bottom: 0;
	height: 242px;
}

.sticky-column {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 20px; /* Adjust this value as needed */
    z-index: 1000; /* Ensures it appears above other content */
}



.page-title {
	background-size: cover !important;
	min-height: 0!important;
	padding-top: 0!important;
}

.bullet-list ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #f40000;
	font-size: 29px;
	font-weight: 900;
	top: -11px;
}
.bullet-list ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 11px;
	color: #000;
		list-style:none;
}
p{
	color:#000;
}

.programspgsection img {
	height: 300px;
	object-fit: cover;
}

.programspgsectionbtn{
	
}



.donation-options {
	margin-bottom: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	color: #221e1e;
	padding: 20px;
}

/* Donation Section Styling */
.donation-options {
	margin-bottom: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	/* color: #fff; */
	background: #dcd0bc;
}


#toastButton {
	background-color: #eb140c !important;
	color: #fff;
	border: none !important;
	border-radius: 0;
	width: 100%;
}



/* Donation Section Styling */

.donation-options h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.donation-options img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.donation-options form {
    display: block;
}

.donation-options label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.donation-options select, 
.donation-options input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.donation-options .btn-primary {
	background-color: #f61010 !important;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	margin-top: -53px;
}

.donation-options .btn-primary:hover {
    background-color: #0056b3;
}

/* Other Donation Methods */
.other-donations {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.other-donations h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.other-donations ul {
    padding-left: 0;
    list-style: none;
}

.other-donations ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.other-donations ul li img {
    margin-right: 10px;
}

.other-donations p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    color: #333;
    text-align: center;
}






button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: #fff;
	padding: 10px 30px!important;
	font-size: 14px;
	text-transform: capitalize;
	outline: none;
	transition: all 0.5s ease;
	background: #0DA5E8!important;
	position: relative;
	border: none;
	border-radius: 100px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.other-donations li {
	font-size: 15px;
}

.headerpgg{
	position:relative;
}
.sidebar-student{
	display:flex:
}

.headerpgg::after {
	background-image: -webkit-gradient(linear,left top,right top,from(#a8d064),color-stop(14.2857%,#a8d064),color-stop(14.2857%,#3cab1a),color-stop(28.5714%,#3cab1a),color-stop(28.5714%,#008c15),color-stop(42.8571%,#008c15),color-stop(42.8571%,#00630f),color-stop(57.1428%,#00630f),color-stop(57.1428%,#005ca7),color-stop(71.4285%,#005ca7),color-stop(71.4285%,#003a88),color-stop(85.7142%,#003a88),color-stop(85.7142%,#00155c));
	background-image: linear-gradient(90deg,#a8d064,#a8d064 14.2857%,#3cab1a 0,#3cab1a 28.5714%,#008c15 0,#008c15 42.8571%,#00630f 0,#00630f 57.1428%,#005ca7 0,#0ea6e9 71.4285%,#6dea4a 0,#fa8f05 85.7142%,#f50707 0);
	content: "";
	display: block;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 36px;
}




.single #content h3, .single #content h4 {
	margin-bottom: 17px;
	font-size: 21px;
	color: red;
	text-align: center;
}



.header-wrap {
  padding: 60px 0 60px;
  background-attachment: fixed;
}
.page-title {
    background-size: cover!important; 
    min-height: 350px; 
    padding-top: 10%;
}

.header-wrap h1.entry-title {
  font-size: 3.01rem;
  font-weight: 800;
  color: #FFF;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom:0px;
  text-shadow: 1px 1px 2px black;
}
.header-wrap a{
    color: #F7941D;
    text-decoration: none;
}
.header-wrap p{
    color: #DDDDDD;
    margin-top: 5px;
}
.servpages {
    margin-top: -57px;
    position: relative;
    z-index: 101;
    background: #fff;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}





.header-wrap {
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center center; /* Centers the background image */
    background-repeat: no-repeat;
    min-height: 300px; /* Adjust the height of the header as needed */
    display: flex;
    align-items: center; /* Vertically aligns content */
    justify-content: center; /* Horizontally centers content */
    color: #fff; /* White text color for title */
    text-align: center;
}

.header-wrap .entry-title {
    font-size: 36px; /* Adjust font size of title */
    font-weight: bold;
    margin: 0;
}

#breadcrumbs {
    margin-top: 10px; /* Add spacing for the breadcrumbs */
    color: #ffffff;
}

@media (max-width: 768px) {
    .header-wrap {
        min-height: 200px; /* Adjust for smaller screens */
    }
    .header-wrap .entry-title {
        font-size: 28px;
    }
}



.main-contain #content {
	padding-top: 0;
	padding-bottom: 0;
}


body{
	color:#000;
}

.elementor-11091 .elementor-element.elementor-element-622d8006 .menu-area .navbar ul.menu > li {
	padding-top: 35px!important;
	padding-bottom: 27px!important;
}

img.hfe-site-logo-img  {
	width: 150px;
}

.rt-features-list-content ul li .sub-text {
	font-size: 16px;
	line-height: 24px;
	display: block;
	font-weight: 600;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: -3px;
	color: #fff!important;
}
.student-card p {
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	color: #444;
	font-size: 13px;
}
.student-card h2 {
	color: #000;
	font-size: 16px;
	/* font-weight: 700; */
	line-height: 28px;
	margin: 0;
}




.student-card {
	width: 18%;
	margin: 10px;
	text-align: center;
	background-color: #e9e2d5 !important;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: transform 0.3s;
	margin-top: 90px;
}

/* Scoping the styles to the parent class */
.student-slider-container #student-slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styling the student card within the student-slider-container */
.student-slider-container .student-card {
	width: 19%;
	padding: 20px;
	background-color: #e9e2d5!important;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
	margin: 10px;
}


/* Styling the navigation buttons for the slider */
.student-slider-container .owl-nav button.owl-prev,
.student-slider-container .owl-nav button.owl-next {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
}

.student-slider-container .owl-nav button.owl-prev:hover,
.student-slider-container .owl-nav button.owl-next:hover {
    background-color: #0056b3;
}

/* Optional: Customize the dots (pagination) */
.student-slider-container .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.student-slider-container .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #ddd;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.student-slider-container .owl-dot.active {
    background-color: #007bff;
}





.student-details {
	max-width: 862px;
	margin: 0 auto !important;
	display: block;
}

    .student-info {
        padding: 20px;
        background: none!important;
        border-radius: 5px;
    }

    .student-image {
        margin-bottom: 20px;
        max-width: 100%; /* Ensure image is responsive */
        height: auto;
    }
.student-image img {
	height: 310px;
	object-fit: cover;
	border-left: 4px solid #325800;
	border-radius: 20px;
	object-position: top;
	width: 100%;
}

    .other-students {
        list-style-type: none;
        padding: 0;
    }

    .other-students li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .btn-primary {
        background-color: #007bff;
        color: #fff;
    }

    .donation-section {
        margin-top: 20px;
    }





.student-list-wrapper {
    max-width: 1200px; /* Set a maximum width for the student list */
    margin: 0 auto; /* Center align the list */
    padding: 20px; /* Add some padding */
}

.student-grid {
    display: grid; /* Use CSS grid layout */
    grid-template-columns: repeat(4, 1fr); /* Four equal columns */
    gap: 20px; /* Space between grid items */
}



.student-card:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.student-photo img {
	width: 150px !important;
	height: 150px !important;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	margin-top: -90px;
	border: 5px solid #fff;
	margin-bottom: 13px;
}
.story-link {
	display:block;
	margin: 3px 0;
	color: #0073aa;
	text-decoration: none;
	font-size: 10px;
}

.sponsor-button {
	background-color: #eb140c;
	color: #fff;
	border: none;
	padding: 3px 15px;
	border-radius: 100px;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 11px;
}

.sponsor-button:hover {
    background-color: #005177; /* Darker shade on hover */
}






.elementor-11091 .elementor-element.elementor-element-bac7eaf:not(.elementor-motion-effects-element-type-background), .elementor-11091 .elementor-element.elementor-element-bac7eaf > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FFFFFF;
	box-shadow: 20px 20px 20px #0000004f;
}



.student-details {
    margin: 20px 0;
}
/* .student-info {
	padding: 40px;
	background: #dcd0bc9e;
	border-radius: 5px;
	color: #000;
} */

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-icon span.dot1, .offcanvas-icon span.dot2, .offcanvas-icon span.dot3, .offcanvas-icon span.dot4, .offcanvas-icon span.dot5, .offcanvas-icon span.dot6, .offcanvas-icon span.dot7, .offcanvas-icon span.dot8, .offcanvas-icon span.dot9 {
	width: 5px !important;
	height: 6px !important;
	border-radius: 0;
	float: left;
	margin-bottom: 7px !important;
	margin-right: 6px;
	display: none;
}

.rt-elevate-about-warp.style2 .thumbnail-about-eight .experience-area {
	max-width: 203px;
	position: absolute;
	top: 42%;
	right: 40px;
	animation: jump-2 8s linear infinite;
	background: #fff;
	padding: 30px 40px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
	display: none;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #f3f1eb; /* Light beige background */
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.styled-image {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.image-wrapper::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 40%;
	background-color: #0ea6e9;
	z-index: 0;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: translate(10px, 10px);
}



.react-addon-services.services-style11 .rts-single-project-one .project-inner {
	background: var(--secondarycolor);
	padding: 10px 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.et_pb_cta_0.et_pb_promo {
	background-color: #f3f0ea;
	padding-right: 40px !important;
	padding-left: 39px !important;
	margin-left: 54px !important;
}


strong {
  font-weight: 700;
}




.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .title {
	color: #ffffff;
	margin-bottom: 10px;
	transition: 0.3s;
	font-size: 19px;
	height: 44px;
}

.react-addon-services.services-style11 .rts-single-project-one .thumbnail .icon svg {
	width: 45px;
	height: 45px;
	text-align: center;
	padding: 7px;
	display: block;
	background: #FFFFFF;
	border-radius: 100px;
	transform: scale(1) !important;
}



.et_pb_image_5 .et_pb_image_wrap, .et_pb_image_0 .et_pb_image_wrap, .et_pb_image_6 .et_pb_image_wrap {
	box-shadow: 72px 72px 0px -60px #008c15;
}

#n2-ss-2item1::after {
	height: 8px;
	margin-top: 31px;
	width: 80%;
}



#n2-ss-2item1::after {
	background-image: linear-gradient( to right, #a8d064, #a8d064 14.2857%, #3cab1a 14.2857%, #3cab1a 28.5714%, #008d19 28.5714%, #008d19 42.8571%, #00500b 42.8571%, #00500b 57.1428%, #005ca7 57.1428%, #005ca7 71.4285%, #003a88 71.4285%, #0ea6e9 85.7142%, #fb9006 85.7142% );
	content: '';
	display: block;
	height: 6px;
	margin: 22px auto 0;
	width: 70%;
	max-width: 700px;
}	




.wpcf7-form-control{
	color: #6E777D;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	display: block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #010101;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #a1a1a1;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

