:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #158447;
	--secondary: #193d70;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

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

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

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

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: #158447;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0)
}

a:hover {
	color: #0b4224;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0
}

input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

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

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

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

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

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

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

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

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

@media(min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width: 992px) {
	.container {
		max-width: 960px
	}
}

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

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-xl-12,
.col-lg-12,
.col-lg-10,
.col-lg-9,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-2,
.col-md-6,
.col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

@media(min-width: 768px) {
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media(min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}
}

@media(min-width: 1200px) {
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.form-control {
	display: block;
	width: 100%;
	height: 2.7rem;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dcdcdc;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: rgba(0, 0, 0, 0);
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #39e084;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(21, 132, 71, .25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(21, 132, 71, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:hover {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(56, 150, 99, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #158447;
	border-color: #158447
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0e582f;
	border-color: #0c4d29
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(56, 150, 99, .5)
}

.btn-outline-primary {
	color: #158447;
	border-color: #158447
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #158447;
	border-color: #158447
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(21, 132, 71, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #158447;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #158447;
	border-color: #158447
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 132, 71, .5)
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

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

.fade:not(.show) {
	opacity: 0
}

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

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

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

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #dcdcdc;
	border-radius: .25rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

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

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

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.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-nav .dropdown-menu {
	position: static;
	float: none
}

.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: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem
}

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

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
	/* background-color: #fff; */
	color: #fff;
	background-color: #fff;
	border-radius: 3px;
}

