/* Theme Blocks */

/* -------------------------------
   Default Styles
------------------------------- */

.blocks-bg-1-grey {
	background-color: #f1f1f1;
}

.separator {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 200px;
}

.separator svg, .separator img {
	width: 100%;
	height: 100%;
}

.separator.bottom {
	bottom: 0;
}

.section-tb-2,
.section-tb-2 > * {
	position: relative;
}

.section-tb-2 > * {
	z-index: 1;
}

.section-tb-2 {
	position: relative;
	padding: 0px;
	padding-bottom: 0px;
	background: rgb(103 103 103);
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.section-tb-2:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
	z-index: 0;
}

.section-tb-2 h1 {
	color: #fbfbfb;
}

.section-tb-2 p {
	color: #fbfbfb;
}

.section-tb-2-divider {
	background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100px" viewBox="0 0 1280 140" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><g fill="%23fafafa"><path d="M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z"/></g></svg>');
	background-repeat: no-repeat;
	background-size: 100% 100px;
	height: 100px;
	width: 100%;
}

.section-tb-2-divider {
	transform: rotateY(180deg);
}

.tb-2-main {
	padding-bottom: 3.2rem !important;
	padding-top: 3.5rem !important;
}

/* -------------------------------
   Frontend Module Style
------------------------------- */

