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

body{
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a{
    text-decoration: none;
}
.table > :not(caption) > * > *{
    background-color: transparent !important;
}
.top-nav {
	margin: 0 15px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 10px 20px;
}
.top-nav-tel {
	border-right: 1px solid #ffffff6e;
	border-left: 1px solid #ffffff6e;
}
.home-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}
.section-pad {
    padding: 60px 0;
    position: relative;
}

.special-text {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-item-align-right > a.mega-menu-link {
    background: #f99309;
    border-radius: 5px;
    padding: 25px 40px;
    color: #fff;
    line-height: 0;
}
.default #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #252222;
}
.default-header {
    height: 250px;
    background-color: #000060;
    text-align: center;
    color: #eee;
    display: flex;
    align-items: end;
    justify-content: center;
}
.default-header h1 {
    background-color: #2a8dc8;
    font-size: 35px;
    padding: 5px 10px;
    margin-bottom: -20px;
}
.menu-area {
	margin: 30px 10px;
}
.slider-wrap {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 20px;
}
.volunteer-btn a::before {
    content: '\f004';
    font-family: 'Font Awesome 6 Free';
    display: inline-block !important;
    margin-right: 15px;
    color: #f99309;
}
.swiper-content {
  animation: banner-animation 10s infinite forwards;
  opacity: 1;
  overflow: hidden;
  scale: 1.2;
}