@media(max-width: 991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

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

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

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

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}

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

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

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.media {
	display: flex;
	align-items: flex-start
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.border {
	border: 1px solid #dee2e6 !important
}

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

@media(min-width: 992px) {
	.justify-content-lg-center {
		justify-content: center !important
	}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.w-100 {
	width: 100% !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.mb-1 {
	margin-bottom: .25rem !important
}

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

.mr-2 {
	margin-right: .5rem !important
}

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

.mb-3 {
	margin-bottom: 1rem !important
}

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

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

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

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

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

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

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

@media(min-width: 992px) {
	.py-lg-5 {
		padding-top: 3rem !important
	}

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

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

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

@media(min-width: 768px) {
	.text-md-right {
		text-align: right !important
	}
}

@media(min-width: 992px) {
	.text-lg-center {
		text-align: center !important
	}
}

.font-weight-bold {
	font-weight: 700 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.visible {
	visibility: visible !important
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
    transform: none;
    top: 20%;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

@media(min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
}

@font-face {
	font-family: "Josefin Sans";
	src: local(""), url("../fonts/josefin-sans-v24-latin-regular.woff2");
	font-display: swap
}

body {
	font-family: "Josefin Sans";
	font-weight: 400
}

.modal {
	z-index: 10000000000
}

h1,
h2,
h3,
h4,
.h1,
.frm_heading {
	font-weight: 700;
	padding-left: .6rem
}

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

.navbar .phone {
	display: none
}

@media(max-width: 991px) {
	.navbar .phone {
		display: block;
		position: absolute;
		right: 3.7rem;
		top: 16px
	}

	.navbar .phone svg {
		color: #25d366;
		font-size: 1.35rem
	}
}

@media(max-width: 991px) {
	.navbar img {
		width: 200px
	}
}

.navbar-toggler {
	padding: 0;
	border: none;
	outline: none
}

.navbar-toggler:focus {
	outline: none;
	border: none
}

.navbar-brand {
	padding-top: .2rem;
	padding-bottom: .2rem
}

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

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	background-color: #158447;
	color: #fff
}

.navbar-light .navbar-nav .nav-link {
	color: #000
}

main {
	margin-top: 3.68rem
}

.bnr_sec {
	background-color: #dedede;
	background-repeat: no-repeat;
	position: relative;
	overflow-y: hidden;
	background-size: cover;
	background-position: center center
}

.p_detail {
	background-color: #000000;
	padding: 2rem 0;
	color: #fff
}

.p_detail__list {
	display: flex;
	justify-content: space-between
}

.p_detail__list__items {
	width: calc(33.3% - 1rem);
	padding: 1rem;
	padding-left: 1rem;
	border: 1px solid rgba(123, 234, 173, .2);
	border-radius: .5rem;
	margin-right: 1rem;
	background-color: rgba(79, 227, 146, .2);
	line-height: normal
}

.p_detail__list__items svg {
	margin-left: -2rem;
	display: block;
	float: left;
	font-size: 1.7rem
}

.p_detail__list__items span {
	display: block;
	font-weight: 600;
	font-size: 1.1rem
}

@media(max-width: 991px) {
	.p_detail__list {
		flex-wrap: wrap
	}

	.p_detail__list__items {
		margin-bottom: 1.2rem;
		width: calc(50% - 1rem)
	}
}

@media(max-width: 576px) {
	.p_detail__list__items {
		width: 100%;
		margin-right: 0
	}
}

@media(max-width: 414px) {
	figure {
		width: 100%
	}
}

.des_con {
	padding-top: 1.3rem
}

@media(min-width: 992px) {
	.des_con {
		padding: 3.2rem 0 0
	}
}

.des_con .h2 {
	margin-bottom: 2rem;
	font-weight: 700
}

.des_con h3 {
	color: #6c757d
}

.des_con img {
	width: 100%
}

.des_con p {
	text-align: justify;
	margin-bottom: 5px;
}

.des_con figure {
	margin: 0
}

.des_con .details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(21, 132, 71, .2);
	padding: 15px;
}

@media(max-width: 991px) {
	.des_con .details {
		padding: 1rem;
		margin: 1rem
	}
}

.des_con li {
	text-align: left
}

.prclist {
	background-color: rgba(255, 255, 255, .7);
	margin-bottom: 3rem;
	border-radius: .4rem;
	text-align: center
}

.cate_name {
	padding: .7rem 0;
	background-color: rgb(187 148 68);
	border-radius: .4rem .4rem 0 0;
	font-size: 1.1rem
}

.allvalue {
	padding: .5rem .5rem .8rem;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 0 0 .4rem .4rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%
}
.allvalue img {
	width: 24px;
	margin-top: 13px;
}

.allvalue small {
	display: block;
	font-size: 1rem;
	line-height: 100%;
	color: #6c757d
}

.allvalue svg {
	font-size: 2rem
}

.allvalue sub {
	bottom: 0;
	font-size: .9rem
}

.allvalue span {
	display: block;
	line-height: 100%;
	color: #6c757d;
	font-size: .8rem
}

.floorname {
	background-color: rgba(255, 255, 255, .5);
	padding: .5rem .5rem .8rem;
	font-size: .8rem;
	line-height: 180%
}

.floorname span {
	display: block;
	font-size: 1.3rem
}

.location_ad {
	padding: 4rem 0
}

@media(max-width: 991px) {
	.location_ad {
		padding: 4rem 0 0 0
	}
}

.location_ad .nav-tabs {
	background-color: rgba(222, 226, 230, .9)
}

.location_ad .nav-tabs .nav-item {
	width: 25%;
	text-align: center
}

.location_ad .nav-tabs .nav-item .nav-link {
	padding-top: inherit;
	padding-bottom: inherit;
	padding: 1rem 1rem;
	font-size: 1rem;
	border-top: 4px solid #fff;
	color: #6c757d
}

@media(max-width: 991px) {
	.location_ad .nav-tabs .nav-item .nav-link span {
		display: none
	}
}

.location_ad .nav-tabs .nav-item .nav-link.active {
	border-top: 4px solid #060606;
	color: #158447
}

.location_ad .nav-tabs .nav-item .nav-link img {
	width:25px;
}


.location_ad .tab-content {
	padding: 1rem
}

.location_ad ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.location_ad ol li {
	width: calc(50% - .5rem);
	margin-right: 1rem;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border: 1px solid rgba(25, 61, 112, .6);
	border-radius: .4rem;
	padding: 1rem;
	padding-left: 2rem
}

.location_ad ol li img {
	margin-left: -1rem;
	display: block;
	float: left;
	margin-top: .2rem;
	width:15px;
	margin-right:10px;
}

.location_ad ol li:nth-of-type(even) {
	margin-right: 0
}

@media(max-width: 991px) {
	.location_ad ol li {
		width: 100%;
		margin-right: 0
	}
}

.specification {
	padding: 4rem 0 3rem
}

@media(max-width: 767px) {
	
	.specification {
		padding: 4rem 0 0rem
	}
}

.btn-primary {
	color: #fff;
	font-weight: 700
}

.frm_heading {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #231f20
}

label {
	margin-bottom: 0;
	font-size: .8rem;
	color: #6c757d
}

label i {
	color: #dc3545
}

.sch_modal .h4 {
	color: #193d70
}

.sch_modal .h4 svg {
	font-weight: 700
}

.sch_modal p {
	text-align: justify
}

.sch_modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem
}

.sch_modal ul li {
	padding-left: 1.5rem;
	margin-bottom: .5rem;
	font-size: .9rem
}

.sch_modal ul li svg {
	font-weight: 900;
	content: "ÃƒÆ’Ã‚ÂªÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
	float: left;
	margin-left: -1.4rem
}

.modal-backdrop {
	background-color: #fff
}

.modal-backdrop.show {
	opacity: .5;
	background-color: #000;
}

.modal-content {
	box-shadow: 0 8px 60px 0 rgba(25, 61, 112, .22), 0 12px 90px 0 rgba(76, 181, 81, .22);
	border: none
}

.modal-header {
	padding: 0;
	border-bottom: none
}

.modal-header .close {
	box-shadow: 0 8px 60px 0 rgba(25, 61, 112, .22), 0 12px 90px 0 rgba(76, 181, 81, .22);
	background-color: #fff;
	margin: -1.2rem -1.2rem -1rem auto;
	outline: none;
	opacity: 1;
	border-radius: 100%;
	padding: .5rem .8rem .7rem;
	border: 1px solid rgba(25, 61, 112, .11)
}

.modal-header .close:hover {
	background-color: #193d70;
	color: #fff
}

.modal-body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem
}

.pol_con {
	margin-top: 2rem
}

.our_pro {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px dotted #dcdcdc;
	position: relative
}

.our_pro span {
	position: absolute;
	left: calc(50% - 65px);
	top: -15px;
	background-color: #fff;
	padding: .1rem 1rem;
	color: #158447
}

.pol_con ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pol_con ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: calc(25% - 0px);
	text-align: center;
	border-left: 1px solid #ccc
}

.pol_con ul li:first-child {
	border: none
}

.pol_con ul li svg {
	display: block;
	font-size: 2rem;
	margin: 0 auto;
	margin-bottom: .5rem;
	text-align: center
}

.pol_con ul li span {
	font-size: .7rem;
	line-height: 100%;
	display: block
}

.prce_list {
	padding: 3rem 0 4rem;
	background-color: #040404;
}

.prce_list .col-lg-4 {
	width:30.5%;
	margin:15px;
}

.prce_list h2,
.prce_list h5 {
	color: #fff
}

.ameni_con {
	padding: 3rem 0 4rem;
	text-align: center
}

.ameni_con__slider .swiper-button-next {
	right: -5px
}

.ameni_con__slider .swiper-button-prev {
	left: -5px
}

.ameni_con__slider .swiper-button-next::after,
.ameni_con__slider .swiper-button-prev::after {
	font-size: 1.8rem
}

.ameni_con .ameni_self {
	padding: 1.5rem;
	border: 1px dotted rgba(25, 61, 112, .5);
	width: auto;
	border-radius: .4rem;
	background-color: #020202;
	color: #fff;
}

.ameni_con .ameni_self svg {
	color: rgba(33, 37, 41, .6);
	font-size: 2rem;
	display: block;
	margin-bottom: .5rem
}

.gsec {
	background: #f1f1f1;
	padding: 3rem 0;
	position: relative
}

.gsec .h2 {
	font-size: 1.8rem
}

.gsec .h2,
.gsec p {
	text-align: center
}

.gsec .container-fluid {
	max-width: 1320px
}

.gsec__slider {
	position: relative;
	padding: 0 1.5rem 2.1rem !important
}

.gsec__slider .swiper-slide a {
	display: block;
	position: relative
}

.gsec__slider .swiper-slide a figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	/* background: #000; */
	/* background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); */
	padding: 1rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 1rem
}

