﻿@charset "UTF-8";
/*--------------------------------------------------------------
# Common Style
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em
}

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

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

a {
	background-color: transparent
}

a:hover {
	color: #7009b6;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

body {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #232323;
}

h1 {
	font-size: 2em
}

@media(min-width: 1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: 2rem
}

@media(min-width: 1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: 2rem
}

@media(min-width: 1200px) {
	h3 {
		font-size: 2rem
	}
}

h4 {
	font-size: calc(1.3125rem + 0.75vw)
}

@media(min-width: 1200px) {
	h4 {
		font-size: 1.875rem
	}
}

h5 {
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	h5 {
		font-size: 1.375rem
	}
}

h6 {
	font-size: 1.125rem
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

a {
	color: #737373;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

p {
	line-height: 1.7
}

input,
button,
textarea {
	outline: none !important;
	box-shadow: none !important
}

@-webkit-keyframes santa-ride {
	0% {
		transform: translateX(-20%)
	}

	100% {
		transform: translateX(20%)
	}
}

@-moz-keyframes santa-ride {
	0% {
		transform: translateX(-20%)
	}

	100% {
		transform: translateX(20%)
	}
}

@-ms-keyframes santa-ride {
	0% {
		transform: translateX(-20%)
	}

	100% {
		transform: translateX(20%)
	}
}

@-o-keyframes santa-ride {
	0% {
		transform: translateX(-20%)
	}

	100% {
		transform: translateX(20%)
	}
}

@keyframes santa-ride {
	0% {
		transform: translateX(-20%)
	}

	100% {
		transform: translateX(20%)
	}
}

@keyframes run_animation {
	0% {
		left: -10%;
		opacity: 0
	}

	5% {
		opacity: 1
	}

	75% {
		opacity: 1;
		left: 75%
	}

	80% {
		left: 85%;
		opacity: .5
	}

	90% {
		left: 95%;
		opacity: .4
	}

	100% {
		right: -20%;
		opacity: 0;
		left: auto
	}
}

@keyframes angle-move {

	0%,
	100% {
		transform: translateY(0) rotate(-6deg)
	}

	50% {
		transform: translateY(-15px) rotate(5deg)
	}
}

@keyframes lab_top_up {
	0% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(0px)
	}

	100% {
		transform: translateY(-15px)
	}
}

@keyframes run_animation {
	0% {
		right: 10%;
		opacity: 0
	}

	5% {
		opacity: 1
	}

	85% {
		opacity: 1
	}

	100% {
		right: 83%;
		opacity: 0
	}
}

.clearfix::after {
	clear: both;
	content: "";
	display: table
}

.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

@media(min-width: 1200px) {
	.container {
		max-width: 1170px
	}
}

.color--theme-color {
	color: #7009b6
}

.padding--top {
	padding-top: 60px
}

@media(min-width: 992px) {
	.padding--top {
		padding-top: 80px
	}
}

.padding--bottom {
	padding-bottom: 60px
}

@media(min-width: 992px) {
	.padding--bottom {
		padding-bottom: 80px
	}
}

.cases__content .accordion .donate,
.contact__info ul li,
.countdown,
.volunteer__top,
.volunteer-style2 .volunteer__inner,
.social ul,
.blog__respond-details form p,
.blog__respond-details form,
.blog__comments-details ul li,
.blog__navigation ul,
.blog__author,
.blog__tags-right,
.blog__tags-left,
.blog__tags,
.blog-style2 .blog__content,
.blog__content .meta-post,
.blog__inner,
.event_navi,
.event-single2 .event__speaker,
.event-single .event__speaker,
.event-single .event__time-schedule ul li,
.event-single .event__time,
.event-listview .event__inner,
.event-style3 .event__inner,
.event__author,
.gallery__filter ul,
.sermon__thumb,
.sermon__inner,
.donaterange__bars,
.poster__navi,
.poster__thumbpart-content ul,
.poster__inner,
.about__filtercontent .about__inner,
.footer__social ul,
.footer__gallery ul,
.footer__post ul li,
.sidebar__instagram ul,
.sidebar__post-inner,
.sidebar__catagory ul li,
.section-header.style-2,
.pageheader,
.menu ul {
	display: flex;
	flex-wrap: wrap
}

.blog-style2 .blog__content,
.gallery__title,
.poster__navi,
.about-style2 .about__pagination,
.about__iconbg i,
.about__iconbg svg,
.scrollToTop i,
.scrollToTop svg,
.play-btn i,
.play-btn svg {
	z-index: 1;
	position: relative
}

.pricing__head h5,
.testimonial__content h5,
.volunteer__content>span,
.event-style3 .col-12:nth-child(odd) .event__inner,
.event-style4 .event__thumb,
.event-single2 .event__thumb,
.event__thumb,
.gallery__inner,
.poster__contentpart blockquote p,
.poster__contentpart,
.about__filter button.active,
.about__iconbg,
.default-btn,
.section-header.style-3 h4,
.section-header.style-2 p,
.banner__content ul li,
.banner__section.home-1 .banner__thumb,
.navbar-toggler--icon,
.menu ul li,
.play-btn {
	position: relative
}

.pricing__head h5::after,
.event-style3 .col-12:nth-child(odd) .event__inner::after,
.event-style4 .event__left,
.event-single2 .event__thumb .event__time,
.poster__navi,
.poster__contentpart blockquote p::after,
.poster__contentpart blockquote p::before,
.about-style2 .about__pagination,
.about__filter button.active::after,
.about__iconbg::after,
.about__iconbg::before,
.section-header.style-2 p::before,
.banner__pagination,
.banner__content ul li::before,
.banner__section.home-1 .banner__thumb ul li,
.navbar-toggler--icon:after,
.navbar-toggler--icon:before,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.play-btn {
	position: absolute;
	content: ""
}

.counter-section,
.volunteer__thumb,
.blog__thumb,
.event__thumb,
.preloader,
.default-btn,
.footer__gallerythumb,
.footer__postthumb,
.footer,
.sidebar__instagram ul li,
.sidebar__post-thumb {
	overflow: hidden
}

form button,
.event_navi .event__next,
.event_navi .event__prev,
.gallery__filter ul li,
.search-icon,
.cart-icon {
	cursor: pointer
}

.contact__info-right,
form textarea,
form input,
.countdown,
.volunteer__title,
.volunteer-style2 .volunteer__content,
.volunteer-style2 .volunteer__thumb img,
.blog__author-content,
.blog__tags,
.blog-style2 .blog__content,
.blog-style2 .blog__thumb,
.blog__content,
.blog__thumb,
.event-single2 .event__map iframe,
.event-single2 .event__speaker .event__speaker-content,
.event-single2 .event__thumb .event__time,
.event-single .event__speaker .event__speaker-content,
.event__title,
.event__bars,
.event__thumb img,
.gallery__content,
.gallery__inner::after,
.sermon__content,
.sermon__image img,
.sermon__thumb,
.poster__contentpart,
.poster__thumbpart,
.about-style2 .about__thumb img,
.about__filtercontent .about__content,
.about__filtercontent .about__thumb,
.footer__gallerythumb img,
.sidebar__post-thumb img,
.navbar-toggler--icon:after,
.navbar-toggler--icon:before,
.menu ul li ul li,
.maps-section iframe {
	width: 100%
}

.event-single2 .event__map iframe,
.gallery__inner::after,
.maps-section iframe {
	height: 100%
}

.event-style3 .event__right ul li b,
.accordion .accordion-item .accordion-header .accordion-button,
.sermon__content .default-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700
}

.countdown .clock-item .count-text,
.counter__content h2,
.volunteer__title h6,
.blog__comments-content .default-btn,
.blog__navigation ul li a,
.blog__tags-title p,
.blog__tags-left ul li a,
.blog-single .blog__content blockquote p,
.event-style4 .event__left h6,
.event-single2 .event__speaker .event__speaker-content p b,
.event-single .event__speaker .event__speaker-content p b,
.event__title,
.gallery__content h5,
.gallery__filter ul li,
.poster__contentpart blockquote p,
.about__filter button span,
.footer__copyright p,
.sidebar__tags ul li a,
.sidebar__post-content h6,
.sidebar__catagory ul li,
.banner__section.home-1 .banner__content h5 {
	font-weight: 600
}

.accordion .accordion-item .accordion-header .accordion-button::after,
.donaterange h3,
.footer__postcontent h6,
.banner-style2 .banner__content h4 {
	font-weight: 400
}

.features-area h5,
.cases__content-content h5,
.contact__info h4,
.contact__form h4,
.pricing__head h5,
.service__content h5,
.countdown .clock-item .count-text,
.testimonial__content h5,
.volunteer__title h5,
.volunteer__content h5,
.blog__respond-title h4,
.blog__comments-title h4,
.blog__author-content h5,
.blog-single .blog__content h4,
.blog__content h5,
.event-style4 .event__left h6,
.event-single2 .event__map-title h5,
.event-single2 .event__content h5,
.event-single .event__time-title h3,
.event-single .event__content h5,
.event-style3 .event__right h5,
.event-style3 .event__left h6,
.event-style2 .event__content h5,
.event__list h5,
.gallery-style2 .gallery__title h5,
.gallery__filter ul li,
.accordion .accordion-item .accordion-header .accordion-button,
.poster__right h3,
.poster__contentpart h5,
.poster__thumbpart-content h5,
.about__filter button span,
.about__content h5,
.default-btn,
.footer-title h3,
.sidebar__head h4,
.section-header.style-4 h3,
.section-header.style-3 h4,
.section-header.style-2 h2,
.section-header.style-2 h1,
.pageheader__title h2,
.banner-style2 .banner__content h4,
.banner__content h3,
.banner__content h2,
.banner__section.home-1 .banner__content h5 {
	text-transform: uppercase
}

.social__name span,
.gallery__content h5,
.sidebar__post-content h6,
.section-header.style-2 p,
.menu ul li a {
	text-transform: capitalize
}

.testimonial__content h5::after,
.volunteer__content>span::after,
.gallery__content,
.gallery__inner::after,
.section-header.style-3 h4::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.testimonial__content p,
.blog-single .blog__content blockquote p,
.poster__contentpart blockquote p {
	font-style: italic
}

.social ul,
.event-single .event__time-schedule ul li,
.gallery__filter ul,
.poster__thumbpart-content ul,
.footer__social ul {
	justify-content: center
}

.cases__content .accordion .donate,
.contact__info ul li,
.blog__respond-details form,
.blog__navigation ul,
.blog__tags,
.event-single .event__time,
.sidebar__catagory ul li,
.pageheader {
	justify-content: space-between
}

.contact__info ul li,
.blog__respond-details form p,
.blog__author,
.blog__tags-left,
.blog__tags,
.event-single .event__time,
.event-listview .event__inner,
.event__author,
.sermon__inner,
.about__filtercontent .about__inner,
.section-header.style-2 {
	align-items: center
}

.client__review .poster__contentpart blockquote p::after,
.about__filter button.active::after,
.about__filter button img {
	display: none
}

.countdown .clock-item .count-text,
.blog-style2 .blog__thumb a img,
.blog-style2 .blog__thumb a,
.event__btn .default-btn,
.about-style2 .about__thumb img,
.sidebar__post-thumb img,
.menu ul li ul li a {
	display: block
}

.pricing__head h5,
.volunteer__content>span,
.social__icon,
.social__name span,
.social__name,
.blog__respond-details form input[type=checkbox],
.blog__respond-details form input[type=radio],
.blog__tags-title,
.blog__tags-left ul li a,
.blog__tags-left ul li,
.event-style4 .event__btn .default-btn,
.event-listview .event__btn .default-btn,
.gallery-style2 .gallery__title span,
.gallery__icon,
.sermon__content>span,
.sermon__social ul li a,
.poster__thumbpart-content ul li a,
.poster__thumbpart-content span,
.about__iconbg,
.default-btn,
.sidebar__tags ul li a,
.sidebar__tags ul li,
.sidebar__instagram ul li,
.sidebar__post-content ul li,
.sidebar__catagory ul li span,
.section-header.style-2 p,
.banner__content h3,
.navbar-toggler--icon,
.menu ul li a,
.play-btn {
	display: inline-block
}

.volunteer-style2 .volunteer__thumb,
.volunteer-style2 .volunteer__inner,
.blog__comments-details>ul>li:first-child,
.blog__item:last-child .blog__inner,
.event-style4 .event__list,
.event-style4 .event__inner,
.event-single2 .event__thumb .event__time-schedule ul li .count-number,
.event-single .event__time-schedule ul li .count-number,
.event-listview .event__list,
.client__review .poster__filter button,
.sidebar__catagory ul li:last-child {
	border: none
}

.contact__info-left,
.partner__thumb,
.service__icon,
.countdown .clock-item,
.counter__inner,
.testimonial__icon,
.volunteer__icon,
.social__icon,
.blog-style2 .blog__icon,
.event_navi .event__next,
.event_navi .event__prev,
.event-style4 .event__left,
.event-single .event__time-schedule ul li,
.event-style3 .event__left,
.event__btn .default-btn,
.event__title,
.gallery__title,
.gallery__icon,
.sermon__social ul li a,
.donaterange,
.poster__navi div,
.poster__thumbpart-content,
.poster__thumbpart-thumb,
.about-style2 .about__pagination,
.about__inner,
.footer__copyright p,
.sidebar__catagory ul li span,
.section-header.style-3,
.banner__pagination,
.banner__section.home-1 .banner__content,
.play-btn,
.event-icon,
.pricing-icon {
	text-align: center
}

.blog-style2 .blog__meta {
	text-align: left
}

.countdown .clock-item,
ul li {
	list-style: none
}

.event-single2 .event__thumb .event__time,
.event__bars .donaterange__bars,
ul {
	margin: 0
}

.blog__tags-left ul li a,
.event-single .event__time-schedule ul li,
.client__review .poster__filter button,
.poster__navi div,
.about__filter button,
.footer__gallerythumb,
.sidebar__tags ul li a {
	margin: 5px
}

.poster__contentpart {
	margin: 15px
}

.cases__content .accordion .donate input,
.contact__info-right p,
.form-message,
.pricing__head h6,
.counter-style2 .counter__content p,
.counter__content p,
.volunteer__content h5,
.blog__respond-details form input[type=checkbox],
.blog__respond-details form input[type=radio],
.blog-single .blog__content blockquote p,
.blog__item:last-child .blog__inner,
.event-style4 .event__left h6,
.event-style4 .event__left h4,
.event-single2 .event__thumb .event__time-schedule ul li p,
.event-single2 .event__thumb .event__time-schedule ul li .count-number,
.event-single .event__time-schedule ul li p,
.event-single .event__time-schedule ul li .count-number,
.event-single .event__time-title h3,
.event-style3 .event__left h6,
.event-style3 .event__left h4,
.event__author .name h6,
.gallery-style2 .gallery__icon,
.gallery-style2 .gallery__title h5,
.accordion .accordion-item .accordion-collapse .accordion-body p,
.client__review .poster__contentpart h6,
.about-style2 .about__thumb,
.about__content p,
.footer__copyright p,
.footer__post ul li:last-child,
.sidebar__post-content h6,
.section-header.style-2 p,
.pageheader__breadcamp .breadcrumb,
.banner__section.home-1 .banner__content h2,
.maps-section iframe {
	margin-bottom: 0
}

.volunteer__title h5,
.blog__author-content h5,
.event-single2 .event__speaker .event__speaker-content p,
.event-single .event__speaker .event__speaker-content p,
.event-style3 .event__right h5,
.sermon__content h5,
.poster__thumbpart-content span,
.poster__thumbpart-content h5 {
	margin-bottom: 5px
}

.blog__tags-left,
.event__title p,
.accordion .accordion-item,
.sermon__content>span,
.about__filtercontent .about__content h5,
.navbar-toggler {
	margin-bottom: 10px
}

.volunteer__top,
.blog__respond-title,
.blog__content .meta-post,
.blog__thumb,
.accordion .accordion-item .accordion-collapse .accordion-body img,
.poster__right img,
.poster__right h3,
.poster__contentpart h6,
.poster__thumbpart-thumb,
.about__thumb,
.footer__post ul li,
.footer__link ul li,
.sidebar__head,
.event-icon,
.pricing-icon {
	margin-bottom: 15px
}

.blog__content p,
.event-single2 .event__map-title h5,
.event-single2 .event__speaker-title,
.poster__right p,
.about__filtercontent .about__content h6,
.sidebar__post-inner,
.banner__content h3 {
	margin-bottom: 20px
}

.volunteer__bottom p {
	margin-bottom: 25px
}

.pricing__head h5,
.service__content p,
.countdown .clock-item .count-number,
.counter__thumb,
.testimonial__content,
.testimonial__thumb,
.volunteer-style2 .volunteer__thumb,
.volunteer__content>span,
.blog__respond-details form p,
.blog__inner,
.event-single2 .event__thumb,
.gallery__filter,
.sermon__slider .swiper-slide .sermon__item,
.about__filtercontent .about__content p,
.footer-title h3,
.footer__logoarea p,
.footer__logoarea img,
.section-header,
.banner__content ul {
	margin-bottom: 20px
}

.testimonial__content h5 {
	margin-bottom: 40px
}

.event-single2 .event__speaker .event__speaker-content,
.event-single .event__speaker .event__speaker-content {
	margin-top: 15px
}

.event-single2 .event__speaker .event__speaker-content .footer__social,
.event-single .event__speaker .event__speaker-content .footer__social {
	margin-top: 20px
}

.cases__content-content,
.form-message,
.blog__comments-details ul ul li,
.blog__navigation,
.banner__section.home-1 .banner__content .default-btn {
	margin-top: 30px
}

.blog__comments-details ul ul {
	margin-left: 30px
}

.cases__content .accordion .bank-transform ul li b,
.blog__respond-details form p input,
.blog__tags-title,
.event-single2 .event__speaker .event__speaker-content p i,
.event-single2 .event__speaker .event__speaker-content p svg,
.event-single .event__speaker .event__speaker-content p i,
.event-single .event__speaker .event__speaker-content p svg,
.event__list ul li i,
.event__list ul li svg,
.footer__info ul li i,
.footer__info ul li svg {
	margin-right: 5px
}

.social__icon,
.event_navi .event__next,
.sermon__social ul {
	margin-right: 10px
}

.about__filter button img {
	margin-right: 15px
}

.event-single .event__time {
	margin-top: 15px;
	margin-bottom: 15px
}

.blog__comments,
.blog-single .blog__content blockquote,
.event-single2 .event__speaker,
.event-single .event__speaker,
.donaterange__bars {
	margin-top: 30px;
	margin-bottom: 30px
}

.volunteer-style2 .volunteer__inner,
.event-style4 .event__list h5,
.navbar-toggler,
ul {
	padding: 0
}

.poster__thumbpart-content ul li a,
.sidebar__post-content ul li {
	padding: 5px;
	font-size: 14px;
}

.about__filter button,
.footer__social ul li a {
	padding: 10px
}

.blog__tags,
.event-listview .event__content,
.event__author {
	padding: 15px
}

.event__list h5,
.accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 20px
}

.event-style4 .event__content {
	padding: 25px
}

.blog__navigation,
.blog__author,
.blog-single .blog__content blockquote,
.event-single .event__time,
.poster__contentpart,
.about__filtercontent .about__inner {
	padding: 20px
}

.blog__comments-details ul ul li:last-child,
.blog__item:last-child .blog__inner,
.event-style3 .col-12:nth-last-child(1) .event__inner,
.event__list h5 {
	padding-bottom: 0
}

.event-style4 .event__list,
.event-style4 .event__left,
.event-style3 .event__left {
	padding-bottom: 10px
}

.event-style3 .event__inner,
.event__list {
	padding-bottom: 15px
}

.blog__inner {
	padding-bottom: 30px
}

.event-listview .event__author {
	padding-top: 0
}

.event-style2 .event__content {
	padding: 20px
}

.blog__author-content {
	padding-top: 30px
}

.blog__comments-content,
.event__author .name,
.sidebar__post-content,
.sidebar__catagory ul li:hover a {
	padding-left: 14px
}

.event-style3 .event__right,
.menu ul li ul li a:hover,
.menu ul li ul li a.active {
	padding-left: 20px
}

.section-header .sub_heading {
	font-family: 'Caveat', cursive;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: #7009b6;
	margin-bottom: 10px;
	display: block;
}

.section-header p {
	padding-left: 40px
}

.section-header h1, .section-header h2 {
	position:relative;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.3;
	font-family: "Syne", sans-serif;
	font-size: 36px;
}

.section-header h1::before, .section-header h2::before {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background: #7009b6;
	position: absolute;
	bottom: -7px;
	left: 0;
}

.section-header h1.text-white::before, .section-header h2.text-white::before {
	background: #fff;
}

.section-header.text-center h1::before, .section-header.text-center h2::before {
	left: 50%;
	transform: translate(-50%);
}

.cases__content .accordion .bank-transform ul li,
.banner__content ul li {
	padding-top: 5px;
	padding-bottom: 5px
}

.contact__info ul li,
.event__list ul li,
.footer__info ul li,
.sidebar__catagory ul li {
	padding-top: 10px;
	padding-bottom: 10px
}

.pricing__body ul li,
.event__bars,
.gallery__title {
	padding-top: 15px;
	padding-bottom: 15px
}

.cases__content .accordion,
.pricing__footer,
.pricing__head,
.volunteer__inner,
.blog__comments-details ul li,
.footer__bottom {
	padding-top: 30px;
	padding-bottom: 30px
}

.event-listview .event__list ul li,
.event-listview .event__list h5,
.event-listview .event__author {
	padding-left: 0;
	padding-right: 0
}

.volunteer__inner,
.blog__content .meta-post li,
.banner__content ul li {
	padding-left: 15px;
	padding-right: 15px
}

.event-style4 .event__btn .default-btn,
.event__list ul li,
.event__bars,
.poster__contentpart blockquote p,
.banner-style2 .banner__content h4 mark {
	padding-left: 20px;
	padding-right: 20px
}

.sidebar__post-content h6 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.blog-single .blog__content h4,
.blog__content h5,
.footer__postcontent h6 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.bg-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.bg-ash {
	background: #e3e7e8 !important
}

.event-icon,
.pricing-icon {
	width: 125px;
	height: 125px;
	line-height: 125px;
	color: #0d0d0d;
	border: 2px solid #7009b6;
	font-size: calc(1.3125rem + 0.75vw);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

@media(min-width: 1200px) {

	.event-icon,
	.pricing-icon {
		font-size: 1.875rem
	}
}

.maps-section {
	height: 300px
}

@media(min-width: 576px) {
	.maps-section {
		height: 500px
	}
}

.angular {
	position: relative
}

.white-bg.angular {
	margin-bottom: 170px
}

.angular .top-angle,
.angular .bottom-angle {
	position: absolute;
	width: 100%;
	left: 0;
	height: 151px;
	overflow: hidden;
	z-index: 2
}

.angular .top-angle {
	top: -150px
}

.angular .bottom-angle {
	bottom: -150px
}

.angular .top-angle:before,
.angular .bottom-angle:before {
	content: "";
	width: 100%;
	height: 150px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
	-mox-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
	-ms-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
	-o-transform: rotate(-3deg) skew(-3deg) scale(1.1, 1);
	transform: rotate(-3deg) skew(-3deg) scale(1.1, 1)
}

.angular .top-angle:before {
	top: 75px
}

.gray-bg.angular .top-angle:before {
	background: #ecf0f1
}

.angular .bottom-angle:before {
	bottom: 75px
}

.gray-bg.angular .bottom-angle:before {
	background: #ecf0f1
}

.play-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	z-index: 1;
	font-size: 1.125rem;
	color: #7009b6
}

@media(min-width: 768px) {
	.play-btn {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px
	}
}

.play-btn span {
	width: 100%
}

.play-btn span:before {
	background: #fff
}

@media(min-width: 768px) {
	.play-btn span:before {
		width: 80px;
		height: 80px
	}
}

.scrollToTop {
	position: fixed;
	bottom: -30%;
	right: 5%;
	z-index: 9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	animation: lab_top_up 5s linear infinite;
	font-size: 1.125rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.scrollToTop i,
.scrollToTop svg {
	color: #fff
}

.scrollToTop:hover {
	background: #7009b6
}

.scrollToTop .pluse_1,
.scrollToTop .pluse_2 {
	background: #7009b6
}

.scrollToTop .pluse_1::after,
.scrollToTop .pluse_1::before,
.scrollToTop .pluse_2::after,
.scrollToTop .pluse_2::before {
	background: rgba(112, 9, 182, 0.3);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.pagination .page-item .page-link {
	margin: 5px;
	outline: none;
	box-shadow: none;
	color: #0d0d0d
}

.pagination .page-item .page-link:hover {
	background: #7009b6;
	color: #fff;
	border-color: #7009b6
}

.pluse_1,
.pluse_2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .1)
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 0
}

.pluse_1::after,
.pluse_2::after {
	width: 30px;
	height: 30px;
	background: transparent;
	margin-left: -15px;
	margin-top: -15px
}

.pluse_1:before,
.pluse_2:before {
	width: 40px;
	height: 40px
}

.pluse_1 {
	-webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear
}

.pluse_2::before {
	-webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-left: 0;
	margin-top: 0
}

@keyframes pluse_animate {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2)
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
	transition: all .3s ease
}

.header .topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
}
	
.header .topbar .contact-intro ul {
  float: none;
}

.header .topbar ul li {
	color: #666;
	border-right: 1px solid #dfe2e6;
	font-size: 14px;
	float: left;
	padding: 15px 20px;
	line-height: 1em;
}

.header .topbar .contact-intro ul li:first-child {
  padding-left: 0;
}

.header .topbar ul li a {
	color:#fff;
}

.header .topbar ul li:hover a {
	color:#000;
}

.menu > ul > li {
	margin: 20px;
}

.menu ul li:hover>ul {
	top: calc(100% - 0px);
	opacity: 1;
	visibility: visible
}

.menu ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.menu > ul > li > a::before {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #fff !important;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.menu > ul > li:hover > a::before, .menu > ul > li > a.active::before {
  width: 100%;
  background: #fff !important;
}

.menu ul li ul li a {
	text-transform: initial;
}

.menu ul li a:hover,
.menu ul li a.active {
	color: #fff !important
}

.menu ul li ul {
	width: 290px;
	margin: 0 auto;
	z-index: 999;
	background: #fff;
	border-top: 3px solid #7009b6;
	top: calc(100% + 50px);
	left: 0;
	box-shadow: 0px 1px 15px 0 #31313136;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu ul li.dropdown > a i {
	font-size: 10px;
	top: -1px;
	position: relative;
	left: 2px;
}

@media(min-width: 992px) {
	.header .navbar .menu {
		margin-right: 20px;
	}
	
	.menu ul li ul {
		position: absolute;
		visibility: hidden;
		opacity: 0
	}
	
	.menu ul li ul li {
		border-bottom: 1px solid #ecf0f3
	}

	.menu ul li ul li:last-child {
		border: none
	}
	
	.header--positioned {
		position: absolute;
		background-color: transparent;
		width: 100%;
		top: 0;
		transition: all .3s ease;
		z-index: 9999
	}
	
	.header.header_bg {
		position: sticky;
		background: #232323d6;
		border-bottom: 1px solid #7009b6;
		box-shadow: 0 0 15px 0 #2000355e;
		top: 0;
		z-index: 9;
		backdrop-filter: blur(5px);
	}
	#navbar {
		position: fixed;
		z-index: 999;
		width: 100%;
	}

	.header.header_bg .nav-link--active,
	.header.header_bg .nav-link:hover {
		color: #fff
	}

	.header.header_bg .navbar--bottom-line {
		border: none
	}
	
	.navbar--bottom-line {
		border-bottom: 1px solid rgba(255, 255, 255, .3)
	}
}

@media(max-width: 991px) {
	.topbar {
		display: none;
	}
	.header {
		position: sticky;
		background: #232323;
		top: 0;
		z-index: 999;
		border-bottom: 1px solid #7009b6;
		box-shadow: 0 0 15px 0 #2000355e;
		backdrop-filter: blur(5px);
	}
	
	.header nav.navbar {
		overflow: hidden;
	}
	
	.navbar .navbar-collapse {
		text-align: left;
	}
	
	.header .navbar .default-btn {
		text-align: center;
		width: 100%;
		margin-top:15px;
	}
	
	.menu ul {
		justify-content: center;
	}
	
	.menu > ul {
		padding-top: 15px;
	}
	
	.menu > ul > li {
		margin: 0;
	}

	.menu ul li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .3)
	}
	
	.menu ul li a {
		display: block;
		text-align: left;
		padding: 10px 0
	}
	
	.menu ul li ul {
		display: none;
		width: 100%;
		border-top: 0;
	}
	
	.menu ul li.dropdown > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.navbar-toggler {
		position: relative;
		z-index: 999;
	}
	
	.navbar .navbar-collapse {
	  height: 100vh !important;
	}
	
	.header .navbar .navbar-collapse {
		width: 300px;
		position: fixed;
		top: 0px;
		right: -330px;
		z-index: 99;
		background: #232323;
		padding: 20px;
		transition: all 0.4s ease 0s;
	}
	
	.navbar .navbar-collapse.show {
		right: 0 !important;
		display: block;
		box-shadow: -38vh 0px 15px 50vh #000000a6;
	}
	
	.navbar .navbar-collapse .menu {
		padding-top: 65px;
	}
		
	.navbar .navbar-collapse .menu ul {
		padding-top: 0;
	}	
	
	.menu > ul > li > a::before {bottom: -1px;}
	
}

.menu ul li ul li a {
	padding: 10px 15px;
	color: #232323;
}

.menu ul li ul li a:hover,
.menu ul li ul li a.active {
	color: #fff;
	background: #7009b6
}

.navbar-toggler:focus {
	border: none;
	box-shadow: none;
	outline: none
}

.navbar-toggler--icon {
	background-color: #7009b6;
	height: 2px;
	width: 27px;
	-webkit-transform: rotate(45deg) translateY(-5px);
	-moz-transform: rotate(45deg) translateY(-5px);
	-ms-transform: rotate(45deg) translateY(-5px);
	-o-transform: rotate(45deg) translateY(-5px);
	transform: rotate(45deg) translateY(-5px)
}

.navbar-toggler--icon:after,
.navbar-toggler--icon:before {
	background-color: #7009b6;
	height: 2px;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear
}

.navbar-toggler--icon:after {
	bottom: 7px;
	left: 0;
	-webkit-transform: rotate(-90deg) translateX(-6px);
	-moz-transform: rotate(-90deg) translateX(-6px);
	-ms-transform: rotate(-90deg) translateX(-6px);
	-o-transform: rotate(-90deg) translateX(-6px);
	transform: rotate(-90deg) translateX(-6px)
}

.navbar-toggler--icon:before {
	top: 7px;
	left: 0;
	opacity: 0;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px)
}

.navbar-toggler.collapsed .navbar-toggler--icon {
	transform: none
}

.navbar-toggler.collapsed .navbar-toggler--icon:after {
	transform: none
}

.navbar-toggler.collapsed .navbar-toggler--icon:before {
	opacity: 1;
	transform: none
}

.navbar {padding-top: 4px;padding-bottom: 4px;}


/*--------------------------------------------------------------
# Banner Home 1
--------------------------------------------------------------*/

