@charset "utf-8";
/* CSS Document */
body {
	/*background: url(nut-bg.jpg) no-repeat;	*/
	font-family: 'Lato', sans-serif;
	
}

.page_wrapper{ position:relative; min-height:85%;height:85vh; z-index:9;}
.page_wrapper > .container{ padding-bottom:160px;}
header nav.bg-white {
	background: rgba(255,255,255,0.9) !important;
}
header nav.bg-white li a {
	color: #4a4a4c;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav.bg-white li:hover a, header nav.bg-white li.active a {
	color: #eb6a0a
}
header nav.bg-white li a:before, header nav.bg-white li.active a:before {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #eb6a0a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav.bg-white li a:after, header nav.bg-white li.active a:after {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #eb6a0a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav.bg-white li:hover a:before, header nav.bg-white li.active a:before {
	content: '';
	width: 100%;
}
header nav.bg-white li:hover a:after, header nav.bg-white li.active a:after {
	content: '';
	width: 100%;
}
.card-search {
	margin-top: calc(220px - 80px)
}
.card-search .easy-autocomplete {
	width: 100% !important
}
.card-search .easy-autocomplete .form-control {
	background: rgba(255,255,255,0.5);
	border: 2px solid rgba(74,74,76,0.2);
	height: 62px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	color: #eb6a0a;
	padding: 5px 30px;
}
.card-search .easy-autocomplete input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #eb6a0a;
 font-size:26px;
 font-style:italic
}
.card-search .easy-autocomplete input.form-control::-moz-placeholder { /* Firefox 19+ */
 color: #eb6a0a;
 font-size:26px;
 font-style:italic
}
.card-search .easy-autocomplete input.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #eb6a0a;
 font-size:26px;
 font-style:italic
}
.card-search .easy-autocomplete input.form-control:-moz-placeholder { /* Firefox 18- */
 color: #eb6a0a;
 font-size:26px;
 font-style:italic
}
.card-search .form-group {
	position: reltaive;
}
.card-search .form-group > i.mdi {
	position: absolute;
	right: 30px;
	top: 9px;
	font-size: 30px;
	color: rgba(74,74,76,0.5)
}
.card-search .card {
	background: rgba(255,255,255,0.8) !important;
	border: 0;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);     z-index: 9;
}
.card-search .card .card-header {
	background-color: #fff !important;
	border-top: 2px solid #eb6a0a;
	font-size: 20px;
	color: #eb6a0a
}
.card-search .card .card-header:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eb6a0a;
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0; 
}
footer:after {
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 200%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}
footer .foot-text ul {
	padding: 0;
}
footer .foot-text .imp-link li {
	list-style: none;
	position:relative; padding-left:15px
}
footer .foot-text .imp-link li:after {
	content: '';
	background: #eb6a0a;
	height: 5px;
	width: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
footer .fot-head { display:block; font-size:18px; color:#eb6a0a; margin:0 0 15px; text-transform:capitalize; font-weight:700}
/*--social-section--*/
.social-sec ul {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 30px 0;
	padding: 0
}
.social-sec li {
	margin: 5px;
	position: relative;
	list-style: none;
}
.social-sec li a{ color:#eb6a0a}
.social-sec li i {
	height: 45px;
	width: 45px;
	background: #f8f8f8;
	font-size: 1.2em;
	text-align: center;
	line-height: 45px;
	position: relative;
	z-index: 8;
	transition: all 0.5S ease;
	display: block
}
.social-sec li:after {
	content: '';
	height: 45px;
	width: 45px;
	background: none;
	border: 1px solid #eb6a0a;
	display: inline-block;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 7;
	-webkit-transition: all 0.5S ease;
	transition: all 0.5S ease;
}
.social-sec li:hover:after {
	content: '';
	bottom: 0;
	right: 0
}
.social-sec li:hover i {
	background: #eb6a0a;
	color: #fff
}
.card-search .card .card-body p.card-text{ display:flex; flex-wrap:wrap;}
.card-search .card .card-body p.card-text > span{ flex:0 0 30%; text-align:center; margin-bottom:8px;}
.card-search .card .card-body p.card-text .al-icon img{    height: 50px; display:block;
    width: 50px; margin:auto}
	.card-list{ display:block; flex-wrap:wrap; position:relative; z-index:1}
	.card-list:after{ clear:both; display:block; content:'';}
	.card-list > .card{  margin:5px; float:left; width:32%}
	.navbar-toggler{    background: #f58025;
    color: #fff;
    padding: 8px 10px;}
#navbarResponsive{ flex-grow:inherit;}
#info1{ position:relative; z-index:1}
@media screen and (max-width: 992px) {
.card-list > .card{ width:48%}	
}
@media screen and (max-width: 767px) {

	
	.card-search .easy-autocomplete .form-control{ padding-left:15px; background:rgba(255,255,255,0.9)}
	.card-search .easy-autocomplete input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:20px;
}
.card-search .easy-autocomplete input.form-control::-moz-placeholder { /* Firefox 19+ */
 font-size:20px;
}
.card-search .easy-autocomplete input.form-control:-ms-input-placeholder { /* IE 10+ */
 font-size:20px;
}
.card-search .easy-autocomplete input.form-control:-moz-placeholder { /* Firefox 18- */
 font-size:20px;
}

	header nav.bg-white {
	background: rgba(255,255,255,1) !important;
}
	footer:after{ content:''; height:100%;}
footer{position:static; margin-top:50px;}
header nav ul.navbar-nav{    background: #fff;
    padding: 0 10px;}
	.card-list > .card{width:100%; }

  
}
@media screen and (max-width: 680px) {
	.card-list > .card{ flex:0 0 100%}
}