html,
body {
	width: 100%;
	height: 100%;
}
body {
    font-family: sans-serif, arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    overflow-x: hidden;
	overflow-y: scroll;
    color: #333333;
}

.btn {
	text-transform: capitalize;
	color: #fff;
}

.btn:focus,
.btn:hover,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.btn-lg {
	font-size: 16px;
	padding: 10px 20px;
}

.form-group {
	margin-bottom: 10px;
}

.parsley-errors-list {
	list-style: none;
	font-size: 14px;
	padding: 0;
	color: orangered;
}

.preloader {
	position: fixed;
	background: url(../images/loader.gif) center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 12;
}

.top_bar * {
	transition-property: all;
	transition-duration: .5s;
}

nav .logo {
	height: 80px;
	width: auto
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	font-weight: 500;
	color: #333333;
}

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

.banner {
	position: relative;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 13
}

.page_title {
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	color: #f3f3f3;
}

.page_title .container {
	position: relative;
	z-index: 13;
}

.page_title .row {
	padding-top: 120px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb-item a {
	color: #ddd
}

.breadcrumb-item a:hover {
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 300;
	font-size: 10px;
	line-height: 26px;
	color: #f3f3f3
}

.breadcrumb-item.active {
	color: #f3f3f3;
}

.footer,
.credits {
	font-size: 14px;
}

.credits {
	text-transform: capitalize;
}

.footer a,
.credits a {
	color: #f3f3f3
}
  

@media(max-width:767px) {
	
	body {
		font-size: 12px;
	}
	
	
	
}



