/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

body h1, body h2, body h3, body h4 {
	font-family: 'Zona Pro', sans-serif !important;
	font-weight: 700 !important;
}
.top-header-contact {
	list-style: none;
	margin: 0px;
	padding: 0px !important;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.top-header-contact li {
	list-style: none;
} 
.top-header-contact li a {
	color: #000 !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.main-menu-row .et-menu .menu-item-has-children>a:first-child:after {
	font-size: 20px;
}
.image-slider-section {
	overflow:hidden;
	display: flex;
	align-items: center;
}
.image-slider-section .center-img {
	padding: 100px;
}
.slick-prev {
	left: -12px;
	z-index: 11;
}
.slick-next {
	right: -12px;
	z-index: 11;
}
.menu-item-284330 {
	display: flex;
	flex-direction: row-reverse;
}
.product__slider-main {
	height: 600px;
	overflow: hidden;
}
.product__slider-main .slick-list, .product__slider-main .slick-list .slick-track, .product__slider-main .slick-list .slick-track .slick-slide, .product__slider-main .slick-list .slick-track .slick-slide>div  {
	height: 100%
}
.product__slider-main .slick-slide .slide {
	position: relative;
	height: 100%;
}
.product__slider-main .slick-slide .slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__slider-main .slick-slide .slide .slider-main-content{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 1;
}
.product__slider-main .slide img{
	width: 100%;
}
.slider-main-content .container {
	padding-top: 0px !important;
}
.product__slider-main .slick-slide .slide:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 15%, rgba(255, 0, 0, 0));
}
.slider-main-content .banner-left-content {
	width: 50%;
}
.slider-main-content strong{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.slider-main-content h2 {
	font-size: 66px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0px;
}
.slider-main-content p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.slider-main-content .banner-btn a{
	font-size: 16px;
	font-weight:700!important;
	text-transform:uppercase;
	display: inline-block;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding: 10px 50px 10px 30px;
	color: #fff;
	border-radius: 7px;
	background-image: url(/wp-content/uploads/2025/02/right-arrow.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	margin-top: 20px;
	background-color: #a3192d;
}
.slider-main-content .banner-btn a:hover{
	background-color: #ffd6dc;
	color: #000000 ;
	background-image: url('/wp-content/uploads/2025/02/Button-arrow-dark.png');
}
.product__slider-thmb {
	position: absolute !important;
	top: 0px;
	right: 0px;
	width: 280px;
	height:600px;
	overflow: hidden;
	padding: 20px 0px;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center
}
.product__slider-thmb.thmb_desktop_view .slick-list, .product__slider-thmb.thmb_desktop_view .slick-list .slick-track{
	transform: none !important;
}
.product__slider-thmb .slick-slide {
	margin: 12px 40px 12px 0px;
}
.product__slider-thmb .slide {
	border: solid 2px #fff;
	border-radius: 8px;
	overflow: hidden;
	height: 150px;
	max-width: 238px;
	position: relative;
}
.product__slider-thmb .slick-slide.slick-current .slide{
	border: solid 2px #A3192D;
}
.product__slider-thmb .slick-slide.slick-current .slide.green{
	border: solid 2px #62A730;
}
.product__slider-thmb .slick-slide.slick-current .slide.yellow{
	border: solid 2px #F4B334;
}
.product__slider-thmb .slider-thmb-title {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-top-left-radius: 8px;
}
.product__slider-thmb .slick-slide.slick-current .slider-thmb-title {
	background: #A3192D;
}
.product__slider-thmb .slick-slide.slick-current .slide.green .slider-thmb-title{
	background:#62A730;
}
.product__slider-thmb .slick-slide.slick-current .slide.yellow .slider-thmb-title{
	background:#F4B334;
}
.product__slider-thmb.thmb_desktop_view .slick-slide {
	width: 240px !important
}
.product__slider-thmb .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-menu-row .et_pb_menu_inner_container {
	align-items: center !important;
}
.main-menu-row li a {
	padding: 5px 20px !important;
}
.main-menu-row li.menu-cta.donate-now-btn a {
	background: #A3192D;
	padding: 8px 45px 8px 24px !important;
	border-radius: 8px;
	line-height: normal;
	color: #fff !important;
	position:relative;
}
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-item-363398>a,.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-item-363423>a{
	color:#fff !important;
}
.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-item-363398>a:hover,.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-item-363423>a:hover{
	color:#000000 !important;
}
.product__slider-thmb button.slick-next,.product__slider-thmb button.slick-prev{
	display:none !important;
}
.menu-item-has-children .sub-menu{
	z-index:11;
}
.main-menu-row li.menu-cta.donate-now-btn a:after{
	line-height: 1em;
	content: "\35";
	opacity: 1;
	position: absolute;
	transition: all .2s;
	text-transform: none;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	font-size: 1.6em;
	right: 17px;
	font-family: ETmodules !important;
	top: 50% !important;
	transform: translateY(-55%) !important;
}
.main-menu-row li.menu-cta.donate-now-btn a:hover:after {
	color: #000000 !important;
}
.main-menu-row li.menu-cta.donate-now-btn a:hover {
	color: #000 !important;
	opacity: 1;
	background: #ffd6dc;
}
.donate-now-btn a{
	color:#fff !important;
}
.main-menu-row li.menu-cta.donate-now-btn.current_page_item a {
	color: #fff !important;
}
.tab_section.et_pb_tab_0_bg{
	background-color: #ffd6dc !important;
}
.tab_section.et_pb_tab_1_bg{
	background-color: #62a73075 !important;
}
.tab_section.et_pb_tab_2_bg{
	background-color: #f4b3348f !important;
}

ul.et_pb_tabs_controls {
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
ul.et_pb_tabs_controls li {
	border: none;
	border-radius: 7px;
	background: transparent;
	width:340px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D3D3D3 !important;
}
ul.et_pb_tabs_controls li.et_pb_tab_active { 
	background: #fff !important;
}
ul.et_pb_tabs_controls li a{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 60px;
	border-radius: 7px;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Zona Pro', sans-serif;
}
ul.et_pb_tabs_controls:after {
	content: '';
	display: none;
}
.tab-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tab-column {
	width: 50%;
}
.tab-column .tab-image{
	position:relative;
}
.tab-image {
	margin-left: 50px;
}
.tab-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	display: inline-flex;
}
.tab-column-content h2{
	font-size: 36px;
	background: #a3192d;
	display: inline-block;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding: 8px 25px 8px 25px;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	font-family: 'Zona Pro', sans-serif;
}
.tab-column-content h3 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px;
	padding: 0px;
	line-height: 37px;
	font-family: 'Zona Pro', sans-serif;
}
.tab-column-content .btn-more{
	font-size: 16px;
	display: inline-block;
	border: 0px;
	font-weight:700;
	text-transform:uppercase;
	line-height: normal;
	margin: 0px;
	padding: 10px 50px 10px 30px;
	color: #fff;
	border-radius: 7px;
	background-image: url('/wp-content/uploads/2025/02/right-arrow.png');
	background-repeat: no-repeat;
	background-position: right 30px center;
	margin-top: 20px;
	font-family: 'Zona Pro', sans-serif;
}
.countdown-section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 30px;
	margin-top: 60px;
}
.countdown-column {
	width: calc(33.333% - 20px);
	text-align: center;
	border-top: 1px solid #00000050;
	border-bottom: 1px solid #00000050;
	padding: 30px 0px;
}
.countdown-column strong {
	font-size: 66px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: normal;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	padding: 0px;
	width: 100%;
}
.countdown-column p {
	margin: 0px;
	padding: 0px;
}
.education-section-tab .tab-column-content h2{
	background: #a3192d;
	text-transform:uppercase;
}
.education-section-tab .tab-column-content .btn-more {
	background-color: #a3192d;
	text-transform: uppercase;
	font-weight: 700;
	padding:10px 50px 10px 30px !important;
}
.education-section-tab .tab-column-content .btn-more:hover,.relief-section .tab-column-content .btn-more:hover,.community-section .tab-column-content .btn-more:hover,.how-you-can-help-section a.et_pb_button:hover{
	background-color: #ffd6dc;
	color: #000000 ;
	background-image: url('/wp-content/uploads/2025/02/Button-arrow-dark.png') !important;
}
.how-you-can-help-section .arrow-btn {
	line-height: normal !important;
	background-image: url(/wp-content/uploads/2025/02/right-arrow.png) !important;
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 12px;
}
.latest-news-section .arrow-btn {
	line-height: normal !important;
	background-image: url('/wp-content/uploads/2025/02/Button-arrow-dark.png') !important;
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 12px;
}
.latest-news-section .arrow-btn:hover {
	background-image: url('/wp-content/uploads/2025/02/right-arrow.png') !important;
}
.education-section-tab .countdown-column strong {
	color: #a3192d;
}
.relief-section .tab-column-content h2{
	background: #62A730;
}
.relief-section .tab-column-content .btn-more {
	background-color: #62A730;
}
.relief-section .countdown-column strong {
	color: #62A730;
}
.community-section .tab-column-content h2{
	background: #F4B334;
}
.community-section .tab-column-content .btn-more {
	background-color: #F4B334;
}
.community-section .countdown-column strong {
	color: #F4B334;
}
.lSSlideOuter.vertical {
	padding-right: 0px !important;
}
ul.lSPager.lSGallery {
	width: 280px !important;
}
.lSSlideOuter .lSPager.lSGallery img {
	width: 100%;
	object-fit: content;
}
.latest-news-section .et_pb_salvattore_content {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}
.latest-news-section .column {
	margin: 0px !important;
	width: calc(33.333% - 18px) !important;
}
.latest-news-section .et_pb_image_container {
	margin: 0px;
}
.latest-news-section article {
	border: none !important;
	padding: 0px 0px 50px 0px !important;
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px !important;
	gap: 15px;
	position: inherit !important;
}
.latest-news-section .slick-track{
	display: flex;
	flex-wrap: wrap;
}
.latest-news-section .slick-slide {
	padding: 15px;
	height: auto;
	position: relative;
}
.latest-news-section .slick-list  {
	margin-left: -15px;
	margin-right: -15px;
}
.latest-news-section article a.entry-featured-image-url {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	overflow: hidden;
	border: 0;
	margin: 0px;
	width:100%;
}
.latest-news-section article a.entry-featured-image-url img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.latest-news-section .clearfix:after {
	display: none;
}
.latest-news-section article .et_pb_image_container {
	order: 1;
}
.latest-news-section article h3.entry-title {
	order: 3;
	margin: 0px;
	padding: 0px;
}
.latest-news-section article p.post-meta {
	order: 2;
	width: 100%;
	margin: 0;
}
.latest-news-section .post-content {
	order: 3;
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.latest-news-section .slick-slide div {
	height: 100%;
}
.latest-news-section .slick-slide div.post-content, .latest-news-section .slick-slide div.post-content-inner {
	height: auto;
}
.latest-news-section .more-link {
	font-size: 16px;
	display: inline-block !important;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding:10px 50px 10px 30px;
	color: #fff;
	border-radius: 8px;
	background-image: url(/wp-content/uploads/2025/02/right-arrow.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-color: #A3192D;
}
.latest-news-section .more-link:hover {
	background-color: #ffd6dc;
	color: #000000 ;
	background-image: url('/wp-content/uploads/2025/02/Button-arrow-dark.png');
}
.latest-news-section .more-link{
	font-size:0px !important;
}
.latest-news-section .more-link:after{
	content:'view more';
	font-size:16px;
}
.latest-news-section .more-link:hover:after {
	color: #000000;
}
.latest-news-section .slick-next:before , .latest-news-section .slick-prev:before{
	content: '';
	display: none;
}
button.slick-next.slick-arrow {
	background-image: url('/wp-content/uploads/2025/02/arrow-next.png');
	width: 24px;
	height: 24px;
	background-size: 24px;
	display: inline-block;
	color: transparent;
	background-color: transparent;
	margin: 0px -5px 0px 5px !important;
	top: 160px;
}
button.slick-prev.slick-arrow {
	background-image: url('/wp-content/uploads/2025/02/arrow-next.png');
	width: 24px;
	height: 24px;
	background-size: 24px;
	display: inline-block;
	color: transparent;
	background-color: transparent;
	margin: -10px 0 0px -5px !important;
	transform: rotate(180deg);
	top: 160px;
}
.event-media-slider button.slick-prev.slick-arrow,.event-media-slider button.slick-next.slick-arrow{
	top:50% !important;
}
.quote-section {
	position: relative;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	overflow: visible !important;
}
.quote-section:before {
	content:'';
	background-image: url('/wp-content/uploads/2025/07/quote-right-shape.png');
	background-repeat: no-repeat;
	width: 87px;
	height: 74px;
	background-size: 87px;
	position: absolute;
	top: -38px;
	left: 50px;
}
.quote-right-shap {
	position: relative;
}
.quote-right-shap:before {
	content:'';
	background-image: url('/wp-content/uploads/2025/02/quote-right-shape.png');
	background-repeat: no-repeat;
	width: 229px;
	height: 225px;
	background-size: 229px;
	position: absolute;
	bottom: 0px;
	right: -1px;
	z-index: 1;
}
/* Education page css start */
.education-heading {
	position: relative;
	overflow: hidden
}
.education-heading-img {
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.desktop_banner, .mobile_banner {
	height: 100%;
	overflow: hidden;
}
.education-heading-img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.39) 15%, rgba(255, 0, 0, 0));
}
.education-heading-img:before {
	content: '';
	background: url('/wp-content/uploads/2025/02/Banner-right-shape.png');
	background-size: 479px;
	width: 479px;
	height: 372px;
	position: absolute;
	bottom: -90px;
	right: -95px;
	background-repeat: no-repeat;
}
.education-heading-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.education-content {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin: 0px;
	transform: translate(0, -50%);
	z-index: 1;
}
.education-content h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 66px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.page-template-page-upcoming-events footer, .page-template-page-education footer {
	margin-top: 80px;
}
.education-section {
	padding-top: 70px;
}
.education-section h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 30px
}
.education-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 60px;
}
.education-row .card {
	width: calc(33.333% - 20px);
	background-color: #f2f2f2;
	border-radius: 13px;
	overflow: hidden;
	height: auto;
}
.education-row .card-img {
	width: 100%;
	border-bottom: 8px solid #A3192D;
}
.education-row .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.education-row .card-img a {
	display: flex;
	height: 100%;
	width: 100%;
}
.education-row .card-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 8px;
}
.education-row .card-row.fee_row {
	height: 50px;
}

