/* Theme Blocks */

/* -------------------------------
   Default Styles
------------------------------- */

.separator {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 200px;
}
.separator svg, .separator img {
	width: 100%;
	height: 100%;
}
.separator.bottom {
	bottom: 0;
}

/* -------------------------------
   Modules Top Section
------------------------------- */

.section-banner {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0;
	margin-bottom: 40px;
	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(25px);
	background: rgba(0, 0, 0, 0.40);
	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;
}
.section-banner .post-header-info {
	margin-top: 15px;
	margin-bottom: 0;
	display: flex;
	justify-content: left;
}
.section-banner .section-header-info span {
	color: #fff;
}
.section-banner .section-header-info .section-header-line {
	margin-left: 1.5rem;
	color: #fff;
}

/* ------------------ 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;
	}
}

/* -------------------------------
   Section: Hero 1
------------------------------- */

.hero-1 {
	margin-bottom: 15px;
}
.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;
	margin-top:15px;
}
.hero-1 .btns {
	margin-top: 4rem;

}
.hero-1 img {
	transition: opacity 3s;
	width: 100%;
}

/* Hero 1 - Responsive */

@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%;
		margin-bottom: 15px;
	}
	.hero-1 .content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
}
@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;
}
.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%);
}

/* Hero 2 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: Hero 3
------------------------------- */

.hero-3 {
	margin-bottom: 15px;
}
.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: 3rem;
}
.hero-3 img {
	transition: opacity 3s;
	width: 100%;
}

/* Hero 3 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: Hero 4
------------------------------- */

.hero-4 {
	margin-bottom: 15px;
}
.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%;
}

/* Hero 4 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: Page Hero 1
------------------------------- */

.page-hero-1 {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 15px;
}
.page-hero-1 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.page-hero-1 .title {
	font-weight: 700;
}
.page-hero-1 .text-content {
	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 20px;
}
.page-hero-1 .subtitle {
	margin-bottom: 10px;
}

/* Page Hero 1 - Responsive */

@media (max-width: 1200px) {
	.page-hero-1 .title {
		font-size: 35px;
	}
	.page-hero-1 .text-content {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.page-hero-1 {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align:center;
	}
	.page-hero-1 .title {
		font-size: 32px;
	}
	.page-hero-1 .text-content {
		margin-top: 1rem;
		opacity: 1;
	}
}
@media (max-width: 575.98px) {
	.page-hero-1 .text-content {
		font-size: 16px;
	}
	.page-hero-1 .title {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.page-hero-1 {
		padding-top: 3rem;
	}
	.page-hero-1 .hero-container {
		padding-left: 0;
		padding-right: 0;
	}
	.page-hero-1 .text-content {
		padding: 15px;
		padding-top: 0;
		padding-bottom:0;
		margin-bottom: 0;
	}
}

/* --------------------------------------
   Section: 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;
}

/* Action Bar 1 - Responsive */

@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: 40px;
		padding-top: 40px;
	}
	.action-bar-1 .text-content {
		font-size: 20px;
	}
}

/* -------------------------------
   Section: 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;
}

/* Team Members 1 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: 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: 20px;
	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);
}

/* Team Members 2 - Responsive */

@media (max-width: 1399px) {
	.team-members-2 .card-body {
		padding: 24px;
	}
}
@media (max-width: 1199px) {
	.team-members-2 .card {
		margin-bottom: 25px;
	}
}
@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;
	}
}

/* -------------------------------
   Section: 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: 20px;
	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;
}

/* Team Members 3 - Responsive */

@media (max-width: 1199px) {
	.team-members-3 .card {
		margin-bottom: 25px;
	}
}
@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;
	}
}

/* -------------------------------
   Section: 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;
}

/* Team Members 4 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: 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;
}

/* Testimonials 1 - Responsive */

@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;
	}
	.testimonials-1 .card:last-child {
		margin-bottom:0;
	}
	.testimonials-1 .wt-row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.testimonials-1 .hero-container {
		padding-right: 0;
		padding-left: 0;
	}
	.testimonials-1 .wt-row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Section: 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;
}

/* Testimonials 2 - Responsive */

@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: 0;
		padding-left: 0;
	}
	.testimonials-2 .wt-row {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

/* -------------------------------
   Section: Feature Bar 1
------------------------------- */

.feature-bar-1 {
	margin-bottom: 15px;
}
.feature-bar-1 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-bar-1 .title-content {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 600;
}
.feature-bar-1 .title-content .title {
	font-size: 20px;
	margin-bottom: 5px;
}
.feature-bar-1 .title-content .subtitle {
	font-size: 25px;
	font-weight: 600;
}
.feature-bar-1 .main-content {
	display: flex;
	justify-self: center;
	justify-content: center;
}
.feature-bar-1 .text-content {
	flex: 0 0 auto;
	width: 58.33333333%;
	padding-right: 80px;
}
.feature-bar-1 .text-content .title {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: 600;
}
.feature-bar-1 .text-content .subtitle {
	font-size: 16px;
}
.feature-bar-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);
}

/* Feature Bar 1 - Responsive */

