/*--banner--*/

/*---*/
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
}
nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0 0;
	max-width: 0;
	border-bottom: 2px solid #FD9F3E;
	color:  #F8802C;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
/*----*/
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    margin-top: 15px;
    min-height: auto;  
}
.navbar-default .navbar-nav > .active > a{
    color: #25503D;
    background:none;
	padding: 10px 0;
}
.logo a {
    color: #25503D;    
    font-size: 1.2em;
    display: inline-block;
    width: 16em;
}
.header {
    /*background: #F8F6DE;*/
    background: #EEE;
	 /*padding-bottom: .8em;*/
}

/*--header--*/
.logo {
    float: left;
    margin-top: 0.7em;
}
.logo h1{
    font-size:2.2em;
        font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.logo h1 a{
    text-decoration:none;
    color:#000;
        display: block;
}

.navbar-brand {
   height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}
ul.nav.navbar-nav li a {
    font-size: 1.1em;
    color: #000;
    padding: 28px 15px;
    display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
ul.nav.navbar-nav li  span{
    width: 1px;
    height: 40px;
    display: inline-block;
    background: #DADADA;
    vertical-align: middle;
}
ul.nav.navbar-nav li a text{
    font-size: 12px;
    color: #666 !important;
    text-transform: capitalize;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}

ul.nav.navbar-nav li a.active ,ul.nav.navbar-nav li a:hover {
       color: #FF9900;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
/*----*/
ul.nav.navbar-nav {
    float: right;
}
.nav-top {
    padding: 0em;
}
ul.nav.navbar-nav li:last-child a {
    border-right: none;
}
ul.nav.navbar-nav li a:hover:before, ul.nav.navbar-nav li a.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(255, 255, 255);
    border-left: 10px solid rgba(69, 42, 21, 0);
    border-right: 10px solid rgba(199, 57, 57, 0);
    left: 30px;
    bottom: -10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.nav.navbar-nav li a.ser:hover:before {
    left: 20px;
}
ul.nav.navbar-nav li a.ser1:hover:before {
    left: 20px;
}
/**welcome**/
.welcome {
    text-align: center;
    padding: 5em 0;
}
.wel-grids {
    margin-top: 4em;
}
.wel-top {
    padding: 2em 1em;
    background: #F8F6DE;
    border-bottom: 2px solid#F77E2A;
	 border-top: 2px solid transparent;
}
.welcome h2,.about-section h2,.services h2,.gallery h2,.short-heading h2,.contact h2 {
    font-size: 3em;
    text-transform: capitalize;
    font-family: 'Play', sans-serif;
    /*color: #F77E2A;*/
    color: #000;  
	text-align: center;
	font-weight: 600;
}
.wel-top i {
    font-size: 3em;
    color: #164523;
}
.wel-grid h4 {
    font-size: 1.5em;
    color: #222;
    font-family: 'Play', sans-serif;
    margin-top: 0.5em;
	text-transform: capitalize;
	font-weight: 600;
}
.wel-grid p {
        font-size: 1em;
    color: #7C7C7C;
    line-height: 2em;
    margin-top: 0.5em;
}
.wel-grid:hover div.wel-top {
    background: #eee;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	 border-top: 2px solid#F77E2A;
	border-bottom: 2px solid transparent;
}
.wel-grid:hover div.wel-top i{
	color: #F77E2A;
}
.wel-grid:hover div.wel-top h4{
	color: #fff;
}
.wel-grid:hover div.wel-top p{
	color: #fff;
}
.fuel-grid {
    position: relative;
}
.fuel-text {
    background: #fff;
    padding: 3em 2em 2em;
    position: absolute;
    text-align: center;
    bottom: -33%;
    width: 83%;
    margin: 0 auto;
    left: 8.5%;
    border: 1px solid #EBE7E7;
}
.fules {
    text-decoration: none;
    font-size: 1.2em;
    position: absolute;
    bottom: 10%;
    background-color: #F87E2A;
    color: #fff;
    padding: 0.2em 1em;
    left: 41%;
    text-transform: capitalize;
}
.fuel-text h4 {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 1px;
	font-family: 'Play', sans-serif;
	font-weight: 600;
}
.fuel-text p {
        font-size: 1em;
    color: #7C7C7C;
    line-height: 2em;
    margin-top: 0.5em;
}
.fule-section {
    padding: 0 0 14em;
}
.fule-grids1 {
    margin-top: 13em;
}


/***********bottom css***************/

.social div {
    display: inline-block;
    float: left;
    margin-top: 1.5vw;
    display: none;
    color: #fff;
    font-size: 0.5vw;
    text-align: center;
}

/*******product_list**********/
.product_list {
  position: absolute;
  top: 95px;
  background-color: #fff;
  width: 200px;
  display: none;
}

.product_list a {
  text-decoration: none;
  list-style: none;
  margin-top: 0.1em;
  padding: 10px !important;
  display: block;
  width: 100%;
  text-align: left!important;
}

.product_list a text:hover {
  color: #ff9900!important;
}

/*****searchResultInfo *******/
.searchResultInfo {
    font-size: 18px;
    font-weight: bold;
    padding: 1em;
    border-bottom: 1px solid #333;
}