:root {
	--primary: #f8cb00;
	--primary-rgb: 248, 203, 0;
	--dark: #212529;
	--success: #198754;
	--putra: #0052a4;
	--putri: #c9389b;
	--campur: #9259cd;
}

body {
	font-family: "Nunito Sans", Arial, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #666666;
}

body.menu-show {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: var(--primary);
}

a:hover, a:focus {
	text-decoration: none;
	color: var(--primary);
	outline: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
}

.container {
	max-width: 1250px;
}

.ftco-navbar-light {
	background: transparent !important;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 3;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light {
		background: #1f1e2c !important;
		position: relative;
		top: 0;
	}
}

.ftco-navbar-light .navbar-brand {
	color: #332e70;
}

.ftco-navbar-light .navbar-brand span {
	color: #f7b71d;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-brand {
		color: #fff;
	}
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
		padding-bottom: 10px;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 15px;
	padding-top: .9rem;
	padding-bottom: .9rem;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-weight: 400;
	opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: var(--primary);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		color: #fff;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
		padding-left: 0;
		margin-left: 0;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
		display: none;
	}
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	border: 1px solid var(--primary);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 4px;
	background: var(--primary);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
	display: inline-block;
	color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
	background: var(--primary);
	border: 1px solid var(--primary);
}

.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
	border: 1px solid #f7b71d;
	background: #f7b71d !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
	color: #332e70;
	font-weight: bold;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: var(--primary);
	}
}

.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
	text-decoration: none;
	color: var(--primary);
	outline: none !important;
}

.ftco-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light.scrolled .nav-item > .nav-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
}

.ftco-navbar-light.scrolled .nav-item.active > a {
	color: var(--primary) !important;
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
	color: #fff !important;
	background: var(--primary);
	border: none !important;
	padding-top: 0.5rem !important;
	padding-bottom: .5rem !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-top: 6px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span {
	display: inline-block;
	color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
	border-color: var(--primary);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light.scrolled .navbar-nav {
		background: none;
		border-radius: 0px;
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
}

.ftco-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
	color: var(--primary) !important;
}

.ftco-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
	color: #000000;
}

.navbar-brand {
	font-weight: 800;
	font-size: 20px;
}

.navbar-dark .navbar-brand:hover {
	color: var(--primary);
}

.hero-wrap {
	width: 100%;
	height: 850px;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	background: #fff;
	background: white;
	background: -moz-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	height: 850px;
}

.hero-wrap.hero-wrap-2 {
	height: 700px !important;
	position: relative;
}

.hero-wrap.hero-wrap-2 .overlay {
	width: 100%;
	opacity: .05;
	height: 700px;
}

.hero-wrap.hero-wrap-2 .slider-text {
	height: 700px !important;
}

.slider-text {
	height: 850px;
}

.slider-text h1 {
	font-size: 60px;
	color: #000000;
	line-height: 1.1;
	font-weight: 400;
}

.slider-text h1 span {
	display: block;
}

.slider-text .icon-wrap .icon {
	width: 70px;
	height: 70px;
	background: var(--primary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.slider-text .icon-wrap .icon span {
	color: #fff;
}

.slider-text .icon-wrap .heading-title {
	position: relative;
}

.slider-text .icon-wrap .heading-title:after {
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
}

.slider-text .icon-wrap .heading-title span {
	font-family: "Nunito Sans", Arial, sans-serif;
	color: #fff;
}

.slider-text p {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.slider-text .breadcrumbs {
	font-size: 14px;
	margin-bottom: 20px;
	z-index: 99;
	text-transform: uppercase;
	font-weight: 500;
}

.slider-text .breadcrumbs span {
	color: rgba(0, 0, 0, 0.7);
}

.slider-text .breadcrumbs span i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 13px;
}

.slider-text .breadcrumbs span a {
	color: rgba(0, 0, 0, 0.7);
}

.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
	color: var(--primary);
}

.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
	color: var(--primary);
}

.slider-text .bread {
	font-weight: 400 !important;
	position: relative;
}

.search-location .form-group {
	position: relative;
}

.search-location .form-group .form-field .form-control {
	border: none;
	height: 70px !important;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	padding-left: 25px;
	padding-right: 50px;
	-webkit-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
}

