form{
  border: 1px solid #ddd;
  padding: 10px
}
h3.about-us-heading{
  text-transform: uppercase;
  padding: 15px 0px;
  color: #c10f00 !important;
  text-align: center;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
a.product-items{
	padding: 10px;
	border: 1px solid #999;
	display: block;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald', sans-serif;
}
.product_show {
	display:none;
	position: absolute;
	top:100%;
	left:23px;
	background:#f2f2f2;
	padding: 10px;
    width: 88%;
	z-index: 999;
	transition: all 0.5s ease;
}

.product-height{
    height:235px;
    overflow-y:scroll;
}
.product_show li {
	list-style:none;
  margin:4px 0;
  display:block;
  width:100%;
}
.product_show li a{
	color:#c10f00;
	font-size:16px;
	transition: background-color 0.5s ease;
  float: left;
  width:100%;
  margin:4px 0;
  font-family: 'Oswald', sans-serif;
}   
.product_show-inner li a{
    color:#000;
}
.product_show li a ul.product_show-inner {
  display:none;
}
/* .product_show li a:hover ul.product_show-inner {
  display:block !important;
} */

/* .product_show li a:hover {
    background-color: #585858;
    width: 100% !important;
    
} */
/* a.product-items:hover + .product_show{
	background:#2f2f2f;
	display:block !important;
} */
h4.product-heading{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
  margin:50px 0 20px 0;
  font-family: 'Oswald', sans-serif;
}
.nav-design.cl-effect-20 .navbar-default .navbar-nav>li>a:hover {
    display: block;
	background: #fff !important;
	color: #c10f00 !important;
}
.g-recaptcha {transform: scale(0.85); transform-origin: left top;padding-top: 20px}

#errmsg{color: #f00;font-size: 12px}
.product-align{display:inline-block; width:200px; margin:0 auto;}

.menu-style.nav-design .navbar-default .navbar-nav>li> a{
  color: #314559;
  padding: 10px 0;
  font-family: 'Oswald', sans-serif;
}
 


.menu-style.nav-design .navbar-default .navbar-nav>li> a,
.menu-style.nav-design .navbar-default .navbar-nav>li> a {
  position: relative;
}
.menu-style.nav-design .navbar-default .navbar-nav>li> a:after,
.menu-style.nav-design .navbar-default .navbar-nav>li> a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '';
  color: transparent;
  background: #c10f00;
  height: 1px;
}
.menu-style.nav-design .navbar-default .navbar-nav>li> a:hover:after {
  width: 100%;
}

.menu-style.nav-design .navbar-default .navbar-nav>li> a {
  transition: all 2s;
    padding:5px !important;
}

.menu-style.nav-design .navbar-default .navbar-nav>li> a:after {
  text-align: left;
  /* content: '.'; */
  margin: 0;
  opacity: 0;
}
.menu-style.nav-design .navbar-default .navbar-nav>li> a:hover {
  color: #fff !important;

  z-index: 1;
}
.menu-style.nav-design .navbar-default .navbar-nav>li> a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #c10f00 !important;
    color:#fff;
  }
}


.product_dropdown {
  position: relative;
  display: inline-block; width:100%;
}

/* .product_dropdown:hover .product_show {display: block;} */

.product_dropdown2 {
  position: relative;
  display: inline-block; width:100%;
}
/* .product_dropdown2:hover .product_show-inner {display: block;} */


.product_show-inner {
 
  position:relative;
top:100%; left:-40px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.product_show-inner a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}
/* p {
  font-family: 'Oswald', sans-serif;
} */

/* .product_show-inner a:hover {background-color: #ddd;}

.product_dropdown2:hover .product_show-inner {display: block;}

.product_dropdown2:hover .dropbtn {background-color: #3e8e41;} */