.education-row .card-row span {
	width: calc(40% - 30px);
	color: #053877;
	font-size: 14px;
}
.education-row .card-row span:last-child {
	text-align: right;
	width: 60%;
	color: #000000;
}
.education-row .card-working-days h3 {
	padding: 20px 0px 20px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 12px;
}
.page-template-page-education-php .education-row .card-working-days h3 {
	margin-top: 10px;
}
.education-row .card-working-days h3 a {
	color: #000000;
	background: transparent !important;
}
.page-template-page-education-php .education-row .card-working-days h3 a {
	color: #000000;
	background: transparent !important;
}
.education-row  .card-content {
	padding: 0px 20px 25px 20px;
	position: relative;
}
.title_date {
	width: 100%;
}
.open_button {
	width: 100%;
	align-self: end;
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.education-row .opentotitme-content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.education-row .opentotitme {
	margin-bottom: 20px;
}
.education-row .card-content .card-event_date {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.education-row .card-content .card-event_date span {
	color: #20538C;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}
.view-course-btn a {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	color: #fff;
	border-radius: 8px;
	background-color: #A3192D;
	width: 100%;
	text-align: center;
}
.view-course-btn a span {
	padding: 0px 20px 0px 0px;
	background-image: url('/wp-content/uploads/2025/02/right-arrow.png');
	background-repeat: no-repeat;
	background-position: right 0px center;
}
.view-course-btn a:hover span {
	background-image: url('/wp-content/uploads/2025/02/Button-arrow-dark.png');
}

/*start tabs*/
.portfolio .tabs  {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
.portfolio input[type="radio"]{
	display: none;
}
.portfolio .tabs label{
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 40px;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
}
.portfolio .tabs label:before {
	content: '';
	background:  #F2F2F2;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	display: inline-block;
	left: -8px;
	top: -8px;
	position: absolute;
	z-index: -1;
	border-radius: 8px;
}
.portfolio .tabs .viewall{
	display: none;
	transform-origin: 10% 50%;
}
.portfolio .tabs .content {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	display: block;
}
.portfolio input[id="viewall"]:checked ~ .content .viewall{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="fulltimecourses"]:checked ~ .content .fulltimecourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="parttimecourses"]:checked ~ .content .parttimecourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="onlinecourses"]:checked ~ .content .onlinecourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="shortcourses"]:checked ~ .content .shortcourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="upcomingcourses"]:checked ~ .content .upcomingcourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[id="ongoingcourses"]:checked ~ .content .ongoingcourses{
	display: block;
	animation: animateTabe 1s;
}
.portfolio input[type="radio"]:checked + label{
	background-color: #ffd6dc;
	border: none;
	cursor: default;
}
.portfolio .tabs .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top:100%;
	padding-top: 10%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0,0,0,.5);
	left: 0;
	transition: all .5s;
	transition: all .5s linear;
}
.portfolio .tabs .viewall .content:hover .overlay{
	top: 0;
}
.portfolio .tabs .overlay span{
	padding: 2px 8px;
	border: 1px solid #fff;
	border-radius: 3px;
	cursor: pointer;
}
.portfolio .tabs .overlay span:hover{
	background: #5CC05C;
	border-color: #5CC05C;
}
@keyframes animateTabe{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.classic-list{
	list-style-type: none;
}
.arrow-btn:after {
	margin-left: 0 !important;
}
.how-you-can-help-img .et_pb_image_wrap {
	width:100% !important;
	height: 100%;
}
footer .et_pb_newsletter_form{
	padding-top:0 !important;
}
.how-you-can-help-img .et_pb_image_wrap img {
	width: 100% !important;
}
.image-slider-section .image-slider-item {
	width: 100%;
	overflow: hidden;
}
.image-slider-section .image-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Single Education Start */
.education-single-banner {
	position: relative;
}
.education-single-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.40) 15%, rgba(255, 0, 0, 0));
}
.education-single-banner .container {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 80px;
}
.education-single-banner-title h1{
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0px;
}
.education-single .row .col-md-8 {
	width: 66.666%;
}
.education-single .row .col-md-4 {
	width: 33.333%;
}
.event-details-main-banner {
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 30px 20px 30px 20px;
	border-top: 10px solid #A3192D;
}
.event-details-main-banner .event-date-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 8px;
}
.event-details-main-banner .event-date-row span {
	width: calc(40% - 30px);
	color: #053877;
	font-size: 16px;
	font-weight: 500;
}
.event-details-main-banner .event-date-row span:last-child {
	text-align: right;
	width: 60%;
	color: #000000;
}
.event-registration_link {
	width: 100%;
	margin-top: 20px;
}
.event-registration_link a{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding: 8px 20px 8px 20px;
	color: #fff;
	border-radius: 8px;
	background-color: #A3192D;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.event-registration_link a span {
	padding: 0px 20px 0px 0px;
	background-image: url('/wp-content/uploads/2025/02/right-arrow.png');
	background-repeat: no-repeat;
	background-position: right 0px center;
}
.event-registration_link a:hover, .registration_btn a:hover {
	background-color: #ffd6dc;
	color: #000000 !important;
}
.event-registration_link a:hover span, .registration_btn a:hover span{
	background-image: url(/wp-content/uploads/2025/02/Button-arrow-dark.png);
}
.project-background {
	padding: 80px 0px;
	overflow:hidden;
}
h2.section-heading {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 60px;
	text-align: left;
}
.project-background p strong {
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -0.2px;
} 
.project-background p {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.2px;
}
.registration_btn {
	display: inline-block;
	margin-top: 20px;
}
.education-template-default .event-overview-section .registration_btn a{
	background-color: #FFD6DC;
	color: #000;
	position:relative;
}
.education-template-default .event-overview-section .registration_btn a:hover {
	color: #fff;
	background-color: #A3192D;
}
.education-template-default .event-overview-section .registration_btn a span{
	background-image:none;
	padding:0 !important;
}
.education-template-default .event-overview-section .registration_btn a:hover span {
	color: #fff;
}
.education-template-default .event-overview-section .registration_btn a:after{
	line-height: 1em;
	content: "\35";
	opacity: 1;
	position: absolute;
	transition: all .2s;
	text-transform: none;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	font-size: 1.6em;
	right: 17px;
	font-family: ETmodules !important;
	top: 50% !important;
	transform: translateY(-55%) !important;
}
.education-template-default .event-overview-section .registration_btn a:hover:after {
	color: #fff;
}
.registration_btn a{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border: 0px;
	line-height: normal;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	color: #fff;
	border-radius: 7px;
	background-color: #A3192D;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.registration_btn a span {
	padding: 0px 20px 0px 0px;
	background-image: url('/wp-content/uploads/2025/02/right-arrow.png');
	background-repeat: no-repeat;
	background-position: right 0px center;
}
.video-section {
	background-color: #f2f2f2; 
	padding: 80px 0px;
	overflow:hidden;
}
.event-details-section {
	background-color: #f2f2f2; 
	padding: 0px 0px 80px 0px;
	overflow:hidden;
}
ul.details-event {
	display: flex;
	margin-top: 20px;
}
ul.details-event li {
	width: 100%;
	text-align: center;
}
ul.details-event li .svg-block {
	margin-bottom: 10px;
}
ul.details-event li strong {
	font-size: 22px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
}
.course-materials {
	background-color: #ffffff; 
	padding: 80px 0px;
	overflow:hidden;
}
.course-materials h2 {
	margin-bottom: 20px;
}
.testimonial-section {
	background: #F2F2F2;
	padding: 80px 0px;	
}
.testimonial-section button.slick-next.slick-arrow {
	margin-top: -12px!important;
	top: 50%;
}
.testimonial-section button.slick-prev.slick-arrow {
	margin-top: -12px !important;
	top: 50%;
}
.testimonial-section .testimonial-item {
	padding: 0px 80px;
}
.testimonial-section .testimonial-item .testimonial-item-icon{
	text-align: center;
	width: 100%;
}
.testimonial-section .testimonial-item .testimonial-item-icon img{ 
	margin: 0 auto 30px auto;
}
.testimonial-section .testimonial-item .testimonial-text {
	color: #20538C;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}
.testimonial-section .testimonial-item .testimonial-text span {
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	width: 100%;
	display: block;
	margin-top:5px;
}
.testimonial-section .testimonial-Swiper {
	padding: 0px 100px;
}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
	display: none;
}
.testimonial-section .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #20538C;
}
.course-materials {
	padding: 80px 0px;
}
.course_material_faq details {
	border: 1px solid #000;
	border-radius: 8px;
	margin: 20px 0px;
	padding: 0px;
	position: relative;
}
.course_material_faq summary {
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	position: relative;
	padding: 20px 20px;
	cursor: pointer;
}
.summary-view {
	padding: 0px 20px 20px 20px;
}
.course_material_faq summary:after {
	content: '';
	background-color: #9C182F;
	background-image: url('/wp-content/uploads/2025/02/Plus-icon.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 14px;
	border-radius: 8px;	
}
.course_material_faq details[open] summary:after { 
	content: '';
	background-image: url('/wp-content/uploads/2025/02/Minus-icon.png');
	background-size: 12px;
}
.about-us-section {
	padding: 80px 0px;
}
.about-us-section .about-us-inner {
	background-color: #053877;
	border-radius: 20px 20px 20px 20px;
	padding: 0px 0px 0px 40px;
	position: relative;
}
.about-us-section .about-us-inner h2.section-heading {
	color: #f4b334 !important
}
.about-us-section .about-us-inner p{
	color: #ffffff;
	margin-top: 20px;
}
.about-us-section .about-us-short-desc p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 25px;
}
.aboutus-content {
	padding: 80px 0px;
}
.about-us-img {
	position: relative;
}
.about-us-img:after {
	content: "";
	background-image: url(/wp-content/uploads/2025/02/quote-right-shape.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 225px;
	background-size: 229px;
	position: absolute;
	bottom: 0px;
	right: -100px;
	z-index: 1;
}
.about-us-img {
	height: 100%;
	display: flex;
	align-items: flex-end;
	margin-right: 100px;
	justify-content: flex-end;
}
.event-media {
	padding: 0px;
	overflow:hidden;
}
.event-media-slider {
	margin-top: 10px;
}
.event-media-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.event-media-slider .slick-slide img{
	width:100% !important;
}
.event-media-slider .slick-slide{
	padding: 15px;
}
.event-media-slider .slick-prev:before, .event-media-slider .slick-next:before {
	display: none;
}
.event-overview-section {
	padding-bottom: 80px;
}
.event-btn-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.event-btn-section {
	padding: 0px;
}
.event-overview-section .slick-prev:before, .event-overview-section .slick-next:before {
	display: none;
}
.event-overview-section .slick-track{
	display:flex;
	align-items:normal;
}
.event-overview-section .slick-slide {
	padding: 15px;
	height: auto;
}
.event-overview-section .slick-slide > div{
	height:100% !important;
}
.testimonial-section .testimonial-slider .slick-dots{
	bottom:-70px;
}
.testimonial-section .testimonial-slider .slick-dots li button:before{
	font-size: 12px;
	border: 1px solid #707070;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
}
.testimonial-section .slick-dots li.slick-active button:before{
	border:1px solid #20538C;
	background:#20538C;
}
footer .et_pb_social_media_follow_network_0_tb_footer a.icon:hover, footer .et_pb_social_media_follow_network_1_tb_footer a.icon:hover, footer .et_pb_social_media_follow_network_2_tb_footer a.icon:hover {
	background-color: #ffd6dc !important;
}
footer .et_pb_social_media_follow_network_0_tb_footer a.icon:hover:before, footer .et_pb_social_media_follow_network_1_tb_footer a.icon:hover:before, footer .et_pb_social_media_follow_network_2_tb_footer a.icon:hover:before {
	color: #000 !important;
}
.footer-form .et_pb_newsletter_form{
	padding-top:0 !important;
}
.footer-form .et_pb_newsletter_button.et_pb_button:hover span{
	color:#ffd6dc;
}
.event-registration_link a:hover{
	color:#ffd6dc;
}
.view-course-btn a:hover {
	background-color: #ffd6dc;
	color: #000000;
}
/* Single Education End */

/* CSS Satrt community */
.thumb-star{
	transition: all 0.4s ease-in-out;
	opacity: 1;
	transform: scale(1);
}
.project-history-slider-thmb .slick-slide {
	opacity: 1;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	transform: scale(0.75);
}
.project-history-slider-thmb .slick-slide.thumb-star {
	opacity: 1;
	transform: scale(1);
}
.project-history-slider-thmb .slick-slide.slick-center {
	opacity: 1;
	transform: scale(1.1);
}
.project-history-section {
	width: 100%;
}
.project-history-section .project-history-slider-thmb{
	width: 100%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.project-history-section .project-history-slider-thmb .slick-list {
	width: calc(100% - 160px);
	height: 160px;
	padding-top: 12px !important;
}
.project-history-section .project-history-slider-thmb:before {
	width: 100%;
	content: '';
	height: 6px;
	background: #053877;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.project-history-section .project-history-slider-thmb .slide {
	text-align: center;
}
.project-history-slider-thmb .slick-track {
	z-index: 9;
	display: flex !important;
	align-items: center;
}
.project-history-section .project-history-slider-thmb .slide .star-icon {
	width: 45px;
	height: 45px;
	border: 3px solid #053877;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	margin: 0 auto;
	cursor: pointer;
}
.project-history-section .project-history-slider-thmb .thumb-star .slide .star-icon {
	background: url('/wp-content/uploads/2025/02/star-blank-icon.png') no-repeat;
	background-size: 84px;
	height: 84px;
	width: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #20538C;
	font-size: 16px;
	border: none;
}
.project-history-section .project-history-slider-thmb .slick-slide.slick-current.slick-center .star-icon {
	background: url('/wp-content/uploads/2025/02/star-active-icon.png') no-repeat;
	background-size: 139px;
	height: 139px;
	width: 139px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #F4B334;
	font-size: 28px;
	border: none;
}
.project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
	background-image: url('/wp-content/uploads/2025/02/previous-arrow.png');
	width: 40px;
	height: 42px;
	background-size: 24px;
	display: inline-block;
	color: transparent;
	background-color: #053877;
	margin: -21px 0 0px 0px !important;
	top: 50%;
	left: 0px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(0deg);
}
.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow {
	background-image: url('/wp-content/uploads/2025/02/next-arrow.png');
	width: 40px;
	height: 42px;
	background-size: 24px;
	display: inline-block;
	color: transparent;
	background-color: #053877;
	margin: -2px 0 0px 0px !important;
	top: 50%;
	right: 0px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: center
}
.project-history-section .project-history-slider-thmb button.slick-prev:before, .project-history-section .project-history-slider-thmb button.slick-next:before {
	display: none;
}
.project-history-section .project-history-slider-main {
	max-width: 800px;
	margin: 50px auto 0px auto;
	text-align: center;
}
.community-single .custom-section-padding{
	padding:80px 0 !important;
}
.community-single h2.section-heading{
	font-size: 46px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	word-wrap:break-word;
	padding-bottom: 0px;
}
.community-single .text-center{
	text-align:center;
}
.community-single .banner-section{
	padding:180px 0 !important;
	overflow:hidden;
	position:relative;
}
.community-single .banner-section:before{
	content: '';
	background: url('/wp-content/uploads/2025/02/single-community-banner-image.png');
	background-size: 479px;
	width: 479px;
	height: 372px;
	position: absolute;
	bottom: -90px;
	right: -95px;		
}	
.community-single .banner-section h1{
	font-size:66px;
	line-height:66px;
	text-align:left;
	padding:0;
	color: #fff !important;
	margin-bottom: 20px !important;
	font-weight: 700;
	word-wrap:break-word;
	text-transform: uppercase;
}
.community-single .banner-section .button-group{
	display:flex;
	flex-wrap:wrap;
	gap:13px;
	align-items:center;
}
.community-single .donate-button{
	background: #A3192D !important;
	padding: 10px 50px !important;
	border-radius: 7px !important;
	font-size:16px !important;
	line-height:16px !important;
	font-weight:700;
	margin-bottom:0 !important;
	color:#fff !important;
	position:relative;
	text-transform: uppercase;
	display: inline-flex;
	align-items: baseline;
	gap: 10px;	
	border:1px solid #A3192D !important;
}
.community-single .donate-button:hover{
	background-color: #ffd6dc !important;
	color: #000000 !important;
}
.single-community .volunteer-button:hover{
	background: #A3192D !important;
	color:#fff !important;
}
.community-single .donate-button:hover svg path{
	stroke: #000000 !important;
}
.community-single .volunteer-button:hover svg path{
	stroke: #fff;
}
.community-single .donate-button:after,.single-community .volunteer-button:after{
	opacity: 1 !important;
	margin-left:0 !important;
}
.community-single .project-background .donate-button:hover{
	color: #A3192D;
}
.community-single .project-background .donate-button{
	margin-top:25px;
}
.community-single .volunteer-button{
	background: #FFD6DC !important;
	color:#000 !important;
	padding: 10px 34px !important;
	border-radius: 7px !important;
	font-size:16px !important;
	line-height:16px !important;
	font-weight:700;
	margin-bottom:0 !important;
	color:#000 !important;
	position:relative;
	text-transform: uppercase;
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
}
.community-single .project-background p strong{
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}
.community-single .project-background p{
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.community-single .video-section .fluid-width-video-wrapper{
	padding-top:43.25% !important;
}
.community-single .project-details .project-detail-text{
	margin-bottom:45px;
}
.community-single .project-details .project-detail-text p{
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
.community-single .project-details .details-project li{
	align-items:center;
}
.community-single .project-details .details-project .svg-block{
	width: 93px;
	height: 93px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom:10px;
}
.community-single .project-details .details-project .svg-block.location-icon{
	background: url('/wp-content/uploads/2025/02/location.png');
}
.community-single .project-details .details-project .svg-block.day-icon{
	background: url('/wp-content/uploads/2025/02/date.png');
}
.community-single .project-details .details-project .svg-block.time-icon{
	background: url('/wp-content/uploads/2025/02/time.png');
}
.community-single .project-details .details-project li strong{
	font-size:22px;
	line-height:25px;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:4px;
}
.community-single .project-details .details-project li{
	font-size:16px;
	line-height:19px;
	font-weight:400;
	text-align:center;
	width:calc(33.33% - 20px);
}
.community-single .project-details .details-project{
	gap:30px;
}
.community-single .project-statistics h2{
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 45px;
	text-transform: uppercase;
	font-weight: 700;
}
.community-single .project-history h2{
	padding-bottom: 30px;
	text-align:center;
}
.community-single .project-history h3{
	width: 100%;
	font-size: 46px;
	margin-bottom: 10px;
	display: inline-block;
}
.community-single .project-history strong{
	width: 100%;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 20px;
}
.community-single .project-history .project-history-content, .community-single .project-history .project-history-content p{
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}
.community-single .project-history .img-sec{
	margin:80px 0 40px;
}
.community-single .case-studies h2, .community-single .get-involved h2, .community-single .project-media h2{
	padding-bottom: 40px;
}
.community-single .case-studies .case-study-content{
	padding: 20px 30px 80px;
	position:relative;
	background:#ECECEC;
}
.community-single .case-studies .case-studies-grid .case-study-card{
	width:100%;
	padding: 0;
	border-radius: 13px;
	background:#ECECEC;
}
.community-single .case-studies .case-studies-grid .case-study-card .case-study-image{
	border-bottom: 10px solid #e6b800;
	display: flex;
}
.community-single .case-studies .case-studies-grid .case-study-card .case-study-image img{
	height:100%;
	object-fit:cover;
	border-bottom:none;
}
.community-single .case-studies .case-study-content h3{
	line-height: 27px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin-bottom: 25px;
}
.community-single .case-studies .case-study-content a.btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #A3192D;
	text-transform: uppercase;
	padding: 7px 30px;
	width:max-content;
	border:1px solid #A3192D;
	bottom: 40px;
}
.community-single .case-studies .case-study-content a.btn:hover{
	background: #FFD6DC;
	color:#A3192D;
}
.community-single .woocommerce div.product .woocommerce-tabs ul.tabs{
	margin-top:20px;
}
.community-single .case-study-card:hover{
	transform:none;
}
.community-single .get-involved .woocommerce-Tabs-panel h2{
	padding-bottom: 25px;
	text-align:left;
}
.community-single .get-involved .get-involved-row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1050px;
	margin: 0 auto;
}
.community-single .get-involved .get-involved-row .image-contain img{
	width: 100%;
}
.community-single .get-involved .get-involved-row .get-involved-item{
	width:calc(50% - 15px);
}
.get_involved_col .btn-group{ 
	margin-top: 20px;
}
.community-single .get-involved .get-involved-item{
	border-radius:13px;
	overflow:hidden;
}
.community-single .get-involved .content-tag{
	text-align: center;
	padding: 25px 25px 0px 25px;
}
.community-single .get-involved .content-tag p{
	font-size: 16px;
	line-height: 19px;
	font-weight:400;
}
.community-single .get-involved .btn-group-secondary{
	display:flex;
	align-items:center;
	justify-content: center;
	gap:20px;
	flex-wrap:wrap;
	margin:20px -25px 0;
}
.community-single .get-involved .btn-group-secondary a{
	background: #A3192D;
	text-align: center;
	padding: 9px 30px !important;
	font-size: 15px !important;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position:relative;
	display: flex;
	align-items: center;
	gap: 16px;
	white-space: nowrap;
}
.community-single .get-involved .btn-group{
	text-align:center;
}
.community-single .get-involved .btn-group-secondary a.volunteer-button{
	background: #FFD6DC;
	text-align: center;
	padding: 10px 33px !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.community-single .swiper-button-disabled{
	display:block;
}
.community-single .swiper-button-next{
	right: -35px;	
	transform: translateY(100%);
}
.community-single .swiper-button-prev{
	left:-35px;
	transform: translateY(100%);
}
.project-media {padding-top: 80px;}
.community-single .swiper-slide{
	height:auto;
}
.community-single .swiper-slide img{
	width: 100%;
}
.community-single .swiper-button-next:after,.community-single .swiper-button-prev:after{
	color: #000000;
	font-size:30px;
}
.community-single .similar-projects .section-header{
	padding-bottom:40px;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-between;
}
.community-single .similar-projects .project-card-image{
	width: 100%;
}
.community-single .similar-projects .project-card-image img{
	width: 100%;
}
.community-single .similar-projects .project-card-content{
	padding: 23px;
	background: #ECECEC;
}
.community-single .similar-projects .project-card-content h3{
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin-bottom: 23px;
}
.community-single .similar-projects .project-card{
	border-radius:13px;
	overflow:hidden;
	background: #ECECEC;
}
.community-single .stats-grid{
	gap:80px;
}
.community-single .similar-projects .project-card-content a{
	display: inline-block;
}
.community-single .stats-grid .counter_col{
	display: flex;
	flex-wrap: wrap;
	padding: 17px 0 27px;
	border-top: 0.5px solid #000000;
	border-bottom: 0.5px solid #000000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	width:calc(16.66% - 66.65px );
}
.community-single .stats-grid .counter_col span{
	width:100%;
	font-size:66px;
	line-height:100px;
	color:#F4B334;
}
.community-single .similar-projects .volunteer-button.mobile{
	display:none;
}
.community-single .single_add_to_cart_button{
	color: #fff !important;
	padding: 15px 50px 15px 15px !important;
}
.community-single .single_add_to_cart_button:after{
	opacity:1 !important;
	margin-left:0 !important;
}
.community-single .nyp-product form td{
	padding: 0 !important;
}
.community-single .nyp-product form td select{
	padding: 15px !important;
	font-size: 18px !important;
}
.similar-projects-grid-mobile{
	display:none;
}
.similar-projects-grid {
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
}
.project-history-slider-thmb .slick-initialized .slick-slide{
	transition: all 0.5s ease-in-out;
}
.project-history-slider-thmb .slick-slide.slick-active {
	transition: all 0.5s ease-in-out;
}
.project-history-slider-thmb .slick-slide.slick-active.thumb-star {
	transition: all 0.5s ease-in-out;
}
section.case-studies {
	padding-bottom: 80px;
}
/* CSS End community */
.card-working-days h3 a,.project-card-content h3 a,.case-study-content h3 a{
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
}

/*CSS Start education */
.tkt-slctr-tbl{width:100%;}
.ee-ticket-register{text-align: center;}
.ticket-selector-submit-btn-wrap{padding-top: 5%;}
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
	cursor: pointer;
}

.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
}

