/* 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;
}

/* -------------------------------
   Buttons
------------------------------- */

.btn-hero {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.btn-hero:hover {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.btn-hero-2 {
	border-color: transparent;
	text-transform: uppercase;
	border-radius: 30px;
	color: #fff;
}

.btn-hero-2:hover {
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	color: #fff;
}

.btn-hero-3 {
	background: #4879fa;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.btn-hero-3:hover {
	border-color: transparent;
	background: #5b86f9;
	color: #fff;
}

.btn-hero-outline {
	border-color: transparent;
	letter-spacing: 1.4px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 30px;
	color: #fff;
}

.btn-hero-outline:hover {
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	color: #fff;
}

/* -------------------------------
   Dropdown Menu
------------------------------- */

.dropdown-menu {
	--bs-dropdown-spacer: -1px;
	--bs-dropdown-link-hover-bg: #ececec;
	--bs-dropdown-link-active-bg: #5c5c5c;
	--bs-dropdown-link-color: #212529;
	--bs-dropdown-link-hover-color: #1e2125;
	--bs-dropdown-link-active-color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0 0.01rem 0.2rem rgb(0 0 0 / 5%);
	margin-top: -1px;
}

.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-menu .dropdown-item {
	font-weight: 400;
	font-size: 15px;
}

/* ------------------ Dropdown Full Width ------------------*/

.dropdown-full-width {
	position: initial;
}

.dropdown-full-width .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	transform: none !important;
}

.dropdown-menu-container {
	width: 100%;
	min-width: 700px;
	padding: 15px 5px;
	display: flex;
}

.dropdown-menu-container .title {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 15px;
	padding-left: 10px;
}

.dropdown-menu-sidebar {
	display: table-cell;
	width: 240px;
	min-width: 240px;
	vertical-align: top;
	padding: 5px 20px;
	padding-left: 0px
}

.dropdown .dropdown-menu-sidebar + .dropdown-menu-content {
	border-left: 1px solid var(--app-component-dropdown-border-color);
	padding-left: 30px;
}

.dropdown-menu-content {
	width: 100%;
	display: table-cell;
	padding: 5px 20px;
	vertical-align: top;
}

.dropdown .dropdown-menu-list {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}

.dropdown .dropdown-menu-list .dropdown-header {
	padding: 5px 0;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--app-component-dropdown-border-color);
}

.dropdown .dropdown-menu-list > li + li {
	margin-top: 4px;
}

.dropdown .dropdown-menu-list > li > a {
	display: block;
	line-height: 20px;
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 16px;
	border-radius: 4px;
}

.dropdown .dropdown-menu-list > li > a:focus,
.dropdown .dropdown-menu-list > li > a:hover {
	text-decoration: none;
	color: #212529;
	background: #ececec;
}

.dropdown .dropdown-menu-list > li > a:active {
	color: #f7f7f7;
	background: #5c5c5c;
}

.dropdown-brand-list {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	padding-left: 10px;
}

.dropdown-brand-list > li {
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

.dropdown-brand-list > li a {
	display: block;
	height: 60px;
	padding: 5px;
	min-width: 60px;
	max-width: 120px;
	text-align: center;
	border: 1px solid var(--app-component-dropdown-border-color);
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.dropdown-brand-list > li a:focus,
.dropdown-brand-list > li a:hover {
	border-color: #e6e6e6;
}

.dropdown-brand-list > li img {
	max-height: 100%;
	max-width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: 0.5;
	display: block;
	margin: 0 auto;
	transition: all 0.2s linear;
}

.dropdown-brand-list > li:focus img,
.dropdown-brand-list > li:hover img {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

/* ------------------ Dropdown Media List ------------------*/

.dropdown-menu.media-list {
	max-width: 360px;
	padding: 0;
}

.dropdown-menu.media-list .media {
	border-top: 1px solid rgba(var(--app-component-color-rgb), 0.1);
	border-bottom: 1px solid rgba(var(--app-component-color-rgb), 0.1);
	display: flex;
}

.dropdown-menu.media-list .media .media-object {
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	display: block;
}

.dropdown-menu.media-list .media .media-object-icon {
	position: absolute;
	border: 3px solid var(--app-component-dropdown-bg);
	background: var(--app-component-dropdown-bg);
	margin-top: -11px;
	display: block;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 40px;
	margin-left: 30px;
}

.dropdown-menu.media-list .media .media-left {
	padding-right: 12px;
}

.dropdown-menu.media-list .media .media-right {
	padding-left: 12px;
}

.dropdown-menu.media-list .media .media-heading {
	color: var(--app-component-color);
	margin-bottom: 0;
	font-size: 12.5px;
	line-height: 18px;
}

.dropdown-menu.media-list .media p {
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 14px;
	max-width: 270px;
	color: rgba(var(--app-component-color-rgb), 0.65);
	font-size: 11px;
}

.dropdown-menu.media-list .media + .media {
	border-top: none;
}

.dropdown-menu.media-list .dropdown-header {
	font-weight: 700;
	color: var(--app-component-color);
	font-size: 10px;
	padding: 0.61875rem 0.9375rem;
}

.dropdown-menu.media-list .dropdown-item {
	padding: 0.61875rem 0.9375rem;
}

.dropdown-menu.media-list .dropdown-footer {
	padding: 0.61875rem 0.9375rem;
}

.dropdown-menu.dropdown-menu-dark.media-list .media {
	border-color: #52595f;
}

.dropdown-menu.dropdown-menu-dark.media-list .media .media-object-icon {
	border-color: #2d353c;
}

.dropdown-menu.dropdown-menu-dark.media-list .media p {
	color: #adb5bd;
}

.dropdown-menu.dropdown-menu-dark.media-list .media .media-heading {
	color: #adb5bd;
}

.dropdown-menu.dropdown-menu-dark.media-list .dropdown-header {
	color: #adb5bd;
	background: #52595f;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */

.header-theme {
	--bs-bg-opacity: 1;
	background: var(--app-header-theme);
}

.navbar.navbar-sticky {
	top: 70px;
	position: -webkit-sticky;
	position: sticky;
	border-left: 1px solid #ced4da;
	padding: 0;
	padding-left: 0.46875rem;
	margin-left: 0.46875rem;
}

.navbar.navbar-sticky .nav {
	width: 100%;
	position: relative;
	flex-direction: column;
}

.navbar.navbar-sticky .nav .nav-link {
	color: #6c757d;
	padding: 0.25rem 1rem;
}

.navbar.navbar-sticky .nav .nav-link:hover {
	color: #495057;
}

.navbar.navbar-sticky .nav .nav-link.active {
	color: #20252a;
	font-weight: 700;
}

.navbar {
	--bs-navbar-color: #222;
	--bs-navbar-hover-color: #444;
	--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
	--bs-navbar-active-color: #000;
	--bs-navbar-nav-link-padding-x: 0.7rem;
	--bs-navbar-padding-y: 0.0rem;
	--bs-navbar-toggler-focus-width: 0.1rem;
}

.navbar-dark {
	--bs-navbar-color: rgba(255, 255, 255, 0.95);
	--bs-navbar-hover-color: rgb(214 214 214);
	--bs-navbar-active-color: #ffffff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.8);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
	--bs-nav-link-padding-y: 1.5rem;
	--bs-nav-link-font-weight: 600;
	--bs-nav-link-font-size: 15px;
}

.header .dropdown.dropdown-hover:focus .dropdown-menu,
.header .dropdown.dropdown-hover:hover .dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
}

.navbar-nav > li > a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-sm .brand-logo img {
	max-height: 30px;
}

.navbar-sm .navbar-nav > li > a {
	padding: 15px;
	padding-left: 14px;
	padding-right: 14px;
}

.dropdown-toggle::after {
	border-top: 0.2em solid;
}

.navbar-toggler {
	background: transparent;
	border-color: #727272;
	width: 58px;
	height: 42px;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
	z-index: 1500;
}

.navbar-toggler:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 14px;
	display: block;
	height: 2px;
	width: 25px;
	background: #727272;
	content: "";
}

.navbar-toggler:after {
	position: absolute;
	top: 18px;
	right: 14px;
	display: block;
	height: 10px;
	width: 25px;
	border-top: 2px solid #727272;
	border-bottom: 2px solid #727272;
	content: "";
}

.navbar-toggler.closetoggler:before {
	top: 19px;
	background: #727272;
	width: 25px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-toggler.closetoggler:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 19px;
	border: 0;
	height: 2px;
	width: 25px;
	background: #727272;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-collapse-right {
	flex-grow: 0;
}

/* ------------------ Toggler Dark ------------------*/

.navbar-dark .navbar-toggler {
	background: #313131;
	border-color: #e6e6e6;
}

.navbar-dark .navbar-toggler:before {
	background: #e6e6e6;
}

.navbar-dark .navbar-toggler:after {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}

.navbar-dark .navbar-toggler.closetoggler:before {
	background: #e6e6e6;
}

.navbar-dark .navbar-toggler.closetoggler:after {
	background: #a3a3a3;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.navbar-white {
	background: #fff;
}

.navbar-nav-30 {
	margin-left: 35px
}

/* ------------------ Navbar Buttons ------------------*/

.nav-buttons .nav-link {
	color: #fff;
	border-radius: 0px;
}

.nav-buttons .nav-link:hover {
	color: #fff;
	background-color: #6c6c6c;
}

.nav-buttons .nav-link.show {
	color: #fff;
	background-color: #6c6c6c;
}

.nav-buttons > li:hover > a {
	background: #6c6c6c;
}

.nav-buttons .nav-button {
	border-radius: 4px;
	padding: 0.5rem 1rem;
}

.nav-buttons > li {
	display: flex;
	align-items: center;
}

.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%;
}

/* ------------------ Header 3 ------------------*/
.header-nav-buttons-1 {
	margin-left: 15px;
}

.btn.btn-header {
	font-size: 13px;
	margin-right: 1rem;
}

/* ------------------ Header 5 ------------------*/
.navbr-2 {
	margin-right: 2rem;
}

/* ------------------ Header 6 : body-content:108.50 ------------------*/
.fixed-top-nav {
	margin-top: 38px;
}

#top-nav.navbar-sm {
	margin-top: 0px;
}

