@font-face{font-family:'Lato-Light';src:url('../fonts/Lato-Light.ttf');}
@font-face{font-family:'Lato-Medium';src:url('../fonts/Lato-Medium.ttf');}
@font-face{font-family:'Lato-Regular';src:url('../fonts/Lato-Regular.ttf');}
@font-face{font-family:'Lato-Semibold';src:url('../fonts/Lato-Semibold.ttf');}
@font-face{font-family:'erasdemi';src:url('../fonts/erasdemi.ttf');}
body{width:100%;height:100%; font-family:Lato-Regular; font-size:14px;background-color:#fff; line-height:26px;}
html{width:100%;height:100%;}
a{outline:noen;}
a:hover,
a:focus{text-decoration:none;}
a:focus{outline:none;}
b{font-family:'Lato-Semibold'; font-weight:normal;color:#333;}
p{float:left; color:#333; margin:0; font-family:Lato-Regular; font-size:15px; line-height:26px; width:100%;}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }

.carousel-control.left {
	background-image: none;
	filter:none;
	background-repeat: none;
	display:none;
}

.carousel-control.right {
	background-image: none;
	filter:none;
	background-repeat: none;
	display:none;
}
.carousel-control {
	width: 5%;
}


/* Toggle */
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}


.navbar-fixed-top {
	top: 60px;
	border-width: 0 0 1px;
}
.navbar-brand {
	float:none;
	position: absolute;
top: -55px;
left: 0;
right: 0;
margin: 0 auto!important;
width: 170px;
height:auto;
}
.navbar {
	min-height: auto;
}
.navbar-nav {
	float: none;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.navbar-nav > li {
	float: none;
	display:inline-block;
	text-align:center;
	width:13%;
}
.navbar-inverse .navbar-nav > .open > a{
	background:transparent;
}
.navbar-nav > li.logo{
	width:170px;
	padding:0!important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff!important;
	background-color: transparent;
}
.navbar-header{
	height:0;
}
.nav > li > a {
	position: relative;
	display: block;
	padding:20px 10px;
	color:#fff!important;
	font-family:Lato-Regular;
	font-size:16px;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000!important;
    background-color: transparent;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > .active > a{
	color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a:hover{
	background:transparent;
	color:#fff!important;
}
.dropdown-menu {
	min-width: auto;
		border-bottom: 3px solid #c07428;
		border-radius:0;
}
.dropdown-menu > li > a {
	display: block;
	padding: 7px 20px 7px 15px;
	color: #333;
	font-size:16px;
}
.dropdown-menu > li > a:hover {
    color: #2a2a8d;
    text-decoration: none;
    background-color:transparent;
}
.section-class{
	width:100%;
	float:left;
	margin:0 auto;
	overflow:hidden;
	padding:60px 0px;
	text-align:center;
	
}
.back-grnd {
	background: url(../images/bg.png)no-repeat center top;
	background-size: cover;
	background-position: 0px -30px;
}
h2.heading-main{
	float:left;
	width:100%;
	text-align:center;
	font-family:Lato-Regular;
	font-size:25px;
	margin:0;
	color:#00a8ec;
	margin-bottom:15px;
}
.dividerr {
	float: none;
	width: 100px;
	height: 2px;
	position: relative;
	background: #00a8ec;
	margin: 0 auto;
	display: inline-block;
	margin-bottom:10px;
}
.dividerr::before {
	content: '';
	background: #fff;
	height: 2px;
	top: 0;
	width: 10px;
	left: 18px;
	display: block;
	right: auto;
	position: absolute;
}
.section-class p {
	float: none;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.blue{
	background:#112b51;
}
h2.heading-main2{
	color:#fff;
}
.dividerr2{
	background:#fff;
}
.dividerr2:before{
	background:#112b51;
}
.products{
	width:100%;
	float:left;
}
.product-one{
	float:left;
	width:25%;
	margin-top:15px;
}
.product-one i {
	position: absolute;
	top: -20px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #777;
	box-shadow:0px 0px 6px rgba(51, 51, 51, 0.2196078431372549);
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 38px;
	font-size: 20px;
}
.btn-arrow i {
	position: absolute;
	bottom: -20px;
	background: #fff;
	width: 40px;
	top:auto;
	height: 40px;
	border-radius: 50%;
	color: #777;
	box-shadow:0px 0px 6px rgba(51, 51, 51, 0.2196078431372549);
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 38px;
	font-size: 20px;
}
.content-product {
	width: 100%;
	float: left;
	background: #fff;
	padding: 50px 15px;
	height: 250px;
	position:relative;
}
.content-product h2{
	font-family:Lato-Semibold;
	color:#2b2b8d;
	font-size:20px;
	width:100%;
	text-align:center;
	margin:0;
	font-weight:normal;
	margin-bottom:10px;
}
.content-product  a{
	font-family:Lato-Regular;
	font-size:13px;
	text-align:center;
	width:100%;
	vertical-align:middle;
	color:#30308e;
	margin-top:10px;
	display:block;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
	
}
.content-product a:hover img{
	margin-left:8px;
}
.img-size img{
	height:250px;
	min-width:100%;
}
.content-product  a img{
	margin-left:5px;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
	height:auto;
	
}
.content-product p{
	color:#777;
}
.usp-one{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
}
.usp-one img{
	margin:0 auto;
}
.usp-one h2{
	font-size:20px;
	font-family:Lato-Semibold;
	margin:0;
	margin:20px 0px;
	color:#30308e;
}
.usp-one p{
	color:#777;
}
.testimonial-bg {
	background: url('../images/bg2.png')no-repeat center top;
	background-size: cover;
	background-position: 78% 18%;
	width: 100%;
}
.light-item{
	float:left;
	width:100%;
}

.light-item h3{
	font-family:Lato-Semibold;
	color:#333;
	float:left;
	width:100%;
	font-size:20px;
	margin:10px 0px;
	line-height:28px;
}

.light-item p{
	color:#777;
}
.light-item h2 {
	font-family: Lato-Semibold;
	font-size: 16px;
	color: #00a8ec;
	border-top: 1px solid #ddd;
	width: auto;
	float: none;
	text-align: center;
	display: inline-block;
	padding-top: 20px;
}
.owl-controls {
	display:none;
}
.navbar-inverse {
	
background: rgba(0,208,159,1);
background: -moz-linear-gradient(left, rgba(0,208,159,1) 0%, rgba(0,145,207,1) 13%, rgba(34,116,193,1) 26%, rgba(74,90,172,1) 38%, rgba(141,47,136,1) 52%, rgba(202,7,105,1) 68%, rgba(212,57,70,1) 84%, rgba(212,181,4,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,208,159,1)), color-stop(13%, rgba(0,145,207,1)), color-stop(26%, rgba(34,116,193,1)), color-stop(38%, rgba(74,90,172,1)), color-stop(52%, rgba(141,47,136,1)), color-stop(68%, rgba(202,7,105,1)), color-stop(84%, rgba(212,57,70,1)), color-stop(100%, rgba(212,181,4,1)));
background: -webkit-linear-gradient(left, rgba(0,208,159,1) 0%, rgba(0,145,207,1) 13%, rgba(34,116,193,1) 26%, rgba(74,90,172,1) 38%, rgba(141,47,136,1) 52%, rgba(202,7,105,1) 68%, rgba(212,57,70,1) 84%, rgba(212,181,4,1) 100%);
background: -o-linear-gradient(left, rgba(0,208,159,1) 0%, rgba(0,145,207,1) 13%, rgba(34,116,193,1) 26%, rgba(74,90,172,1) 38%, rgba(141,47,136,1) 52%, rgba(202,7,105,1) 68%, rgba(212,57,70,1) 84%, rgba(212,181,4,1) 100%);
background: -ms-linear-gradient(left, rgba(0,208,159,1) 0%, rgba(0,145,207,1) 13%, rgba(34,116,193,1) 26%, rgba(74,90,172,1) 38%, rgba(141,47,136,1) 52%, rgba(202,7,105,1) 68%, rgba(212,57,70,1) 84%, rgba(212,181,4,1) 100%);
background: linear-gradient(to right, rgba(0,208,159,1) 0%, rgba(0,145,207,1) 13%, rgba(34,116,193,1) 26%, rgba(74,90,172,1) 38%, rgba(141,47,136,1) 52%, rgba(202,7,105,1) 68%, rgba(212,57,70,1) 84%, rgba(212,181,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d09f', endColorstr='#d4b504', GradientType=1 );
border-bottom:0;

}
.top-none .navbar-fixed-top{
	top:0;
}
.top-none .navbar-brand {
	float: none;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 154px;
	height: auto;
}
.carousel-caption {
	right: auto;
	left: 8%;
	padding-bottom: 30px;
	top: 40%;
	bottom:auto;
}
.carousel-caption  h3{
	font-family:erasdemi;
	font-size:40px;
	color:#fff;
	width:100%;
	float:left;
	text-align:left;
	line-height:50px;
}
.carousel-caption  h3 span{ 
	font-family:erasdemi;
	width:100%;
	float:left;
	margin-left:140px;
}
.subscription{
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:0;
}
.subscription-details{
	float:left;
	width:100%;
	background:#01aaeb;
	padding:30px 20px 0px;
	border-radius:10px 10px 0px 0px;
	
}
.subscription-details p{
	font-family:Lato-Semibold;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	line-height:28px;
}
.subscription-details a{
	text-transform:uppercase;
	background:#fff;
	color:#01aaeb;
	padding:5px 20px;
	border-radius:5px;
	margin-top:8px;
	float:left;
	border:1px solid #01aaeb;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
}
.subscription-details a:hover{
	border:1px solid #fff;
	color:#fff;
	background:#01aaeb;
}
.subscription-details img {
	width: 230px;
	margin-top: -90px;
}
.footer-section {
	width:100%;
	float:left;
	padding:60px 0px;
	background:#011321;
}
.footer-section  p{
	color:#fff;
	margin-top:10px;
	font-size:14px;
}
.footer-details h2{
	font-family:Lato-Regular;
	margin:0;
	color:#fff;
	font-size:20px;
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}
.footer-details h2:before{
	content:'';
	position:absolute;
	bottom:0;
	top:auto;
	background:#fff;
	float:left;
	width:60px;
	height:1px;
}
.footer-details ul{
	float:left;
	width:100%;
	list-style:none;
	padding:0;
}
.footer-details ul li{
	float:left;
	width:50%;
	
}
.footer-details ul li a{
	color:#fff;
	line-height:35px;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
	font-family:Lato-Regular;
}
.footer-details ul li a:hover{
	color:#00aaed;
}
.footer-details ul li  i{
		color: #00aaed;
		padding-right:5px;
}
.footer-details .form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.footer-details .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow:none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer-details .input-group-addon {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	cursor:pointer;
}
ul.social-media{
	float:left;
	width:100%;
	list-style:none;
	margin-top:22px;
}
ul.social-media li{
	width:auto;
	float:left;
}
ul.social-media li a {
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	float: left;
	background: #ddd;
	margin-right: 15px;
	text-align: center;
	padding: 0;
	font-size:18px;
	line-height:38px;
}
ul.social-media li a:hover{
	background:#02abef!important;
}
ul.social-media li a i{
	color:#fff;
	padding:0;
}
.footer-details .media-body p{
	margin-top:0;
}
.footer-details .media-left i{
	color:#fff;
	font-size:16px;
}
.footer-details  .media-body a {
	margin-top: 5px;
	color:#fff;
}
.footer-details  .media-body a:hover{
	color:#02abef;
}
.footer-details  .media {
	margin-top: 5px;
}
.last-footer{
	width:100%;
	background:#000;
	float:left;
	padding:10px 0px;
}
.last-footer p{
	width:auto;
	color:#fff;
}
.diply-logo{
	display:none;
}
.banner-menu .item img{
	min-width:100%;
}
.inner-banner{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.inner-banner img{
	min-width:100%;
}
.inner-link {
	position: absolute;
	top: 50%;
	float: left;
	width: 100%;
	left: 7%;
}
.inner-link .breadcrumb {
	padding: 0px;
	margin-bottom: 10px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	float: left;
}
.inner-link .breadcrumb li a{
	color:#fff;
	font-family:Lato-Regular;
}
.inner-link .breadcrumb > .active {
	color: #00a6e9;
}
.inner-link .breadcrumb > li + li::before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}
.inner-link h2{
	float:left;
	width:100%;
	font-family:Lato-Light;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin:0;
}
.mrgin-min{
	margin-bottom:0;
	padding:0;
	border:0!important;
}
.height-td{
	padding:0;
	height:130px;
	vertical-align:middle!important;
	padding-bottom:15px;
	border-bottom:0!important;
	border-right:0!important;

}
.tp-br{
	border-top:0!important;
}
.brdr-none{
	border-top:0!important;
	border-right:0!important;
		border-bottom:0!important;
}
span.rott-text {
	/* -moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg); */
	float: left;
	width:100%;
}
.pdin-min{
	padding:0!important;
	border:0!important;
}
.blue-clr {
	background:#ddf1f9;
}
.purple-clr {
	background:#d6d6e5;
}
.table-bordered > tbody{
	border-color:#000;
}
.table-bordered img{
	margin:0 auto;
}
.table-bordered > tbody > tr > th{
	border: 1px solid #000;
text-align: center;
font-family:Lato-Semibold;
font-weight:400;
letter-spacing:0.5px;
font-size:15px;

}
.text-alin{
	padding-left:15px!important;
	text-align:left;
}
.table-bordered > tbody > tr > td{
	border-color:#000;
	font-family:Lato-Regular;
	font-size:15px;
	color:#000;
	letter-spacing:0.5px;
	vertical-align:middle;
	padding:8px 10px;
}
.section-margin{
	margin-top:15px;
}
.mobi-none{
	display:none;
}
.m_top2 .table > thead th{
	background:#30308e;
	font-family:Lato-Regular;
	color:#fff;
	font-size:18px;

	font-weight:normal;
	padding:10px 15px;
}
.m_top2 .table-bordered > tbody > tr > td {
	border-color: #d7d7d7;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.5px;
	vertical-align: middle;
	text-align: left;
	padding: 10px 15px;
}
.m_top2 .table-bordered > thead > tr > th {
    border-bottom-width: 0;
}
.point-pigment{
	padding:15px;
	width:100%;
	float:left;
	border:1px solid #d7d7d7;
	height: 358px;
}
.point-pigment h3{
	font-family:Lato-Semibold;
	font-size:18px;
	color:#00a8ec;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
}

.point-pigment ul{
	list-style:square;
	padding:0;
	width:100%;
	float:left;
	padding-left:15px;
	margin-top:7px;
	margin-bottom:0;
	
}
.m_top2 .table-bordered {
	height: 358px;
	margin-bottom:0;
}
.point-pigment ul li{
	width:100%;
	float:left;
	text-align:left;
	line-height:28px;
	font-size:15px;
}
hr{
	border-color:#d7d7d7;
	width:100%;
	float:left;
	overflow:hidden;
}
.colr-name{
	float:left;
	width:100%;
}
.grey{
	background:#f9f9f9;
}
.colr-name .nav > li > a {
	position: relative;
	display: block;
	padding: 15px 15px;
	color: #fff !important;
	font-family: Lato-Regular;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius:0;
	margin:0;
	font-family:Lato-Regular;
	text-transform:uppercase;
	border:1px solid #fff;

}

.colr-details{
	float:left;
	width:100%;
	text-align:left;
	padding:20px;
	border:1px solid #c2c2c2;
	background:#fff;
	
}
.product-details .table-bordered{
	margin-bottom:0;
}

.colr-details h2 {
	float: left;
	font-family: Lato-Semibold;
	font-size: 20px;
	color: #006aa7;
	margin: 0;
	font-weight: normal;
	margin: 11px 0px;
}
.product-details{
	float:left;
	width:100%;
	clear:both;
	padding:10px 0px;
}
.colr-details img{
	min-width:100%;
	margin-bottom:10px;
}
.colr-name .nav-tabs li.active::before {
	content: '';
	border-width: 15px 0px 15px 15px;
	border-color: transparent transparent transparent #17acea;
	border-style: solid;
	top: 22%;
	left: auto;
	right: -10px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	bottom: auto;
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width:19%;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	border: 1px solid #c1c1c1;
	float: left;
	width: 79%;
	min-height: auto;
	border-radius: 0;
	clear: none;
	float:left;
	margin-left:2%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 1px;
	cursor: pointer;
	float: none;
	text-align: left;
	font-family:Lato-Regular;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: 0!important;
	border-top:0;
	margin: 0 0 1px!important;
	border:0!important;
	border-left: 0;
	margin-bottom: 0;
	border-right: 0;
}
.resp-vtabs li.resp-tab-active::before {
	content: '';
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent #17acea;
	border-style: solid;
	top: 33%;
	left: auto;
	right: -10px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	bottom: auto;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
	float: left;
	width: 100%;
}

.top-none .navbar-brand::before {
	content: '';
	border-width: 10px 10px 10px 10px;
	border-color: #17acea transparent transparent transparent;
	border-style: solid;
	top: auto;
	left: 0;
	right: 0px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	bottom: 3px;
	z-index: 9;
}
/* closed */


/* Contact Section */
.contact-section{
	float:left;
	width:100%;
	padding:60px 0px;
}
.address-section{
	float:left;
	width:100%;
	border:1px solid #d7d7d7;
}
.address-section {
	float: left;
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 30px 20px;
	min-height: 328px;
	background:#fff;
}
.address-section h2 {
	font-family:Lato-Semibold;
	font-size: 18px;
	text-transform: capitalize;
	color: #2d2d8d;
	float:left;
	width:100%;
	margin:0;
}
.address-section h2  span{
	padding-left:15px;
	color:#333;
}
.address-section h2  span img{
	margin-right:10px;
}
.address-section h3 {
	float: left;
	width: 100%;
	font-family: Lato-Medium;
	color: #17acea;
	font-size:18px;
	margin:0;
	padding-bottom:10px;
}
.address-section  p{
	margin-bottom:15px;
}
.address-section a{
	color:#333;
}
.address-section a:hover{
	color:#17acea;
}
.address-section i {
	color: #17acea;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	background: #f0f0f0;
	margin-right: 10px;
}
.contact-section iframe{
	float:left;
}

.form-section{
	float:left;
	width:100%;
	padding:60px 0px 60px;
}
select.form-control {
	-moz-appearance: none;
	background: url('../images/down-arrow.png')no-repeat center top;
	background-position: 95%;
	cursor: pointer;
}
.form-section .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	font-family:Lato-Medium;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom:30px;
}
.form-section .form-control:focus{
	border:1px solid #17acea;
}
.btn-default {
	color: #fff;
	background-color: #17acea;
	border-color: #fff;
	font-family:Lato-Regular;
	padding:10px 30px;
}
.btn-default {
	color: #fff;
	background-color: #17acea;
	border-color: #fff;
	font-family: Lato-Regular;
	padding: 10px 40px;
	margin: 10px auto 0px;
	text-align: center;
	float: none;
	display: inherit;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;
}
.btn-default:hover{
		color: #17acea;
	background-color: #fff;
}
.form-section form{
	margin-top:10px;
}
.quality-class p{
	width:80%;
}
.iso-class{
	float:left;
	background:#2e2e8d;
	position:relative;
	min-height:280px;
	
}
.iso-class:before{
	width:50%;
	content:'';
	background:#fff;
	position:absolute;
	top:0;
	min-height:300px;
	left:0;
}
.qulity-section{
	float:left;
	width:85%;
	padding:0px 30px;
}
.qulity-section h2{
	float:left;
	width:100%;
	font-family:Lato-Medium;
	color:#333;
	font-size:20px;
	margin:0;
	text-align:left;
	line-height:28px;
}
.qulity-section ul{
	float:left;
	width:100%;
	margin:0;
	padding-left:15px;
	text-align:left;
	margin-top:15px;
	list-style:square;
}
.qulity-section ul li{
	float:left;
	width:100%;
	font-family:Lato-Regular;
	font-size:16px;
	padding:5px 0px;
}
.section-white{
	margin-left:23%;
}
.section-white h2{
	color:#fff;
}
.section-white ul li {
	color:#fff;
}
.iso-class img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:300px;
	height:300px;
	border-radius:50%;
}
.points-bottom{
	float:left;
}
.wid-min{
	width:100%;
}
.wid-min ul li{
	width:50%;
}
.quality-class p span{
	color:#1c97e9;
}
.lether-dyes{
	background:url('../images/bg-leather.jpg')no-repeat center top;
	float:left;
	width:100%;
	background-size:cover;
	padding:120px 0px;
	background-attachment:fixed;
}
.industries h3{
	font-family:Lato-Medium;
	margin:0;
	font-size:20px;
}
.box-one {
	float: none;
	margin: 0;
	width: 15%;
	margin: 40px 8px 0px;
	display: inline-block;
	border:1px solid #f0f0f0;
	padding:10px;
}
.box-one h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: Lato-Regular;
	font-size: 16px;
	margin: 12px 0px 0px;
	letter-spacing: 1px;
}
.box-one img{
	margin:0 auto;
}
.industries {
	padding-bottom:0;
}
.about-sec p{
	text-align:left;
	margin-top:20px;
	width:100%;
	float:left;
	text-align:justify;
}
.manufecturing{
	float:left;
	width:100%;
	padding:60px 0px;
	background:#f9f9f9;
}

/* Tabs panel */
.manufecturing .tabbable-panel {
	border: 1px solid #eee;
	padding: 20px;
	float: left;
	width: 100%;
	background:#fff;
}

/* Default mode */
.manufecturing .tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.manufecturing .tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.manufecturing .tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #2c2c8e !important;
	padding:0px  10px 20px;
	font-size: 18px;
	font-family:Lato-Semibold;
}
.tab-content {
	float:left;
	width:100%;
}
.tab-content p{
	margin-bottom:10px;
	text-align:justify;
}
.manufecturing .tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.manufecturing .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.manufecturing .tabbable-line > .nav-tabs > li.open > a, .manufecturing .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.manufecturing .tabbable-line > .nav-tabs > li.open > a > i, .manufecturing .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.manufecturing .tabbable-line > .nav-tabs > li.open .dropdown-menu, .manufecturing .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.manufecturing .tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.manufecturing .tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #17acea !important;
}
.manufecturing .tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.manufecturing .tabbable-line > .tab-content {
  margin-top: 0px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.manufecturing .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.packaging p{
	width:80%;
}
.iso img {
	float: left;
margin-right: 10px;
width: 70px;
}

.direct .m_top2 .table-bordered {
	height: auto;
	margin-bottom:20px;

}
span.smal-fnt{
	float:left;
	width:100%;
	clear:both;
	font-size:13px;
	line-height:26px;
}	

.pre-btn:hover{
	background: #01aaeb;
	color: #fff;
}
img.img-sizee{
	margin: 0 auto;
    margin-top: 0px;
width: 130px;
margin-top: -50px;
}
.lab-back {
	background:url('../images/lab-bg.jpg')no-repeat center top;
	background-size:cover;
	float:left;
	width:100%;
	background-attachment:fixed;
}
.pre-btn {
	color: #fff;
	background-color: #17acea;
	border-color: #fff;
	font-family: Lato-Regular;
	padding: 10px 0px;
	margin: 10px 5px;
	text-align: center;
	float: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 150px!important;
	text-align:center;
}
.pre-btn span{
	padding:0px 5px 0px 5px;
	font-weight:bold;
	font-size:18px;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #ddd;
	border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
	color: #ddd;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #ddd;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-default:hover {
	color: #fff;
	background-color: #3e4095;
	border-color: transparent;
}

/* checkbox */
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 0px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #17acea;
	border-color: #17acea;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
  .checkbox + .checkbox, .radio + .radio {
	margin-top: 0;
}
.checkbox-danger{
	float:left;
	width:150px;
	margin:0;
	text-align:left;
	
}
.checkbox-danger label{
	line-height:18px;
}

.select-fancy {
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  width: 100px;
  overflow: hidden;
  box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
  
  &, > * {
    cursor: pointer;
  }

  select {
    @include box-sizing(content-box);
    
    background: transparent;
    border: 0;
    outline: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    padding: 6px 0 6px 8px;
    font-size: 12px;
    width: 120%;
    height: 17px;
    
     
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
    
    -webkit-appearance: none;
       -moz-appearance: radio-container;
            appearance: none;

  }
}
select{
	
	
        line-height:43px !important;
		width:100%;
		 -webkit-appearance: none!important;
      -moz-appearance: none!important;
      appearance: none!important;
}
.select-fancy-noimage {
  @include background(linear-gradient(#fff, #E7E7E7));
  &:after {
    content: '';
    width: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 4px;
    border-style: solid;
    pointer-events: none;
    border-color: #ddd transparent transparent transparent;
	
  }
}
.direct-img img{
	height:30px;
	width:100%;
}
.direct-img .m_top2 .table > thead th {

	font-size: 16px;
	padding: 10px 14px;
}
.direct-img .m_top2 .table-bordered > tbody > tr > td {
	border-color: #555;
}
.direct-img  thead {
	border: 1px solid #555!important;
}
.direct-img .table-bordered > thead > tr > th {
    border: 1px solid #555;
        border-top-color: rgb(221, 221, 221);
}
.icon-dye{
	text-align:center;
	margin-top:40px;
}
.icon-dye img {
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 10px;
	border-radius: 100%;
		-webkit-transition: -webkit-transform .5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.icon-dye h3{
	font-family:Lato-Semibold;
	font-size:17px;
	color:#722fa0;
}
.icon-dye h3 span{
	float:left;
	width:100%;
	line-height:38px;
	font-size:15px;
	color:#000;
}

.icon-dye img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
label.error {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 15px;
	font-size: 12px;
	color: Red;
}

@media (min-width:300px) and (max-width:500px){
.container{
	width:100%;
}
.navbar-brand {
	display: none;
}
.top-none .navbar-brand::before{
	display:none;
}
.diply-logo {
	display:block;
}
.product-one img{
	min-width:100%;
}


.mobi-none{
	display:block!important;
}	
.navbar-brand {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 104px;
	height: auto;
	padding: 0;
}
.top-none .navbar-brand {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 104px;
	height: auto;
	padding: 0;
}
.carousel {
	margin-top: 51px;
}
.carousel-caption {
	right: auto;
	left: 4%;
	padding-bottom: 30px;
	top: 20%;
}
.carousel-caption h3 {
	font-size: 24px;
	line-height:30px;
	margin:0;
}
.carousel-caption h3 span {
	margin-left: 20px;
}
.navbar-fixed-top {
	top: 0;
}
.back-grnd {
	background-position: 0px 0px;
	background-size: 540px;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
	float: left;
	width: 100%;
	margin: 0;
}
.navbar-nav > li {
	float: left;
	text-align: left;
	width: 100%;
}
.navbar-nav {
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 15px 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.dropdown-menu > li > a {

	padding-left: 15px !important;
}
.dropdown-menu {
	min-width: 100%;
}
.nav > li > a {
	padding: 7px 10px;
	font-size: 16px;
	float: left;
}
.product-one {
	width: 100%;
}
.testimonial-bg {
	background: #f1f1f1;
}
.subscription-details img {
	width: 230px;
	margin-top: 0;
}
.last-footer p {
	width: 100%;
	color: #fff;
	text-align: center;
}
p {
	font-size: 14px;
}
.footer-details h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.section-class {
	padding: 25px 0px;
}
.subscription {
	padding-top: 30px;
}
.footer-section {
	padding: 30px 0px;
}
.point-pigment h3 {
	font-size: 16px;
}
.point-pigment {
	height: auto;
}
.resp-vtabs .resp-tabs-container {
	width: 100%;
	margin-left: 0;
}
.resp-vtabs .resp-tabs-container {
	border: transparent;
}
h2.resp-accordion {
	font-size: 16px;
	color: #fff;
	padding: 15px 15px;
	margin-bottom: 15px;
	background: #2dafe9!important;
	font-family: Lato-Semibold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	text-align:left;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom:10px;
}
.resp-tab-active {
	border: 0 !important;
	/* border-bottom: none; */
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 0;
	color:#fff;
	border-bottom: 0px #fff solid !important;
	background: #2dafe9 !important;
}
h2.resp-tab-active {
	padding: 15px 15px !important;
}
h2.resp-accordion:first-child {
	border-top:transparent;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #fff;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: transparent;
	clear: left;
}
.table-bordered > tbody > tr > td {
	font-size: 13px;
	padding: 7px 10px;
}
.inner-banner {
	margin-top: 51px;
}
.inner-link {
	position: absolute;
	top: 16%;
}
.inner-link h2 {
	font-size: 17px;
	line-height: 12px;

}
.breadcrumb > li {
	display: inline-block;
	font-size: 12px;
}
h2.heading-main {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 28px;
}
.product-one img {
	height: auto;
}
.content-product  a img {
	min-height:auto;
	height:auto;
	min-width:auto!important;
	width:13px;
}
h2[aria-controls="ver_1_tab_item-0"]{
	background:#006aa7!important;
}
h2[aria-controls="ver_1_tab_item-1"]{
	background:#0088c4!important;
}
h2[aria-controls="ver_1_tab_item-2"]{
	background:#2cb1da!important;
}
h2[aria-controls="ver_1_tab_item-3"]{
	background:#1e75b2!important;
}
h2[aria-controls="ver_1_tab_item-4"]{
	background:#118c4c!important;
}
h2[aria-controls="ver_1_tab_item-5"]{
	background:#3b584c!important;
}
h2[aria-controls="ver_1_tab_item-6"]{
	background:#44518c!important;
}
.about-sec p {
	margin-top: 0px;
}
.about-sec img{
	width:100px;
}
.lether-dyes {
	padding: 60px 0px !important;
	background-attachment: inherit;
}
.manufecturing {
	padding: 25px 0px;
}
.manufecturing .tabbable-line > .nav-tabs > li > a {
	padding: 0px 6px 15px;
	font-size: 15px;
}
.manufecturing .tabbable-line > .tab-content {
	padding: 15px 0;
}
.industries h3 {
	font-family: Lato-Medium;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 5px;
}
.box-one {
	margin: 20px 0px 0px;
	padding: 10px;
	width:100%;
}
.box-one img {
	margin: 0 auto;
	min-width: 100%;
}
.quality-class p {
	width: 100%;
}
.iso-class img {
	position: relative;
	width: 150px;
	height: 150px;
	margin-top: 19px;
}
.iso-class::before {
	width: 0;
}
.qulity-section {
	padding: 0px 0;
}
.iso-class h2{
	color:#fff;
}
.iso-class li{
	color:#fff;
}
.section-white {
	margin-left: 0;
	margin-top: 30px;
}
.wid-min ul li {
	width: 100%;
}
.contact-section {
	float: left;
	width: 100%;
	padding: 25px 0px;
}
.address-section h2 span {
	padding-left: 0;
	clear: both;
	width: 100%;
	float: left;
}
.address-section h2 {
	font-size: 14px;
	line-height: 27px;
}
.form-section {
	float: left;
	width: 100%;
	padding: 25px 0px 0px;
}

}
@media (min-width:501px) and (max-width:767px){
.container{
	width:100%;
}
.navbar-brand {
	display: none;
}
.top-none .navbar-brand::before{
	display:none;
}
.diply-logo {
	display:block;
}
.product-one img{
	min-width:100%;
}
.product-one a img{
	min-width:auto;
}
.mobi-none{
	display:block!important;
}	
.navbar-brand {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 104px;
	height: auto;
	padding: 0;
}
.top-none .navbar-brand {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 104px;
	height: auto;
	padding: 0;
}
.carousel {
	margin-top: 51px;
}
.carousel-caption {
	right: auto;
	left: 4%;
	padding-bottom: 30px;
	top: 25%;
}
.carousel-caption h3 {
	font-size: 31px;
	line-height: 40px;
	margin: 0;
}
.carousel-caption h3 span {
	margin-left: 20px;
}
.navbar-fixed-top {
	top: 0;
}
.back-grnd {
	background-position: 0px 0px;
	background-size: 540px;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
	float: left;
	width: 100%;
	margin: 0;
}
.navbar-nav > li {
	float: left;
	text-align: left;
	width: 100%;
}
.navbar-nav {
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 15px 0px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.dropdown-menu > li > a {

	padding-left: 15px !important;
}
.dropdown-menu {
	min-width: 100%;
}
.nav > li > a {
	padding: 7px 10px;
	font-size: 16px;
	float: left;
}
.product-one {
	width: 50%;
	margin:0;
}
.content-product {
	padding: 15px 15px;
	min-height: 202px;
	height: auto;
}
.testimonial-bg {
	background: #f1f1f1;
}
.subscription-details img {
	width: 230px;
	margin-top: 0;
}
.last-footer p {
	width: 100%;
	color: #fff;
	text-align: center;
}
p {
	font-size: 14px;
}
.footer-details h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.section-class {
	padding: 25px 0px;
}
.subscription {
	padding-top: 30px;
}
.footer-section {
	padding: 30px 0px;
}
.point-pigment h3 {
	font-size: 16px;
}
.point-pigment {
	height: auto;
}
.resp-vtabs .resp-tabs-container {
	width: 100%;
	margin-left: 0;
}
.resp-vtabs .resp-tabs-container {
	border: transparent;
}
h2.resp-accordion {
	font-size: 16px;
	color: #fff;
	padding: 15px 15px;
	margin-bottom: 15px;
	background: #2dafe9!important;
	font-family: Lato-Semibold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	text-align:left;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom:10px;
}
.resp-tab-active {
	border: 0 !important;
	/* border-bottom: none; */
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 0;
	color:#fff;
	border-bottom: 0px #fff solid !important;
	background: #2dafe9 !important;
}
h2.resp-tab-active {
	padding: 15px 15px !important;
}
h2.resp-accordion:first-child {
	border-top:transparent;
	background: #2dafe9 !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #fff;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: transparent;
	clear: left;
}
.table-bordered > tbody > tr > td {
	font-size: 13px;
	padding: 7px 10px;
}
.inner-banner {
	margin-top: 51px;
}
.inner-link {
	position: absolute;
	top: 26%;
}
.inner-link h2 {
	font-size: 29px;
	line-height: 12px;
}
.breadcrumb > li {
	display: inline-block;
	font-size: 14px;
}
h2.heading-main {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 28px;
}
.product-one img {
	height: auto;
}
.lether-dyes {
	padding: 80px 0px !important;
	background-attachment: inherit;
}
.about-sec img{
	width:130px;
}
.box-one {
	width: 31%;
	margin: 20px 3px 0px;
	padding: 5px;
}
.industries h3 {
	line-height: 29px;
	margin-top:2px;
}
/* Home Page */
.img-size{
	float:left;
	width:100%;
	height:202px;
	overflow:hidden;
}
.product-one img {
	height: auto;
	min-width: 100%;
	width: auto;
}
.product-one i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	bottom:-15px;
}
.quality-class p {
	width: 100%;
}
.iso-class img {
	position: relative;
	width: 150px;
	height: 150px;
	margin-top: 19px;
}
.iso-class::before {
	width: 0;
}
.qulity-section {
	padding: 0px 0;
}
.iso-class h2{
	color:#fff;
}
.iso-class li{
	color:#fff;
}
.section-white {
	margin-left: 0;
	margin-top: 30px;
}
.wid-min ul li {
	width: 100%;
}
.contact-section {
	padding: 25px 0px;
}
.address-section h2 {
	line-height: 28px;
}
.address-section h2 span{
	clear:both;
	float:left;
	width:100%;
	padding-left:0;
}
.contact-section iframe{
	margin-bottom:30px;
}
}
@media (min-width:768px) and (max-width:991px){
	.container{
	width:100%;
}
.navbar-brand > img {
	display: block;
	width: 110px;
}
.nav > li > a {
	padding: 20px 5px;
	font-size: 14px;
}
.navbar-brand {
	top: -21px;
	width: 94px;
	padding: 0;
}
.navbar-nav > li.logo {
	width: 95px;
	padding: 0 !important;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	text-align: center;
	width: 10%;
}
.nav > li > a {
	padding: 15px 0px;
	font-size: 13px;
}
.navbar-fixed-top {
	top: 40px;
}
.inner-link {
	position: absolute;
	top: 55%;
	margin-bottom:0;
}
.inner-link .breadcrumb {
	padding: 0px;
	margin-bottom: 0;
}
.inner-link {
	position: absolute;
	top: 55%;
	float: left;
	width: 100%;
	left: 7%;
}
.top-none .navbar-brand {
	top: -19px;
	width: 89px;
}
.top-none .navbar-brand > img {
	display: block;
	width: 95px;
}
.top-none .navbar-brand::before {
	bottom: -12px;
	z-index: 9;
}
.box-one {
	width: 32%;
	margin: 20px 2px 0px;
	padding: 5px;
}
.box-one img{
	min-width:100%;
}
.section-class {
	padding: 40px 0px;
}
.box-one h3 {
	margin: 12px 0px 8px;
}
.subscription {
	padding-top: 10px;
	padding-bottom: 0;
}
.subscription-details {
	padding: 15px 20px 0px;
}
.subscription-details p {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
}
.subscription-details img {
	width: 159px;
	margin-top: -37px;
}
.footer-details {
	float:left;
	width:100%;
	margin-top:30px;
}
.manufecturing {
	padding: 40px 0px;
}
.lether-dyes {
	padding: 90px 0px !important;
}
.footer-section {
	padding: 40px 0px;
}
.content-product {
	padding: 30px 15px;
	height: 230px;
}
.img-size {
	float: left;
	width: 100%;
	min-width: 100%;
	height: 230px;
	overflow: hidden;
}
.img-size img {
	height: auto;
	width: auto;
	min-width: 100%;
	max-width: none;
	min-height:230px;
}
.content-product h2 {
	font-size: 17px;
	margin-bottom: 5px;
}
.content-product p {
	font-size: 14px;
	line-height: 23px;
}
.testimonial-bg {
	background: #f9f9f9;
}
.subscription {
	padding-top: 50px;
	padding-bottom: 0;
}
.iso-class img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}
.section-white {
	margin-left: 10%;
}
.wid-min {
	padding: 0px 0px;
}
.contact-section {
	padding: 40px 0px;
}
.address-section h2 {
	font-size: 16px;
	
}
.address-section h2 span{
	padding-left:0;
	float:left;
	width:100%;
	margin-top:5px;
}
.address-section p {
	margin-bottom: 8px;
}
.address-section {
	padding: 17px 20px;
}
}
@media (min-width:992px) and (max-width:1199px){
	.container{
	width:100%;
}
.nav > li > a {
	padding: 20px 5px;
	font-size: 15px;
}
.navbar-nav > li {
	width: 9%;
}
.box-one {
	width: 16%;
	margin: 20px 0px 0px;
	padding: 6px;
}
.subscription {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 0;
}
.subscription-details p {
	font-family: Lato-Semibold;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
}
.lether-dyes {
	padding: 100px 0px!important;

}
.section-class {
	padding: 40px 0px;
}
ul.social-media li a {
	margin-right:12px;
}
.testimonial-bg {
	background-position: 38%;
	width: 100%;
	background-size:cover;
}
.iso-class img {
	width: 270px;
	height: 270px;
}
.iso-class::before {
	min-height: 270px;
}
.section-white {
	margin-left: 0;
	padding-left: 150px;
}
.wid-min{
	padding-left:0;
	padding-right:0;

}
.address-section h2 {
	font-size: 16px;
	
}
.address-section h2 span{
	padding-left:0;
	float:left;
	width:100%;
	margin-top:5px;
}
.address-section {
	padding: 19px 20px;
}
}
@media (min-width:1200px) and (max-width:1399px){
.container{
	width:1200px;
}
.orange {
	padding-left: 3%;
}
.green {
	padding-right: 3%;
}
}
@media (min-width:1400px) and (max-width:1599px){
.container{
	width:1250px;
}
}
@media (min-width:1600px) and (max-width:1920px){
.container{
	width:1400px;
}
}