/*@font-face{
	font-family: Gilroy-Light;
	font-weight: 400;
	font-style: normal;
	src: url(/vendor/fonts/Gilroy-Light/Gilroy-Light.eot);
	src: url(/vendor/fonts/Gilroy-Light/Gilroy-Light.eot?#iefix) format("embedded-opentype"),
		url(/vendor/fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"),
		url(/vendor/fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype")
}
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #fff;
	background-color: #1A1A1A;
	padding-top: 80px;
}
.table {
	color: #fff;
}
.modal, .modal table {
	color: #212529;
}
.must:after {
	color: #F79413;
}
.site-header {
	color: #c1c1c1;
	background-color: #111;
}
.site-logo {
	font-size: 1.75rem;
}
#headnav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #111;
	padding: 1rem 2rem 3rem 2rem;
	z-index: 1091;
	margin-right: -100%;
	transition: margin .25s ease-out;
}
body.open-sidebar #headnav {
	margin-right: 0;
}
#headnav li {
	padding: .5rem;
}

#sitemain {
	min-height: 70vh;
}
.site-footer {
	color: #c1c1c1;
	background-color: #111;
	background-image: url('/images/site/worldbg.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.site-footer a {
	color: #fff!important;
}
.top-footer {
	padding: 60px 0 40px 0;
}
.bottom-footer {
	border-top: 1px solid #222;
	padding: 20px 0;
}
.text-logo {
	/*font-family: "Gilroy-Light", sans-serif;*/
	font-family: Montserrat, sans-serif;
	font-weight: 800;
}
.text-body {
	color: #fff!important;
}
.text-secondary {
	color: #c1c1c1!important;
}
.bg-dark {
	background-color: #111!important;
}
.border-btc {
	border-color: #F79413!important;
}
.border-light {
	border-color: #3a3a3a!important;
}
.fw-600 {
	font-weight: 600;
}
.ls--1 {
	letter-spacing: -0.05rem;
}
.ls--2 {
	letter-spacing: -0.075rem;
}
.ls--3 {
	letter-spacing: -0.1rem;
}

.btn, .form-control, .form-select, .form-check-input[type=checkbox] {
	border-radius: 0;
	box-shadow: none!important;
}
.btn-primary, .btn-primary:active, .btn-primary:hover {
	background-color: #F79413!important;
	border-color: #F79413!important;
}
.btn-outline-primary {
	color: #F79413!important;
	border-color: #F79413!important;
}
.btn-outline-primary:active, .btn-outline-primary:hover {
	color: #fff!important;
	background-color: #F79413!important;
	border-color: #F79413!important;
}
.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary:hover {
	color: #c1c1c1;
	border-color: #c1c1c1!important;
	background-color: transparent!important;
}
.form-floating>label {
	color: #000;
}

.stepnav {
	position: relative;
}
.stepnav .indicator {
	position: relative;
	height: 2px;
	background-color: #777;
	border-radius: 1px;
	margin: 0 1px;
}
.stepnav .indicator:before {
	content: '';
	position: absolute;
	left: -7px;
	top: -7px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #777;
}
.stepnav.active .indicator:before {
	background-color: #F79413;
	left: -11px;
	top: -11px;
	width: 23px;
	height: 23px;
	border: 3px solid #00cde4;
}
.stepnav.active .indicator, .stepnav.seen .indicator, .stepnav.seen .indicator:before {
	background-color: #00cde4;
}
.stepnav .navlabel {
	position: absolute;
	bottom: 20px;
	left: 0;
	transform: rotate(-45deg);
}
.step {
	display: none;
}
.listing-desc * {
	font-size: 1rem!important;
	color: #fff!important;
	background-color: transparent!important;
}

#listingslider .swiper-wrapper {
	padding-bottom: 15px;
}
#listingslider .swiper-pagination {
	bottom: 0;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
.swiper-pagination-bullet {
	background-color: #d1d1d1;
}
.coin {
	float: left;
	position: relative;
	margin-left: -10px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.coin i {
	font-size: 24px;
	line-height: 32px;
}

.text-call {
	color: #4CD964;
}
.text-whatsapp {
	color: #20B038;
}
.text-skype {
	color: #28abe3;
}
.text-mail {
	color: #fff;
}
.text-messenger {
	color: #0084ff;
}
.text-line {
	color: #00B901;
}
.text-wechat {
	color: #2DC100;
}

#preloader {
	background-color: #111;
	z-index: 1999;
}
#preloaderin {
	width: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-13deg);
	-ms-transform: translate(-50%, -50%) rotate(-13deg);
	transform: translate(-50%, -50%) rotate(-13deg);
}
.path {
	stroke-dasharray: 2350;
	stroke-dashoffset: 910;
	stroke-width: 4;
	stroke-linecap: round;
	-webkit-animation: dash 3s linear infinite;
	animation: dash 3s linear infinite;
	fill-opacity: 0;
	stroke: #F79413;
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 2000;
		opacity: 0;
		stroke: #F79413;
	}
	15% {
		opacity: 1;
		stroke: #F79413;
	}
	70% {
		opacity: 1;
		stroke: #F79413;
	}
	100% {
		stroke-dashoffset: 0;
		opacity: 0;
		stroke: #F79413;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 2000;
		opacity: 0;
		stroke: #F79413;
	}

	15% {
		opacity: 1;
		stroke: #F79413;
	}

	70% {
		opacity: 1;
		stroke: #F79413;
	}

	100% {
		stroke-dashoffset: 0;
		opacity: 0;
		stroke: #F79413;
	}
}

@media (min-width: 768px) {
	
	#headnav {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		background-color: transparent;
		padding: 0;
		z-index: 0;
		margin-right: 0;
	}
	#headnav li {
		display: inline-block;
		padding: 0 .5rem 0 0;
	}
	
	.stepnav .navlabel {
		transform: none;
	}
}