.search-location .form-group button {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	border-radius: 0 50% 50% 50%;
	background: var(--primary);
}

.search-location .form-group button span {
	font-size: 30px;
	color: #fff;
}

.ftco-degree-bg {
	position: relative;
}

.ftco-degree-bg:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -30px;
	overflow: visible;
	width: 50%;
	height: 70px;
	z-index: 1;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	background-color: #fff;
}

.ftco-degree-bg:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	overflow: visible;
	width: 50%;
	height: 70px;
	z-index: 1;
	-webkit-transform: skewY(4deg);
	-moz-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	transform: skewY(4deg);
	background-color: #fff;
}

.request-form {
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
}

.request-form h2 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
}

.request-form p {
	color: rgba(0, 0, 0, 0.5);
}

.request-form .form-group {
	position: relative;
	width: 100%;
	display: block;
}

.request-form .form-group .icon {
	position: absolute;
	top: 50% !important;
	right: 0;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid red;
}

.request-form .form-group .icon span {
	color: rgba(0, 0, 0, 0.3) !important;
}

.request-form .form-group .select-wrap, .request-form .form-group .input-wrap {
	position: relative;
}

.request-form .form-group .select-wrap select, .request-form .form-group .input-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.request-form .form-group .btn {
	width: 100%;
	display: block !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.request-form label.label {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.request-form .form-control {
	border: transparent !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	height: 40px !important;
	background: transparent !important;
	color: rgba(0, 0, 0, 0.4) !important;
	font-size: 12px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.request-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.4);
}

.request-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.4);
}

.request-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.4);
}

.request-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.4);
}

.request-form .form-control:focus, .request-form .form-control:active {
	border-color: #fff;
}

.request-form textarea.form-control {
	height: inherit !important;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: .4;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: var(--primary) !important;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
	border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

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

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-primary {
	color: var(--primary) !important;
}

.text-putri {
	color: var(--putri) !important;
}

.text-putra {
	color: var(--putra) !important;
}

.text-campur {
	color: var(--campur) !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: var(--success) !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: var(--warning) !important;
}

.text-danger {
	color: var(--danger) !important;
}

.text-light {
	color: var(--light) !important;
}

.text-dark {
	color: var(--dark) !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: var(--dark) !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-light {
	background: var(--light) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-primary {
	background: var(--primary);
}

.bg-putri {
	background: var(--putri);
}

.bg-putra {
	background: var(--putra);
}

.bg-campur {
	background: var(--campur);
}

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

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

.bg-transparent {
	background-color: transparent !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--primary);
	background-color: var(--primary);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: rgba(var(--primary-rgb), .35);
	border-color: rgba(var(--primary-rgb), .35);
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
	box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);
}

.btn {
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

.btn:hover, .btn:active, .btn:focus {
	outline: none;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn.btn-primary:not(:disabled):not(.disabled),
.btn.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border: 1px solid var(--primary);
	background: var(--primary);
	color: #fff;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover {
	background: transparent;
	color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.5);
	box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: var(--success);
	border-color: var(--success);
}
.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: var(--success);
	border-color: var(--success);
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: var(--warning);
	border-color: var(--warning);
}
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
	color: #000;
	background-color: var(--warning);
	border-color: var(--warning);
}

.btn-danger {
	color: #fff;
	background-color: var(--danger);
	border-color: var(--danger);
}
.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: var(--danger);
	border-color: var(--danger);
}

.btn-light {
	color: #000;
	background-color: var(--light);
	border-color: var(--light);
}
.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
	color: #000;
	background-color: var(--light);
	border-color: var(--light);
}

.btn-dark {
	color: #fff;
	background-color: var(--dark);
	border-color: var(--dark);
}
.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: var(--dark);
	border-color: var(--dark);
}

.btn.btn-outline-primary {
	border: 1px solid var(--primary);
	background: transparent;
	color: var(--primary);
}

.btn.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: var(--primary);
	color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.5);
	box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.5);
}

.btn.btn-outline-white {
	border-color: rgba(255, 255, 255, 0.8);
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
	background: #fff;
	border-color: #fff;
	color: var(--primary);
}