.gsec__slider .swiper-slide a figcaption .gname {
	font-size: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden
}

.gsec__slider .swiper-slide a figcaption p {
	text-align: left;
	color: #dee2e6;
	margin-bottom: 0
}

@media(max-width: 767px) {
	.gsec__slider .swiper-slide a figcaption p {
		font-size: .9rem;
		line-height: 120%
	}
}

.gsec__slider .swiper-slide a img {
	border-radius: 1rem
}

.gsec__slider .swiper-button-next,
.gsec__slider .swiper-button-prev {
	background-color: #fff;
	padding: 1.3rem;
	border-radius: 100%
}

.gsec__slider .swiper-button-next::after,
.gsec__slider .swiper-button-prev::after {
	font-size: 1.3rem
}

@media(max-width: 768px) {

	.gsec__slider .swiper-button-next,
	.gsec__slider .swiper-button-prev {
		display: none
	}
}

.gsec__slider .swiper-button-prev {
	left: 0px
}

.gsec__slider .swiper-button-next {
	right: 0px
}

#map {
	height: 500px;
	width: 100%;
	border: 1px solid #333;
	margin-top: .6em
}

.callb_con {
	background: rgb(187 148 68) url(../images/callback_icons.png) center bottom no-repeat;
	background-size: 100%;
	padding: 7rem 1rem;
	color: #fff;
	position: relative;
	z-index: 11
}

