﻿body {
}

/*--footer--*/

.lfooter
{
    /*background:#373737;  */
    background: rgb(0,0,0);
    font-family: Biryani;
    font-size: 25px;
    font-weight: 900;
    margin: auto;
 
 
}

	.lfooter .nav-link
    {
        display: inline-block;
        font-family: Biryani;
        color: #C0C0C0;
        font-size: 25px;
        font-weight: 500;
    }
.lfooter-grid {
	float: left;
	width: 12%;
	margin-right: 3%;
}
.lfooter-grid_last {
	margin-right: 0;
}
.lfooter-grid h3 {
	color: #31C2DB;
	font-size: 1.5em;
	font-weight:400;
	margin-bottom: 1.5em;
	 font-family: 'Raleway', sans-serif;
}
ul.list1 {
	padding: 0;
	list-style: none;
}
ul.list1 a {
	color: #fff;
	font-size: 1em;
	line-height: 1.8em;
}
ul.list1 a:hover{
	color: #DF4782;
	text-decoration:none;
}
.search_footer {
	position: relative;
	margin-bottom:2em;
}
.search_footer input[type=text] {
  padding: 6px 10px;
  outline: none;
  color: #373737;
  border: none;
  width: 75%;
  line-height: 1.5em;
  font-size: 0.8em;
  background: #FFD001;
  text-transform: capitalize;
  min-height: 31px;
  font-weight: 900;
}
.search_footer input[type=submit] {
  background: #000;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  outline: none;
  line-height: 1.6em;
  text-transform: capitalize;
  font-size: 0.8em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
}
.search_footer input[type=submit]:hover {
  background: #68656A;
  color: #F8F8F8;
}
p.footer_desc{
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	margin:0px 0 20px;
}
p.f_text{
	color:#fff;
	font-size:0.85em;
	margin-bottom:0.5em;
}
p.email{
	color:#df4782;
	font-size:0.85em;
}
p.email a{
	color:#df4782;
}
p.email span:hover{
	text-decoration:underline; 
}
.footer_bottom
{
    background: #333;
    padding: 1em 0;
    text-align: center;
}
.copy p{
	color:#fff;
	font-size:0.85em;
}
.copy p a{
	color:#FFD001;
}
.copy p a:hover{
	color:#fff;
}

.lfooter_bottom{
	background:rgb(0,0,0);
	padding:1em 0;
	text-align: center;
}
