/* This is CSS added manually for the HTML in Isiwaranena header/footer */


/* CSS extracted from Bootstrap v5.0.2 */

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

img {
	vertical-align: middle
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

[type=button]:not(:disabled) {
	cursor: pointer
}

.container,
.container-md {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-md {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-md {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container,
	.container-md {
		max-width: 1320px
	}
}

.collapse:not(.show) {
	display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: #0a58ca
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-md {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.d-none {
	display: none !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.align-items-center {
	align-items: center !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.bg-body {
	background-color: #fff !important
}

@media (min-width:768px) {
	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.text-center {
    text-align: center !important
}

/* Custom CSS */
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #fff;
	/* font-size: 100%; */
	width: 100%;
	margin: auto;
	min-height: 100vh
}

h4 {
	font-weight: lighter
}

.container {
	max-width: 980px !important
}

.nephritis-flat-button {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100px !important;
	height: auto;
	padding: 2px;
	font-size: 15px;
	color: #fff !important;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25) !important;
	background: #27ae60;
	border: 0;
	border-bottom: 2px solid #219d55;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #219d55 !important;
	box-shadow: inset 0 -2px #219d55 !important;
	text-decoration: none !important
}

.nephritis-flat-button:active {
	top: 1px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.peter-river-flat-button {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 100px !important;
	height: auto;
	padding: 2px;
	font-size: 15px;
	color: #fff !important;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25) !important;
	background: #3498db;
	border: 0;
	border-bottom: 2px solid #2a8bcc;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #2a8bcc !important;
	box-shadow: inset 0 -2px #2a8bcc !important;
	text-decoration: none !important
}

.peter-river-flat-button:active {
	top: 1px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button-container {
	display: flex;
	justify-content: space-between;
	gap: 16px
}

.item a,
.item img {
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all
}

.item a:hover,
.item img:hover {
	opacity: 1
}

.item h4 {
	margin: 20px 0 10px
}

.item h4 a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #3b3b3b;
	display: block;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all
}

.item h4 a:hover {
	color: #0f766e;
	text-decoration: none
}

.header-bg {
	background: url(../../images/header-background.jpg) no-repeat left;
	background-size: cover;
    margin-bottom: 20px;
}

.header-bg .container {
	padding-left: 0;
	padding-right: 0
}

.header {
	padding: 2% 0
}

.logo h1 a {
	font-size: 1em;
	text-transform: uppercase;
	color: #3b3b3b;
	text-decoration: none
}

.logo h1 a:focus-visible {
	outline: none; 
}

.logo h1 a img {
	height: 75px
}

.navbar {
	position: relative;
	height: 60px;
	margin-bottom: 0;
	border: none
}

.navbar-default .navbar-collapse {
	background: #3b3b3b !important;
	color: #fff !important;
	padding: 0
}

.navbar-default .navbar-nav .active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
	background: #0f766e;
	color: #fff !important;
	text-decoration: none
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar-default .navbar-nav>li>a:visited {
	color: #fff !important
}

.nav>li {
	border-right: 1px solid #272525
}

.nav>li>a {
	font-size: 13px;
	padding: 20px 30px !important;
	text-transform: uppercase
}

.nav>li>ul,
.nav>li>ul>li>ul {
	font-size: 13px;
	position: absolute;
	left: -999em !important;
	top: 2em;
	list-style: none;
	display: block;
	z-index: 5000;
	padding: 0
}

.nav>li:hover>ul {
	left: -1px !important;
	top: auto !important;
	background: rgba(92, 90, 90, 1)
}

.nav>li>ul>li:hover>ul {
	left: 149px !important;
	top: auto !important;
	margin-top: -40px;
	background: rgba(92, 90, 90, 1)
}

.nav>li>ul>li:first-child:hover>ul {
	margin-top: -39px
}

.nav>li>ul>li>a,
.nav>li>ul>li>ul>li>a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 30px;
	width: 190px;
	display: block;
	border: 1px solid #272525;
	border-top: none;
	color: #fff;
	text-decoration: none
}

.nav>li>ul>li>ul>li>a {
	width: 190px
}

.nav>li>ul>li>ul>li:first-child>a {
	border-top: 1px solid #272525
}

.nav>li>ul>li:first-child>ul>li:first-child>a {
	border-top: none
}

.nav>li>ul>li>a:hover,
.nav>li>ul>li>ul>li>a:hover {
	background: #0f766e
}

.bg {
	background: #3b3b3b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-o-border-radius: 75px
}

.footer_bg {
	background: #f6f6f6
}

.footer {
	padding: 50px 30px;
}

.copy p {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 1.8em
}


@media (max-width:768px) {
	.logo h1 a img {
		height: 65px
	}

	.navbar {
		background: #3b3b3b !important;
		z-index: 1030;
		padding-right: 0
	}

	.navbar .container {
		padding-left: 0;
		padding-right: 0
	}

	.navbar-nav.d-md-none .nav-link {
		color: #fff !important;
		padding: 1.1rem 1.25rem 1.15rem 1.25rem;
		font-size: 1rem;
		text-align: center
	}

	.navbar-nav.d-md-none .nav-link:hover {
		background: #0f766e;
		color: #fff !important
	}

	.nav>li {
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #272525
	}

	.nav:first-child {
		border-top: 1px solid #272525
	}

	.navbar-collapse {
		background: #3b3b3b !important;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1030;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
	}

	.navbar-toggler {
		padding: 1.05rem 1.05rem 1.05rem 1.05rem;
		font-size: 1rem;
		border-radius: 0;
		z-index: 1031
	}

	.navbar-toggler-icon {
		background-image: 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.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}

	.navbar-toggler:focus,
	.navbar-toggler:hover {
		background: #0f766e;
		color: #fff !important
	}

	.navbar-toggler:focus {
		box-shadow: none
	}
}

@media (max-width:576px) {
	h2 {
		font-size: calc(1.325rem + .38vw);
		font-weight: 700
	}

	h4 {
		font-size: 1.2rem;
		font-weight: 400 !important
	}

	.header-bg {
		background: url(../../images/header-background-mobile.jpg) no-repeat left
	}
}

/* for offer*/
.navbar-collapse .navbar-nav {
	display: flex;
	width: 100%;
}

.border-0 {
    border: 0 !important;
}

.offer-badge {
	position: relative;
	font-weight: 600;
	color: #fff !important;
	border-left: 1px solid rgb(39, 37, 37);
}

.offer-badge i {
	color: #ffd166;
	margin-right: 5px;
}

/* For Flarum */

.item-locale {
	display: none !important;
}

.App {
    max-width: 980px;
    margin: 0 auto;
}

/* .Header-title, */
.Navigation-pin,
.DiscussionPage-list {
    display: none;
}

.navbar-fixed-top .Header-title {
	display: block;
}

.Header-title a {
	text-decoration: none;
}

.hasPane.paneShowing .Navigation-back {
	border-radius: var(--border-radius) !important;
}

.Hero-title {
	font-weight: bold !important;
}

.Button[aria-label="Add an image"] {
    display: none !important;
}

@media (min-width: 768px) {
    .DiscussionPage-discussion>.container {
        grid-template-columns: 1fr 170px;
    }

	.Header-title {
		display: none;
	}
}

@media (min-width: 992px) {
    .sideNav, .sideNav>ul {
		width: auto;
        min-width: 190px;
    }
}