.banner__section .thumb_gallery {
	width: 100%;
	position: relative;
	height: 100vh;
	/* height: calc(100vh - 87px); */
	overflow: hidden;
}

.banner__section .thumb_gallery .content {
	color: #fff;
	width: 100%;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
}

.banner__section .thumb_gallery .content h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Syne", sans-serif;
}

.banner__section .thumb_gallery .content hr {
	display: block;
	width: 3rem;
	border: none;
	height: 0.125rem;
	background: #fff;
	margin-top: 0.938rem;
	margin-inline: 0.313rem;
}

.banner__section .thumb_gallery footer {
	position: absolute;
	z-index: 50;
	left: 0;
	width: 100%;
	bottom: 1rem;
	transform: translatey(-15%);
	z-index: 2;
}

.banner__section .thumb_gallery footer ul {
	list-style: none;
	display: flex;
	gap: 1.563rem;
}

.banner__section .thumb_gallery footer ul li {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
}

.banner__section .thumb_gallery footer ul li span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin-right: 0.5rem;
}

.banner__section .gallery-slider {
	width: 100%;
	height: 100%;
}

.banner__section .gallery-slider .swiper-slide {
	width: auto;
	height: 100%;
}

.banner__section .gallery-slider .swiper-slide::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(13, 13, 13, 0.5);
}

