:root {
	--default-font: "Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--heading-font: "Montserrat", sans-serif;
	--nav-font: "Poppins", sans-serif;
}

:root {
	--background-color: #ffffff;
	--default-color: #222222;
	--heading-color: #6f1751;
	--accent-color: #6f1751;
	--surface-color: #ffffff;
	--contrast-color: #ffffff;
}


/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
	color: var(--default-color);
	background-color: var(--background-color);
	font-family: var(--default-font);
}

a {
	color: var(--accent-color);
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: color-mix(in srgb, var(--accent-color), transparent 25%);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
	--heading-color: #ffffff;
	color: var(--default-color);
	transition: all 0.5s;
	z-index: 997;
	background-color: var(--background-color);
}

.header .topbar {
	background-color: #fff;
	height: 80px;
	padding: 0;
	font-size: 14px;
	transition: all 0.5s;
	justify-content: right;
	padding-right: 50px;
}

.phone p a {
	font-size: 15px;
	padding: 0 2px;
	font-family: var(--nav-font);
	font-weight: 600;
	color: #333;
}

.email-list {
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0px;
	display: flex;
}

.email-list li {
	display: inline-block;
}

.email-list .list-ph {
	display: flex;
	gap: 10px;
	padding-right: 20px;
	vertical-align: bottom;
	align-items: center;
}

.header .topbar .justify-content-md-between,
.header .branding .justify-content-between {
	justify-content: right !important;
}

.btn {
	padding: 7px 22px;
	background: #6f1751;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	margin: 5px 0px 0px 10px;
	border: 1px solid #6f1751;
}

.btn:hover {
	border: 1px solid #6f1751;
}

.outline.btn {
	background: transparent;
	border: 1px solid #6f1751;
	color: #6f1751;
}

.outline.btn:hover {
	background: #6f1751;
	border: 1px solid #6f1751;
	color: #fff;
}


.ph-call {
	padding-right: 5px;
}

.phone p {
	margin-bottom: 5px;
}

.header .topbar .contact-info i {
	font-style: normal;
	color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
	padding-left: 5px;
	color: var(--contrast-color);
}


@media (max-width: 1023px) {

	.main-slider .subtitle {
		font-size: 14px !important;
	}

	.main-slider .main-title {
		font-size: 24px !important;

	}

	.main-slider p {
		font-size: 15px;
	}


}


@media (min-width: 1024px) and (max-width: 1300px) {

	.main-slider .subtitle {
		font-size: 16px !important;
	}

	.main-slider .main-title {
		font-size: 48px !important;

	}

	.main-slider p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.header-logo {
		width: 230px !important;
	}
	#footer-widgets-3 .widget_nav_menu {
		padding-left: 0px !important;
	}
}

@media (max-width: 1024px) {
	.main-slider {
		padding-top: 70px !important;
	}

	#header .branding .containter {
		max-width: 100% !important;
	}

	#navmenu .button-donate {
		background: #762259;
		margin: 5px 20px;
		padding: 8px 30px;
		color: #fff;
	}

	.section-title h2 {
		font-size: 24px !important;
	}

	.list-ph {
		display: none !important;
	}

	.header-logo {
		max-width: 269px !important;
	}

	.header .topbar {
		height: 65px;
	}


	.header .topbar {
		height: 80px;
		padding: 0;
		font-size: 14px;
		transition: all 0.5s;
		background-image: url(../img/bg-back.png);
		background-position: left;
		background-size: 197px;
		background-repeat: no-repeat;
		background-position: 0px -28px;
		padding-left: 0;
	}

	.header .topbar .justify-content-md-between {
		justify-content: center !important;
	}

	#header .main-logo {
		width: 50%;
		z-index: 2;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	.list-ph {
		display: none !important;
	}

	.header .topbar {
		height: 65px;
	}

	.header .topbar {
		height: 62px;
		padding: 0;
		font-size: 14px;
		transition: all 0.5s;
		padding-left: 56%;
	}


	.header .topbar .justify-content-md-between {
		justify-content: right !important;
	}
}

@media (min-width: 1024px) and (max-width: 1140px) {

	.header-logo {
		max-width: 320px !important;
	}

	.phone p a,
	.btn {
		font-size: 13px !important;
	}
}