@media(max-width: 767px) {
	.callb_con {
		padding: 2rem 0 0rem
	}
}

.callb_heading {
	font-size: 1.5rem;
	padding-bottom: .5rem
}

.bdr_rt {
	border-left: 2px solid #6c757d
}

.footer {
	position: relative;
	z-index: 11;
	background-color: #fff;
	padding: 2rem 0;
	text-align: center
}

.footer_con {
	margin-bottom: .5rem
}

.footer_con ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer_con ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	border-left: 1px solid #158447
}

.footer_con ul li:first-child {
	border: none
}

.footer_con ul li a {
	display: block;
	padding: 0 .5rem;
	text-decoration: none
}

@-webkit-keyframes enq_btn {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0
	}
}

@keyframes enq_btn {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0
	}
}

.enq_btn {
	
	position: absolute;
	
	border-radius: 100%;
	
	bottom: 0;
	background-color:#4cb551;
	
	width:50px; height:50px;
	z-index:1000;
	
}

.enq_btn img {
width:20px;
	
}

.p_detail{}
.p_detail h1{ text-align:center; margin-bottom:20px;}


.enq_btn:hover {
	text-decoration: none;
	color: #fff
}

.enq_btn:hover:before {
	-webkit-animation-name: enq_btn;
	animation-name: enq_btn
}

.thank-you {
	font-size: 4rem;
	font-weight: 700;
	text-transform: uppercase
}

@media(min-width: 961px) {
	.navbar {
		padding-right: 1rem
	}

	.aside_btn {
		display: none !important
	}
}

@media(min-width: 1024px) {
	.nav-link {
		padding-top: 1.15rem;
		padding-bottom: 1.15rem
	}
}

@media(max-width: 960px) {
	h1 {
		font-size: 1.8rem
	}

	h2 {
		font-size: 1.4rem
	}

	h3 {
		font-size: 1.2rem
	}

	.enq_btn {
		display: none !important
	}

	.aside_btn {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 11;
		text-align: center;
		background-color: #fff;
		border-top: 1px solid #dcdcdc;
		padding: 1rem;
		padding-left: 128px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end
	}

	.aside_btn .whatsapp {
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		margin-right: 1.5rem;
		position: relative;
		width: 3.43rem
	}

	.aside_btn .whatsapp svg {
		color: #25d366;
		position: absolute;
		bottom: -4px;
		left: 0;
		font-size: 3.43rem;
		padding-left: .3rem
	}

	.aside_btn .btn {
		padding: .675rem .1rem
	}

	.aside_btn ul {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.aside_btn ul li {
		float: right
	}

	.footer {
		padding-bottom: 5rem
	}
}

@media(max-width: 600px) {
	.bdr_rt {
		margin-top: 2rem;
		border-right: none;
		border-top: 2px solid #6c757d;
		border-left: 0;
		margin-bottom: 1rem;
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.callb_heading {
		font-size: 1.2rem
	}

	.h4 {
		font-size: 1.2rem
	}

	#map {
		height: 350px
	}

	.frm_heading {
		font-size: 1.2rem
	}
}

.faq {
	overflow-x: hidden;
	padding: 2rem 0
}

.faq .why_heading {
	color: #212529;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.25;
	margin-bottom: 2rem
}

@media(max-width: 991px) {
	.faq .why_heading {
		font-size: 1.4rem;
		font-weight: normal
	}
}

.faq .h1 {
	margin-bottom: 2rem
}

.faq .comp-accordion .accordion-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.faq .comp-accordion .accordion-list .acc-item {
	margin-bottom: 1.25rem
}

.faq .comp-accordion .accordion-list .acc-item .padding-10 {
	padding: .9rem 1.3rem .85rem;
	box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
	border-radius: .25rem
}

.faq .comp-accordion .accordion-list .acc-item p {
	text-align: justify
}

.faq .comp-accordion .accordion-list .acc-item .acc-title {
	font-size: 1.1rem;
	color: #343f52;
	padding-right: 3rem;
	cursor: pointer;
	position: relative
}

.faq .comp-accordion .accordion-list .acc-item .acc-title .icon-expand {
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	width: 2rem
}

.faq .comp-accordion .accordion-list .acc-item .acc-title .icon-expand img {
	transform: rotate(0);
	width: 1.3rem;
	transition: transform .4s ease-in-out
}

.faq .comp-accordion .accordion-list .acc-item .acc-desc {
	font-size: 1.1rem;
	padding-right: 1.5rem;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .2s ease-in-out, opacity .2s ease-in-out
}

.faq .comp-accordion .accordion-list .acc-item.active .acc-desc {
	opacity: 1;
	visibility: visible;
	max-height: 40.81vh
}

.faq .comp-accordion .accordion-list .acc-item.active .acc-title .icon-expand img {
	transform: rotate(180deg)
}

@media(max-width: 991px) {
	.faq {
		padding: 4rem 0
	}
}

.c2c_sec {
	background-color: #e8e7e7
}

.c2c_sec .c2c_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 2.5rem;
	min-height: 100%
}