@media (max-width: 1399px) {
	.feature-bar-1 .text-content {
		width: 70%;
	}
}
@media (max-width: 1199px) {
	.feature-bar-1 .main-content {
		justify-content: space-between;
	}
	.feature-bar-1 .text-content {
		width: 80%;
	}
	.feature-bar-1 .image-content {
		flex: 0 0 auto;
		width: 20%;
	}
}
@media (max-width: 992px) {
	.feature-bar-1 {
		padding-top: 35px;
		padding-bottom: 30px;
		text-align:center;
	}
	.feature-bar-1 .text-content {
		text-align: left;
	}
	.feature-bar-1 .text-content {
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	.feature-bar-1 .image-content img {
		width: 100px;
		height: 100px;
	}
	.feature-bar-1 .text-content {
		padding-right: 30px;
	}
}
@media (max-width: 575.98px) {
	.feature-bar-1 .text-content {
		width: auto;
		padding-right: 0;
	}
	.feature-bar-1 .image-content {
		width: auto;
		text-align: left;
	}
	.feature-bar-1 .image-content {
		width: auto;
		text-align: right;
		margin-top: -78px;
	}
	.feature-bar-1 .image-content img {
		width: 70px;
		height: 70px;
	}
	.feature-bar-1 .main-content {
		display: block;
	}
}
@media (max-width: 480px) {
	.feature-bar-1 .hero-container {
		padding-right: 0;
		padding-left: 0;
	}
}

/* -------------------------------
   Section: Feature Bar 2
------------------------------- */

.feature-bar-2 {
	margin-bottom: 15px;
}
.feature-bar-2 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-bar-2 .wt-row {
	align-items: center;
}
.feature-bar-2 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-bar-2 .title-content .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.feature-bar-2 .title-content .subtitle {
	font-weight: 600;
}
.feature-bar-2 .text-content {
	padding-right: 80px;
	margin-bottom: 25px;
}
.feature-bar-2 .image-content {
	height: 100%;
}
.feature-bar-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-bar-2-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.f-bar-2-block .wt-col-a {
	padding-left:0;
}
.f-bar-2-block .wt-col-b {
	padding-right:0;
}
.f-bar-2-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}
.f-bar-2-block .text-content {
	padding-right: 0;
}
.f-bar-2-block .title-content .title {
	font-size: inherit;
}

.f-bar-2-right-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.f-bar-2-right-block .wt-col-a {
	padding-left:0;
}
.f-bar-2-right-block .wt-col-b {
	padding-right:0;
}
.f-bar-2-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}
.f-bar-2-right-block .text-content {
	padding-right: 0;
}
.f-bar-2-right-block .title-content .title {
	font-size: inherit;
}

/* Feature Bar 2 - Responsive */