@media (min-width: 1141px) and (max-width: 1300px) {
	.header .topbar {
		background-color: #fff;
		height: auto;
		padding: 20px 50px 14px 0px;
		font-size: 14px;
		transition: all 0.5s;
		padding-left: 28%;
	}

	.header .topbar .justify-content-md-between {
		justify-content: right !important;
	}

	.email-list .list-ph {
		padding-right: 15px;
	}
}

@media (max-width: 575px) {

	.header .topbar .contact-info i a,
	.header .topbar .contact-info i span {
		font-size: 13px;
	}
}

.header .topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
	color: var(--contrast-color);
	text-decoration: underline;
}

.header .topbar .social-links a {
	color: color-mix(in srgb, var(--contrast-color), transparent 40%);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

.header .topbar .social-links a:hover {
	color: var(--contrast-color);
}

.header .branding {
	min-height: 60px;
	background: #6f1751;
	padding-right: 50px;
}

.header-logo {
	max-width: 370px;
}

.main-logo {
	position: absolute;
	height: auto;
	max-height: initial;
	top: 5px;
	left: 0px;
	z-index: 9999;
}

.header .logo {
	line-height: 1;
}


.header .logo h1 {
	font-size: 30px;
	margin: 0;
	font-weight: 700;
	color: var(--heading-color);
}

.header .logo span {
	font-size: 32px;
	margin-left: 2px;
	color: var(--nav-hover-color);
}

.scrolled .header {
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


.main-slider .carousel-caption {
	top: 15%;
}

.main-slider {
	width: 100%;
	padding-top: 140px;
	padding-bottom: 0px;
}

.main-slider .subtitle {
	border: 1px solid #fff;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
}

.main-slider .main-title {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.main-slider .carousel-indicators [data-bs-target] {
	border-top: none;
	border-bottom: none;
	height: 5px;
	border-radius: 5px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
	.navmenu {
		padding: 0;
	}

	.navmenu ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: right;
	}

	.navmenu li {
		position: relative;
	}

	.navmenu>ul>li {
		white-space: nowrap;
		padding: 15px 16px;
	}

	.navmenu>ul>li:last-child {
		padding-right: 0;
	}

	.navmenu a,
	.navmenu a:focus {
		color: #fff;
		font-size: 15px;
		padding: 0 2px;
		font-family: var(--nav-font);
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		transition: 0.3s;
	}

	.navmenu>ul>li>a:before {
		content: "";
		position: absolute;
		height: 1px;
		bottom: -6px;
		left: 0;
		background-color: #fff;
		visibility: hidden;
		width: 0px;
		transition: all 0.3s ease-in-out 0s;
	}

	.navmenu a:hover:before,
	.navmenu li:hover>a:before,
	.navmenu .active:before {
		visibility: visible;
		width: 100%;
	}

	.navmenu li:hover>a,
	.navmenu .active,
	.navmenu .active:focus {
		color: #fff;
	}

	.navmenu .dropdown ul {
		margin: 0;
		padding: 10px 0;
		background: var(--nav-dropdown-background-color);
		display: block;
		position: absolute;
		visibility: hidden;
		left: 14px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 4px;
		z-index: 99;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	}

	.navmenu .dropdown ul li {
		min-width: 200px;
	}

	.navmenu .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-dropdown-color);
	}

	.navmenu .dropdown ul a i {
		font-size: 12px;
	}

	.navmenu .dropdown ul a:hover,
	.navmenu .dropdown ul .active:hover,
	.navmenu .dropdown ul li:hover>a {
		color: var(--nav-dropdown-hover-color);
	}

	.navmenu .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navmenu .dropdown .dropdown ul {
		top: 0;
		left: -90%;
		visibility: hidden;
	}

	.navmenu .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: -100%;
		visibility: visible;
	}
}