.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0,0,0,0.8);

	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.popup-close:hover {
	background: rgba(0,0,0,1);
	text-decoration: none;
	color: #fff;
}
.ticket-selector-submit-btn{font-size: 16px;    font-weight: bold;    display: inline-block;    border: 0px;    line-height: normal;    margin: 0px;    padding: 8px 40px 8px 40px;    color: #fff;    border-radius: 8px;    background-color: #A3192D;
	/*width: 100%;*/    text-align: center;    text-transform: uppercase;
}
.education-single .about-us-img{
	padding-top:45px;
}
.education-single .image-block-about{
	margin-bottom:-20px;
}
.education-single .about-us-section .row{
	overflow: hidden;
}
.education-single .event-btn-section h2{
	padding-bottom:0
}
.education-single .event-overview-section .registration_btn{
	margin-top:0;
}
.education-single .event-overview-section .registration_btn a{
	padding-right:72px;
	padding-left:40px;
}
.education-single .event-overview-section .registration_btn a:after{
	right:36px;
}
.education-single .event-btn-section{
	margin-bottom:40px;
}

.education-single .event-overview-section .registration_btn.mobile{
	display:none;
}
.education-single .event-media-slider .slick-prev{
	left:-10px;
}
.education-single .event-media-slider .slick-next{
	right:-10px;
}
.about-us-section .about-us-inner h2.section-heading{
	font-family: 'Zona Pro', sans-serif;
}
.education-single .about-us-section .about-us-short-desc p{
	font-size:22px;
}
.education-single .about-us-section .about-us-short-desc p span{
	color:#F4B334;
}
.event-overview-section .swiper-button-next:after, .event-overview-section .swiper-button-prev:after {
	color: #000000;
	font-size: 30px;
}
.event-overview-section .swiper-button-next {
	right: -35px;  
}
.event-overview-section .swiper-button-prev {
	left: -35px;
}