.section-banner {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0;
	margin-bottom: 40px;
	background-color: #676767;
	background: linear-gradient(90deg,rgba(103, 103, 103, 1) 0%, rgba(110, 110, 110, 1) 50%, rgba(103, 103, 103, 1) 100%);
	background-position: 0 -200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.section-banner-bg:after {
	content: "";
	opacity: 1;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	backdrop-filter: blur(30px);
	background: rgba(0, 0, 0, 0.50);
	transition: all 0.2s ease-in-out;
}
.section-banner-category {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0;
	margin-bottom: 40px;
	background-color: #676767;
	background: linear-gradient(90deg,rgba(103, 103, 103, 1) 0%, rgba(110, 110, 110, 1) 50%, rgba(103, 103, 103, 1) 100%);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-banner-bg-category:after {
	background-color: #262626;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.65;
	position: absolute;
	transition: all 0.2s ease-in-out;
	z-index: 0;
}
.section-banner-content {
	display:inline-block;
	position: relative;
	padding-bottom: 3.8rem;
	padding-top: 3.5rem;
	z-index: 1;
}
.section-banner-content-post {
	padding-bottom: 6.7rem;
	padding-top: 6.3rem;
}
.section-banner-content p {
	color: #fbfbfb;
	margin-bottom: 0;
}
.section-banner-content h2 {
	color: #fbfbfb;
	margin-top:6px;
	font-weight:700;
}


/* ------------------ Navbar Store Module ------------------*/

.nav-store {
	display: flex;
	align-items: center;
}
.nav-store-992 {
	display: none;
	align-items: center;
	margin-right: 80px;
}
.nav-store-button {
	color: #fff;
	background-color: #6c6c6c;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
	padding: 8px 12px !important;
}
.nav-store-button:hover {
	background-color: #348646 !important;
	color: #fff;
}
.nav-store-button:focus {
	color: #fff;
}
.nav-store-buttons {
	display: flex;
	align-items: center;
}
.nav-store-cart {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	background: #368748;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	margin-top: -12px;
	position: absolute;
}
.navbar-sm .nav-store-cart {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	margin-top: -12px;
}
.nav-store-menu-last {
	left: auto;
	right: 0px;
	min-width: 260px;
	max-width: 400px;
}
.nav-store-menu-last li {
	width: 100%;
}
.nav-store-menu-header {
	font-weight: 600;
	font-size: 14px;
	padding: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
}
.nav-store-menu-header p {
	margin-bottom: 0px;
}
.nav-store-menu-main {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
}
.nav-store-menu-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-store-menu-item > li {
	display: table;
	width: 100%;
}
.nav-store-menu-item > li > div {
	display: table-cell;
	vertical-align: middle;
}
.nav-store-menu-item > li + li {
	padding-top: .625rem;
	border-top: 1px solid #dee2e6;
	margin-top: .625rem;
}
.nav-store-menu-image {
	float: left;
	width: 60px;
	height: 50px;
	text-align: center;
}
.nav-store-menu-image img {
	height: 55px;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}
.nav-store-menu-image + .nav-store-menu-info, .nav-store-menu-info + .nav-store-menu-close {
	padding-left: 15px;
}
.nav-store-menu-info {
	width: 80%;
}
.nav-store-menu-info h6 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.nav-store-menu-info p {
	font-size: 14px;
	margin-bottom: 0px;
}
.nav-store-menu-info a {
	text-decoration: none;
	align-items: center;
}
.nav-store-menu-price {
	color: #118e09;
	font-weight: 600;
}
.nav-store-menu-price span {
	font-size: 12px;
	color: #1d1d1d;
	font-weight: 400;
	margin-left: 10px;
	margin-top: 0px;
	position: absolute;
}
.nav-store-menu-close a {
	font-size: 16px;
	color: #b3b3b3;
	height: 1.5rem;
	width: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	display: block;
	text-decoration: none;
	background: #ececec;
	-webkit-border-radius: 24px !important;
	border-radius: 24px !important;
	margin-top: -3px;
}
.nav-store-menu-close a:focus, .nav-store-menu-close a:hover {
	background: #d9d9d9;
	color: #737373;
}
.nav-store-menu-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
}
.nav-store-menu-buttons-1 {
	padding-right: 3px;
}
.nav-store-menu-buttons-2 {
	padding-left: 3px;
}
.nav-store-menu-buttons-1 a {
	text-transform: uppercase;
}
.nav-store-menu-buttons-2 a {
	text-transform: uppercase;
}
.nav-store-sidebar-title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.nav-store-card {
	margin-bottom: 15px;
}
.nav-store-tname {
	font-weight: 600;
	margin-bottom: 0px;
}
.nav-store-tprice {
	font-size: 20px;
	font-weight: 600;
	color: #555;
	margin-bottom: 15px;
}
.nav-store-nopad-left {
	padding-left: 12px;
	padding-right: 0px;
}
.nav-store-nopad-right {
	padding-left: 0px;
	padding-right: 12px;
}
.btn.nav-store-checkoutb {
	width: 100%;
	border-radius: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-store-timg-b {
	margin-bottom: 15px;
}
.nav-store-timg {
	max-height: 280px;
	border-radius: 4px;
	object-fit: contain;
}
.nav-store-emptycart {
	display: block;
	text-align: center;
	font-size: 14px;
}
.store-searchnav-last {
	left: auto !important;
	right: 0px;
}
.store-searchnav-form {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 200px;
}
.store-searchnav-s {
	display: flex;
	align-items: center;
}
.store-searchnav-button {
	color: #fff;
	background-color: #6c6c6c;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
	padding: 8px 12px !important;
}
.store-searchnav-992 {
	display: none;
	align-items: center;
	margin-right: 0px;
}
.offcanvas.offcanvas-store {
	width: 35%;
}
.storenav-options {
	display: none;
}


/* -------------------------------
   Store Nav Responsive
------------------------------- */

@media (max-width: 992px) {
	.nav-store-992 .nav-store-button {
		margin-bottom: 0px !important;
	}
	.nav-store-992 {
		display: flex;
	}
	.nav-store {
		display: none;
	}
	.store-searchnav-s {
		display: none;
	}
	.store-searchnav-992 {
		display: flex;
	}
	.store-searchnav-button {
		margin-bottom: 0px !important;
	}
	.store-searchnav-button:hover {
		color: #fff !important;
	}
	.store-searchnav-button:focus {
		color: #fff !important;
	}
	.store-searchnav-last {
		margin-top: 11px !important;
	}
	.storenav-options {
		display: flex;
		align-items: normal;
		right: 0;
		position: absolute;
		margin-top: 10px;
		z-index: 10;
	}
}






















/* -------------------------------
   Footer Styles
------------------------------- */

.footer {
	background: var(--app-footer-theme);
	padding: 4rem 0;
	padding-bottom: 2rem;
	border-top: 1px solid #e9e9e9;
}

.footer .footer-logo {
	margin-bottom: 1rem;
	display: flex;
}

.footer .footer-logo img {
	max-width: 100%;
	max-height: 100%;
}

.footer .footer-logo .footer-logo-text {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--app-component-color);
}

.footer .footer-logo .footer-logo-text .small,
.footer .footer-logo .footer-logo-text small {
	position: absolute;
	font-size: 0.4375rem;
	top: -10px;
	margin-left: -20px;
	color: rgba(var(--app-component-color-rgb), 0.5);
}

.footer .footer-desc {
	margin-bottom: 1rem;
}

.footer .footer-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.footer .footer-link-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footer-link-list li + li {
	padding-top: 0.25rem;
}

.footer .footer-link-list a {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

.footer .footer-link-list a:hover {
	color: var(--app-component-color);
}

.footer .footer-media-list {
	align-items: center;
}

.footer .footer-media-list a {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-size: 1.09375rem;
}

.footer .footer-media-list a:hover {
	color: var(--app-component-color);
}

.footer .footer-media-list a + a {
	margin-left: 0.25rem;
}

.footer .footer-copyright {
	margin-top: 2rem;
	border-top: 1px solid var(--app-component-border-color);
	padding-top: 1rem;
}

.footer .footer-copyright .footer-copyright-text {
	font-weight: 600;
	color: rgba(var(--app-component-color-rgb), 0.5);
}

.footer .footer-copyright .footer-copyright-link {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-weight: 600;
}

.footer .footer-copyright .footer-copyright-link:hover {
	color: var(--app-component-color);
}

.footer-legal {
	text-align: right;
	margin-bottom: 0px;
}

.footer-legal {
	list-style-type: none;
	padding: 0;
	line-height: 1.8;
	text-align: right;
}

.footer-legal li {
	display: inline-block;
}

.footer-legal li:before {
	content: '/';
	padding: 0 5px;
	color: #ffffff;
}

.footer-legal li:last-child:after {
	content: '';
}

.footer-powered {
	text-align: left;
}

.footer-2 a {
	color: #5b5b5b;
}

.footer-2 {
	color: #5b5b5b;
	padding: 3rem 0;
	padding-bottom: 2.5rem;
}

/* -------------------------------
   Footer Colors
------------------------------- */

.footer a {
	color: #8e8e8e;
	text-decoration: none;
}

.footer a:hover {
	color: #0069da;
}

.sub-footer {
	background: #313131;
	color: #ffffff;
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .14), inset 0 3px 1px -2px rgba(0, 0, 0, .2), inset 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.sub-footer a {
	color: #fff;
}

.sub-footer a:hover {
	color: #eaeaea;
}


/* -------------------------------
   Section: Hero 1
------------------------------- */

.hero-1 {
	margin-bottom: 15px;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.hero-1 .content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	z-index: 3;
	position: relative;
	padding: 60px;
}
.hero-1 .hero-container.vh-100 .content{
	padding:0px;
}
.hero-1 .vh-custom {
	height: 93vh;
}
.hero-1 .title {
	line-height: normal;
	font-size: 4.2rem;
	font-weight: 600;
}
.hero-1 .subtitle {
	line-height: normal;
	font-size: 1.2rem;
	margin: 1.4rem auto 0rem;
	max-width: 800px;
}
.hero-1 .bottom-title {
	font-size: .875em;
	color: rgb(138, 143, 149);
}
.hero-1 .btns {
	margin-top: 4rem;

}
.hero-1 img {
	transition: opacity 3s;
	width: 100%;
}

@media (max-width: 1281px) {
	.hero-1 .title {
		font-size: 3rem;
	}
	.hero-1 .subtitle {
		margin-top: 10px;
	}
	.hero-1 .btns {
		margin-top: 2rem;
	}
}
@media (max-width: 961px) {
	.hero-1 .title {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.hero-1 .btn {
		width: 100%;
	}
	.hero-1 .content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 481px) {
	.hero-1 .title {
		font-size: 1.4em;
	}
	.hero-1 .subtitle {
		font-size: 1em;
	}
	.hero-1 .btn {
		min-width: auto;
		width: -webkit-fill-available;
	}
	.hero-1 .hero-container {
		height: auto !important;
	}
}

/* -------------------------------
   Section: Hero 2
------------------------------- */

.hero-2 {
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin-bottom: 15px;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
	color: #ffffff;
}
.hero-2 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.hero-2 .wt-row {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.hero-2 .title {
	font-weight: 700;
}
.hero-2 .text-content {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	font-size: 18px;
}
.hero-2 .hero-buttons {
	margin-bottom: 15px;
}
.hero-2 .button-wrap {
	display: inline-block;
	position: relative;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.hero-2 .button-wrap img {
	border-radius: 7px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}
.hero-2 .button-wrap:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.hero-2 .button-wrap .button-center {
	display:none;
}
.hero-2 .button-wrap:hover .button-center {
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
	.hero-2 .title {
		font-size: 35px;
	}
	.hero-2 .text-content {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.hero-2 {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align:center;
	}
	.hero-2 .hero-buttons {
		margin-bottom: 35px;
	}
	.hero-2 .title {
		font-size: 32px;
	}
	.hero-2 .text-content {
		margin-top: 1rem;
		opacity: 1;
	}
}
@media (max-width: 575.98px) {
	.hero-2 .wt-row {
		margin-bottom: 45px;
	}
	.hero-2 .text-content {
		font-size: 16px;
	}
	.hero-2 .title {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.hero-2 {
		padding-top: 3rem;
	}
	.hero-2 .hero-container {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-2 .button-wrap .button-center {
		display:block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.hero-2 .wt-row {
		margin-bottom: 15px;
	}
	.hero-2 .text-content {
		padding: 15px;
	}
}


/* -------------------------------
   Block: Hero 3
------------------------------- */

.hero-3 {
	color: #ffffff;
	margin-bottom: 15px;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.hero-3 .content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	z-index: 3;
	position: relative;
	padding: 60px;
}
.hero-3 .hero-container.vh-100 .content{
	padding:0px;
}
.hero-3 .vh-custom {
	height: 93vh;
}
.hero-3 .title {
	line-height: normal;
	font-size: 4.2rem;
	font-weight: 600;
}
.hero-3 .subtitle {
	line-height: normal;
	margin: 1.4rem auto 0rem;
	max-width: 800px;
}
.hero-3 .bottom-title {
	font-size: .875em;
	color: rgb(138, 143, 149);
}
.hero-3 .btns {
	margin-top: 4rem;

}
.hero-3 img {
	transition: opacity 3s;
	width: 100%;
}

@media (max-width: 1281px) {
	.hero-3 .title {
		font-size: 3rem;
	}
	.hero-3 .subtitle {
		margin-top: 10px;
	}
	.hero-3 .btns {
		margin-top: 2rem;
	}
}
@media (max-width: 961px) {
	.hero-3 .title {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.hero-3 .content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 481px) {
	.hero-3 .title {
		font-size: 1.4em;
	}
	.hero-3 .subtitle {
		font-size: 1em;
	}
	.hero-3 .btn {
		min-width: auto;
		width: auto;
	}
	.hero-3 .hero-container {
		height: auto !important;
	}
}


/* -------------------------------
   Block: Hero 4
------------------------------- */

.hero-4 {
	color: #ffffff;
	margin-bottom: 15px;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.hero-4 .content {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: baseline;
	max-width: 100%;
	width: 100%;
	z-index: 3;
	position: relative;
	padding: 20px;
}
.hero-4 .hero-container.vh-100 .content{
	padding:0px;
}
.hero-4 .vh-custom {
	height: 93vh;
}
.hero-4 .title {
	line-height: normal;
	font-weight: 600;
}
.hero-4 .subtitle {
	line-height: normal;
	max-width: 800px;
}
.hero-4 .btns {
	margin-top: 2rem;
}
.hero-4 img {
	transition: opacity 3s;
	width: 100%;
}

@media (max-width: 1281px) {
	.hero-4 .subtitle {
		margin-top: 10px;
	}
	.hero-4 .btns {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.hero-4 .content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 481px) {
	.hero-4 .btn {
		min-width: auto;
		width: auto;
	}
	.hero-4 .hero-container {
		height: auto !important;
	}
}

/* -------------------------------
   Block: Hero 5
------------------------------- */

.hero-5 {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 15px;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
	color: #ffffff;
}
.hero-5 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.hero-5 .title {
	font-weight: 700;
}
.hero-5 .text-content {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	font-size: 20px;
}
.hero-5 .subtitle {
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.hero-5 .title {
		font-size: 35px;
	}
	.hero-5 .text-content {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.hero-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align:center;
	}
	.hero-5 .title {
		font-size: 32px;
	}
	.hero-5 .text-content {
		margin-top: 1rem;
		opacity: 1;
	}
}
@media (max-width: 575.98px) {
	.hero-5 .text-content {
		font-size: 16px;
	}
	.hero-5 .title {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.hero-5 {
		padding-top: 3rem;
	}
	.hero-5 .hero-container {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-5 .text-content {
		padding: 15px;
		padding-top: 0;
		padding-bottom:0;
		margin-bottom: 0;
	}
}





/* -------------------------------
   Block: Card Posts 1
------------------------------- */
.posts-1 {
	padding-top: 5px;
}

.posts-1 .col {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.posts-1 .col {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.posts-1 .col {
		margin-bottom: 20px;
	}
}

/* -------------------------------
   Block: Card Posts 2
------------------------------- */
.posts-2 {
	padding-top: 5px;
}

.posts-2 .col {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.posts-2 .col {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.posts-2 .col {
		margin-bottom: 20px;
	}
}

/* -------------------------------
   Block: Card Posts 3
------------------------------- */
.posts-3 {
	padding-top: 5px;
}

.posts-3 .col {
	margin-bottom: 20px;
}

.post-3-txt {
	color: #fff;
}

@media (max-width: 992px) {
	.posts-3 .col {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.posts-3 .col {
		margin-bottom: 20px;
	}
}







/* -------------------------------
   Block: Pricing Table 1
------------------------------- */

.pricing-table-1 {
	margin-bottom: 15px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pricing-table-1:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.pricing-table-1 .price {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 10px;
}
.pricing-table-1 .price sup {
	font-size: 24px;
	top: -1.2em;
}
.pricing-table-1 .price .number {
	font-size: 60px;
	font-weight: 600;
}
.pricing-table-1 .subtitle {
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.pricing-table-1 .pricing-text {
	padding: 0;
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}
.pricing-table-1 .pricing-text li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.pricing-table-1 .pricing-text li:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}
.pricing-table-1 .pricing-text li::before {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	content: "\f00c";
	margin-right: 10px;
}
.pricing-table-1 .table-info {
	text-align: center;
	padding: 1.5rem;
	background: #ffffff;
}
.pricing-table-1 img {
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1200px) {
	.pricing-table-1 img {
		height: 200px;
	}
}
@media (max-width: 991.98px) {
	.pricing-table-1 .btn {
		width: 100%;
	}
	.pricing-table-1 .price .number {
		font-size: 40px;
	}
	.pricing-table-1 .subtitle {
		margin-bottom: 10px;
	}
	.pricing-table-1 .price sup {
		font-size: 20px;
		top: -1em;
	}
	.pricing-table-1 .table-info {
		max-width: 100%;
	}
	.pricing-table-1 img {
		height: 150px;
	}
}
@media (max-width: 767px) {
	.pricing-table-1 img {
		height: 180px;
	}
}
@media (max-width: 480px) {
	.pricing-table-1 {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}









/* -------------------------------
   Block: Testimonials 6
------------------------------- */

.testimonials-6 {
	padding-top: 10px;
	padding-bottom: 30px;
}

.banner-3-main {
	overflow: hidden;
}

.banner-3-testimonial-box {
	overflow: hidden;
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.banner-3-testimonial-comment {
	position: relative;
}

.banner-3-testimonial-comment h4 {
	font-weight: 600;
	font-size: 25px;
	color: #494949;
}

.banner-3-testimonial-comment h5 {
	color: #494949;
}

.banner-3-testimonial-img {
	border-radius: 1rem;
}

@media (max-width: 1400px) {
	.banner-3-testimonial-comment h4 {
		font-size: 22px;
	}

	.banner-3-testimonial-box {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media (max-width: 1200px) {
	.banner-3-testimonial-comment h4 {
		font-size: 18px;
	}

	.banner-3-testimonial-box {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width: 992px) {
	.banner-3-testimonial-box {
		padding-top: 1.5rem;
		padding-bottom: 0.4rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (max-width: 767px) {
	.banner-3-testimonial-comment h4 {
		font-size: 17px;
	}

	.banner-3-testimonial-comment h5 {
		font-size: 16px;
	}

	.banner-3-testimonial-comment span {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.banner-3-testimonial-img {
		border-radius: 6px;
	}
}

/* -------------------------------
   Block: Footer 1
------------------------------- */

.footer-1 {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 0rem;
	color: #555;
	z-index: 3;
	margin-top: 3rem;
}

.footer-1:before {
	content: '';
	display: block;
	position: absolute;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 20%, rgba(255, 255, 255, 0) 80%);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
}

.footer-1 h6, .footer-1 .h6 {
	margin: 1rem 0rem;
	font-weight: 500;
	color: #777;
}

.footer-1 nav a {
	display: block;
	font-size: 90%;
	color: #777;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0.35rem;
}

.footer-1 nav a:hover {
	color: #555;
}

.footer-1 img {
	margin: 2rem auto;
	display: block;
	width: auto;
	margin-left: 0px;
}

.footer-1 .footer-copyright {
	margin-top: 2rem;
	padding: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 85%;
}

.footer-1 .footer-copyright a {
	text-decoration: none;
}

.footer-1 .footer-copyright a:hover {
	text-decoration: underline;
}

/* -------------------------------
   Block: Footer 2
------------------------------- */

.footer-2 {
	margin: 0;
	background: #fff;
}

.footer-2 .flogo {
	width: auto;
}

.footer-2 h6, .footer-2 .h6 {
	color: #777;
}

.footer-2 nav a {
	display: block;
	font-size: 90%;
	color: #777;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0.35rem;
}

.footer-2 nav a:hover {
	color: #555;
}

/* -------------------------------
   Block: Footer 3
------------------------------- */

.footer-3 {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 0px;
	background: #313131;
	color: #fff;
	z-index: 3;
}

.footer-3:before {
	content: '';
	display: block;
	position: absolute;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 20%, rgba(255, 255, 255, 0) 80%);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
}

.footer-3 h6, .footer-3 .h6 {
	margin: 1rem 0rem;
	font-weight: 500;
	color: #fff;
}

.footer-3 nav a {
	display: block;
	font-size: 90%;
	color: #e3e3e3;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0.35rem;
}

.footer-3 nav a:hover {
	color: #fff;
}

.footer-3 img {
	margin: 2rem auto;
	display: block;
	width: auto;
	margin-left: 0px;
}

.footer-3 .footer-copyright {
	margin-top: 2rem;
	padding: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 85%;
	background: #1f1f1f;
}

.footer-3 .footer-copyright a {
	text-decoration: none;
}

.footer-3 .footer-copyright a:hover {
	text-decoration: underline;
}

/* -------------------------------
   Block: Footer 4
------------------------------- */

.footer-4 {
	background: var(--app-footer-theme);
	padding: 4rem 0;
	padding-bottom: 2rem;
	border-top: 1px solid #e9e9e9;
}

.footer-4 .footer-logo {
	margin-bottom: 1rem;
	display: flex;
}

.footer-4 .footer-logo img {
	max-width: 100%;
	max-height: 100%;
}

.footer-4 .footer-logo .footer-logo-text {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--app-component-color);
}

.footer-4 .footer-logo .footer-logo-text .small,
.footer-4 .footer-logo .footer-logo-text small {
	position: absolute;
	font-size: 0.4375rem;
	top: -10px;
	margin-left: -20px;
	color: rgba(var(--app-component-color-rgb), 0.5);
}

.footer-4 .footer-desc {
	margin-bottom: 1rem;
}

.footer-4 .footer-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.footer-4 .footer-link-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-4 .footer-link-list li + li {
	padding-top: 0.25rem;
}

.footer-4 .footer-link-list a {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

.footer-4 .footer-link-list a:hover {
	color: var(--app-component-color);
}

.footer-4 .footer-media-list {
	display: flex;
	align-items: center;
}

.footer-4 .footer-media-list a {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-size: 1.09375rem;
}

.footer-4 .footer-media-list a:hover {
	color: var(--app-component-color);
}

.footer-4 .footer-media-list a + a {
	margin-left: 0.25rem;
}

.footer-4 .footer-copyright {
	margin-top: 2rem;
	border-top: 1px solid var(--app-component-border-color);
	padding-top: 1rem;
}

.footer-4 .footer-copyright .footer-copyright-text {
	font-weight: 600;
	color: rgba(var(--app-component-color-rgb), 0.5);
}

.footer-4 .footer-copyright .footer-copyright-link {
	color: rgba(var(--app-component-color-rgb), 0.5);
	text-decoration: none;
	font-weight: 600;
}

.footer-4 .footer-copyright .footer-copyright-link:hover {
	color: var(--app-component-color);
}

.footer-4 .footer-legal {
	text-align: right;
	margin-bottom: 0px;
}

.footer-4 .footer-legal {
	list-style-type: none;
	padding: 0;
	line-height: 1.8;
	text-align: right;
}

.footer-4 .footer-legal li {
	display: inline-block;
}

.footer-4 .footer-legal li:before {
	content: '/';
	padding: 0 5px;
	color: #c3c3c3;
}

.footer-4 .footer-legal li:first-child:before {
	content: '';
}

.footer-4 .footer-legal li:last-child:after {
	content: '';
}

.footer-4 .footer-powered {
	text-align: left;
}

.footer-4 a {
	color: #8e8e8e;
	text-decoration: none;
}

.footer-4 a:hover {
	color: #0069da;
}

.footer-4 .sub-footer {
	background: #313131;
	color: #ffffff;
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .14), inset 0 3px 1px -2px rgba(0, 0, 0, .2), inset 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.footer-4 .sub-footer a {
	color: #fff;
}

.footer-4 .footer-4 .sub-footer a:hover {
	color: #eaeaea;
}

/* -------------------------------
   Block: Footer 5
------------------------------- */

.footer-5 {
	background: #f3f3f3;
	color: #5b5b5b;
	padding: 3rem 0;
	padding-bottom: 2.5rem;
}

.footer-5 a {
	color: #5b5b5b;
}

/* -------------------------------
   Block: Footer 6
------------------------------- */

.footer-6 {
	background: var(--app-footer-theme);
	padding: 4rem 0;
	padding-bottom: 1rem;
	border-top: 1px solid #e9e9e9;
}

.footer-6 .footer-logo {
	margin-bottom: 1rem;
	display: flex;
}

.footer-6 .footer-logo img {
	width: auto;
	padding-right: 100px;
}

.footer-6 .footer-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 15px;
	color: #444;
}

.footer-6 .footer-link-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-6 .footer-link-list li + li {
	padding-top: 0.25rem;
}

.footer-6 .footer-link-list a {
	color: #888888;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

.footer-6 .footer-link-list a:hover {
	color: #505050;
}

.footer-6 .footer-media-list {
	display: block;
	position: relative;
	margin-top: 12px;
}

.footer-6 .footer-copyright {
	margin-top: 2rem;
	border-top: 1px solid var(--app-component-border-color);
	padding-top: 1rem;
	font-size: 14px;
}

.footer-6 .footer-copyright .footer-copyright-text {
	font-weight: 400;
	color: #888888;
}

.footer-6 .footer-copyright a {
	color: #888888;
	text-decoration: none;
	font-weight: 400;
}

.footer-6 .footer-copyright a:hover {
	color: #555;
}

.footer-6 .footer-legal a {
	color: #888888;
	text-decoration: none;
	font-weight: 400;
}

.footer-6 .footer-legal a:hover {
	color: #555;
}

.footer-6 .footer-legal {
	text-align: right;
	margin-bottom: 0px;
}

.footer-6 .footer-legal {
	list-style-type: none;
	padding: 0;
	line-height: 1.8;
	text-align: right;
}

.footer-6 .footer-legal li {
	display: inline-block;
}

.footer-6 .footer-legal li:before {
	content: '/';
	padding: 0 5px;
	color: #c3c3c3;
}

.footer-6 .footer-legal li:first-child:before {
	content: '';
}

.footer-6 .footer-legal li:last-child:after {
	content: '';
}

@media (max-width: 992px) {
	.footer-6 {
		text-align: center;
	}

	.footer-6 .footer-logo {
		display: block;
		text-align: center;
	}

	.footer-6 .footer-title {
		margin-bottom: 10px;
	}

	.footer-6 .footer-legal {
		text-align: center;
	}
}


/* -------------------------------
   Block: Info 1
------------------------------- */

.info-1 {
	position: relative;
	margin-bottom: 3rem;
}

.info-1-media {
	margin-bottom: 1.2rem;
}

.info-1-media img {
	max-width: 100%;
}

.info-1-media-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60%;
	background-color: var(--bs-light);
}

.info-1-media-img.info-1-media-img-lg {
	padding-top: 70%;
}

.info-1-media-img.info-1-media-img-xl {
	padding-top: 85%;
}

.info-1-media-img.info-1-media-img-full {
	padding-top: 100%;
}

.info-1-label {
	margin-bottom: 1rem;
	display: flex;
	margin-left: -2px;
}

.info-1-label span {
	background-color: #f2f3f4;
	color: #555;
	padding: 4px 8px;
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: 0.8rem;
}

.info-1-label span span {
	margin-left: 0.5rem;
}

.info-1-title {
	font-size: 18px;
	margin-bottom: 1rem;
	color: #555;
	line-height: 1.2;
	font-weight: 600;
}

.info-1-title-2 {
	font-size: 25px;
	margin-bottom: 1rem;
	color: #555;
	line-height: 1.2;
	font-weight: 600;
}

.info-1-date {
	color: rgba(32, 37, 42, 0.5);
	font-weight: 600;
	font-size: 0.8125rem;
}

.info-1-content {
	background: #fff;
}

.info-1-main {
	margin-bottom: 3rem;
}

.info-1-desc {
	font-size: 1.09375rem;
	margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
	.info-1 {
		margin-bottom: 1rem;
		display: block !important;
		height: auto !important;
	}

	.info-1-main {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {
	.info-1-title {
		font-size: 16px;
	}

	.info-1-title-2 {
		font-size: 20px;
	}

	.info-1-desc {
		font-size: 16px;
	}
}


/* -------------------------------
   Block: Carousel Slider 1
------------------------------- */

.carousel-1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 2px solid #ced4da;
}

.logos-1-main-section {
	position: relative;
}

.logos-1-img img {
	width: 200px !important;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.logos-1-img img {
		width: auto !important;
		padding-left: 5px;
		padding-right: 5px;
	}

	.carousel-1 {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

/* -------------------------------
   Block: Carousel Slider 2
------------------------------- */

.carousel-2 {
}

/* -------------------------------
   Block: Page Top Banner 1
------------------------------- */

.section-tb-1,
.section-tb-1 > * {
	position: relative;
}

.section-tb-1 > * {
	z-index: 1;
}

.section-tb-1 {
	padding: 5rem 0;
	padding-bottom: 6rem;
	position: relative;
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.section-tb-1:after {
	background-color: #131f43;
	background-color: #262626;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.55;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
	z-index: 0;
}

.section-tb-1 h1 {
	color: #fbfbfb;
}

.section-tb-1 p {
	color: #fbfbfb;
}

.section-tb-1-divider {
	background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100px" viewBox="0 0 1280 140" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><g fill="%23fafafa"><path d="M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z"/></g></svg>');
	background-repeat: no-repeat;
	background-size: 100% 100px;
	height: 100px;
	width: 100%;
}

.section-tb-1-divider {
	transform: rotateY(180deg);
}

.tb-1-main {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.tb-1-area {
	display: block;
	font-size: 16px;
	padding-left: 2px;
	margin-bottom: 5px;
	color: #fbfbfb;
}

@media (max-width: 1200px) {
	.section-tb-1 {
		padding: 3rem 0;
		padding-bottom: 5rem;
	}

	.section-tb-1-divider {
		background-size: 100% 50px;
		height: 50px;
	}
}

@media (max-width: 992px) {
	.section-tb-1 {
		padding: 2rem 0;
		padding-bottom: 3rem;
	}

	.section-tb-1-divider {
		background-size: 100% 30px;
		height: 30px;
	}

	.section-tb-1 {
		padding: 0rem 0;
		padding-bottom: 0rem;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	}

	.section-tb-1-divider {
		background-size: 100% 0px;
		height: 0px;
	}
}

@media (max-width: 480px) {
	.section-tb-1 h1 {
		font-size: 24px;
	}
}


/* -------------------------------
   Block: Welcome 1
------------------------------- */

.welcome-1-main {
	margin-bottom: 4rem;
}

/* -------------------------------
   Block: Feature 1
------------------------------- */

.feature-1 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 15px;
}
.feature-1 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-1 .title-content {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 600;
}
.feature-1 .title-content .title {
	font-size: 20px;
	margin-bottom: 5px;
}
.feature-1 .title-content .subtitle {
	font-size: 25px;
	font-weight: 600;
}
.feature-1 .main-content {
	display: flex;
	justify-self: center;
	justify-content: center;
}
.feature-1 .text-content {
	flex: 0 0 auto;
	width: 58.33333333%;
	padding-right: 80px;
}
.feature-1 .text-content .title {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: 600;
}
.feature-1 .text-content .subtitle {
	font-size: 16px;
}
.feature-1 .image-content img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399px) {
	.feature-1 .text-content {
		width: 70%;
	}
}
@media (max-width: 1199px) {
	.feature-1 .main-content {
		justify-content: space-between;
	}
	.feature-1 .text-content {
		width: 80%;
	}
	.feature-1 .image-content {
		flex: 0 0 auto;
		width: 20%;
	}
}
@media (max-width: 992px) {
	.feature-1 {
		padding-top: 35px;
		padding-bottom: 30px;
		text-align:center;
	}
	.feature-1 .text-content {
		text-align: left;
	}
	.feature-1 .text-content {
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	.feature-1 .image-content img {
		width: 100px;
		height: 100px;
	}
	.feature-1 .text-content {
		padding-right: 30px;
	}
}
@media (max-width: 575.98px) {
	.feature-1 .text-content {
		width: auto;
		padding-right: 0;
	}
	.feature-1 .image-content {
		width: auto;
		text-align: left;
	}
	.feature-1 .image-content {
		width: auto;
		text-align: right;
		margin-top: -75px;
	}
	.feature-1 .image-content img {
		width: 70px;
		height: 70px;
	}
	.feature-1 .main-content {
		display: block;
	}
}
@media (max-width: 480px) {
	.feature-1 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

/* -------------------------------
   Block: Feature 2
------------------------------- */

.feature-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 15px;
}
.feature-2 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-2 .wt-row {
	align-items: center;
}
.feature-2 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-2 .title-content .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.feature-2 .title-content .subtitle {
	font-weight: 600;
}
.feature-2 .text-content {
	padding-right: 80px;
	margin-bottom: 25px;
}
.feature-2 .image-content {
	height: 100%;
}
.feature-2 .image-content img {
	width: 100%;
	height: 400px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.f-2-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.f-2-block .wt-col-a {
	padding-left:0;
}
.f-2-block .wt-col-b {
	padding-right:0;
}
.f-2-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}
.f-2-block .text-content {
	padding-right: 0;
}
.f-2-block .title-content .title {
	font-size: inherit;
}

.f-2-right-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.f-2-right-block .wt-col-a {
	padding-left:0;
}
.f-2-right-block .wt-col-b {
	padding-right:0;
}
.f-2-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}
.f-2-right-block .text-content {
	padding-right: 0;
}
.f-2-right-block .title-content .title {
	font-size: inherit;
}

@media (max-width: 1399px) {
	.feature-2 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-2 .image-content img {
		height: 200px;
	}
	.feature-2 .text-content {
		padding-right: 30px;
	}
	.feature-2 .title-content {
		margin-bottom: 20px;
	}
	.f-2-block .main-content {
		padding-right: 20px;
	}
	.f-2-block .text-content {
		padding-right: 0;
	}
	.f-2-right-block .main-content {
		padding-left: 20px;
	}
	.f-2-right-block .text-content {
		padding-right: 0;
	}
}
@media (max-width: 992px) {
	.feature-2 {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align:center;
	}
	.feature-2 .text-content {
		padding-right: 0;
	}
	.feature-2 .btns {
		margin-bottom:30px;
	}
	.feature-2 .image-content img {
		height: auto;
	}
	.f-2-block {
		text-align:left;
		padding-top: 0;
		padding-bottom: 0;
		max-width: 100%;
		--bs-gutter-x: 0;
	}
	.f-2-block .main-content {
		padding-right: 0;
	}
	.f-2-block .wt-col-a {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.f-2-block .wt-col-b {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.f-2-right-block {
		text-align:left;
		padding-top: 0;
		padding-bottom: 0;
		max-width: 100%;
		--bs-gutter-x: 0;
	}
	.f-2-right-block .main-content {
		padding-left: 0;
	}
	.f-2-right-block .wt-col-a {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.f-2-right-block .wt-col-b {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
}
@media (max-width: 767px) {
	.feature-2 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	.feature-2 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

/* -------------------------------
   Block: Feature 3
------------------------------- */

.feature-3-main {
	padding-top: 15px;
}
.feature-3 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-3 .title-content .title {
	margin-bottom: 10px;
}
.feature-3 .title-content .subtitle {
	font-weight: 600;
}
.feature-3 .text-content {
	margin-bottom: 25px;
}
.feature-3 .image-content {
	height: 100%;
}
.feature-3 .image-content img {
	width: 100%;
	height: 400px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.f-3-block {
	margin-bottom: 45px;
}
.f-3-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}

.f-3-right-block {
	margin-bottom: 45px;
}
.f-3-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}
.feature-3:last-child {
	padding-bottom:45px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.feature-3 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-3 .image-content img {
		height: 200px;
	}
	.feature-3 .title-content {
		margin-bottom: 20px;
	}
	.f-3-block .main-content {
		padding-right: 20px;
	}
	.f-3-right-block .main-content {
		padding-left: 20px;
	}
}
@media (max-width: 992px) {
	.feature-3-main {
		padding-top: 10px;
	}
	.feature-3:last-child {
		padding-bottom: 35px;
	}
	.feature-3 .btns {
		margin-bottom:30px;
	}
	.feature-3 .image-content img {
		height: auto;
	}
	.f-3-block .main-content {
		padding-right: 0;
	}
	.f-3-right-block .main-content {
		padding-left: 0;
	}
}

/* -------------------------------
   Block: Feature 4
------------------------------- */

.feature-4-main {
	padding-top: 15px;
}
.feature-4 {
	color: #ffffff;
}
.feature-4-main .wt-col-a {
	padding-left: 0;
	padding-right: 0;
}
.feature-4-main .wt-col-b {
	padding-left: 0;
	padding-right: 0;
}
.feature-4 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-4 .title-content .title {
	margin-bottom: 10px;
}
.feature-4 .title-content .subtitle {
	font-weight: 600;
}
.feature-4 .text-content {
	margin-bottom: 25px;
}
.feature-4 .image-content {
	height: 100%;
}
.feature-4 .image-content img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.f-4-block {
	margin-bottom: 35px;
	border-radius: 10px;
}
.f-4-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
	padding-left: 40px;
}
.f-4-block .image-content img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.f-4-right-block {
	margin-bottom: 35px;
	border-radius: 10px;
}
.f-4-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
	padding-right: 40px;
}
.f-4-right-block .image-content img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

@media (max-width: 1399px) {
	.feature-4 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-4 .image-content img {
		height: 100%;
	}
	.feature-4 .title-content {
		margin-bottom: 20px;
	}
	.f-4-block .main-content {
		padding: 30px;
	}
	.f-4-right-block .main-content {
		padding: 30px;
	}
}
@media (max-width: 992px) {
	.feature-4 .image-content img {
		height: 230px;
	}
	.f-4-block .image-content img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 0;
	}
	.f-4-right-block .image-content img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
	}
}

/* -------------------------------
   Block: Feature 5
------------------------------- */

.feature-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 15px;
}
.feature-5 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-5 .wt-row {
	align-items: center;
}
.feature-5 .title-content {
	font-weight: 600;
}
.feature-5 .title-content .title {
	font-weight: 600;
}
.feature-5 .main-content .subtitle {
	font-weight: 600;
}
.feature-5 .row-content {
	padding-top: 35px;
	justify-content: space-between;
}
.feature-5 .row-content p {
	margin-bottom: 5px;
}
.feature-5 .row-content .text-content {
	padding-right:30px;
}
.feature-5 .main-content {
	padding-left: 80px;
}
.feature-5 .image-content {
	height: 100%;
}
.feature-5 .image-content img {
	width: 100%;
	height: 450px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399px) {
	.feature-5 .image-content img {
		height: 380px;
	}
	.feature-5 .row-content .text-content {
		padding-right:10px;
	}
}
@media (max-width: 1199px) {
	.feature-5 .image-content img {
		height: 310px;
	}
	.feature-5 .main-content {
		padding-left: 20px;
	}
	.feature-5 .title-content {
		margin-bottom: 0;
	}
	.feature-5 .row-content {
		padding-top: 30px;
	}
	.feature-5 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media (max-width: 992px) {
	.feature-5 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.feature-5 .main-content {
		padding-left: 0;
		margin-top: 35px;
	}
	.feature-5 .image-content img {
		height: auto;
	}
}
@media (max-width: 767px) {
	.feature-5 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	.feature-5 .title-content .title {
		padding-bottom: 20px;
	}
	.feature-5 .row-content {
		padding-top: 0;
	}
	.feature-5 .row-content .text-content {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.feature-5 {
		padding-bottom: 0;
	}
	.feature-5 .hero-container {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	.feature-5 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

/* -------------------------------
   Block: Feature 6
------------------------------- */

.feature-6-main {
	padding-top: 20px;
}
.feature-6 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-6 .title-content .title {
	margin-bottom: 10px;
}
.feature-6 .title-content .subtitle {
	font-weight: 600;
}
.feature-6 .text-content {
	margin-bottom: 25px;
}
.feature-6 .image-content {
	height: 100%;
	min-height: 60vh;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.feature-6 .image-content img {
	width: 100%;
	height: 60vh;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.f-6-block {
	margin-bottom: 45px;
}
.f-6-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}

.f-6-right-block {
	margin-bottom: 45px;
}
.f-6-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}
.feature-6:last-child {
	padding-bottom:35px;
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.feature-6 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-6 .image-content img {
		height: 200px;
	}
	.feature-6 .title-content {
		margin-bottom: 20px;
	}
	.f-6-block .main-content {
		padding-right: 20px;
	}
	.f-6-right-block .main-content {
		padding-left: 20px;
	}
}
@media (max-width: 992px) {
	.feature-6-main {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.feature-6:last-child {
		padding-bottom: 0;
	}
	.feature-6:last-child {
		margin-bottom: 0;
	}
	.feature-6 .btns {
		margin-bottom:10px;
	}
	.feature-6 .image-content img {
		height: auto;
	}
	.feature-6 .image-content {
		min-height: 350px;
	}
	.f-6-block {
		margin-bottom: 45px;
	}
	.f-6-block .main-content {
		padding-right: 0;
		margin-top: 15px;
	}
	.f-6-right-block .main-content {
		padding-left: 0;
		margin-top: 15px;
	}
	.f-6-right-block {
		margin-bottom: 45px;
	}
}
@media (max-width: 575.98px) {
	.feature-6 .image-content {
		min-height: 300px;
	}
}
@media (max-width: 480px) {
	.feature-6 .image-content {
		min-height: 250px;
	}
}

/* -------------------------------
   Block: Feature 7
------------------------------- */

.feature-7 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 15px;
}
.feature-7 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-7 .wt-row {
	align-items: center;
}
.feature-7 .text-content .title {
	font-weight: 600;
}
.feature-7 .row-content {
	padding-top: 35px;
}
.feature-7 .row-content p {
	margin-bottom: 5px;
}
.feature-7 .row-content .text-content {
	padding-right:30px;
}
.feature-7 .main-content {
	padding-left: 80px;
}
.feature-7 .image-content {
	height: 100%;
}
.feature-7 .image-content img {
	width: 100%;
	height: 450px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.feature-7 .image-item-content {
	float:left;
	margin-bottom:30px;
	margin-right:20px;
}
.feature-7 .image-item-content img {
	border-radius: 4px;
	width:115px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399px) {
	.feature-7 .image-content img {
		height: 380px;
	}
	.feature-7 .row-content .text-content {
		padding-right:10px;
	}
}
@media (max-width: 1199px) {
	.feature-7 .image-content img {
		height: 310px;
	}
	.feature-7 .main-content {
		padding-left: 20px;
	}
	.feature-7 .row-content {
		padding-top: 30px;
	}
	.feature-7 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (max-width: 992px) {
	.feature-7 {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.feature-7 .main-content {
		padding-left: 0;
		margin-top: 35px;
	}
	.feature-7 .image-content img {
		height: auto;
	}
	.feature-7 .row-content {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.feature-7 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	.feature-7 .row-content {
		padding-top: 0;
	}
	.feature-7 .row-content .text-content {
		padding-right: 0;
		padding-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.feature-7 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

/* -------------------------------
   Block: Card Features 1
------------------------------- */

.card-feature-1 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.card-feature-1 .wt-col {
	align-self: stretch;
	display: flex;
}
.card-feature-1 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-feature-1 .card-body {
	padding: 24px;
}
.card-feature-1 .icon-content  {
	margin-bottom:15px;
}
.card-feature-1 .icon-content i {
	height: 55px;
	width: 55px;
	border-radius: 6px;
	text-align: center;
	align-content: center;
}
.card-feature-1 .text-content .title  {
	font-weight:600;
	margin-bottom: 10px;
}
.card-feature-1 .text-content p:last-child  {
	margin-bottom:0;
}
.card-feature-1 .card-body:hover {
	color:unset;
}
.card-feature-1 .card-body:focus {
	color:unset;
}

/* -------------------------------
   Block: Card Features 2
------------------------------- */

.card-feature-2 {
	margin-top: 5px;
}
.card-feature-2 .wt-col {
	align-self: stretch;
	display: flex;
}
.card-feature-2 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-feature-2 .card-body {
	padding: 24px;
}
.card-feature-2 .card-img-top {
	height:260px;
	width:100%;
	object-fit:cover;
}

@media (max-width: 1399px) {
	.card-feature-2 .card-img-top {
		height:230px;
	}
}
@media (max-width: 1199px) {
	.card-feature-2 .card-img-top {
		height:260px;
	}
}
@media (max-width: 992px) {
	.card-feature-2 .card-img-top {
		height:230px;
	}
}
@media (max-width: 767px) {
	.card-feature-2 .card-img-top {
		height:300px;
	}
}
@media (max-width: 575.98px) {
	.card-feature-2 .card-img-top {
		height:260px;
	}
}
@media (max-width: 480px) {
	.card-feature-2 .card-img-top {
		height:250px;
	}
}

/* -------------------------------
   Block: Card Features 3
------------------------------- */

.card-feature-3 {
	margin-top: 5px;
}
.card-feature-3 .wt-col {
	align-self: stretch;
	display: flex;
}
.card-feature-3 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-feature-3 .card-body {
	padding: 24px;
}
.card-feature-3 .card-img-top {
	height:400px;
	width:100%;
	object-fit:cover;
}
.card-feature-3 .badge {
	font-weight: 600;
	border-radius: 0.8rem;
}
.card-feature-3 .card-title {
	margin-top:15px;
	margin-bottom: 15px;
}
.card-feature-3 .wt-card {
	flex-direction: row;
	height: -webkit-fill-available;
}
.card-feature-3 .wt-card .card-body {
	width: 50%;
	align-items: center;
	display: flex;
}
.card-feature-3 .image-item-content {
	width: 50%;
}
.card-feature-3 .image-item-content img {
	object-fit: cover;
	height: 100%;
	width:100%
}

@media (max-width: 1399px) {
	.card-feature-3 .card-img-top {
		height:350px;
	}
}
@media (max-width: 1199px) {
	.card-feature-3 .card-img-top {
		height:300px;
	}
}
@media (max-width: 992px) {
	.card-feature-3 .card-img-top {
		height:460px;
	}
	.card-feature-3 .image-item-content img {
		height:300px;
	}
}
@media (max-width: 767px) {
	.card-feature-3 .card-img-top {
		height:350px;
	}
	.card-feature-3 .image-item-content img {
		height:250px;
	}
}
@media (max-width: 575.98px) {
	.card-feature-3 .card-img-top {
		height:300px;
	}
	.card-feature-3 .image-item-content img {
		height:300px;
	}
	.card-feature-3 .wt-card .card-body {
		width: 100%;
		display: block;
	}
	.card-feature-3 .image-item-content {
		width: 100%;
	}
	.card-feature-3 .wt-card {
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.card-feature-3 .card-img-top {
		height:250px;
	}
	.card-feature-3 .image-item-content img {
		height:250px;
	}
}

/* -------------------------------
   Block: Service Feature 1
------------------------------- */

.service-feature-1 {
	margin-top: 5px;
}
.service-feature-1 .wt-col {
	align-self: stretch;
	display: flex;
}
.service-feature-1 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.service-feature-1 .card-body {
	padding: 30px;
}
.service-feature-1 .icon-content {
	margin-bottom: 30px;
}

@media (max-width: 1399px) {
	.service-feature-1 .card-body {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.service-feature-1 .card-body {
		padding: 30px;
	}
}

/* -------------------------------
   Block: Service Feature 2
------------------------------- */

.service-feature-2 {
	margin-top: 5px;
}
.service-feature-2 .wt-col {
	align-self: stretch;
	display: flex;
}
.service-feature-2 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	flex-direction: row;
}
.service-feature-2 .card-body {
	padding: 30px;
	padding-left: 0;
	padding-right: 10px;
	width: 50%;
	align-items: center;
	display: flex;
}
.service-feature-2 .icon-content {
	text-align: center;
	align-items: center;
	display: flex;
}
.service-feature-2 .icon-content i {
	width: 125px;
}
.service-feature-2 .card-title {
	margin-bottom:15px;
}

@media (max-width: 1199px) {
	.service-feature-2 .card-body {
		padding-right: 24px;
	}
}

/* -------------------------------
   Block: Service Feature 3
------------------------------- */

.service-feature-3 {
	margin-top: 5px;
}
.service-feature-3 .wt-row {
	justify-content: center;
}
.service-feature-3 .wt-col {
	align-self: stretch;
	display: flex;
}
.service-feature-3 .card {
	width: 100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	flex-direction: row;
}
.service-feature-3 .card-body {
	padding: 35px;
	padding-left: 30px;
	padding-right: 30px;
	width: 50%;
	align-items: center;
	display: flex;
}
.service-feature-3 .icon-content {
	text-align: center;
	align-items: center;
	display: flex;
	width: 210px;
}
.service-feature-3 .icon-content i {
	height: 100%;
	width: 100%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	text-align: center;
	align-content: center;
}
.service-feature-3 .card-title {
	margin-bottom:15px;
}

@media (max-width: 575.98px) {
	.service-feature-3 .card {
		flex-direction: column;
	}
	.service-feature-3 .icon-content {
		width: 100%;
	}
	.service-feature-3 .card-body {
		width: 100%;
		padding: 25px;
	}
	.service-feature-3 .icon-content i {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0;
		padding: 25px;
	}
}

/* -------------------------------
   Block: Team Members 1
------------------------------- */

.team-members-1 {
	margin-bottom: 20px;
	padding-top: 10px;
}
.team-members-1 .wt-col {
	align-self: stretch;
	display: flex;
}
.team-members-1 .card {
	width: 100%;
	border-radius:6px;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.team-members-1 .wt-container {
	position: relative;
	margin-bottom: 0;
	box-shadow: unset;
	border: 0;
	--bs-card-bg: none;
	padding: 60px 0;
}
.team-members-1 .wt-container:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background: #ffffff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	content: "";
}
.team-members-1 .wt-card {
	position: sticky;
	top: 100px;
	height: fit-content;
	margin-bottom: 0;
	z-index: 2;
}
.team-members-1 .card-body {
	padding-right: 3rem;
	padding-left: 2.3rem;
}
.team-members-1 .image-content {
	position: relative;
	padding: 1rem;
	border-radius:6px;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.team-members-1 .wt-card-content {
	position: relative;
	margin-bottom: 0;
	box-shadow: unset;
	border: 0;
	--bs-card-bg: none;
}
.team-members-1 .card-img-top {
	object-fit: cover;
	border-radius: 4px;
}
.team-members-1 .card-body .card-subtitle {
	margin-top: 10px;
	margin-bottom: 15px;
}
.team-members-1 .card-body .card-text {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}
.team-members-1 .card-content-list {
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
}
.team-members-1 .card-content-list li {
	display: flex;
	margin-bottom: 10px;
}
.team-members-1 .card-content-list li h6 {
	margin-bottom:0;
	min-width:140px;
	line-height: 1.45;
}
.team-members-1 .card-content-list li p {
	margin-bottom:0;
	font-weight: 500;
	line-height: 1.45;
	font-size: 1rem;
}
.team-members-1 .social-icons {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}
.team-members-1 .card-content-text h5 {
	margin-bottom: 12px;
	margin-top: 30px;
}
.team-members-1 .card-content-list-items {
	padding-left: 0;
	list-style: none;
}
.team-members-1 .card-content-list-items li {
	line-height: 23px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5rem;
}
.team-members-1 .card-content-list-items li:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #737373;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	z-index: 2;
}
.team-members-1 .card-content-list-items li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	width: 16px;
	height: 16px;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	z-index: 1;
	border: 1px solid #737373;
}
.team-members-1 .card-content-list-items li:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.team-members-1 .card-body {
		padding-right: 30px;
		padding-left: 20px;
	}
}
@media (max-width: 992px) {
	.team-members-1 .card-body {
		padding-right: 20px;
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.team-members-1 .wt-container:before {
		width: 100%;
		background: none;
		box-shadow: none;
	}
	.team-members-1 .wt-container {
		padding: 0;
	}
	.team-members-1 .card-body {
		padding-right: 0;
		padding-left: 0;
		padding-top: 25px;
		padding-bottom: 5px;
	}
}
@media (max-width: 575.98px) {
	.team-members-1 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Team Members 2
------------------------------- */

.team-members-2 {
	margin-top: 5px;
}
.team-members-2 .wt-col {
	align-self: stretch;
	display: flex;
}
.team-members-2 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.team-members-2 .card-body {
	padding: 30px;
}
.team-members-2 .card-title {
	margin-bottom: .25rem;
}
.team-members-2 .card-subtitle {
	margin-top: 1rem;
	margin-bottom: 0;
}
.team-members-2 .card-text {
	margin-bottom: 0;
}
.team-members-2 .image-content img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	padding: 0.25rem;
	margin-bottom: 17px;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	border: 1px solid var(--bs-border-color);
}

@media (max-width: 1399px) {
	.team-members-2 .card-body {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.team-members-2 .image-content img {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 575.98px) {
	.team-members-2 .card-body {
		padding: 30px;
	}
}

/* -------------------------------
   Block: Team Members 3
------------------------------- */

.team-members-3 {
	margin-top: 5px;
}
.team-members-3 .wt-row {
	justify-content: space-evenly;
}
.team-members-3 .wt-col {
	align-self: stretch;
	display: flex;
}
.team-members-3 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.team-members-3 .card-body {
	padding: 24px;
}
.team-members-3 .card-text {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: left;
}
.team-members-3 .image-content{
	width: 70%;
	justify-self: center;
}
.team-members-3 .image-content img {
	width: 100%;
	object-fit: cover;
	padding: 0.25rem;
	margin-bottom: 17px;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	border: 1px solid var(--bs-border-color);
}
.team-members-3 .social-icons {
	background-color: #eff0f0;
	margin-top: 15px;
	margin-bottom: 0;
	padding:10px;
	justify-items: center;
	border-radius: 4px;
	border: 0;
}
.team-members-3 .f-icon {
	margin-bottom:0;
	font-size: 14px;
	padding: 8px;
	min-width: 30px;
}

@media (max-width: 767px) {
	.team-members-3 .image-content img {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 575.98px) {
	.team-members-3 .card-body {
		padding: 30px;
	}
}

/* -------------------------------
   Block: Team Members 4
------------------------------- */

.team-members-4 {
	margin-top: 5px;
}
.team-members-4 .wt-col {
	align-self: stretch;
	display: flex;
}
.team-members-4 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.team-members-4 .wt-card {
	flex-direction: row;
	height: -webkit-fill-available;
}
.team-members-4 .card-body {
	padding: 24px;
}
.team-members-4 .wt-card .card-body {
	width: 60%;
	display: flex;
}
.team-members-4 .card-text {
	margin-top: 15px;
}
.team-members-4 .image-item-content {
	width: 40%;
	height: 100%;
}
.team-members-4 .image-item-content img {
	object-fit: cover;
	height: 100%;
	width:100%
}
.team-members-4 .social-icons {
	margin-bottom: 0;
}
.team-members-4 .f-icon {
	margin-bottom: 0;
	font-size: 14px;
	min-width: 30px;
}

@media (max-width: 1199px) {
	.team-members-4 .image-item-content {
		width: 250px;
	}
}
@media (max-width: 767px) {
	.team-members-4 .image-item-content {
		width: 220px;
	}
}
@media (max-width: 575.98px) {
	.team-members-4 .image-item-content {
		width: 100%;
	}
	.team-members-4 .wt-card .card-body {
		width: 100%;
	}
	.team-members-4 .wt-card {
		flex-direction: column;
	}
	.team-members-4 .image-item-content img {
		height: 350px;
		object-position: top;
	}
}
@media (max-width: 480px) {
	.team-members-4 .image-item-content img {
		height: 300px;
	}
}

/* -------------------------------
   Block: Testimonials 1
------------------------------- */

.testimonials-1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.testimonials-1 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.testimonials-1 .wt-row {
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.testimonials-1 .title-content {
	margin-bottom: 35px;
	text-align: center;
}
.testimonials-1 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding: 24px;
}
.testimonials-1 .card-rating {
	padding-left: 0;
	list-style: none;
}
.testimonials-1 .card-rating li {
	display: inline-block;
}
.testimonials-1 .main-author {
	display: flex;
}
.testimonials-1 .image-content {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.testimonials-1 .image-content img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	padding: 0.10rem;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	border: 1px solid var(--bs-border-color);
}
.testimonials-1 .main-author .image-content {
	height: 100%;
}
.testimonials-1 .main-author .text-author .title {
	margin-bottom: 3px;
	margin-top: 2px;
}
.testimonials-1 .main-author .text-author .subtitle {
	margin-bottom: 0;
}

@media (max-width: 1399px) {
	.testimonials-1 .card {
		min-height: 234px;
		justify-content: space-between;
	}
}
@media (max-width: 1199px) {
	.testimonials-1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.testimonials-1 {
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.testimonials-1 .card {
		min-height: 254px;
	}
}
@media (max-width: 767px) {
	.testimonials-1 .card {
		min-height: auto;
	}
}
@media (max-width: 480px) {
	.testimonials-1 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.testimonials-1 .wt-row {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

/* -------------------------------
   Block: Testimonials 2
------------------------------- */

.testimonials-2 {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.testimonials-2 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.testimonials-2 .wt-row {
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.testimonials-2 .title-content {
	margin-bottom: 35px;
	text-align: center;
}
.testimonials-2 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding: 24px;
}
.testimonials-2 .card-rating {
	padding-left: 0;
	list-style: none;
}
.testimonials-2 .card-rating li {
	display: inline-block;
}
.testimonials-2 .main-author {
	display: flex;
}
.testimonials-2 .image-content {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.testimonials-2 .image-content img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	padding: 0.10rem;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	border: 1px solid var(--bs-border-color);
}
.testimonials-2 .main-author .image-content {
	height: 100%;
}
.testimonials-2 .main-author .text-author .title {
	margin-bottom: 3px;
	margin-top: 2px;
}
.testimonials-2 .main-author .text-author .subtitle {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.testimonials-2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.testimonials-2 {
		padding-top: 5px;
		padding-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.testimonials-2 .jarallax {
		transform: none !important;
	}
}
@media (max-width: 480px) {
	.testimonials-2 .hero-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.testimonials-2 .wt-row {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

/* -------------------------------
   Block: Contact Form 1
------------------------------- */

.contact-1 {
	margin-bottom: 15px;
}
.contact-1 .card {
	width: 100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding: 24px;
}
.contact-1 .text-content {
	margin-bottom: 25px;
}
.contact-1 .text-content:last-child {
	margin-bottom: 0;
}
.contact-1 .text-details:last-child {
	margin-bottom: 0;
}
.contact-1 .text-content .text-title {
	margin-bottom: 8px;
}
.contact-1 .social-icons {
	margin-bottom: 0;
	padding-top: 25px;
	border-top: 1px solid #d8d8d8;
}
.contact-1 .social-icons .social-media-list .f-icon {
	margin-bottom:0;
}

.contact-1 .wt-contact-form .wt-input {
	margin-bottom: 1.5rem;
}
.contact-1 .wt-contact-form .wt-input .wt-label {
	font-weight: 600;
	margin-bottom: .5rem;
}
.contact-1 .wt-contact-form .wt-input .form-control {
	padding: 10px 20px;
}

@media (max-width: 992px) {
	.contact-1 .card {
		margin-bottom: 25px;
	}
	.contact-1 .wt-card {
		margin-bottom: 15px;
	}
	.contact-1 .text-content {
		margin-bottom: 15px;
		display: flex;
	}
	.contact-1 .text-content .text-title {
		margin-bottom:0;
		margin-right: 7px;
		line-height: 1.5;
		font-size: var(--bs-body-font-size);
	}
	.contact-1 .text-content .text-details {
		margin-bottom:0;
	}
}
@media (max-width: 575.98px) {
	.contact-1 .text-content {
		justify-content: space-between;
	}
	.contact-1 .text-content .text-details {
		width: 50%;
	}
}

/* -------------------------------
   Block: Contact Form 2
------------------------------- */

.contact-2 {
	margin-bottom: 15px;
}
.contact-2 .card {
	width: 100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding: 24px;
}
.contact-2 .text-content {
	margin-bottom: 0;
}
.contact-2 .text-content .text-title {
	margin-bottom: 5px;
}
.contact-2 .text-content .text-details {
	margin-bottom: 0;
}
.contact-2 .card-main {
	display: flex;
	flex-direction: row;
	padding: 15px;
	padding-left: 20px;
}
.contact-2 .card-main:last-child {
	margin-bottom: 0;
}
.contact-2 .icon-content {
	text-align: center;
	align-items: center;
	display: flex;
}
.contact-2 .icon-content i {
	margin-right: 20px;
}
.contact-2 .social-icons {
	margin-bottom: 0;
	padding-top: 25px;
	border-top: 1px solid #d8d8d8;
}
.contact-2 .social-icons .social-media-list .f-icon {
	margin-bottom:0;
}

.contact-2 .wt-contact-form .wt-input {
	margin-bottom: 1.5rem;
}
.contact-2 .wt-contact-form .wt-input .wt-label {
	font-weight: 600;
	margin-bottom: .5rem;
}
.contact-2 .wt-contact-form .wt-input .form-control {
	padding: 10px 20px;
}

@media (max-width: 992px) {
	.contact-2 .card {
		margin-bottom: 25px;
	}
	.contact-2 .wt-card {
		margin-bottom: 15px;
	}
	.contact-2 .icon-content {
		text-align: center;
		align-items: center;
		display: flex;
	}
	.contact-2 .text-content .text-title {
		margin-bottom:0;
		margin-right: 7px;
		line-height: 1.5;
		font-size: var(--bs-body-font-size);
	}
	.contact-2 .text-content .text-details {
		margin-bottom:0;
	}
}

/* -------------------------------
   Block: Contact Form 3
------------------------------- */

.contact-3 {
	margin-bottom: 15px;
}
.contact-3 .card {
	width: 100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding: 24px;
}
.contact-3 .social-icons {
	padding-top: 15px;
	border-top: 1px solid #d8d8d8;
}

.contact-3 .wt-contact-form .wt-input {
	margin-bottom: 1.5rem;
}
.contact-3 .wt-contact-form .wt-input .wt-label {
	font-weight: 600;
	margin-bottom: .5rem;
}
.contact-3 .wt-contact-form .wt-input .form-control {
	padding: 10px 10px;
}


/* -------------------------------
   Block: Tabs Info 1
------------------------------- */

.wt-side-tabs {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.wt-side-tabs .wt-side-tabs-button {
	margin-bottom: 15px;
}
.wt-side-tabs-button {
	float: left;
	width: 35%;
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
}
.wt-side-tabs-button button {
	display: block;
	padding: 34px 40px;
	margin: 0 0 12px;
	cursor: pointer;
	float: none;
	position: relative;
	z-index: 1;
	border: none;
	background-color: #fff;
	box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 12%);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	list-style: none;
	min-width: 100%;
}
.wt-side-tabs-button .nav-item.show .nav-link, .wt-side-tabs-button .nav-link.active {
	color: #ffffff;
	background-color: #a6a6a6;
}
.wt-side-tabs-button .nav-tabs {
	border:0;
}
.wt-side-tabs-button .nav-tabs .nav-link {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: left;
}
.wt-side-tabs-button button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-width: 12px;
	border-color: transparent transparent transparent #a6a6a6;
	border-style: solid;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}
.wt-side-tabs-button button.active:after {
	opacity: 1;
}
.wt-side-tabs-button button:last-child {
	margin-bottom: 0;
}
.wt-side-tabs-content {
	padding: 0px;
	background-color: #fff;
	border: none;
	float: left;
	width: 65%;
	min-height: 98.5%;
	clear: none;
	border-radius:6px;
	margin-bottom: 30px;
}
.wt-side-tabs-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.wt-side-tabs-button {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.wt-side-tabs-button button.active:after {
		opacity: 0;
	}
	.wt-side-tabs-content {
		float: none;
		width: 100%;
		min-height: auto;
		margin-bottom: 15px;
	}
	.wt-side-tabs .wt-side-tabs-button {
		margin-bottom: 0;
	}
	.wt-side-tabs-button .nav-tabs .nav-link {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.wt-side-tabs-button button {
		padding: 14px 20px;
	}
	.wt-side-tabs-button .nav-tabs .nav-link {
		font-size: 17px;
	}
}

/* -------------------------------
   Block: Page Banner 1
------------------------------- */

.banner-1-title {
	margin-bottom: 1.5em;
	text-align: center;
}

.banner-1-title .section-subtitle {
	margin-bottom: 5px;
}

.banner-1-desc {
	font-size: 1.09375rem;
	margin-bottom: 2rem;
}

.banner-1-desc-name {
	color: #285cb1;
}

.banner-1-desc-title {
	font-size: 16px;
}

.banner-1-media img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.banner-1-media img {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 992px) {
	.banner-1-media img {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.banner-1-media img {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 575.98px) {
	.banner-1-media img {
		width: 100px;
		height: 100px;
	}
}

/* -------------------------------
   Block: Page Awards 1
------------------------------- */

.awards-1-bg {
	background: #f2f3f4;
}

.awards-1-main {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
	.awards-1-svg {
		display: none;
	}

	.awards-1-bg {
		background: #fafafa;
	}
}

@media (max-width: 575.98px) {
	.awards-1-col-2 {
		margin-top: 0px !important;
	}
}

/* -------------------------------
   Block: Page Side Related
------------------------------- */

.siderelated-1-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

.siderelated-1-title h5 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
	transition: all .3s ease-in-out;
}

.siderelated-1-main {
	overflow: hidden;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.siderelated-1-img-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.siderelated-1-overlay-content {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.siderelated-1-overlay-content h6 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 55px;
	font-size: 18px;
}

.siderelated-1-media-content {
	position: relative;
	width: 100%;
}

.siderelated-1-overlay-viewdetails {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 14px;
}

.media-img {
	transition: transform .8s ease-in-out;
	width: 100%;
	transform: scale(1.2) rotate(0);
	height: 275px;
	object-fit: cover;
}

@media (min-width: 992px) {
	.siderelated-1-img-overlay {
		visibility: hidden;
		opacity: 0;
	}

	.siderelated-1-main:hover .siderelated-1-img-overlay {
		visibility: visible;
		opacity: 1;
	}

	.siderelated-1-overlay-content {
		top: 57%;
	}

	.siderelated-1-main:hover .siderelated-1-img-overlay .siderelated-1-overlay-content {
		top: 50%;
	}

	.siderelated-1-main:hover .siderelated-1-title h5 {
		color: #f99218;
		z-index: 1;
	}

	.siderelated-1-title:hover {
		background-color: rgba(0, 0, 0, .0);
	}

	.siderelated-1-main .media-img {
		transform: scale(1.01) rotate(0);
	}

	.siderelated-1-main:hover .media-img {
		transform: scale(1.2) rotate(0);
	}
}

@media (max-width: 1400px) {
	.media-img {
		height: 235px;
	}
}

@media (max-width: 1200px) {
	.media-img {
		height: 215px;
	}
}

@media (max-width: 992px) {
	.siderelated-1-title {
		background-color: rgba(0, 0, 0, .0);
	}

	.siderelated-1-img-overlay {
		background-color: rgba(0, 0, 0, .3);
	}

	.siderelated-1-overlay-content h6 {
		display: none;
	}

	.siderelated-1-overlay-viewdetails {
		margin-top: 65px;
	}
}

/* -------------------------------
   Block: Side 2 Related
------------------------------- */

.siderelated-2-bg {
	background: #fafafa;
}

.siderelated-2-ul {
	margin-bottom: 0px;
}

.siderelated-2-ul li {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 18px;
	background: #f3f3f3;
	margin-bottom: 20px;
}

.siderelated-2-ul a {
	text-decoration: none;
}

.siderelated-2-a {
	color: #666;
}




/* --------------------------------------
   Editor Block: Block Cards 1
-------------------------------------- */

.b-cards-1 {
	margin: 30px 0 30px 0;
}

.b-cards-1 .card:hover {
	background: #fff;
	box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.b-cards-1 .b-title {
	font-size: 18px;
	font-weight: 600;
}

/* --------------------------------------
   Editor Block: Avatar 1
-------------------------------------- */

.container.b-avatar-1 {
	height: 100%;
	align-content: center;
}

.b-avatar-1 .image_outer_container {
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50%;
	position: relative;
}

.b-avatar-1 .image_inner_container {
	border-radius: 50%;
	padding: 5px;
	background: #666666;
	background: -webkit-linear-gradient(to bottom, #a9a9a9, #6a6a6a, #666666);
	background: linear-gradient(to bottom, #a9a9a9, #6a6a6a, #666666);
}

.b-avatar-1 .image_inner_container img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 5px solid white;
}

/* --------------------------------------
   Editor Block: Team Columns
-------------------------------------- */

.b-team-columns img {
	width: 100%;
	object-fit: cover;
}

/* --------------------------------------
   Editor Block: Loading Circle 1
-------------------------------------- */

.b-loading-circle {
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.b-loader {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top: 8px solid #09f;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* --------------------------------------
   Editor Block: Quote 1
-------------------------------------- */

.b-quote-1 {
	overflow: hidden;
	padding: 20px;
	padding-top: 5px;
	border-radius: 17px;
	background-color: #717171;
	margin-top: 25px;
	color: white;
	width: 100%;
	box-shadow: 2px 2px 2px 2px #E0E0E0;
}

.b-quote-1-mark {
	font-weight: bold;
	font-size: 80px;
	color: white;
	font-family: "Times New Roman", Georgia, Serif;
}

.b-quote-1-text {
	font-size: 18px;
	margin-top: -65px;
}

.b-quote-1 hr {
	margin-top: -8px;
	margin-bottom: 5px;
	color: #e8e8e8;
}

/* --------------------------------------
   Editor Block: Action Button 1
-------------------------------------- */

.action-bar-1 {
	padding-bottom: 60px;
	padding-top: 60px;
	color: #ffffff;
}
.action-bar-1 .row {
	align-items: center;
}
.action-bar-1 .left-details {
	margin-bottom: 0;
}
.action-bar-1 .subtitle {
	letter-spacing: 1px;
	margin-bottom: 0;
}
.action-bar-1 .text-content {
	margin-bottom: 0;
	margin-top: 2px;
	font-size: 23px;
}
.action-bar-1 .right-details {
	text-align: right;
}
.ab-1-block {
	border-radius:8px;
	margin-bottom: 1rem;
}
.ab-1-block .left-details {
	margin-left: 30px;
}
.ab-1-block .right-details {
	margin-right: 30px;
}

@media screen and (max-width: 991.98px) {
	.action-bar-1 .left-details {
		margin-bottom: 20px;
		text-align: center;
	}
	.action-bar-1 .right-details {
		text-align: center;
	}
	.ab-1-block .left-details {
		margin-left: 0;
	}
	.ab-1-block .right-details {
		margin-right: 0;
	}
	.ab-1-block {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}
@media (max-width: 481px) {
	.action-bar-1 {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.action-bar-1 .text-content {
		font-size: 20px;
	}
}

/* --------------------------------------
   Module Blocks: Blog Posts 1
-------------------------------------- */

.b-blog-posts-1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.b-blog-posts-box {
	margin-bottom: 1.5rem;
}

.blog-category .blog-badge {
	background-color: rgba(144, 144, 144, 0.1);
	border: 1px solid rgba(144, 144, 144, 0.1);
	color: #707070;
}

.blog-category-all {
	height: 285px;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.blog-category-img {
	height: 285px;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.blog-category .blog-category-title {
	font-weight: 600;
	font-size: 18px;
}

.blog-category .blog-category-title:hover {
	color: #1f5bd1 !important;
}

.blog-category a {
	text-decoration: none;
}

.blog-category-arrow {
	font-size: 12px;
}

.blog-category-readmore {
	color: #424242;
}

/* --------------------------------------
   Module Blocks: Event Posts 1
-------------------------------------- */

.b-event-posts-1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.b-event-100 {
	width: 100%;
}

.events-1-items {
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
}

.events-1-img-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.events-1-img-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(30px) brightness(1);
	filter: blur(30px) brightness(1);
	z-index: 1;
}

.events-1-img-2 {
	height: 300px;
	object-fit: cover;
	z-index: 2;
	position: relative;
}

.events-1-items-date {
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	text-transform: uppercase;
	z-index: 3;
}

.events-1-items-date-1 {
	font-size: 24px;
}

.events-1-items-date-2 {
	font-size: 14px;
}

.events-1-items-date-3 {
	font-size: 14px;
}

.events-1-items-info {
	padding-left: 60px;
	padding-right: 60px;
}

.events-1-items-info a {
	text-decoration: none;
}

.events-1-items-info h5 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
}

.events-1-items-info-cat {
	margin-bottom: 15px;
	display: block;
}

.events-1-items-info-name {
	color: #333;
	text-decoration: none;
}

.events-1-marginrom {
	margin-left: 0px;
	margin-right: 0px;
}

.events-1-items-info-details {
	padding-left: 0px;
}

.events-1-items-info-details li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.events-1-items-info-details li i {
	color: #757575;
	width: 22px;
}

.events-1-items-info-details li:last-child {
	margin-right: 0;
}

.events-1-items-info-details-top {
	margin-bottom: 0px;
}

.events-1-items-info-time {
	margin-right: -4px;
}

.events-1-items-info-details-price {
	color: #008000;
}

.events-1-items-info-details-price i {
	color: #008000 !important;
}

.events-1-items-info-details-price-closed {
	color: #800000;
}

.events-1-items-info-details-price-closed i {
	color: #800000 !important;
}

.events-1-items-info-dates {
	float: left;
	margin-bottom: 7px;
	margin-right: 3px !important;
	margin-top: 4px;
	margin-left: 2px;
}

.events-1-items-facilitator {
	margin-top: 0px;
}

.events-1-items-info-readmore {
	color: #424242;
}

.events-1-items-info-desc {
	margin-bottom: 5px;
	max-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.events-1-items-info-readmore:hover {
	color: #0069da;
}

.events-1-items-info-readmore:focus {
	color: #0069da;
}

.events-1-items-info-arrow {
	font-size: 12px;
}

.events-catbuttons {
	color: #444;
}

.events-catbuttons-2:hover {
	color: #fff;
	background: #5b5b5b;
}

.events-header-summary {
	margin-top: 5px;
}

@media (max-width: 1400px) {
	.events-1-items-info {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1200px) {
	.events-1-items-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	.events-1-items-info-time {
		margin-right: 0px;
	}
}

@media (max-width: 992px) {
	.events-1-items-info {
		padding: 15px;
	}

	.events-1-items-info-time {
		margin-right: -4px;
	}

	.events-1-items-info-details li:last-child {
		width: 100%;
	}

	.events-1-img-2 {
		height: auto;
	}
}

@media (max-width: 767px) {
	.events-1-items-img img {
		height: auto;
	}
}

@media (max-width: 575.98px) {
	.event-1-img-main {
		margin-bottom: 15px;
	}

	.event-1-img-inner {
		border-radius: 6px;
	}

	.events-1-items-info-time {
		margin-right: -1px;
	}
}


/* -------------------------------
   Responsive Styles
------------------------------- */

@media (max-width: 1200px) {
	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 992px) {

	.footer .footer-logo .footer-logo-text {
		font-size: 1.3125rem;
	}

	.footer .footer-media-list a {
		font-size: 0.875rem;
	}

	.footer .footer-media-list a + a {
		margin-left: 0.15rem;
	}

	.footer {
		padding: 2rem 0;
		padding-bottom: 1rem;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer .footer-media-list {
		display: block;
		text-align: center;
	}

	.footer .footer-desc {
		margin-bottom: 1.5rem;
	}

	.footer .footer-logo {
		display: block;
		text-align: center;
	}

	.footer .footer-copyright {
		margin-top: 0rem;
	}
}

@media (max-width: 767px) {
	.footer-legal {
		text-align: center;
	}

	.footer-powered {
		text-align: center;
	}

	.footer {
		padding-left: inherit;
		padding-right: inherit;
		text-align: center;
	}

	.footer-aboutus h5 {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {

}