.btn.btn-black {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	color: #fff !important;
}

.btn.btn-black:hover {
	border: 1px solid var(--primary);
	background: transparent;
	color: var(--primary);
}

.btn.btn-outline-light {
	border: 1px solid #ebebeb !important;
	background: transparent !important;
	color: #303030 !important;
}

.btn.btn-outline-light[aria-expanded="true"],
.btn.btn-outline-light:hover {
	border: 1px solid #ebebeb !important;
	background: #f6f6f6 !important;
	color: #303030 !important;
}

.property-wrap {
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	.property-wrap {
		margin-bottom: 40px;
	}
}

.property-wrap .img {
	display: block;
	width: 100%;
	height: 250px;
}

.property-wrap .text {
	position: relative;
	-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;
	margin-top: -50px;
	margin-left: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	padding: 25px;
}

.property-wrap .text h3 {
	font-size: 18px;
}

.property-wrap .text h3 a {
	color: #000000;
	font-weight: 600;
}

@media (min-width: 768px) {
	.property-wrap .text {
		width: 75%;
	}
}

@media (max-width: 991.98px) {
	.property-wrap .text {
		width: 90%;
		margin-left: 10px;
	}
}

.property-wrap .text p.price span {
	font-size: 16px;
	font-weight: 600;
}

.property-wrap .text p.price span.orig-price {
	color: #000000;
}

.property-wrap .text p.price span.old-price {
	color: rgba(0, 0, 0, 0.6);
	position: relative;
	margin-right: 20px;
}

.property-wrap .text p.price span.old-price:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	content: '';
}

.property-wrap .text p.price small {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
}

.property-wrap .text ul {
	padding: 0;
}

.property-wrap .text ul li {
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	list-style: none;
}

.property-wrap .text ul li span {
	margin-right: 5px;
}

.property-wrap .text .btn-custom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: var(--primary);
	border-radius: 50% 0 0 0;
}

.property-wrap .text .btn-custom span {
	color: #fff;
}

.property-wrap:hover .text {
	-webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
}

.ftco-property-details .services .media-body .icon span {
	color: rgba(0, 0, 0, 0.8);
}

.ftco-property-details .services .media-body .text h3 {
	font-size: 14px !important;
	color: rgba(0, 0, 0, 0.4);
}

.ftco-property-details .services .media-body .text h3 span {
	display: block;
	color: #000000;
}

.property-details .img {
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
}

.property-details span.subheading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.4);
	display: block;
}

.nav-pills {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}

.nav-pills li {
	display: inline-block;
}

.nav-pills li a {
	margin-right: 2px;
	color: rgba(0, 0, 0, 0.4) !important;
}

.nav-pills li a.active {
	color: #000000 !important;
	background: transparent !important;
}

.pills {
	margin-top: 40px;
}