@media (max-width: 1399px) {
	.feature-bar-2 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-bar-2 .image-content img {
		height: 200px;
	}
	.feature-bar-2 .text-content {
		padding-right: 30px;
	}
	.feature-bar-2 .title-content {
		margin-bottom: 20px;
	}
	.f-bar-2-block .main-content {
		padding-right: 20px;
	}
	.f-bar-2-block .text-content {
		padding-right: 0;
	}
	.f-bar-2-right-block .main-content {
		padding-left: 20px;
	}
	.f-bar-2-right-block .text-content {
		padding-right: 0;
	}
}
@media (max-width: 992px) {
	.feature-bar-2 {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align:center;
	}
	.feature-bar-2 .text-content {
		padding-right: 0;
	}
	.feature-bar-2 .btns {
		margin-bottom:30px;
	}
	.feature-bar-2 .image-content img {
		height: auto;
	}
	.f-bar-2-block {
		text-align:left;
		padding-top: 0;
		padding-bottom: 0;
		max-width: 100%;
		--bs-gutter-x: 0;
	}
	.f-bar-2-block .main-content {
		padding-right: 0;
	}
	.f-bar-2-block .wt-col-a {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.f-bar-2-block .wt-col-b {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.f-bar-2-right-block {
		text-align:left;
		padding-top: 0;
		padding-bottom: 0;
		max-width: 100%;
		--bs-gutter-x: 0;
	}
	.f-bar-2-right-block .main-content {
		padding-left: 0;
	}
	.f-bar-2-right-block .wt-col-a {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.f-bar-2-right-block .wt-col-b {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
}
@media (max-width: 767px) {
	.feature-bar-2 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	.feature-bar-2 .hero-container {
		padding-right: 0;
		padding-left: 0;
	}
}

/* -------------------------------
   Section: Feature Bar 3
------------------------------- */

.feature-bar-3 {
	margin-bottom: 15px;
}
.feature-bar-3 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-bar-3 .wt-row {
	align-items: center;
}
.feature-bar-3 .title-content {
	font-weight: 600;
}
.feature-bar-3 .title-content .title {
	font-weight: 600;
}
.feature-bar-3 .main-content .subtitle {
	font-weight: 600;
}
.feature-bar-3 .row-content {
	padding-top: 35px;
	justify-content: space-between;
}
.feature-bar-3 .row-content p {
	margin-bottom: 5px;
}
.feature-bar-3 .row-content .text-content {
	padding-right:30px;
}
.feature-bar-3 .main-content {
	padding-left: 80px;
}
.feature-bar-3 .image-content {
	height: 100%;
}
.feature-bar-3 .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 Bar 3 - Responsive */

@media (max-width: 1399px) {
	.feature-bar-3 .image-content img {
		height: 380px;
	}
	.feature-bar-3 .row-content .text-content {
		padding-right:10px;
	}
}
@media (max-width: 1199px) {
	.feature-bar-3 .image-content img {
		height: 310px;
	}
	.feature-bar-3 .main-content {
		padding-left: 20px;
	}
	.feature-bar-3 .title-content {
		margin-bottom: 0;
	}
	.feature-bar-3 .row-content {
		padding-top: 30px;
	}
	.feature-bar-3 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media (max-width: 992px) {
	.feature-bar-3 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.feature-bar-3 .main-content {
		padding-left: 0;
		margin-top: 35px;
	}
	.feature-bar-3 .image-content img {
		height: auto;
	}
}
@media (max-width: 767px) {
	.feature-bar-3 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	.feature-bar-3 .title-content .title {
		padding-bottom: 20px;
	}
	.feature-bar-3 .row-content {
		padding-top: 0;
	}
	.feature-bar-3 .row-content .text-content {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.feature-bar-3 {
		padding-bottom: 0;
	}
	.feature-bar-3 .hero-container {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	.feature-bar-3 .hero-container {
		padding-right: 0;
		padding-left: 0;
	}
	.feature-bar-3 .hero-container .row-content .col-xl-6 {
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------------------------------
   Section: Feature Bar 4
------------------------------- */

.feature-bar-4 {
	margin-bottom: 15px;
}
.feature-bar-4 .hero-container {
	padding:20px;
	border-radius: 4px;
}
.feature-bar-4 .wt-row {
	align-items: center;
}
.feature-bar-4 .text-content .title {
	font-weight: 600;
}
.feature-bar-4 .row-content {
	padding-top: 35px;
}
.feature-bar-4 .row-content p {
	margin-bottom: 5px;
}
.feature-bar-4 .row-content .text-content {
	padding-right:30px;
}
.feature-bar-4 .main-content {
	padding-left: 80px;
}
.feature-bar-4 .image-content {
	height: 100%;
}
.feature-bar-4 .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-bar-4 .image-item-content {
	float:left;
	margin-bottom:30px;
	margin-right:20px;
}
.feature-bar-4 .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);
}

/* Feature Bar 4 - Responsive */

@media (max-width: 1399px) {
	.feature-bar-4 .image-content img {
		height: 380px;
	}
	.feature-bar-4 .row-content .text-content {
		padding-right:10px;
	}
}
@media (max-width: 1199px) {
	.feature-bar-4 .image-content img {
		height: 310px;
	}
	.feature-bar-4 .main-content {
		padding-left: 20px;
	}
	.feature-bar-4 .row-content {
		padding-top: 30px;
	}
	.feature-bar-4 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (max-width: 992px) {
	.feature-bar-4 {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.feature-bar-4 .main-content {
		padding-left: 0;
		margin-top: 35px;
	}
	.feature-bar-4 .image-content img {
		height: auto;
	}
	.feature-bar-4 .row-content {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.feature-bar-4 .text-content {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	.feature-bar-4 .row-content {
		padding-top: 0;
	}
	.feature-bar-4 .row-content .text-content {
		padding-right: 0;
		padding-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.feature-bar-4 .hero-container {
		padding-right: 0;
		padding-left: 0;
	}
	.feature-bar-4 .hero-container .row-content .col-xl-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------------------------------
   Section: Feature 1
------------------------------- */

.feature-1 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-1 .title-content .title {
	margin-bottom: 10px;
}
.feature-1 .title-content .subtitle {
	font-weight: 600;
}
.feature-1 .text-content {
	margin-bottom: 25px;
}
.feature-1 .image-content {
	height: 100%;
}
.feature-1 .image-content img {
	width: 100%;
	height: 500px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.feature-1 .f-1-block {
	margin-bottom: 45px;
}
.feature-1 .f-1-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}

.feature-1 .f-1-right-block {
	margin-bottom: 45px;
}
.feature-1 .f-1-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}
.feature-1:last-child {
	padding-bottom:30px;
	margin-bottom: 0;
}

/* Feature 1 - Responsive */

@media (max-width: 1399px) {
	.feature-1 .image-content img {
		height: 480px;
	}
}
@media (max-width: 1199px) {
	.feature-1 .image-content img {
		height: 450px;
	}
	.feature-1 .title-content {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.feature-1 .text-content {
		margin-bottom: 20px;
	}
	.feature-1 .f-1-block .main-content {
		padding-right: 20px;
	}
	.feature-1 .f-1-right-block .main-content {
		padding-left: 20px;
	}
}
@media (max-width: 992px) {
	.feature-1 .btns {
		margin-bottom:0;
	}
	.feature-1 .image-content img {
		height: auto;
	}
	.feature-1 .f-1-block .main-content {
		padding-right: 0;
	}
	.feature-1 .f-1-right-block .main-content {
		padding-left: 0;
	}
	.feature-1 .f-1-block {
		margin-bottom: 35px;
	}
	.feature-1 .f-1-right-block {
		margin-bottom: 35px;
	}
}

/* -------------------------------
   Section: Feature 2
------------------------------- */

.feature-2 {
	color: #ffffff;
}
.feature-2 .feature-section {
	border-radius: 10px;
}
.feature-2 .title-content {
	margin-bottom: 25px;
	font-weight: 600;
}
.feature-2 .title-content .title {
	margin-bottom: 10px;
}
.feature-2 .title-content .subtitle {
	font-weight: 600;
}
.feature-2 .text-content {
	margin-bottom: 25px;
}
.feature-2 .image-content {
	height: 100%;
}
.feature-2 .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);
}

.feature-2 .f-4-block {
	margin-bottom: 30px;
	border-radius: 10px;
}
.feature-2 .f-4-block .wt-col-b {
	padding-left: 0;
}
.feature-2 .f-4-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 30px;
	padding-left: 40px;
}
.feature-2 .f-4-block .image-content img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.feature-2 .f-4-right-block {
	margin-bottom: 30px;
	border-radius: 10px;
}
.feature-2 .f-4-right-block .wt-col-a {
	padding-right: 0;
}
.feature-2 .f-4-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 30px;
	padding-right: 40px;
}
.feature-2 .f-4-right-block .image-content img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* Feature 2 - Responsive */

@media (max-width: 1399px) {
	.feature-2 .image-content img {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	.feature-2 .image-content img {
		height: 100%;
	}
	.feature-2 .title-content {
		margin-bottom: 20px;
	}
	.feature-2 .f-4-block .main-content {
		padding: 30px;
		padding-right: 15px;
	}
	.feature-2 .f-4-right-block .main-content {
		padding: 30px;
		padding-left: 15px;
	}
}
@media (max-width: 992px) {
	.feature-2 .f-4-block .wt-col-b {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.feature-2 .f-4-right-block .wt-col-a {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.feature-2 .f-4-block .main-content {
		padding: 30px;
	}
	.feature-2 .f-4-right-block .main-content {
		padding: 30px;
	}
	.feature-2 .f-4-block {
		margin-bottom: 25px;
	}
	.feature-2 .f-4-right-block {
		margin-bottom: 25px;
	}
	.feature-2 .image-content img {
		height: 230px;
	}
	.feature-2 .f-4-block .image-content img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 0;
	}
	.feature-2 .f-4-right-block .image-content img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
	}
}
@media (max-width: 480px) {
	.feature-2 .f-4-block .main-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.feature-2 .f-4-right-block .main-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -------------------------------
   Section: Feature 3
------------------------------- */

.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%;
	min-height: 60vh;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}
.feature-3 .image-content img {
	width: 100%;
	height: 60vh;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.feature-3 .f-3-block {
	margin-bottom: 45px;
}
.feature-3 .f-3-block .main-content {
	height: 100%;
	align-content: center;
	padding-right: 40px;
}
.feature-3 .f-3-right-block {
	margin-bottom: 45px;
}
.feature-3 .f-3-right-block .main-content {
	height: 100%;
	align-content: center;
	padding-left: 40px;
}

/* Feature 3 - Responsive */

@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;
	}
	.feature-3 .f-3-block .main-content {
		padding-right: 20px;
	}
	.feature-3 .f-3-right-block .main-content {
		padding-left: 20px;
	}
}
@media (max-width: 992px) {
	.feature-3 .title-content .title {
		margin-top: 15px;
	}
	.feature-3 .title-content {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.feature-3 .text-content {
		margin-bottom: 0;
	}
	.feature-3 .btns {
		margin-bottom:10px;
	}
	.feature-3 .image-content img {
		height: auto;
	}
	.feature-3 .image-content {
		min-height: 350px;
	}
	.feature-3 .f-3-block {
		margin-bottom: 30px;
	}
	.feature-3 .f-3-block:last-child {
		margin-bottom: 0;
	}
	.feature-3 .f-3-block .main-content {
		padding-right: 0;
		margin-top: 5px;
	}
	.feature-3 .f-3-right-block .main-content {
		padding-left: 0;
		margin-top: 5px;
	}
	.feature-3 .f-3-right-block {
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.feature-3 .image-content {
		min-height: 300px;
	}
}
@media (max-width: 480px) {
	.feature-3 .image-content {
		min-height: 250px;
	}
}

/* -------------------------------
   Section: Feature 4
------------------------------- */

.feature-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.feature-4 .row-content .text-content {
	padding: 20px;
	align-items: center;
	color: #555;
}
.feature-4 .row-content .text-content p:last-child{
	margin-bottom: 0;
}
.feature-4 .text-content {
	padding:15px;
	padding-top: 25px;
	align-items: center;
	color: #555;
}
.feature-4 .text-content p:last-child{
	margin-bottom: 0;
}
.feature-4 .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-4 .box-content {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.feature-4 .icon-content {
	text-align: center;
	align-items: center;
	display: flex;
}

/* Feature 4 - Responsive */

@media (max-width: 1399px) {
	.feature-4 .image-content img {
		height: 380px;
	}
	.feature-4 .row-content .text-content {
		padding-right:10px;
	}
}
@media (max-width: 1199px) {
	.feature-4 .image-content img {
		height: 310px;
	}
}
@media (max-width: 992px) {
	.feature-4 .image-content img {
		height: auto;
	}
}
@media (max-width: 575.98px) {
	.feature-4 .row-content .text-content {
		padding-right: 20px;
	}
}
@media (max-width: 480px) {
	.feature-4 .hero-container .row-content .col-xl-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.feature-4 .row-content .text-content {
		padding-right: 10px;
	}
}

/* -------------------------------
   Section: 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;
}

/* -------------------------------
   Section: 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;
}

/* Card Feature 2 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: 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%
}

/* Card Feature 3 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: 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;
}

/* Service Feature 1 - Responsive */

@media (max-width: 1399px) {
	.service-feature-1 .card-body {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.service-feature-1 .card-body {
		padding: 30px;
	}
}

/* -------------------------------
   Section: 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;
}

/* Service Feature 2 - Responsive */

@media (max-width: 1199px) {
	.service-feature-2 .card-body {
		padding-right: 24px;
	}
}

/* -------------------------------
   Section: 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%;
	margin-bottom: 20px;
	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;
}

/* Service Feature 3 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: Contact Form 1
------------------------------- */

.contact-1 {
	margin-bottom: 10px;
}
.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;
}

/* Contact Form 1 - Responsive */

@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%;
	}
}
@media (max-width: 480px) {
	.contact-1 .text-content .text-details {
		width: 60%;
	}
}

/* -------------------------------
   Section: Contact Form 2
------------------------------- */

.contact-2 {
	margin-bottom: 10px;
}
.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;
}

/* Contact Form 2 - Responsive */

@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;
	}
}

/* -------------------------------
   Section: Contact Form 3
------------------------------- */

.contact-3 {
	margin-bottom: 10px;
}
.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;
}

/* -------------------------------
   Section: Footer 1
------------------------------- */

.footer-1 .footer-top {
	padding: 55px 0;
}
.footer-1 .footer-top .content-text img {
	margin-bottom:20px;
}
.footer-1 .footer-top .content-footer-list ul {
	padding-left: 0;
	list-style: none;
}
.footer-1 .footer-top .content-footer-list li {
	margin-bottom: 8px;
}
.footer-1 .footer-top .content-name {
	font-weight: 600;
}
.footer-1 .footer-top .content-contact {
	margin-bottom:0;
}
.footer-1 .footer-top .social-icons {
	margin-bottom:0;
	margin-top: 25px;
}
.footer-1 .footer-top .social-icons .f-icon {
	margin-bottom:0;
}
.footer-1 .footer-bottom {
	padding: 20px 0;
	font-size: 15px;
}
.footer-1 .footer-bottom .content-bottom-1 {
	display: flex;
}
.footer-1 .footer-bottom .content-bottom-1 a {
	text-decoration:none;
}
.footer-1 .footer-bottom .content-bottom-subtitle {
	margin-left:5px;
}
.footer-1 .footer-bottom .content-bottom-2 {
	text-align: right;
}
.footer-1 .footer-bottom .content-bottom-2 .breadcrumb {
	margin-bottom:0;
}

/* -------------------------------
   Section: Footer 2
------------------------------- */

.footer-2 .footer-top {
	padding: 55px 0;
}
.footer-2 .footer-top .content-text img {
	margin-bottom: 0;
}
.footer-2 .footer-top .content-text p:first-of-type {
	margin-top: 20px;
}
.footer-2 .footer-top .content-footer-list ul {
	padding-left: 0;
	list-style: none;
}
.footer-2 .footer-top .content-footer-list li {
	margin-bottom: 8px;
}
.footer-2 .footer-top .social-icons {
	margin-bottom:0;
	margin-top: 20px;
}
.footer-2 .footer-top .social-icons .f-icon {
	margin-bottom:0;
}
.footer-2 .footer-bottom {
	padding: 20px 0;
	font-size: 15px;
}
.footer-2 .footer-bottom .content-bottom-1 {
	display: flex;
}
.footer-2 .footer-bottom .content-bottom-1 a {
	text-decoration:none;
}
.footer-2 .footer-bottom .content-bottom-subtitle {
	margin-left:5px;
}
.footer-2 .footer-bottom .content-bottom-2 {
	text-align: right;
}
.footer-2 .footer-bottom .content-bottom-2 .breadcrumb {
	margin-bottom:0;
}

/* -------------------------------
   Section: Footer 3
------------------------------- */

.footer-3 .footer-bottom {
	padding: 25px 0;
	font-size: 15px;
}
.footer-3 .footer-bottom .social-icons {
	margin-bottom:0;
}
.footer-3 .footer-bottom .social-icons .f-icon {
	margin-bottom:0;
}
.footer-3 .footer-bottom .content-bottom-1 .content-title {
	font-weight: 600;
}
.footer-3 .footer-bottom .content-bottom-2 a {
	text-decoration:none;
}
.footer-3 .footer-bottom .content-bottom-2 {
	text-align: right;
}
.footer-3 .footer-bottom .content-bottom-2 .breadcrumb {
	margin-bottom:10px;
}

/* -------------------------------
   Footer Responsive
------------------------------- */

@media (max-width: 992px) {
	.footer-1 .footer-bottom .content-bottom-1 {
		justify-self: center;
	}
	.footer-1 .footer-bottom .content-bottom-2 {
		margin-top:10px;
		justify-self: center;
	}
	.footer-1 .footer-top .content-footer-list {
		margin-bottom: 45px;
	}
	.footer-1 .footer-top .content-text {
		margin-bottom: 45px;
	}
	.footer-1 .footer-top .content-footer-details {
		margin-bottom: 45px;
	}
	.footer-1 .footer-top {
		padding-bottom:10px;
	}
	.footer-2 .footer-bottom .content-bottom-1 {
		justify-self: center;
	}
	.footer-2 .footer-bottom .content-bottom-2 {
		margin-top:10px;
		justify-self: center;
	}
	.footer-2 .footer-top .content-footer-list {
		margin-bottom: 45px;
	}
	.footer-2 .footer-top .content-text {
		margin-bottom: 45px;
	}
	.footer-2 .footer-top .content-footer-details {
		margin-bottom: 45px;
	}
	.footer-2 .footer-top {
		padding-bottom:10px;
	}
	.footer-3 .footer-bottom .content-bottom-1 {
		justify-items: center;
		margin-bottom: 20px;
	}
	.footer-3 .footer-bottom .content-bottom-2 {
		margin-top:10px;
		justify-items: center;
		text-align: center;
	}
	.footer-3 .footer-bottom .social-icons .f-icon {
		margin-left:5px;
		margin-right: 5px;
	}
}
@media (max-width: 767px) {
	.footer-1 .footer-top .content-footer-list {
		margin-bottom: 30px;
	}
	.footer-1 .footer-top .content-text {
		margin-bottom: 30px;
	}
	.footer-1 .footer-top .content-footer-details {
		margin-bottom: 30px;
	}
	.footer-1 .footer-top {
		padding-bottom:25px;
	}
	.footer-1 .footer-top .content-footer-list li {
		margin-bottom: 6px;
	}
	.footer-2 .footer-top .content-footer-list {
		margin-bottom: 30px;
	}
	.footer-2 .footer-top .content-text {
		margin-bottom: 30px;
	}
	.footer-2 .footer-top .content-footer-details {
		margin-bottom: 30px;
	}
	.footer-2 .footer-top {
		padding-bottom:25px;
	}
	.footer-2 .footer-top .content-footer-list li {
		margin-bottom: 6px;
	}
}
@media (max-width: 575.98px) {
	.footer-1 .footer-bottom .content-bottom-1 {
		display: block;
		text-align: center;
	}
	.footer-2 .footer-bottom .content-bottom-1 {
		display: block;
		text-align: center;
	}
	.footer-2 .footer-top .content-text {
		text-align: center;
	}
	.footer-2 .footer-top .content-footer-list {
		text-align: center;
	}
	.footer-2 .footer-top .content-footer-details {
		text-align: center;
	}
	.footer-2 .footer-top .social-icons {
		justify-items: center;
	}
}

/* -------------------------------
   Section: Bootstrap Slider 1
------------------------------- */

.slider-1 .container-fluid {
	padding-left:0;
	padding-right:0;
}
.slider-1 .carousel {
	height:93vh;
	width:100%;
}
.slider-1 .carousel-inner .carousel-item img {
	height:93vh;
	width:100%;
	object-fit:cover;
}

/* -------------------------------
   Section: Owl Slider 1
------------------------------- */

.slider-2 .container-fluid {
	padding-left:0;
	padding-right:0;
}
.slider-2 .item img {
	height:93vh;
	width:100%;
	object-fit:cover;
}
.slider-2 .owl-theme .owl-nav {
	margin-top: 0;
}
.slider-2 .owl-nav .owl-prev, .slider-2 .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
	background:transparent;
	z-index: 1;
}
.slider-2 .owl-nav .owl-prev {
	left: 0;
}
.slider-2 .owl-nav .owl-next {
	right: 0;
}
.slider-2 .owl-nav .owl-prev span, .slider-2 .owl-nav .owl-next span {
	display: block;
	margin: 0;
	font-size: 62px;
}
.slider-2 .owl-theme .owl-nav .owl-next:focus, .slider-2 .owl-theme .owl-nav .owl-next:hover, .slider-2 .owl-theme .owl-nav .owl-prev:focus, .slider-2 .owl-theme .owl-nav .owl-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
	background:transparent;
}
.slider-2 .owl-nav-2 .owl-nav .owl-prev, .slider-2 .owl-nav-2 .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	background: rgba(0, 0, 0, .6) !important;
	width: 40px;
	height: 60px;
	color: #fff;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.slider-2 .owl-nav-2 .owl-nav .owl-prev {
	left: 50px;
}
.slider-2 .owl-nav-2 .owl-nav .owl-next {
	right:20px;
}
.slider-2 .owl-nav-2 .owl-nav .owl-prev span, .slider-2 .owl-nav-2 .owl-nav .owl-next span {
	display: block;
	margin: 0;
	text-align: center;
	line-height: 55px;
	height: 60px;
	font-size: 32px;
	color:#ffffff;
}
.slider-2 .owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}

/* -------------------------------
   Section: Carousel Slider 1
------------------------------- */

.carousel-1 {
	margin-bottom:15px;
}
.carousel-1 .container-fluid {
	padding-left:0;
	padding-right:0;
}
.carousel-1 .item img {
	width:100%;
	object-fit:cover;
	border-radius:4px
}
.carousel-1 .owl-theme .owl-nav {
	margin-top: 0;
}
.carousel-1 .owl-nav .owl-prev, .carousel-1 .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	padding: 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
	background:transparent;
	z-index: 1;
}
.carousel-1 .owl-nav .owl-prev {
	left: 0;
}
.carousel-1 .owl-nav .owl-next {
	right: 0;
}
.carousel-1 .owl-nav .owl-prev span, .carousel-1 .owl-nav .owl-next span {
	display: block;
	margin: 0;
	font-size: 62px;
}
.carousel-1 .owl-theme .owl-nav .owl-next:focus, .carousel-1 .owl-theme .owl-nav .owl-next:hover, .carousel-1 .owl-theme .owl-nav .owl-prev:focus, .carousel-1 .owl-theme .owl-nav .owl-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
	background:transparent;
}
.carousel-1 .owl-nav-2 .owl-nav .owl-prev, .carousel-1 .owl-nav-2 .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	background: rgba(0, 0, 0, .6) !important;
	width: 40px;
	height: 60px;
	color: #fff;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.carousel-1 .owl-nav-2 .owl-nav .owl-prev {
	left: 40px;
}
.carousel-1 .owl-nav-2 .owl-nav .owl-next {
	right:10px;
}
.carousel-1 .owl-nav-2 .owl-nav .owl-prev span, .carousel-1 .owl-nav-2 .owl-nav .owl-next span {
	display: block;
	margin: 0;
	text-align: center;
	line-height: 55px;
	height: 60px;
	font-size: 32px;
	color:#ffffff;
}
.carousel-1 .owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 8px;
}


