* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.wrapper {
	width: 95%;
	margin: auto;
	padding: 0;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #ffffff;
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}
h2 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 10px;
}
a {
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	font-size: 14px;
}
p {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 18px;
}
li {
	list-style: none;
}
.cur-default {
	cursor: default;
}
.left {
	float: left;
}
.right {
	float: right;
}
.border-rad3 {
	border-radius: 3px;
}
.border-rad5 {
	border-radius: 5px;
}
.read-more {
	padding: 5px 12px;
	margin: 10px 0 0;
	color: #ffffff;
	background: #333333;
}
.read-more:hover {
	background: #f50018;
}
/************Header**********/
#navbar {
	position: fixed;
	top: -120px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 1111;
}
#navbar .header a.logo img {
	width: 61px;
}
#navbar .header {
	height: 61px;
}
#navbar .header h1 {
	padding: 23px 0px 0 20px;
}
#navbar .menubg {
	margin: 12px 0 0;
}
.headerbg {
	background: #ffffff;
	padding: 0;
}
.top-headerbg {
	overflow: hidden;
	background: #333333;
}
.top-header a {
	color: #ffffff;
	font-size: 14px;
}
.top-header.right a {
	background: #f00;
	padding: 5px 10px;
	margin: 5px 0 0;
	font-size: 12px;
}
.top-header a:hover {
	opacity: 1;
}
.top-header img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.top-header ul li {
	display: inline-block;
	margin: 10px 0 10px 10px;
	padding: 0;
	color: #ffffff;
}
.top-header ul li p {
	margin: 0;
}
.top-header ul li:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.21);
	padding: 0 0px 0 15px;
}
.header {
    background: #222121;
   
	height: 76px;
}
.header h1 {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 30px 0px 0 20px;
}
.header a.logo img {
	width: 76px;
}
/************Header**********/
/************menu**********/
.menubg {
	margin: 25px 0 0;
}
#nav {
	padding: 0;
	text-align: center;
	margin: auto;
}
#nav ul li {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	position: relative;
}
#nav ul li:last-child {
	border: none;
}
#nav ul li a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.70);
	padding: 8px 8px;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.3s;
	display: inline-block;
	letter-spacing: 0.5px;
	font-weight: 500;
	border-radius: 2px;
	position: relative;
}
#nav ul li a:hover {
	color: #ffffff;
}
#nav ul li ul {
	display: none;
}
#nav ul li ul {
	position: absolute;
	background: #333333;
	border-radius: 3px;
	padding: 10px;
	box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.7);
	margin: 0;
	z-index: 111;
	top: 35px;
	left: -8px;
	min-width: 200px;
}
#nav ul li:hover ul.submenu1 {
	display: block;
}
#nav ul.submenu1 li:hover ul.submenu2 {
	display: block;
	left: 180px;
	top: -13px;
	background: #484848;
}
#nav ul li:hover ul.submenu1::after {
	content: "";
	position: absolute;
	top: -15px;
	left: 10%;
	margin-left: 0;
	border-width: 8px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #00000000 rgb(50, 50, 50) rgba(51, 51, 51, 0);
}
#nav ul li:hover ul.submenu2::after {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	margin-left: 0;
	border-width: 8px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #484848 rgba(50, 50, 50, 0) rgba(51, 51, 51, 0);
}
#nav ul li ul li {
	display: block;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#nav ul li ul li a::after {
	display: none;
}
#nav ul li ul li:last-child {
	border: none;
}
#nav ul li ul li a {
	display: block;
	margin: 3px auto;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 0px;
	text-align: left;
}
#nav ul li ul li a:hover {
	color: #9e9e9e;
	background: none;
}
/************menu**********/

