@charset "utf-8";
/* CSS Document */

body {
    background-color: #999999;
}

#wrapper {
    background-color: #fff;
/*    width: 53%;*/
    width: 1004px;
    margin: 0 auto;
    max-width: 1420px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 80px -40px #000;
}

.prl-13 {
	padding: 0 13px;
}

.top-strip {
	padding: 7px 0;
	box-shadow: 0 0 5px 5px rgba(31, 62, 145, 0.2);
}

.bg-blue {
	background-color: rgb(31, 62, 145);
}

.bg-grey {
	background-color: #efefef;
}

.bottom-strip {
	padding: 7px 0;
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.1);
}

.bg-brown {
	background-color: rgb(123, 114, 115);
}

/*header*/

.logo-bar {
	padding: 15px 10px;
}

.menu_blue {
/*    background: url(../images/menu_blue.jpg);*/
	background: linear-gradient(#4a6da1, #7298c8);
}

.menu_blue h5 {
	color: #fff;
	margin: 0;
	padding: 0.3em 1em;
}

nav.nav>a.nav-link  {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 1.2em;
}

nav.nav>a.nav-link:hover  {
	color: #f5f5a2;
}

nav.nav>a.nav-link::before {
	content: "\f101";
    font-family: FontAwesome;
	margin-right: 3px;
}

.bg-grey-gradient {
	background: linear-gradient(#ffffff, #f5f5f5);
	box-shadow: 0 0 5px 1px rgba(31, 62, 145, 0.2)
}

.list-bar {
	padding: 3px 5px;
}

.list-bar h3 {
	color: #1e4087;
	font-weight: 400;
	margin: 0;
	border-left: 5px solid #d7261e;
	padding-left: 3px;
}

.list-bar h3 span {
	color: #000;
	font-size: 0.5em;
	padding-left: 10px;
	font-weight: 800;
}

.list-bar h3 sup {
	color: #000;
	font-size: 0.45em;
}

.list-bar select {
	margin: 5px;
	font-size: 1em;
	padding: 0px;
}

/*aside section*/

.bg-light-blue {
	background-color: rgb(223, 233, 244);
}

aside .bg-light-blue {
	height: 100%;
}

aside .aside-image {
	margin: 0.7em 0.7em 0;
}

.download-box {
	background-color: #fff;
	border: 1px solid rgb(80, 115, 183);
}

.download-box p {
	line-height: 1;
}

.download-box p strong {
	font-size: 0.7em;
}

.download-box p strong a {
	color: #000;
}

.download-box h6 a {
	color: #000066;
	font-weight: 700;
}

.download h5 a {
	color: #000066;
}

.download h5 a:hover {
	color: #000066;
	font-weight: 700;
	text-decoration: none;
}

.download p {
	text-align: justify;
}

.certificates-img img {
	padding: 0 0.3em;
}

/*products section*/

.products-section {
	padding: 10px;
}

.products-section h3 {
	color: #1e4087;
	font-weight: 400;
	margin: 0;
}

.products-section h3 sup {
	color: #000;
	font-size: 0.5em;
}

.products-section h3 i {
	color: #da251d;
	font-size: 0.7em;
}

.products-section h3 span i {
	color: #da251d;
}

.products-section h3 span {
	color: #000;
	font-size: 0.5em;
	padding-left: 10px;
	font-weight: 800;
}

.products-border {
	border: 1px solid #000;
}

.small-packing-jobwork {
	border: 1px solid #000;
	display: flex;
	align-items: center;
/*	margin-bottom: 2em;*/
}

.scroll-box {
	background-color: #fff;
	padding: 0.2em;
	border: 1px solid #000;
}

.scroll-box-certi {
	background-color: rgb(223, 233, 244);
	padding: 0.2em;
	border: 1px solid #000;
}

.products-section .product-item {
	display: flex;
	align-items: flex-end;
	margin-bottom: 2em;
}

.products-section .product-item img {
	margin-right: 1em;
}

.products-section .product-item .product-description h6 {
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 0.3em;
}

.products-section .product-item .product-description h6 a {
	color: #000;
}

.products-section .product-item .product-description h6 a:hover {
	text-decoration: none;
}

.products-section .product-item .product-description p {
	font-size: 0.8em;
	text-align: justify;
	margin-bottom: 0;
	line-height: 1.3;
}

.products-section .product-item .product-description a i {
	color: #da251d;
	font-size: 1.2em;
}

/*footer*/

footer {
	padding: 1em;
}

footer ul.nav li.nav-item a.nav-link, footer ul.nav li.nav-item a.nav-link:active, footer ul.nav li.nav-item a.nav-link:visited {
	color: #666666;
	font-size: 0.7em;
	padding: 0.7em;
}

footer ul.nav li.nav-item a.nav-link:hover {
	color: #D7261E;
}

footer ul.nav li.nav-item a.nav-link.disabled {
	color: #000;
}

footer .copyright-text p {
	font-size: 0.7em;
}

footer .copyright-text p a {
	color: #333;
}

/*carousel*/

.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}

.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}

