body, html {
	width: 100%;
	height: 100%
}
body {
}
hr {
	max-width: 150px;
	border-width: 3px;
	border-color: #F2C224
}
hr.light {
	border-color: #fff
}
a {
	color: #212529;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
a:hover {
	color: #F3B112
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
.bg-primary {
	background-color: #f05f40!important
}
.bg-dark {
	background-color: #274583!important
}
.text-faded {
	color: rgba(255,255,255,.7)
}
section {
	padding: 2rem 0
}
.section-heading {
	margin-top: 0;
	color: #ee6425;
}

::-moz-selection {
 color:#fff;
 background:#212529;
 text-shadow:none
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}
img::selection {
	color: #fff;
	background: 0 0
}
 img::-moz-selection {
 color:#fff;
 background:0 0
}
#mainNav {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #252525;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #f05f40;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f05f40
}
#mainNav .navbar-nav>li.menu-item>a, #mainNav .navbar-nav>li.menu-item>a:focus {
 font-size:.9rem;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
}
#mainNav .navbar-nav>li.menu-item>a:focus:hover, #mainNav .navbar-nav>li.menu-item>a:hover {
	color: #f05f40
}
#mainNav .navbar-nav>li.menu-item>a.active, #mainNav .navbar-nav>li.menu-item>a:focus.active {
	color: #fff!important;
	border-top: 2px solid #f5d145;
}
#mainNav .navbar-nav>li.menu-item>a.active:hover, #mainNav .navbar-nav>li.menu-item>a:focus.active:hover {
	background-color: transparent
}
 @media (min-width:992px) {
#mainNav {
	border-color: transparent;
	background-color: #252525
}
#mainNav .navbar-brand {
	color: rgba(255,255,255,.7)
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff;
}
#mainNav .navbar-nav>li.menu-item>a {
 padding:.5rem;
}
#mainNav .navbar-nav>li.menu-item>a, #mainNav .navbar-nav>li.menu-item>a:focus {
	color: rgba(255,255,255,.7);
	margin: 0px 10px;
	text-transform: uppercase;
	border-top: 2px solid #252525;
	text-decoration: none;
}
#mainNav .navbar-nav>li.menu-item>a:focus:hover, #mainNav .navbar-nav>li.menu-item>a:hover {
	color: #fff;
	border-top: 2px solid #f5d145;
}
#mainNav .navbar-nav>li.menu-item:nth-child(5) a, #mainNav .navbar-nav>li.menu-item:nth-child(5) a {
	background: #f5d145;
	color: #000;
	border-top: 2px solid #f5d145;
	border-radius: 30px;