/* Mobile Navigation */
@media (max-width: 1199px) {
	.mobile-nav-toggle {
		color: #fff;
		font-size: 28px;
		line-height: 0;
		margin-right: 10px;
		cursor: pointer;
		transition: color 0.3s;
	}

	.navmenu {
		padding: 15px;
		text-align: right;
		z-index: 9997;
	}

	.header .branding {
		padding-right: 0px;
	}

	.header .topbar {
		padding-right: 15px;
	}

	.navmenu ul {
		display: none;
		position: absolute;
		padding: 10px 0;
		margin: 0;
		border-radius: 0px;
		background-color:#fff;
		border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
		box-shadow: none;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
		height: 100%;
		width: 300px;
	}

	.navmenu a,
	.navmenu a:focus {
		color: var(--nav-dropdown-color);
		padding: 10px 20px;
		font-family: var(--nav-font);
		font-size: 17px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transition: 0.3s;
		background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
	}

	.navmenu a i:hover,
	.navmenu a:focus i:hover {
		background-color: var(--accent-color);
		color: var(--contrast-color);
	}

	.navmenu a:hover,
	.navmenu .active,
	.navmenu .active:focus {
		color: var(--nav-dropdown-hover-color);
	}

	.navmenu .active i,
	.navmenu .active:focus i {
		background-color: var(--accent-color);
		color: var(--contrast-color);
		transform: rotate(180deg);
	}

	.navmenu .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: var(--nav-dropdown-background-color);
		transition: all 0.5s ease-in-out;
	}

	.navmenu .dropdown ul ul {
		background-color: rgba(33, 37, 41, 0.1);
	}

	.navmenu .dropdown>.dropdown-active {
		display: block;
		background-color: rgba(33, 37, 41, 0.03);
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		color: #fff;
		position: absolute;
		font-size: 32px;
		top: 15px;
		right: 15px;
		margin-right: 0;
		z-index: 9999;
	}

	.mobile-nav-active .navmenu {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(33, 37, 41, 0.8);
		transition: 0.3s;
		padding: 0px;
	}

	.mobile-nav-active .navmenu>ul {
		display: block;
		text-align: left;
	}
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: var(--background-color);
	transition: all 0.6s ease-out;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ffffff;
	border-color: var(--accent-color) transparent var(--accent-color) transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background-color: var(--accent-color);
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: var(--contrast-color);
	line-height: 0;
}

.scroll-top:hover {
	background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
	color: var(--contrast-color);
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
}

.page-title {
	--background-color: var(--accent-color);
	--default-color: #fff;
	--heading-color: #fff;
	color: var(--default-color);
	background-color: var(--background-color);
	position: relative;
}

.page-title .heading {
	padding: 160px 0 80px 0;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
	font-size: 38px;
	font-weight: 700;
}

.page-title nav {
	background-color: color-mix(in srgb, var(--default-color), transparent 92%);
	padding: 20px 0;
}

.page-title nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.page-title nav ol a {
	color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.page-title nav ol a:hover {
	color: var(--default-color);
}

.page-title nav ol li+li {
	padding-left: 10px;
}

.page-title nav ol li+li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: color-mix(in srgb, var(--default-color), transparent 50%);
}


.section-title {
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}

.section-title h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #6e1850;
	font-family: "Poppins", sans-serif !important;
	line-height: 1.1;;
}
.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    background: var(--accent-color);
    left: 0px;
    right: auto;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 4px;
    background: var(--accent-color);
    margin-left: 56px;
    border-radius: 10px;
    bottom: 0;
}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}


.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding: 0 0 10px 30px;
	position: relative;
}

.about .content ul i {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: -3px;
	color: var(--accent-color);
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .pulsating-play-btn {
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
}

.clients .swiper {
	padding: 10px 0px 50px 0px;
}

.clients .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
	background: #fff;
    border-radius: 0px;}

.clients {
	background: #6f1751;
	position: relative;
}

.clients h2,
.clients p {
	color: #fff;
}
.clients p {
	color: #fff;text-align: center;
}
.recent-posts .section-title h2:before {
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-100%, 50%);
}

.recent-posts .section-title h2:after {
    right: auto;
    left: 50%;
    transform: translate(-100%, 50%);
    margin-left: 41px;
}
.clients .section-title h2:before {
    background: #fff;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-100%, 50%);
}
.clients .section-title h2:after {
    background: #fff;
    right: auto;
    left: 50%;
    transform: translate(-100%, 50%);
    margin-left: 41px;
}
.counter-design .section-title h2:before {
    background: #6f1751;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-100%, 50%);
}




.counter-design .section-title h2:after {
    background: #6f1751;
    right: auto;
    left: 50%;
    transform: translate(-100%, 50%);
    margin-left: 41px;
}

.clients img {
	background: #fff;
	padding: 8px;
	width: 100%;
}

.clients .swiper-slide img {
	transition: 0.3s;
}

.clients .swiper-slide img:hover {
	transform: scale(1.1);
}
.recent-posts p{    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.recent-posts .section-title p{text-align: center;}
.recent-posts article {
	background: var(--surface-color);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	height: 100%;
	overflow: hidden;
}

.recent-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}