/*inner page*/

.inner-page-title {
	padding: 0.5em;
}

.inner-page-title h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.inner-profile-content {
	padding: 1em;
}

.inner-profile-content p {
	text-align: justify;
	font-size: 0.9em;
}

.profile-services .profile-services-header {
	background: linear-gradient(#0286db, #153889);
}

.profile-services .profile-services-header h6 {
	color: #fff;
	padding: 0.5em;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
}

.profile-services .profile-services-content {
	padding: 0.5em
}

.profile-services .profile-services-content p {
	font-size: 0.8em;
	text-align: justify;
}

.profile-services .profile-services-content.pink {
	background: linear-gradient(#f9d4e6, #ffffff);
}

.profile-services .profile-services-content.green {
	background: linear-gradient(#e6f3c8, #ffffff);
}

.profile-services .profile-services-content.blue {
	background: linear-gradient(#cae9fd, #ffffff);
}

.profile-services .profile-services-content.orange {
	background: linear-gradient(#fdc296, #ffffff);
}

.inner-header {
	background-color: #eef5ff;
}

.inner-header h5 {
	color: #0370a7;
	padding: 0.2em 0.5em;
}

.page-title-banner img {
	width: 100%;
}

.product-title {
	background-color: #D7F2FF;
}

.product-title h5 {
	color: #000066;
	padding: 0.3em 0.5em;
}

.product-title h5 span {
	color: #000;
	font-size: 0.8em;
}

.product-content p {
	text-align: justify;
}

.tab-content .product-item {
	margin: 1.3em 0;
}

.tab-content .product-item h6 {
	text-align: center;
	margin-top: 0.5em;
}

.tab-content .product-item h6 a {
	color: #000066;
	font-weight: 700;
}

.tab-content .product-item h6 a:hover {
	text-decoration: none;
}

.subtitle {
	color: #000066;
}

ul.list-inline li.list-inline-item.pdf-btn a {
	color: #ff0000;
	font-weight: 600;
}

ul.list-inline li.list-inline-item.pdf-btn a:hover {
	text-decoration: none;
}

ul.list-inline li.list-inline-item.inquiry-btn a {
	color: #000066;
	font-weight: 600;
}

ul.list-inline li.list-inline-item.inquiry-btn a:hover {
	text-decoration: none;
}

table.floor-cleaner, table.floor-cleaner td, table.floor-cleaner th  {
	border: 1px solid #cbe7b6;
}

table.floor-cleaner thead {
	background: #cbe7b6;
}

table.pine-high-concentrate, table.pine-high-concentrate td, table.pine-high-concentrate th  {
	border: 1px solid #f8e1b8;
}

table.pine-high-concentrate thead {
	background: #f8e1b8;
}

table.toilet-cleaner, table.toilet-cleaner td, table.toilet-cleaner th  {
	border: 1px solid #d7e8f8;
}

table.toilet-cleaner thead {
	background: #d7e8f8;
}

table.bathroom-cleaner, table.bathroom-cleaner td, table.bathroom-cleaner th  {
	border: 1px solid #82dbad;
}

table.bathroom-cleaner thead {
	background: #82dbad;
}

table.mcr, table.mcr td, table.mcr th  {
	border: 1px solid #c3c3c3;
}

table.mcr thead {
	background: #c3c3c3;
}

table.dish-wash, table.dish-wash td, table.dish-wash th  {
	border: 1px solid #f9e9ab;
}

table.dish-wash thead {
	background: #f9e9ab;
}

table.hand-wash-pearl, table.hand-wash-pearl td, table.hand-wash-pearl th  {
	border: 1px solid #fed3e7;
}

table.hand-wash-pearl thead {
	background: #fed3e7;
}

table.air-freshener, table.air-freshener td, table.air-freshener th  {
	border: 1px solid #fde353;
}

table.air-freshener thead {
	background: #fde353;
}

table.hygenic-floor-cleaner, table.hygenic-floor-cleaner td, table.hygenic-floor-cleaner th  {
	border: 1px solid #cccc00;
}

table.hygenic-floor-cleaner thead {
	background: #cccc00;
}

table.floor-care-plus, table.floor-care-plus td, table.floor-care-plus th  {
	border: 1px solid #ff9c59;
}

table.floor-care-plus thead {
	background: #ff9c59;
}

table.pine-plus, table.pine-plus td, table.pine-plus th  {
	border: 1px solid #dda979;
}

table.pine-plus thead {
	background: #dda979;
}

table.hand-wash-plus, table.hand-wash-plus td, table.hand-wash-plus th  {
	border: 1px solid #f7d4be;
}

table.hand-wash-plus thead {
	background: #f7d4be;
}

table.toilet-bowl-cleaner-plus, table.toilet-bowl-cleaner-plus td, table.toilet-bowl-cleaner-plus th  {
	border: 1px solid #d771b3;
}

table.toilet-bowl-cleaner-plus thead {
	background: #d771b3;
}

table.hand-wash-lemon, table.hand-wash-lemon td, table.hand-wash-lemon th  {
	border: 1px solid #e9de44;
}

table.hand-wash-lemon thead {
	background: #e9de44;
}

table.hand-wash-rose, table.hand-wash-rose td, table.hand-wash-rose th  {
	border: 1px solid #fed3e7;
}

table.hand-wash-rose thead {
	background: #fed3e7;
}

table.neem-high-concentrate, table.neem-high-concentrate td, table.neem-high-concentrate th  {
	border: 1px solid #5da164;
}

table.neem-high-concentrate thead {
	background: #5da164;
}

table.glass-cleaner, table.glass-cleaner td, table.glass-cleaner th  {
	border: 1px solid #85edfa;
}

table.glass-cleaner thead {
	background: #85edfa;
}

table.car-wash, table.car-wash td, table.car-wash th  {
	border: 1px solid #a8beed;
}

table.car-wash thead {
	background: #a8beed;
}

table.interior-cleaner, table.interior-cleaner td, table.interior-cleaner th  {
	border: 1px solid #fedbef;
}

table.interior-cleaner thead {
	background: #fedbef;
}

table.car-body-polish, table.car-body-polish td, table.car-body-polish th  {
	border: 1px solid #f6a7a2;
}

table.dashboard, table.dashboard td, table.dashboard th  {
	border: 1px solid #f3d64c;
}

table.dashboard thead {
	background: #f3d64c;
}

table.car-body-polish thead {
	background: #f6a7a2;
}

table.tyre-polish, table.tyre-polish td, table.tyre-polish th  {
	border: 1px solid #c3c3c3;
}

table.tyre-polish thead {
	background: #c3c3c3;
}

table.engine-cleaner, table.engine-cleaner td, table.engine-cleaner th  {
	border: 1px solid #B3B1C7;
}

table.engine-cleaner thead {
	background: #B3B1C7;
}

table.dry-foam, table.dry-foam td, table.dry-foam th  {
	border: 1px solid #93D0AD;
}

table.dry-foam thead {
	background: #93D0AD;
}

table.extra-shine-wax, table.extra-shine-wax td, table.extra-shine-wax th  {
	border: 1px solid #FEBDD5;
}

table.extra-shine-wax thead {
	background: #FEBDD5;
}

table.dressing-plus, table.dressing-plus td, table.dressing-plus th  {
	border: 1px solid #B184BB;
}

table.dressing-plus thead {
	background: #B184BB;
}

table.all-shiner, table.all-shiner td, table.all-shiner th  {
	border: 1px solid #ADAFAE;
}

table.all-shiner thead {
	background: #ADAFAE;
}

table.car-shampoo, table.car-shampoo td, table.car-shampoo th  {
	border: 1px solid #DF8AB4;
}

table.car-shampoo thead {
	background: #DF8AB4;
}

table.cool-wax, table.cool-wax td, table.cool-wax th  {
	border: 1px solid #BE955D;
}

table.cool-wax thead {
	background: #BE955D;
}

table.britec, table.britec td, table.britec th  {
	border: 1px solid #0295C1;
}

table.britec thead {
	background: #0295C1;
}

table.fabric-softner, table.fabric-softner td, table.fabric-softner th  {
	border: 1px solid #B67EBD;
}

table.fabric-softner thead {
	background: #B67EBD;
}

table.oil-spotting, table.oil-spotting td, table.oil-spotting th  {
	border: 1px solid #E87FA0;
}

table.oil-spotting thead {
	background: #E87FA0;
}

table.foam-powder, table.foam-powder td, table.foam-powder th  {
	border: 1px solid #5C9603;
}

table.foam-powder thead {
	background: #5C9603;
}

table.emulsifier, table.emulsifier td, table.emulsifier th  {
	border: 1px solid #055BA4;
}

table.emulsifier thead {
	background: #055BA4;
}

ul.sitemap li a {
	color: #0b4a9f;
	font-weight: 700;
}

ul.sitemap li a:hover {
	color: #D7261E;
	text-decoration: none;
}

ul.sub-sitemap li a {
	color: #000;
	font-weight: 500;
}

ul.sub-sitemap li a:hover {
	color: #D7261E;
	text-decoration: none;
}

h5.card-title {
	margin: 0;
}

.card-footer {
	background-color: rgba(255, 0, 0, 1);
}

.card-footer a.card-link {
	color: #fff;
	font-weight: 700;
}

.card-footer a.card-link:hover {
	color: #ebebeb;
}