.top-nav {
	background: #101315;
	z-index: 1035;
	position: fixed;
	width: 100%;
	top: 0;
}

.navbar-white .top-nav {
	background: #f3f3f3;
}

.top-nav:after,
.top-nav:before {
	content: "";
	display: table;
	clear: both;
}

.navbar-sm .top-nav-main {
	display: none;
}

.navbar-sm .fixed-top-nav {
	margin-top: 0px;
}

.top-nav .navbar-collapse {
	display: flex;
}

.top-nav .nav {
	padding: 0;
	display: flex;
	flex-direction: row;
}

.top-nav .nav.navbar-end {
	margin-left: auto;
}

.top-nav .nav > li > a {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	color: #b5b5b5;
	display: block;
	text-decoration: none;
	transition: all 0.1s linear;
}

.navbar-white .top-nav .nav > li > a {
	color: #707070;
}

.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
	background: 0 0;
	color: #efefef;
}

.navbar-white .top-nav .nav > li > a:focus,
.navbar-white .top-nav .nav > li > a:hover {
	color: #1c1c1c;
}

.top-nav .dropdown-menu {
	background: #101315;
	margin-top: 0;
	border: none;
	border-radius: 0 0 4px 4px;
}

.navbar-white .top-nav .dropdown-menu {
	background: #f3f3f3;
}

.top-nav .dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.navbar-white .top-nav .dropdown-menu > li > a {
	color: #707070;
}

.top-nav .dropdown-menu > li > a:focus,
.top-nav .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.25);
}

.navbar-white .top-nav .dropdown-menu > li > a:focus,
.navbar-white .top-nav .dropdown-menu > li > a:hover {
	background: rgba(203, 203, 203, 0.25);
}

/* Filled Navbar Buttons */

.header-6 .header-6-nav .nav-link {
	padding: 9px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 4px;
}

.navbar-sm .header-6-nav .nav-link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header-6 .header-6-nav > li > a:hover {
	color: #ffffff;
	background: #0097d7;
}

.header-6 .header-6-nav > li.active a,
.header-6 .header-6-nav > li a.active,
.header-6 .header-6-nav > li:hover > a,
.header-6 .header-6-nav > li > a:hover,
.header-6 .header-6-nav.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header-6 .header-6-nav.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
	background: #0097d7;
	color: #ffffff;
}

.header-6 .header-6-nav .dropdown-menu {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* ------------------ Header 7 : body-content:124.5 ------------------*/
.fixed-top-nav-2 {
	margin-top: 0px;
}

.top-nav-2-main {
	margin-top: 25px;
	margin-bottom: 0px;
}

.top-nav-right {
	width: 300px;
	display: block;
	float: right;
}

.navbar-sm .top-nav-right {
	display: none;
}

.navbar-sm .top-nav-logo {
	width: 200px;
	margin-top: 11px;
	float: left;
	position: absolute;
	z-index: 1;
}

.navbar-sm .top-nav-2-main {
	margin-top: 0px;
}

.navbar-sm .top-nav-bottom {
	justify-content: right;
}

.top-nav-right a {
	font-size: 16px;
	padding: 10px;
	width: 40px;
	height: 35px;
	display: inline-flex;
	color: #b5b5b5;
	text-decoration: none;
	transition: all 0.1s linear;
	line-height: 35px;
	text-align: center;
	border: 0;
	border-radius: 6px;
	background: #494949;
	margin-left: 10px;
}

.top-nav-right a:focus,
.top-nav-right a:hover {
	background: #606060;
	color: #f5f5f5;
}

.top-nav-logo .brand-logo img {
	height: 38px;
	width: auto;
}

.top-nav-bottom .navbar-toggler {
	margin-top: -41px;
}

.top-nav-bottom {
	justify-content: center;
}

.top-nav-bottom .nav-link {
	padding-top: 15px;
}

.storenav-options {
	display: none;
}

/* -------------------------------
   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;
}


/* -------------------------------
   Block: Hero 1
------------------------------- */
.hero-1 {
	padding: 0px 2rem 0;
	text-align: center;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(/assets/plugins/page-editor/img/blocks/hero-1-bg.svg);
	background-size: 100%;
	background: #fff;
	position: relative;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 56rem;
	position: relative;
	padding: 10rem 2rem 10rem;
	padding-top: 10px;
}

.hero-1::before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	pointer-events: none;
}

.hero-1 h1, .hero-1 .h1 {
	line-height: 5rem;
	font-size: 4.2rem;
	color: #272c51;
	font-weight: 600;
	z-index: 2;
}

.hero-1 h2, .hero-1 .h2 {
	line-height: 35px;
	font-size: 1.2rem;
	margin: 1.4rem auto 0rem;
	z-index: 2;
	position: relative;
	letter-spacing: 0.03em;
	max-width: 800px;
	color: #555;
}

.hero-1 .heading {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: var(--width-xl);
	width: 100%;
	z-index: 3;
	padding-bottom: 0rem;
}

.hero-1 .btns {
	margin-top: 4rem;
}

.hero-1 .dropdown {
	display: inline-block;
}

.hero-1 .dropdown .dropdown-menu {
	min-width: 240px;
	z-index: 3;
}

.hero-1 img {
	margin-top: 2rem;
	max-width: 100%;
	opacity: 0;
	transition: opacity 3s;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #ddd;
	background: #f0f4f9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(87, 87, 87, 0.1), 0 10px 15px 0 rgba(5, 4, 10, 0.06);
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	padding-top: 2rem;
	position: relative;
}

.hero-1 .show img {
	opacity: 1;
}

@media (max-width: 1601px) {

}

@media (max-width: 1281px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.hero-1 h2, .hero-1 .h2 {
		margin-top: 10px;
	}

	.hero-1 .btns {
		margin-top: 2rem;
	}

	.hero-1 {
		min-height: 40rem;
	}
}

@media (max-width: 961px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.hero-1 .btn {
		min-width: 300px;
		width: 100%;
	}
}

@media (max-width: 661px) {
}

@media (max-width: 481px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 2em;
		line-height: 2rem;
	}

	.hero-1 {
		height: 80vh;
	}

	.hero-1 h2, .hero-1 .h2 {
		line-height: 25px;
	}

	.hero-1 .heading {
		padding-top: 50px;
	}
}

/* -------------------------------
   Block: Hero 2
------------------------------- */

.hero-2 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 10rem;
}

.hero-2-bottom {
	overflow: hidden;
	position: relative;
	background: #4877fb;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.hero-2-bottom::before {
	content: '';
	position: absolute;
	z-index: 3;
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 121% 87px;
	background-position: 50% 100%;
	background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fafafa"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fafafa"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fafafa"/></svg>');
}

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

.hero-2 .separator.bottom {
	bottom: auto;
}

.hero-2 .rowsection {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 75px;
}

.hero-2 .heading {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

.hero-2 .subheading {
	font-size: 32px;
}

.hero-2 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}

.hero-2.overlay {
	position: relative;
}

.hero-2.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #4877fb;
}

.hero-2 .video-wrap {
	display: inline-block;
	position: relative;
	top: 0;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

.hero-2 .video-wrap .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-2 .video-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 .video-wrap:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hero-2 .section-col {
	margin-left: 3rem;
	margin-bottom: 3rem;
}

.hero-2 .section-col .btn {
	margin-left: 0px;
}

.hero-2 .text-content {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	color: #fff;
	opacity: 0.8;
	font-size: 18px;
}

.section-hero-2-after {
	z-index: 3;
	position: relative;
	margin-top: -50px;
}

@media (max-width: 1200px) {
	.hero-2 .heading {
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	.hero-2 .section-col {
		margin-left: 0rem;
		margin-bottom: 20px;
	}

	.hero-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hero-2 .separator {
		height: 100px;
	}

	.hero-2 .video-wrap {
		width: 100%;
	}

	.hero-2 .heading {
		font-size: 32px;
	}

	.hero-2 .text-content {
		margin-top: 1rem;
		opacity: 1;
	}
}

@media (max-width: 575.98px) {
	.hero-2 .rowsection {
		margin-bottom: 45px;
	}

	.hero-2-bottom::before {
		background-size: 121% 57px;
		background-position: 50% 100%;
		background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fafafa"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".0" fill="%23fafafa"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".1" fill="%23fafafa"/></svg>');
	}

	.hero-2 .text-content {
		font-size: 16px;
	}

	.hero-2 .heading {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.hero-2 {
		padding-top: 3rem;
	}

	.hero-2 .heading {
		font-size: 30px;
	}
}


/* -------------------------------
   Block: Hero 3
------------------------------- */

.hero-3 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	min-height: 960px;
	/*
	> .container > .row {
		height:100vh;
		min-height:800px;
	}*/
}

.hero-3 .separator.bottom {
	height: 100px;
}

.hero-3 .btn {
	padding: 1rem 3rem;
}

.hero-3 > .container, .hero-3 > .container-fluid, .hero-3 > .container-sm, .hero-3 > .container-md, .hero-3 > .container-lg, .hero-3 > .container-xl, .hero-3 > .container-xxl {
	position: relative;
	z-index: 2;
}

.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
	position: relative;
	height: 100%;
	min-height: 860px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-3 h1.heading, .hero-3 .heading.h1 {
	font-size: 60px;
	font-weight: 700;
}

.hero-3 h2.subheading, .hero-3 .subheading.h2 {
	font-size: 32px;
}

.hero-3 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}

.hero-3 .buttons {
	margin-top: 5rem;
}

.hero-3.overlay {
	position: relative;
}

.hero-3.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6);
}