@keyframes banner-animation {
  100% {
    scale: 1;
  }
}
.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item img {
    max-width: 100%;
    max-height: 80px !important;
}
.impact-area .wp-block-getwid-counter__number {
    font-weight: 900;
}
.sticky-section {
   position:sticky;
   top: 0;
   height: 100vh;
}
.scrolling-item {
    background-color: #ffff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 5px 10px 30px #b5b4b2;
}
.scrolling-item img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.involve-box {
	border: 2px solid #f99309;
	border-radius: 10px;
	margin: 20px;
	box-shadow: 2px 10px 5px #c6c6c6;
	transition: 0.5s;
}
.involve-box:hover {
	box-shadow: none;
}
.program-item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
}
.program-item img {
    height: 300px;
    object-fit: cover;
}
.program-item .wp-block-getwid-template-post-title {
    font-weight: 700;
    line-height: 1;
}
.program-item .custom-field-program-icon {
    text-align: center;
    display: inline-block;
    border: 2px dashed #f99309;
    border-radius: 50px;
    padding: 3px;
    margin-top: -50px;
}
.program-item .custom-field-program-icon i {
    font-size: 30px;
    background-color: #f99309;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    height: 70px;
    width: 70px;
}
.w-200 {
    width: 200px;
}
.cta1-area {
    border-radius: 20px;
}
.cta1-area .cta-arrow {
    position: absolute;
    top: 52%;
    right: 15%;
}
.home-about-img img {
    object-fit: cover;
}
.home-about-img::before {
    content: '';
    display: block;
    position: absolute;
    height: 400px;
    width: 300px;
    left: 0;
    top: -30px;
    z-index: -1;
    background-color: #f1f6f7;
    border-radius: 0 50px 0 0;
}
.news-item .wp-block-getwid-template-post-title {
    font-weight: 700;
}
.news-item img{
    border-radius: 20px;
}
.news-item2 {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 420px;
}
.news-item2 .wp-block-getwid-template-post-featured-image img {
    height: 250px;
    object-fit: cover;
}
.news-item2 .wp-block-getwid-template-post-title {
    font-weight: 700;
    margin: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    height: 80px;
    text-overflow: ellipsis;
}
.news-item2 .wp-block-getwid-template-post-link {
    margin-left: 20px;
    color: #f99309 !important;
    font-weight: 600;
}
.news-item2 .wp-block-getwid-template-post-link::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    display: inline-block !important;
    margin-left: 15px;
    color: #f99309;
}
.testimony-item {
    padding: 30px;
    border-radius: 20px;
}
.testimony-item .wp-block-getwid-template-post-featured-image img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.testimony-item .wp-block-getwid-template-post-title {
    font-weight: 700;
}
.testimony-item .wp-block-post-excerpt__more-link {
    font-weight: 800;
    color: #000;
}
.home-campaign-area {
    height: 100vh !important;
}
.campaign-item {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 500px;
}
.campaign-item .wp-block-getwid-template-post-featured-image img {
    height: 200px;
    object-fit: cover;
}
.campaign-item .wp-block-getwid-template-post-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.campaign-item .Goal {
    font-weight: 700;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.campaign-item .wp-block-button__link {
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    background-color: #f99309;
}
.campaign-list-item .wp-block-getwid-template-post-featured-image img {
    height: 200px;
    object-fit: cover;
}
.campaign-list-item .wp-block-getwid-template-post-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.campaign-list-item .Goal {
    font-weight: 700;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 20px;
}
.campaign-list-item .wp-block-read-more {
	width: 100%;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f99309;
	color: #fff;
	padding: 13px 20px;
	text-align: center;
}
.entry-title.awsm-jobs-single-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.awsm-job-main.awsm-job-single-content {
    background-color: #f6f3ee;
    padding-top: 100px;
}
.awsm-job-specification-wrapper {
    border-bottom: 2px solid #dedbdb;
    padding-bottom: 20px;
}
.awsm-job-specification-item.awsm-job-specification-job-type {
    margin: 10px 0;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    position: sticky;
    top: 0;
}
.awsm-job-form-inner {
    background: transparent !important;
}
.awsm-job-form-inner h2 {
    font-size: 25px;
    font-weight: 700;
}
.awsm-job-form-plugin-style .awsm-job-form-control {
    border: 2px solid #f99309 !important;
    background-color: transparent;
}
.awsm-job-form-plugin-style .awsm-application-submit-btn, .awsm-job-form-plugin-style .awsm-jobs-primary-button {
    background: #f99309;
    border-radius: 10px;
    padding: 10px 32px;
    width: 100%;
    border-color: #f99309;
}
.awsm-job-more {
    color: #f99309;
}
.aigpl-album-design-1 .aigpl-img-title {
    color: #f99309;
}
.simple-sidebar-item a {
	color: #000;
	font-weight: 800;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 10px;
	width: 100%;
}
.simple-sidebar-item a:active, .simple-sidebar-item a:hover {
  background-color: #f99309;
  border-bottom: none;
  border-radius: 5px;
}
.sidebarpost-list-item h3 {
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.widget {
    display: unset;
}
.impact-list {
	border-left: 1px solid #c3c2c2;
	padding-left: 30px;
	text-align: justify;
	list-style: none;
}
.impact-list li {
	display: flex;
	margin-bottom: 10px;
	gap: 10px;
}
.impact-list li::before {
	content: '\f061';
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color: #f99309;
}
.sidebar-post-item .wp-block-getwid-template-post-featured-image img {
    height: 100px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.sidebar-post-item .wp-block-getwid-template-post-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.wp-block-getwid-content-timeline-item__meta-content {
    font-size: 40px;
}
.wp-block-getwid-content-timeline-item__meta-content em {
    text-align: left;
    font-style: normal;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.wp-block-getwid-content-timeline-item__meta-content img {
    height: 100px;
    max-width: 100px;
    object-fit: cover;
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.entry-header .entry-title {
    font-size: 44px;
    font-weight: 800;
    background-color: #000060;
    margin-bottom: 0;
    padding: 5px 10px;
    color: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.page-template-default .entry-header {
    background-color: #f1f6f7;
    background-size: cover;
    background-position: center;
    height: 500px;
    margin: 0 20px;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.wall-of-recognition-single {
    background-color: #f6f3ee;
    padding-top: 150px;
    padding-bottom: 50px;
}
.wall-of-recognition-single .post-thumbnail img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
.wall-of-recognition-single .entry-header .entry-title {
    background-color: transparent;
    font-size: 30px;
    font-weight: 700;
    color: #000060;
}
.objectives-accordion.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: 1px solid #e1c690;
    border-radius: 10px;
    margin-bottom: 20px;
}
.objectives-accordion .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active.ui-state-active {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.objectives-accordion.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
    padding: 1.5em;
    border-right: 1px solid #f99309;
    border-left: 1px solid #f99309;
    border-bottom: 1px solid #f99309;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 5px #eee;
}
.objectives-accordion.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    padding: 15px 20px;
}
.objectives-accordion.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
    color: #000;
}
.rt-team-container .single-team-area .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.rt-team-container .single-team-area .single-team .img-responsive {
    height: 300px;
}
.component-box {
    border-color: #f99309;
    margin-bottom: 50px;
}
.component-box figure img {
    border-radius: 20px;
}
.bootscore-footer {
    background-color: #000060;
    position: relative;
}
.newsletter-area .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 {
    opacity: .96;
}
.w3eden .card h3 a {
    color: #000;
    font-size: 15px;
}
.mail-text {
    border-radius: 10px;
    border: 2px solid #000060;
    height: 55px;
    padding: 10px;
}
.mail-btn {
    background-color: #f99309;
    height: 55px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.bootscore-footer-info {
    background-color: #00004a;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;
    border: 0;
    color: #cfc7c7;
    font-weight: 900;
}