 /*--------------------------------------------------------------
>>> Clara Web Portal Project TABLE OF CONTENTS:
----------------------------------------------------------------
# common
# header
# inner-banner
# slider
# brand
# mailchimp
# blog
	## Blog Comment
# cta
# faq
# map
# progress
# volunteer
# event
# team
# service
# about
# footer
# contact
# twitter
# countdown
# donation
# media
# search-popup
# side-menu
# History
# Sidebar 
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

/* Template Variables */

:root {
	--thm-base: #ce125c;  /* now Strong Pink, was Dark Red #cd2828 */
	--thm-primary: #8b005d; /* now Dark Purple, was Dark Blue #114f9a */
	--thm-black: #302e2f;
}

body {
	font-family: "Arimo";
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arimo";
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

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

.color-thm-base {
	color: var(--thm-base);
}

.color-thm-black {
	color: var(--thm-black);
}

.block-title {
	margin-bottom: 40px;
}

.block-title__icon {
	color: var(--thm-base);
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
}

.block-title p {
	margin: 0;
	font-size: 16px;
	color: #222222;
}

.block-title h3 {
	margin: 0;
	font-size: 50px;
	color: #222222;
	font-weight: bold;
}

.thm-btn {
	border: none;
	outline: none !important;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	background-color: #ce125c; /* was Red #e23e4e */
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding: 12.5px 32.85px;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	background-color: #222222;
	color: #fff;
}

.thm-btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 5px;
}

/* Cursor*/
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-base);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-base);
	color: #fff;
	cursor: pointer;
}

/* preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #292728;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border: 1px solid #393838;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background: var(--thm-base);
	border-color: var(--thm-base);
}

.scroll-to-top:hover i {
	color: #fff;
}

.post-pagination {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.post-pagination__two a {
	font-family: "Arimo";
	font-size: 16px;
}

.post-pagination a {
	color: #222222;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	border-radius: 2px;
	padding-left: 18.5px;
	padding-right: 18.5px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.post-pagination a.active,
.post-pagination a:hover {
	color: #fff;
	background-color: #ce125c; /* was Red #e23e4e */
	border-color: #ce125c; /* was Red #e23e4e */
}

.post-pagination a+a {
	margin-left: 10px;
}

.post-pagination a.active {
	cursor: auto;
}