.hero-3-btn {
	margin-right: 1.5rem;
}


@media (max-width: 1600px) {
	.hero-3 h1.heading, .hero-3 .heading.h1 {
		font-size: 40px;
		font-weight: 700;
	}

	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 760px;
	}
}

@media (max-width: 1200px) {
	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 660px;
	}
}

@media (max-width: 480px) {
	.hero-3-btn {
		margin-right: 8px;
	}

	.hero-3 h1.heading, .hero-3 .heading.h1 {
		font-size: 30px;
	}

	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 560px;
	}

	.hero-3 {
		min-height: 660px;
	}

	.hero-3 .buttons {
		margin-top: 3rem;
	}

	.hero-3 .separator.bottom {
		height: 30px;
	}
}

/* -------------------------------
   Block: Hero 4
------------------------------- */

.hero-4 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	height: 95vh;
	min-height: 800px;
}

.hero-4 > .container > .row {
	height: 90vh;
	min-height: 800px;
}

.hero-4 > .container {
	position: relative;
	z-index: 2;
}

.hero-4 .heading {
	font-size: 50px;
	font-weight: 700;
}

.hero-4 .subheading {
	font-family: var(--bs-font-body);
	font-size: 2rem;
}

.hero-4 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}

.hero-4 .buttons {
	margin-top: 5rem;
	font-family: var(--bs-font-body);
}

.hero-4.overlay {
	position: relative;
}

.hero-4.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1600px) {
	.hero-4 > .container > .row {
		height: 80vh;
		min-height: 500px;
	}

	.hero-4 {
		height: 90vh;
		min-height: 500px;
	}
}

@media (max-width: 1200px) {
	.hero-4 .heading {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.hero-4 {
		height: 92vh;
	}

	.hero-4 .heading {
		font-size: 30px;
	}
}

/* -------------------------------
   Block: Hero 5
------------------------------- */

.hero-5 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	height: 95vh;
	min-height: 800px;
}

.hero-5::before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
}

.hero-5 > .container {
	position: relative;
	z-index: 2;
}

.hero-5 .btn {
	margin-left: 0px;
}

@media (max-width: 1600px) {
	.hero-5 {
		height: 90vh;
		min-height: 500px;
	}

	.hero-5 h1 {
		font-size: 50px;
	}
}

@media (max-width: 1200px) {
	.hero-5 h1 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.hero-5 {
		height: 92vh;
	}

	.hero-5 h1 {
		font-size: 30px;
		margin-top: 0px !important;
	}
}

/* -------------------------------
   Block: Hero 6
------------------------------- */

.section-hero-6 {
	position: relative;
	padding: 5rem 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	margin-top: -70.5px;
}

.section-hero-6-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(45, 53, 60, 0.5);
}

.section-hero-6-content {
	flex: 1;
}

.section-hero-6-title {
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	font-size: 2.625rem;
	margin-bottom: 2rem;
}

.section-hero-6-p {
	font-size: 18px;
	opacity: 0.9;
}

.section-hero-6-p-2 {
	opacity: 0.9;
}

.section-hero-6-btn {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	transition: color 0.2s linear;
}