.c2c_sec .c2c_inner small {
	display: block;
	margin-bottom: .5rem;
	font-size: 1rem;
	color: rgba(0, 0, 0, .7)
}

.c2c_sec .c2c_inner .h2 {
	font-size: 1rem;
	margin-bottom: 1.4rem
}

.c2c_sec .c2c_inner p {
	max-width: 500px
}

.c2c_sec .c2c_inner .input-group {
	max-width: 70%
}

.c2c_sec .c2c_inner .input-group input::-webkit-outer-spin-button,
.c2c_sec .c2c_inner .input-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.c2c_sec .c2c_inner .input-group input[type=number] {
	-moz-appearance: textfield
}

@media(max-width: 991px) {
	.c2c_sec .c2c_inner {
		padding: 1.5rem 1rem
	}

	.c2c_sec .c2c_inner .input-group {
		max-width: 100%
	}

	.c2c_sec .c2c_inner .input-group * {
		font-size: .9rem
	}
}

.p_highlights {
	padding: 2rem 0
}

.p_highlights__inner {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	/* margin-right: 80px; */
}

.p_highlights__inner .pdet_inner {
	padding: .7rem;
	/* padding-left: 3rem; */
	margin-bottom: .3rem;
	overflow: auto;
	line-height: 150%;
	color: #193d70;
	font-size: .94rem;
	border-radius: .5rem;
	/* padding-right: 60px; */
	min-width: 300px;
	border: 1px solid #d2d2d2;
	margin-right: 20px;
	margin-bottom: 20px;
}

.p_highlights__inner .pdet_inner img {
	float: left;
	font-size: 2rem;
	color: #158447;
	margin-right: 15px;
	margin-left: 1rem;
	margin-top: 1rem;
	width: 40px;
}

.p_highlights__inner .pdet_inner span {
	display: block;
	font-weight: 700;
	font-size: 1.5rem
}

@media(max-width: 991px) {
	.p_highlights__inner .pdet_inner span {
		    font-size: 12px;
	}
}

.blog_sec {
	background-color: #f8f9fa;
	padding: 3rem 0 5rem
}

@media(max-width: 991px) {
	.blog_sec {
		padding: 3rem 0 2.6rem 0
	}
}

.blog_sec .b_desc {
	font-weight: 500;
	font-size: larger;
	text-align: center
}

.blog_sec .blog {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem
}

.blog_sec .blog__list {
	width: calc(50% - 2rem);
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	margin: 1rem;
	position: relative
}

.blog_sec .blog__list__inner {
	padding: 1.5rem
}

.blog_sec .blog__list__inner h3 {
	font-family: inherit;
	font-size: 1.3rem;
	color: #158447
}

.blog_sec .blog__list__inner p {
	font-family: inherit;
	font-size: 1.1rem;
	color: #7d7e80
}

.blog_sec .blog__list__inner .auth {
	margin-bottom: 1rem
}

.blog_sec .blog__list__inner .auth ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex
}

.blog_sec .blog__list__inner .auth ul li {
	padding-right: .5rem;
	margin-right: .5rem;
	border-right: 1px solid;
	font-size: .8rem;
	color: #6c757d
}

.blog_sec .blog__list__inner .auth ul :nth-child(2) {
	border-right: none
}

.blog_sec .blog__list__inner .readmore {
	color: #158447
}