.post-pagination__prev,
.post-pagination__next {
	border: none !important;
	background-color: transparent !important;
	text-decoration: underline;
	color: #222222 !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

/* datepicker */
.datepicker-dropdown {
	min-width: 300px;
}

.datepicker-dropdown table {
	width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: var(--thm-base);
	background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: var(--thm-base);
	background-image: none;
}

.google-map__contact {
	width: 100%;
	border: none;
	height: 500px;
	display: block;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header-navigation .main-navigation {
	float: right;
	text-align: right;
	-webkit-box-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: -webkit-box !important;
		display: flex !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box .dropdown-btn {
	display: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	padding: 25px 0;
	display: inline-block;
	vertical-align: middle;
	/* Second Level Menu */
	/* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
	margin-left: 40px;
}

.header-navigation ul.navigation-box>li:first-child {
	padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
	font-size: 16px;
	color: #ffffff;
	padding: 0;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	display: block;
}
.header-navigation ul.navigation-box>li>a::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
}

.header-navigation ul.navigation-box>li.current>a::before,
.header-navigation ul.navigation-box>li:hover>a::before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.header-navigation ul.navigation-box>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	float: left;
	min-width: 200px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	border-top: 4px solid var(--thm-primary);
	-webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>ul.right-align {
	left: auto;
	right: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header-navigation ul.navigation-box>li>ul.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #fff;
}

.header-navigation ul.navigation-box>li>ul>li+li {
	border-top: 1px solid #e4e4e4;
}

.header-navigation ul.navigation-box>li>ul>li>a {
	font-size: 16px;
	color: var(--thm-black);
	font-weight: 400;
	padding: 12px 20px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li:hover>a {
	color: #fff;
	background: var(--thm-base);
}


.header-navigation ul.navigation-box>li>ul>li:hover>a:after {
	color: #fff;
}

.header-navigation ul.navigation-box>li>ul>li>a {
	position: relative;
}

.header-navigation ul.navigation-box>li>ul>li>a:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--thm-black);
	font-size: 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>a:only-child:after {
	content: '';
	display: none;
}

.header-navigation ul.navigation-box>li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.header-navigation ul.navigation-box>li>ul>li>ul {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 99;
	float: left;
	min-width: 200px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	border-top: 4px solid var(--thm-base);
	-webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
	transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul>li>ul {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>ul>li>ul.right-align {
	left: auto;
	right: 100%;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header-navigation ul.navigation-box>li>ul>li>ul.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>ul>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #fff;
}

.header-navigation ul.navigation-box>li>ul>li>ul>li+li {
	border-top: 1px solid #e4e4e4;
}

.header-navigation ul.navigation-box>li>ul>li>ul>li>a {
	font-size: 16px;
	color: var(--thm-black);
	font-weight: 400;
	padding: 12px 20px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>ul>li:hover>a {
	color: #fff;
	background: var(--thm-primary);
}

.header-navigation ul.navigation-box>li>ul>li>ul {
	padding-left: 0px;
	min-width: 210px;
}

.header-navigation ul.navigation-box>li>ul>li>ul.right-align {
	padding-left: 0px;
	padding-right: 10px;
}

.header-navigation ul.navigation-box>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.header-navigation ul.navigation-box>li>ul>li ul {
	/* no more nested showen */
	display: none;
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: var(--thm-black);
	box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu ul.navigation-box>li {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width: 1200px) {

	.topbar-one .container,
	.site-header__header-one .container {
		width: 100%;
		max-width: 1400px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1439px) {

	.topbar-one .container,
	.site-header__header-one .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1199px) {

	.topbar-one .container,
	.site-header__header-one .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.topbar-one {
	background-color: #fff;
	padding: 17px 0;
}

.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.topbar-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
	}
}

.topbar-one__right,
.topbar-one__left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.topbar-one__left p {
	margin: 0;
	font-size: 14px;
	color: #222222;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.topbar-one__left p i {
	font-size: 12px;
	margin-right: 5px;
}

.topbar-one__left p span {
	font-weight: bold;
	margin-right: 10px;
}

.topbar-one__right a {
	color: #222222;
	font-size: 14px;
	line-height: 1em;
	border-bottom: 1px solid #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__right a+a {
	margin-left: 20px;
}

.topbar-one__right a:hover {
	color: var(--thm-base);
	border-color: var(--thm-base);
}

.topbar-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-left: 40px;
}

.topbar-one__social a {
	font-size: 15px;
	color: #666666;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__social a+a {
	margin-left: 20px;
}

.topbar-one__social a:hover {
	color: var(--thm-primary);
}

.site-header__header-one {
	padding-top: 40px;
}

@media (min-width: 1200px) {
	.site-header__header-one .container .logo-box {
		left: 20px;
	}
}

@media (max-width: 1439px) {
	.site-header__header-one .container .logo-box {
		left: 20px;
	}
}

@media (max-width: 1199px) {
	.site-header__header-one .container .logo-box {
		left: 15px;
	}
}

@media (min-width: 1200px) {
	.site-header__header-one .container .right-side-box {
		right: 70px;
	}
}

@media (max-width: 1439px) {
	.site-header__header-one .container .right-side-box {
		right: 20px;
	}
}

@media (max-width: 1199px) {
	.site-header__header-one .container .right-side-box {
		right: 15px;
	}
}

@media (min-width: 1200px) {
	.site-header__header-one .main-navigation {
		text-align: center;
		width: 100%;
		padding-right: 0px;
		float: none;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.header__search a::before {
	display: none;
}

.header-donation__btn:hover {
	background-color: #fff;
	color: #222222;
}

.site-header__header-one-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.site-header__header-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding-top: 25px;
}

@media (min-width: 1200px) {
	.site-header__header-two .main-navigation {
		text-align: center;
		width: 100%;
		padding-right: 0px;
		float: none;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.site-header__header-two+.slider-one {
	margin-top: 0;
}


.site-header__header-two .header-navigation ul.navigation-box>li+li {
	margin-left: 25px;
}

.site-header__header-two .main-navigation {
	justify-content: flex-end;
	padding-right: 220px;
}

.site-header__header-three {
	padding-top: 10px;
}


/*--------------------------------------------------------------
# inner-banner
--------------------------------------------------------------*/
.inner-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 140px;
	padding-top: 220px;
	margin-top: 60px;
}

.inner-banner:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 83px;
	z-index: 10;
	background-image: url(../images/shapes/slider-1-1-curv.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

@media (min-width: 1920px) {
	.inner-banner:before {
		left: 50%;
		width: 110%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.inner-banner .container {
	position: relative;
	z-index: 10;
}

.inner-banner__icon {
	color: #fff;
	font-size: 15px;
}

.inner-banner__title {
	margin: 0;
	color: #fff;
	font-size: 68px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.thm-breadcrumb {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.thm-breadcrumb li {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.thm-breadcrumb li+li:before {
	content: '\f30b';
	font-family: "Font Awesome 5 Free";
	color: var(--thm-base);
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
}

.thm-breadcrumb li a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-breadcrumb li a:hover {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.slider-one {
	position: relative;
	margin-top: 60px;
}

.slider-one:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 83px;
	z-index: 10;
	background-image: url(../images/shapes/slider-1-1-curv.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

@media (min-width: 1920px) {
	.slider-one:before {
		left: 50%;
		width: 110%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.slider-one .item {
	overflow: hidden;
}

.slider-one__icon {
	color: #fff;
	font-size: 15px;
	display: block;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-one__title {
	margin: 0;
	font-size: 68px;
	line-height: 70px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-one__tag-line {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	position: relative;
}

.slider-one__btn-block {
	margin-top: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-one__btn {
	padding: 15px 37.5px;
	background-color: var(--thm-primary);
}

.slider-one__btn-two {
	padding: 13px 35.85px;
	border: 2px solid #fff;
	background-color: transparent;
	margin-left: 11px;
}

.slider-one .thm-btn:hover {
	background-color: #fff;
	color: #222222;
}

.slider-one .active .slider-one__icon {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-one .active .slider-one__tag-line {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.slider-one .active .slider-one__btn-block {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.slider-one .owl-theme .owl-nav.disabled+.owl-dots {
	margin: 0;
}

.slider-one .owl-theme .owl-dots {
	position: absolute;
	bottom: -15px;
	right: 70px;
	width: 100%;
	text-align: right;
}

.slider-one .owl-theme .owl-dots .owl-dot {
	outline: none;
	margin: 0 7.5px;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.slider-one .owl-theme .owl-dots .owl-dot:before {
	content: '';
	width: 100%;
	background-color: #ce125c; /* was Red #e23e4e */
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.slider-one .owl-theme .owl-dots .owl-dot span {
	padding: 0px;
	margin: 0;
	border-radius: 0px;
	background-color: transparent;
	width: 150px;
	height: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover:before,
.slider-one .owl-theme .owl-dots .owl-dot.active:before {
	opacity: 1;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
	opacity: .3;
}

.slider-one__nav-left,
.slider-one__nav-right {
	color: #fff;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(calc(-50% + 90px));
	transform: translateY(calc(-50% + 90px));
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #222222;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.slider-one__nav-left i,
.slider-one__nav-right i {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 17px;
}

.slider-one__nav-left:hover,
.slider-one__nav-right:hover {
	background-color: #222222;
	color: #fff;
}

.slider-one__nav-left {
	left: 2%;
}

.slider-one__nav-right {
	right: 2%;
}

.slider-one__nav-right i {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.slider-one__nav-right i:after {
	right: -5px;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

[class*=slider-one__slider-] {
	padding-top: 230px;
	padding-bottom: 173px;
}

@media (max-width: 575px) {
	[class*=slider-one__slider-] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

.slider-two {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 264px;
}

.slider-two p {
	margin: 0;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
}

.slider-two p i {
	font-size: 15px;
	line-height: 1em;
	margin-right: 10px;
}

.slider-two h3 {
	margin: 0;
	font-size: 68px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
}

.slider-two__form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.slider-two__form-text {
	margin-bottom: 25px;
}

.slider-two__form-text p {
	font-size: 22px;
	line-height: 36px;
	font-weight: 400;
}

.slider-two__form input:not([type=submit]):not([type=checkbox]) {
	border: none;
	outline: none;
	width: 100%;
	max-width: 350px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	height: 56px;
	padding-left: 25px;
}

.slider-two__form input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.slider-two__form input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.slider-two__form input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.slider-two__form input:not([type=submit]):not([type=checkbox]):-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.slider-two__btn {
	background-color: transparent;
	border: 2px solid #fff;
	margin-left: 15px;
}

.slider-two__btn:hover {
	color: #222222;
	background-color: #fff;
}

.slider-two .mc-form__response p {
	display: inherit;
}

/*--------------------------------------------------------------
# brand
--------------------------------------------------------------*/
.brand-one {
	padding-top: 81px;
	padding-bottom: 121px;
}

@media (min-width: 1200px) {
	.brand-one .container {
		width: 100%;
		max-width: 1400px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1439px) {
	.brand-one .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1199px) {
	.brand-one .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.brand-one .owl-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: cneter;
	justify-content: cneter;
}

.brand-one .owl-item img {
	opacity: .35;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.brand-one .owl-item img:hover {
	opacity: 1;
}

.brand-one__team-page {
	background-color: #f4f4f4;
	padding: 81px 0;
}

.brand-one__event-one {
	padding: 121px 0;
}

/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/
.mailchimp-one .inner-container {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: var(--thm-primary);
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	margin-bottom: -155px;
	position: relative;
	z-index: 11;
}

.mailchimp-one__block-title p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: .2em;
}

.mailchimp-one__block-title h3 {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	margin-top: 5px;
	color: #fff;
}

.mailchimp-one__form {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	max-width: 740px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

.mailchimp-one__form input:not([type="submit"]) {
	border: none;
	outline: none;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	border-radius: 3px;
	height: 51px;
	width: 100%;
	max-width: 500px;
	color: #666666;
	padding-left: 40px;
}

.mailchimp-one__form input:not([type="submit"])::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666666;
}

.mailchimp-one__form input:not([type="submit"])::-moz-placeholder {
	/* Firefox 19+ */
	color: #666666;
}

.mailchimp-one__form input:not([type="submit"]):-ms-input-placeholder {
	/* IE 10+ */
	color: #666666;
}

.mailchimp-one__form input:not([type="submit"]):-moz-placeholder {
	/* Firefox 18- */
	color: #666666;
}

.mailchimp-one__form .thm-btn {
	margin-left: 10px;
	padding: 12.5px 52px;
}

.site-footer__style-two.mailchimp-one {
	background-color: var(--thm-primary);
	background-image: url(../images/backgrounds/mc-bg-1-1.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	position: relative;
}

.site-footer__style-two.mailchimp-one:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-primary);
	opacity: .65;
}

.site-footer__style-two.mailchimp-one .inner-container {
	margin: 0;
	background-color: transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer__style-two.mailchimp-one .mailchimp-one__block-title {
	text-align: left;
}

.site-footer__style-two.mailchimp-one .mailchimp-one__form {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	margin-top: 0;
}

.mc-form__response {
	text-align: center;
	color: #fff;
}

.mc-form__response p {
	margin: 0;
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog-one {
	padding-top: 120px;
	padding-bottom: 0;
}

.blog-one__single {
	padding: 55px 45px;
	margin-bottom: 40px;
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.blog-one__single h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #222222;
	margin: 0;
	position: relative;
}

.blog-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single h3 a:hover {
	color: var(--thm-base);
}

.blog-one__single p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	transition: all 500ms ease;
}

.blog-one__meta {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blog-one__meta:after {
	content: '';
	width: 35px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 500ms ease;
}

.blog-one__meta li+li {
	margin-left: 15px;
}

.blog-one__meta a {
	font-size: 14px;
	color: #666666;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a i {
	color: var(--thm-primary);
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover {
	color: #222222;
}

.blog-one__meta a:hover i {
	color: var(--thm-base);
}

.blog-one__more-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: var(--thm-base);
	font-size: 14px;
	line-height: 1em;
	border-bottom: 1px solid var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__more-link:hover {
	color: var(--thm-primary);
	border-color: var(--thm-primary);
}

.blog-one__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	opacity: 0;
	background-position: center center;
	transition: all 500ms ease;
	background-size: cover;
}

.blog-one__single:hover .blog-one__bg-image {
	opacity: 0.2;
}

.blog-one__single:hover {
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
}

.blog-one__single {
	transition: all 500ms ease;
	position: relative;
}

.blog-grid {
	padding-bottom: 120px;
}

.blog-grid .blog-one__single {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 80px;
}

.blog-grid .blog-one__single:hover .blog-one__image>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-grid .blog-one__single:hover .blog-one__image:before {
	opacity: 1;
}

.blog-grid .blog-one__content {
	padding-left: 45px;
	padding-right: 45px;
}

.blog-grid .blog-one__image {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	margin-bottom: 35px;
	position: relative;
}

.blog-grid .blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-grid .blog-one__image:before {
	content: '\f0c1';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 34, 34, 0.75);
	opacity: 0;
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__load-btn {
	color: #222222;
	border: 2px solid #222222;
	background-color: transparent;
	padding: 13px 40px;
	font-weight: 400;
}

.blog-one__load-btn:hover {
	color: #fff;
	background-color: var(--thm-base);
	border-color: var(--thm-base);
}

.blog-one__single:hover h3 a,
.blog-one__single:hover p,
.blog-one__single:hover .blog-one__more-link,
.blog-one__single:hover .blog-one__meta a i,
.blog-one__single:hover .blog-one__meta a {
	color: #fff;
}
.blog-one__single:hover .blog-one__more-link {
	border-color: #fff;
}

.blog-one__single:hover .blog-one__meta:after {
	background-color: #fff;
}

.blog-one__carousel {
	margin-bottom: 70px;
}

.blog-one__carousel .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	background-color: #f4f4f4 !important;
	border-radius: 2px;
	margin: 0;
	transition: all 500ms ease;
	position: relative;
	outline: none;
	margin-top: 10px;
}
.blog-one__carousel .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
}
.blog-one__carousel .owl-nav [class*=owl-]:hover {
	background-color: var(--thm-base) !important;
}

.blog-one__carousel .owl-nav [class*=owl-]::after {
	content: '\f060';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	transform: translate(-50%, -50%);
}
.blog-one__carousel .owl-nav [class*=owl-next]::after {
	transform: translate(-50%, -50%) rotate(180deg);
}
.blog-one__carousel .owl-nav [class*=owl-next] {
	margin-left: 10px;
}

.blog-one__carousel .owl-stage-outer {
	overflow: visible;
}
.blog-one__carousel .owl-stage-outer .owl-item {
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
}
.blog-one__carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/* blog two */


@media(min-width: 992px) {
	.blog-two__main-content {
		padding-right: 20px;
	}
}

.blog-two__single {
	margin-bottom: 60px;
}

.blog-two__link-post {
	margin-bottom: 60px;
}

.blog-two__image {
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: var(--thm-black);
	position: relative;
}

.blog-two__image>img {
	width: 100%;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.blog-two__single:hover .blog-two__image>img {
	opacity: .4;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-two__cat {
	background-color: var(--thm-base);
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	padding: 9px 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	bottom: 45px;
	left: 45px;
}

.blog-two__cat:hover {
	color: #fff;
	background-color: var(--thm-black);
}

.blog-two__content {
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 54px;
	padding-bottom: 55px;
}

.blog-two__content h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 15px;
}

.blog-two__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__content h3 a:hover {
	color: var(--thm-base);
}

.blog-two__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.blog-two__content p a {
	color: var(--thm-base);
	font-size: 14px;
	text-decoration: underline;
	line-height: 1em;
	position: relative;
	top: -3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__content p a:hover {
	color: var(--thm-primary);
}


.blog-two__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	margin-top: 19px;
	padding-top: 30px;
}

.blog-two__meta:before {
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	background-color: #cccccc;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-two__meta a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #666666;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta a+a {
	margin-left: 25px;
}

.blog-two__meta a i {
	color: var(--thm-primary);
	font-size: 16px;
	margin-right: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta a:hover {
	color: var(--thm-base);
}

.blog-two__meta a:hover i {
	color: var(--thm-black);
}

/* blog link post */

.blog-two__link-post {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: flex;
	border-radius: 3px;
	-webkit-box-align: center;
	align-items: center;
	background-color: var(--thm-primary);
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 95px;
	padding-right: 95px;
}

.blog-two__link-icon i {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 30px;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 2px;
	margin-right: 25px;
}

.blog-two__link-post h3 {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.blog-two__link-post h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__link-post h3 a:hover {
	color: var(--thm-base);
}

.blog-two__link-post .blog-two__meta {
	margin: 0;
	padding: 0;
}

.blog-two__link-post .blog-two__meta::before {
	display: none;
}

.blog-two__link-post .blog-two__meta a {
	color: #fff;
}

.blog-two__link-post .blog-two__meta a i {
	color: #fff;
}

.blog-two__link-post .blog-two__meta a:hover {
	color: var(--thm-base);
}

.blog-two__link-post .blog-two__meta a:hover i {
	color: var(--thm-black);
}

.blog-two__post-pagination {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 80px;
}

.blog-two__post-pagination a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-right: 2px;
	background-color: #f4f4f4;
	font-size: 16px;
	width: 82px; /* was 45px, then 110px, then 88px */
	height: 45px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__post-pagination a:hover,
.blog-two__post-pagination a.active {
	background-color: var(--thm-base);
	color: #fff;
}

.blog-two__post-pagination a.active {
	cursor: auto;
}

.blog-two__post-pagination a i {
	font-size: 14px;
}

.blog-two__post-pagination a+a {
	margin-left: 10px;
}

/* blog list page */

.blog-list__page {
	padding-top: 120px;
	padding-bottom: 120px;
}


/* blog details */

.blog-details {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media(min-width: 992px) {
	.blog-details__main-content {
		padding-right: 20px;
	}
}

.blog-details__main-content .blog-two__single:hover .blog-two__image>img {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.blog-details__content .blog-two__meta {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blog-details__content .blog-two__meta:before {
	bottom: 0;
	top: auto;
}

.blog-details__content__title {
	font-size: 36px;
	font-weight: bold;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 23px;
}

.blog-details__content p {
	margin: 0;
}

.blog-details__content p+p {
	margin-top: 20px;
}

.blog-details__highlight {
	font-size: 18px;
	line-height: 32px;
}

.blog-post__subtitle {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.blog-details__content blockquote {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: var(--thm-primary);
	padding-left: 115px;
	margin: 0;
	margin-top: 45px;
	margin-bottom: 35px;
}

.blog-details__content blockquote::before {
	content: '';
	background-image: url(../images/shapes/blog-qoute-1-1.png);
	width: 39px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.blog-details__content__image-row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.blog-details__tags {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-top: -10px;
}

.blog-details__tags a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #f4f4f4;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	padding: 7px 20px;
	margin-left: 5px;
	margin-top: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__tags a:hover {
	background-color: var(--thm-primary);
	color: #fff;
}

.blog-details__tags {
	border-bottom: 1px solid #dddddd;
	margin-top: 35px;
	padding-bottom: 45px;
	margin-bottom: 70px;
}

/*-------------------------------------------------------------- 
 ## Blog Comment
 --------------------------------------------------------------*/
 .blog-comment-one {
	 margin-bottom: 70px;
 }
.blog-comment-one__title {
	margin: 0;
	position: relative;
	color: var(--thm-black);
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.blog-comment-one__title:before {
	content: '';
	width: 40px;
	height: 2px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
}

.blog-comment-one__single {
	position: relative;
	padding-left: 105px;
}
.blog-comment-one__single + .blog-comment-one__single {
	margin-top: 55px;
}
.blog-comment-one__single > img {
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 0;
}
.blog-comment-one__single-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 10px;
}

.blog-comment-one__single p {
	margin: 0;
}

.blog-comment-one__single-top h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--thm-black);
}
.blog-comment-one__single-top span {
	color: #666666;
	margin-left: 15px;
	font-size: 14px;
}
.blog-comment-one__single-top a {
	color: var(--thm-base);
	font-size: 14px;
	border-left: 1px solid #666666;
	line-height: 18px;
	padding-left: 15px;
	margin-left: 15px;
}
.blog-comment-one__single-top a i {
	color: var(--thm-primary);
	margin-right: 7px;
}


/* blog comment form */



.blog-comment-form textarea,
.blog-comment-form input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-left: 30px;
}

.blog-comment-form textarea {
	height: 150px;
	padding-top: 20px;
}

.blog-comment-form label.error {
	color: red;
}


/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/
.cta-one {
	padding-bottom: 120px;
}

.cta-one .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-radius: 3px;
	background-color: #222222;
	background-attachment: local;
	background-position: center center;
	padding-top: 52.5px;
	padding-bottom: 52.5px;
}

@media (min-width: 992px) {
	.cta-one .inner-container {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 991px) {
	.cta-one .inner-container {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.cta-one__content h3 {
	color: #fff;
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.cta-one__content h3 span {
	font-weight: bold;
	font-size: 36px;
	margin-left: 15px;
	margin-right: 15px;
}

.cta-one__content h3 i {
	font-size: 15px;
}

.cta-one__content p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	margin-top: 10px;
}

.cta-one__btn-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.cta-one__btn {
	padding: 15px 37.5px;
	background-color: var(--thm-primary);
}

.cta-one__btn-two {
	padding: 13px 35.85px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
	margin-left: 15px;
}

.cta-one .thm-btn:hover {
	border-color: white;
	background-color: #fff;
	color: #222222;
}

.cta-one__home-two {
	padding-bottom: 0;
	padding-top: 120px;
}

.cta-one__team-page {
	padding-top: 80px;
	padding-bottom: 120px;
}

.cta-one__about-us-page {
	background-color: #f4f4f4;
	padding-top: 0;
	padding-bottom: 120px;
}

.cta-three {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--thm-primary);
	padding: 100px 0;
}

.cta-three .block-title {
	margin-bottom: 0;
}

.cta-three .block-title p,
.cta-three .block-title h3 {
	color: #ffffff;
}

.cta-three__text {
	margin-top: 15px;
	margin-bottom: 35px;
}

.cta-three__text p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}

.cta-three .thm-btn:hover {
	background-color: #fff;
	color: #222222;
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
.faq-one {
	background-color: var(--thm-primary);
	position: relative;
	padding-top: 50px;
}

.faq-one .block-title p,
.faq-one .block-title h3 {
	color: #fff;
}

.faq-one__floted-text {
	position: absolute;
	top: -23%;
	left: 2%;
	color: #fff;
	opacity: .03;
	font-size: 220px;
	font-weight: bold;
	margin: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.faq-one .container-fluid {
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.faq-one__accrodion-wrap {
	width: 100%;
	max-width: 612px;
	margin-left: auto;
	margin-right: 60px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.faq-one__images {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: 15px;
}

@media (max-width: 1440px) {
	.faq-one__images {
		padding-right: 15px;
	}
}

@media (min-width: 1441px) {
	.faq-one .row.high-gutters {
		margin-left: -20px;
		margin-right: -20px;
	}

	.faq-one .row.high-gutters [class*=col-] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.faq-one__images {
	position: relative;
	top: 50px;
}

.faq-one__accrodion .accrodion+.accrodion {
	margin-top: 25px;
}

.faq-one__accrodion .accrodion.active .accrodion-title {
	background: var(--thm-base);
}

.faq-one__accrodion .accrodion.active .accrodion-title h4:before {
	content: '-';
	-webkit-transform: translateY(-50%) scale(1.5);
	transform: translateY(-50%) scale(1.5);
}

.faq-one__accrodion .accrodion-title {
	cursor: pointer;
	padding: 13px 0;
	border-radius: 3px;
	background-color: #245da2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.faq-one__accrodion .accrodion-title h4 {
	margin: 0;
	padding: 0 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.faq-one__accrodion .accrodion-title h4 {
		padding-right: 30px;
	}
}

.faq-one__accrodion .accrodion-title h4:before {
	content: '+';
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-one__accrodion .accrodion-content {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 35px;
}

.faq-one__accrodion .accrodion-content p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

/*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
.map-one {
	padding: 120px 0 90px;
}

.map-one .block-title h3 {
	font-size: 36px;
	line-height: 44px;
}

.map-one__map p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 30px;
}

.map-one__map .wrapper-box {
	margin-top: 75px;
	position: relative;
	height: 400px;
	width: 100%;
}

.map-one__map .wrapper-box:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/resources/map-1-2.jpg) center center no-repeat;
	background-size: 100% auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map-one__map .location-point {
	position: absolute;
	left: 12%;
	top: 18%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--thm-base);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.map-one__map .location-point:nth-child(2) {
	left: 36%;
	top: 43%;
}

.map-one__map .location-point:nth-child(3) {
	left: auto;
	right: 25%;
	top: 24%;
}

.map-one__map .location-point:nth-child(4) {
	left: 49%;
	bottom: 23%;
	top: inherit;
}

.map-one__map .location-point:nth-child(5) {
	left: auto;
	right: 25%;
	top: 63%;
}

.map-one__map .location-point:after {
	position: absolute;
	content: '+';
	left: 5.5px;
	top: -3.5px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.map-one__map .location-point:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	opacity: .2;
}

.map-one__map .location-point:nth-child(1):before,
.map-one__map .location-point:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.map-one__map .location-point .content {
	opacity: 0;
	position: relative;
	min-width: 130px;
	bottom: 65px;
	left: -50px;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	background: var(--thm-base);
	font-size: 15px;
	padding: 16.5px 10px;
	text-align: center;
	border-radius: 3px;
	z-index: 9;
	pointer-events: none;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.1);
}

.map-one__map .location-point:hover .content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.map-one__map .location-point:hover {
	background-color: #fff;
}

.map-one__map .location-point:hover:after {
	color: #222222;
}

.map-one__map .location-point .text {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #ffffff;
}

.map-one__carousel .owl-dots .owl-dot {
	outline: none;
	margin-top: 35px;
}

.map-one__carousel .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.1);
	width: 12px;
	height: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.map-one__carousel .owl-dots .owl-dot:hover span,
.map-one__carousel .owl-dots .owl-dot.active span {
	background-color: var(--thm-primary);
	border-color: var(--thm-primary);
}

/*--------------------------------------------------------------
# progress
--------------------------------------------------------------*/
.progress-one {
	padding-bottom: 120px;
}

.progress-one .inner-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 78.5px;
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
}

@media (min-width: 1200px) {
	.progress-one .inner-container {
		padding-left: 95px;
		padding-right: 95px;
	}
}

.progress-one .block-title {
	margin-bottom: 20px;
}

.progress-one .block-title p,
.progress-one .block-title h3 {
	color: #ffffff;
}

.progress-one__content {
	position: relative;
	padding-top: 78.5px;
}

.progress-one__floated-icon {
	font-size: 383px;
	color: #fff;
	opacity: .05;
	position: absolute;
	top: 12%;
	right: 0;
}

.progress-one__content-text p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.progress-one__box {
	padding-top: 118.5px;
}

@media (min-width: 1200px) {
	.progress-one__box {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.progress-one__box-single+.progress-one__box-single {
	margin-top: 40px;
}

.progress-one__box-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.progress-one__box-top h3 {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
}

.progress-one__box-top p {
	color: var(--thm-base);
	font-size: 16px;
	margin: 0;
	line-height: 1em;
}

.progress-one__box-bar {
	width: 100%;
	position: relative;
	height: 3px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.2);
}

.progress-one__box-bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #357dd4;
}

/*--------------------------------------------------------------
# volunteer
--------------------------------------------------------------*/
.volunteer-form-one {
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
	padding: 100px 0;
}

.volunteer-form-one .container {
	position: relative;
}

.volunteer-form-one__floated-icon {
	font-size: 475px;
	color: #fff;
	opacity: .05;
	position: absolute;
	top: 10%;
	right: calc(100% - 150px);
}

.volunteer-form-one .block-title__icon {
	color: var(--thm-base);
}

.volunteer-form-one .block-title {
	margin-bottom: 0;
}

.volunteer-form-one .block-title p,
.volunteer-form-one .block-title h3 {
	color: #ffffff;
}

@media (min-width: 992px) {
	.volunteer-form-one__content {
		padding-right: 40px;
	}
}

.volunteer-form-one__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 25px;
}

.volunteer-form-one__form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.volunteer-form-one__form .row>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.volunteer-form-one__form input:not([type=submit]):not([type=checkbox]) {
	border: none;
	outline: none;
	background-color: #083062;
	display: block;
	border-radius: 3px;
	height: 65px;
	width: 100%;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
}
.volunteer-form-one__form ::placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, 0.7);
}
.volunteer-form-one__form input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7);
}

.volunteer-form-one__form input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}

.volunteer-form-one__form input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.7);
}

.volunteer-form-one__form input:not([type=submit]):not([type=checkbox]):-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.7);
}

.volunteer-form-one__form-btn {
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.volunteer-form-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.volunteer-form-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.volunteer-form-one__form .bootstrap-select .show>.btn-light.dropdown-toggle {
	color: rgba(255, 255, 255, 0.7);
	background-color: #083062 !important;
}

.volunteer-form-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	margin-bottom: 20px;
}

.volunteer-form-one__form .bootstrap-select>.dropdown-toggle {
	border: none;
	outline: none;
	width: 100%;
	height: 65px;
	background-color: #083062;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 65px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.7);
}

.volunteer-form-one__form ul.special-checkbox {
	margin-top: 15px;
	margin-bottom: 35px;
}

.volunteer-form-one__form ul.special-checkbox li {
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
}

.volunteer-form-one__form ul.special-checkbox li+li {
	margin-top: 15px;
}

.volunteer-form-one__form ul.special-checkbox li .input-checker {
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-right: 10px;
	background-color: transparent;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.volunteer-form-one__form ul.special-checkbox li .input-checker input[type='checkbox'] {
	display: none;
}

.volunteer-form-one__form ul.special-checkbox li.active .input-checker {
	border-color: transparent;
}

.volunteer-form-one__form ul.special-checkbox li.active .input-checker:before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# event
--------------------------------------------------------------*/
.event-one {
	overflow: hidden;
}

.event-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.event-one__single {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 235px;
}

.event-one__single:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62.5%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .9;
}

.event-one__single p {
	margin: 0;
	color: #ffffff;
}

.event-one__single h3 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	width: 85%;
	margin-top: 5px;
}

.event-one__single h3 a {
	color: inherit;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-one__single h3 a:hover {
	color: var(--thm-base);
}

.event-one__content {
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
}

@media (max-width: 1440px) {
	.event-one__content {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.event-one__event-page {
	padding-top: 65px;
	background-color: #f4f4f4;
}

.event-one__event-page .block-title h3 {
	font-weight: 400;
}

.event-two {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #CDD7DB;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.event-two .block-title__icon {
	color: var(--thm-primary);
}


.event-two__content-text {
	margin-bottom: 30px;
}

.event-two__content-text p {
	margin: 0;
	color: #222222;
	font-size: 16px;
	line-height: 28px;
}

.event-two__content {
	padding-right: 60px;
}

.event-two__content>p {
	margin: 0;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	color: #222222;
	font-weight: bold;
	font-size: 16px;
}

.event-two__content>p i {
	color: var(--thm-primary);
	font-size: 16px;
	margin-right: 10px;
}

.event-two__btn {
	margin-top: 35px;
}

.event-two__thumb {
	width: 100%;
	max-width: 555px;
	margin-top: 80px;
}

.event-two__thumb h3 {
	margin: 0;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.event-two__thumb-img-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.event-two__thumb-img-wrap img {
	border-radius: 3px;
}

.event-two__thumb-img+.event-two__thumb-img {
	margin-left: 20px;
}


.event-three {
	padding-top: 120px;
	padding-bottom: 70px; /* was 120px */
}

.event-three__single {
	position: relative;
	margin-bottom: 80px;
}


.event-four__image,
.event-three__image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.event-four__image>img,
.event-three__image>img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	width: 100%;
}

.event-four__image>a,
.event-three__image>a {
	position: absolute;
	z-index: 10;
	background-color: rgba(34, 34, 34, 0.85);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	height: 0%;
	-webkit-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

.event-four__image>a i,
.event-three__image>a i {
	background-color: #fff;
	color: #222222;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}

.event-four__single:hover .event-four__image>img,
.event-three__single:hover .event-three__image>img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.event-four__single:hover .event-four__image>a,
.event-three__single:hover .event-three__image>a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	height: 100%;
}

.event-four__single:hover .event-four__image>a i,
.event-three__single:hover .event-three__image>a i {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}

.event-three__content {
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	padding-top: 49px;
	padding-bottom: 39px;
}

.event-three__date {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-radius: 3px;
	background-color: var(--thm-base);
	position: absolute;
	left: 35px;
	bottom: calc(100% - 18px);
	z-index: 10;
}

.event-three__date span {
	font-weight: 300;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.event-three__content h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 15px;
}

.event-three__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-three__content h3 a:hover {
	color: var(--thm-base);
}

.event-three__location {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	color: #666666;
	padding-bottom: 14px;
}

.event-three__location::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #cccccc;
}

.event-three__location i {
	color: var(--thm-primary);
	font-size: 18px;
	margin-right: 8px;
}

.event-three__text {
	margin-top: 27px;
}

.event-three__text p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.event-four {
	padding-top: 60px;
	padding-bottom: 120px;
}

.event-four__single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-bottom: 60px;
	padding-top: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	flex-wrap: wrap;
}

.event-four__single:hover {
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.event-four__single+.event-four__single {
	border-top: 1px solid #dddddd;
}

.event-four__image-wrap {
	width: 400px;
}

.event-four__content {
	-webkit-box-flex: 1;
	flex: 1 1 calc(100% - 400px);
	max-width: calc(100% - 400px);
	padding-left: 50px;
	padding-right: 50px;
}

.event-four__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	padding-bottom: 13px;
}

.event-four__meta::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #cccccc;
	position: absolute;
	bottom: 0;
	left: 0;
}

.event-four__meta a {
	color: #666666;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.event-four__meta a+a {
	margin-left: 25px;
}

.event-four__meta a i {
	color: var(--thm-base);
	font-size: 16px;
	margin-right: 9px;
}

.event-four__meta a i.fa-map-marker-alt {
	font-size: 18px;
}

.event-four__meta a:hover {
	color: var(--thm-primary);
}

.event-four__content h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	color: var(--thm-black);
	margin-top: 30px;
	margin-bottom: 10px;
}

.event-four__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-four__content h3 a:hover {
	color: var(--thm-primary);
}

.event-four__content p {
	margin: 0;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.event-four__more-btn {
	background-color: var(--thm-primary);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Event Five
--------------------------------------------------------------*/

.event-five__single + .event-five__single {
	border-top: 1px solid #a6b6bd;
	padding-top: 50px;
	margin-top: 50px;
}

.event-five__single {
	position: relative;
	padding-left: 98px;
	margin-right: 35px;
}

.event-five__date {
	text-align: center;
	width: 60px;
	font-size: 16px;
	color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
	font-weight: 700;
	border-bottom: 3px solid var(--thm-base);
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 12px;
}
.event-five__single + .event-five__single .event-five__date {
	top: 50px;
}

.event-five__date span {
	display: block;
	font-size: 40px;
	margin-bottom: 7px;
}

.event-five__meta {
	display: flex;
	margin: 0;
	align-items: center;
}
.event-five__meta li a {
	color: #666666;
	font-size: 16px;
	color: inherit;
	transition: all 500ms ease;
}
.event-five__meta li + li {
	margin-left: 25px;
}
.event-five__meta li a:hover {
	color: var(--thm-black);
}
.event-five__meta li a i {
	font-size: 16px;
	color: var(--thm-primary);
	margin-right: 7px;
}
.event-five__meta li a:hover i {
	color: var(--thm-base);
}
.event-five__content h3 {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	color: var(--thm-black);
	position: relative;
	top: -5px;
	margin-bottom: 11px;
}
.event-five__content h3 a {
	color: inherit;
	transition: all 500ms ease;
}
.event-five__content h3 a:hover {
	color: var(--thm-base);
}

.event-five__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: var(--thm-black);
	margin-bottom: 30px;
}
.event-two__btn {
	margin-top: 55px;
	margin-left: 98px;
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-one {
	padding-top: 120px;
	padding-bottom: 50px;
}

.team-one__single {
	padding: 45px 0px 40px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	border-radius: 3px;
	background-color: #f4f4f4;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 30px;
}

.team-one__single:hover {
	background-color: var(--thm-primary);
}

.team-one__single:hover .team-one__image>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.team-one__single:hover .team-one__image-hover {
	opacity: 1;
}

.team-one__single:hover .team-one__content h3,
.team-one__single:hover .team-one__content p {
	color: #fff;
}

.team-one__image {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
}

.team-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.team-one__image-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(34, 34, 34, 0.7);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__image-hover a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__image-hover a:hover {
	color: var(--thm-base);
}

.team-one__image-hover a+a {
	margin-left: 10px;
}

.team-one__content {
	text-align: center;
}

.team-one__content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	margin: 0;
}

.team-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__content h3 a:hover {
	color: #fff;
}

.team-one__content p {
	color: var(--thm-base);
	margin: 0;
	margin-top: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__team-page {
	padding-top: 105px;
}

.team-one__team-page .block-title {
	margin-bottom: 60px;
}

.team-one__team-page .block-title h3 {
	margin-top: 0;
	font-weight: 400;
}

.team-one__team-page .block-title p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
	margin-top: 20px;
}

.team-one__about-us-page {
	background-color: #f4f4f4;
	padding-bottom: 50px;
}

.team-one__about-us-page .team-one__single {
	background-color: #fff;
}

.team-one__about-us-page .team-one__single:hover {
	background-color: var(--thm-primary);
}

.team-two {
	padding-top: 35px;
	padding-bottom: 40px;
}

.team-two__single {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background-color: #000;
}

.team-two__single:hover .team-two__image>img {
	opacity: .75;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.team-two__single:hover .team-two__social {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.team-two__single:hover .team-two__content h3 a {
	color: #fff;
}

.team-two__single:hover .team-two__content p {
	color: var(--thm-base);
}

.team-two__image {
	position: relative;
}

.team-two__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__image:before {
	content: '';
	width: 100%;
	height: 150px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.team-two__social {
	position: absolute;
	top: 50px;
	right: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__social a {
	color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__social a+a {
	margin-top: 5px;
}

.team-two__social a:hover {
	color: #fff;
}

.team-two__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-left: 35px;
	padding-bottom: 25px;
}

.team-two__content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.team-two__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__content h3 a:hover {
	color: var(--thm-primary);
}

.team-two__content p {
	margin: 0;
	margin-top: 5px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__content p:hover {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service-one {
	padding-bottom: 100px;
	counter-reset: service-one-counter;
}

.service-one .container {
	position: relative;
	z-index: 10;
	margin-top: -20px;
}

.service-one__single {
	position: relative;
	margin-bottom: 50px;
}

.service-one__single:hover .service-one__image>img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service-one__single:hover .service-one__image>a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	height: 100%;
}

.service-one__single:hover .service-one__image>a i {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}

.service-one__image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.service-one__image>img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	width: 100%;
}

.service-one__image>a {
	position: absolute;
	z-index: 10;
	background-color: rgba(130, 5, 88, 0.9); /* was Dark Blue rgba(9, 39, 76, 0.9) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	height: 0%;
	-webkit-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

.service-one__image>a i {
	color: #ffffff;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 100px;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
}

.service-one__content {
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 50px;
	background-color: #fff;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	position: relative;
}

.service-one__content:before {
	counter-increment: service-one-counter;
	content: counter(service-one-counter);
	color: var(--thm-primary);
	position: absolute;
	font-size: 155px;
	font-weight: bold;
	line-height: 1em;
	top: 30px;
	right: 25px;
	opacity: .04;
}

.service-one__content i {
	color: var(--thm-base);
	font-size: 80px;
}

.service-one__content h3 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 10px;
}

.service-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-one__content h3 a:hover {
	color: var(--thm-primary);
}

.service-one__content p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
}

.service-one__home-two .container {
	margin-top: 0;
}

.service-one__home-two .service-one__content:before {
	display: none;
}

.service-one__home-two .service-one__content {
	padding-top: 45px;
	padding-bottom: 45px;
}

.service-one__home-two .service-one__content p {
	margin-bottom: 20px;
}

.service-one__home-two .service-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.service-one__home-two .service-one__top i {
	font-size: 35px;
}

.service-one__home-two .service-one__top h3 {
	margin: 0;
	margin-left: 15px;
}

.service-one__about-page {
	padding-top: 120px;
	padding-bottom: 70px;
}

.service-one__about-page .container {
	margin-top: 0;
}

.service-one__link {
	display: inline-block;
	vertical-align: middle;
	color: var(--thm-primary);
	font-size: 14px;
	line-height: 1em;
	border-bottom: 1px solid var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-one__link:hover {
	color: var(--thm-base);
	border-color: var(--thm-base);
}

.service-one__service-page {
	padding-bottom: 0;
	padding-top: 120px;
}

.service-one__service-page .service-one__content {
	padding: 0;
	box-shadow: none;
	padding-left: 55px;
}

.service-one__service-page .service-one__content::before {
	display: block;
	font-size: 240px;
	top: 0;
}

.service-one__service-page .service-one__top {
	margin-left: -55px;
}

.service-one__service-page .service-one__top i {
	width: 35px;
}

.service-one__service-page .service-one__top h3 {
	margin-left: 20px;
}

.service-one__service-page .service-one__top h3:after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #dddddd;
	display: block;
	margin-top: 10px;
}

.service-two {
	padding-top: 155px;
	padding-bottom: 95px;
}

.service-two .container-fluid {
	max-width: 1255px;
	width: 100%;
}

.service-two__content-column {
	-webkit-box-flex: 1;
	flex: 1 1 41%;
	max-width: 41%;
	padding-left: 15px;
	padding-right: 15px;
}

.service-two__content {
	padding-top: 45px;
	padding-right: 46px;
}

.service-two__content .block-title {
	margin-bottom: 25px;
}

.service-two__content-text {
	margin-bottom: 25px;
}

.service-two__content-text p {
	margin: 0;
}

.service-two__content-list {
	margin-bottom: 50px;
}

.service-two__content-list li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}

.service-two__content-list li+li {
	margin-top: 20px;
}

.service-two__content-list li i {
	color: var(--thm-primary);
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-two__box-column {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 1;
	flex: 1 1 59%;
	max-width: 59%;
}

.service-two__box-column [class*=col-]:nth-child(even) {
	margin-top: -30px;
}

.service-two__box-single {
	background-color: #f4f4f4;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-two__box-single:hover {
	background-color: var(--thm-primary);
}

.service-two__box-single:hover i {
	background-color: var(--thm-base);
	color: #fff;
}

.service-two__box-single:hover h3 {
	color: #fff;
}

.service-two__box-single i {
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 95px;
	color: #222222;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-two__box-single h3 {
	color: #222222;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.service-two__box-single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-two__service-page {
	padding-top: 95px;
}

.service-three {
	padding-top: 120px;
	padding-bottom: 110px;
}

@media (min-width: 1200px) {
	.service-three .container {
		max-width: 915px;
	}
}

.service-three .block-title {
	margin-bottom: 0;
}

.service-three__content {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 25px;
}

.service-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.service-three__column {
	-webkit-box-flex: 1;
	flex: 1 1 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.service-three__single {
	text-align: center;
	margin-top: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-three__single i {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	background-color: #f4f4f4;
	font-size: 65px;
	color: #666666;
	display: -webkit-box;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	border-radius: 3px;
	border-bottom: 1px solid var(--thm-base);
	background-color: #fff;
}
  
.service-three__single h3 {
	margin: 0;
	margin-top: 35px;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.service-three__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-three__single:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.service-three__single:hover i {
	background-color: var(--thm-base);
	color: #ffffff;
}

.service-four {
	padding: 120px 0;
	position: relative;
}

.service-four__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-four .container {
	position: relative;
}

.service-four__single {
	padding-top: 46px;
	padding-bottom: 46px;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-four__single:hover {
	background-color: var(--thm-primary);
}

.service-four__single-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-primary);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-four__single:hover .service-four__single-bg {
	opacity: 0.3;
}

.service-four__single h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--thm-black);
	margin-bottom: 15px;
	position: relative;
}

.service-four__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-four__single h3 a:hover {
	color: #fff;
}

.service-four__single p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-four__single:hover h3 a,
.service-four__single:hover p {
	color: #fff;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about-one {
	background-color: var(--thm-primary);
	padding-bottom: 80px;
}

.about-one .container-fluid {
	width: 100%;
	max-width: 1325px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.about-one__floated-icon {
	position: absolute;
	top: 100px;
	left: calc(100% - 80px);
	color: #fff;
	opacity: .05;
	font-size: 385px;
}

.about-one__video-column {
	-webkit-box-flex: 1;
	flex: 1 1 54%;
	max-width: 54%;
	padding-left: 15px;
	padding-right: 15px;
}

.about-one__video {
	margin-top: -30px;
	z-index: 10;
	position: relative;
}

.about-one__video>img {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.about-one__video .video-popup {
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	background-color: var(--thm-base);
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-one__video .video-popup:hover {
	background-color: #222222;
}

.about-one__video .video-popup:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .4;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	-webkit-animation: videoBtnAnim 3s ease-in infinite;
	animation: videoBtnAnim 3s ease-in infinite;
	z-index: -1;
}

.about-one__video .video-popup:after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .15;
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	-webkit-animation: videoBtnAnim 5s ease-in-out infinite;
	animation: videoBtnAnim 5s ease-in-out infinite;
	z-index: -1;
}

.about-one__content-column {
	-webkit-box-flex: 1;
	flex: 1 1 46%;
	max-width: 46%;
	padding-left: 15px;
	padding-right: 15px;
}

.about-one__content {
	padding-top: 100px;
	padding-left: 50px;
}

.about-one__content .block-title {
	margin-bottom: 10px;
}

.about-one__content .block-title p,
.about-one__content .block-title h3,
.about-one__content .block-title i {
	color: #fff;
}

.about-one__content h4 {
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}

.about-one__content-text {
	margin-bottom: 40px;
}

.about-one__content-text p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin: 0;
}

@-webkit-keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.about-one__about-me {
	margin-top: 30px;
}

.about-one__about-me .about-one__content-text {
	margin-top: 10px;
	margin-bottom: 50px;
}

.about-one__about-me .about-one__content-text p {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	font-family: "Merriweather";
}

.about-two {
	padding-top: 120px;
	padding-bottom: 120px;
}

.about-two .nav-tabs {
	margin: 0;
	-webkit-box-pack: center;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 50px;
}

.about-two .nav-tabs .nav-item {
	margin: 0;
	margin-bottom: -1px;
}

.about-two .nav-tabs .nav-item .nav-link {
	border: none !important;
	font-size: 20px;
	color: var(--thm-primary);
	font-weight: bold;
	padding: 0 26.75px 15px;
	position: relative;
	text-align: center;
}

.about-two .nav-tabs .nav-item .nav-link:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--thm-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two .nav-tabs .nav-item .nav-link:after {
	content: '';
	background-image: url(../images/shapes/tab-arrow-1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 19px;
	height: 10px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	z-index: 10;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two .nav-tabs .nav-item .nav-link:hover,
.about-two .nav-tabs .nav-item .nav-link:active,
.about-two .nav-tabs .nav-item .nav-link:focus,
.about-two .nav-tabs .nav-item .nav-link.active {
	color: var(--thm-base);
	border: none;
}

.about-two .nav-tabs .nav-item .nav-link:hover:before,
.about-two .nav-tabs .nav-item .nav-link:hover:after,
.about-two .nav-tabs .nav-item .nav-link:active:before,
.about-two .nav-tabs .nav-item .nav-link:active:after,
.about-two .nav-tabs .nav-item .nav-link:focus:before,
.about-two .nav-tabs .nav-item .nav-link:focus:after,
.about-two .nav-tabs .nav-item .nav-link.active:before,
.about-two .nav-tabs .nav-item .nav-link.active:after {
	opacity: 1;
}


.about-two__content p {
	margin: 0;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.about-two__list {
	margin: 0;
	margin-top: 35px;
	border-top: 1px solid #eeeeee;
}

.about-two__list li {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #eeeeee;
	padding-left: 15px;
	line-height: 50px;
}

.about-two__content .accrodion-grp {
	margin-top: 30px;
}

.about-two__content .accrodion {
	border-top: 1px solid #e7e7e7;
}

.about-two__content .accrodion.active {
	border-top-color: var(--thm-base);
}

.about-two__content .accrodion:last-of-type {
	border-bottom: 1px solid #e7e7e7;
}

.about-two__content .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--thm-black);
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	padding-top: 26.5px;
	padding-bottom: 26.5px;
	transition: all 500ms ease;
}

.about-two__content .accrodion.active .accrodion-title h4 {
	color: var(--thm-base);
}
.about-two__content .accrodion-title h4::before {
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(../images/shapes/faq-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	transition: all 500ms ease;
}

.about-two__content .accrodion.active .accrodion-title h4::before {
	background-image: url(../images/shapes/faq-minus.png);
}

.about-two__content .accrodion-content {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	top: -10px;
	padding-bottom: 25px;
}

.about-two__content .accrodion-content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.about-me-header {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 225px;
	padding-bottom: 170px;
}

.about-me-header:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 83px;
	z-index: 10;
	background-image: url(../images/shapes/slider-1-1-curv.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

@media (min-width: 1920px) {
	.about-me-header:before {
		left: 50%;
		width: 110%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.about-me-header__content h3 {
	margin: 0;
	color: #ffffff;
	font-size: 68px;
	line-height: 1em;
	font-weight: bold;
}

.about-me-header__content p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}

.about-me-header__icon {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.about-me-header__icon:before,
.about-me-header__icon:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}

.about-me-header__icon i {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	color: #fff;
}

.about-three {
	padding-top: 0;
	padding-bottom: 100px;
}

.about-three .block-title {
	margin-bottom: 25px;
}

.about-three__image-gallery {
	margin-left: -10px;
	margin-right: -10px;
	margin-right: 55px;
}

.about-three__image-gallery>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.about-three__text p {
	font-size: 16px;
	line-height: 28px;
}

.about-three__list {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 40px;
}

.about-three__list li {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
}

.about-three__list li+li {
	margin-top: 3px;
}

.about-three__list li i {
	font-size: 12px;
	color: var(--thm-primary);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer__wrapper {
	background-color: #061a33;
	position: relative;
}

.site-footer__wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 83px;
	z-index: 10;
	background-image: url(../images/shapes/footer-curv-1-1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

@media (min-width: 1920px) {
	.site-footer__wrapper:before {
		left: 50%;
		width: 110%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.site-footer__style-two:before {
	display: none;
}

.site-footer__upper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 230px;
	padding-bottom: 20px;
}

.site-footer__upper .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.site-footer__style-two .site-footer__upper {
	padding-top: 60px;
}

.site-footer__logo {
	margin-bottom: 30px;
}

.site-footer__counter {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer__counter-single {
	margin-bottom: 30px;
}

.site-footer__counter-single h3 {
	margin: 0;
	line-height: 1em;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}

.site-footer__counter-single p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.site-footer__counter-single+.site-footer__counter-single {
	margin-left: 70px;
}

.site-footer__bottom {
	padding-top: 30px;
	padding-bottom: 50px;
}

.site-footer__bottom p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	margin: 0;
}

.site-footer__bottom p a {
	color: var(--thm-base);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.site-footer__bottom p a:hover {
	color: #fff;
}

.site-footer {
	padding-top: 60px;
}

.footer-widget__title {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1em;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget .list-unstyled {
	margin-bottom: 0;
}

.footer-widget p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

@media (min-width: 992px) {

	.footer-widget__contact-widget,
	.footer-widget__links-widget {
		padding-left: 65px;
	}
}

.footer-widget__links {
	margin-top: -15px;
}

.footer-widget__links li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-widget__links li a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	padding-left: 0;
	position: relative;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.footer-widget__links li a:before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--thm-primary);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.footer-widget__links li a:hover {
	padding-left: 25px;
	color: var(--thm-base);
}

.footer-widget__links li a:hover:before {
	opacity: 1;
}

.footer-widget__contact-info li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}

.footer-widget__contact-info li+li {
	margin-top: 10px;
}

.footer-widget__contact-info li a {
	color: inherit;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.footer-widget__contact-info li a:hover {
	color: var(--thm-primary);
}

.footer-widget__contact-info li i {
	font-size: 18px;
	color: var(--thm-base);
	position: absolute;
	top: 5px;
	left: 0;
}

.footer-widget__contact-info li i.fa-phone-alt {
	font-size: 16px;
}

.footer-widget__social {
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-widget__social a {
	color: rgba(255, 255, 255, 0.3);
	font-size: 16px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget__social a:hover {
	color: #fff;
}

.footer-widget__social a+a {
	margin-left: 18px;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-one {
	padding-top: 80px;
	padding-bottom: 120px;
}

.contact-one .google-map__contact {
	width: 100%;
	height: 635px;
	display: block;
	border: none;
}

.contact-one__form {
	padding-left: 20px;
}

.contact-one__form .input-group+.input-group {
	margin-top: 30px;
}

.contact-one__form .input-group label {
	width: 100%;
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 11px;
}

.contact-one__form .input-group textarea,
.contact-one__form .input-group input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #dddddd;
}

.contact-one__form .input-group textarea {
	height: 150px;
}

.contact-one__form .input-group label.error {
	color: red;
}

.contact-info-one {
	padding-top: 120px;
}

.contact-info-one .block-title {
	margin-bottom: 60px;
}

.contact-info-one .block-title__text {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
	margin-top: 20px;
}

.contact-info-one__single {
	padding-top: 55.5px;
	padding-bottom: 55.5px;
	margin-bottom: 40px;
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.contact-info-one__single h3 {
	margin: 0;
	font-size: 24px;
	color: var(--thm-primary);
	font-weight: bold;
	margin-bottom: 15px;
}

.contact-info-one__single p {
	font-size: 16px;
	line-height: 28px;
	color: #222222;
	margin: 0;
}

.contact-info-one__single p a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.contact-info-one__single p a:hover {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# twitter
--------------------------------------------------------------*/
.twitter-one {
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
	padding-top: 81.5px;
	padding-bottom: 81.5px;
	position: relative;
}

.twitter-one:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 83px;
	z-index: 10;
	background-image: url(../images/shapes/slider-1-1-curv.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

@media (min-width: 1920px) {
	.twitter-one:before {
		left: 50%;
		width: 110%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.twitter-one__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .2;
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-blend-mode: multiply;
}

.twitter-one .container {
	position: relative;
}

@media (min-width: 1200px) {
	.twitter-one .container {
		max-width: 780px;
	}
}

.twitter-one__single p {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	margin-top: 10px;
}

.twitter-one__single p a {
	color: #5fb2ff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.twitter-one__single p a:hover {
	color: var(--thm-base);
}

.twitter-one__single h3 {
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.twitter-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.twitter-one__single h3 a:hover {
	color: var(--thm-primary);
}

.twitter-one__icon {
	font-size: 30px;
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# countdown
--------------------------------------------------------------*/
.countdown-one .inner-container {
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 3px;
	background-color: var(--thm-primary);
	box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	background-image: url(../images/shapes/countdown-bg-1-1.jpg);
	position: relative;
	border-radius: 15px;
	margin-top: -120.5px;
	z-index: 10;
}

.countdown-one__content {
	text-align: center;
}

.countdown-one__content h3 {
	margin: 0;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}

.countdown-one__content p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: .2em;
}

.countdown-one__list {
	padding-right: 65px;
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.countdown-one__list li {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.countdown-one__list li+li {
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid rgba(221, 221, 221, 0.2);
}

.countdown-one__list li h3 {
	margin: 0;
	font-size: 60px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}

.countdown-one__list li span {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 1em;
	font-size: 16px;
}

/*--------------------------------------------------------------
# donation
--------------------------------------------------------------*/
.donation-one {
	background-color: #8b005d; /* now Dark Purple, was Dark Blue #09274c */
	padding: 100px 0;
}

.donation-one .block-title {
	margin-bottom: 10px;
}

.donation-one .block-title h3,
.donation-one .block-title p {
	color: #fff;
}

.donation-one .block-title__icon {
	color: #fff;
}

.donation-one .container {
	position: relative;
}

.donation-one__floated-icon {
	font-size: 383px;
	color: #fff;
	opacity: .05;
	position: absolute;
	top: -60px;
	left: -90px;
}

.donation-one__content-text p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}

.donation-one__amounts {
	margin-left: 30px;
}

.donation-one__list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.donation-one__list li {
	-webkit-box-flex: 1;
	flex: 1 1 25%;
	max-width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.donation-one__list li a {
	text-align: center;
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, .3);
	border-radius: 3px;
	color: #fff;
	padding: 22.5px 0;
	font-size: 22px;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.donation-one__list li a:hover {
	background-color: #fff;
	color: #222222;
	text-shadow: 0 0 1px #222222;
	border-color: #fff;
}

.donation-one__list li.active a {
	background-color: #fff;
	color: #222222;
	text-shadow: 0 0 1px #222222;
}

.donation-one__btn {
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 19.5px;
	padding-bottom: 19.5px;
}

.donation-one__btn:hover {
	background-color: #fff;
	color: #222222;
}

/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
.media-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

.media-one .img-holder {
	position: relative;
	background-color: var(--thm-black);
}
.media-one .img-holder img {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.media-one .img-holder:hover img {
	opacity: 0.5;
}

.media-one__img-icon {
	font-size: 24px;
	color: #222222;
	position: absolute;
	top: 30px;
	left: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 10;
}

.media-one__img-icon:hover {
	color: var(--thm-base);
}

.media-one__img-icon.right-align {
	left: auto;
	right: 30px;
}

.media-one .about-one__video {
	margin-top: 0;
}

.media-one .twitter-box {
	background-color: #40acf4;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.media-one .twitter-box .icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.media-one .twitter-box .icon i {
	color: #fff;
	font-size: 24px;
	margin-right: 15px;
}

.media-one .twitter-box .icon a {
	font-size: 14px;
	color: #ffffff;
}

.media-one .twitter-box h3 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 36px;
	font-style: italic;
}

.media-one .facebook-box {
	background-color: var(--thm-primary);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 84px;
	padding-bottom: 45px;
}

.media-one .facebook-box .icon i {
	font-size: 30px;
	color: #ffffff;
}

.media-one .facebook-box p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	margin-top: 25px;
}

.media-one .facebook-box h3 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

/*--------------------------------------------------------------
# search-popup
--------------------------------------------------------------*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--thm-base);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: #222222;
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# side-menu
--------------------------------------------------------------*/
.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

@media (max-width: 1199px) {
	.side-menu__block.active {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	margin-left: auto;
	height: 100vh;
	background-color: #222222;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #fff;
	font-size: 20px;
}

.side-menu__close-btn:focus,
.side-menu__close-btn:active,
.side-menu__close-btn:hover {
	opacity: 1;
	color: var(--thm-base);
}

.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: #000000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 6px;
	right: 5px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #ffffff;
	color: #222222;
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
	font-family: "Arimo";
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	border-color: #ffffff;
}

.mobile-nav__container .navigation-box__right {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.side-menu__logo {
	padding-left: 30px;
	display: block;
	text-align: center;
}

.side-menu__block__copy {
	color: #cccccc;
	font-family: "Arimo";
	font-size: 14px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.side-menu__block__copy a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
	color: var(--thm-base);
}

.side-menu__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.side-menu__social a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a .fa {
	font-family: "Font Awesome 5 Brands";
}

.side-menu__social a:hover {
	color: var(--thm-base);
}

.side-menu__social a+a {
	margin-left: 19px;
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.history-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (min-width: 1200px) {
	.history-one .container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.history-one__single+.history-one__single {
	margin-top: 40px;
}

.history-one__main {
	position: relative;
	padding-top: 40px;
}

.history-one__main::before {
	content: '';
	width: 1px;
	height: calc(100% + 120px);
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.history-one__main::after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #dddddd;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.history-one__single:nth-child(even) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.history-one__image {
	background-color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.history-one__image>img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.history-one__single:hover .history-one__image>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}

.history-one__content {
	padding-right: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.history-one__date {
	color: #666666;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.history-one__date i {
	font-size: 16px;
	color: var(--thm-base);
	margin-right: 10px;
}

.history-one__content h3 {
	color: var(--thm-primary);
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.history-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.history-one__content h3 a:hover {
	color: var(--thm-base);
}

.history-one__content p {
	margin: 0;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.history-one__single:nth-child(even) .history-one__image {
	margin-right: 0;
	margin-left: 45px;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.history-one__single:nth-child(odd) .history-one__content {
	padding-right: 0;
	padding-left: 45px;
}

.history-one__more-btn {
	margin-top: 80px;
	position: relative;
}


/*-------------------------------------------------------------- 
 # Sidebar 
 --------------------------------------------------------------*/

.sidebar__single+.sidebar__single {
	margin-top: 60px;
}

.sidebar__title {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--thm-black);
	line-height: 1em;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.sidebar__title:before {
	content: '';
	width: 40px;
	height: 2px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
}

.sidebar__search-form {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 3px;
	position: relative;
}

.sidebar__search-form input {
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #666666;
	padding-left: 35px;
	border: none;
	outline: none;
}

.sidebar__search-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #666666;
}

.sidebar__search-form ::-moz-placeholder {
	opacity: 1;
	color: #666666;
}

.sidebar__search-form :-ms-input-placeholder {
	opacity: 1;
	color: #666666;
}

.sidebar__search-form ::-ms-input-placeholder {
	opacity: 1;
	color: #666666;
}

.sidebar__search-form ::placeholder {
	opacity: 1;
	color: #666666;
}

.sidebar__search-form button[type=submit] {
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	outline: none;
	color: var(--thm-base);
	background-color: transparent;
	width: auto;
	padding: 0;
}

.sidebar__cat-list {
	margin: 0;
	margin-top: -10px;
}

.sidebar__cat-list li+li {
	margin-top: 8px;
}

.sidebar__cat-list li a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	color: var(--thm-black);
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 7px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__cat-list li a span {
	color: #666666;
}

.sidebar__cat-list li a:hover {
	color: var(--thm-base);
}

.sidebar__event-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -12px;
}

.sidebar__event-list li {
	-webkit-box-flex: 1;
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 12px;
}

.sidebar__event-list li a {
	display: block;
	background-color: var(--thm-black);
}

.sidebar__event-list li a img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__event-list li a:hover img {
	opacity: 0.5;
}

.sidebar__post-single {
	position: relative;
	padding-left: 95px;
}

.sidebar__post-single+.sidebar__post-single {
	border-top: 1px solid #eeeeee;
	margin-top: 30px;
	padding-top: 25px;
}

.sidebar__post-single+.sidebar__post-single img {
	top: 25px;
}

.sidebar__post-single img {
	position: absolute;
	border-radius: 3px;
	top: 0;
	left: 0;
}

.sidebar__post-single h3 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: var(--thm-black);
}

.sidebar__post-single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-single h3 a:hover {
	color: var(--thm-primary);
}

.sidebar__post-single span {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	color: #666666;
}

.sidebar__post-single span i {
	color: var(--thm-base);
	font-size: 14px;
	margin-right: 10px;
}

.sidebar__tags-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-top: -10px;
}

.sidebar__tags-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #f4f4f4;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	padding: 7px 20px;
	margin-left: 5px;
	margin-top: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__tags-list a:hover {
	background-color: var(--thm-primary);
	color: #fff;
}

.sidebar__offer {
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 134px;
	padding-bottom: 134px;
}

.sidebar__offer i {
	color: #fff;
	font-size: 15px;
}

.sidebar__offer p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
	color: #fff;
	margin-top: 5px;
}

.sidebar__offer h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.sidebar__offer span {
	font-size: 14px;
	color: #ffffff;
	display: block;
	line-height: 1em;
}