.recent-posts .post-category {
	font-size: 16px;
	color: color-mix(in srgb, var(--default-color), transparent 50%);
	margin-bottom: 10px;
}
#new-header-class .carousel-indicators .active{width:30px;}
.recent-posts .title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
}

.recent-posts .title a {
	color: var(--heading-color);
	transition: 0.3s;
	font-size: 20px;
}
.small-title{font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}
.recent-posts .title a:hover {
	color: var(--accent-color);
}

.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

.recent-posts .post-author {
	font-weight: 600;
	margin-bottom: 5px;
}

.recent-posts .post-date {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 50%);
	margin-bottom: 0;
}

.blog-posts article {
	background-color: var(--surface-color);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.blog-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}

.blog-posts .post-category {
	font-size: 16px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	margin-bottom: 10px;
}

.blog-posts .title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog-posts .title a {
	color: var(--heading-color);
	transition: 0.3s;
}

.blog-posts .title a:hover {
	color: var(--accent-color);
}


.blog-pagination {
	padding-top: 0;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}

.blog-pagination li a {
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
	background: var(--accent-color);
	color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
	color: var(--contrast-color);
}


.recent-posts-widget .post-item {
	display: flex;
	margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
	margin-bottom: 0;
}

.recent-posts-widget .post-item img {
	width: 80px;
	margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
	color: var(--default-color);
	transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
	color: var(--accent-color);
}


.button-donate {
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 5px 20px;
	font-weight: 500;
	font-size: 15px;
}

section {
	padding: 60px 0px;
}

.section-title.left {
	text-align: left;
	padding-bottom: 10px;
	padding-right: 60px;
}

.section-title h2:after {
	right: auto;
}

.video-player {
	position: relative;
}

.video-player::after {
	content: "";
	position: absolute;
	display: block;
	width: 150px;
	height: 150px;
	background: #833772;
	left: -42px;
	right: auto;
	bottom: -47px;
	margin: auto;
	z-index: -1;
}

#Gallery {
	padding-bottom: 0px;
}

.recent-posts .section-title h2:after {
	right: 0;
}

.read-more {
	text-decoration: underline;
	font-weight: 600;
	font-size:16px;
}
.recent-posts .post-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 50% 50%;
}

#video iframe {
	width: 100%;
}
.last-btn a {
    text-decoration: none;
    color: #000;
    padding: 5px 15px;
}
/* ================================================================
 * FOOTER
 * ================================================================ */
.widget.widget_nav_menu ul > li {
    position: relative;
    padding-left: 5px;
}
.widget-soc-icon{padding-left:0px;}