/*CSS End education */


@media(min-width:1366px) and (max-width: 1540px) {
	.container {
		width: 88%;
	}
	.et_pb_row {
		width: 88%;
	}
}
@media(min-width:1200px) and (max-width: 1365px) {
	.container {
		width: 88%;
	}
	.et_pb_row {
		width: 88%;
	}
	.community-single .stats-grid {
		gap: 45px;
	}
	.community-single .stats-grid .counter_col {

		width: calc(20% - 36px);
	}
}
@media(min-width:1200px) {
	.community-single .case-studies .case-studies-grid .swiper-wrapper{
		display:flex;
		gap:27px;
		flex-wrap:wrap;
	}
	.community-single .case-studies .case-studies-grid .swiper-slide {
		width:calc(33.33% - 18px);
		padding: 0;
		border-radius: 13px;
		background:#ECECEC;
	}
	.community-single .case-studies .case-studies-grid .case-study-card{
		width:100%;
		height: 100%;
		background:#ECECEC;
	}
	.case-studies .swiper-button-next, .case-studies .swiper-button-prev, .swiper-button-prev.swiper-prev-button, .swiper-button-next.swiper-next-button {
		display: none;
	}
	.similar_events_row .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		row-gap: 60px;
	}
	.similar_events_row .swiper-slide{
		width: calc(33.333% - 20px);
		height: auto;
		background-color: #f2f2f2;
		border-radius: 13px;
		overflow: hidden;
	}
	.similar_events_row .swiper-slide .card{
		width: 100%;
		height: 100%;
	}
}
@media(min-width:981px) and (max-width: 1199px) {
	.container {
		width: 90%;
	}
	.et_pb_row {
		width: 90%;
	}
}
/* Education page css End */
@media(min-width:992px) and (max-width: 1199px) {
	.slider-main-content .banner-left-content {
		width: 70%;
	}
	.education-row {
		gap: 30px;
		row-gap: 60px;
	}

	.portfolio .tabs label {
		padding: 16px 30px;
	}
}
@media(min-width:981px) and (max-width: 1199px) {
	ul#menu-main-menu li, ul#menu-education-main-menu li {
		padding-left: 8px;
		padding-right: 8px;
	}
	ul#menu-main-menu li a, ul#menu-education-main-menu li a  {
		font-size: 14px !important;
		padding: 5px 20px 5px 0px !important;
	}
	.main-menu-row ul#menu-main-menu li.menu-cta.donate-now-btn a, .main-menu-row ul#menu-education-main-menu li.menu-cta.donate-now-btn a {
		line-height: normal;
		padding: 8px 30px 8px 16px !important;
	}
	.main-menu-row ul#menu-main-menu li.menu-cta.donate-now-btn a:after, .main-menu-row ul#menu-education-main-menu li.menu-cta.donate-now-btn a:after {
		right: 10px;
	}
	.image-slider-section .center-img {
		padding: 70px;
	}
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 80px);
		height: 130px;
		padding-top: 10px !important;
	}
	.project-history-section .project-history-slider-thmb .thumb-star .slide .star-icon {
		background-size: 72px;
		height: 72px;
		width: 72px;
		font-size: 16px;
	}
	.project-history-section .project-history-slider-thmb .slick-slide.slick-current.slick-center .star-icon {
		background-size: 110px;
		height: 110px;
		width: 110px;
		font-size: 20px;
	}
	.project-history-section .project-history-slider-thmb .slide .star-icon {
		width: 24px;
		height: 24px;
		border: 2px solid #053877;
	}
	.project-history-section .project-history-slider-thmb:before {
		height: 4px;
		margin-top: -2px;
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow, .project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		width: 36px;
		height: 40px;
		background-size: 18px;
	}
	.project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		margin: -20px 0 0px 0px !important
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow {
		margin: 0px !important
	}
	.community-single .project-statistics .container,.community-single .project-history .container{
		padding-bottom:0 !important;
	}
	.community-single .project-details .details-project li{
		width:calc(50% - 15px);
	}
	.community-single .stats-grid {
		gap: 35px;
	}
	.community-single .stats-grid .counter_col {
		width: calc(20% - 28px);
	}
	.community-single .stats-grid .counter_col span {
		font-size: 60px;
		line-height: 85px;
	}
}
@media(min-width:768px) and (max-width: 980px) {
	.et_pb_menu .et_mobile_menu {
		padding: 20px 20px;
	}
	.community-single .stats-grid {
		gap: 45px;
		row-gap: 0px;
		justify-content: left
	}
	.community-single .stats-grid .counter_col {
		width: calc(33.333% - 30px);
	}	
	.community-single .stats-grid .counter_col:nth-child(4), .community-single .stats-grid .counter_col:nth-child(5) { 
		border-top: 0;
	}
}
@media(min-width:981px) {
	.product__slider-thmb.thmb_mobile_view {
		display: none !important;
	}
}
@media(max-width:980px) {
	.product__slider-thmb.thmb_desktop_view {
		display: none !important;
	}
	.product__slider-thmb.thmb_mobile_view {
		display: block !important;
	}
	.community-single .project-details .details-project li{
		width:calc(50% - 15px);
	}
	.community-single .project-statistics .container,.community-single .project-history .container{
		padding-bottom:0 !important;
	}
	.community-single .case-studies .case-studies-grid .case-study-card{
		width:calc(50% - 13.5px);
	}
}
@media(min-width:641px) and (max-width: 1199px) { 
	.community-single .case-studies .case-studies-grid .case-study-card{
		width: 100%;
	}
	.education-row .card {
		width: calc(50% - 20px);
	}
	.similar_events_row .education-row .card {
		width: 100%;
	} 
	.similar_events_row .similareventsssider .swiper-slide {
		height: auto;
	}
	.similar_events_row .similareventsssider .swiper-slide .card{
		height: 100%;
	}
}
@media(min-width:541px) and (max-width: 980px) {
	.product__slider-thmb.thmb_mobile_view .slick-list, .product__slider-thmb.thmb_mobile_view .slick-track{
		transform: none !important;
	}
}
@media(min-width:768px) and (max-width: 980px) {
	.container {
		width: 90%;
	}
	.latest-news-section .column {
		display: flex;
		width: 100% !important;
		flex-wrap: wrap;
		gap: 32px;
	}
	.latest-news-section .column article{
		width: calc(50% - 16px) !important;
	}
	.product__slider-thmb {
		width: 100%;
		bottom: 20px;
		top: inherit;
		height: auto;
		padding: 0px 10px;
	}
	.product__slider-thmb .slick-slide {
		margin: 0px 10px;
	}
	.product__slider-main .slick-slide .slide .slider-main-content {
		position: absolute;
		top: 40%;
		left: 0px;
		transform: translate(0, -50%);
		width: 100%;
	}
	.slider-main-content .banner-left-content {
		width: 100%;
	}
	.portfolio .tabs label {
		padding: 16px 18px;
		font-size: 16px;
	}
	.education-row {
		gap: 30px;
		row-gap: 60px;
	}

	.countdown-column strong{
		font-size:48px;
	}
	.image-slider-section .center-img {
		padding: 60px;
	}
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 80px);
		height: 120px;
		padding-top: 5px !important;
	}
	.project-history-section .project-history-slider-thmb .thumb-star .slide .star-icon {
		background-size: 72px;
		height: 72px;
		width: 72px;
		font-size: 16px;
	}
	.project-history-section .project-history-slider-thmb .slick-slide.slick-current.slick-center .star-icon {
		background-size: 110px;
		height: 110px;
		width: 110px;
		font-size: 20px;
	}
	.project-history-section .project-history-slider-thmb .slide .star-icon {
		width: 20px;
		height: 20px;
		border: 2px solid #053877;
	}
	.project-history-section .project-history-slider-thmb:before {
		height: 2px;
		margin-top: -1px;
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow, .project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		width: 36px;
		height: 40px;
		background-size: 18px;
	}
	.project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		margin: -20px 0 0px 0px !important
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow {
		margin: 0px !important
	}
	.project-history-section .project-history-slider-main {
		margin: 30px auto 0px auto;
	}
	.community-single .custom-section-padding {
		padding: 70px 0 !important;
	}
	.project-media {
		padding-top: 70px;
	}
}
@media(min-width: 768px) {
	.mobile_banner, .mobile_view {
		display: none;
	}
	.banner_section_mobile {
		background-image: inherit !important;
	}
	.education_single_mobile {
		background-image: inherit !important;
	}
}
@media(max-width: 767px) {
	.container {
		width: 90%;
	}
	.desktop_banner, .desktop_view {
		display:none !important;
	}
	.page-template-page-upcoming-events footer, .page-template-page-education footer{
		margin-top: 60px;
	}
	ul.et_pb_tabs_controls {
		flex-wrap: wrap;
	}
	.image-slider-section .slick-slide {
		transform: scale(1) !important;
	}
	ul.et_pb_tabs_controls {
		gap: 16px;
	}
	ul.et_pb_tabs_controls li {
		width: 100%;
		justify-content: flex-start;
	}
	ul.et_pb_tabs_controls li a {
		padding: 10px 12px;
	}
	.tab-row {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.tab-column {
		width: 100%;
	}
	.tab-column .tab-image {
		padding-left: 0;
		margin-left: 0;
	}
	.tab-column-content h2 {
		font-size: 26px;
	}
	.tab-column-content h3 {
		font-size: 22px;
	}
	.tab-column-content h3 br {
		display: none
	}
	.tab-column-content p {
		font-size: 15px;
	}
	.countdown-column {
		width: calc(50% - 15px);
		text-align: start;
		font-size: 15px;
	}
	.countdown-column:last-child {
		border-top: 0px solid #00000050;
	}
	.countdown-section {
		margin-top: 40px;
	}
	.countdown-column strong {
		font-size: 37px;
	}
	.latest-news-section .column {
		width: 100% !important;
		gap: 40px !important;
		display: flex;
		flex-wrap: wrap;
	}
	.quote-right-shap:before {
		content:'';
		width: 160px;
		height: 157px;
		background-size: 160px;
	}
	.product__slider-thmb {
		width: 100%;
		bottom: 20px;
		top: inherit;
		height: auto;
		padding: 0px 10px;
	}
	.product__slider-thmb .slick-slide {
		margin: 0px 10px;
	}
	.product__slider-main .slick-slide .slide .slider-main-content {
		position: absolute;
		top: 40%;
		left: 0px;
		transform: translate(0, -50%);
		width: 100%;
	}
	.slider-main-content .banner-left-content {
		width: 100%;
	}
	.product__slider-thmb .slide {
		height: 120px;
	}
	.product__slider-thmb .slider-thmb-title {
		font-size: 16px;
	}
	.slider-main-content strong {
		font-size: 16px;
	}
	.slider-main-content h2 {
		font-size: 48px;
	}

	.view-course-btn a {
		font-size: 15px;
	}
	.portfolio .tabs label {
		padding: 10px 14px;
		font-size: 14px;
		width: 100%;
	}
	.education-section h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.education-content {
		top: 50px;
		transform: inherit;
	}
	.portfolio .tabs {
		margin-top: 60px;
	}
	.portfolio .tabs .tabs_col {
		width: 100%;
	}
	.education-section {
		padding-top: 55px;
	}
	.education-single .row .col-md-8, .education-single .row .col-md-4 {
		width: 100%;
	}
	.education-single-banner-title h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.education-single-banner .container {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.education-single-banner-details {
		margin-top: 40px;
	}
	.project-background, .video-section, .course-materials, .testimonial-section {
	}
	h2.section-heading {
		font-size: 32px;
		line-height: 46px;
	}
	.project-background p strong {
		margin: 10px 0px;
		display: inline-block
	}
	ul.details-event {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	ul.details-event li {
		width: calc(50% - 15px);
	}
	.summary-view {
		font-size: 14px;
	}
	.image-slider-section {
		overflow: hidden;
	}
	.image-slider-section .slick-list{
		margin-left: -8px !important; 
		margin-right: -8px !important; 
	}
	.image-slider-section .image-slider-item {
		padding: 0px 8px;
	}
	.image-slider-section .slick-center {
		transform: scale(1)
	}
	section.course-materials {
		padding-bottom: 40px;
	}
	.testimonial-section .testimonial-item {
		padding: 0px 20px;
	}
	.testimonial-section .testimonial-item .testimonial-text {
		font-size: 20px;
		line-height: 34px
	}
	.testimonial-section button.slick-next.slick-arrow {
		margin-right: 15px!important;
	}
	.testimonial-section button.slick-prev.slick-arrow {
		margin-left: 15px !important;
	}
	.about-us-section {
		padding-bottom: 60px;
	}
	.about-us-section .about-us-inner {
		padding-left: 30px;
	}
	.aboutus-content {
		padding: 80px 30px 50px 0px;
	}
	.about-us-img:after {
		content: '';
		width: 120px;
		height: 118px;
		background-size: 120px;
	}
	.event-media-slider {
		margin-left: -8px;
		margin-right: -8px;
	}
	.event-media-slider .slick-slide {
		padding: 8px;
	}
	.event-media {
		padding: 0px 0px 30px 0px;
	}
	.event-overview-section {
		padding-bottom: 60px;
	}
	.page-template-page-upcoming-events footer, .page-template-page-education footer {
		margin-top: 40px;
	}
	footer .fwidget {
		margin-bottom: 0px !important;
	}
	footer h4.et_pb_module_header {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	footer .et_pb_newsletter_form {
		padding-top: 20px !important;
	}
	.latest-news-section.home-latest-news-section {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.latest-news-section.home-latest-news-section article a.entry-featured-image-url {
		height: auto;
		min-height: 200px;
	}
	.latest-news-section.home-latest-news-section .post-content { 
		position: inherit;
	}
	.quote-section:before {
		left: 30px;
	}
	.education-row .card-working-days h3 {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.view-course-btn a {
		font-size: 14px;
	}
	.open_button {
		padding-top: 20px;
	}
	.quote-right-shap:before {
		right: 0px;
	}
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 50px);
		height: 88px;
		padding-top: 4px !important
	}
	.project-history-section .project-history-slider-thmb .thumb-star .slide .star-icon {
		background-size: 48px;
		height: 48px;
		width: 48px;
		font-size: 10px;
	}
	.project-history-section .project-history-slider-thmb .slick-slide.slick-current.slick-center .star-icon {
		background-size: 80px;
		height: 80px;
		width: 80px;
		font-size: 18px;
	}
	.project-history-section .project-history-slider-thmb .slide .star-icon {
		width: 20px;
		height: 20px;
		border: 2px solid #053877;
	}
	.project-history-section .project-history-slider-thmb:before {
		height: 2px;
		margin-top: -1px;
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow, .project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		width: 36px;
		height: 40px;
		background-size: 18px;
	}
	.project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		margin: -20px 0 0px 0px !important
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow {
		margin: 0px !important
	}
	.project-history-section .project-history-slider-main {
		margin: 30px auto 0px auto;
	}
	.banner_section_desktop {
		background-image: inherit !important;
		background-position: bottom right;
	}
	.community-single .banner-section {
		padding: 50px 0 280px !important;
	}
	.community-single .similar-projects .section-header .volunteer-button{
		display:none;
	}
	.community-single .similar-projects .volunteer-button.mobile{
		display:inline-block;
		margin-top:40px;
	}
	.community-single .stats-grid {
		gap: 45px;
		row-gap: 0px;
		justify-content: left
	}
	.community-single .stats-grid .counter_col {
		width: calc(33.333% - 30px);
	}	
	.community-single .stats-grid .counter_col:nth-child(4), .community-single .stats-grid .counter_col:nth-child(5) { 
		border-top: 0;
	}
	.community-single .custom-section-padding{
		padding:50px 0 !important;
	}
	.community-single .custom-section-padding {
		padding-bottom: 50px;
	}
	.project-media {
		padding-top: 50px;
	}
	section.case-studies {
		padding-bottom: 50px;
	}
	.community-single .project-details .col-md-6,.community-single .project-background .col-md-6,.community-single .get-involved .get-involved-row .get-involved-item{
		width:100%;
	}
	.community-single .project-details .details-project li{
		width:calc(33.33% - 20px);
	}
	.community-single .stats-grid > div{
		width:calc(25% - 22.5px);
	}
	.community-single .swiper-button-next{
		right: -14px;
	}
	.community-single .swiper-button-prev{
		left: -14px;
	}
	.similar-projects-grid-desktop, .project_media_row, .case-studies-grid {
		padding: 0px 16px;
	}
	.community-single .donate-button {
		padding: 10px 40px !important;
	}

	.community-single .project-history h3 {
		font-size: 32px;
		line-height: 46px;
	}
	.community-single .project-history strong {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.education_single_desktop {
		background-image: inherit !important;
		background-position: bottom right !important;
	}
	.similar_events_row {
		padding: 0px 16px;
	}
	.event-overview-section .swiper-button-next {
		right: -14px;
	}
	.event-overview-section .swiper-button-prev {
		left: -14px;
	}
	
	.view-course-btn a {
		padding: 10px 20px 10px 20px;
	}
	.view-course-btn a span {
		font-size: 14px;
	}
}
@media (max-width:640px){
	.similar-projects-grid-desktop{
		display:none;
	}
	.similar-projects-grid-mobile{
		display:block;
	}
	.community-single .similar-projects .project-card{
		width: 100%;
	}
	.community-single .banner-section {
		padding: 50px 0 280px !important;
	}
	.community-single .stats-grid {
		gap: 45px;
		row-gap: 0px;
		justify-content: left
	}
	.community-single .stats-grid .counter_col {
		width: calc(33.333% - 30px);
	}	
	.community-single .stats-grid .counter_col span {
		font-size: 60px;
		line-height: 85px;
	}
	.education-row .card {
		width: 100%;
	}
	.similar-projects-grid-desktop {
		padding: 0px 0px;
	} 
	.community-single .case-studies .case-studies-grid .swiper-wrapper{
		display:flex;
		gap:27px;
		flex-wrap:wrap;
	}
	.community-single .case-studies .case-studies-grid .swiper-slide {
		width: 100%
	}
	.community-single .case-studies .case-studies-grid .case-study-card {
		width: 100%;
	}
	.case-studies-grid, .similar_events_row {
		padding: 0px 0px;
	}
	.case-studies .swiper-button-next, .case-studies .swiper-button-prev, .swiper-button-prev.swiper-prev-button, .swiper-button-next.swiper-next-button {
		display: none;
	}
	.community-single .swiper-button-next:after, .community-single .swiper-button-prev:after {
		font-size: 24px;
	}
	.similar_events_row .education-row .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		row-gap: 40px;
	}

}
@media (max-width:576px){
	.community-single .custom-section-padding{
		padding:50px 0 !important;
	}
	.community-single h2.section-heading {
		font-size: 32px;
		line-height: 36px;
	}
	.community-single .project-history h2{
		text-align:center;
	}
	.community-single .project-background p strong {
		font-size: 18px;
		line-height: 21px;
	}
	.community-single .project-background p{
		font-size: 14px;
		line-height: 21px;
	}
	.community-single .project-background h2{
		padding-bottom:40px;
	}
	.community-single .project-background .donate-button{
		margin-top:27px;
	}
	.community-single .project-details .details-project{
		gap:40px;
	}
	.community-single .project-statistics h2{
		padding-bottom:30px;
	}
	.community-single .project-statistics h2{
		font-size:22px;
	}
	.community-single .get-involved .container, .community-single .project-statistics .container {
		padding: 0 24px !important;
	}
	.community-single .project-details .details-project .col-md-4,.community-single .stats-grid > div,.community-single .case-studies .case-studies-grid .case-study-card,.community-single .get-involved .get-involved-row .get-involved-item{
		width:100%;
	}
	.community-single .banner-section {
		padding: 50px 0 280px !important;
	}
	.community-single .banner-section:before{
		content: '';
		background-size: 280px;
		width: 280px;
		height: 217px;
		bottom: -61px;
		right: -54px;
	}
	.community-single .similar-projects .project-card{
		width:100%;
	}
	.community-single .stats-grid > div{
		padding-bottom: 0;
		border-bottom: 0;
	}
	.community-single .stats-grid > div span{
		font-size: 37px;
		line-height: 49px;
		margin-bottom: 14px;
	}
	.community-single .get-involved h2{
		padding:0 0px 40px !important;
	}
	.community-single .project-history .img-sec{
		margin:40px 0;
	}
	.community-single .banner-section .button-group{
		flex-direction:column;
		align-items:start;
	}
	.community-single .banner-section h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.community-single .similar-projects .project-card-content h3{
		font-size: 18px;
		line-height: 24px;
	}
	.community-single .stats-grid {
		gap: 40px;
		row-gap: 0px;
		justify-content: left
	}
	.community-single .stats-grid .counter_col {
		width: calc(50% - 20px);
	}	
	.community-single .stats-grid .counter_col:nth-child(3) {
		border-top: 0;
	}
	.community-single .stats-grid .counter_col span {
		font-size: 60px;
		line-height: 85px;
	}
	.education-single .about-us-img{
		padding-top:0;
	}

	.education-single .event-overview-section .registration_btn.mobile{
		display: grid;
		margin-top: 32px;
		justify-content: center;
		width: 100%;
	}
	.education-single .event-overview-section .registration_btn.desktop{
		display:none;
	}
}
@media(max-width: 540px) {
	.slider-main-content .container {
		max-width: 90%;
		width: 90%;
	}
	.education-heading-img:before {
		content: '';
		background-size: 280px;
		width: 280px;
		height: 217px;
		bottom: -61px;
		right: -54px;
	}
	.education-heading-img{
		height:100% !important;
	}
	ul.et_pb_tabs_controls {
		justify-content: center;
	}
	.quote-right-shap:before {
		content:'';
		width: 120px;
		height: 118px;
		background-size: 120px;
	}
	.product__slider-thmb {
		width: 100%;
		bottom: 20px;
		top: inherit;
		height: auto;
		padding: 0px 0px;
		position: inherit !important;
	}
	.event-details-section .mobile_view{
		text-align: center;
	}
	.about-us-section .about-us-inner {
		padding: 0 0 0 30px !important;
	}
	.product__slider-thmb .slick-slide {
		margin: 0px 00px;
	}
	.product__slider-main .slick-slide .slide .slider-main-content {
		width: 100%;
	}
	.slider-main-content .banner-left-content {
		width: 100%;
	}
	.product__slider-thmb .slide {
		border-radius: 0px;
	}
	.slider-main-content strong {
		font-size: 14px;
	}
	.slider-main-content h2 {
		font-size: 36px;
	}
	.slider-main-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.product__slider-main .slick-slide .slide .slider-main-content {
		top: 50%;
		transform: translate(0, -50%);
	}
	.product__slider-main {
		height: 360px;
	}
	.product__slider-thmb .slider-thmb-title {
		font-size: 12px;
	}
	.product__slider-thmb .slider-thmb-title {
		top: 10px;
		left: 10px;
		padding: 8px 15px;
	}
	.education-row {
		row-gap: 40px;
	}
	.education-row .card {
		width: 100%;
	}
	.portfolio .tabs label {
		width: 100%;
	}
	.education-content h1 { 
		font-size: 36px;
		line-height: 42px;
	}
	.latest-news-section .et_pb_ajax_pagination_container {
		margin-top: -20px;
	}
	.education-heading-img:before {
		content: '';
		background: url(/wp-content/uploads/2025/02/Banner-right-shape.png);
		background-size: 280px;
		width: 280px;
		height: 210px;
		position: absolute;
		bottom: -55px;
		right: -56px;
		background-repeat: no-repeat;
	}
	.slick-next {
		right: -12px !important;
	}
	.event-media-slider{
		margin-left:0;
		margin-right:0;
	}
	.slick-prev {
		left: -12px !important;
	}
	.countdown-column {
		width: 100%;
		text-align: start;
		font-size: 15px;
		border-bottom: 0;
	}
	.countdown-column:last-child {
		border-bottom: 1px solid #00000050;
		border-top: 1px solid #00000050;
	}
	ul.et_pb_tabs_controls li {
		width: 100%;
		justify-content: flex-start;
	}

}
@media (max-width:479px){
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 100px);
	}
}
@media (max-width: 400px) {
	.project-history-section .project-history-slider-thmb .thumb-star .slide .star-icon {
		background-size: 48px;
		height: 48px;
		width: 48px;
		font-size: 10px;
	}
	.project-history-section .project-history-slider-thmb .slick-slide.slick-current.slick-center .star-icon {
		background-size: 72px;
		height: 72px;
		width: 72px;
		font-size: 16px;
	}
	.project-history-section .project-history-slider-thmb .slide .star-icon {
		width: 20px;
		height: 20px;
		border: 2px solid #053877;
	}
	.project-history-section .project-history-slider-thmb:before {
		height: 2px;
		margin-top: -1px;
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow, .project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		width: 30px;
		height: 34px;
		background-size: 18px;
	}
	.project-history-section .project-history-slider-thmb button.slick-prev.slick-arrow {
		margin: -17px 0 0px 0px !important
	}
	.project-history-section .project-history-slider-thmb button.slick-next.slick-arrow {
		margin: 0px !important
	}
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 80px);
		height: 80px;
		padding-top: 4px !important;
	}
	.community-single .stats-grid {
		gap: 0px;
	}
	.community-single .stats-grid .counter_col {
		width: 100%;
		border-top: 0px solid #000000;
	}
	.community-single .stats-grid .counter_col:first-child {
		border-top: 0.5px solid #000000;
	}
}
@media (max-width:374px){
	.project-history-section .project-history-slider-thmb .slick-list {
		width: calc(100% - 40px);
	}
}

/* Hide items in menu */
@media (min-width: 981px) {
	.desktop-hide {
		display: none !important;
	}
}