.banner__section .gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.banner__section .thumb_gallery .swiper-pagination {
	position: relative;
	bottom: 0;
	text-align: right;
}

.banner__section .thumb_gallery .swiper-pagination-bullet {
	border-radius: 10px;
	width: 17px;
	height: 8px;
	background: #fff;
}

.banner__section .thumb_gallery .swiper-pagination-bullet-active {
	background: #fff;
}

.banner__section .gallery-thumbs {
	width: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	bottom: 0;
	right: 0;
}

.banner__section .gallery-thumbs .swiper-slide {
	width: 5.25rem;
	height: 5.25rem;
	text-align: center;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
}

.banner__section .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border: 1px solid #fff;
}

.banner__section .gallery-thumbs .swiper-slide img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 600px) {
	.banner__section .gallery-thumbs {
		width: auto;
	}
}

@media screen and (max-width: 995.008px) and (max-height: 700px) {
	.banner__section .content {
		top: 30% !important;
		transform: translatey(-30%);
	}
}

@media screen and (max-width: 991px) {
	.banner__section .thumb_gallery footer {
		bottom: 0rem;
	}
	.gallery-thumbs .swiper-wrapper {
		display: none;
	}
	.banner__section .gallery-thumbs {
		width: auto;
		left: auto;
		right:auto;
		padding-top: 10px;
		/* transform: translate(-50%); */
	}
	.banner__section .thumb_gallery footer ul {
		justify-content: center;
	}
	.banner__section .thumb_gallery footer ul li {
		text-align: center;
	}
	.banner__section .thumb_gallery {
		height: 70vh;
	}
	.banner-style2 .banner__content h4 mark {
		font-size: 22px;
	}
	.banner__section .thumb_gallery .content h1 {
		font-size: 24px;
		line-height: 1.3;
		padding-top: 20px;
	}
	.banner__padding {
		padding: initial;
	}
	.banner__section .gallery-slider .swiper-slide {
		background-size: cover !important;
		background-position: center !important;
	}
	.banner__section .gallery-slider .swiper-slide::after {
		background: rgba(13, 13, 13, 0.7);
	}
}

.banner-bg-1 {
	background: url("../images/banner/bg/02.jpg") rgba(13, 13, 13, .7)
}

.banner-bg-2 {
	background: url("../images/banner/bg/01.jpg") rgba(13, 13, 13, .7)
}

.banner-bg-3 {
	background: url("../images/banner/bg/03.jpg") rgba(13, 13, 13, .7)
}

.banner-bg-4 {
	background: url("../images/banner/home-3/01.jpg") rgba(13, 13, 13, .7)
}

.banner-bg-5 {
	background: url("../images/banner/home-3/02.jpg") rgba(13, 13, 13, .7)
}

.banner-bg-6 {
	background: url("../images/banner/home-3/03.jpg") rgba(13, 13, 13, .7)
}

.banner__section.home-1 {
	height: calc(100vh - 70px);
	position: relative;
}

.banner__section.home-1::before {
	background: linear-gradient(180deg, rgba(20,20,20,0) 10%, rgba(20,20,20,0.85) 70%, rgba(20,20,20,1) 100%) !important;
	z-index: 5 !important;
	height: 27em;
	top: auto !important;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	pointer-events: none;
	position: absolute;
}

.banner__section.home-1 .banner__content {
	padding-top: 15rem;
	padding-bottom: 15px
}

.banner__section.home-1 .banner__content h2 {
	font-size: calc(1.5375rem + 3.45vw);
	color: #fff
}

