/* Preloader CSS Style */
.preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	z-index: 99999;
}
.preloader svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.preloader svg .ekg {
	fill: none;
	stroke: #561f49;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: miter;
	opacity: 0;
	stroke-dashoffset: 1000;
	stroke-dasharray: 1000;
	animation: ekg 2.5s linear forwards infinite;
}
@keyframes ekg {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 2000;
    }
    99% {
      opacity: 0;
      stroke-dashoffset: 3000;
    }
    100% {
      stroke-dashoffset: 1000;
    }
}
/* Preloader CSS Style End */
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

span {
  display: inline-block;
}
img {
    height: auto;
}
figure {
	display: block;
}
/* BG Color */
.bg-red {
	background-color: #f0a159;
}
.bg-acco {
	background-color: #f2f2f2;
}
/* Padding */
.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.cf-p {
	margin: 0 !important;
	padding: 0px 5% !important;
}
.pt-50 {
	padding-top: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.pr-40 {
	padding-right: 40px;
}
.p-l30 {
	padding-left: 30px;
}
.mb-16 {
	margin-bottom: 16px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-150 {
	margin-top: 150px;
}
/* Button */
.btn1 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 0px 20px;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #111111;
	border-color: #111111;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	background-color: #f0a159;
	border-color: #f0a159;
	
}
.a-btn {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 15px 20px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.a-btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.a-btn-secondary {
	color: #fff;
	background: #111111;
	border-color: #111111;
}
.a-btn-secondary:hover {
	color: #fff;
	background: #901e78;
	border-color: #901e78;
}
.a-btn-secondary:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ar-btn {
	font-size: 13px;
	color: #555;
	line-height: 43px;
	border: 1px solid #888;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ar-btn:hover {
	color: #fff;
	background: #222;
	border-color: transparent;
}

.swiper-pagination {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #f0a159;
}
.hide-in-big {
	display: none !important;
}
/* ODOMETER */
.odometer-formatting-mark {
  display: none;
}
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-car {
  padding: 0; 
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0; 
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

.wt-separator-outer {
	overflow: hidden;
}
.wt-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	position: relative;
}
.img-rounded {
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.wt-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}
.wt-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;	
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-ms-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.wt-img-effect.zoom-slow img {
	-webkit-transition: all 10s;
	-moz-transition: all 10s;
	-ms-transition: all 10s;
	-o-transition: all 10s;
	transition: all 10s;
}
.wt-img-effect.zoom-slow:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);	
	-o-transform: scale(2);	
	-ms-transform: scale(2);	
	transform: scale(2);
}

.wt-img-effect.zoom:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.pull-right {
	float: right;
}
.space-top {
	position: relative;
}
.space-top:before {
	content: "";
	width: 100%;
	height: 148px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.no-spacing {
	margin: 0;
	padding: 0;
}
.gutter-lg {
	margin-left: -20px;
	margin-right: -20px;
}