.blog_sec .blog__list__inner .readmore i {
	font-weight: 900 !important;
	font-size: .75rem !important
}





@media(max-width: 991px) {
	.blog_sec .h2 {
		font-size: 2rem !important
	}

	
	.list-style li {
 
    margin-bottom: 4px !important;
}
.modal.show .modal-dialog {
    transform: none;
    top: 8%;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
    
    margin-bottom: 10px !important;
 
}

	.blog_sec .b_desc {
		text-align: justify
	}

	.blog_sec .blog {
		margin-right: 0;
		margin-left: 0
	}

	.blog_sec .blog__list {
		width: 100% !important;
		margin: 1rem 0
	}
}


.bg-black{background-color: #bb9444;}
.navbar-nav li a { color:#fff;}



.modal-bg {
    background-image: url(../img/popup-bg.jpg);
    border: 10px solid #fff;
    border-radius: 10px;
}

.popup-logo img {
    width: 40%;
}
.height-light-popup {
    color: #FFE378;
    font-family: "Exo", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #fff;
}

.list-style li {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    list-style: none;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    padding-right: 40px;
}

.list-style{ margin-left:0px; padding:0px;}

.max-width {
    max-width: 698px;
}

.img-arrow{ width:12px;}
.popup-logo{text-align:center;}

.theme-btn-1 {
    background-color: #60b824;
    color: var(--white);
    width: 100%;
}

.phone-with{ width:20px !important; margin-top:15px;}

.p_detail__list__items i {
 /* min-height: 50px; */
}

.p_detail__list__items img {
    margin-left: 1rem;
    display: block;
    float: left;
    font-size: 1.7rem;
    margin-right:20px;
    width:30px;
    margin-top: 10px;
}

.p_highlights h3{ font-size:32px; margin-bottom:20px;}
.font30px{ font-size:32px;}

/*# sourceMappingURL=style.css.map */


.wpb_wrapper{position:absolute;width:30%;top:300px;right:100px;background-color: #bb944491;border-radius:10px;padding-bottom:20px}

h2{ padding-left:0px; margin:0px;}
h3{ padding-left:0px;}




.d-none-desktop{ display:none;}
.d-block-mobile{ display:none;}
.video-section{ text-align:center; padding-top:50px;}
@media(max-width: 820px) {
	.prce_list .col-lg-4 {
    width: 28.5%;
    margin: 15px;
	}
	.floorname span {
    display: block;
    font-size: 1rem;
}
	.bnr_sec{ top:30px; margin-bottom:30px;}
.wpb_wrapper{
        position: absolute;
    min-width: 58%;
    top: 60px;
    right: 10px;
    background-color: #0000006b;
    border-radius: 10px;
    padding-bottom: 20px;
    left: 10px;
    margin-bottom: 20px;
    padding-top: 6px;
    margin: 0 auto;
}
}

@media(max-width: 768px) {
	
	.video-section{ text-align:center;}
	.font30px {
    font-size: 23px;
	text-align:center;
}
.p_detail h1 {
    font-size:23px;
}
	.video-section iframe{ width:100% !important; height:300px !important;}
	.d-block-mobile{ display:none;}
	.d-none-desktop{ display:block; }
	.d-none-mobile{ display:none;}
	.p_detail__list__items img {
    margin-left: 1rem;
    display: block;
    float: left;
    font-size: 1.7rem;
    margin-right: 20px;
    width: 30px;
    margin-top: 5px;
}
.allvalue {
    padding: 0.5rem 0.5rem 0.8rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0 0 0.4rem 0.4rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}
.prclist {
    margin-bottom: 10px;
    }
.prce_list .col-lg-4 {
    width: 100%;
    margin: 15px;
}
.p_highlights__inner .pdet_inner img {
    float: left;
    font-size: 2rem;
    color: #158447;
    margin-right: 15px;
    margin-left: 1rem;
    margin-top: 8px;
    width: 40px;
}
.p_highlights h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.c2c_sec .c2c_inner{ padding-top:0px;}
	.wpb_wrapper{
      position: absolute;
    width: 94%;
    top: 131px;
    right: 10px;
    background-color: #0000006b;
    border-radius: 10px;
    padding-bottom: 20px;
    left: 10px;
    margin-bottom: 20px;
    padding-top: 6px;
	}
	.navbar {
     padding: 0.5rem 0.5rem;
	}
	.wpb_wrapper p{
    font-size:16px !important;
	}
}


.mt-70{ margin-top:70px;}