body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
a {
	text-decoration: none!important;
}
a.main-button {
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
	border: none;
	margin-left: 10px;
	background-color: #0add97;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
a.main-button:hover {
	background-color: #00a4b9;
}

.section-heading {
	margin-bottom: 80px;
}
.section-heading span {
	color: #0add97;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-top: 0px;
}
.section-heading h2 {
	color: #1e1e1e;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.section-heading p {
	font-size: 15px;
}

.page-heading {
	background-image: url(../images/heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 230px 0px 180px 0px;
}

.page-heading h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.page-heading p {
	color: #fff;
	letter-spacing: 0.5px;
}
.page-heading p a {
	color: #fff;
	font-size: 15px;
}
.page-heading p a {
	margin-right: 5px;
}
.page-heading p span {
	color: #fff;
	opacity: 0.75;
	margin-left: 5px;
}
#preloader {
  overflow: hidden;
  background: linear-gradient(145deg, rgb(8, 206, 140) 0%, rgb(5, 138, 49) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* Header Style */
header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	border-bottom: 1px solid rgba(250,250,250,0.30);
	height: 80px;
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.background-header {
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #1e1e1e!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .functional-buttons	ul li:first-child a {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #0add97;
	text-transform: uppercase;
	font-size: 13px;
	color: #0add97;
	padding: 6px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
.background-header .functional-buttons	ul li:first-child a:hover {
	color: #fff;
	background-color: #0add97;
	border-color: #0add97;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #0add97!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #0add97;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #00bcd4;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}
.functional-buttons {
	margin-left: 5%;
	cursor: pointer;
}
.functional-buttons	ul {
	margin: 0;
	padding: 0;
}
.functional-buttons	ul li {
	display: inline-block;
	margin-left: 10px;
}
.functional-buttons	ul li:first-child a {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 6px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
.functional-buttons	ul li:first-child a:hover {
	color: #00bcd4;
	background-color: #fff;
}
.functional-buttons	ul li:last-child a {
	display: inline-block;
	background-color: #0add97;
	border: 2px solid #0add97;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 6px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
.functional-buttons	ul li:last-child a:hover {
	background-color: #00a4b9;
	border-color: #00a4b9;
}

/* Banner Style */
.banner {
	background-image: url(../images/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px;
	background-position: center center;
}
.banner .caption {
	text-align: center;
}
.banner .caption h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.banner #search-section fieldset {
	display: inline-block;
}
.banner #search-section {
	position: relative;
}
.banner #search-section input.searchText {
	float: left;
	width: 570px;
	min-width: 280px;
	height: 49px;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0px 15px;
	color: #fff;
	outline: none;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.banner #search-section input.main-button {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border: none;
	margin-left: 10px;
	background-color: #0add97;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	margin-bottom: 30px;
}
.banner #search-section button:hover {
	background-color: #00a4b9;
}
#search-section ul {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}
#search-section ul li {
	display: inline-block;
	margin-right: 30px;
}
#search-section ul li:last-child {
	margin-right: 0px;
}
#search-section input[type=checkbox] {
	width: 18px;
	min-width: 18px;
	height: 18px;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
}
#search-section span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px;
}
#search-section em {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
#search-section ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#search-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#search-section ::placeholder {
  color: #fff;
}



/* Trusted Style */
.trusted-section {
	padding: 5%;
	background-color: #f7f7f7;
	
}
.trusted-section-heading {
	text-align: center;
}
.trusted-section-heading h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 50px;
}
.trusted-item img {
	max-width: 156px;
	margin: 0 auto;
}


.trusted-section-auction {
	padding: 5%;
	background-color: #080808;
	
}










/* Footer Style */
footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0px 60px 0px;
}
footer .footer-heading h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
footer p {
	color: #fff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
}
footer ul li:last-child {
	margin-bottom: 0px;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}
footer ul li a:hover {
	color: #fff;
	opacity: 0.75;
}

footer .sub-footer {
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid rgba(250,250,250,0.30);
	padding-top: 60px;
}

footer .sub-footer a {
	color: #FFF;
}


/* Responsive Style */
@media (max-width: 1200px) {
	.banner #search-section input.main-button {
		position: absolute;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner #search-section input.searchText {
		float: none;
		width: 100%;
	}
	#search-section ul {
		text-align: center;
		margin-top: 80px;
	}
	#search-section ul li {
		display: inline-block;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	#search-section ul li fieldset label {
		font-size: 12px;
		margin-left: 5px;
	}
	#search-section ul li fieldset label em {
		font-size: 13px;
	}
	.contact-us .right-content ul li {
		text-align: center;
		width: 100%;
	}
	.contact-us .right-content ul li i {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.functional-buttons {
		position: absolute;
		left: 50%;
		top: 20px;
		transform: translate(-50%);
		margin-left: 15px;
	}
	.banner #search-section fieldset button {
		margin-top: 0px;
	}
	.banner #search-section fieldset input {
		width: 100%;
		min-width: 280px;
		margin-bottom: 30px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .active>.nav-link {
		color: #0add97!important;
	}
	.about-us .left-image {
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.about-us .right-content,
	.contact-us .right-content {
		margin-left: 0px;
	}
	.contact-us .contact-form {
		margin-right: 0px;
		margin-bottom: 45px;
	}
	.contact-us .right-content ul {
		margin-bottom: 30px;
	}
	.contact-us .right-content ul li {
		text-align: left;
		width: 100%;
	}
	.contact-us .right-content ul li i {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.pricing-item  {
		margin-bottom: 55px;
	}
	.footer-item {
		margin-bottom: 60px;
	}
	footer .sub-footer {
		margin-top: 20px;
	}
}


@media (max-width: 576px) {
	.functional-buttons	ul li:first-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
	.functional-buttons	ul li:last-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
	.functional-buttons {
		margin-left: 7.5%;
	}
	.functional-buttons	ul li {
		display: inline-block;
		margin-left: 3px;
	}
	.navbar .navbar-toggler {
		right: 20px;
	}
	.background-header .functional-buttons	ul li:first-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
}