.section-hero-6-btn i {
	border: 2px solid rgba(255, 255, 255, 0.5);
	width: 40px;
	height: 40px;
	margin-right: 1rem;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-hero-6-btn:hover {
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
	.section-hero-6 {
		margin-top: -57px;
	}
}

@media (max-width: 480px) {
	.section-hero-6-title {
		font-size: 25px;
	}

	.section-hero-6-p {
		font-size: 16px;
	}
}

/* -------------------------------
   Block: Features 1
------------------------------- */

.features-1 {
	color: #222;
	font-weight: 300;
}

.features-1 img {
	border-radius: 6px;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.features-1 .badge {
	font-weight: 500;
	line-height: 14px;
}

.features-1 .badge-info {
	background: #188ef4;
}

.features-1 .features-1-box-1 {
	padding-right: 40px;
}

.features-1 .features-1-box-2 {
	padding-left: 50px;
}

.features-1 .linking {
	color: #3e4555;
}

.features-1 .linking:hover {
	color: #316ce8;
}

.features-1 h1, .features-1 .h1, .features-1 h2, .features-1 .h2, .features-1 h3, .features-1 .h3, .features-1 h4, .features-1 .h4, .features-1 h5, .features-1 .h5, .features-1 h6, .features-1 .h6 {
	color: #3e4555;
}

.features-1 .features-1-row {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1400px) {
	.features-1 .features-1-box-1 {
		padding-right: 0px;
	}

	.features-1 .features-1-box-2 {
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
	.features-1 .features-1-box-1 {
		margin-bottom: 25px;
	}

	.features-1 .features-1-box-2 {
		margin-bottom: 25px;
	}

	.features-1 {
		font-weight: 400;
	}

	.features-1 .features-1-row {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.features-1 .features-1-row-2 {
		margin-bottom: 30px;
	}

	.features-1 img {
		height: auto;
	}
}

/* -------------------------------
   Block: Features 2
------------------------------- */

.features-2 {
	color: #ffffff;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
}

.features-2 img {
	height: 600px;
	object-fit: cover;
	object-position: center;
}

.features-2 .text-box {
	max-width: 500px;
	margin-left: 80px;
	padding-top: 70px;
}

.features-2 .features-2-bg {
	background: #188ef4;
	width: 100%;
}

.features-2 .btn-md {
	padding: 15px 45px;
	font-size: 16px;
}

.features-2 h1, .features-2 .h1, .features-2 h2, .features-2 .h2, .features-2 h3, .features-2 .h3, .features-2 h4, .features-2 .h4, .features-2 h5, .features-2 .h5, .features-2 h6, .features-2 .h6 {
	color: #fff;
}

.features-2 .flexfill {
	align-self: stretch;
	display: flex;
}

@media (max-width: 1200px) {
	.features-2 .text-box {
		margin-left: 40px;
		margin-right: 15px;
	}
}

@media (max-width: 992px) {
	.features-2 img {
		height: auto;
	}

	.features-2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.features-2 .text-box {
		margin-left: 35px;
		padding-bottom: 40px;
		padding-top: 30px;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.features-2 .text-box {
		margin-left: 15px;
	}
}


/* -------------------------------
   Block: Features 3
------------------------------- */

.features-3 {
	font-weight: 300;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-3 img {
	border-radius: 6px;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

.features-3 h6, .features-3 .h6 {
	line-height: 22px;
	font-size: 18px;
}

.features-3 .font-weight-medium {
	font-weight: 500;
}

.features-3 a {
	text-decoration: none;
}

.features-3 .box {
	padding: 1.5rem;
}

.features-3 .icon-round {
	width: 80px;
	line-height: 80px;
	font-size: 2rem;
}

.features-3 .btn-success-gradient {
	background: #2cdd9b;
	background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
	background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
	background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
	background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.features-3 .btn-success-gradient:hover {
	background: #1dc8cc;
	background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
	background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
	background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
	background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
	background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.features-3 .btn {
	padding: 15px 45px;
}

.features-3 h1, .features-3 .h1, .features-3 h2, .features-3 .h2, .features-3 h3, .features-3 .h3, .features-3 h4, .features-3 .h4, .features-3 h5, .features-3 .h5, .features-3 h6, .features-3 .h6 {
	color: #3e4555;
}

@media (max-width: 1200px) {
	.features-3 .box {
		padding-bottom: 0px;
	}
}

@media (max-width: 992px) {
	.features-3 img {
		height: auto;
	}
}

@media (max-width: 480px) {
	.features-3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 4
------------------------------- */

.features-4 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-4 .features-col {
	margin: auto;
}

.features-4 .features-col-1 {
	padding-top: 0;
}

.features-4 h3 {
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.features-4 .features-col-1 {
		padding-top: 3rem;
	}
}

@media (max-width: 480px) {
	.features-4 .features-col-1 {
		padding-top: 30px;
	}
}

/* -------------------------------
   Block: Features 5
------------------------------- */

.features-5 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-5 img {
	border-radius: 6px;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

.features-5 .frow-1 {
	padding-top: 2rem;
}

.features-5 .frow-2 {
	padding-top: 1rem;
}

@media (max-width: 992px) {
	.features-5 img {
		height: auto;
	}

	.features-5 .frow-1 {
		padding-top: 1.5rem;
	}
}

@media (max-width: 480px) {
	.features-5 {
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 6
------------------------------- */

.features-6 {
	padding-top: 50px;
	padding-bottom: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-6 img {
	border-radius: 6px;
	height: 250px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}

.features-6 .features-col {
	margin: auto;
}

.features-6 .features-col-1 {
	padding-top: 0;
}

.features-6 h3 {
	margin-bottom: 30px;
}

@media (max-width: 1600px) {
	.features-6 img {
		height: 220px;
	}

	.features-6 .features-col-1 {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 1200px) {
	.features-6 .features-col {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 992px) {
	.features-6 img {
		height: auto;
	}
}

@media (max-width: 480px) {
	.features-6 .features-col-1 {
		padding-top: 30px;
	}

	.features-6 {
		padding-bottom: 30px;
	}

	.features-6 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 7
------------------------------- */

.features-7 {
	padding-top: 50px;
	padding-bottom: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-7 img {
	border-radius: 6px;
	height: 250px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}

.features-7 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
}

.features-7 h3 {
	margin-bottom: 30px;
}

@media (max-width: 1600px) {
	.features-7 img {
		height: 200px;
	}

	.features-7 .features-col {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 1200px) {
	.features-7 .features-col {
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 30px;
	}

	.features-7 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}

@media (max-width: 992px) {
	.features-7 img {
		height: auto;
	}

	.features-7 {
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.features-7 .features-col {
		padding-top: 30px;
	}

	.features-7 {
		padding-bottom: 30px;
	}

	.features-7 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 8
------------------------------- */

.features-8 {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-8 img {
	border-radius: 6px;
	width: 40px;
	float: right;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}

.features-8 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 60px;
}

.features-8 h3 {
	margin-bottom: 60px;
}

.features-8 .features-col-3 p {
	color: #8a8f95;
}

@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
	.features-8 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}

@media (max-width: 992px) {
	.features-8 img {
		height: auto;
	}

	.features-8 {
		padding-bottom: 30px;
	}

	.features-8 .features-col {
		margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.features-8 .features-col {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.features-8 {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}

	.features-8 h3 {
		margin-bottom: 10px;
	}

	.features-8 .features-col-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.features-8 .features-col-3 {
		flex: 0 0 auto;
		width: 80%;
	}
}

/* -------------------------------
   Block: Features 8
------------------------------- */

.features-9 {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-9 img {
	border-radius: 6px;
	width: 35px;
	float: right;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}

.features-9 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 60px;
}

.features-9 h3 {
	margin-bottom: 60px;
}

.features-9 .features-col-3 p {
	color: #8a8f95;
}

@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
	.features-9 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}

@media (max-width: 992px) {
	.features-9 img {
		height: auto;
	}

	.features-9 {
		padding-bottom: 30px;
	}

	.features-9 .features-col {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.features-9 .features-col-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.features-9 .features-col-3 {
		flex: 0 0 auto;
		width: 80%;
	}
}

@media (max-width: 480px) {
	.features-9 .features-col {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.features-9 {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}

	.features-9 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 10
------------------------------- */

.features-10 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features-10-img-1 img {
	border-radius: 6px;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

.features-10-img-2 img {
	border-radius: 4px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}

.features-10-img-2 {
	padding-top: 0;
}

.features-3 h6, .features-3 .h6 {
	line-height: 22px;
	font-size: 18px;
}

.features-10 a {
	text-decoration: none;
}

.features-10 .box {
	padding-bottom: 2rem;
	padding-top: 2.5rem;
}

.features-10 .box-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.features-10 .box-3 {
	padding-top: 2rem;
}

.features-10 h1, .features-10 .h1, .features-10 h2, .features-10 .h2, .features-10 h3, .features-10 .h3, .features-10 h4, .features-10 .h4, .features-10 h5, .features-10 .h5, .features-10 h6, .features-10 .h6 {
	color: #3e4555;
}

@media (max-width: 1400px) {
	.features-10-img-2 img {
		height: 85px;
	}
}

@media (max-width: 1200px) {
	.features-10 .box {
		padding-bottom: 30px;
		padding-top: 3rem;
	}

	.features-10 .box-2 {
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.features-10 .box-3 {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.features-10-img-1 img {
		height: 400px;
	}

	.features-10-img-2 img {
		height: 65px;
	}
}

@media (max-width: 992px) {
	.features-10-img-1 img {
		height: auto;
	}
}

@media (max-width: 480px) {
	.features-10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.features-10-img-2 img {
		height: 60px;
	}
}

/* -------------------------------
   Block: Features 11
------------------------------- */

.features-11 {
	padding-top: 10px;
	padding-bottom: 0px;
}

.features-11-col {
	align-self: stretch;
	display: flex;
	margin-bottom: 35px;
}

.features-11-col-w {
	width: 100%;
}

.features-11-main-icon {
	height: 50px;
	width: 50px;
}

.features-11-icon {
	font-size: 28px;
}

@media (max-width: 480px) {
	.features-11-col {
		margin-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 16
------------------------------- */

.features-16 {
	padding-top: 20px;
	padding-bottom: 30px;
}

.features-16 .col-img img {
	border-radius: 6px;
}

.features-16 .col-md-6 {
	padding: 0rem 2rem;
	text-align: center;
}

.features-16 .col-md-6 > div {
	margin: auto;
	display: inline-block;
	text-align: left;
}

.features-16 .col-img {
	text-align: center;
	padding: 0rem 0rem;
}

.features-16 .col-img .frame {
	width: 100%;
}

.features-16 .col-img video {
	width: 100%;
}

.features-16 img {
	margin: 0 auto;
	display: block;
}

.features-16 h4, .features-16 .h4 {
	margin-bottom: 1.4rem;
}

.features-16 a {
	text-decoration: none;
}

.features-16 p {
	font-size: 18px;
	margin-right: 15px;
}

.features-16-row {
	align-items: center;
	width: 100%;
}

@media (max-width: 767px) {
	.features-16 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.features-16-row {
		width: auto;
	}

	.features-16 .col-img {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 480px) {
	.features-16 {
		padding-top: 10px;
	}
}

/* -------------------------------
   Block: Features 17
------------------------------- */

.features-17 {
	padding-top: 20px;
	padding-bottom: 45px;
}

.features-17 .reorder-img {
	margin-top: 1.5rem;
}

.features-17 .image {
	border-radius: 6px;
}

@media (max-width: 767px) {
	.features-17 .reorder-img {
		margin-top: 0px;
	}
}

/* -------------------------------
   Block: Features 18
------------------------------- */

.features-18 {
	padding-top: 30px;
	padding-bottom: 50px;
}

.features-18-row {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.info-2-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: calc(3.33333% - 1.25px);
}

.info-2-main-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: calc(3.33333% - 1.25px);
}

.info-2-content span {
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 575.98px) {
	.info-2-main {
		display: block;
		flex-direction: inherit;
		padding-left: 15px;
		transform: none !important;
		padding-top: 25px;
	}

	.info-2-main-2 {
		display: block;
		flex-direction: inherit;
		padding-left: 15px;
		transform: none !important;
		padding-top: 25px;
	}

	.info-2-section .jarallax-img-contain {
		min-height: 35vh;
	}

	.features-18-row {
		padding: 20px 0;
	}

	.info-2-content {
		margin-bottom: 30px;
	}

	.features-18 {
		padding-top: 20px;
		padding-bottom: 5px;
	}
}


/* -------------------------------
   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: Card Posts 4
------------------------------- */

.posts-4 {
	padding: 80px 0;
}

.posts-4-a {
	position: relative;
	margin-bottom: 3rem;
}

.posts-4-media {
	margin-bottom: 1.2rem;
}

.posts-4-media img {
	max-width: 100%;
	height: 370px;
	object-fit: cover;
}

.posts-4-media-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60%;
	background-color: var(--bs-light);
}

.posts-4-media-img.posts-4-media-img-lg {
	padding-top: 70%;
}

.posts-4-media-img.posts-4-media-img-xl {
	padding-top: 85%;
}

.posts-4-media-img.posts-4-media-img-full {
	padding-top: 100%;
}

.posts-4-label {
	margin-bottom: 1rem;
	display: flex;
	margin-left: -2px;
}

.posts-4-label span {
	background-color: #f2f3f4;
	color: #555;
	padding: 4px 8px;
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: 0.8rem;
}

.posts-4-label span span {
	margin-left: 0.5rem;
}

.posts-4-title {
	font-size: 18px;
	margin-bottom: 1rem;
	color: #555;
	line-height: 1.2;
	font-weight: 600;
}

.posts-4-title-2 {
	font-size: 25px;
	margin-bottom: 1rem;
	color: #555;
	line-height: 1.2;
	font-weight: 600;
}

.posts-4-date {
	color: rgba(32, 37, 42, 0.5);
	font-weight: 600;
	font-size: 0.8125rem;
}

.posts-4-content {
	background: #fff;
}

.posts-4-main {
	margin-bottom: 3rem;
}

.posts-4-desc {
	font-size: 1.09375rem;
	margin-bottom: 2rem;
}

@media (max-width: 992px) {
	.posts-4-media img {
		height: auto;
	}
}

@media (max-width: 575.98px) {
	.posts-4-a {
		margin-bottom: 1rem;
		display: block !important;
		height: auto !important;
	}

	.posts-4-main {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {
	.posts-4-title {
		font-size: 16px;
	}

	.posts-4-title-2 {
		font-size: 20px;
	}

	.posts-4-desc {
		font-size: 16px;
	}
}

/* -------------------------------
   Block: Contact Form 2
------------------------------- */
.contact-form-2 {
	padding-right: 3rem;
	padding-left: 3rem;
	margin-top: 15px;
	margin-bottom: 3rem;
}

.contact-form-2 .bg-image img {
	height: 100%;
	object-fit: cover;
}

@media (max-width: 480px) {
	.contact-form-2 {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 40px;
	}
}

/* -------------------------------
   Block: Contact Form 3
------------------------------- */

.contact-form-3 {
	color: #555;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 15px;
}

.contact-form-3 .bg-image img {
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.contact-form-3 h1, .contact-form-3 .h1 {
	color: #3e4555;
}

.contact-form-3 h2, .contact-form-3 .h2 {
	color: #3e4555;
}

.contact-form-3 h3, .contact-form-3 .h3 {
	color: #3e4555;
}

.contact-form-3 h4, .contact-form-3 .h4 {
	color: #3e4555;
}

.contact-form-3 h5, .contact-form-3 .h5 {
	color: #3e4555;
}

.contact-form-3 h6, .contact-form-3 .h6 {
	color: #3e4555;
}

.contact-form-3 .card-shadow {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

@media (max-width: 992px) {
	.contact-form-3 .bg-image img {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.contact-form-3 {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 40px;
	}
}

/* -------------------------------
   Block: Contact Form 4
------------------------------- */

.contact-form-4 {
	padding-bottom: 3rem;
}

/* -------------------------------
   Block: Contact Form 5
------------------------------- */

.contact-form-5 {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* -------------------------------
   Block: Contact Form 6
------------------------------- */

.contact-form-6 {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* -------------------------------
   Block: Contact Form 7
------------------------------- */

.contact-form-7 .lead {
	color: #fff;
}

.contact-form-7 .contactform-banner-1 i {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* -------------------------------
   Block: Contact Form 9
------------------------------- */

.contact-form-9 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.contact-form-9 .section-row {
	margin-bottom: 50px;
}

/* -------------------------------
   Block: Contact Form 10
------------------------------- */

.contact-form-10 {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (max-width: 480px) {
	.contact-form-10 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/* -------------------------------
   Block: Page Contact 11
------------------------------- */

.contact-1-bg {
	text-align: center;
	background-color: #7e7e7e;
}

.contact-1-box-shadows {
	background: #ffffff;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.contact-1-card img {
	height: 270px;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.bg-light .contact-1-infobox {
	background: #fafafa;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.contact-1-infobox h6 {
	color: #696969;
}

.contact-1-main-form {
	background-color: #fafafa;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.contact-icons-1 {
	border-top: 1px solid #d9d9d9;
	padding-top: 23px;
}

.contact-1-map {
	height: 400px;
	width: 100%;
	border: 0;
	vertical-align: top;
}

.contact-map-pad-1 {
	width: 50%;
	background: lightblue;
	display: inline-block;
	float: left;
}

.contact-map-pad-2 {
	width: 50%;
	background: orange;
	display: inline-block;
	float: left;
}

@media (max-width: 992px) {
	.bg-light .contact-1-infobox {
		margin-top: 0px;
		margin-bottom: 0px !important;
		padding: 20px !important;
	}

	.contact-1-card {
		margin-bottom: 30px;
	}

	.contact-1-main {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.bg-light .contact-1-infobox {
		margin-top: 30px;
	}

	.contact-map-pad-1 {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.contact-map-pad-2 {
		width: 100%;
		float: none;
	}

	.contact-1-map {
		height: auto;
	}
}

@media (max-width: 480px) {
	.contact-1-address {
		margin-bottom: 2rem !important;
	}

	.btn.contact-1-btn {
		width: 100%;
	}
}

/* -------------------------------
   Block: Page Contact 1
------------------------------- */

.contact-1-main {
	padding: 80px 0;
}

.contact-1-address {
	background: #f5f5f6;
}

.contact-1-address h6 {
	margin-bottom: 10px;
}

.contact-1-form-group {
	margin-bottom: 1.5rem;
}

.contact-1-form-group label {
	color: #7e7e7e;
	font-weight: 600;
}

.contact-1-form-control {
	padding: 10px 20px;
	background: #f5f5f6;
}

.bg-light .contact-1-address {
	background: #f5f5f6;
}

@media (max-width: 767px) {
	.contact-1-main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.bg-light .contact-1-address {
		background: transparent;
		padding: 0px !important;
	}
}

/* -------------------------------
   Block: Page Contact 12
------------------------------- */

.contact-form-12 {
	padding-top: 5px;
	padding-bottom: 40px;
}

.contact-12-main {
	margin-top: 20px;
}

.contact-12-address {
	background: #ffffff;
	margin-bottom: 0;
	padding: 1.5rem;
}

.contact-12-address h6 {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.contact-12-main {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {
	.bg-light .contact-1-address {
		background: transparent;
		padding: 0px !important;
	}
}

/* -------------------------------
   Block: Pricing Table 3
------------------------------- */

.pricing-table-3 {
	border-radius: 4px;
	padding: 3rem;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-table-3 .heading-2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.pricing-table-3 .price {
	margin: 0;
	padding: 0;
	display: block;
}

.pricing-table-3 .price sup {
	font-size: 24px;
	top: -1em;
	color: #b3b3b3;
}

.pricing-table-3 .price .number {
	font-size: 60px;
	font-weight: 600;
	color: #000000;
}

.pricing-table-3 .excerpt {
	margin-bottom: 0px;
	color: #00bd56;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-table-3 .label2 {
	text-transform: uppercase;
}

.pricing-table-3 .pricing-text {
	padding: 0;
	margin: 0;
}

.pricing-table-3 .pricing-text li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}

.pricing-table-3 .pricing-text li:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}

.pricing-table-3 .pricing-text li span.fa {
	color: #207dff;
}

.pricing-table-3 .btn {
	width: 60%;
	text-transform: uppercase;
}

.pricing-table-3 .btn:hover {
	background: #00bd56 !important;
	color: #fff;
}

.pricing-table-3 .btn:focus {
	background: #00bd56 !important;
	color: #fff;
}

.pricing-table-3-info {
	text-align: center;
	padding: 1.5rem;
}

.pricing-table-3 .price-col img {
	border-radius: 6px;
}

@media (max-width: 991.98px) {
	.pricing-table-3 {
		margin-top: 30px;
	}

	.pricing-table-3 .btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.pricing-table-3 {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}

	.pricing-table-3-info {
		padding-left: 0px;
		padding-right: 0px;
	}

	.pricing-table-3 .price-col {
		margin-bottom: 20px;
	}
}


/* -------------------------------
   Block: Showcase 2
------------------------------- */

.showcase-2 {
	padding: 2rem 0;
	margin-top: 20px;
	margin-bottom: 35px;
}

.showcase-2 .font-container {
	margin-bottom: 0;
}

.showcase-2 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 4rem;
}

.showcase-2:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

.showcase-2 .col-img {
	text-align: center;
}

.showcase-2 img {
	max-height: 300px;
}

.showcase-2 h5, .showcase-2 .h5 {
	margin-top: 5px;
	margin-bottom: 0rem;
	color: var(--bs-blue);
	text-align: center;
	line-height: 2.1rem;
}

.showcase-2 h5 a, .showcase-2 .h5 a {
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-2 a {
	text-decoration: none;
}

.showcase-2 p {
	font-size: 1rem;
	color: #999;
	line-height: 2.1rem;
	padding: 1rem 2rem 0;
}

/* -------------------------------
   Block: Showcase 3
------------------------------- */

.showcase-3 {
	margin-top: 20px;
	margin-bottom: 65px;
}

.showcase-3 .feature {
	display: flex;
	flex-direction: column;
	height: 100%;
	-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);
	padding: 2rem 1rem;
	border-radius: 7px;
	margin: 0.5rem;
	margin-bottom: 1rem;
}

.showcase-3 .feature .text {
	padding: 1rem 1rem 1rem 0;
}

.showcase-3 .font-container {
	margin-bottom: 1.5rem;
}

.showcase-3 .font-container .font-icon {
	background-color: var(--bs-primary);
	color: var(--bs-light);
	font-size: 4rem;
	padding: 1.4rem;
	border-radius: 70px;
}

.showcase-3 .col-img {
	text-align: center;
}

.showcase-3 img {
	max-height: 300px;
}

.showcase-3 h5, .showcase-3 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem;
	padding: 0 0.5rem;
}

.showcase-3 h5 a, .showcase-3 .h5 a {
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-3 a {
	text-decoration: none;
}

.showcase-3 p {
	font-size: 1rem;
	color: #888;
	line-height: 1.9rem;
	padding: 0.5rem 1rem 0;
	margin: 0;
}

@media (max-width: 992px) {
	.showcase-3 .feature-col {
		margin-bottom: 30px;
	}

	.showcase-3 {
		margin-bottom: 45px;
	}
}


/* -------------------------------
   Block: Showcase 4
------------------------------- */

.showcase-4 {
	padding: 2rem 0;
	margin-top: 25px;
	margin-bottom: 35px;
}

.showcase-4 .feature {
	background-color: var(--bs-light);
	padding: 2rem 0;
	border-radius: 7px;
	margin: 0.2rem;
}

.showcase-4 .font-container {
	margin-bottom: 2.1rem;
}

.showcase-4 .font-container .font-icon {
	background-color: var(--bs-white);
	color: var(--bs-primary);
	font-size: 4rem;
	padding: 1rem;
	border-radius: 60px;
}

.showcase-4:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

.showcase-4 .col-img {
	text-align: center;
}

.showcase-4 img {
	max-height: 300px;
}

.showcase-4 h5, .showcase-4 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem;
}

.showcase-4 h5 a, .showcase-4 .h5 a {
	font-weight: 600;
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-4 a {
	text-decoration: none;
	color: var(--bs-dark);
}

.showcase-4 a.more {
	font-size: 0.8rem;
	text-align: center;
}

.showcase-4 a.more:hover {
	color: var(--bs-primary);
}

.showcase-4 p {
	font-size: 1rem;
	color: var(--bs-gray);
	line-height: 1.8rem;
	text-align: center;
	padding: 1.5rem;
}

@media (max-width: 480px) {
	.showcase-4 {
		margin-top: 20px;
	}
}

/* -------------------------------
   Block: Showcase 5
------------------------------- */

.showcase-5 {
	margin-top: 20px;
	margin-bottom: 35px;
}

.showcase-5 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 1rem 0 0;
	border-radius: 7px;
}

.showcase-5 .font-container {
	margin-bottom: 0rem;
}

.showcase-5 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 4rem;
	padding: 1.4rem;
	border-radius: 60px;
}

.showcase-5 .col-img {
	text-align: center;
}

.showcase-5 img {
	max-height: 300px;
}

.showcase-5 h5, .showcase-5 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem;
}

.showcase-5 h5 a, .showcase-5 .h5 a {
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-5 a {
	text-decoration: none;
	color: var(--bs-gray);
}

.showcase-5 a.more {
	margin-right: 2rem;
	text-align: right;
	font-size: 0.9rem;
}

.showcase-5 a.more:hover {
	color: var(--bs-primary);
}

.showcase-5 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.4rem;
	padding: 2rem;
	text-align: center;
}

@media (max-width: 480px) {
	.showcase-5 {
		margin-bottom: 25px;
	}
}

/* -------------------------------
   Block: Showcase 6
------------------------------- */

.showcase-6 {
	margin-top: 20px;
	margin-bottom: 45px;
}

.showcase-6 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
	border-radius: 7px;
	display: flex;
}

.showcase-6 .feature .text {
	padding: 1rem 1rem 1rem 0;
}

.showcase-6 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.showcase-6 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 5rem;
	padding: 1.4rem;
	border-radius: 60px;
}

.showcase-6 h5, .showcase-6 .h5 {
	margin-bottom: 1rem;
	color: var(--bs-dark);
	line-height: 1.8rem;
}

.showcase-6 h5 a, .showcase-6 .h5 a {
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-6 a {
	text-decoration: none;
	color: var(--bs-gray);
}

.showcase-6 a.more {
	font-size: 0.9rem;
}

.showcase-6 a.more i {
	color: var(--bs-primary);
}

.showcase-6 a.more:hover {
	color: var(--bs-primary);
}

.showcase-6 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.7rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.showcase-6 {
		margin-bottom: 45px;
	}
}

/* -------------------------------
   Block: Showcase 7
------------------------------- */

.showcase-7 {
	margin-top: 20px;
	margin-bottom: 45px;
}

.showcase-7 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	display: flex;
}

.showcase-7 .feature .text {
	padding: 1rem;
}

.showcase-7 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	display: flex;
	background: var(--bs-light);
}

.showcase-7 .font-container .font-icon {
	color: var(--bs-primary);
	margin: auto;
	font-size: 5rem;
	padding: 1.4rem;
	border-radius: 60px;
}

.showcase-7 h5, .showcase-7 .h5 {
	margin-bottom: 1rem;
	color: var(--bs-dark);
	line-height: 1.4rem;
}

.showcase-7 h5 a, .showcase-7 .h5 a {
	line-height: 2.1rem;
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-7 a {
	text-decoration: none;
	color: var(--bs-gray);
}

.showcase-7 a.more {
	font-size: 0.9rem;
}

.showcase-7 a.more i {
	color: var(--bs-primary);
}

.showcase-7 a.more:hover {
	color: var(--bs-primary);
}

.showcase-7 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.7rem;
	margin-bottom: 1rem;
}

@media (max-width: 992px) {
	.showcase-7 .feature-col {
		margin-bottom: 30px;
	}

	.showcase-7 {
		margin-bottom: 25px;
	}
}

/* -------------------------------
   Block: Showcase 8
------------------------------- */

.showcase-8 {
	margin-top: 10px;
	margin-bottom: 40px;
}

.showcase-8 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	display: flex;
}

.showcase-8 .feature .text {
	padding: 2rem;
}

.showcase-8 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
	display: flex;
	background: var(--bs-light);
}

.showcase-8 .font-container .font-icon {
	color: var(--bs-primary);
	margin: auto;
	font-size: 7rem;
	padding: 1.4rem;
	border-radius: 60px;
}

.showcase-8 h5, .showcase-8 .h5 {
	color: var(--bs-dark);
	line-height: 1.4rem;
}

.showcase-8 h5 a, .showcase-8 .h5 a {
	line-height: 3.5rem;
	color: var(--bs-dark);
	text-decoration: none;
}

.showcase-8 a {
	text-decoration: none;
	color: var(--bs-gray);
}

.showcase-8 a.more {
	font-size: 0.9rem;
	color: var(--bs-primary);
}

.showcase-8 a.more i {
	color: var(--bs-primary);
}

.showcase-8 a.more:hover {
	color: var(--bs-primary);
}

.showcase-8 p {
	font-size: 1rem;
	color: var(--bs-gray);
	line-height: 1.4rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.showcase-8 .feature {
		display: block;
	}
}

/* -------------------------------
   Block: Showcase 9
------------------------------- */

.showcase-9 .iconsizepad-1 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.showcase-9 h5, .showcase-9 .h9 {
	font-size: 50px;
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
	.showcase-9 h5, .showcase-9 .h9 {
		font-size: 20px;
	}

	.showcase-8 h5 a, .showcase-8 .h5 a {
		line-height: 1.5rem;
	}
}

@media (max-width: 480px) {
	.showcase-9 {
		margin-bottom: 50px;
	}
}


/* -------------------------------
   Block: Team 1
------------------------------- */

.team-1 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-1 img {
	padding: 1.5rem;
	border-radius: 50%;
	object-fit: cover;
}

.team-1-box {
	margin-bottom: 1.5rem;
}

.team-1-heading {
	margin-bottom: 1.5rem;
}

.team-1-text {
	padding-top: 0.5rem;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 50%;
	transition: all 0.3s;
	font-size: 24px;
	padding: 4px;
}

.social-link:hover, .social-link:focus {
	background: #ddd;
	text-decoration: none;
	color: #555;
}

@media (max-width: 992px) {
	.team-1 img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 50%;
	}

	.team-1-heading {
		margin-bottom: 10px;
	}

	.team-1-box {
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.team-1 {
		padding-bottom: 15px;
	}
}

/* -------------------------------
   Block: Team 2
------------------------------- */

.team-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-2-box {
	margin-bottom: 1.5rem;
}

.team-2-heading {
	margin-bottom: 1.5rem;
}

.team-2-text {
	padding: 0;
}

.team-2 .container {
	text-align: center;
	border-radius: 20px;
}

.team-2 .icon {
	position: relative;
	bottom: 11px;
}

.team-2 .profile {
	margin: 1rem 0;
}

.team-2 .profile img {
	padding: 1rem 3rem;
	max-width: 100%;
	border-radius: 50%;
}

.team-2 .card {
	border-radius: 15px;
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.team-2 .card-body {
	position: relative;
	margin-bottom: 35px;
}

.team-2 .btn {
	margin-top: 36px;
	margin-bottom: 45px;
	background-color: #AB47BC;
	border: none;
	color: #fff;
}

.team-2 .btn:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	color: #fff;
}

.team-2 .header {
	padding-top: 40px;
}

.team-2 .socialbox {
	border-radius: 4px;
	border: 0px;
}

@media (max-width: 992px) {
	.team-2-heading {
		margin-bottom: 10px;
	}

	.team-2-box {
		margin-bottom: 40px;
	}

	.team-2 .profile img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 50%;
	}
}

@media (max-width: 767px) {
	.team-2 {
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
	.team-2 {
		padding-bottom: 15px;
	}
}

/* -------------------------------
   Block: Team 3
------------------------------- */

.team-3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-3 img {
	padding: 1.5rem;
	border-radius: 15%;
	object-fit: cover;
}

.team-3-box {
	margin-bottom: 1.5rem;
}

.team-3-heading {
	margin-bottom: 1.5rem;
}

.team-3-text {
	padding-top: 30px;
}

.team-3-social {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 0;
	margin-top: 0;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 50%;
	transition: all 0.3s;
	font-size: 24px;
}

.social-link:hover, .social-link:focus {
	background: #ddd;
	text-decoration: none;
	color: #555;
}

@media (max-width: 992px) {
	.team-3 img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 15%;
	}

	.team-3-heading {
		margin-bottom: 10px;
	}

	.team-3-box {
		margin-bottom: 30px;
	}

	.team-3-text {
		padding-top: 20px;
		text-align: center;
	}

	.team-3 {
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.team-3 {
		padding-bottom: 0px;
	}
}

/* -------------------------------
   Block: Team 4
------------------------------- */

.team-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-4 img {
	padding: 1.5rem;
	border-radius: 10%;
	object-fit: cover;
}

.team-4-box {
	margin-bottom: 1.5rem;
}

.team-4-heading {
	margin-bottom: 1rem;
}

.team-4-text {
	padding-top: 5px;
}

.team-4-social {
	margin-bottom: 0;
	margin-top: 1rem;
}

@media (max-width: 992px) {
	.team-4 img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 15%;
	}

	.team-4-heading {
		margin-bottom: 10px;
	}

	.team-4-box {
		margin-bottom: 10px;
	}

	.team-4-text {
		padding-top: 0px;
		text-align: center;
	}

	.team-4 {
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.team-4 {
		padding-bottom: 15px;
	}
}

/* -------------------------------
   Block: Team 5
------------------------------- */

.team-5 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-5 img {
	padding: 0px;
	border-radius: 0%;
	object-fit: cover;
}

.team-5-box {
	padding: 0;
	margin-bottom: 1.5rem;
	border: 1px;
}

.team-5-heading {
	margin-bottom: 1rem;
}

.team-5-text {
	padding: 1.5rem;
}

.team-5-social {
	margin-bottom: 0;
	margin-top: 1rem;
}

@media (max-width: 992px) {
	.team-5-heading {
		margin-bottom: 10px;
	}

	.team-5-box {
		margin-bottom: 25px;
	}

	.team-5-text {
		padding-top: 30px;
	}

	.team-5 {
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.team-5 {
		padding-bottom: 20px;
	}
}

/* -------------------------------
   Block: Team 6
------------------------------- */

.team-6 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.team-6-box {
	margin-bottom: 1.5rem;
}

.team-6-text {
	background: #fff;
	border-radius: 6px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.team-6-social {
	margin-bottom: 0;
	margin-top: 1rem;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.375rem;
	max-width: 100%;
	height: auto;
}

.img-thumbnail-sm {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.375rem;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

@media (max-width: 992px) {
	.team-6 {
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.team-6 {
		padding-bottom: 10px;
	}
}

/* -------------------------------
   Block: Team 7
------------------------------- */

.team-7 {
	padding-top: 40px;
	padding-bottom: 50px;
}

.founder-1-main {
	position: relative;
	padding: 60px 0;
}

.founder-1-main:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	content: "";
}

.founder-1-shadow {
	background: #ffffff;
	box-shadow: 0 0 30px rgb(0 0 0 / 8%);
	position: relative;
}

.founder-1-box {
	position: relative;
	padding-right: 3rem;
	padding-left: 2.3rem;
}

.founder-1-name {
	border-bottom: 1px solid #ededed;
}

.founder-1-name h2 {
	margin-bottom: 10px;
}

.founder-1-details {
	border-bottom: 1px solid #ededed;
}

.founder-1-info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.founder-1-info li {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
	font-weight: 500;
}

.founder-1-info li a {
	font-weight: 500;
}

.founder-1-info li:last-child {
	margin-bottom: 0;
}

.founder-1-info li span {
	font-weight: 600;
	min-width: 140px;
	color: #898989;
}

.founder-1-desc {
	margin-top: 35px;
}

.founder-1-desc h6 {
	margin-bottom: 10px;
	margin-top: 30px;
}

.founder-1-list {
	margin-bottom: 0px;
}

.founder-1-list li {
	line-height: 23px;
	position: relative;
	padding-left: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 0.5rem;
}

.founder-1-list 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;
}

.founder-1-list 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;
}

.founder-1-list li:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.founder-1-box {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (max-width: 767px) {
	.team-7 {
		padding-top: 15px;
		padding-bottom: 40px;
	}

	.founder-1-main {
		padding: 0;
	}

	.founder-1-main:before {
		position: relative;
		width: 100%;
	}

	.founder-1-main img {
		border-radius: 4px;
	}

	.founder-1-shadow {
		margin-bottom: 30px;
	}

	.founder-1-box {
		padding-top: 20px;
	}

	.founder-1-details {
		margin-bottom: 0px !important;
	}
}

@media (max-width: 480px) {
	.team-7 {
		padding-top: 5px;
		padding-bottom: 40px;
	}
}


/* -------------------------------
   Block: Testimonials 1
------------------------------- */

.testimonials-1 {
	padding-top: 15px;
	padding-bottom: 30px;
}

.testimonials-1 .treview {
	color: #8a8f95;
}

.testimonials-1-heading {
	margin-bottom: 1rem;
}

.testimonials-1-box {
	margin-bottom: 2rem;
}

.testimonials-1-text {
	border-radius: 4px;
	background: #ffffff;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media (max-width: 992px) {
	.testimonials-1-heading {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.testimonials-1 {
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.testimonials-1 {
		padding-bottom: 15px;
	}
}

/* -------------------------------
   Block: Testimonials 2
------------------------------- */

.testimonials-2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.testimonials-2-heading {
	margin-bottom: 2rem;
}

.testimonials-2-box {
	margin-bottom: 20px;
}

.testimonials-2-box img {
	border-radius: 50%;
	padding: 1.5rem;
}

@media (max-width: 992px) {
	.testimonials-2-heading {
		margin-bottom: 10px;
	}

	.testimonials-2-box img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 50%;
	}

	.testimonials-2-box {
		margin-bottom: 30px;
	}

	.testimonials-2 {
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.testimonials-2 {
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.testimonials-2 {
		padding-bottom: 0px;
	}
}


/* -------------------------------
   Block: Testimonials 3
------------------------------- */

.testimonials-3 {
	padding-top: 15px;
	padding-bottom: 20px;
}

.testimonials-3-heading {
	margin-bottom: 1rem;
}

.testimonials-3-box {
	margin-bottom: 2rem;
}

.testimonials-3-text {
	border-radius: 4px;
	background: #ffffff;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.testimonials-3 .container {
	text-align: center;
	border-radius: 20px;
}

.testimonials-3 .profile img {
	padding: 1rem 3rem;
	max-width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.testimonials-3 .card {
	border-radius: 15px;
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
	.testimonials-3-text {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 992px) {
	.testimonials-3-heading {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.testimonials-3 {
		padding-bottom: 20px;
	}

	.testimonials-3 .profile img {
		height: 250px;
		width: 250px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 50%;
	}

	.testimonials-3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.testimonials-3-text {
		padding-right: 70px;
		padding-left: 70px;
	}
}

@media (max-width: 480px) {
	.testimonials-3 {
		padding-bottom: 15px;
	}

	.testimonials-3-text {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* -------------------------------
   Block: Testimonials 4
------------------------------- */

.testimonials-4 {
	padding: 80px 0;
	padding-top: 60px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #a2a2a2;
}

.banner-2-title {
	margin-bottom: 50px;
}

.banner-2-title span {
	margin-bottom: 10px;
	display: block;
}

.banner-2-row {
	z-index: 1;
	position: relative;
}

.banner-2-testimonial {
	padding: 23px;
	background: #ffffff;
}

.banner-2-testimonial-content p {
	line-height: 25px;
}

.banner-2-rating ul li {
	display: inline-block;
}

.banner-2-testimonial-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-2-testimonial-info-img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.banner-2-testimonial-info-avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
	object-fit: cover;
}

.banner-2-testimonial-info-author h6 {
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.banner-2-testimonial {
		margin-top: 1.5rem;
	}

	.banner-2-title {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.testimonials-4 {
		padding-bottom: 50px;
	}
}


/* -------------------------------
   Block: Testimonials 5
------------------------------- */

.testimonials-5 {
	padding-top: 10px;
	padding-bottom: 15px;
}

.testimonials-5-row {
	z-index: 1;
	position: relative;
}

.testimonials-5-testimonial {
	padding: 23px;
	background: #ffffff;
}

.testimonials-5-testimonial-content p {
	line-height: 25px;
}

.testimonials-5-rating ul li {
	display: inline-block;
}

.testimonials-5-testimonial-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonials-5-testimonial-info-img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.testimonials-5-testimonial-info-avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
	object-fit: cover;
}

.testimonials-5-testimonial-info-author h6 {
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.testimonials-5-testimonial {
		margin-top: 1.5rem;
	}
}

@media (max-width: 480px) {
	.testimonials-5 {
		padding-top: 20px;
		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;
}

.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;
	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;
}
.f-icon.icon-facebook:focus {
	color: #fff;
	background-color: #3b5998;
}

.f-icon.icon-twitter:hover {
	color: #fff;
	background-color: #55acee;
}
.f-icon.icon-twitter:focus {
	color: #fff;
	background-color: #55acee;
}

.f-icon.icon-linkedin:hover {
	color: #fff;
	background-color: #0976b4;
}
.f-icon.icon-linkedin:focus {
	color: #fff;
	background-color: #0976b4;
}

.f-icon.icon-youtube:hover {
	color: #fff;
	background-color: #e52d27;
}
.f-icon.icon-youtube:focus {
	color: #fff;
	background-color: #e52d27;
}

.f-icon.icon-instagram:hover {
	color: #fff;
	background-color: #e52765;
}
.f-icon.icon-instagram:focus {
	color: #fff;
	background-color: #e52765;
}

.f-icon.icon-website:hover {
	color: #fff;
	background-color: #e52d27;
}
.f-icon.icon-website:focus {
	color: #fff;
	background-color: #e52d27;
}

.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: Action Bar 2
------------------------------- */

.action-bar-2 {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.action-bar-2 .banner-1-media img {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.action-bar-2 {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Action Bar 3
------------------------------- */

.action-bar-3 {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (max-width: 480px) {
	.action-bar-3 {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 50px;
	}
}


/* -------------------------------
   Block: Tabs Info 1
------------------------------- */

.info-tabs-1 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

.tabsinfo-1-main {
	margin-bottom: 2rem;
}

.tabsinfo-1-ul {
	float: left;
	width: 35%;
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
}

.tabsinfo-1-ul li {
	display: block;
	padding: 34px 40px !important;
	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%;
}

.tabsinfo-1-ul li span {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.tabsinfo-1-ul li: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;
}

.tabsinfo-1-ul li.active:after {
	opacity: 1;
}

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

.tabsinfo-1-ul .nav-tab.active,
.tabsinfo-1-ul .show > .nav-tab {
	color: #ffffff;
	background-color: #a6a6a6;
}

.tabsinfo-1-content {
	padding: 0px;
	background-color: #fff;
	border: none;
	float: left;
	width: 65%;
	min-height: 98.5%;
	clear: none;
}

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

.tabsinfo-1-arrow {
	border-color: transparent #ffffff #ffffff transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 4px;
}

.tabsinfo-1-content .collapsed .tabsinfo-1-arrow {
	border-color: #222 transparent transparent #222;
	border-style: solid;
	border-width: 1px 0 0 1px;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 7px;
}

.accordion-header {
	display: none;
}

.tabsinfo-1-accordion {
	background: #fff !important;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	border-top: 0px solid #e4e4e4;
	margin: 0px;
	padding: 24px 20px;
	text-align: -webkit-left;
	width: 100%;
}

.tabsinfo-1-tab-active {
	border-bottom: 0px solid #e4e4e4 !important;
	background: #a6a6a6 !important;
	color: #fff;
}

.tabsinfo-1-tab-title:last-child {
	border-bottom: 12px solid #e4e4e4 !important;
	background: #00baee;
}

.tabsinfo-1-content-accheader {
	color: #ffffff;
	background-color: #a6a6a6 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabsinfo-1-content-accheader h3 {
	color: #ffffff;
	font-weight: 600;
}

.tabsinfo-1-content .collapsed.tabsinfo-1-content-accheader {
	color: #222;
	background-color: #fff !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.tabsinfo-1-content .collapsed.tabsinfo-1-content-accheader h3 {
	color: #222;
	font-weight: 600;
}

@media (max-width: 767px) {
	.tabsinfo-1-ul {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.tabsinfo-1-arrow {
		display: block;
	}

	.tabsinfo-1-ul li.active:after {
		opacity: 0;
		display: none;
	}

	.tabsinfo-1-ul li:after {
		right: 0px;
	}

	.tabsinfo-1-ul {
		display: none;
	}

	.accordion-header {
		display: block;
	}

	.tabsinfo-1-content {
		width: 100%;
		min-height: auto;
		padding: 0px !important;
	}

	.tabsinfo-1-content-btop {
		border-top: 1px solid #e4e4e4 !important;
	}

	.tabsinfo-1-content-info {
		padding: 15px;
		border: 1px solid #e4e4e4;
		border-top: 0px;
	}

	.welcome-1-main {
		margin-bottom: 2rem;
	}

	.tabsinfo-1-main {
		margin-bottom: 1.5em;
	}
}

/* -------------------------------
   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;
}


/* -------------------------------
   Block: Page Featurea 1
------------------------------- */

.card-features-1 {
	border: unset;
	box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 6%);
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	background: #fafafa;
}

.card-features-1-info {
	display: flex;
	align-items: flex-start;
}

.card-features-1 i {
	font-size: 15px;
	border: 2px solid #eaeaea;
	color: #f59c1a;
	padding: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-radius: 50%;
}

.card-features-1-body {
	margin-top: 7px;
	padding-left: 1.2rem;
}

.card-features-1-body h6 {
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.card-features-1-body {
		padding-left: 1rem;
	}
}


/* -------------------------------
   Block: Social Media Icons 1
------------------------------- */

.social-icons-1 {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	padding-top: 15px;
}

.social-icons-1 li {
	display: inline-block;
	margin-right: 10px;
}

.social-icons-1 li a {
	text-align: center;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 50%;
	display: inline-block;
	background: #03228f;
	color: #ffffff;
}

.social-icons-1 li:last-child {
	margin-right: 0;
}

.social-icons-1 li a:hover {
	background-color: #fb9a27;
}


/* --------------------------------------
   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: Pricing Table 1
-------------------------------------- */

.pricing-table-1 {
	-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 .panel-heading {
	padding: 20px 10px;
	padding-bottom: 15px;
}

.pricing-table-1 .panel-heading .fa {
	margin-top: 10px;
	font-size: 58px;
}

.pricing-table-1 .list-group-item {
	color: #777777;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.pricing-table-1 .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pricing-table-1 .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.pricing-table-1 .panel-body {
	background-color: #f0f0f0;
	font-size: 30px;
	color: #777777;
	padding: 20px;
	margin: 0px;
}

.pricing-table-1 h3 {
	margin-top: 10px;
}

.pricing-table-1 .btn {
	margin-left: 0px;
	margin-right: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* --------------------------------------
   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-button-1 {
	background-image: linear-gradient(to top, #9a9898 0%, #848383 100%);
	padding-bottom: 50px;
	padding-top: 60px;
}

.action-button-1-text span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}

.action-button-1-text h3 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
}

.action-button-1-wrapper {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: right;
}

/* --------------------------------------
   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) {
	.dropdown-menu-last {
		left: auto;
		right: 0px;
	}

	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 992px) {
	.navbar {
		--bs-navbar-padding-y: 0.5rem;
	}

	.navbar-nav {
		--bs-nav-link-padding-y: 0.5rem;
	}

	.navbar-nav > li.dropdown:hover > .dropdown-menu, .navbar-nav > li.dropdown:focus > .dropdown-menu {
		display: none;
	}

	.header .dropdown.dropdown-hover:focus .dropdown-menu,
	.header .dropdown.dropdown-hover:hover .dropdown-menu {
		display: none;
		position: relative;
	}

	.dropdown-menu.show {
		display: block !important;
		margin-bottom: 15px;
	}

	.navbar-collapse {
		height: 100vh;
		background: rgba(39, 39, 39, .5);
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 8px;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
	}

	.nav-buttons .nav-link {
		background: rgb(64 64 64);
		padding-left: 15px;
		border-radius: 6px;
		width: 100%;
	}

	.nav-buttons > li {
		display: block;
	}

	.nav-link {
		background: rgb(245 245 245);
		margin-bottom: 15px;
		padding-left: 15px;
		border-radius: 6px;
	}

	.navbar-dark .nav-link {
		background: rgb(64 64 64);
	}

	.navbar-sm .navbar-nav > li > a {
		padding: 0.5rem;
		padding-left: 15px;
		padding-right: 15px;
	}

	.brand-logo img {
		max-height: 30px;
	}

	.navbar-nav-30 {
		margin-left: 0px;
	}

	.dropdown-menu {
		margin-top: -15px !important;
		background: #f3f3f3;
		border: 0px;
	}

	.navbar-dark .dropdown-menu {
		background: #434343;
	}

	.dropdown-menu .dropdown-item {
		color: #333;
		padding-bottom: 5px;
	}

	.navbar-dark .dropdown-menu .dropdown-item {
		color: #fff;
	}

	.dropdown-item:hover {
		background-color: #e5e5e5;
	}

	.dropdown-item:focus {
		background-color: #e5e5e5;
	}

	.navbar-dark .dropdown-item:hover {
		background-color: #666666;
	}

	.navbar-dark .dropdown-item:focus {
		background-color: #666666;
	}

	.navbar-default .dropdown-menu-list > li > a:focus,
	.navbar-default .dropdown-menu-list > li > a:hover {
		color: #333;
		background: #e5e5e5;
	}

	.navbar-default .dropdown-menu-list > li > a:active {
		color: #333;
		background: #e5e5e5;
	}

	.navbar-dark .dropdown-menu-container .title {
		color: #fff;
	}

	.navbar-dark .dropdown-menu-list > li > a {
		color: #fff;
	}

	.navbar-dark .dropdown-menu-list > li > a:focus,
	.navbar-dark .dropdown-menu-list > li > a:hover {
		text-decoration: none;
		color: #fff;
		background: #666666;
	}

	.navbar-dark .dropdown-menu-list > li > a:active {
		color: #fff;
		background: #666666;
	}

	.header-nav-buttons-1 {
		margin-right: 72px;
		margin-top: 10px;
		top: 0;
		right: 0;
		display: block;
		position: absolute;
	}

	.btn.btn-header {
		font-size: 14px;
		margin-right: 30px;
		margin-left: 0px;
		padding: 7.5px 15px;
	}

	.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;
	}

	.top-nav .navbar-collapse {
		height: 38px;
		padding: 0px;
	}

	.top-nav .dropdown-menu {
		top: 53px !important;
		position: absolute;
	}

	.dropdown-menu-sidebar {
		width: 220px;
		min-width: 220px;
		padding: 5px 5px;
	}

	.fixed-top-nav-2 {
		height: 57.63px;
	}

	.top-nav-logo .brand-logo img {
		margin-top: 12px;
	}

	.top-nav-right {
		display: none;
	}

	.top-nav-2-main {
		margin-top: 0px;
	}

	.navbar-sm .top-nav-logo {
		width: auto;
		margin-top: 0px;
		float: none;
		position: relative;
		z-index: 1;
	}

	.top-nav-2-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.top-nav-2-main {
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
	}

	.top-nav-bottom .nav-link {
		padding-top: 10px;
	}

	.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;
	}

	.header-6 .header-6-nav .nav-link {
		padding: 10px 20px;
		margin-top: 0px;
		margin-bottom: 15px;
		padding-left: 15px;
	}
}

@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;
	}

	.dropdown-menu-container {
		display: block;
		min-width: inherit;
		padding: 15px;
		padding-left: 5px;
	}

	.dropdown-menu-container .title {
		font-size: 14px;
	}

	.dropdown-menu-sidebar {
		display: block;
		width: auto;
		padding: 0;
	}

	.dropdown-menu-sidebar + .dropdown-menu-content {
		border-top: 1px solid var(--app-component-dropdown-border-color);
		padding-top: 25px;
		margin-top: 25px;
		border-left: none !important;
		padding-left: 0 !important;
		height: 300px;
		overflow-x: hidden;
	}

	.dropdown-menu-content {
		padding: 0;
		display: block;
	}

	.dropdown-menu-content .row > div:last-child {
		margin-bottom: 15px;
	}

	.dropdown .dropdown-menu-list {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.dropdown .dropdown-menu-list > li {
		width: 50%;
		margin-bottom: 5px;
	}

	.dropdown .dropdown-menu-list > li + li {
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	.dropdown-full-width {
		position: relative;
	}
}

@media (max-width: 480px) {
	.top-nav-bottom .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}

	.btn.btn-header {
		font-size: 14px;
		margin-right: 5px;
		margin-left: 10px;
		padding: 6.5px 10px;
	}

	.header-nav-buttons-1 {
		margin-right: 82px;
		margin-top: 11px;
	}

	.top-nav-menu-2 .topnavmenu-item {
		display: none !important;
	}

	.dropdown-menu-sidebar + .dropdown-menu-content {
		height: 210px;
	}
}