.banner {
	background: #d9dee2;
	position: relative;
}
/*quicklinks*/
.banner-quicklinks {
    text-align: center;
    position: absolute;
    bottom: 8px;
    z-index: 111;
    width: 100%;
}
.banner-quicklinks ul li {
	text-align: left;
	display: inline-block;
	width: 18%;
	padding: 8px 20px;
	margin: 0 10px;
	background: rgba(46, 51, 58, 0.95);
	color: #ffffff;
	transition: 0.3s;
	border-bottom: 3px solid #fff;
	vertical-align: top;
}
.banner-quicklinks ul li:nth-child(1):hover {
	background: #009688;
}
.banner-quicklinks ul li:nth-child(2):hover {
	background: #673ab7;
}
.banner-quicklinks ul li:nth-child(3):hover {
	background: #ff3021;
}
.banner-quicklinks ul li:nth-child(4):hover {
	background: #3f51b5;
}
.banner-quicklinks ul li a {
    display: block;
}
.banner-quicklinks ul li h3 {
    font-size: 15px;
    line-height: 14px;
    padding: 0;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.banner-quicklinks ul li p {
	margin: 0;
}
.banner-quicklinks ul li .q-link {
	float: left;
	
	color: #ffffff;
}
.banner-quicklinks ul li .q-linkicon {
	margin: 0 0 0 0;
	padding: 8px;
	border-radius: 30px;
	transition: 0.8s;
}
.banner-quicklinks ul li:hover .q-linkicon {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.15);
}
.q-linkicon img {
	width: 34px;
}
/*quicklinks*/
/*welcom*/
.welcom {
	margin: 40px 0;
}
.welcom.left {
	width: 29%;
	background: #e6e6e6;
	padding: 10px 20px;
}
.welcom.left img {
	width: 100%;
}
.welcom.right {
	width: 58%;
	background: #efefef;
	overflow: hidden;
	padding: 20px;
}
.welcom h2 {
	color: #333333;
}
.welcom.right p {
	line-height: 23px;
	font-size: 15px;
}
.welcom.right h3 {
	margin: 10px 0 5px;
}
.welcom h2 span {
	display: block;
	font-size: 14px;
	color: #fd040a;
	line-height: 12px;
}
.welcom ul {
	margin: 0 0 15px;
}
.welcom ul li {
	width: 15%;
	margin: 0 5px 3px 27px;
	color: #333333;
	padding: 0;
	float: left;
	position: relative;
	line-height: 23px;
}
.welcom ul li::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 9px;
	border-width: 2.5px;
	border-style: solid;
	border-color: rgb(255, 0, 0) rgb(255, 0, 0) rgb(255, 0, 0) #ff0000;
}
/*welcom*/
/*product-line*/
.product-line {
	text-align: center;
}
.product-line {
	text-align: center;
	padding: 30px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.product-line ul {
	margin: 30px 0 0;
}
.product-line ul li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 20px 40px;
    text-align: left;
}
.product-line ul li.service-division-home {
	background: #333;
	text-align: center;
	position: relative;
}
.product-line ul li.service-division-home img {
	width: auto;
	margin: 30px 0 0;
}
.product-line ul li.service-division-home h1 {
	padding: 34px 0 0;
	color: #fff;
}
.product-line ul li img {
	width: 100%;
}
.product-line-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.30);
}
.product-line-content {
	position: absolute;
	height: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	transition: 0.5s;
	overflow: hidden;
}
.product-line-img:hover .product-line-content {
	height: 100%;
}
.product-line-head {
    position: absolute;
    color: #ffffff;
    transition: 0.3s;
    overflow: hidden;
    bottom: 0;
    display: inline-block;
}
.product-line-content h3 {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
	margin: 20px 30px 10px;
	border-bottom: 2px solid #333;
}
.product-line-head h3 {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: inset 0px 0px 0px 40px rgba(255, 255, 255, 0.0);
    background: rgba(34, 33, 33, 0.50);
    color: #fff;
    transition: 0.5s;
    margin: 0;
}
.product-line-img:hover .product-line-head h3 {
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: #ff0000;
}
.product-line-content p {
	padding: 0 30px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0 0 13px;
}
.product-line-content a {
	margin: 0 0 0px 30px;
}
.product-line .arrow {
	border: solid rgba(0, 0, 0, 0.24);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 20px 20px 0 0;
	position: absolute;
}
.arrow.right {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	bottom: 10px;
	right: 10px;
}
.arrow.left {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	left: 10px;
	top: 10px;
}
/*product-line*/
.why-choicebg {
	background: #fd040a;
	overflow: hidden;
	color: #ffffff;
	padding: 5px 0;
}
.why-choice h3 {
	padding: 10px;
	margin: 0;
	font-weight: 500;
}
.why-choice.right {
	width: 68%;
	text-align: center;
}
.why-choice ul li {
	display: inline-block;
	vertical-align: top;
	border-right: 2px solid #ffffff;
	padding: 10px 60px;
	margin: 3px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.why-choice ul li:last-child {
	border: none;
}
/*testimonials*/
.testimonialsbg {
	background: #ffffff;
	overflow: hidden;
}
.testimonials.left {
    width: 58%;
    padding: 40px 30px 0;
}
.testi-info p {
	padding: 8px 0;
	vertical-align: middle;
	margin: 0;
	font-size: 12px;
}
.testimonials h2 {
	color: #fd040a;
}
.testimonials hr {
    border: none;
    height: 1px;
    background: #e6e6e6;
    margin: 10px 0 20px;
}
.map {
	width: 35%;
	border: 10px solid rgba(255, 255, 255, 0.43);
}
/*testimonials*/
/*our-buyers*/
.our-buyers {
	text-align: center;
	padding: 30px 0;
}
.our-buyers img {
	width: 100%;
}
/*our-buyers*/
/************footer**********/
.footerbg {
	background: url(../images/contactbg.jpg) no-repeat bottom fixed;
	overflow: hidden;
}
.footer {
    padding: 40px 0;
    overflow: hidden;
}
.footer h2 {
	color: #fff;
	margin: 0 0 20px;
}
.footer-leftside {
	width: 24%;
}
.footer p {
	color: #ffffff;
	line-height: 20px;
	margin: 0 0 15px;
}
.footer-leftside img {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 16px;
	opacity: 0.5;
}
.footer ul li p {
	display: inline-block;
	vertical-align: top;
}
.footer ul li p span {
	font-weight: 600;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #F44336;
}
.follow-us.left {
	width: 18%;
}
.follow-us ul li {
	display: inline-block;
	margin: 0 10px 20px;
	text-align: center;
	transition: 0.3s;
}
.follow-us ul li a {
	display: block;
	padding: 20px 20px;
	background: #2e2e2e;
}
.follow-us ul li a:hover {
	background: #4c4c4c;
}
.footer-center {
	width: 58%;
	margin: 0;
}
.footer-center ul li {
	display: inline-block;
	width: 45%;
	margin: 0 20px 20px 0;
}
.footer-center ul li.message {
	width: 96%;
}
.footer-center ul li label {
	display: block;
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 14px;
}
.footer-center input[type='text'] {
	width: 95%;
	padding: 10px 8px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #4a4a4a;
	transition: 0.3s;
	outline: none;
	font-family: 'Fira Sans', sans-serif;
	background: #393939;
	border-radius: 2px;
}
.footer-center textarea {
	width: 95%;
	padding: 6px 8px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #4a4a4a;
	transition: 0.3s;
	outline: none;
	font-family: 'Fira Sans', sans-serif;
	background: #393939;
	height: 65px;
	border-radius: 2px;
}
.footer-center input[type='submit'] {
	padding: 8px 20px;
	color: #000000;
	background: #ffffff;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	transition: 0.3s;
}
.footer-center input[type='submit']:hover {
	background: #fd040a;
	color: #fff;
}
.footer-center input[type='text']:focus, .footer-center textarea:focus {
	border: 1px solid #888888;
	background: #464646;
}
.footer-bottom {
	text-align: center;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
	color: #808080;
	font-size: 14px;
	margin: 0;
	padding: 30px 0;
}
.our-suppliers {
	width: 80%;
}
.our-suppliers img {
	border-radius: 3px;
}
/************footer**********/
/************about**********/

.about.left {
	width: 65%;
	padding: 0;
}
.about-us h2 {
	margin: 0;
}
.about p, .about ul li {
	line-height: 23px;
	font-size: 15px;
}
.about ul li {
	width: 15%;
	margin: 0 5px 3px 27px;
	color: #333333;
	padding: 0;
	float: left;
	position: relative;
	line-height: 23px;
}
.about ul li::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 9px;
	border-width: 2.5px;
	border-style: solid;
	border-color: rgb(255, 0, 0) rgb(255, 0, 0) rgb(255, 0, 0) #ff0000;
}
.about ul li {
	float: left;
}
.about-us .our-stranth p {
	margin: 0;
	color: #333;
}
.about-highlights {
	padding: 20px;
	width: 28%;
}
.about-highlights ul {
	border: 1px solid #ececec;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.61);
	border-radius: 5px;
}
.about-highlights ul li {
	display: block;
	margin: 0;
	color: #222121;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.about-highlights ul li:last-child {
	border: none;
}
.about-highlights ul li img {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.highlights {
	width: 72%;
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.highlights h3 {
	margin: 0;
}
.highlights p {
	margin: 0;
	color: #333333;
}
.about-us table {
	border: 1px solid #f5f5f5;
	border-collapse: collapse;
}
.about-us tr td {
	padding: 10px;
	vertical-align: top;
}
.accordion h3 {
	color: #222121;
	font-weight: 600;
	margin: 0 0 5px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 15px;
	font-size: 15px;
}
.accordion h3::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(51, 51, 51, 0) #222121;
}
.right-submenu {
	margin: 0 0 25px 10px;
	overflow: hidden;
	display:none;
}
.right-submenu p {
	color: #333333;
	margin: 0;
}
.inline-ul {
	margin: 0 0 30px;
	overflow: hidden;
}
.inline-ul li {
	float: left;
	width: 28%;
}
.about-leftside {
	float: left;
	width: 25%;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin: 30px 0 0 5px;
	text-align: left;
}
.about-leftside .resp-tabs-list li {
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.about-rightside {
	float: right;
	width: 72%;
	margin: 30px 0 0;
	text-align: left;
}
/************about**********/
/************CONTACT**********/
.contactbg {
	background: url(../images/contactbg.png) no-repeat center fixed;
	overflow: hidden;
	padding: 40px;
}
.contact.left {
	width: 22%;
	background: rgba(0, 0, 0, 0.7);
	padding: 30px 30px;/* border: 1px solid rgb(0, 0, 0); */
}
.contact.right {
	width: 70%;
}
.contact form {
	background: rgba(0, 0, 0, 0.7);
	padding: 30px 30px;
}
.contact iframe {
	margin: 40px 0 0;
}
.contact ul li img {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 14px;
	background: #656565;
	padding: 5px;
	border-radius: 1px;
}
.contact ul li p {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.contact ul li p span {
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
	font-size:18px;
}
.contact a {
	color: #ffffff;
	font-size: 16px;
}
.contact a:hover {
	color: #fd040a;
}
.contact-address ul li {
	border-bottom: 1px solid #bbb;
	margin: 0 0 20px;
}
.contact a.request {
	width: 160px;
	margin: 10px auto 0;
	display: inherit;
	background: #fd040a;
	text-align: center;
	color: #ffffff;
	padding: 8px 10px;
}
.contact a.request:hover {
	background: #333333;
}
.contact-follow ul li {
	display: inline-block;
}
.contact-follow {
	text-align: center;
}
.contact-follow ul li img {
	border-radius: 20px;
	background: #fd040a;
}
.contact-follow ul li img:hover {
	background: #333333;
}
.contact.right ul li {
	display: inline-block;
	margin: 0 10px 20px 0;
}
.contact ul li.message {
	width: 99%;
	margin: 0 0 20px;
}
.contact ul li label {
	display: block;
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 14px;
}
.contact input[type='text'] {
	width: 95%;
	padding: 8px 8px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #a2a2a2;
	transition: 0.3s;
	outline: none;
	font-family: 'Fira Sans', sans-serif;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 2px;
}
.contact textarea {
	width: 98%;
	padding: 8px 8px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #a2a2a2;
	transition: 0.3s;
	outline: none;
	font-family: 'Fira Sans', sans-serif;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 2px;
	height: 50px;
}
.contact input[type='submit'] {
	padding: 8px 20px;
	color: #000000;
	background: #ffffff;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	transition: 0.3s;
}
.contact input[type='submit']:hover {
	background: #fd040a;
	color: #fff;
}
.contact input[type='text']:focus, .contact textarea:focus {
	border: 1px solid #888888;
	background: #464646;
}
/************CONTACT**********/


/************Innerpage**********/
.inner-headbg {
	padding: 30px 0;
	background: #dcdcdc;
}
.innerheading-left {
	color: #333333;
	text-align: center;
	display: inline-block;
}
.innerheading-left h1 {
	font-size: 32px;
}
.innerheading-right {
	float: right;
	overflow: hidden;
}
.innerheading-right ul li {
	display: inline-block;
	margin: 0 3px;
	padding: 0 10px 0 10px;
	position: relative;
}
.innerheading-right ul li::after {
	content: "";
	position: absolute;
	top: 5px;
	right: -10px;
	margin-left: 0;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(50, 50, 50, 0) rgb(167, 167, 167);
	transition: 0.3s;
}
.innerheading-right ul li a {
	text-decoration: none;
	color: #545454;
}
.innerheading-right ul li a:hover {
	color: #fd040a;
}
.innerheading-right ul li:last-child a {
	color: #8e8e8e;
}
.innerheading-right ul li:last-child::after {
	display: none;
}
.inner-page {
	margin: 40px 0;
	overflow: hidden;
}
.inner-page h2 {
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 28px;
	text-align: left;
	border-bottom: 2px solid #f7f7f7;
	position: relative;
}
.inner-page h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 30%;
	height: 2px;
	background: #333333;
}
.leftsidebar {
	float: left;
	overflow: hidden;
	width: 75%;
}
.rightsidebar {
	float: right;
	overflow: hidden;
	width: 20%;
}
.rightsidebar h3 {
	background: #333;
	padding: 10px 10px 10px 19px;
	color: #fff;
}
/************Innerpage**********/

/************products**********/
.products {
}
.products p {
}
.products ul li {
	width: 25%;
	display: inline-block;
	background: #f7f7f7;
	padding: 15px;
	margin: 25px 18px;
	transition: 0.3s;
	border-radius: 3px;
	vertical-align: top;
}
.products ul li:hover {
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.30);
}
.products ul li img {
	width: 100%;
	border-radius: 3px;
}
.products ul li h2 {
	color: #222121;
	font-size: 19px;
	text-transform: inherit;
	transition: 0.3s;
}
.products ul li:hover h2 {
	color: #fd040a;
}
.products ul li a {
	background: #d2d2d2;
	color: #000;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12px;
}
.products ul li a:hover {
	background: #333;
	color: #fff;
}
.products ul li img {
	width: 100%;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.disease-content {
	margin: 14px 0 0;
}
.products ul li:hover img {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.rightsidebar {
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 10px;
	border-radius: 3px;
}
.rightsidebar ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #292929;
	padding: 10px 0 10px 25px;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e8e8;
}
.rightsidebar ul li ul li:last-child a{
	border: none;
}
.rightsidebar ul li li a {
	font-weight: normal;
}
.rightsidebar ul li a img {
	margin: 0 7px 0 0;
}
.rightsidebar ul li a:hover {
	color: #f00;
}
.rightsidebar ul li {
	position: relative;
}
.rightsidebar ul li.open {
	background: #f5f5f5;
}
.rightsidebar ul li::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	margin-left: 0;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(50, 50, 50, 0) rgb(167, 167, 167);
	transition: 0.3s;
}
/*.rightsidebar ul li.open::after {
	transform: rotate(90deg);
}*/
.rightsidebar ul li ul li::after {
	top: 16px;
	border-width: 2px;
	border-color: rgb(167, 167, 167);
}
.rightsidebar ul li ul {
	margin: 0 0 0 20px;
}
/************products**********/

.company-products .products ul li {
	width: 19%;
}

.appearls ul li 
{
	    display: inline-block;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    width: 15%;
}
.appearls ul li img
{
	width:100%;
}