.pills .tab-pane {
	padding: 2em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pills .features {
	margin: 0;
	padding: 0;
}

.pills .features li {
	list-style: none;
}

.pills .features li span {
	font-size: 20px;
	margin-right: 15px;
}

.pills .features li.check span {
	color: green;
}

.pills .features li.remove span {
	color: red;
}

.pills .head {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 600;
}

.pills .review {
	width: 100%;
	margin-bottom: 30px;
}

.pills .review .user-img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.pills .review .desc {
	width: calc(100% - 100px);
	margin-left: 30px;
}

.pills .review .desc h4 {
	width: 100%;
	margin-bottom: 10px;
}

.pills .review .desc h4 span {
	width: 49%;
	display: inline-block;
}

.pills .review .desc h4 span:first-child {
	font-size: 16px;
}

.pills .review .desc h4 span:last-child {
	font-size: 13px;
	color: #b3b3b3;
}

.pills .review .desc .star {
	width: 100%;
}

.pills .review .desc .star span {
	width: 49%;
	display: inline-block;
}

.pills .review .desc .star i {
	color: #f7b71d;
}

.pills .review .desc .star .reply {
	padding: 2px 10px;
	background: #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.pills .review .desc .star .reply i {
	color: gray;
	font-size: 12px;
}

.pills .wrap {
	padding: 2em;
	background: #fafafa;
}

.pills .rating-wrap {
	width: 100%;
	display: block;
}

.pills .rating-wrap .star {
	display: block;
	width: 100%;
}

.pills .rating-wrap .star:last-child {
	margin-bottom: 0;
}

.pills .rating-wrap .star span {
	display: inline-block;
	color: #b3b3b3;
}

.pills .rating-wrap .star span i {
	color: var(--primary);
}

.pills .rating-wrap .star span:first-child {
	width: 62%;
}

.pills .rating-wrap .star span:last-child {
	width: 32%;
}

@media (max-width: 767.98px) {
	.img-2 {
		height: 600px;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.wrap-about .heading-section {
		margin-left: -120px;
		background: #fff;
		-webkit-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
		-moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
		box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
	}
}

.services-section {
	position: relative;
	padding-bottom: 10em !important;
}

.services-section .overlay {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	background: #1f1e2c;
}

@media (max-width: 767.98px) {
	.services-section .overlay {
		width: 100%;
		opacity: .4;
	}
}

.services {
	-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;
}

@media (max-width: 767.98px) {
	.services {
		margin-bottom: 40px;
	}
}

.services .icon {
	line-height: 1.3;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 100px;
}

.services .icon span {
	font-size: 60px;
	color: var(--primary);
}

.services .media-body {
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
}

.services .media-body h3 {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
}

.services .media-body p {
	margin-bottom: 0;
}

.services.active {
	background: var(--primary);
}

.services.active .icon span {
	color: #fff;
}

.services.active .media-body {
	color: rgba(255, 255, 255, 0.8);
}

.services.active .media-body h3 {
	color: #fff;
}

.services.active .media-body p {
	margin-bottom: 0;
}

.services.services-2 .icon {
	width: 90px;
	height: 90px;
	background: var(--primary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.services.services-2 .icon span {
	color: #fff;
	font-size: 30px;
}

.services.services-2 h3 {
	color: #fff;
}

.services.services-2 .media-body {
	color: rgba(255, 255, 255, 0.8);
}

.services-wrap {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.services-wrap .icon {
	line-height: 1.3;
	position: relative;
	width: 80px;
	height: 80px;
	background: #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-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;
}

.services-wrap .icon span {
	font-size: 40px;
	color: #fff;
}

.services-wrap .media-body {
	width: calc(100% - 80px);
}

.services-wrap .media-body h3 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}

.services-wrap:hover .icon {
	background: var(--primary);
}

.services-wrap:hover .icon span {
	color: #fff;
}

.ftco-section-parallax {
	position: relative;
}

.ftco-section-parallax .heading-section-white h2 {
	font-weight: 400 !important;
}

.aside-stretch {
	background: #ef9ade;
}

.aside-stretch:after {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	content: '';
	width: 360%;
	background: #ef9ade;
}

@media (max-width: 767.98px) {
	.aside-stretch {
		background: transparent;
	}

	.aside-stretch:after {
		background: transparent;
		display: none;
	}
}

.form-control {
	height: 52px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control:focus, .form-control:active {
	border-color: #000000;
}

textarea.form-control {
	height: inherit !important;
}

.ftco-vh-100 {
	height: 100vh;
}

@media (max-width: 1199.98px) {
	.ftco-vh-100 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.ftco-animate {
	opacity: 0;
	visibility: hidden;
}

.bg-primary {
	background: var(--primary) !important;
}

.bg-black {
	background: #000000;
}

.media-custom {
	background: #fff;
}

.media-custom .media-body .name {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
	color: var(--primary);
}

.media-custom .media-body .position {
	font-size: 13px;
	color: #d9d9d9;
}

.about-author .desc h3 {
	font-size: 24px;
}

.ftco-section {
	padding: 6em 0;
	position: relative;
}

@media (max-width: 992px) {
	.ftco-section {
		padding-top: 0;
		padding-bottom: 6rem;
	}
}

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0;
}

.ftco-bg-dark {
	background: #3c312e;
}

.ftco-footer {
	font-size: 16px;
	padding: 7em 0;
	background: rgba(0, 0, 0, 0.02);
}

.ftco-footer .ftco-footer-logo {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
	font-weight: normal;
	color: #000000;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
}

.ftco-footer .ftco-footer-widget ul li a {
	color: rgba(0, 0, 0, 0.8);
}

.ftco-footer .ftco-footer-widget ul li a span {
	color: var(--primary);
}

.ftco-footer .ftco-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important;
}

.ftco-footer p {
	color: rgba(0, 0, 0, 0.7);
}

.ftco-footer a {
	color: var(--primary);
}

.ftco-footer a:hover {
	color: var(--primary);
}

.ftco-footer .ftco-heading-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}

.ftco-footer-social li a {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: relative;
}

.ftco-footer-social li a span {
	position: absolute;
	font-size: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
	color: #fff;
}

.footer-small-nav > li {
	display: inline-block;
}

.footer-small-nav > li a {
	margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
	color: var(--primary);
}

.media .ftco-icon {
	width: 100px;
}

.media .ftco-icon span {
	color: var(--primary);
}

.ftco-media {
	background: #fff;
	border-radius: 0px;
}

.ftco-media .heading {
	font-weight: normal;
}

.ftco-media.ftco-media-shadow {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: relative;
	top: 0;
}

.ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
	top: -3px;
	-webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}

.ftco-media .icon {
	font-size: 50px;
	display: block;
	color: var(--primary);
}

.ftco-media.text-center .ftco-icon {
	margin: 0 auto;
}

.ftco-overflow-hidden {
	overflow: hidden;
}

.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

.map-location {
	height: 360px;
	width: 100%;
}

@media (max-width: 991.98px) {
	.map-location {
		height: 300px;
	}
}

.mouse {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	z-index: 2;
}

.mouse-icon {
	width: 80px;
	height: 80px;
	border: 1px solid var(--primary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: var(--primary);
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.mouse-wheel {
	height: 80px;
	margin: 2px auto 0;
	display: block;
	width: 30px;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
	color: #fff;
	font-size: 24px;
}

@-webkit-keyframes wheel-up-down {
	100% {
		margin-top: 34px;
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	0% {
		margin-top: 2px;
		opacity: 0;
	}
}

@-moz-keyframes wheel-up-down {
	100% {
		margin-top: 34px;
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	0% {
		margin-top: 2px;
		opacity: 0;
	}
}

@keyframes wheel-up-down {
	100% {
		margin-top: 34px;
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	0% {
		margin-top: 2px;
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(248, 203, 0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0.4);
		box-shadow: 0 0 0 0 rgba(248, 203, 0, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 30px rgba(248, 203, 0, 0);
		-webkit-box-shadow: 0 0 0 30px rgba(248, 203, 0, 0);
		box-shadow: 0 0 0 30px rgba(248, 203, 0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(248, 203, 0, 0);
		box-shadow: 0 0 0 0 rgba(248, 203, 0, 0);
	}
}

.heading-section .subheading {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 0;
	color: var(--primary);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.heading-section .subheading:after {
	position: absolute;
	top: 50%;
	left: -60px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	margin-top: -1px;
	background: var(--primary);
}

.heading-section .subheading:before {
	position: absolute;
	top: 50%;
	right: -60px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	margin-top: -1px;
	background: var(--primary);
}

.heading-section h2 {
	font-size: 40px;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.heading-section h2 {
		font-size: 28px;
	}
}

.heading-section.heading-section-white .subheading {
	color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
	font-size: 40px;
	color: #fff;
}

.heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimony-section {
	position: relative;
}

.testimony-section .owl-carousel {
	margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
	padding: 1em 0 2em 0;
	position: relative;
}

.testimony-section .owl-nav {
	position: absolute;
	top: 100%;
	width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	outline: none !important;
	-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;
	opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.5);
	-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;
}

.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
	color: #fff;
}

.testimony-section .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
	opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.testimony-section .owl-dots {
	text-align: center;
}

.testimony-section .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
	background: var(--primary);
}

.testimony-wrap {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}

.testimony-wrap .user-img {
	width: 80px;
	height: 80px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.testimony-wrap .name {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	color: #000000;
}

.testimony-wrap .position {
	font-size: 16px;
	color: #cccccc;
}

.agent {
	position: relative;
	width: 100%;
	display: block;
	z-index: 0;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.agent {
		margin-bottom: 30px;
	}
}

.agent .img {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 0;
}

.agent img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: -1;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.agent .desc {
	position: relative;
	width: 85%;
	padding: 20px;
	margin-top: -50px;
	margin-left: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
	.agent .desc {
		width: 80%;
	}
}

.agent .desc h3 {
	color: #000000;
	font-weight: 500;
	line-height: 1.3;
	font-size: 20px;
}

.agent .desc h3 a {
	color: #000000;
}

.agent .desc .price {
	font-size: 22px;
	font-weight: 500;
	color: var(--primary);
}

.agent .desc .price span {
	color: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: 400;
}

.agent .desc .position {
	color: rgba(0, 0, 0, 0.3);
}

.agent .desc .h-info {
	font-size: 16px;
	margin-bottom: 0;
}

.agent .desc .details {
	color: #000000;
}

.agent:hover .img:after, .agent:focus .img:after {
	opacity: .3;
}

.agent:hover .img div, .agent:focus .img div {
	top: 10px;
}

.agent:hover img, .agent:focus img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767.98px) {
	.about-image {
		height: 400px;
		margin-bottom: 30px;
	}
}

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

#section-counter {
	position: relative;
	z-index: 0;
}

#section-counter:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
	opacity: 0;
	background: #000000;
}

@media (max-width: 1199.98px) {
	.ftco-counter {
		background-position: center center !important;
	}
}

.ftco-counter .img {
	display: block;
	width: 100%;
}

@media (max-width: 991.98px) {
	.ftco-counter .img {
		height: 400px;
		background-position: top center !important;
	}
}

@media (min-width: 768px) {
	.ftco-counter .text.text-border {
		border-right: 1px solid rgba(0, 0, 0, 0.07);
	}
}

.ftco-counter .text strong.number {
	font-weight: 600;
	font-size: 50px;
	color: #000000;
}

.ftco-counter .text span {
	display: block;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
	line-height: 1.2;
	padding-left: 15px;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.ftco-counter .counter-wrap {
		margin-bottom: 20px;
	}
}

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.blog-entry {
	overflow: hidden;
	width: 100%;
}

@media (min-width: 768px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

.blog-entry .text {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.blog-entry .text .heading {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 400;
}

.blog-entry .text .heading a {
	color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
	color: var(--primary);
}

.blog-entry .meta > div {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.blog-entry .meta > div a {
	color: #b3b3b3;
}

.blog-entry .meta > div a:hover {
	color: #666666;
}

.blog-entry .btn-custom {
	text-transform: uppercase;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}

.block-23 ul {
	padding: 0;
}

.block-23 ul li {
	color: rgba(0, 0, 0, 0.7);
}

.block-23 ul li, .block-23 ul li > a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px;
}

.block-23 ul li span {
	color: rgba(0, 0, 0, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
	display: table-cell;
	vertical-align: top;
}

.block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: var(--primary);
}

.block-6 .media-body p {
	font-size: 16px;
}

.block-27 ul {
	padding: 0;
	margin: 0;
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}

.block-27 ul li a, .block-27 ul li span {
	color: var(--primary);
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
}

.block-27 ul li.active a, .block-27 ul li.active span {
	background: var(--primary);
	color: #fff;
	border: 1px solid transparent;
}

.contact-section .contact-info p a {
	color: #1a1a1a;
}

.contact-section .contact-info p span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

.contact-section .contact-info .icon span {
	font-size: 20px;
}

@media (min-width: 992px) {
	.contact-section .contact-info .border-height {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.contact-section .contact-form {
	width: 100%;
}

.block-9 h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
}

.block-9 .form-control {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 15px;
}

.block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px;
}

.block-21 .text {
	width: calc(100% - 100px);
}

.block-21 .text .heading {
	font-size: 18px;
	font-weight: 300;
}

.block-21 .text .heading a {
	color: #000000;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
	color: var(--primary);
}

.block-21 .text .meta > div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.block-21 .text .meta > div a {
	color: gray;
}

/* Blog*/
.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
}

.post-info > div {
	display: inline-block;
}

.post-info > div .seperator {
	display: inline-block;
	margin: 0 10px;
	opacity: .5;
}

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #ccc;
	font-size: 11px;
}

.tagcloud a:hover {
	border: 1px solid #000;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

.comment-list li .vcard {
	width: 80px;
	float: left;
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
	font-size: 20px;
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #ccc;
}

.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: 400;
	border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
	color: #fff;
	background: black;
}

.search-form {
	background: #f2f2f2;
	padding: 10px;
}

.search-form .form-group {
	position: relative;
}

.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px;
}

.search-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.subscribe-form .form-group {
	position: relative;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.subscribe-form .form-group input {
	background: white !important;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.7) !important;
	font-size: 16px;
	border-radius: 5px 0px 0px 5px;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.7) !important;
}

.subscribe-form .form-group .submit {
	color: #fff !important;
	background: #d1b42e !important;
	border-radius: 0px 5px 5px 0px;
	font-size: 16px;
}

.subscribe-form .form-group .submit:hover {
	cursor: pointer;
}

.subscribe-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.8);
}

.sidebar-wrap {
	margin-bottom: 60px;
}

.sidebar-wrap .heading {
	font-size: 18px;
	text-transform: uppercase;
}

.sidebar-wrap .fields {
	width: 100%;
	position: relative;
}

.sidebar-wrap .fields .form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: transparent;
	background: #fff !important;
	color: #4d4d4d !important;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	width: 100%;
	height: 52px !important;
	padding: 10px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.sidebar-wrap .fields .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4d4d4d;
}

