body {
        background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-image: linear-gradient(180deg,#fff 90%, #fff   10%);
background-origin: padding-box;
background-position: 0% 0%;

        /*background-color: #EBEAE4;*/

    }
    /*navbar style*/
p{
color: #677267;
/*font-family: "roboto-display";*/
font-style: normal;
font-weight: 500;
letter-spacing: 0.416667px;
line-height: 21.3px;
margin-bottom: 21px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: normal;
font-family: "Arimo",Arial,Tahoma,sans-serif;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: 16px;

}
h1,h2,h3,h4,h5,h6{
	  color: #444;
display: block;
font-family: "roboto-display";
font-style: normal;
font-weight: 700;

}
.banner{
    border: 1px solid #f5f5f5;

}

 .navbar-default .navbar-brand{
  background-color: #3c763d;
  /*background-color: #3B5998;*/
  color: #fff; 
 }

 .navbar-default .navbar-brand:hover{
  color: #fff;
 }


.navbar-default .navbar-brand{
  
}

.navbar-default {
background-color: #3c763d;
}

.navbar-default .navbar-nav > li > a{
  color: #fff;
  padding: 15px 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: Roboto,sans-serif;

}

.navbar-default .navbar-nav > li > a:hover{
  border-bottom: 1px solid #470D00;
  color: #999;
  background-color: #f5f5f5; 
  padding: 15px 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: Roboto,sans-serif;

}
.navbar-default .navbar-nav > .active > a{
  border-bottom: 1px solid #470D00;
  color: #470D00;
  background-color: #F4EDD0; 
  padding: 15px 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: Roboto,sans-serif;
}

.dropdown-menu > li > a{
    display: block;
  font-size: 16px;
  color: #7E5630;
  font-weight: 400;
  padding: 10px 50px;

}

.dropdown-menu > li > a:hover{
  color: #333;
}


#footer {
	padding-top: 30px;
    color: #333333;
    font-size: 12px;
    text-align: center;
}
#footer p {
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
}
#footer a {
    color: inherit;
}
.a_product{
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 20px;
}

.a_product:hover{
	padding: 10px;
	background-color: #F4EDD0;
	border-radius: 20px;
} 



a:hover{
	color:#3c763d;
	text-decoration: none;


}

.img-pro{
  width: 100%;
  height: 250px;

}



/* -------------  CSS Loader  ----------- */

.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0.7;
}
.loader{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border:10px solid #333;
  position: relative;
  margin: 0 auto;
  top:30%;
  animation:loader 2s linear infinite;
}
@keyframes loader{
  50% {
    opacity: 0.5;
  }
  100% {
    transform:rotate(360deg);
  }
}
.loader:after{
  content: "";
    width: 35px;
    height: 35px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    left: 55px;
}
.loader:before{
  content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333;
    position: absolute;
    transform: rotate(-90deg);
    top: -10px;
    left: 39px;

}

/* --------- CSS Loader End Here ------------*/