.banner__section.home-1 .banner__thumb {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.banner__section.home-1 .banner__thumb .slide_text {
	font-size: 12rem;
	font-weight: 600;
	color: #fff;
	opacity: 0.5;
}



@media(min-width: 1200px) {
	.banner__section.home-1 .banner__content h2 {
		font-size: 36px;
		line-height: 1;
		padding-bottom: 15px;
	}
}

.banner__section.home-1 .banner__content h5 {
	color: #fff;
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	.banner__section.home-1 .banner__content h5 {
		font-size: 50px;
		line-height: 1.2;
		padding-bottom: 10px;
	}
}

.banner__section.home-1 .banner__content h2,
.banner__section.home-1 .banner__content h5,
.banner__section.home-1 .banner__content .default-btn {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.banner__section.home-1 .banner__thumb ul li {
	bottom: 50px;
	animation: run_animation 15s linear infinite forwards
}

@media(max-width: 575px) {
	.banner__section.home-1 .banner__thumb ul li {
		display: none
	}
}

.banner__section.home-1 .banner__thumb ul li:nth-child(2) {
	animation: run_animation 10s linear infinite forwards;
	bottom: 30px
}

.banner__section.home-1 .banner__thumb ul li:nth-child(3) {
	animation: run_animation 30s linear infinite forwards;
	bottom: 10px
}

@media(max-width: 575px) {
	.banner__section.home-1 .banner__thumb ul li:nth-child(3) {
		display: block
	}
}

.banner__padding {
	padding: 245px 0;
	background-blend-mode: overlay
}

.banner__padding.swiper-slide-active .banner__content h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__padding.swiper-slide-active .banner__content h3 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__padding.swiper-slide-active .banner__content h4 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__padding.swiper-slide-active .banner__content ul {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__padding.swiper-slide-active .banner__content p {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__padding.swiper-slide-active .banner__content .default-btn {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.banner__content h2 {
	color: #fff;
	font-family: 'Caveat', cursive;
	font-size: 26px;
	font-weight: 500;
	text-transform: inherit;
	margin: 0
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px;
}

@media(min-width: 1200px) {
	.banner__content h2 {
		font-size: 32px
	}
}

.banner__content h3 {
	color: #fff;
	font-size: calc(1.3875rem + 1.65vw);
	margin-bottom: 15px
}

@media(min-width: 1200px) {
	.banner__content h3 {
		font-size: 40px;
		color: #fff;
	}
}

.banner__content ul {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease
}

.banner__content ul li {
	color: #fff
}

.banner__content ul li::before {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner__content p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}

.banner__pagination {
	z-index: 1;
	bottom: 60px !important
}

.banner__pagination span {
	background: #fff
}

.banner-style2 .banner__content > span {
	color: #fff;
	font-size: calc(1.325rem + 0.9vw);
}

@media(min-width: 1200px) {
	.banner-style2 .banner__content > span {
		font-size: 4rem
	}
}

.banner-style2 .banner__content > span mark {
	font-family: 'Caveat', cursive; 
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.29);
	border: 1px dashed rgba(255, 255, 255, 0.29);
	padding: 6px 13px;
	text-transform: initial;
}

.banner-style2 .banner__content h2 {
	font-size: calc(1.5rem + 3vw);
	line-height: 1.4;
	font-weight: 800;
}

@media(min-width: 1200px) {
	.banner-style2 .banner__content h2 {
		font-size: 3.30rem;
	}
}

.pageheader-section {
	padding: 200px 0 100px;
	background-image: url(../images/inr_bnr.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

.pageheader-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(13, 13, 13, 0.6);
  z-index: 0;
}

.pageheader__title h2 {
	font-weight: 700;
  line-height: 1.3;
  font-family: "Syne", sans-serif;
  font-size: 36px !important;
}

@media(min-width: 1200px) {
	.pageheader__title h2 {
		font-size: 1.5rem
	}
}

@media(min-width: 576px) {
	.pageheader__title h2 {
		margin-bottom: 0
	}
}

@media(min-width: 1200px) {
	.section-header.style-2 h2 {
		display: inline-block
	}
}

.section-header.style-2 p {
	max-width: 650px
}

@media(min-width: 992px) {
	.section-header.style-2 p {
		margin-left: 40px
	}
}

.section-header.style-2 p::before {
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	background: #7009b6
}

.section-header.style-3 {
	margin-bottom: 50px
}

.section-header.style-3 h4 {
	font-size: calc(1.275rem + 0.3vw);
	color: #fff
}

@media(min-width: 1200px) {
	.section-header.style-3 h4 {
		font-size: 1.5rem
	}
}

.section-header.style-3 h4::after {
	height: 4px;
	width: 50px;
	top: auto;
	bottom: -20px !important;
	background: #7009b6
}

.section-header.style-4 {
	margin-bottom: 50px
}

.section-header.style-4 h3 {
	font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
	.section-header.style-4 h3 {
		font-size: 2rem
	}
}

@media(min-width: 992px) {
	.section-header.style-4 p {
		max-width: 500px
	}
}

.sidebar__head h4 {
	font-weight: 600;
	line-height: 1.3;
	font-family: "Syne", sans-serif;
	font-size: 24px !important;
}

@media(min-width: 1200px) {
	.sidebar__head h4 {
		font-size: 1.5rem
	}
}

.sidebar__catagory ul li {
	border-bottom: 1px solid #ecf0f3
}

.sidebar__catagory ul li:hover span {
	color: #fff;
	background: #7009b6
}

.sidebar__catagory ul li a {
	color: #000;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.sidebar__catagory ul li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #e3e7e8;
	color: #0d0d0d;
	font-size: 0.875rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.sidebar__post-inner:hover .sidebar__post-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.sidebar__post-inner:hover .sidebar__post-content h6 {
	color: #7009b6
}

.sidebar__post-thumb img {border-radius: 8px;}
.sidebar__post-thumb {
	width: 80px
}

.sidebar__post-thumb a {object-fit: cover;width: 100%;height: 100%;}

.sidebar__post-content {
	width: calc(100% - 80px)
}

.sidebar__post-content h6 {
	font-size: 1rem
}

@media(min-width: 1200px) {
	.sidebar__instagram ul li {
		width: calc(100% / 4);
		display: block
	}
}

.sidebar__instagram ul li img {
	margin: 2.5px
}

.sidebar__tags ul li a {
	padding: 7px 13px;
	background: #e3e7e8;
	font-size: 0.9375rem
}

.sidebar__tags ul li a:hover {
	background: #7009b6;
	color: #fff
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.home-2 .features-area {
	background-image:url(../images/features/bg_2.png);
}

.home-3 .features-area {
	background-image:url(../images/features/bg_3.png);
}

.features-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

.feature-item {
  text-align: center;
  margin-bottom: 10px;
}

.feature-item .image .radius_img {
	border-radius: 25px;
}

.feature-item .icon {
	width: 72px;
	height: 72px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	line-height: 72px;
	border-radius: 100px;
	margin: 0px auto -18px;
	display: inline-block;
	background: #7009b6;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-item .icon i {
	font-size: 24px;
}

.feature-item .content h5 {text-align: center;margin-left: 17px;margin-right: 17px;font-size: 22px;font-weight: 600;text-transform: capitalize;}

.feature-item .content p {
	max-width: 100%;
	margin-left: 17px;
	margin-right: 17px;
	color: #373737;
	text-align: center;
	font-size: 14px;
}

.read-more {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #7009b6;
	text-transform: uppercase;
}

.read-more i {
	margin-left: 7px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.read-more:hover i {
	margin-left: 10px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

/* .about-section {background-image: url(../images/ptrn.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: right;} */
.about-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pb-150 {padding-bottom: 150px;}

.about-section .about_box {
	position: relative;
	display: flex;
}

.about-section .about_box .icon {
	position: relative;
	top: 4px;
}

.about-section .about_box .icon i {
	font-size: 24px;
	color: #7009b6;
}

.about-section .about_box .text {
	margin-left: 15px;
}

.about-section .about_box .text h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	font-family: "Syne", sans-serif;
}

.about-section .about_box .text p {
	font-size: 13.5px;
}

.about-section .about_image img {
	width: auto;
}

.about-section .image_text {
	position: relative;
	right: 5%;
}

.about-section .image_text .about_title {
	font-family: 'Caveat', cursive;
	font-size: 28px;
	color: #7009b6;
	position: absolute;
	right: 10px;
	top: -20px;
	text-align: right;
	font-weight: 500;
}

.about-section .image_text .heart {
	position: absolute;
	right: -14px;
	top: -43px;
	width: 28px;
}

.about-section ul li {
	line-height: 26px;
	list-style: square inside;
}

.about-section ul li::marker {
	color: #7009b6;
}

@media(max-width: 991px) {
	.about-section .about_box .text h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.about-section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}

/*--------------------------------------------------------------
# Donate Range
--------------------------------------------------------------*/

.donate_range {
	margin: 70px 0;
	position: relative;
	background-image:url('../images/donate/donate_bg.jpg');
	background-size: cover;
}

.donate_range::before,
.donate_range::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.donate_range::before {
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 28%,#fff 29%,#fff 75%,hsla(0,0%,100%,0));
}

.donate_range::after {
	background: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,.7) 15%,hsla(0,0%,100%,.7) 85%,hsla(0,0%,100%,.71) 85%,#fff 100%,#fff 50%);
}

@media(max-width: 767px) {
	.donate_range::before {
		background: #fff;
		opacity: 0.70;
	}
	.donate_range::after {
		background: #fff;
		opacity: 0.70;
	}
}

.donate-range-section {
	background: url(../images/donate/bg/01.jpg) no-repeat
}

.donate_range .container {
	position: relative;
	z-index: 2;
}

@media(min-width: 1200px) {
	.donate-range-section .section-wrapper {
		max-width: 800px;
		margin: 0 auto
	}
}

.donaterange h3 {
	font-size: 18px;
	color: #000
}

@media(min-width: 1200px) {
	.donaterange h3 {
		font-size: 18px;
		line-height: 1.2;
		color: #000;
	}
}

.donaterange h3 span {
	color: #7009b6
}

.donaterange .default-btn.mr-2 {
	margin-right: .5rem !important;
}

.donaterange__bars {
	height: 20px;
	padding: 3px;
	margin: 15px 0;
	background: #fff;
	box-shadow: 0px 1px 15px 0 #c0bfc199;
	border-radius: 100px;
}

.donaterange__bar {
	height: 100%;
	border-radius: 100px;
	background: #7009b6;
}

.donated_dtl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.donated_dtl p {
	font-size: 17px;
	color: #7009b6;
	font-weight: 500;
}

.donated_dtl p span {
	color: #000;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/

.testimonial-section .shape-1,
.testimonial-section .shape-2,
.testimonial-section .shape-3,
.testimonial-section .shape-4 {
	background-color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;	
}

.testimonial-section .shape-1 {
	top: 0;
	left: 0;
	border-radius: 0 0 7px 0;
}

.testimonial-section .shape-2 {
	top: 0;
	right: 0;
	border-radius: 0 0 0 7px;
}

.testimonial-section .shape-3 {
	right: 0;
	bottom: 0;
	border-radius: 7px 0 0 0;
}

.testimonial-section .shape-4 {
	left: 0;
	bottom: 0;
	border-radius: 0 7px 0 0;
}

.testimonial-section .testimonial__inner {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
}

.testimonial__inner .testimonial__thumb {
	height: 100%;
} 

.testimonial__inner .testimonial__thumb .thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;	
}
	
.testimonial__inner .testimonial-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #7009b6;
}

.testimonial__inner .testimonial-info {
	display: flex;
	align-items: center;
}

.testimonial__inner .testimonial-info .quotes {
	color: #7009b6;
	font-size: 36px;
	margin-right: 20px;
}

.testimonial-section {
	position: relative;
	background-image: url(../images/testimonial/bg.jpg);
	background-attachment: fixed;
}

.home-1 .testimonial-section {
	background-image: url(../images/testimonial/bg1.jpg);	
}

.testimonial-section.style-2 {
	background: url(../images/testimonial/bg-2.jpg);
}

/*@media(min-width: 1200px) {
	.testimonial {
		max-width: 900px;
		margin: 0 auto;
	}
}*/

.testimonial__icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 30px;
	border: 2px solid #7009b6;
	color: #7009b6;
	font-size: calc(1.275rem + 0.3vw);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

@media(min-width: 1200px) {
	.testimonial__icon {
		font-size: 1.5rem;
	}
}

.testimonial__content h5 {
	color: #000;
	font-size: 1.25rem;
	margin-bottom: 5px;
}

@media(min-width: 1200px) {
	.testimonial__content h5 {
		font-size: 1.25rem;
		font-weight: 600;
		text-transform: inherit;
	}
}

.testimonial__content p {
	font-size: 16px;
	color: #000;
}

@media(min-width: 1200px) {
	.testimonial__content p {
		font-size: 16px;
	}
}

.testimonial__content p a {
	color: #7009b6;
	text-decoration:underline;
}

.testimonial__pagination span {
	background: #fff;
	width: 17px;
	height: 8px;
	border-radius: 10px;
}

.testimonial__pagination.white_bg span {
	background: #7009b6;
}

@media(max-width: 991px) {
	.testimonial-section .shape-1,
	.testimonial-section .shape-2,
	.testimonial-section .shape-3,
	.testimonial-section .shape-4 {
		width: 25px;
		height: 25px;
	}
}

/*--------------------------------------------------------------
# Latest Causes
--------------------------------------------------------------*/

.event-section.home {
	background-color: #fcf8ff;
	background-image: url(../images/event/bg_dot.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* padding-bottom: 110px; */
}

.event-section .event__slider .swiper-slide {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 15px 0 #73737340;
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-section .event__slider .swiper-slide .event__thumb {
	border-radius: 15px 15px 0 0;
}

.event-section .event__thumb .causes_badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #7009b6;
	padding: 10px 25px;
	border-radius: 100px;
	z-index: 2;
	color: #fff;
}

.event-section .event__thumb .causes_badge p {
	font-family: 'Caveat', cursive;
	font-size: 20px;
	line-height: 1;
}

.event-section .container-fluid {
	/* padding-left: 50px; */
	/* padding-right: 50px; */
}

.event-section .section-header h3 {
	font-size: 1.5rem;
	display: block;
	padding-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	font-family: "Syne", sans-serif;
}

@media(min-width: 992px) {
	.event-section .section-header p {
		max-width: 300px
	}
}

@media(max-width: 991px) {
	.event-section .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.event__inner {
	background: #fff;
}

.event__inner:hover .event__thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.event__inner:hover .event__list h5 {
	color: #7009b6
}

.event__inner:hover .event__author .name h6 {
	color: #7009b6
}

.event__bars {
	width: 90%;
	border-radius: 10px;
	background: rgb(232, 232, 232);
	margin: 0 auto 20px;
}

.event__bars .donaterange__bars {
	height: auto
}

.event__bars .donaterange__bars .donaterange__bar {
	height: 5px
}

.event__title p {
	color: #000;
}

.event__title p span {
	color: #7009b6
}

.event__author {
	border-bottom: 1px solid #ecf0f3
}

.event__author img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.event__author .name {
	width: calc(100% - 70px)
}

.event__author .name h6 {
	font-size: 1.125rem
}

.event__list {
	border-bottom: 1px solid #7009b6
}

.event__list h5 {
	font-size: 1.25rem
}

.event__list ul li {
	border-top: 1px solid #ecf0f3
}

.event__list ul li:first-child {
	border-top: none
}

.event__list ul li i,
.event__list ul li svg {
	color: #7009b6
}

.event-style2 .event__inner {
	background: transparent
}

.event-style2 .event__content h5 {
	font-size: 1.25rem
}

.event-style2 .event__content .default-btn {
	line-height: 38px;
	padding: 0 20px;
	font-size: 0.8125rem
}

.event-style3 .event__inner {
	background: transparent;
	border-bottom: 1px solid #e3e7e8
}

.event-style3 .event__inner:hover .event__right h5 {
	color: #7009b6
}

.event-style3 .event__left {
	width: 70px;
	background: #fff;
	border-top: 6px solid #7009b6
}

.event-style3 .event__left h4 {
	font-size: calc(1.35rem + 1.2vw)
}

@media(min-width: 1200px) {
	.event-style3 .event__left h4 {
		font-size: 2.25rem
	}
}

.event-style3 .event__left h6 {
	font-size: 1.125rem;
	color: #7009b6
}

.event-style3 .event__right {
	width: calc(100% - 70px)
}

.event-style3 .event__right h5 {
	font-size: 1.25rem
}

.event-style3 .event__right ul li {
	padding: 2px 0
}

.event-style3 .event__right ul li b {
	color: #0d0d0d
}

.event-listview .event__inner {
	border: 1px solid #ecf0f3
}

.event__inner .event__content p {font-size: 13px;}


@media(min-width: 576px) {
	.event-listview .event__thumb {
		width: 50%
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.event-listview .event__thumb {
		width: 100%
	}
}

@media(min-width: 576px) {
	.event-listview .event__content {
		width: 50%
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.event-listview .event__content {
		width: 100%
	}
}

.event-listview .event__btn .default-btn {
	font-size: 0.8125rem;
	line-height: 50px
}

.event-single .event__inner:hover .event__thumb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.event-single .event__content h5 {
	font-size: 1.25rem
}

.event-single .event__time {
	background: #e3e7e8
}

@media(max-width: 575px) {
	.event-single .event__time {
		justify-content: center
	}
}

@media(max-width: 575px) {
	.event-single .event__time-title {
		margin-bottom: 15px
	}
}

.event-single .event__time-title h3 {
	font-size: 1.25rem
}

.event-single .event__time-schedule ul li {
	width: 80px;
	height: 80px;
	flex-direction: column;
	border: 1px solid #ecf0f3;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.event-single .event__time-schedule ul li .count-number {
	width: auto;
	height: auto;
	line-height: 1;
	color: #7009b6;
	font-size: calc(1.3125rem + 0.75vw) !important
}

@media(min-width: 1200px) {
	.event-single .event__time-schedule ul li .count-number {
		font-size: 1.875rem !important
	}
}

.event-single .event__time-schedule ul li p {
	font-size: 0.8125rem !important;
	color: #0d0d0d !important;
	text-transform: capitalize !important
}

@media(min-width: 576px) {
	.event-single .event__speaker .event__speaker-content {
		width: auto;
		padding-left: 20px;
		margin-top: 0
	}
}

.event-single .event__speaker .event__speaker-content p i,
.event-single .event__speaker .event__speaker-content p svg {
	color: #7009b6
}

.event-single .event__speaker .event__speaker-content p b {
	color: #0d0d0d
}

.event-single .event__relpost .event__inner {
	border: 1px solid #ecf0f3
}

.event-single2 .event__inner:hover .event__thumb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.event-single2 .event__thumb .event__time {
	bottom: 0;
	left: 0;
	background: rgba(13, 13, 13, .8)
}

@media(max-width: 575px) {
	.event-single2 .event__thumb .event__time-title {
		margin-bottom: 15px
	}
}

.event-single2 .event__thumb .event__time-title h3 {
	color: #fff
}

@media(max-width: 575px) {
	.event-single2 .event__thumb .event__time-schedule {
		width: 100%
	}
}

@media(max-width: 575px) {
	.event-single2 .event__thumb .event__time-schedule ul {
		width: 100%;
		justify-content: center;
		margin: auto
	}
}

@media(max-width: 575px) {
	.event-single2 .event__thumb .event__time-schedule ul li {
		width: 40px;
		height: 0px;
		background: transparent;
		border: none
	}

	.event-single2 .event__thumb .event__time-schedule ul li .count-number {
		font-size: 18px
	}

	.event-single2 .event__thumb .event__time-schedule ul li p {
		display: none
	}
}

.event-single2 .event__thumb .event__time-schedule ul li .count-number {
	width: auto;
	height: auto;
	line-height: 1;
	color: #7009b6;
	font-size: calc(1.3125rem + 0.75vw) !important
}

@media(min-width: 1200px) {
	.event-single2 .event__thumb .event__time-schedule ul li .count-number {
		font-size: 1.875rem !important
	}
}

.event-single2 .event__thumb .event__time-schedule ul li p {
	font-size: 0.8125rem !important;
	color: #0d0d0d !important;
	text-transform: capitalize !important
}

.event-single2 .event__content h5 {
	font-size: 1.25rem
}

@media(min-width: 576px) {
	.event-single2 .event__speaker .event__speaker-content {
		width: auto;
		padding-left: 20px;
		margin-top: 0
	}
}

.event-single2 .event__speaker .event__speaker-content p i,
.event-single2 .event__speaker .event__speaker-content p svg {
	color: #7009b6
}

.event-single2 .event__speaker .event__speaker-content p b {
	color: #0d0d0d
}

.event-single2 .event__speaker .play-btn {
	color: #7009b6
}

.event-single2 .event__map {
	height: 300px
}

@media(min-width: 576px) {
	.event-style4 .event__thumb {
		width: 40%
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.event-style4 .event__thumb {
		width: 100%
	}
}

.event-style4 .event__left {
	width: 70px;
	background: rgba(255, 255, 255, .8);
	border-top: 6px solid #7009b6;
	top: 15px;
	left: 15px
}

.event-style4 .event__left h4 {
	font-size: calc(1.3125rem + 0.75vw)
}

@media(min-width: 1200px) {
	.event-style4 .event__left h4 {
		font-size: 1.875rem
	}
}

.event-style4 .event__left h6 {
	font-size: 1rem;
	color: #7009b6
}

@media(min-width: 576px) {
	.event-style4 .event__content {
		width: 60%
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.event-style4 .event__content {
		width: 100%
	}
}

.event-style4 .event__btn .default-btn {
	font-size: 0.8125rem;
	line-height: 38px
}

.event-style4 .event__btn .default-btn.border-btn {
	border: 2px solid #7009b6;
	color: #7009b6;
	background: transparent;
	line-height: 34px
}

.event-style4 .event__btn .default-btn.border-btn::before {
	background: #7009b6
}

.event-style4 .event__btn .default-btn.border-btn:hover span {
	color: #fff
}

@media(max-width: 1199px) {
	.event_navi {
		display: none
	}
}

.event_navi .event__next,
.event_navi .event__prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0d0d0d;
	background: #e3e7e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.event_navi .event__next:hover,
.event_navi .event__prev:hover {
	color: #fff;
	background: #7009b6
}

@media(min-width: 1200px) {
	.event-style3 .col-12:nth-child(odd) .event__inner {
		margin-right: 30px
	}
}

.event-style3 .col-12:nth-child(odd) .event__inner::after {
	width: 1px;
	height: 75%;
	right: -30px;
	top: 50%;
	background: #e3e7e8;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width: 1199px) {
	.event-style3 .col-12:nth-child(odd) .event__inner::after {
		display: none
	}
}

.event-style3 .col-12:nth-last-child(1) .event__inner {
	border-bottom: none
}

@media(min-width: 576px) {
	.event-style3 .col-12:nth-last-child(2) .event__inner {
		border-bottom: none;
		padding-bottom: 0
	}
}

.event-section .event__pagination {
	margin-top: 1rem;
}

.event-section .event__pagination .swiper-pagination-bullet {
	width: 17px;
	height: 8px;
	border-radius: 10px;
	background: #7009b6;
}

.event-section .event__pagination .swiper-pagination-bullet-active {
	background: #7009b6;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-section.home {
	background-color: #fcf8ff;
	background-image: url(../images/blog/blog-one-shape-1.png);	
	background-attachment: fixed;
}

.blog__inner {
	border-bottom: 1px solid #ecf0f3
}

.blog__inner:hover .blog__thumb img {
	transition: all 900ms ease;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.blog__inner:hover .blog__content h5 {
	color: #7009b6
}

.blog-style2 .blog__item .blog__content {
	position: relative;
}

.blog-style2 .blog__item .blog__inner .news_date {
	position: absolute;
	left: 20px;
	top: -17px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	padding: 6px 25px 6px;
	border-radius: 100px;
	z-index: 2;
}

.blog-style2 .blog__item .blog__inner .news_date a {
	font-family: 'Caveat', cursive;
	font-size: 18px;
	color: #7009b6;
	font-weight: 700;
	line-height: 18px;
}

@media(min-width: 576px) {
	.blog__thumb {
		width: 130px;
		height: 130px;
		margin-bottom: 0
	}
}

@media(min-width: 576px) {
	.blog__content {
		width: calc(100% - 130px);
	}
}

.blog__content h5 {
	font-weight: 600;
}

.blog__content .meta-post li {
	border-left: 1px solid #ecf0f3
}

.blog__content .meta-post li:first-child {
	padding-left: 0;
	border-left: none
}

.blog__content .default-btn {
	line-height: 50px
}

.blog-style2 .blog__item {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 15px 0 #73737340;
	height: 100%;
}

.blog-style2 .blog__thumb {
	height: auto;
	position: relative;
	border-radius: 15px 15px 0 0;
}

.blog-style2 .blog__inner .blog__thumb::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: #7009b6;
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(190deg) translate(0px, 50px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.blog-style2  .blog__inner:hover .blog__thumb::before {
  visibility: visible;
  opacity: 0.4;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}

.blog-style2 .blog__content {
	padding: 0 20px;
}

.blog-style2 .blog__meta {
	width: 100%;
	padding: 40px 0 0;
}

.blog-style2 .blog__meta ul {
	display: flex;
	align-items: center;
}
	
.blog-style2 .blog__meta ul li {
	padding: 0px 15px 0px 0;
	border-right: 1px solid #ddd;
	margin-right: 15px;
	display: inline-block;
}

.blog-style2 .blog__meta ul li:last-child {
	border-right: 0px;
	margin-right: 0px;
}

.blog-style2 .blog__meta ul li a {
	font-size: 14px;
}

.blog-style2 .blog__meta ul li a i {
	color: #7009b6;
}

.blog-style2 .blog__icon {
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 15px;
	background: #7009b6;
	color: #fff;
	font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
	.blog-style2 .blog__icon {
		font-size: 1.5rem
	}
}

.blog-style2 .blog__postcontent {
	width: 100%;
	padding: 20px 0 0;
	margin-bottom: 20px;
	background: #fff
}

.blog-style2 .blog__postcontent h5 {
	font-size: 1.125rem
}

.blog-style2 .blog__postcontent p {font-size: 14px;}



.blog-style2 .blog__postcontent .default-btn:hover {
	color: #fff
}

.blog-single .blog__inner:hover .blog__thumb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.blog-single .blog__inner:hover .blog__content h5 {
	color: #0d0d0d !important
}

.blog-single .blog__content h5 {
	font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
	.blog-single .blog__content h5 {
		font-size: 1.5rem
	}
}

.blog-single .blog__content h4 {
	font-size: 1.125rem
}

.blog-single .blog__content blockquote {
	border: 3px solid #ecf0f3
}

@media(max-width: 575px) {
	.blog-single .blog__meta {
		width: 100%;
		text-align: left;
		padding: 0 20px
	}

	.blog-single .blog__meta ul li {
		display: inline-block;
		padding: 5px
	}

	.blog-single .blog__meta .blog__icon {
		right: auto;
		margin-left: 0
	}
}

@media(max-width: 575px) {
	.blog-single .blog__postcontent {
		width: 100%
	}
}

.blog__tags {
	background: rgb(234, 223, 240);
}

@media(min-width: 1200px) {
	.blog__tags-left {
		margin-bottom: 0
	}
}

.blog__tags-left ul li a {
	padding: 7px 10px;
	background: #fff;
	color: #0d0d0d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.875rem
}

.blog__tags-left ul li a:hover {
	background: #7009b6;
	color: #fff
}

.blog__tags-title p {
	margin-bottom: 0 !important
}

.blog__author {
	background: #e3e7e8
}

.blog__author-thumb {
	width: 140px
}

.blog__author-thumb img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

@media(min-width: 576px) {
	.blog__author-content {
		width: calc(100% - 140px);
		padding-top: 0;
		padding-left: 30px
	}
}

.blog__author-content h5 {
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	.blog__author-content h5 {
		font-size: 1.375rem
	}
}

.blog__navigation {
	border: 3px solid #ecf0f3
}

.blog__comments-title h4 {
	font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
	.blog__comments-title h4 {
		font-size: 1.5rem
	}
}

.blog__comments-details ul li {
	border-top: 1px solid #ecf0f3
}

.blog__comments-thumb {
	width: 80px
}

.blog__comments-content {
	width: calc(100% - 80px)
}

.blog__comments-content .default-btn {
	line-height: 25px;
	padding: 0 15px;
	border: 2px solid #7009b6;
	color: #7009b6;
	font-size: 0.8125rem;
	background: transparent !important
}

.blog__comments-content .default-btn::before {
	background: #7009b6
}

.blog__comments-content .default-btn:hover span {
	color: #fff
}

.blog__respond-title h4 {
	font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
	.blog__respond-title h4 {
		font-size: 1.5rem
	}
}

.blog__respond-details form input[type=checkbox],
.blog__respond-details form input[type=radio] {
	width: 20px;
	height: 20px
}

.blog__respond-details form p {
	flex-wrap: nowrap
}

.social-section {
	background: #7009b6
}

@media(max-width: 575px) {
	.social-section {
		padding: 50px 0
	}
}

@media(min-width: 576px) {
	.social__list:last-child .social__name {
		border-right: none
	}
}

@media(max-width: 991px) {
	.blog-style2 .blog__item {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/

.partner .partner__thumb img {
	opacity: .4;
}

.partner .partner__thumb:hover img {
	opacity: 1;
}

/*--------------------------------------------------------------
# Footer Feature
--------------------------------------------------------------*/

.footer-feature-wrapper {
	margin-bottom: 70px;
	position: relative;
	z-index: 8;
}

@media(min-width: 767px) {
	.footer-feature-wrapper {
		margin-bottom: -70px;
	}
}

.content-bx.style-1 {
	border-radius: 6px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 20px 15px;
	transition: all .5s ease;
}

.content-bx.style-1 p {
	font-size: 14px;
	line-height: 1.5;
}

.footer-feature-wrapper .title, .footer-feature-wrapper .title.display-4 {
	font-size: 24px;
	font-weight: 700;
}

.content-bx.style-1 .default-btn {
	padding: 0px 15px;	
}

.home-3 .default-btn.btn_white {
		width: 100%;
}

.footer-feature-wrapper .content-bx .form-control::placeholder {
	color: #fff;
}

.footer-feature-wrapper .content-bx .form-control {
	background: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.2);
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

.content-bx.style-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.bg-primary {
	background-color: #7009b6 !important;
}

.bg-primary:hover {
	background-color: #7009b6d9 !important;
	backdrop-filter: blur(5px);
	transition: all .5s ease;
}

.bg-secondary {
	background-color: #0cbd83 !important;
}

.bg-secondary:hover {
	background-color: #09b67dd9 !important;
	backdrop-filter: blur(5px);
	transition: all .5s ease;
}

.bg-dark {
	background-color: #09a5b5 !important;
}

.bg-dark:hover {
	background-color: #09a5b5d9 !important;
	backdrop-filter: blur(5px);
	transition: all .5s ease;
}

.footer {
	background: #232323;
}

.footer__top {
	color: #f2f2f2;
	padding-top: 80px;
	background-image: url(../images/blog/blog-one-shape-1.png);
	background-attachment: fixed;
}

@media(min-width: 991px) {
	.footer-feature-wrapper .title {
		font-size: 2.2rem;
		font-weight: 600;
	}

	.footer-feature-wrapper .title.display-4 {
		font-size: 2.5rem;
	}
	
	.content-bx.style-1 {
		padding: 30px;
	}
	
	.content-bx.style-1 .default-btn {
		padding: 0px 3rem;
	}
	
	.home-3 .default-btn.btn_white {
		width: auto;
	}
	
	.footer-feature-wrapper .content-bx .form-control {
		font-size: 14px;
	}
}


.home-3 .footer__info ul li i, .home-3 .footer__postcontent p i {
	color: #fff;
}

.footer__post ul li:hover .footer__postthumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.footer__post ul li:hover .footer__postcontent h6 {
	color: #fff !important;
	text-decoration: underline;
}

.footer__postthumb {
	width: 60px;
}

.footer__postcontent {
	width: calc(100% - 60px);
	padding-left: 15px;
}

.footer__postcontent h6 {
	font-size: 1rem;
	color: #b6b5b5;
}

.footer__postcontent p i,
.footer__postcontent p svg {
	color: #7009b6;
}

.footer-title h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
}

@media(min-width: 576px) {
	.footer__gallery ul li {
		width: calc(100% / 3)
	}
}

.footer__gallery ul li:hover .footer__gallerythumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.footer__link ul li {
	list-style: square inside;
}

.footer__link ul li:last-child {
		margin-bottom: 0;
}

.footer__link ul li a {
	color: #e8e4e4;
	transition: all 0.4s ease;
}

.footer__link ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	/* padding-left: 10px; */
}

.footer__info ul li {
	display: flex;
	align-items: baseline;
}

.footer__info ul li i {
	margin-right: 10px;
}

.footer__post ul li p {
	margin-bottom: 0;
}

.footer__info ul li i,
.footer__info ul li svg {
	color: #7009b6;
}

.footer__bottom {
	background: #fff;
	padding: 20px;
}

.footer__bottom .footer__copyright p {
	font-weight: 500;
}

.footer__bottom .footer__copyright p a {
	color: #484848;
	text-decoration: underline;
}

.footer__bottom .footer__copyright p a:hover {
	color: #7009b6;
}

@media(min-width: 992px) {
	.footer__copyright p {
		text-align: left;
	}
}

@media(min-width: 992px) {
	.footer__social ul {
		justify-content: flex-end;
	}
}

.footer__social ul li a:hover {
	color: #7009b6;
}


.default-btn {
	text-decoration: none;
	color: #fff;
	padding: 0 2rem;
	line-height: 46px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	transform-origin: right;
	transition: all .3s ease;
	background: #7009b6;
	font-weight: 600;
	display: inline-block;
	width: auto;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0;
}

.more-btn-text a {
	color: #7009b6;
	text-decoration: underline;
	display: block;
}


@media(min-width: 768px) {
	.default-btn {
		padding:0px 2.2rem;
		line-height: 50px;
	}
	.more-btn-text a {
		display: inline-block;
	}
}

.default-btn span {
	position: inherit;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.default-btn.move-right::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  -o-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 0;
}

.default-btn.move-right:hover:after {
	left: 120%;
	-webkit-transition: all 1s .2s cubic-bezier(0.19,1,0.22,1);
	-o-transition: all 1s .2s cubic-bezier(0.19,1,0.22,1);
	transition: all 1s .2s cubic-bezier(0.19,1,0.22,1);
}

.default-btn.move-left:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7009b6;
	transition: transform .5s;
	transform-origin: left;
	transform: scaleX(0);
	z-index: 0;
}

.default-btn.move-left:hover:before {
	transform: scaleX(1);
	transform-origin: right;
	transition: transform .5s
}

.default-btn.move-bottom {
	background: transparent;
	border: 2px solid #fff !important;
	color: #fff
}

.default-btn.move-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7009b6;
	transition: transform .5s;
	transform-origin: bottom;
	transform: scaleY(0);
	z-index: 0
}

.default-btn.move-bottom:hover {
	color: #fff
}

.default-btn.move-bottom:hover:before {
	transform: scaleY(1);
	transform-origin: top;
	transition: transform .5s
}

.default-btn.move-top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7009b6;
	transition: transform .5s;
	transform-origin: top;
	transform: scaleY(0);
	z-index: 0
}

.default-btn.move-top:hover:before {
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform .5s
}

.default-btn:hover {
	color: #fff;
	transition: all 0.4s ease;
}

.default-btn.bg-white {
	background: #fff;
	color: #7009b6
}

.default-btn.bg-white::before {
	background: #7009b6
}

.default-btn.bg-white:hover {
	color: #fff
}

.default-btn.bg-primary {
	background: #2e746c !important;
	color: #fff
}

.default-btn.bg-primary::before {
	background: #7009b6
}

.default-btn.bg-primary:hover {
	color: #fff
}

.default-btn.border-btn {
	border: 2px solid transparent;
	background: transparent
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #7009b6
}

.preloader::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background-size: 12px 12px;
  background-position: center;
  transform: translate(-50%,-50%);
  background-image: radial-gradient(rgba(230, 230, 230, 0.29) 14%,transparent 14%);
  -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
  mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
  z-index: 0;
}

.preloader .preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.preloader .preloader-inner .preloader-icon {
	width: 72px;
	height: 72px;
	display: inline-block;
	padding: 0px
}

.preloader .preloader-inner .preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	background: #fff;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite
}

.preloader .preloader-inner .preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s
}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
}

@keyframes price-ani {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: .1
	}
}


@media(min-width: 576px) {
	.poster__inner {
		justify-content: space-between
	}
}

@media(min-width: 576px) {
	.poster__thumbpart {
		width: 30%
	}
}

.poster__thumbpart-thumb img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.poster__contentpart {
	border: 1px solid #ecf0f3;
	box-shadow: 8px 8px 0 rgba(227, 231, 232, .9)
}

@media(min-width: 576px) {
	.poster__contentpart {
		width: 60%
	}

	.poster__contentpart::before {
		position: absolute;
		content: "";
		left: -30px;
		top: 70px;
		width: 0;
		height: 0;
		border-top: 30px solid #e3e7e8;
		border-left: 30px solid transparent
	}
}

.poster__contentpart h5 {
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	.poster__contentpart h5 {
		font-size: 1.375rem
	}
}

.poster__contentpart h6 {
	font-size: 0.9375rem
}

.poster__contentpart blockquote p::after,
.poster__contentpart blockquote p::before {
	font-family: "Font Awesome 5 Free"
}

.poster__contentpart blockquote p::before {
	content: "";
	left: 0
}

.poster__contentpart blockquote p::after {
	content: "";
	right: 0
}

.poster__right h3 {
	font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
	.poster__right h3 {
		font-size: 2rem
	}
}

.poster__navi {
	top: 70%;
	left: 65px
}

@media(max-width: 1199px) {
	.poster__navi {
		display: none
	}
}

.poster__navi div {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #0d0d0d;
	background: #e3e7e8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.poster__navi div:hover {
	color: #fff;
	background: #7009b6
}

.client__review .poster__filter button {
	padding: 0;
	width: 100px;
	height: 100px;
	opacity: .3
}

.client__review .poster__filter button.active {
	opacity: 1
}

.client__review .poster__contentpart {
	width: 100% !important
}

@media(min-width: 576px) {
	.client__review .poster__contentpart {
		width: 100% !important
	}
}

.client__review .poster__contentpart::before {
	display: none
}

.client__review .poster__contentpart blockquote p {
	line-height: 36px
}


.sermon-section {
	background: #e3e7e8
}

.sermon__slider .swiper-slide .sermon__item:last-child {
	margin-bottom: 0
}

@media(min-width: 576px) {
	.sermon__thumb {
		width: 40%
	}
}

@media(max-width: 575px) {
	.sermon__social ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.sermon__social ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px
	}
}

.sermon__social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #737373;
	margin: 5px;
	font-size: 1rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.sermon__social ul li a:hover {
	color: #fff;
	background: #7009b6;
	border-color: #7009b6
}

@media(max-width: 575px) {
	.sermon__image {
		width: 100%;
		margin-bottom: 15px
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.sermon__image {
		width: 100%;
		margin-bottom: 15px
	}
}

@media(min-width: 576px) {
	.sermon__content {
		width: 60%
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.sermon__content {
		padding-left: 30px
	}
}

.sermon__content .default-btn {
	line-height: 31px;
	font-size: 0.75rem
}

.accordion .accordion-item:not(:first-of-type) {
	border-top: 1px solid #ecf0f3
}

.accordion .accordion-item .accordion-header .accordion-button {
	background: #7009b6;
	color: #fff;
	outline: none;
	box-shadow: none;
	font-size: 0.9375rem
}

.accordion .accordion-item .accordion-header .accordion-button::after {
	background-image: none;
	content: "-";
	color: #0d0d0d;
	background: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 15px;
	font-size: calc(1.3125rem + 0.75vw);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

@media(min-width: 1200px) {
	.accordion .accordion-item .accordion-header .accordion-button::after {
		font-size: 1.875rem
	}
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
	background: #fff;
	color: #0d0d0d
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
	content: "+";
	color: #fff;
	background: #0d0d0d;
	line-height: 20px
}

.gallery-section {
	margin-top: -2.5rem;
}

.gallery-section .gallery__item {
	position: relative;
	border: 2px solid #fff;
	border-radius: 16px;
	box-shadow: 0px 1px 15px 0 #737373b2;
}

.gallery__filter ul li {
	padding: 10px 20px;
	margin: 5px;
	color: #0d0d0d;
	-webkit-transform: all 0.3s ease;
	-moz-transform: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	-o-transform: all 0.3s ease;
	transform: all 0.3s ease
}

.gallery__filter ul li.active {
	color: #7009b6
}

.gallery__inner {
	border-radius: 15px;
	overflow: hidden;
}

.gallery__inner::before {
	position: absolute;
	top: 0;
	bottom: -2px;
	left: 0;
	right: 0;
	border-radius: var(--oxpins-bdr-radius);
	content: "";
	background: rgb(250, 211, 91);
	background: linear-gradient(180deg, rgba(250, 211, 91, 0.09287464985994398) 30%, rgb(35, 35, 35) 100%);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.gallery__item:hover .gallery__inner::before {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.gallery__inner:hover .gallery__content {
	height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.lightcase-icon-close::before {
	color: #fff;
}

.gallery__content {
	z-index: 999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0)
}

.gallery__content h5 {
	font-size: 1.25rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff
}

.gallery__content h5:hover {
	color: #7009b6
}

.gallery__icon {
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 1px solid #ecf0f3;
	margin: 0 auto 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.gallery__icon i,
.gallery__icon svg {
	color: #fff
}

.gallery__icon:hover {
	background: #7009b6;
	border-color: #7009b6
}

.gallery__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.gallery__item:hover .gallery__title {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.gallery-style2 .gallery__item:hover .gallery__title h5 {
	color: #fff;
}

.gallery-style2 .gallery__title h5 {
	font-size: 20px;
	font-weight: 600;
}

.gallery-style2 .gallery__title span {
	font-family: 'Caveat', cursive;
	font-size: 20px;
	color: #fff;
}

.social__name {
	margin: 5px
}

@media(min-width: 576px) {
	.social__name {
		margin: 0;
		padding: 20px 25px;
		border-right: 1px solid rgba(19, 19, 19, 0.18)
	}
}

.social__name span {
	color: #000
}

@media(max-width: 991px) {
	.social__name span {
		display: none
	}
}

.social__icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 1.125rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

@media(max-width: 991px) {
	.social__icon {
		display: block !important;
		margin-right: 0
	}
}

.social__icon {
	background: #fff
}


.volunteer__inner {
	border-top: 4px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.volunteer__inner:hover {
	border-color: #7009b6;
	background: #e3e7e8
}

.volunteer__inner:hover .volunteer__thumb {
	border-color: #fff
}

.volunteer__inner:hover .volunteer__thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.volunteer__inner:hover .volunteer__content h5 {
	color: #7009b6
}

.volunteer__thumb {
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	border: 8px solid #e3e7e8;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.volunteer__content h5 {
	font-size: 1.25rem
}

.volunteer__content>span::after {
	width: 20px;
	height: 6px;
	background: #7009b6;
	top: auto;
	bottom: -20px
}

.volunteer-style2 .volunteer__inner {
	background: transparent
}

.volunteer-style2 .volunteer__inner:hover .volunteer__thumb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.volunteer-style2 .volunteer__thumb {
	width: 100%;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

@media(min-width: 992px) {
	.volunteer-style2 .volunteer__thumb {
		width: 35%;
		margin-bottom: 0
	}
}

@media(min-width: 992px) {
	.volunteer-style2 .volunteer__content {
		width: calc(100% - 35%);
		padding-left: 30px
	}
}

.volunteer__icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #7009b6;
	border: 2px solid #7009b6;
	font-size: calc(1.275rem + 0.3vw);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media(min-width: 1200px) {
	.volunteer__icon {
		font-size: 1.5rem
	}
}

@media(max-width: 575px) {
	.volunteer__icon {
		margin-bottom: 20px
	}
}

@media(min-width: 576px) {
	.volunteer__title {
		width: calc(100% - 100px);
		padding-left: 30px
	}
}

.volunteer__title h6 {
	font-size: 0.9375rem
}

.counter-section {
	background: url(../images/counter/bg-counter.jpg)
}

.counter__content h2 {
	color: #fff;
	font-size: calc(1.40625rem + 1.875vw)
}

@media(min-width: 1200px) {
	.counter__content h2 {
		font-size: 2.8125rem
	}
}

.counter__content p {
	color: #fff
}

.counter-style2 .counter__content h2 {
	width: 170px;
	height: 170px;
	line-height: 170px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #7009b6;
	margin: 0 auto 30px
}

.counter-style2 .counter__content p {
	color: #fff
}

.countdown-section {
	background: url(../images/countdown/bg-countdown.jpg)
}

.countdown {
	justify-content: space-around
}

@media(max-width: 767px) {
	.countdown .clock-item {
		margin-bottom: 30px
	}
}

.countdown .clock-item .count-number {
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	width: 150px;
	height: 150px;
	line-height: 150px;
	color: #fff;
	border: 2px solid #7009b6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.countdown .clock-item .count-text {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0
}

.service__inner:hover .service__icon {
	background: #7009b6;
	color: #fff
}

.service__inner:hover .service__content h5 {
	color: #7009b6
}

.service__icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 30px;
	border: 2px solid #7009b6;
	color: #7009b6;
	font-size: calc(1.275rem + 0.3vw);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media(min-width: 1200px) {
	.service__icon {
		font-size: 1.5rem
	}
}

.service__content h5 {
	font-size: 1.25rem
}

.pricing-section .pricing-icon {
	border-color: #7009b6
}

.pricing-section .section-header h3 {
	font-size: 1.25rem
}

.pricing__inner {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.pricing__inner:hover .pricing__head,
.pricing__inner.active .pricing__head {
	background: #7009b6
}

.pricing__inner:hover .pricing__head h5,
.pricing__inner.active .pricing__head h5 {
	color: #fff
}

.pricing__inner:hover .pricing__head h5::after,
.pricing__inner.active .pricing__head h5::after {
	background: #fff
}

.pricing__inner:hover .pricing__head h6,
.pricing__inner.active .pricing__head h6 {
	color: #fff
}

.pricing__inner:hover .pricing__content ul li,
.pricing__inner.active .pricing__content ul li {
	background: #f2f2f2
}

.pricing__inner:hover .pricing__content ul li:nth-child(odd),
.pricing__inner.active .pricing__content ul li:nth-child(odd) {
	background: #e6e6e6
}

.pricing__inner:hover .pricing__footer,
.pricing__inner.active .pricing__footer {
	background: #e6e6e6
}

.pricing__content {
	background: #fff
}

.pricing__head {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.pricing__head h5 {
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	.pricing__head h5 {
		font-size: 1.375rem
	}
}

.pricing__head h5::after {
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: -15px;
	background: #7009b6;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.pricing__head h6 {
	font-size: calc(1.2625rem + 0.15vw)
}

@media(min-width: 1200px) {
	.pricing__head h6 {
		font-size: 1.375rem
	}
}

.pricing__body ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.pricing__body ul li:nth-child(odd) {
	background: #fafafa
}

.pricing__footer {
	background: #fafafa
}

.pricing__footer .default-btn {
	border: 2px solid #7009b6;
	background: transparent !important;
	color: #7009b6;
	line-height: 35px;
	font-size: 0.8125rem
}

.pricing__footer .default-btn:hover span {
	color: #fff
}

.partner-section {
	
}

form input,
form textarea {
	border: 1px solid #dfdfdf;
	padding: 15px;
	color: #0d0d0d;
	outline: none;
	border-radius: 8px;
}

form input:focus,
form textarea:focus {
	border-color: #7009b6
}

form input {
	height: 50px;
	margin-bottom: 30px
}

@media(min-width: 576px) {
	form input {
		width: calc(100% / 2 - 15px)
	}
}

form textarea {
	margin-bottom: 35px
}

/*form button.default-btn {
	padding: 0px 30px;
	border: none;
	outline: none;
	line-height: 35px;
	border: 2px solid #7009b6;
	background: transparent !important;
	color: #7009b6;
	font-size: 0.875rem
}*/

form button.default-btn::before {
	background: #7009b6 !important
}

form button.default-btn:hover span {
	color: #fff
}

.form-message {
	font-size: 14px
}

.form-message.success {
	color: green
}

.form-message.error {
	color: red
}

.contact__form h4 {
	font-size: 1.25rem
}

.contact__info h4 {
	font-size: 1.25rem
}

.contact__info ul li:hover .contact__info-left {
	color: #fff;
	background: #7009b6
}

.contact__info-left {
	width: 34px;
	height: 34px;
	line-height: 30px;
	border-radius: 100%;
	color: #7009b6;
	border: 2px solid #7009b6;
	font-size: 0.875rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media(max-width: 575px) {
	.contact__info-left {
		margin-bottom: 15px
	}
}

@media(min-width: 576px) {
	.contact__info-right {
		width: calc(100% - 50px)
	}
}

@media(max-width: 575px) {
	.cases__thumb .event__bars-left p {
		color: #0d0d0d
	}
}

.cases__thumb .event__bars-left p span {
	color: #7009b6
}

.cases__content .accordion .accordion-item .accordion-header .accordion-button {
	background: #7009b6
}

.cases__content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	background: #fff
}

.cases__content .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
	background: #7009b6;
	color: #fff
}

.cases__content .accordion .accordion-item .accordion-header .accordion-button::after {
	color: #7009b6
}

.cases__content .accordion .donate input {
	width: calc(100% - 160px)
}

.cases__content .accordion .donate .default-btn {
	line-height: 46px;
	padding: 0 20px
}

.cases__content .accordion .bank-transform ul li b {
	color: #0d0d0d
}

.cases__content .accordion .payment p {
	margin-bottom: 10px !important
}


/*--------------------------------------------------------------
# Home 1
--------------------------------------------------------------*/

.home-1 .default-btn {
	border-radius: 5px;
	border: 2px solid #7009b6
}

.home-1 .header,
.home-1 .banner__section {
	background: #fcfdfd;
}

.home-1 .banner__section {
	background-image: url(../images/banner/home-1/01.jpg);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}

.home-1 .default-btn:hover {
	border: 2px solid #7009b6 !important;
	box-shadow: 0px 0px 20px rgba(15, 187, 131, 0.62) !important
}

.home-1 .about-section {
	background-image: url(../images/about/tree_bg.png), url(../images/about/tree_bg-1.png);
	background-repeat: no-repeat;
	background-size: 300px, 100px;
	background-position: right bottom, left 30px bottom;
}

.home-1 .event-section,
.home-1 .event__bars {
	background-color: rgb(237, 249, 245);
}

.home-1 .footer__top {
	padding-top: 100px;
}

.home-1 .scrollToTop .pluse_1::after, .home-1 .scrollToTop .pluse_1::before, .home-1 .scrollToTop .pluse_2::after, .home-1 .scrollToTop .pluse_2::before {
  background: rgb(9, 182, 125);
}

.home-1 .gallery__inner::before {
	background: linear-gradient(180deg, rgba(250, 211, 91, 0.09287464985994398) 30%, rgb(9, 182, 125) 100%);
}

.home-1 .blog-section.home {
	background-color: #f3fffb;
}

/*--------------------------------------------------------------
# Home 2
--------------------------------------------------------------*/

.home-2 .banner__section .banner__slider {
	height: calc(100vh - 130px);
}

.home-2 .default-btn,
.home-inner .default-btn {
	background: #7009b6
}

.home-2 .default-btn:hover,
.home-inner .default-btn:hover {
	color: #fff
}

.home-2 .preloader,
.home-2 .section-header.style-3 h4::after,
.home-2 .donaterange__bar,
.home-2 .section-header.style-2 p::before,
.home-2 .gallery__icon:hover,
.home-2 .event_navi .event__next:hover,
.home-2 .event_navi .event__prev:hover,
.home-2 .navbar-toggler--icon,
.home-2 .navbar-toggler--icon:after,
.home-2 .navbar-toggler--icon:before,
.home-2 .default-btn.move-bottom:before,
.home-2 .scrollToTop .pluse_1,
.home-2 .scrollToTop .pluse_2,
.home-2 .contact__info ul li:hover .contact__info-left,
.home-2 .menu ul li ul li a:hover,
.home-2 .menu ul li ul li a.active,
.home-inner .preloader,
.home-inner .section-header.style-3 h4::after,
.home-inner .donaterange__bar,
.home-inner .section-header.style-2 p::before,
.home-inner .gallery__icon:hover,
.home-inner .event_navi .event__next:hover,
.home-inner .event_navi .event__prev:hover,
.home-inner .navbar-toggler--icon,
.home-inner .navbar-toggler--icon:after,
.home-inner .navbar-toggler--icon:before,
.home-inner .default-btn.move-bottom:before,
.home-inner .scrollToTop .pluse_1,
.home-inner .scrollToTop .pluse_2,
.home-inner .contact__info ul li:hover .contact__info-left,
.home-inner .menu ul li ul li a:hover,
.home-inner .menu ul li ul li a.active {
	background: #7009b6
}

.home-2 .footer__bottom .footer__copyright p a:hover,
.home-2 .about-section .image_text .about_title,
.home-2 .footer__bottom .footer__copyright p a:hover,
.home-2 .blog-style2 .blog__meta ul li a i,
.home-2 .blog-style2 .blog__item .blog__inner .news_date a,
.home-2 .more-btn-text a,
.home-2 .testimonial__content p a,
.home-2 .testimonial__inner .testimonial-info .quotes,
.home-2 .testimonial__inner .testimonial-title,
.home-2 .donated_dtl p,
.home-2 .event__title p span,
.home-2 .about-section .about_box .icon i,
.home-2 .section-header .sub_heading,
.home-2 .read-more,
.home-2 .menu ul li a:hover,
.home-2 .donaterange h3 span,
.home-2 .gallery__filter ul li.active,
.home-2 .gallery__content h5:hover,
.home-2 .event__list ul li i,
.home-2 .event__list ul li svg,
.home-2 .event__inner:hover .event__list h5,
.home-2 .event__inner:hover .event__author .name h6,
.home-2 a:hover,
.home-2 .footer__social ul li a:hover,
.home-2 .footer__post ul li:hover .footer__postcontent h6,
.home-2 .footer__postcontent p i,
.home-2 .footer__postcontent p svg,
.home-2 .footer__info ul li i,
.home-2 .footer__info ul li svg,
.home-2 .about__inner:hover .about__content h5,
.home-2 .blog__inner:hover .blog__content h5,
.home-2 .contact__info-left,
.home-2 form button.default-btn,
.home-2 .menu ul li a:hover,
.home-2 .menu ul li a.active,
.home-inner .menu ul li a:hover,
.home-inner .donaterange h3 span,
.home-inner .gallery__filter ul li.active,
.home-inner .gallery__content h5:hover,
.home-inner .event__list ul li i,
.home-inner .event__list ul li svg,
.home-inner .event__inner:hover .event__list h5,
.home-inner .event__inner:hover .event__author .name h6,
.home-inner a:hover,
.home-inner .footer__social ul li a:hover,
.home-inner .footer__post ul li:hover .footer__postcontent h6,
.home-inner .footer__postcontent p i,
.home-inner .footer__postcontent p svg,
.home-inner .footer__info ul li i,
.home-inner .footer__info ul li svg,
.home-inner .about__inner:hover .about__content h5,
.home-inner .blog__inner:hover .blog__content h5,
.home-inner .contact__info-left,
.home-inner form button.default-btn,
.home-inner .menu ul li a:hover,
.home-inner .menu ul li a.active {
	color: #7009b6
}	

.home-2 .header.header_bg,
.home-2 .menu ul li ul,
.home-2 .gallery__icon:hover,
.home-2 .event-section .event-icon,
.home-2 .event__list,
.home-2 .default-btn.move-bottom,
.home-2 .contact__info-left,
.home-2 form button.default-btn,
.home-2 form input:focus,
.home-2 form textarea:focus,
.home-inner .gallery__icon:hover,
.home-inner .event-section .event-icon,
.home-inner .event__list,
.home-inner .default-btn.move-bottom,
.home-inner .contact__info-left,
.home-inner form button.default-btn,
.home-inner form input:focus,
.home-inner form textarea:focus {
	border-color: #7009b6
}

.home-2 .gallery__inner::before {
	background: linear-gradient(180deg, rgba(250, 211, 91, 0.09287464985994398) 30%, rgb(6, 133, 147) 100%)
}

.home-2 .scrollToTop .pluse_1::after,
.home-2 .scrollToTop .pluse_1::before,
.home-2 .scrollToTop .pluse_2::after,
.home-2 .scrollToTop .pluse_2::before,
.home-inner .scrollToTop .pluse_1::after,
.home-inner .scrollToTop .pluse_1::before,
.home-inner .scrollToTop .pluse_2::after,
.home-inner .scrollToTop .pluse_2::before {
	background: rgb(45, 178, 192)
}

.home-2 .event-section,
.home-2 .event__bars {
	background-color: rgb(236, 248, 249)
}

.home-2 .header .topbar,
.home-2 .event-section .event__pagination .swiper-pagination-bullet,
.home-2 .event-section .event__thumb .causes_badge,
.home-2 .feature-item .icon,
.home-2 .menu > ul > li > a::before,
.home-2 .section-header h1::before, .home-2 .section-header h2::before,
.home-2 form button.default-btn::before,
.home-inner form button.default-btn::before {
	background: #7009b6 !important
}

.home-2 .menu ul li ul li a:hover,
.home-2 .menu ul li ul li a.active,
.home-inner .menu ul li ul li a:hover,
.home-inner .menu ul li ul li a.active {
	color: #fff
}

.home-2 .default-btn:hover {
	box-shadow: 0px 5px 40px rgba(45, 178, 192, 0.67) !important
}

.home-2 .default-btn:hover,
.home-2 .blog-style2 .blog__inner .blog__thumb::before,
.home-2 .testimonial-section .shape-1,
.home-2 .testimonial-section .shape-2,
.home-2 .testimonial-section .shape-3,
.home-2 .testimonial-section .shape-4 {
	background-color: #7009b6;
}

.home-2 .blog-section {
	background-color: #eaf3f7;
}


/*--------------------------------------------------------------
# Home 3
--------------------------------------------------------------*/

.home-3 .default-btn {
	color: #fff;
	background: #7009b6;
	transition: all 0.4s ease;
}

.home-3 .default-btn:hover {
	color: #fff;
	background-color: #8512d2;
	box-shadow: 0px 5px 40px rgba(154, 88, 198, 0.67) !important;
}

.home-3 .scrollToTop .pluse_1::after,
.home-3 .scrollToTop .pluse_1::before,
.home-3 .scrollToTop .pluse_2::after,
.home-3 .scrollToTop .pluse_2::before {
	background: rgba(112, 9, 182, 0.3);
}

.home-3 .event-section .event__pagination .swiper-pagination-bullet,
.home-3 .event-section .event__pagination .swiper-pagination-bullet-active,
.home-3 .event-section .event__thumb .causes_badge,
.home-3 .feature-item .icon,
.home-3 .blog-style2 .blog__inner .blog__thumb::before,
.home-3 .section-header h1::before,
.home-3 .menu > ul > li > a::before,
.home-3 .preloader,
.home-3 .section-header.style-3 h4::after,
.home-3 .donaterange__bar,
.home-3 .section-header.style-2 p::before,
.home-3 .gallery__icon:hover,
.home-3 .event_navi .event__next:hover,
.home-3 .event_navi .event__prev:hover,
.home-3 .navbar-toggler--icon,
.home-3 .navbar-toggler--icon:after,
.home-3 .navbar-toggler--icon:before,
.home-3 .default-btn.move-bottom:before,
.home-3 .volunteer__content>span::after,
.home-3 .testimonial__content h5::after,
.home-3 .blog-style2 .blog__icon,
.home-3 .menu ul li ul li a:hover,
.home-3 .menu ul li ul li a.active,
.home-3 .scrollToTop .pluse_1,
.home-3 .scrollToTop .pluse_2 {
	background: #7009b6
}

.home-3 .more-btn-text a,
.home-3 .blog-style2 .blog__meta ul li a i,
.home-3 .blog-style2 .blog__item .blog__inner .news_date a,
.home-3 .testimonial__inner .testimonial-title,
.home-3 .testimonial__content p a,
.home-3 .testimonial__inner .testimonial-info .quotes,
.home-3 .donated_dtl p,
.home-3 .event__title p span,
.home-3 .about-section .about_box .icon i,
.home-3 .section-header .sub_heading,
.home-3 .read-more,
.home-3 .menu ul li a:hover,
.home-3 .donaterange h3 span,
.home-3 .gallery__filter ul li.active,
.home-3 .gallery__content h5:hover,
.home-3 .event__list ul li i,
.home-3 .event__list ul li svg,
.home-3 .event__inner:hover .event__list h5,
.home-3 .event__inner:hover .event__author .name h6,
.home-3 a:hover,
.home-3 .footer__social ul li a:hover,
.home-3 .footer__post ul li:hover .footer__postcontent h6,
.home-3 .footer__postcontent p svg,
.home-3 .footer__info ul li svg,
.home-3 .about__inner:hover .about__content h5,
.home-3 .blog__inner:hover .blog__content h5,
.home-3 .volunteer__icon,
.home-3 .volunteer__inner:hover .volunteer__content h5,
.home-3 .menu ul li a:hover,
.home-3 .menu ul li a.active {
	color: #7009b6
}

.home-3 .section-header h1::before,
.home-3 .section-header h2::before,
.home-3 .header,
.home-3 .header.header_bg,
.home-3 .menu ul li ul,
.home-3 .gallery__icon:hover,
.home-3 .event-section .event-icon,
.home-3 .event__list,
.home-3 .default-btn.move-bottom,
.home-3 .volunteer__icon,
.home-3 .volunteer__inner:hover {
	border-color: #7009b6
}

.home-3 .menu ul li ul li a:hover,
.home-3 .menu ul li ul li a.active {
	color: #fff
}

.default-btn.btn_white {
	background-color: #fff !important;
	color: #000 !important;
	line-height: 50px;
	border: 0;
}

.default-btn.btn_white:hover {
	background-color: #fff !important;
	color: #000;
	line-height: 50px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.67) !important;
}

.play_btn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
	background-color: #FFFFFF33;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	border-radius: 100px;
}
.play_btn:hover {
	background-color: #7009b6;
  color: #fff !important;
}


/****** CTA Section ******/
section.cta {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.cta .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  z-index: -1;
}
.cta-text, .cta-text span {font-size: 100px;line-height: 110px;}
.cta-text {
  position: relative;
  color: #232323;
  font-weight: 700;
  font-family: var(--primary_font);
  text-align: center;
}
.cta-text span {
  font-weight: 700;
  font-family: var(--primary_font);
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #232323;
}
section.cta .text {
  font-size: 17px;
  line-height: 32px;
  color: #232323;
  font-weight: 400;
}
/****** CTA Section ******/

.banner__section {position: relative;}
.banner__section::before {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000b5 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000b5 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000b5 100%);
  width: 100%;
  height: 30%;
  content: "";
  top: 0;
  position: absolute;
  z-index: 9;
}

.main_about_sec {background: url(../images/pattern-1.png),url(../images/pattern-2.png);background-size: auto;background-attachment: fixed;background-repeat: repeat-y;background-position: left, right;}
.home-3 .navbar-toggler--icon, .home-3 .navbar-toggler--icon::after, .home-3 .navbar-toggler--icon::before {background: #fff;}

.footer__social.btm_logo li a {color: #7009b6;padding: 0;width: 36px;height: 36px;line-height: 37px;display: flex;justify-content: center;align-items: center;background: #f0f0f0;border-radius: 100px;margin: 0 5px;}
.footer__social.btm_logo li a:hover {color: #f0f0f0!important;background: #7009b6;}

.footer__link ul li {display: inline-block;margin-left: 15px;margin: 0 15px;}
.footer__link ul {padding: 30px 0 25px;}
.footer__link {border: 1px solid #ddd;backdrop-filter: blur(10px);border-radius: 10px;}
.footer__link h3 {position: absolute;top: -15px;left: 50%;transform: translate(-50%);background: #232323;padding: 0 15px;}


.section-padding {
  padding-top: 110px;
  padding-bottom: 100px;
}

.helpful-card {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-three .helpful-card {
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.helpful-area-three .helpful-card:hover {
  background-color: #c6a6db80;
  cursor: pointer;
}

.helpful-area-three .helpful-card .helpful-card-icon {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  z-index: 9999;
  position: relative
}

.helpful-area-three .col-xl-3:nth-child(1) .helpful-card-icon svg {
  color: var(--helpful-card-icon-one);
}

.helpful-area-three .helpful-card .helpful-card-caption {
  margin-top: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.helpful-area-three .helpful-card:hover .helpful-card-icon {
  background-color: white !important;
}

.helpful-area-three .helpful-card .helpful-card-caption .caption-title {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
	font-family: "Syne", sans-serif;
}



.helpful-area-three .helpful-card .helpful-card-caption .caption-para {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 22px;
}

.helpful-area-three .helpful-card:hover .helpful-card-caption .caption-para {
  color: #000;
}

.helpful-area-three .helpful-card .helpful-card-caption .imp-link {
  color: #7009b6;
  font-size: 15px;
  font-weight: 600;
}

.helpful-area-three .helpful-card .helpful-card-caption .imp-link:hover {
  color: var(--white);
}

.helpful-area-three .col-xl-3:nth-child(1) .helpful-card-icon {
  background-color: #FFF2B2;
}
.helpful-area-three .col-xl-3:nth-child(2) .helpful-card-icon {
  background-color: #D4FDC8;
}
.helpful-area-three .col-xl-3:nth-child(3) .helpful-card-icon {
  background-color: #B6F1FF;
}
.helpful-area-three .col-xl-3:nth-child(4) .helpful-card-icon {
  background-color: #FFD0B6;
}

.helpful-area-three .col-xl-3:nth-child(1) .helpful-card-icon svg path {
  fill: #EAC300;
}
.helpful-area-three .col-xl-3:nth-child(2) .helpful-card-icon svg path {
  fill: #63D044;
}
.helpful-area-three .col-xl-3:nth-child(3) .helpful-card-icon svg path {
  fill: #2EC8EE;
}
.helpful-area-three .col-xl-3:nth-child(4) .helpful-card-icon svg path {
  fill: #FD791F;
}


.helpful-area-three .helpful-card .number-watermark {
  position: absolute;
  top: 10px;
  right: 15px;
}
.helpful-area-three .helpful-card .number-watermark .number {
  font-size: 40px;
  color: #F4F4F4;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.box_contact {background: #eadff0;padding: 15px 20px;height: 100%;border-radius: 15px;}
.box_contact h3 {font-weight: 700;line-height: 1.3;font-family: "Syne", sans-serif;font-size: 26px;}
.box_contact p {color:#000;}


.contact__form {
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 40px;
  border: 1px solid #dddddd8a;
}

.container-fluid {padding-left: 6%;padding-right: 6%;}
.pl_6 {padding-left: 6%;}


@media(max-width: 991px) {
	.banner__section .gallery-thumbs {bottom: 0;}
	.cta-text, .cta-text span {font-size: 32px;line-height: 38px;margin-bottom: 1rem !important;}
	.banner__content p {margin-bottom: 15px;}
	.banner-style2 .banner__content h4 mark {font-size: 18px;font-weight: 500;letter-spacing: 0.3px;}
	.banner__section .thumb_gallery .swiper-pagination {text-align: center;}
}

@media(max-width: 576px) {
	.about-section .image_text {display: none;}
	.cta-text, .cta-text span {font-size: 40px;line-height: 50px;margin-bottom: 1rem !important;}
}

@media (min-width: 992px) and (max-width: 1360px) {
	.menu > ul > li {margin: 12px;}
	.menu ul li a {font-size: 13px;}
	.default-btn {padding: 0px 1.2rem;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header .navbar .default-btn.move-right {display: none;}
}