/* -------------------------------
   Module: Blog Posts 1
------------------------------- */

.block-blog-posts-1 {
	margin-top: 5px;
}
.block-blog-posts-1 .wt-col {
	align-self: stretch;
	display: flex;
}
.block-blog-posts-1 .card {
	width: 100%;
	margin-bottom: 25px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block-blog-posts-1 .card-body {
	padding: 20px;
}
.block-blog-posts-1 .card-img-top {
	height:260px;
	width:100%;
	object-fit:cover;
}
.block-blog-posts-1 .card-content {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.block-blog-posts-1 .card-content .badge {
	border: 1px solid rgba(144, 144, 144, 0.1);
	color: #707070;
}
.block-blog-posts-1 .card-content .card-date {
	color: rgba(var(--bs-muted-2-rgb));
	font-size: .875em;
}
.block-blog-posts-1 .btns .card-title {
	display:block;
	text-align: left;
	font-weight: 600;
	font-size: 17px;
}
.block-blog-posts-1 .btns .card-link {
	display:block;
	text-align: left;
	font-size: 15px;
	font-weight:400;
	text-decoration: none;
	margin-top:15px;
}
.block-blog-posts-1 .btns .card-link i {
	font-size: 12px;
}

/* Blog Posts 1 - Responsive */

@media (max-width: 1399px) {
	.block-blog-posts-1 .card-img-top {
		height:230px;
	}
}
@media (max-width: 1199px) {
	.block-blog-posts-1 .card-img-top {
		height:260px;
	}
}
@media (max-width: 992px) {
	.block-blog-posts-1 .card-img-top {
		height:230px;
	}
}
@media (max-width: 767px) {
	.block-blog-posts-1 .card-img-top {
		height:350px;
	}
}
@media (max-width: 575.98px) {
	.block-blog-posts-1 .card-img-top {
		height:260px;
	}
}
@media (max-width: 480px) {
	.block-blog-posts-1 .card-img-top {
		height:250px;
	}
}

/* -------------------------------
   Module: Events Posts 1
------------------------------- */

.block-events-posts-1 {
	margin-top: 5px;
}
.block-events-posts-1 .wt-card {
	flex-direction: row;
	height: -webkit-fill-available;
}
.block-events-posts-1 .wt-card .card-body {
	width: 50%;
	align-items: center;
	display: flex;
	padding: 24px;
}
.block-events-posts-1 .image-item-content {
	width: 50%;
	height: 100%;
	display: block;
	position: relative;
}
.block-events-posts-1 .image-item-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.block-events-posts-1 .image-item-inner-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;
}
.block-events-posts-1 .image-item-inner-2 {
	height:400px;
	object-fit: contain;
	z-index: 2;
	position: relative;
}
.block-events-posts-1 .image-item-date {
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	z-index: 3;
}
.block-events-posts-1 .image-item-date-1 {
	font-size: 24px;
}
.block-events-posts-1 .image-item-date-2 {
	font-size: 14px;
}
.block-events-posts-1 .image-item-date-3 {
	font-size: 14px;
}
.block-events-posts-1 .text-content {
	padding-left: 50px;
	padding-right: 50px;
}
.block-events-posts-1 .text-content .text-title {
	margin-bottom: 0;
}
.block-events-posts-1 .text-content .text-category {
	margin-bottom: 15px;
	display: block;
	color: rgba(var(--bs-muted-rgb));
}
.block-events-posts-1 .text-content .text-ul {
	margin-bottom: 0;
	padding-left: 0;
}
.block-events-posts-1 .text-content .text-ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.block-events-posts-1 .text-content .text-ul li:last-child {
	margin-right: 0;
}
.block-events-posts-1 .text-content .text-ul li i {
	color: #757575;
	width: 22px;
}
.block-events-posts-1 .text-content .text-ul .text-price {
	color: #008000;
}
.block-events-posts-1 .text-content .text-ul .text-price i {
	color: #008000;
}
.block-events-posts-1 .text-content .text-ul .text-price-closed {
	color: #800000;
}
.block-events-posts-1 .text-content .text-ul .text-price-time i {
	margin-right: -4px;
}
.block-events-posts-1 .text-content .text-ul .text-date {
	width: 100%;
}
.block-events-posts-1 .text-content .text-ul .text-date i {
	float: left;
	margin-bottom: 7px;
	margin-right: 3px;
	margin-top: 4px;
	margin-left: 2px;
}
.block-events-posts-1 .btns .card-link {
	display:block;
	text-align: left;
	font-size: 15px;
	font-weight:400;
	text-decoration: none;
	margin-top:15px;
}
.block-events-posts-1 .btns .card-link i {
	font-size: 12px;
}

/* Events Posts 1 - Responsive */

@media (max-width: 1399px) {
	.block-events-posts-1 .text-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.block-events-posts-1 .text-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.block-events-posts-1 .image-item-inner-2 {
		height: 300px;
	}
}
@media (max-width: 992px) {
	.block-events-posts-1 .image-item-content {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.block-events-posts-1 .card-img-top {
		height:auto;
	}
	.block-events-posts-1 .image-item-content img {
		height:auto;
		width: 100%;
	}
	.block-events-posts-1 .wt-card .card-body {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.block-events-posts-1 .image-item-content {
		width: 100%;
	}
	.block-events-posts-1 .wt-card {
		flex-direction: column;
	}
	.block-events-posts-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.block-events-posts-1 .image-item-inner {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
	}
}
@media (max-width: 480px) {
	.block-events-posts-1 .image-item-date {
		padding: 5px 10px 6px 10px;
	}
	.block-events-posts-1 .image-item-date-1 {
		font-size: 18px;
	}
}

/* ------------------------------- Blocks ------------------------------- */

/* -------------------------------
   Block: Tabs
------------------------------- */

.wt-tabs .nav-tabs .nav-link {
	color: #333;
}
.wt-tabs .nav-tabs .nav-link.active {
	color: #333;
	font-weight:600;
	border-color: var(--bs-nav-tabs-link-active-border-color);
}
.wt-tabs .nav-tabs .nav-link.active:hover {
	border-color: var(--bs-nav-tabs-link-active-border-color);
	color: inherit;
}
.wt-tabs .nav-tabs .nav-link.active:focus {
	border-color: var(--bs-nav-tabs-link-active-border-color);
	color: inherit;
}
.wt-tabs .nav-tabs .nav-link:focus, .wt-tabs .nav-tabs .nav-link:hover {
	border-color: transparent;
	color: var(--bs-link-hover-color);
}
.wt-tabs .tab-content .wt-tab-pane {
	padding-top:24px;
	padding-bottom:24px;
}
.wt-tabs .tab-content p:last-child {
	margin-bottom:0;
}

/* -------------------------------
   Block: Side Tabs
------------------------------- */

.wt-side-tabs {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.wt-side-tabs .tab-content .wt-tab-pane {
	padding:24px;
}
.wt-side-tabs .wt-side-tabs-button {
	margin-bottom: 0;
}
.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 {
	color: #444;
}
.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: 15px;
}
.wt-side-tabs-content p:last-child {
	margin-bottom: 0;
}

/* Side Tabs - Responsive */

@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: 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;
}

/* Pricing Table - Responsive */

@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: Blockquote
------------------------------- */

blockquote { font-style: italic; padding-top: 13px; padding-bottom: 3px; padding-right: 20px; padding-left: 20px; letter-spacing: 0.01rem; border-left: 4px solid #348fe2; margin: 0rem; margin-bottom: 1rem; }
blockquote p::before, blockquote p::after { font-family: "Line Awesome Free"; font-weight: 900; font-style: normal; }
blockquote p::before { content: ""; }
blockquote p::after { content: " "; }
blockquote i { font-size: 2rem; color: var(--bs-gray); }

/* -------------------------------
    Block: Gallery
------------------------------- */

.gallery { column-count: 3; grid-template-columns: repeat(3, minmax(0px, 1fr)); column-gap: 20px; }
.gallery.flex { display: flex; flex-wrap: wrap; }
.gallery.flex .item { flex: 1 0 21%; }
.gallery.has-shadow .item img { box-shadow: 2px 2px 4px 0 rgba(var(--bs-body-color-rgb), 0.25); }
.gallery.masonry { margin: 0px; padding: 0px; }
.gallery.grid { display: grid; }
.gallery .item {
	margin: 0.1px;
	margin-bottom: 20px;
	width: 100%;
	transition: 1s;
}
.gallery .item a {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery .item img {
	max-width: 100%;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.gallery .item img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.gallery.cover .item img { height: 100%; width: 100%; max-width: initial; min-height: 100%; min-width: 100%; object-fit: cover; }
.gallery.hover-effect .item { overflow: hidden; }
.gallery.hover-effect .item img { width: calc(100% + 50px); max-width: calc(100% + 50px); transition: opacity 0.35s, transform 0.35s; transform: translate3d(-40px, 0px, 0px); }
.gallery.hover-effect .item img:hover { transform: translate3d(0px, 0px, 0px); transition: opacity 0.35s, transform 0.35s; filter: brightness(0.8) contrast(1.5); }

/* Gallery - Responsive */

@media only screen and (max-width: 320px) {
	.gallery .masonry { column-count: 1 !important; }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
	.gallery .masonry { column-count: 2; }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.gallery .masonry { column-count: 3; }
}
@media only screen and (min-width: 1201px) {
	.gallery .masonry { column-count: 4; }
}

@media (max-width: 1199.98px) {
	.gallery {
		column-count: 2;
	}
}
@media (max-width: 575.98px) {
	.gallery {
		column-count: 1;
	}
}

/* -------------------------------
  Block:  Bootstrap Carousel
------------------------------- */

.wt-carousel {
	margin-bottom:15px;
}

.carousel-caption h1 {
	color: #fff;
}
.carousel-caption h2 {
	color: #fff;
}
.carousel-caption h3 {
	color: #fff;
}
.carousel-caption h4 {
	color: #fff;
}
.carousel-caption h5 {
	color: #fff;
}
.carousel-caption h6 {
	color: #fff;
}
.carousel-dark .carousel-caption h1 {
	color: #000;
}
.carousel-dark .carousel-caption h2 {
	color: #000;
}
.carousel-dark .carousel-caption h3 {
	color: #000;
}
.carousel-dark .carousel-caption h4 {
	color: #000;
}
.carousel-dark .carousel-caption h5 {
	color: #000;
}
.carousel-dark .carousel-caption h6 {
	color: #000;
}

/* -------------------------------
    Block: Flip Box
------------------------------- */

.flip-box {
	width: 100%;
	height: 400px;
	margin-bottom:15px;
	perspective: 1000px;
}
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.flip-box-front {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.flip-box-back {
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.flip-box .profile-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
}
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box-back {
	z-index: 2;
	transform: rotateY(180deg);
}
.flip-box.enabled:hover .flip-box-inner,
.flip-box.enabled.back .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box.enabled.vertical:hover .flip-box-inner,
.flip-box.enabled.vertical.back .flip-box-inner {
	transform: rotateX(180deg);
}
.flip-box.vertical .flip-box-back {
	transform: rotateX(180deg);
}
.flip-box.enabled.front:hover .flip-box-inner,
.flip-box.enabled.front.back .flip-box-inner {
	transform: rotateX(0deg);
}
.text-light .flipbox-title {
	color: #ffffff;
}
.text-dark .flipbox-title {
	color: #222;
	margin-bottom: 10px;
}
.text-light .flipbox-text {
	color: #ffffff;
}
.text-dark .flipbox-text {
	color: #222;
	margin-bottom: 0;
}
.text-light .flipbox-b-title {
	color: #ffffff;
}
.text-dark .flipbox-b-title {
	color: #222;
}
.text-light .flipbox-b-text {
	color: #ffffff;
}
.text-dark .flipbox-b-text {
	color: #222;
}

/* -------------------------------
    Block: Figure
------------------------------- */

figure {
	display: block;
}
figure img {
	margin-bottom: .5rem;
	line-height: 1;
	border-radius: 0.375rem;
}
figcaption {
	font-size: .875em;
	color: var(--bs-secondary-color);
}

/* -------------------------------
    Block: Social Icons
------------------------------- */

.social-icons {
	padding-left: 0;
	list-style: none;
}
.social-media-list {
	display: flex;
}
.f-icon {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	border-radius: 4px;
	background: #8d8d8d;
	color: #ffffff;
	padding: 10px;
	margin: 0 5px 10px 0;
	margin-right: .5rem;
	min-width: 39px;
	text-align: center;
	transition: background 0.35s ease-in-out, color 0.25s ease;
	-webkit-transition: background 0.35s ease-in-out, color 0.25s ease;
}

.f-icon.icon-facebook:hover {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}
.f-icon.icon-facebook:focus {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}
.f-icon.icon-twitter:hover {
	color: #fff;
	background-color: #55acee;
	border-color: #55acee;
}
.f-icon.icon-twitter:focus {
	color: #fff;
	background-color: #55acee;
	border-color: #55acee;
}
.f-icon.icon-linkedin:hover {
	color: #fff;
	background-color: #0976b4;
	border-color: #0976b4;
}
.f-icon.icon-linkedin:focus {
	color: #fff;
	background-color: #0976b4;
	border-color: #0976b4;
}
.f-icon.icon-youtube:hover {
	color: #fff;
	background-color: #e52d27;
	border-color: #e52d27;
}
.f-icon.icon-youtube:focus {
	color: #fff;
	background-color: #e52d27;
	border-color: #e52d27;
}
.f-icon.icon-instagram:hover {
	color: #fff;
	background-color: #e52765;
	border-color: #e52765;
}
.f-icon.icon-instagram:focus {
	color: #fff;
	background-color: #e52765;
	border-color: #e52765;
}
.f-icon.icon-website:hover {
	color: #fff;
	background-color: #e52d27;
	border-color: #e52d27;
}
.f-icon.icon-website:focus {
	color: #fff;
	background-color: #e52d27;
	border-color: #e52d27;
}
.f-icon.icon-email:hover {
	color: #fff;
	background-color: #555;
	border-color: #555;
}
.f-icon.icon-email:focus {
	color: #fff;
	background-color: #555;
	border-color: #555;
}

/* -------------------------------
    Block: Google Maps
------------------------------- */

.wt-googlemaps {
	display: flex;
}

/* -------------------------------
   Responsive Styles
------------------------------- */

@media (max-width: 1599.98px) {

}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
	.section-header-info {
		display: block;
	}
	.section-header-info span {
		width: 100%;
		display: block;
	}
	.section-header-info .section-header-line {
		margin-top: 10px;
	}
	.section-banner .section-header-info .section-header-line {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.hero-container {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-container .row {
		margin-left: 0;
		margin-right: 0;
	}
	.hero-container .row-content {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 370px) {

}