/* Social */
.tpath-social-icons.widget-soc-icon li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 7px;
}
.tpath-social-icons.widget-soc-icon li:before {
	display: none;
}
.tpath-social-icons.widget-soc-icon li a {
	background: transparent;
    border: 1px solid #cacfd3;
    color: #cacfd3;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    width: 30px;
	height: 30px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.tpath-social-icons.widget-soc-icon li a > i,
.tpath-social-icons.widget-soc-icon li a > .fa {
    color: #c9c9c9;
}

.tpath-social-icons.widget-soc-icon li:hover a i {
    color: #fff;display: none;
}
.tribe-events-list-widget .tribe-list-widget {
	padding: 0;
}
.tribe-events-list-widget .tribe-list-widget li {
	margin-bottom: 20px;
}
.tribe-list-widget .tribe-event-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-weight: 600;
}
.tribe-list-widget .tribe-event-title > a {
	color: #25292f;
}
.tribe-events-widget-link > a:hover, .tribe-events-widget-link > a:active, .tribe-events-widget-link > a:focus {
	color: #25292f;
}
.input-group-btn .btn.mc-subscribe {
	width: 66px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.wpcf7-form .wpcf7-form-footer input[type=text], .wpcf7-form .wpcf7-form-footer input[type=email]{width:100%;}
.widget.widget_nav_menu ul > li a{
  color:#fff;
}
.widget_nav_menu li.menu-item {
    margin: 0 0 10px 0;
}
.widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-section {
    background: #262f36;
    color: #fff;
    font-size: 14px;
	font-weight: 400;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}
.footer-section.footer-style-2 {
    background: #262f36;
}
.footer-widgets-section {
    padding: 40px 0;
}
#footer-widgets-1 .widget_media_image img{
    margin: 0px 0px 15px 0px;
}
#footer-widgets-2 .widget_text{
    padding-right: 20px;
}
#footer-widgets-3 .widget_nav_menu{
    padding-left: 20px;
}
.footer-section .tpath-row .footer-widgets .widget h3 {
    color: #eb5310;
}
.footer-style-2 .footer-inner-style-section {
    padding: 60px 0;
    text-align: center;
    background: #1c1c1c;
}
.footer-inner-style-section .footer-custom-text {
    color: #fff;
    margin-bottom: 0;
}
.footer-style-2 .footer-inner-style-section .footer-menu-wrapper {
    margin-top: 50px;
}
.copyright-info {
    position: relative;
}
.footer-copyright-section {
    background: #2F3742;
	padding: 20px 0;
}
.footer-section.footer-style-2 .footer-copyright-section {
	border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.footer-section.footer-style-2 .footer-social-icons {
	margin-bottom: 45px;
}
.footer-section.footer-style-2 .tpath-footer-menu.footer-menu-navigation {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.footer-section.footer-style-2 .tpath-footer-nav.navbar-nav > li > a {
	padding: 0 55px 0 0;
	color: #e1e1e1;
	font-size: 11px;
	letter-spacing: 1px;
}
.footer-section.footer-style-2 .tpath-footer-nav.navbar-nav > li:last-child > a {
	padding-right: 0;
}
.footer-copyright-section .copyright-info p a{color:#fff;}
.footer-copyright-section .copyright-info p {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
   margin-bottom:0px;
	text-transform: uppercase;
}
.footer-section.footer-style-2 .footer-copyright-section .copyright-info p {
	color: #b3b3b3;
	font-size: 11px;
	letter-spacing: 1px;
}
.footer-copyright-section .copyright-info a {
	font-weight: 600;
}
.footer-copyright-section .copyright-info a:hover, .footer-copyright-section .copyright-info a:active, .footer-copyright-section .copyright-info a:focus {
	color: #595959;
}
.footer-copyright-section .footer-social {
	margin-top: 10px;
}
.footer-social h5 {
    margin: 0 0 15px;
    color: #39536C;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-social .tpath-social-icons li,
.footer-social .tpath-social-icons.soc-icon-circle li {
    margin: 0 5px;
}
.widget .site-title {
    margin-bottom: 20px;
}
.footer-social ul.soc-icon-flat li {
    margin: 0 5px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-section .wpcf7-form .wpcf7-form-control {
	background: #423a34;
    border: 1px solid #766d66;
	color: #979797;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	line-height: 32px;
}
.footer-section .wpcf7 p {
    color: #565656;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
	line-height: 1;
}
.footer-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
	display: block;
}
.footer-section .wpcf7-form .col-sm-6.first {
    padding-right: 10px;
}
.footer-section .wpcf7-form .col-sm-6.last {
    padding-left: 10px;
}
.footer-section .wpcf7-form {
    position: relative;
}
.footer-section .app-btn .wpcf7-submit {
    border: 1px solid;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    bottom: 0;
    line-height: 2;
    position: absolute;
    right: 0;
	color: #fff;
}
.footer-section .app-btn {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
	width: 100%;
}
.footer-section .app-btn .wpcf7-submit:hover, .footer-section .app-btn .wpcf7-submit:active, .footer-section .app-btn .wpcf7-submit:focus {
	background: #2d2723;
	border-color: #766d66;
}
.footer-section div.wpcf7-validation-errors {
    display: none!important;
}
.footer-section .wpcf7-not-valid-tip {
	padding-top: 12px;
}
/* Footer Menu */
.footer-widgets .tpath-social-icons li.facebook a {
    background-image: url(../img/fb-icon.png?v=1) !important;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-widgets .tpath-social-icons li.twitter a {
    background-image: url(../img/twitter.png?v=1) !important;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-widgets .tpath-social-icons li.google-plus a {
    background-image: url(../img/g+.png?v=1) !important;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.last-btn{padding:6px;}

@media screen and (min-width: 768px){
.carousel-indicators {
	margin: 0px;
    bottom: 20px !important;
    width: 100%;z-index:9999 !important;
}
.dontate-style{max-width: 90%;}

}

@media screen and (max-width: 767px){
	.dontate-style{max-width: 90%;}
}

.recent-posts{display: none;}
.tpath_contact_info_widget .contact_info-inner .fa{padding-right:12px;}