.sidebar-wrap .fields .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #4d4d4d;
}

.sidebar-wrap .fields .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #4d4d4d;
}

.sidebar-wrap .fields .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #4d4d4d;
}

.sidebar-wrap .fields .icon {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.98px) {
	.sidebar-wrap .fields .icon {
		right: 10px;
	}
}

.sidebar-wrap .fields .select-wrap {
	position: relative;
}

.sidebar-wrap .fields .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sidebar-wrap .form-group .btn {
	width: 100%;
	display: block !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.sidebar-box {
	margin-bottom: 30px;
	padding: 25px;
	font-size: 15px;
	width: 100%;
	float: left;
	background: #fff;
}

.sidebar-box *:last-child {
	margin-bottom: 0;
}

.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.categories li, .sidelink li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
	list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.categories li a, .sidelink li a {
	display: block;
	color: #1a1a1a;
}

.categories li a span, .sidelink li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}

.categories li.active a, .sidelink li.active a {
	color: #000000;
	font-style: italic;
}

#ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ftco-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#ftco-loader .circular {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.spin {
	position: absolute;
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

.w-90 {
	width: 90%;
}

.w-80 {
	width: 80%;
}

.w-70 {
	width: 70%;
}

.w-60 {
	width: 60%;
}

.w-50 {
	width: 50%;
}

