.top_header {
    width: 100%;
    float: left;
    display: block;
    height: 10px;
    background: #ffd700;
}
.menu ul li a {
    color: green !important;
}
.menu ul li ul li a {
    color: green !important;
    font-weight: 600;
}
.menu ul li a:hover {
    color: #FF8124 !important;
    border-top: 2px solid green;

}
.menu ul li ul li a:hover {
    color: #FF8124 !important;
    border-top: 2px solid green;
}

.topspace {
    margin-top: 25px;
}
.bottom_header {
    width: 100%;
    display: block;
    float: left;
}

.logo a img  {
    width: 50%;
    display: block;
    padding: 2% 0 0 2%;
    margin-top: 3%;
    margin-bottom: auto;
        
}

.wrapper {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    background-color: #fff;
    height: auto;
    background-size: cover;
    overflow: hidden;
}

.footer_back {
    margin-top: 0px;
    background: #333;
    color: #fff;
    padding: 5px 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}
input, textarea, select {
    line-height: 1.3em;
    height: 2.5em;
    padding: 10px 0.8em;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
a.main-button, input[type="submit"] {
    background-color: #ee3733;
    height: 2.5em;
}
input[type="submit"] {
    outline: none;
}
input[type="submit"] {
    border: none;
}
ul.social-icons {
    list-style: none;
    display: inline;
    padding-right: 10px;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
ul,li,ol {
    list-style: none;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.contact-widget {
    color: #333;
}

.footer-widget {
    margin-bottom: 45px;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
   
}
.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ffff00;
    margin: 0;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
	border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.sitemap ul {padding-left: 0; }
.sitemap ul li {float: left;
    margin: 5px 10px 5px 0px;   
}
.sitemap ul li a {color: #fff;
font-weight: 400;
    font-size: 14px;
    }
.sitemap ul li a:hover {
    text-decoration: none;
    color: #FF8124;
    font-weight: 600;
    border-bottom: 2px solid #ff0;
}
.Foot_info ul li {display: inline-block; 
    float: left;
    margin:10px;}
.Foot_info ul li a {color: #fff;}
.Foot_info ul li a:hover {
    text-decoration: none;
    color: #FF8124;   
}
.welcome ul li i {
    padding-right: 10px;
    float: left !important;
    color: #FF4349;
}
.welcome ul li {
    float: left;
    color:green;font-weight:600;
   text-align:left; 
    display: block;
    width: 100%;
}
.welcome img { 
    width: 12%;
    margin-top: 20px;
    float: right;
}
.welcome h1{
    color:green;
    font-weight:600;
}
.welcome p 
{
    font-size: 15px;
    text-align: justify;
}

.inner_bk {
    background-image: url(../img/bg.gif);
   background-repeat: repeat;
    background-position: right bottom,left top;
    margin: 0%;
}
.inner_warp {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2% 3%;
    margin: 2%;
    position: relative;
}
.inner_warp h2 {
    text-align: center;
}
.inner_warp h2 .stock {
    align-content: center;
    background-color: #FF0048;
    display: block;
    height: 3px;
    left: 35%;
    position: absolute;
    width: 30%
}

.inner_warp p {
    text-align: justify;
}
.about { 
    padding: 15px;
    margin: 2% 0%;  
}
.about h3 {
    margin-left: 12%;
}
.service h3 {
    margin-left:0%;
    color: #ffd303;  
}
.service h4 {
    color: #FF0048;
}

.abt img {
    border: 4px solid #2BFFBF !important;
    width: 40%;
    height: auto;
    margin-left: 30%;
    top: 30%;   
    display: block;   
}
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 120%;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid green;
}
.left-caret:after
{	border-right: 5px solid green;
}
.contact {
margin: 0%;
}
.contact h4 {
    color: #ffd303;
    text-decoration: underline;
    padding: 0 0 10px 0;   
}
.contact h5 {
    letter-spacing: 1px;
    line-height: 20px;
}
.contact a {
    font-size: 15px;
    color: #fff;  
}
.contact a:hover {
    color: #ffd303;
    text-decoration: none;
}
.map_border {
    border: 3px solid #ff6600;
    padding: 1%;
}