/* LayerSlider Styles */



.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-inner {
	position: relative;
	background-position: center center;
}
.tb-head { background-color: #da511e;
    color: white;}
	
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 19px !important;
    line-height: 1.428571429;
    vertical-align: top;
    border: 1px solid #757575;
    /* border-right: 1px solid #000; */
}
.bs-example{
    	margin: 20px;
    font-weight: bold;
    text-align: center;
    }
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 3px solid #211f1f !important;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* Trying to remove all the default global styles of WordPress :) */

.ls-container img {
	max-width: none !important;
}

.ls-container img,
.entry-content .ls-container img,
.comment-content .ls-container img,
.widget .ls-container img {
	border-radius: 0px;
	box-shadow: none;
}

.entry-content .ls-container *,
.comment-content .ls-container *,
.widget .ls-container * {
	line-height: normal;
	padding: 0px;
	outline: none;
	border: 0px;
}

.entry-content .ls-yourlogo,
.entry-content .ls-inner *,
.comment-content .ls-inner *,
.widget .ls-inner * {
	margin: 0px;
}

.entry-content .ls-tn,
.comment-content .ls-tn,
.widget .ls-tn {
	display: none;
}
.project-head {
background-color: #DA511E;
color: #FFF;
padding: 10px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin-left:20px;
}
.project-head:hover {

color: #333;

}
.project-head a :first-child {
background-color:blue;
color: blue;

}
a:link, a {
text-decoration: none;
}

.one-third-abt {
width: 100%;
float: left;
margin-right: 3.80%;
}
.fluid-container {
background-color: #FCFAFA;
border-bottom: 1px solid #E5E4E4;
border-top: 1px solid #E5E4E4;
display: block;
margin-left:20px;
margin-right:1px;
overflow: hidden;
padding: 50px 30px;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.caramel-home{ position:absolute;
top:486px;
    left: 1037px;

}

.kusum-caramel {
	width: 100%;
	height: auto;
	float: left;
	
}
.kusum-caramel_list {
	width: 100%;
	height: 26px;
	border: solid 1px #cf7f00;
	background-color: #DA511E;
	font: Bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.kusum-caramel_list ul li {
	float: left;
	display: inline-block;
	padding-top: 5px;
	height: 21px;
	border-right: solid 1px #cf7f00;
	text-align:center;
	
}
.kusum-caramel-id {
	width: 20%;
}


.kusum-caramel-inner {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	    height: auto;
    padding: 5px 0px 33px 0px;

	
}
.kusum-caramel-inner ul li {
	float: left;
	display: inline-block;
	padding:16px 0 5px 0px;
	height: 50px;
	border-right: solid 1px #d7d8d8;
	text-align:center;
	
}
.kusum-caramel-inner-id {
	width: 20%;
	
}

.color-inner {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #555050;
	    height: 103px;
	
    padding: 5px 0px 5px 0px;

	
}
.color-inner ul li {
	float: left;
	display: inline-block;
	padding:10px;
	text-align:justify;
	
	border-right: solid 1px #d7d8d8;

	
	
}
.color{
	width:20%;
	height:100px;
	padding:5px;
}
.description  {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #555050;
	    height: 129px;
    padding: 5px 0px 37px 0px;

	
}
.description  ul li {
	float: left;
	display: inline-block;
	padding:10px;
	height: 121px;
	border-right: solid 1px #d7d8d8;
	text-align:center;
	
}
.description-id{width:20%;
}




.kusum-caramel {
	width: 100%;
	height: auto;
	float: left;

	color:#000000;
}
.kusum-caramel_list {
	width: 100%;
	height: 26px;
	border: solid 1px #cf7f00;
	background-color: #DA511E;
	font: Bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.kusum-caramel_list ul li {
	float: left;
	display: inline-block;
	padding-top: 5px;
	height: 21px;
	border-right: solid 1px #cf7f00;
	text-align:center;
	
}
.particular-id {
	width: 50%;
}


.particular1-inner {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #555050;
	    height: auto;
    padding: 5px 0px 33px 0px;

	
}
.particular1-inner ul li {
	float: left;
	display: inline-block;
	padding:16px 0 5px 0px;
	height: 50px;
	border-right: solid 1px #d7d8d8;
	text-align:center;
	
}
.particular1-id {
	width: 50%;
	
}

.color-inner {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #171414;
	    height: 103px;
	
    padding: 5px 0px 5px 0px;

	
}
.color-inner ul li {
	float: left;
	display: inline-block;
	padding:10px;
	text-align:justify;
	
	border-right: solid 1px #d7d8d8;

	
	
}
.color{
	width:20%;
	height:100px;
	padding:5px;
}
.description1  {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	    height: 70px;
    padding: 5px 0px 37px 0px;

	
}
.description1 ul li {
	float: left;
	display: inline-block;
	padding:10px;
	height: 70px;
	border-right: solid 1px #d7d8d8;
	text-align:center;
	
}
.description1-id{width:50%;
}

.project-head1-benefit {
    background-color: #DA511E;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-left: 20px;
}
.kusum-caramel {
	width: 100%;
	height: auto;
	float: left;
	
}
.lod {font-size: 28px;
    text-decoration: underline;}
.specification-lod-id {
    width: 33.3%;
}
.specification-lod {
    width: 33%;
    height: 100px;
    padding: 5px;
}
.specification{
	width:25%;
	height:100px;
	padding:5px;
}
.specification-id {
	width: 25%;
}


.specification-inner {
	width: 100%;

	border: solid 1px #d7d8d8;
	background-color: #ffffff;
	font: Normal 12px Arial, Helvetica, sans-serif;
	color: #555050;
	    height: auto;
    padding: 5px 0px 33px 0px;

	
}
.specification-inner ul li {
	float: left;
	display: inline-block;
	padding:16px 0 5px 0px;
	height: 50px;
	border-right: solid 1px #d7d8d8;
	text-align:center;
	
}
.certification-p{
	padding-left:40px;
}
.unique-tech{
	position:absolute;
	top:-80px;
	left:200px;
}
.fixed-content {
	width:1153px;
	position:fixed;
	    bottom: 94px;
    left: 220px;
	z-index:999;
	
}

.free-sample{ position:relative;
     top: -13px;
    left: 86px
}
.downloadCenter {
    margin: 0px;
    padding: 0px;
}
.DownloadTableStyle {
    margin: 0 0 20px 0;
    padding: 0px;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}
.downloadCenterBg {
    background: #DE511E;
    color: #fff !important;
}
.free{ position:absolute;
       top: -3px;
    left: 397px
}
.recuiter {
    width: 1050px;
    padding: 0px 0px 0px 36px;
}
/*
     FILE ARCHIVED ON 12:12:50 Jun 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:31:07 May 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.274
  load_resource: 128.869
  PetaboxLoader3.resolve: 31.442
  PetaboxLoader3.datanode: 93.722 (2)
  loaddict: 49.709
*/