padding:.8rem 2rem;
	margin-top: -6px;
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #252525
}
#mainNav.navbar-shrink .navbar-brand {
	color: #f05f40
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #f05f40
}
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url(../images/banner.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px
}
header.services h1 {
	font-size: 2rem
}
header.masthead h1 {
	font-size: 2rem
}
header.masthead p {
	font-weight: 300
}
header.services {
	background: url(../images/service-banner.png) no-repeat;
	background-size: 100%;
	margin-top: 24px;
}
 @media (min-width:768px) {
header.masthead p {
	font-size: 1.15rem
}
header.services {
	background: url(../images/service-banner.png) no-repeat;
	background-size: 100%;
	margin-top: 0px;
}
}
 @media (min-width:992px) {
header.services {
	height: 43vh;
	padding-bottom: 0
}
header.masthead {
	height: 90vh;
	min-height: 570px;
	padding-top: 120px;
	padding-bottom: 0
}
header.masthead h1 {
	font-size: 3rem
}
header.masthead h1 {
	font-size: 3rem
}
header.services h1 {
	font-size: 3rem
}
}
 @media (min-width:1200px) {
header.masthead h1 {
	font-size: 2.5rem
}
header.services h1 {
	font-size: 2.5rem
}
}
.service-box {
	max-width: 400px
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
	border: 5px solid #F4BC1F;
}
.portfolio-box img {
	min-height: 227px;
}
.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(240, 203, 64, 0.9);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1
}
.portfolio-box:focus {
	outline: 0
}
 @media (min-width:768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px
}
}
.text-primary {
	color: #f05f40!important
}
.btn {
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
padding:.9rem 2rem;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
.btn-xl {
	padding: 1rem 2rem
}
.btn-primary {
	background-color: #f05f40;
	border-color: #f05f40
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #ee4b28!important
}
.btn-primary:active, .btn-primary:focus {
 box-shadow:0 0 0 .2rem rgba(240,95,64,.5)!important
}
 @media (max-width:768px) {
	 .mar-left{margin-left:0px !important;}
	 .mar-top{margin-top:0px !important;}
.box-c {
	padding: 20px;
	margin-top: 1px !important;
}
.navbar-brand img {
	width: 200px;
}
.chemical-products {
	background: #F8F4E9 !important;
	background-size: 50%;
	min-height: 575px;
}
.group-bg {
	background: #FDFCF7 !important;
	background-size: 60%;
	min-height: 506px;
}
.botton-bg {
	background: #252525 !important;
	background-size: 103%;
}
.col-lg-32 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0100%!important;
	max-width: 100%!important
}
}
.btn-new {
	border: 2px solid #f5d145;
	color: #252525 !important;
	border-radius: 30px;
 padding:.9rem 3rem;
}
i.sr-icons {
	padding: 10px;
	border-radius: 50%;
}
.service-box img {
	width: 200px;
	border: 5px solid #f5d145;
	border-radius: 50%;
	height: 200px;
}
.service-box img:hover {
	width: 200px;
	border: 5px solid #f5d145;
	border-radius: 50%;
	height: 200px;
	opacity: .5;
}
i.sr-icons img {
	width: 90px;
}
i.sr-icons:hover {
	background: #252525;
	padding: 43px 9px 45px 10px;
	color: #fff;
	border-radius: 50%;
}
.col-lg-32 {
	flex: 0 0 20%;
	max-width: 20%
}
.bg-light {
	background-color: #E3F6FA!important;
}
#owl-demo .item {
	background: #42bdc2;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border-bottom: 1px solid #274583;
}
.tab {
	overflow: hidden;
}
.tab button {
	background-color: #274583;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	padding: 14px 0px;
	margin-right: 15px;
	transition: 0.3s;
	width: 18%;
	border: 1px solid #274583;
}
.tab button:hover {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	color: #274583;
}
.tab button.active {
	background-color: #fff;
	border-bottom: 0px;
	color: #274583;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	border-right: 1px solid #ccc;
}
.topspace8 {
	margin-top: 80px;
}
.provide-solution {
	background: #F8F4E9 url(../images/provide-bg.jpg) no-repeat;
	background-position: right;
	background-size: 45%;
	min-height: 506px;
}
.provide-solution ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/arrow.png);
	margin-left: 45px;
}
.provide-solution ul li {
	line-height: 30px;
}
.provide-solution ul li a {
	color: #252525;
	text-decoration: none;
}
.provide-solution ul li a:hover {
	color: #f4bc1f;
}
.chemical-products {
	background: #F8F4E9 url(../images/side-banner.png) no-repeat;
	background-size: 50%;
	min-height: 575px;
}
.chemical-products ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/arrow.png);
	margin-left: 60px;
}
.chemical-products ul li {
	line-height: 26px;
}
.support {
	background: url(../images/bg-img.jpg) repeat;
	background-size: 100%;
}
.group-bg {
	background: #FDFCF7 url(../images/group-bg.jpg) no-repeat;
	background-size: 60%;
	min-height: 506px;
}
.botton-bg {
	background: url(../images/botton-bg.png) no-repeat;
	background-size: 103%;
}
.footer {
	background: #252525;
	border-top: 5px solid #F3B112;
}
.footer .quik-link ul {
	margin: 0px !important;
	padding: 0px;
	color: #fff;
	list-style: inside;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #F3B112;
	text-decoration: none;
}
.text-c {
	color: #F3B112;
}
.ser-head {
	background: #f4bc1f;
	padding: 10px 15px 5px;
	margin-top: 30px;
}
.bread {
	background: #f4bc1f;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
 padding: .75rem 1rem;
	margin-bottom: 0rem;
	list-style: none;
	background-color: #f4bc1f;
	border-radius: 0px;
}
.breadcrumb a:hover {
	color: #000;
}
.box-c {
	padding: 20px;
	margin-top: 100px;
	background: #f3b112; /* Old browsers */
	background: -moz-linear-gradient(left, #f3b112 2%, #f7d113 86%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f3b112 2%, #f7d113 86%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f3b112 2%, #f7d113 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b112', endColorstr='#f7d113', GradientType=1 ); /* IE6-9 */
}
.service-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.service-list ul li {
	line-height: 30px;
}
.service-list ul li a {
	background: #fff;
	color: #252525;
	border-left: 1px solid #ddd;
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 6px 0px 6px 30px;
	text-decoration: none;
}
.service-list ul li a:before {
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: -20px;
	color: #f4bc1f;
}
.service-list ul li a:hover:before {
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: -20px;
	color: #fff;
}
.service-list ul li a:hover {
	background: #f4bc1f;
	color: #FFF;
	border-left: 5px solid #252525;
	padding: 6px 0px 6px 30px;
}
.service-list ul li>a.active {
	background: #f4bc1f;
	color: #FFF;
	border-left: 5px solid #252525;
	padding: 6px 0px 6px 30px;
}
.service-list ul li>a.active:before {
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: -15px;
	color: #fff;
}
.service-list-box {
	box-shadow: 0px 0px 3px #ccc;
	margin-top: 20px;
	padding: 10px 10px 20px;
}
.service-list-box img {
	width: 100%;
}
.bdr {
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.service-list2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.service-list2 ul li {
	color: #252525;
	display: block;
	padding: 6px 0px 6px 30px;
}
.service-list2 ul li:before {
	content: "\f054";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: -20px;
	color: #f4bc1f;
}
.features {
	background: #f5f5f5;
	border: 2px solid #ccc;
	padding: 20px 15px 20px 20px;
	min-height: 140px;
	margin-top: 20px;
}
.about-box {
	background: #f5f5f5;
	border: 2px solid #ccc;
	padding: 20px 15px 20px 20px;
	min-height: 140px;
}
.services-bg {
	background: url(../images/service-bg.png) no-repeat;
	background-size: 100%;
	min-height: 575px;
}
.services-bg ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/arrow.png);
	margin-left: 45px;
}
.services-bg ul li {
	line-height: 26px;
}
.services-bg ul li a {
	color: #252525;
	text-decoration: none;
}
.services-bg ul li a:hover {
	color: #f4bc1f;
}
#products-range .item {
	border: 1px solid #f4bc1f;
	padding-bottom: 20px;
}
#products-range .item p {
	padding: 5px 15px 0px;
	margin-bottom: 5px;
}
#products-range .owl-nav {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -60px;
}
.about-design {
	margin-right: -100px !important;
	z-index: 9 !important;
}
.head {
	background: #f4bc1f;
	padding: 10px 15px 5px;
}
.owl-stage-outer {
	height: 160px;
}
p:empty {
	display: none;
}
.error-404 {
	padding-top: 5%;
	padding-bottom: 5%;
}
.mar-left{margin-left:-100px;}
.mar-top{margin-top:100px;}
.suppliers img {
    width: 100%;
    border: 1px solid lightgray;
    height: 225px;
    object-fit: cover;
    margin-bottom: 20px;
}
.leftty{margin-top: 16px;}