@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');

* {
	outline: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	color: #fff;
	font: calibri;
	font-weight: 500;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.table td {
	font-size: 16px;
	vertical-align: top;

}


.biodgradible {
	background: url(../images/biodgradible.jpg) no-repeat fixed !important;
	background-size: cover !important;
}

/* .biodgradible p, .biodgradible h1, .biodgradible h2, .biodgradible h3, .biodgradible ul li{ color:#fff !important;}
 */
.service-list {
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

.service-list li {
	list-style: disc;
	font-size: 16px;
	color: #787878;
	line-height: 28px;
}



/*--------------------------------------whatsapp-icon-css----open----------------------------------*/
#whatsapp {
	position: fixed;
	right: 5px;
	text-align: center;
	height: 45px;
	width: 45px;
	font-size: 33px;
	background-color: #13a4e1;
	border-radius: 100%;
	bottom: 5px;
	z-index: 100000000000;
	-webkit-animation: mymove 3s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite;
	/* Safari 4.0 - 8.0 */
	animation: mymove 3s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
/*@-webkit-keyframes mymove {
  from { bottom: 150px; }
  to { bottom: 30px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
   }
}

@keyframes mymove {
  from { bottom: 30px; }
  to { bottom: 30px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);  
  }
}*/

/*--------------------------------------whatsapp-icon-css----end----------------------------------*/






p {
	color: #2f2f2f;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

.header-strip {
	background: #dc1a22;
}

.leading-supplier {
	font-size: 14px;
	color: #eceff4;
	text-transform: none;
	line-height: 29px;
}

.leading-supplier a {
	color: #eceff4;
}

.leading-supplier a:hover {
	color: #ecab00;
}

.header-social {}

.header-social-link {
	/* 	margin-top:22px; */
	padding: 0px;
	list-style: none;
	float: right;
	margin: 4px 0px;
}

.header-social-link ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.header-social-link ul li {
	float: left;
	font-size: 14px;
	color: #eceff4;
	text-transform: none;
	line-height: 16px;
	padding: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.header-social-link ul li a {
	padding: px;
}

.header-social-link ul li a i {
	color: #fff;
	background: #e8686d;
	margin: 0px 3px;
	padding: 4px 6px;
	border-radius: 2px;
}

.header-social-link ul li a i:hover {
	color: #fff;
	background: #ecab00;
}

.header {
	border-top: solid 1px #dc1a22;
	margin: 0px;
	padding: 7px 0px;
	/*background: url(../images/header-bg.jpg) top no-repeat;*/
}

.logo {
	text-align: center;
}

.logo img {
	max-width: 100%
}

.header-list {
	padding-left: 0px;
	float: right;
	margin: 10px 0px;
}

.header-list li {
	float: left;
	padding: 20px 0px 20px 67px;
	list-style: none;
	font-size: 14px;
	color: #434344;
	line-height: 23px;
}

.header-list li:last-child {
	margin-right: 0px !important;
}

.header-list li span {
	font-size: 16px;
	color: #346346;
	font-weight: 600;
}

.header-list li span a {
	font-size: 14px;
	color: #8b8b8b !important;
	text-decoration: none;
}

.header-list li span a:hover {
	color: #3e5790 !important;
}

.header-list li.top-mail {
	font-weight: bold;
}

.header-list li.top-call {
	font-weight: normal;
	color: #2b2b2cl;
	background: url(../images/header-list-bg-2.png) left center no-repeat;
}

.logo2 {
	float: left;
	border: solid 1px #e5e5e5;
	padding: 4px !important;
	margin: 0px 20px;
}

.logo2 img {
	max-width: 82px;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #feca14;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
	color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.enquiry-now-btn a.level-top {
	float: right;
	font-weight: 600;
	background: #ecab00 url(../images/enquiry-icon.png) left 39px top 10px no-repeat;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	font-size: 16px;
	border-radius: 0px;
	line-height: 28px;
	padding: 7px 50px 7px 70px;
	color: #fff;
	margin: 5px 0px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.enquiry-now-btn a.level-top:hover {
	background: #dc1a22 url(../images/enquiry-icon.png) left 39px top 10px no-repeat;
}

.level-top {
	color: #fff;
	background-color: #00aac9;
	-webkit-animation-name: mainmmlast;
	-webkit-animation-duration: 5s;
	animation-name: mainmmlast;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes mainmmlast {
	0% {
		background-color: #ecab00;
		color: #fff;
	}

	50% {
		background-color: #feca14;
		color: #fff;
	}

	100% {
		background-color: #48b947;
		color: #fff;
	}
}

.body-1 {
	background: url(../images/bg-2.jpg) fixed no-repeat;
	background-size: cover;
	padding: 61px 0px;
	border-bottom: 1px solid #e7e7e7;
}

.img1 {
	border: solid 10px #d3d3d3;
}

.img1 img {
	width: 100%;
}

figure.effect-bubba {
	background: rgba(255, 255, 255, 1.0);
}

figure.effect-bubba:hover {
	background: rgba(0, 0, 0, 1.0);
}

figure.effect-bubba:hover img {
	opacity: 0.7;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.content1 {
	width: 100%;
}

.content1 h1 {
	color: #000;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	background: url(../images/border.png) left bottom no-repeat;
}

.content1 p {
	color: #1f1c1c !important;
	font-size: 16px;
	line-height: 25px;
}

.content1 span a {
	background: #84b706;
	color: #fff;
	padding: 12px 30px;
	font-size: 16px;
	margin: 20px 0px;
	transition: 3s;
	border-radius: 4px;
	display: inline-block;
}

.content1 span a:hover {
	background: #dc1a22 !important;
	color: #fff;
}

.total-stations-outer {
	margin-bottom: 20px;
}

.total-stations {
	background: #ffc107;
}

.img-section {
	float: left;
	width: 48%;
	margin-left: 0px;
}

.img-section img {
	max-width: 100%
}

.content {
	float: right;
	width: 49%;
	padding-right: 20px;
}

.content-head {
	margin-top: 25px;
	font-size: 30px;
	color: #fff;
	/* 	text-transform: uppercase; */
}

.content p {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 17px;
	color: #fff;
	text-align: justify;
	line-height: 24px;
}

.content a {
	background: none;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	font-size: 18px;
	padding: 10px 13px 10px 14px;
	color: #fff;
	margin-top: 0px;
	/* text-transform: uppercase; */
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	float: left;
}

.content a:hover {
	background: #3e5790;
}

.section-2 img {
	max-width: 100%;
}

.section-2 {
	margin-bottom: 20px;
}

.section-2-head {
	margin-top: 25px;
	font-size: 23px;
	color: #3e5790;
	font-weight: 300;
	/* 	text-transform: uppercase; */
}

.section-2 p {
	margin-top: 7px;
	font-size: 17px;
	color: #666666;
	text-align: justify;
	line-height: 24px;
}

.product-detail-link {
	margin-top: 0px;
}

.product-detail-link a {
	font-size: 16px;
	color: #dd251c;
	text-decoration: none;
}

.product-detail-link a:hover {
	text-decoration: underline;
}

.body-2 {
	padding: 61px 0px;
	padding: 55px 0px;
}

.section-4 {
	padding-left: 0px !important;
}

.section-4-head {
	font-size: 38px;
	color: #dd251c;
	text-transform: uppercase;
}

.section-4 p {
	margin-top: 13px;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}

.read-more {
	margin-top: 20px;
}

.read-more a {
	font-size: 16px;
	color: #099cb7;
	text-decoration: none;
}

.read-more a:hover {
	text-decoration: underline;
	color: #dd251c;
}

.body-2-img {
	text-align: right;
	padding-right: 0px !important;
}

.body-2-img img {
	max-width: 100%;
}

.body-3 {
	background: #fff;
	padding: 0px 0px !important;
}

.body-3-head {
	padding-bottom: 26px;
	font-size: 40px;
	line-height: 25px;
	color: #000000;
	text-align: center;
	background: url(../images/border2.png) bottom center no-repeat;
	font-weight: 600;
	margin-bottom: 40px;
}

.body-3-head h2 {
	font-weight: 600;
	font-size: 30px;
}

.body-3-head span {
	font-size: 16px;
	color: #393d4b;
	text-transform: none;
	font-weight: normal;
}

.products-outer {
	border: solid 1px #dbdbdb;
	min-height: 522px;
	margin-bottom: 30px;
	transition: 3s;
}

.products-outer:hover {
	box-shadow: 0px 0px 10px #ccc;
}

.productimg {
	min-height: 322px;
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.productimg img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}




.product-name {
	padding: 30px 20px;
	font-size: 25px;
	color: #fff;
	min-height: 137px;
}

.product-name h1 {
	color: #0b0e0c !important;
	font-size: 25px !important;
	background-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.product-name p {
	color: #232323;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 20px !important;
	display: block;
	min-height: 40px;
}

.products-outer span {
	font-size: 16px;
	color: #fff;
	margin: 0px 0px;
	padding: 10px 18px;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background: #84b706;
	border-left: solid 5px #033d09;
	display: inline-block;
}

.products-outer span:hover {
	color: #fff;
	background: #033d09;
	border-left: solid 5px #033d09;
	display: inline-block;
}

.service-center-head {
	margin-top: 51px;
	font-size: 45px;
	color: #000;
	text-align: center;
}

.service-center {
	background: url(../images/service-center-bg.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	padding: 66px 0px 100px 0px;
	border-top: 1px solid #878785;
}

.service-center h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	background: url(../images/1.png) bottom center no-repeat;
	padding-bottom: 20px;
	color: #fff;
}

.service-center p {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.d2 {
	text-align: center;
	width: 100%;
}

.designservice {
	width: 87px;
	height: 87px;
	padding: 7px;
	border: solid 2px #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.designservice img {
	max-width: 100%;
}

.design-s1 {
	width: 100%;
}

.design-s1 h2 {
	text-align: left;
	font-size: 25px;
	background: none;
	margin: 0px;
	padding: 0px;
}

.design-s1 p {
	text-align: left;
	font-size: 18px;
}

.video {
	margin: 20px 0px;
}

.video iframe {
	width: 100%;
	min-height: 350px;
}




.stats1 {
	background: url(../images/conterbg.jpg) center center fixed;
	background-size: cover;
	padding: 90px 0px;
	position: relative;
}

.stats1:before {
	content: "";
	top: 0;
	left: 0;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
}

.counter-outer {
	width: 100%;
	text-align: center;
}

.countup-section .counter,
.countup-section span.count {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 40px;
	z-index: 555;
	color: #26cdff;
	display: inline-block;
}

.counter-value {
	font-size: 82px;
	font-weight: 600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

#counter h3 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	color: #fff;
	font-weight: 600;
}


.progress-icon {
	width: 136px;
	height: 136px;
	border: solid 2px #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;

}

.red1 {
	background: rgba(255, 0, 11, 0.3);
	border: solid 1px #67342e;
}

.green {
	background: rgba(72, 185, 71, 0.3);
	border: solid 1px #0e5908;
}

.service {
	margin-top: -50px;
	padding: 100px 0px 50px 0px;
	background: url(../images/wave.png) top repeat-x;

}

.service-inner {
	/* margin: 60px 0px; */
}

.service-inner h1 {
	color: #000;
	font-size: 30px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	background: url(../images/border.png) left bottom no-repeat;
}

.sereu {
	background: #06387d;
	padding: 25px 25px;
	text-align: center;
}

.sereu h1 {
	font-size: 27px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

.enquiry-section {
	background: #f4f3f3;
	padding: 72px 0px;
}

.enquiry-now {
	background: #f5f5f5;
	padding: 10px 20px;
}

.enquiry-now h1 {
	color: #000;
	font-size: 30px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	background: url(../images/border.png) left bottom no-repeat;
}

.form-control {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.form-group {
	margin-bottom: 8px;
}

.form-control {
	display: block;
	width: 100%;
	/* height: 34px; */
	padding: 12px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dbdada;
	border-radius: 0px;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-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; */
}

.typecaptcha {
	float: left;
	width: 40%;
	margin-right: 10px;
}

.captcha2 {
	font-size: 18px;
	width: 80%;
	font-weight: 700;
	float: left;
	color: #dc1a22;
	border: 1px solid #dbdada;
	text-align: center;
	background: #fff;
	padding: 12px 15px;
	line-height: 21px;

	margin: 0px 10px 0px 0px;
}

.refresh2 {
	background: #ffffff;
	text-align: center;
	width: 50px;
	margin: 0px;
	float: left;
	border: 1px solid #dbdada;
	padding: 7px 10px;
}

.btn {
	margin: 10px 0px 20px 0px !important;
	background: #84b706 !important;
	color: #fff;
	border-radius: 2px !important;
	transition: 3s;
	padding: 15px 30px !important;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 700;
}

.btn:hover {
	background: #dc1a22 !important;
	color: #fff !important;
}


.enimg {
	width: 100%;
	text-align: center
}

.enimg img {
	max-width: 100%;
	border-radius: 6px;
}



.footer-service {
	background: #dc1a22;
	padding: 20px 0px 15px 0px;
}

.footermail {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: solid 2px #fff;
	padding: 10px;
	text-align: center;
	position: relative;
}

.footermail img {
	vertical-align: middle;
	text-align: center;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	position: absolute;
}

.foote-add {
	width: 100%;
}

.foote-add ul li {
	line-height: 30px;
}

.social-link {
	float: left;
}

.social-link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: ;
}

.social-link ul li {
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	float: left;
	width: 28px;
	height: 28px;
	display: flex;
	background: #3b5998;
	margin-right: 3px;
	text-align: center;
	border-radius: 2px;
	line-height: 10px;
}

.social-link ul li a {
	color: #fff;
	text-align: center;
	margin: auto;
}

.social-link ul li:hover {
	transform: rotateY(360deg);
	transition: 0.5s ease-in-out;
}




.hed {
	font-size: 18px;
	color: #fefefe;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 15px;
}

.te11 {
	font: 400;
	color: #fff;
	font-size: 38px;
	padding: 0px;
	margin: 0px;

	font-family: 'Oswald', sans-serif;
}

.contact {
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
	transition: 3s;
	background: #84b706;
}

.contact a {
	color: #fff;
}

.contact:hover {
	background: #161512 !important;
	color: #fff !important;
}


.footer-entry {
	margin-bottom: 40px;
}

.footer-entry .title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #fff;
}

footer {
	background: #232c3b url(../images/footer.png) center no-repeat fixed;
	background-size: cover;
	color: #c6cad2;
	font-size: 14px;
	line-height: 22px;
	padding: 60px 0px 100px 0px;
	position: relative;
}



footer:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}


.title {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

footer ul {
	list-style: none;
}

footer ul li {
	background: url(../images/footer-arrow.png) left 17px no-repeat;
	padding-left: 15px;
	font-size: 16px;
	line-height: 40px;
}

footer ul li a {
	color: #b9b8b8;
}

.botsocial li a.gblink {
	background: url(../images/cocial-icon.png) -55px 0px no-repeat;
}

.footer-line {
	background: #214930;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-line p {
	color: #d6dad7;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.read-more-footer {
	border: solid 1px #636974;
	padding: 8px 20px;
	color: #9ea2a9;
	font-size: 13px;
	float: left;
	margin: 20px 0px 0px 0px;
	display: block;
}

.read-more-footer {
	border: solid 1px #636974;
	padding: 8px 20px;
	color: #9ea2a9;
	font-size: 13px;
	float: left;
	margin: 20px 0px 0px 0px;
	display: block;
}

.footeradd {
	background: url(../images/footerad.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 350px 0px;
}

.footeradd h1 {
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	line-height: 50px;
}

.sma {
	font-size: 40px;
}

.botsocial li a.fblink,
.botsocial li a.gblink,
.botsocial li a.tblink,
.botsocial li a.linkd,
.botsocial li a.bloglink,
.botsocial li a.utube {
	width: 55px;
	height: 52px;
	padding: 0px 0px !important;
	margin: 0px 0px 1px 0px !important;
	float: left;
	font-size: 0px !important;
	background: url(../images/cocial-icon.png) left top no-repeat;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.botsocial li a.fblink:hover {
	background: url(../images/cocial-icon.png) left -52px no-repeat;
}

.botsocial li a.gblink {
	background: url(../images/cocial-icon.png) -55px 0px no-repeat;
}

.botsocial li a.gblink:hover {
	background: url(../images/cocial-icon.png) -55px -52px no-repeat;
}

.botsocial li a.linkd {
	background: url(../images/cocial-icon.png) -115px 0 no-repeat;
}

.botsocial li a.linkd:hover {
	background: url(../images/cocial-icon.png) -115px -52px no-repeat;
}

.botsocial li a.tblink {
	background: url(../images/cocial-icon.png) -175px 0 no-repeat;
}

.botsocial li a.tblink:hover {
	background: url(../images/cocial-icon.png) -175px -52px no-repeat;
}

.botsocial li a.utube {
	background: url(../images/cocial-icon.png) -235px 0 no-repeat;
}

.botsocial li a.utube:hover {
	background: url(../images/cocial-icon.png) -235px -52px no-repeat;
}

.scroll-top {
	width: 40px;
	height: 40px;
	background: #a0c93a;
	border-radius: 100%;
	background-size: 100% 100%;
	position: fixed;
	bottom: 55px;
	right: 8px;
	float: right;
	text-align: center;
	display: none;
}

.scroll-top a {
	display: block;
	padding: 12px 10px;
}

.scroll-top:hover {
	transition: All 2s ease;
	-webkit-transition: All 2s ease;
	-moz-transition: All 2s ease;
	-o-transition: All 2s ease;
}

.scroll-top a {
	color: #FFF;
	font-size: 12px;
	opacity: 0.8;
}

/*home-css-end*/

.about-content img {
	float: left;
	margin: 0px 30px 30px 0px;
	max-width: 100%;
}

.about-content h1 {
	color: #000;
	font-size: 40px;

	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	background: url(../images/border.png) left bottom no-repeat;
}

.about-content p {
	text-align: justify;
	padding: 0px 0px 30px 0px;
	line-height: 25px;
	margin: 0px;
	color: #1f1c1c;
}

/*about-us-css-end*/

.enquiry-body1 {
	background: #fff;
	padding: 56px 0px 50px 0px;
}

.enquiry-body1 h1 {
	color: #000;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	background: url(../images/border.png) left bottom no-repeat;
}

.enquiry-body1 h2 {
	color: #000;
	font-size: 25px;
	margin: 0px 0px 20px 0px;

}

.enquiry-body1 ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.enquiry-body1 ul li {
	background: url(../images/product-detail-list-bg.png) left top 10px no-repeat;

	line-height: 30px;
	padding-left: 15px;

	color: #1f1c1c;
	font-size: 16px;

}

.bggray {
	background: #f5f5f5;
	padding: 60px 0px;
	margin: 20px 0px;
}

.bgwhite {
	background: #fff;
	padding: 60px 0px;
}

.imguu {
	width: 100%;
	text-align: center;
	display: flex;
}

.imguu img {
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	border: solid 10px #fff;
}

/*-------------------------------------------------------------------------- apply-online----open------------------------------------------- */
.required {
	color: #F00;
	font-size: 12px;
}

.apply-online {
	background: #f6f6f6;
	padding: 40px 20px;
	border: solid 1px #efefef;
}

.apply-name {
	width: 30%;
	color: #000;
	float: left;
	margin-right: 20px;
	text-align: right;
	font-size: 14px;
	padding: 5px 0px;
}

.apply-online input[type="text"],
.apply-online input[type="email"],
.apply-online input[type="phone"],
.apply-online select,
.apply-online textarea {
	font-size: 14px;
	color: #4c5052;
	border: 1px solid #e6e6e6;
	text-align: left;
	padding: 10px 15px;
	width: 55%;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
}

.apply-online textarea {
	font-size: 16px;
	color: #4c5052;
	text-align: left;
	resize: nonne;
	height: 100px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px 15px;
}

.sub {
	float: left;
	margin-top: 10px;
	background: #feca14;
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
	transition: all .2s ease-in-out;
}

.sub:hover {
	background: #dc1a22;
}

.enquiry {
	width: 100%;
}

.enquiry img {
	max-width: 100%;
}

.typecaptcha {
	float: left !important;
	width: 30% !important;
	margin-right: 10px;
}

/*-------------------------------------------------------------------------- apply-online----end------------------------------------------- */


/*enquiry-css-end*/

.product-body1 {
	background: #fff;
	padding: 65px 0px;
}

.pro-outer {
	margin-bottom: 35px;
}

.pro-outer-box {
	border: 1px solid #dbdbdb;
	min-height: 400px;
	height: 100%;
	background-color: #fbfbfb;
}

.prod-img {
	float: left;
	width: 50%;
	height: 397px;
	background: #fff;
	text-align: center;
	position: relative;
}

.prod-img img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}

.prod-detail {
	float: left;
	width: 50%;
	background: #fbfbfb;
}

/*product-css-end*/

.product-text {
	margin-bottom: 20px;
}

.product-content-box {
	/* height: 300px;
	overflow-y: scroll; */
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: #f7f7f7;
}

.product-content-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #fff;
}

.product-content-box::-webkit-scrollbar {
	width: 10px;
	background-color: #fff;
}

.product-content-box::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #143a23;
}




.product-text h2 {
	font-size: 30px;
	color: #000;
	margin-bottom: 25px;
	font-weight: 600;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 10px;
}

.product-text h2 span {
	display: block;
	font-size: 18px;
	color: #dd251c;
	margin-top: 8px;
}

.product-text p {
	font-size: 16px;
	color: #787878;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 28px;
}

.product-text ul {
	padding: 20px 0px 20px 29px;
	/* background-color: #fbfbfb; */
	margin-bottom: 30px;
}

.product-text ul li {
	color: #787878;
	font-size: 16px;
	padding: 4px 0px 4px 18px;
	background: url(../images/product-detail-list-bg.png) left top 10px no-repeat;
}

.product-text a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fffae7;
}

.product-text a.enq-now {
	background: #84b706;
	margin: 0px;
	padding: 10px 20px;
}

.product-text a.enq-now:hover {
	background: #dc1a22 !important;

	transition: All 2s ease;
	-webkit-transition: All 2s ease;
	-moz-transition: All 2s ease;
	-o-transition: All 2s ease;
}

.product-text a.download-now:hover {
	transition: All 2s ease;
	-webkit-transition: All 2s ease;
	-moz-transition: All 2s ease;
	-o-transition: All 2s ease;
}

.prod-content {
	padding: 0px 0px 40px 0px;
}

.inner-list h3 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}

.inner-list h3:after {
	content: "";
	position: absolute;
	background: #eaeaea;
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 0;
}

.inner-list p {
	margin-bottom: 35px;
	text-align: justify;
}

.inner-list a {
	font-size: 16px;
	color: #666666;
	margin: 10px 0px;
	background: url(../images/download-icon.jpg) left center no-repeat;
	padding: 10px 0px 10px 55px;
}

.cd-tabss-content ul ul {
	margin-top: 20px !important;
}

.cd-tabss-content li li {
	display: block !important;
	color: #666666;
	font-size: 16px;
	min-height: 0px;
	padding: 0px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	background: url(../images/product-detail-list-bg.png) left top 10px no-repeat;
}

.pdflink {
	font-size: 16px;
	color: #666666 !important;
	margin: 10px 0px 20px 0px;
	background: url(../images/download-icon.jpg) left center no-repeat !important;
	padding: 10px 10px 10px 70px;
	display: block;
}

.inner-banner {
	background: url(../images/inn-banbg.jpg) center center no-repeat;
	background-size: cover;
	min-height: 200px;
}

.main-heading {
	background: none;
}

/* .main-heading h1 {
	font-size: 40px;
	color: #dd251c;
	padding: 35px 0px;
	margin: 0px;
	background:#ffbd11;
}
.main-heading h1 span {
	color: #334e8b;
} */

.list-nav ul {
	background: #dc1a22;
	float: left;
	margin: 80px 0px 80px 0px;
	padding: 0px 20px;
}

.list-nav ul li {
	float: left;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	background: url(../images/paging.png) left no-repeat;
}

.list-nav ul li a {
	color: #fff;
}

.list-nav ul li a:hover {
	color: #a0c93a;
}

.list-nav ul li span {
	color: #fff;
}

.list-nav ul li:first-child {
	background: none;
}

.cont-body1 {
	background: #fff;
	padding: 65px 0px 111px 0px;
}

.second-heading {
	text-align: center;
}

.second-heading h2 {
	font-size: 25px;
	color: #666666;
	padding: 0px 0px 40px 0px;
}

.cont-area {
	padding: 0px 0px;
}





.inner-detail-outer {
	border: 2px solid #e7e7e7;
	background: #fff;
	padding: 20px 0px 0px 0px;
	margin-top: 30px;
	display: block !important
}

ol.inner-list span.head,
ol.inner-sub-list span.head,
ul.inner-list span.head,
ul.inner-sub-list span.head {
	font-size: 16px;
	color: #2b5c8d
}

.icon {
	width: 58px;
	height: 58px;
	border: 1px solid #efefef;
	display: flex;
	align-items: center;
	border-radius: 100%;
	margin: 0px 10px 12px 0px;
	float: left;
}

.contact-detail a,
.contact-detail span {

	display: block
}

/* .contact-detail-outer:hover .icon, .inner-detail-outer:hover, .inner-detail-outer:hover .icon {
	border: 2px solid #94bad6
} */
.icon:hover {
	border: 2px solid #94bad6
}


.icon img {
	margin: 0 auto;
	/* opacity: .3; */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

/* .inner-detail-outer:hover  */
.icon img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: rotate(360deg)
}

.contact-detail {

	font-size: 15px;
	color: #666;
	line-height: 22px;
	min-height: 70px
}

.contact-detail span {
	font-size: 18px;
	font-weight: bold;
	color: #00000f;
	margin-bottom: 5px
}

.contact-hed {
	font-size: 22px;
	font-weight: bold;
	color: #dd251c;
	padding-bottom: 10px;
}


.contact-detail a {
	font-size: 15px;
	color: #666;
	transition: .3s ease-in-out;
	display: inline-block;
}

.contact-detail a:hover {
	color: #dd4f0f;
	text-decoration: underline;
}

.cont-box2 {
	padding: 30px 20px;
	border: solid 1px #e4e4e4;
	background: #efefef;
	margin-bottom: 10px;
	min-height: 150px;
	text-align: left;
}


.cont-box {
	padding: 30px 20px;
	border: solid 1px #e4e4e4;
	background: #fff;
	margin-bottom: 10px;
	min-height: 150px;
	text-align: left;
}

.cont-icon {
	text-align: ;
}

.cont-text {
	min-height: 87px;
}

.cont-text h3 {
	color: #dd251c;
	font-size: 20px;
	margin: 10px 0px;
}

.cont-text ul {
	padding: 0px;
}

.cont-text ul li {
	background: none;
	font-size: 17px;
	color: #666666;
	line-height: 24px;
}

.cont-text ul li a {
	color: #417dba;
}

.cont-text ul li a:hover {
	color: #000;
}

.map {
	width: 100%;
	margin: 20px 0px;
	border: solid 1px #ccc;
	padding: 1px;
}

.map img {
	width: 100%;
}

/*contact-css-end*/

/*------------------------------------------------- gallery-section-open-------------------------------------------- */


.gallery {
	width: 100%;
	margin: 50px 0px;
}

.gallery h2 {
	font-size: 20px;
	color: #222222;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.photo-gallery {
	margin: 20px 0 0 0;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #bfbfbf;

	max-width: 100%;
	height: 260px;
	position: relative;
}

.photo-gallery img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;

}

@media screen and (max-width: 1070px) {
	.enquiry-now-btn a.level-top {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.eq-bx {
		width: 100% !important;
		margin: 14px 0px 14px 0px;
	}

	.prod-img {
		float: none;
		width: 100%
	}

	.prod-detail {
		float: none;
		width: 100%;
	}

	.apply-name {
		width: 90%;
		float: left;
		text-align: left;
	}

	.apply-online input[type="text"],
	.apply-online input[type="email"],
	.apply-online input[type="phone"],
	.apply-online select,
	.apply-online textarea {
		width: 90%;
		float: left;
	}

	.typecaptcha {
		width: 30% !important;
	}

	.captcha2 {
		font-size: 24px;
		width: 30%;
	}

	.counter-outer {
		border: solid 1px #ccc;
		margin: 0px 0px 30px 0px;
		padding: 10px 0px;
	}

	.footeradd {
		padding: 100px 30px;
	}

	.footeradd h1 {
		font-size: 50px;
		line-height: 50px;
	}

	.sma {
		font-size: 30px;
	}

	.design-s1 h2 {
		text-align: center;
	}

	.design-s1 p {
		text-align: center;
	}

}

@media screen and (max-width: 977px) {
	.pro-outer-box {
		min-height: 453px;
	}

	.logo2 {
		margin: 0px 3px;
	}

	.logo2 img {
		max-width: 82px;
	}

	.header-list li span {
		font-size: 14px;
	}

	.header-list li {
		font-size: 10px;
	}

	.biodgradible {
		background: url(../images/biodgradible-mob-ile.jpg) no-repeat fixed !important;
		background-size: cover !important;
	}


}

@media screen and (max-width: 767px) {
	.photo-gallery {
		height: 152px;

	}

	.footermail {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}

	.eq-mob {
		width: 100% !important;
		margin: 14px 0px 0px 0px;
	}

	.img-section-2,
	.section-2-head,
	.product-detail-link,
	.section-2 p,
	.body-2-img {
		text-align: center;
	}

	.body-2-img {
		margin-top: 20px;
	}

	.submit-info {
		width: 100%;
		margin: 15px 0px 0px 0px;
	}
}

@media screen and (max-width: 480px) {

	.header-list li span a {
		font-size: 10px;

	}

	.product-img,
	.product-detail {
		float: none;
		width: 100%;
	}

	.img-section {
		float: none;
		width: 100%;
	}

	.img-section img {
		width: 100%;
	}

	.content {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.total-stations {
		padding: 10px;
	}

	.footer-contact-us ul li:first-child {
		margin-left: 0px;
	}

	.footer-contact-us ul li {
		margin-left: 0px;
		margin-bottom: 8px;
	}

	.footer-link ul li {
		border: 0px !important;
		margin-bottom: 8px !important;
		display: block;
	}

	.footer-link ul li a {
		text-decoration: none;
	}

	.header-list li {
		padding: 8px 0px 0px 0px;
		float: none;
		text-align: center;
		line-height: 18px;
	}

	.header-list li br {
		display: none;
	}

	.header-list li.top-mail {
		background: none;
	}

	.header-list li.top-call {
		background: none;
	}

	.topmail-second {
		display: none;
		border: 2px solid #000
	}

	.enquiry-now-btn a.level-top {
		padding: 10px 20px;
	}

	.footer-strip {
		text-align: center;
	}

	.copyright {
		float: none;
		font-size: 13px;
	}

	.aks {
		margin: 8px 0px;
		float: none;
	}
}

@media screen and (max-width: 380px) {
	.enquiry-box {
		width: 100% !important;
	}

	.eq-em {
		margin-top: 14px;
	}

	.section-4-head {
		font-size: 25px;
	}

	.list-nav ul {
		display: none;
	}
}

/******** css add by farman ********/

.product-text strong{
	color: #000;
	font-weight: 600;
}



/*Pankaj css start */


.info, .success, .warning, .error, .validation {
 
	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
  }
  
  .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
  }
  
  
  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  }
  
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
  color: #B94A48;
  background-color: #FFBEBE!important;
  border: 1px solid #EED3D7!important;
  }
  
  .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  }
  
  .parsley-errors-list.filled {
  opacity: 1;
  }
  
  .ajaxError{ 
    font-size: 12px;
    color: #f00;
    font-weight: bold; 
  }