.w-40 {
	width: 40%;
}

.w-30 {
	width: 30%;
}

.w-20 {
	width: 20%;
}

.w-10 {
	width: 10%;
}

.badge {
	line-height: 1.5;
}

.badge-putri {
	color: #fff;
	background-color: var(--putri);
}

.badge-putra {
	color: #fff;
	background-color: var(--putra);
}

.badge-campur {
	color: #fff;
	background-color: var(--campur);
}

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

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

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

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

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

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

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

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
	border-color: var(--primary) !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: var(--success) !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: var(--warning) !important;
}

.border-danger {
	border-color: var(--danger) !important;
}

.border-putri {
	border-color: var(--putri) !important;
}

.border-putra {
	border-color: var(--putra) !important;
}

.border-campur {
	border-color: var(--campur) !important;
}

.border-light {
	border-color: var(--light) !important;
}

.border-dark {
	border-color: var(--dark) !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

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

.rounded-1 {
	border-radius: 0.2rem !important;
}

.rounded-2 {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.3rem !important;
}

.rounded-4 {
	border-radius: 0.4rem !important;
}

.rounded-5 {
	border-radius: 0.5rem !important;
}

.rounded-6 {
	border-radius: 0.6rem !important;
}

.rounded-8 {
	border-radius: 0.8rem !important;
}

.rounded-9 {
	border-radius: 0.9rem !important;
}

.rounded-10 {
	border-radius: 1rem !important;
}

.rounded-11 {
	border-radius: 1.1rem !important;
}

.rounded-12 {
	border-radius: 1.2rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

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

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

@media (min-width: 576px) {
	.w-sm-100 {
		width: 100%;
	}

	.w-sm-90 {
		width: 90%;
	}

	.w-sm-80 {
		width: 80%;
	}

	.w-sm-70 {
		width: 70%;
	}

	.w-sm-60 {
		width: 60%;
	}

	.w-sm-50 {
		width: 50%;
	}

	.w-sm-40 {
		width: 40%;
	}

	.w-sm-30 {
		width: 30%;
	}

	.w-sm-20 {
		width: 20%;
	}

	.w-sm-10 {
		width: 10%;
	}

	.gap-sm-0 {
		gap: 0 !important;
	}

	.gap-sm-1 {
		gap: 0.25rem !important;
	}

	.gap-sm-2 {
		gap: 0.5rem !important;
	}

	.gap-sm-3 {
		gap: 1rem !important;
	}

	.gap-sm-4 {
		gap: 1.5rem !important;
	}

	.gap-sm-5 {
		gap: 3rem !important;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
}

@media (min-width: 768px) {
	.w-md-100 {
		width: 100%;
	}

	.w-md-90 {
		width: 90%;
	}

	.w-md-80 {
		width: 80%;
	}

	.w-md-70 {
		width: 70%;
	}

	.w-md-60 {
		width: 60%;
	}

	.w-md-50 {
		width: 50%;
	}

	.w-md-40 {
		width: 40%;
	}

	.w-md-30 {
		width: 30%;
	}

	.w-md-20 {
		width: 20%;
	}

	.w-md-10 {
		width: 10%;
	}

	.gap-md-0 {
		gap: 0 !important;
	}

	.gap-md-1 {
		gap: 0.25rem !important;
	}

	.gap-md-2 {
		gap: 0.5rem !important;
	}

	.gap-md-3 {
		gap: 1rem !important;
	}

	.gap-md-4 {
		gap: 1.5rem !important;
	}

	.gap-md-5 {
		gap: 3rem !important;
	}
}

@media (min-width: 992px) {
	.w-lg-100 {
		width: 100%;
	}

	.w-lg-90 {
		width: 90%;
	}

	.w-lg-80 {
		width: 80%;
	}

	.w-lg-70 {
		width: 70%;
	}

	.w-lg-60 {
		width: 60%;
	}

	.w-lg-50 {
		width: 50%;
	}

	.w-lg-40 {
		width: 40%;
	}

	.w-lg-30 {
		width: 30%;
	}

	.w-lg-20 {
		width: 20%;
	}

	.w-lg-10 {
		width: 10%;
	}

	.gap-lg-0 {
		gap: 0 !important;
	}

	.gap-lg-1 {
		gap: 0.25rem !important;
	}

	.gap-lg-2 {
		gap: 0.5rem !important;
	}

	.gap-lg-3 {
		gap: 1rem !important;
	}

	.gap-lg-4 {
		gap: 1.5rem !important;
	}

	.gap-lg-5 {
		gap: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.w-xl-100 {
		width: 100%;
	}

	.w-xl-90 {
		width: 90%;
	}

	.w-xl-80 {
		width: 80%;
	}

	.w-xl-70 {
		width: 70%;
	}

	.w-xl-60 {
		width: 60%;
	}

	.w-xl-50 {
		width: 50%;
	}

	.w-xl-40 {
		width: 40%;
	}

	.w-xl-30 {
		width: 30%;
	}

	.w-xl-20 {
		width: 20%;
	}

	.w-xl-10 {
		width: 10%;
	}

	.gap-xl-0 {
		gap: 0 !important;
	}

	.gap-xl-1 {
		gap: 0.25rem !important;
	}

	.gap-xl-2 {
		gap: 0.5rem !important;
	}

	.gap-xl-3 {
		gap: 1rem !important;
	}

	.gap-xl-4 {
		gap: 1.5rem !important;
	}

	.gap-xl-5 {
		gap: 3rem !important;
	}
}
