@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0px;
	padding: 0px;
}
/**/
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.mtb20{
	margin-top: 20px;
	margin-bottom: 20px;
}

.pt15{
	padding-top: 15px;
}
.pb15{
	padding-bottom: 15px;
}
.pt20{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 20px;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.ptb20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-align{
	align-items: center;
}
/**/



[data-u="slides"] {
	cursor:default;position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;
}
#jssor_1 {
	position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:380px;overflow:hidden;visibility:hidden;
}
/*jssor slider loading skin spin css*/
         .jssorl-009-spin img {
         animation-name: jssorl-009-spin;
         animation-duration: 1.6s;
         animation-iteration-count: infinite;
         animation-timing-function: linear;
         }
         @keyframes jssorl-009-spin {
         from { transform: rotate(0deg); }
         to { transform: rotate(360deg); }
         }
         .jssora061 {display:block;position:absolute;cursor:pointer; width:40px;height:40px;top:0px;right:25px;}
         .jssora061 .a {fill:none;stroke:#000;stroke-width:360;stroke-linecap:round;}
         .jssora061:hover {opacity:.8;}
         .jssora061.jssora061dn {opacity:.5;}
         .jssora061.jssora061ds {opacity:.3;pointer-events:none;}

html {

	font-size: 10px;

}



body {

	font-family: "Poppins", sans-serif;

	font-size: 16px;

	font-weight: 300;

	color: #343563;

	word-break: break-word;

	overflow-x: hidden;

}



a,

button,

img,

a:focus,

button:focus {

	outline: none;

	border: none;

	box-shadow: none;

}



a,

button {

	transition: all .3s;

	text-decoration: none !important;

	color: #333;

}



a:hover {

	color: #333;

}



section,

article,

aside,

main {

	position: relative;

}



ul {

	margin: 0px;

	padding: 0px;

}



ul li {

	list-style: none;

}



img {

	max-width: 100%;

	height: auto;

}



.dropdown-toggle::after {

	display: inline-block;

	width: 0;

	height: 0;

	margin-left: 0px;

	vertical-align: 0px;

	content: "";

	border-top: 0px solid;

	border-right: 0 solid transparent;

	border-bottom: 0;

	border-left: 0 solid transparent;

}


.navbar-nav .dropdown-menu .dropdown-item{
	padding: 10px !important;
	font-size: 16px !important;
}

.dropdown-menu a:not(.custom-btn)::after{
	display: none !important;
}


.dropdown-menu {
	margin: 0 0 !important;
	min-width: 24rem !important;
}
.dropdown-item:hover {
	background: #00963a;
}
.dropdown-item:hover {
	color: #fff !important;
}


.dropdown-divider {

	margin: 0 0 !important;

}



.dropdown-item.active,

.dropdown-item:active {

	color: #fff !important;

	text-decoration: none;

	background-color: #00963a !important;

}



.auto-container {

	position: static;

	max-width: 1200px;

	padding: 0px 0px;

	margin: 0 auto;

}



.head-top {

	padding: 5px 0;

	background: #dedede;

	display: none;

	border-bottom: 1px solid #00963a36;

}



.social-top {

	list-style: none;

}



.social-top li {

	display: inline-block;

	margin: 0 7px;

	color: #000000;

	font-weight: 600;

}



.social-top li a {

	font-size: 14px;

	color: #000000;

	font-weight: 300;

}



.social-top li a i {

	padding-right: 5px;

	color: #00963a;

}



.fixed-top1 {

	position: fixed;

	left: 0;

	right: 0;

	z-index: 99;

	background: #fff;

	box-shadow: 2px 2px 10px #6b6b6b;

}



.mtg {

	padding: 38px 0;

}



.navbar-brand img {

	width: 350px;

}

header {
	width: 100%;
	z-index: 999;
	background: #fff;
}

.custom-btn.btn-small {
	line-height: 2rem;
	padding: 1rem 2rem;
}

.custom-btn {
	position: relative;
	display: inline-block;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	border-radius: 46px;
	padding: 8px 10px;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: none;
	text-decoration: none;
	z-index: 1;
	transition: all .5s;
	background: #00963a;
}

.custom-btn:hover {
	background: #212121;
	color: #fff;
}

.navbar-nav li a:not(.custom-btn) {
	display: block;
	font-size: 16px;
	color: #414141;
	padding: 20px 8px !important;
	text-decoration: none;
	position: relative;
	transition: all .5s;
	font-weight: 500 !important;
}



.navbar-nav li {

	margin-left: 1.5rem;

}



.custom-toggler-icon {

	display: block;

	width: 3rem;

	height: .2rem;

	background-color: #00963a;

	margin: .5rem 0;

	transition: all .5s;

}



.navbar-nav li a:not(.custom-btn)::after {

	content: " ";

	position: absolute;

	bottom: 10px;

	left: 0px;

	display: block;

	width: 0;

	height: 2px;

	background-color: #00963a;

	transition: width .5s;

}



.navbar-nav li a:not(.custom-btn):hover::after,

.navbar-nav li a:not(.custom-btn).active::after {
	width: 100%;
}



.dropdown-mbl {
	display: none;
}



@media (max-width: 768px) {

	.dropdown-mbl {
		display: block;
	}

	.dropdown-dstp {
		display: none;
	}

	.fixed-top1 {
		padding: 10px 0;
	}

}



@media (max-width: 991px) {

	header .navbar-nav {
		background-color: #f5f5fa;
		padding: 2.1rem 1.5rem;
	}

	.navbar-nav li {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.navbar-nav li a:not(.custom-btn) {
		padding: 1rem 0;
		border-radius: 4px;
		border-bottom: 1px solid#ccc;
	}

	.navbar-nav li .custom-btn {
		width: 100%;
		margin: 1.8rem auto;
	}

	.navbar-nav li a:not(.custom-btn):hover,
	.navbar-nav li a:not(.custom-btn).active {
		background: #fff;
	}

	.navbar-nav li a:not(.custom-btn)::after {
		background: #fff;
	}
}


@media (max-width: 768px) {
	.navbar {
		padding: 0.2rem 0.1rem !important;
	}
	.navbar-brand img {
		width: 240px;
	}
}

.navbar button.change .custom-toggler-icon:nth-of-type(1) {
	transform: rotate(-45deg) translate(-7px, 5px);
}

.navbar button.change .custom-toggler-icon:nth-of-type(3) {
	transform: rotate(45deg) translate(-5px, -3px);
}

.navbar button.change .custom-toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.parallax_section17 {
	width: 100%;
	padding: 30px 0px 25px 0px;
	background: #393939 url(../img/pattern2.png);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}

.parallax_section17_dtl h3 {
	font-size: 23px !important;
	color: #fff !important;
	line-height: 32px;
	float: left;
}

.parallax_section17_dtl a {
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 35px;
	background: #00963a;
	border-radius: 3px;
	text-transform: uppercase;
	margin: -5px 0px 0 0px;
	transition: all 0.3s ease;
}

.hm-abt {
	padding-top: 70px;
	padding-bottom: 60px;
}

.hm-abt-dtl h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.hm-abt-dtl h1 span{
	color: #00963a;
}

.hm-abt-dtl p {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	color: #333;
	line-height: 28px;
}



.author-title {

	position: relative;

	margin: 20px 0px 20px 0px;

}



.author-info {
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.author-info strong{
	font-weight: 600;
}

.author-info span {

	color: #9e9e9e;

	font-size: 16px;

	font-style: italic;

	font-weight: 600;

}



.author-designation {

	color: #1a8956;

	font-style: italic;

	font-size: 16px;

	font-weight: 600;

}



@media screen and (max-width:768px) {

	.mtg {

		padding: 30px 0;

	}

	.auto-container {

		width: 100%;

		padding-right: 5px;

		padding-left: 5px;

		margin-right: 0;

		margin-left: 0;

	}

	.parallax_section17_dtl a {

		float: none;

		margin: 0 auto;

		display: table;

	}

	.parallax_section17_dtl h3 {

		text-align: center;

		float: none;

	}

	.hm-abt-dtl h2 {

		font-size: 26px;

	}

	.hm-abt-dtl p {

		font-size: 16px;

	}

	.libot a {

		width: 106px !important;

		font-size: 1rem !important;

	}

	.hm-prod-dtl h4 {

		margin-bottom: 8px !important;

		font-size: 15px !important;

	}

	.hm-prod-dtl {

		margin-bottom: 8px;

	}

	.mg {

		display:block;

	}

	.quick-icon img {

		width: 40px !important;

	}

	.quick-icon span {

		font-size: 18px !important;

		line-height:24px;

	}

	.mrl {

		padding-right: 5px !important;

		padding-left: 5px !important;

	}

	.fixed-btn {

		top: 65% !important;

	}

	.parallax_section17_dtl h3 {

		font-size:22px !important;

		line-height:24px;

	}

}


.hm-prod {
	z-index: 2;
	background-color: #f3f3f3;
	padding-top: 59px;
    padding-bottom: 75px;
}



.hm-prod-dtl {

	border: 1px solid #ddd;

	background: #fff;

	padding: 10px;

}



.hm-prod-dtl h4 {

	font-size: 18px;

	font-weight: bold;

	margin-bottom: 15px;

}



.libot {

	padding-bottom: 5px;

}



.libot a {

	margin: 0 auto;

	display: block;

	text-align: center;

	text-transform: uppercase;

	width: 188px;

	height: 28px;

	line-height: 28px;

	border: 1px solid #00963a;

	border-radius: 15px;

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: bold;

	color: #00963a;

}
.libot a:hover{
	background: #00963a;
	color: #fff;
}
.quick-section {

	padding: 70px 0;

}



.heading-wrap {

	text-align: center;

}



.heading-title {

	text-align: center;

	font-weight: bold;

	padding: 10px 0 0px;

	color: #333;

	font-size: 3rem;

}



.quick-link {

	margin: 30px 0;

}



.quick-icon img {

	width: 40px;

	transition: 0.3s;

	float: left;

	margin-right: 10px;

}



.quick-icon span {

	font-size: 15px;

	font-weight: 600;

	line-height: 5px;

	color: #2d2d2d;

}



.quick-icon {

	border: 1px solid #efefef;

	padding: 10px;

	border-radius: 0.25rem;

	box-shadow: 1px 2px 2px rgb(0, 150, 58);

	background-color: #ffffff;

	float: left;

	width: 100%;

	height: 65px;

	margin-bottom: 20px;

}

.hm-using {
	background-color: #f5f5f5;
	background-image: url(../images/counter_bg.png);
	background-size: 100% 100%;
	padding: 50px 0 50px;
}



.hm-using-head h2 {

	text-align: center;

	font-weight: bold;

	padding: 10px 0 0px;

	color: #333;

	font-size: 3rem;

}



.slide h4 {

	text-align: center;

	font-size: 20px;

	color: #000;

	margin-top: 15px;

}



.prod-bord {

	width: 55px;

	height: 1px;

	position: relative;

	display: block;

	left: -10px;

	background: #00963a;

	margin: 10px auto 0;

}



.prod-bord:before {

	content: '';

	width: 55px;

	height: 1px;

	position: absolute;

	right: -20px;

	background: #00963a;

	margin: 5px 0;

}

.customer-logos {

	margin-top: 35px;

}



.slick-slide {

	margin: 0px 10px;

}



.slick-slide img {

	width: 100%;

}



.slick-slider {

	position: relative;

	display: block;

	box-sizing: border-box;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-webkit-touch-callout: none;

	-khtml-user-select: none;

	-ms-touch-action: pan-y;

	touch-action: pan-y;

	-webkit-tap-highlight-color: transparent;

}



.slick-list {

	position: relative;

	display: block;

	overflow: hidden;

	margin: 0;

	padding: 0;

}



.slick-list:focus {

	outline: none;

}



.slick-list.dragging {

	cursor: pointer;

	cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list {

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	-o-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}



.slick-track {

	position: relative;

	top: 0;

	left: 0;

	display: block;

}



.slick-track:before,

.slick-track:after {

	display: table;

	content: '';

}



.slick-track:after {

	clear: both;

}



.slick-loading .slick-track {

	visibility: hidden;

}



.slick-slide {

	display: none;

	float: left;

	height: 100%;

	min-height: 1px;

}



[dir='rtl'] .slick-slide {

	float: right;

}



.slick-slide img {

	display: block;

}



.slick-slide.slick-loading img {

	display: none;

}



.slick-slide.dragging img {

	pointer-events: none;

}



.slick-initialized .slick-slide {

	display: block;

}



.slick-loading .slick-slide {

	visibility: hidden;

}



.slick-vertical .slick-slide {

	display: block;

	height: auto;

	border: 1px solid transparent;

}



.slick-arrow.slick-hidden {

	display: none;

}



.slide h4 {

	text-align: center;

}



@media screen and (min-width:768px) {

	.top-cont-email ul li img {

		margin-top: -24px;

	}

}



@media screen and (max-width:768px) {

	.hm-using-head h2 {

		font-size: 24px;

		margin-top: 5px;

	}

	.slick-slide h4 {

		font-size: 13px;

	}

	.hm-using {

		padding: 10px 0 10px;

	}

}




.slick-dots {
	 display: flex;
	 justify-content: center;
	 margin: 0;
	 padding: 1rem 0;
	 list-style-type: none;
	 margin-top: 30px;
}
 .slick-dots li {
	 margin: 0 0.55rem;
}
 .slick-dots button {
	 display: block;
	 width: 1rem;
	 height: 1rem;
	 padding: 0;
	 border: none;
	 border-radius: 100%;
	 background-color: #ede9e9;
	 text-indent: -9999px;
	 cursor: pointer;
}
 .slick-dots li.slick-active button {
	 background-color: #00963a;
}
 



footer {

	background: #212121;

	border-top: 8px solid #212121;

}



footer .map {

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	width: 100%;

	background-image: url(../images/footer-map.png);

	background-repeat: no-repeat;

	background-position: center center;

}



.map-dtl {

	margin-top: 120px;

}

.textwidget img {
	width: 80%;
	margin: 0 auto;
	display: table;
}

.ftr-dtl h4 {
    font-size: 16px;
    font-weight: 600;
    color: #00963a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ftr-pd {
	padding: 10px;
}

.ftr-dtl img {
	margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.ftr-dtl p {
	color: #f5f5f5;
	font-size: 13px;
	opacity: 0.8;
}
.ftr-dtl p a{
	color: #f5f5f5;
}
.ftr-dtl a:hover{
	color: #00963a !important;
}

.ftr-dtl ul li a {
	color: #f5f5f5;
	font-size: 14px;
	padding: 3px 0;
	opacity: 0.8;
}

.ftr-dtl ul li a:hover {
	opacity: 1;
}
.ftr-dtl ul li a i{
	margin-right: 2px;
}
.ftr-btm {
	background-color: #00963a;
	padding: 6px 5px 1px;
	text-align: center;
	font-weight: 400;
	margin-top: 10px;
}

.ftr-btm p {
	color: #f5f5f5;
	font-weight: 400;
}



@media screen and (max-width:768px) {

	.map-dtl {

		margin-top: 55px;

		margin-bottom: 55px;

	}

	.ftr-dtl img {

		width: 40%;

		margin: 0;

		display: table;

		margin-top: 20px;

	}

}

.fixed-btn {

	position: fixed;

	top: 25%;

	left: 0;

	z-index: 999;

}



.fade:not(.show) {

	display: none !important;

}



a.chats {

	display: block;

	background: #028434;

	color: #fff;

	padding: 10px 10px 10px 5px;

	margin-bottom: 10px;

	font-size: 15px;

	font-family: "Poppins", sans-serif;

	letter-spacing: 0.25px;

	font-weight: bold;

	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.55);

	transition: all 1s ease 0s;

	margin-left: -128px;

	width: 170px;

	cursor: pointer;

	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);

	webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);

}



a.chats:hover {

	margin-left: 0px !important;

	text-decoration: underline;

}



.chats i {

	color: #fff;

	font-size: 16px;

	margin-left: 10px;

}



.mob i {

	margin-left: 15px;

}



.eml i {

	margin-left: 6px;

}



a.eml {

	margin-left: -226px;

	width: 270px !important;

	clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);

	webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);

}

 

.cls {

	z-index: 9999;

	position: absolute;

	color: #fff;

	opacity: 1;

	display: block;

	right: 15px;

}


  

.sub-mdl {

	padding: 10px 20px;

	border: 1px solid #00a03e;

	background: #00a03e;

	color: #fff;

	margin: 0 auto;

	display: table;

	width: 150px;

	font-size: 15px;

	font-family: "Poppins", sans-serif;

	letter-spacing: 1px;

	text-transform: uppercase;

	border-radius: 50px;

}

.inner_abt {
	padding: 75px 0 0px;
}



@media screen and (max-width:768px) {

	.abt_heading h2 {
		font-size:26px !important;
	}
}

.abt {

	padding: 60px 0;

	position: relative;

}

.abt:before {

	width: 200px;

	height: 200px;

	background: #04a940;

	position: absolute;

	top: 0;

	left: 0;

}



.abt_heading {

	margin-bottom: 30px;

}



.abt_heading h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.abt_heading h1 span {
    color: #00963a;
}


.abt_dtl h1 {

	font-weight: bold;

	font-size: 30px;

}



.abt_dtl h1 span {

	color: #fe4d01;

}

.abt_dtl p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    text-align: justify;
}
.abt_dtl p b {
	font-weight: 600;
}
.abt_dtl h2{
	color: #00963a;
	margin-top: 30px;
}

.abt_dtl ul li{
	font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.abt_dtl ul li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
}
@media screen and (max-width:768px) {

	.abt_dtl h1 {

		font-weight: bold;

		font-size: 24px;

	}

	.abt_img img {
		margin-top: 20px;
		margin-bottom:20px;
	}
	.prod_inner_img img {
		margin-bottom:20px;
	}

}

.cont_page {

	background: #fff;

	padding: 60px 0;

}



.cont_dtl h4 {

	font-family: "Poppins", sans-serif;

	color: #333;

}



.cont_dtl h2 {
    font-weight: 800;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}



.cont_dtl ul li {

	float: left;

	font-weight: 600;

}



.cont_dtl ul li b {
	font-size: 18px;
    font-weight: 700;
    color: #333;
}



.cont_dtl_icon {

	color: #fff;

	background: #3f9645;

	width: 32px;

	height: 32px;

	line-height: 32px;

	text-align: center;

	margin: 0 10px 0 0;

	border-radius: 50%;

}



.cont_social {

	margin-top: 10px;

}



.cont_social ul li {

	float: left;

	margin-right: 10px;

}



.cont_social ul li a i {

	width: 35px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	border-radius: 5%;

	font-size: 16px;

}



.cont_fb {

	color: #fff;

	background: #3b5998;

}



.cont_tw {

	color: #fff;

	background: #00acee;

}



.cont_int {

	color: #fff;

	background: #bb25ae;

}

.cont_link {
	color: #fff;
	background: #0e76a8;
}

.cont_form h4 {
	font-family: "Poppins", sans-serif;
	color: #333;
}


.cont_form h2 {
    font-weight: 800;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}



.cont_form_area input, textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 7px;
	border: 1px solid #3e3e3e38;
}



.cont_form_area input,

textarea::placeholder {

	padding-left: 10px;

}



.cont_form_area button {

	padding: 10px 25px;

	border: none;

	background: #3f9645;

	color: #fff;

}
.cont_form_area button i{
	padding-right: 10px;
}


@media screen and (max-width:768px) {

	.cont_form {

		padding-top: 25px;

		clear: both;

	}

}

.career_head {

	padding: 40px 0 20px;

}



.career_head h2 {

	font-size: 30px;

	font-weight: bold;

	color: #000;

}



.career_head p a {

	color: #00963a;

}



.careers-form {

	margin-bottom: 40px;

}



.career_head p {
	    color: #333;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}
.career_head p b{
	    font-weight: 600;
}

.spareparts {

	padding: 40px 0;

}



.spareparts_gap {

	padding-right: 15px;

	padding-left: 15px;

	margin-top: 15px;

	margin-bottom: 15px;

}



.spareparts_idtl {
	cursor: pointer;
	position: relative;

}



.spareparts_idtl h4 {

	position: absolute;

	bottom: 0;

	background: rgba(0, 0, 0, 0.6);

	width: 100%;

	color: #fff;

	font-size: 22px;

	font-style: italic;

	text-align: center;

	padding: 5px 0;

	margin-bottom: 0;

}



@media screen and (max-width:768px) {

	.spareparts_idtl h4 {

		font-size: 16px;

	}

}

.prod_inner {
	background: #f5f5f5;
	padding: 20px 0;
}
.prod_inner_bg {
	background: #fff;
    padding: 30px 10px 30px 10px;
    /*border: 1px solid #d5d5d5;*/
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #edeaff;
}
.prod_inner_bg .prod_inner_img {
    transition: all .5s ease-out;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #0000001f;
    border-radius: 5px;
    position: sticky;
    top: 80px;
}
.prod_inner_bg:hover .prod_inner_img img{
	transition: all .5s ease-out;
	scale: 1.1;
}
.prod_inner_img_100{
	height: 100%;
}
.prod_inner_dtl h1, h2 {
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    color: #414141;
    margin-bottom: 15px;
    line-height: 32px;
}



.prod_inner_dtl p {
	color: #333;
	font-weight: 400;
	line-height: 28px;
	font-size: 17px;	
}



.prod_inner_dtl ul li {
	font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.prod_inner_dtl ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #00963a;
    border-radius: 50%;
}
.prod_inner_dtl ul li strong{
	font-weight: 600;
}
.prod_inner_dtl h4{
	margin-top: 15px;
	font-size: 18px;
    font-weight: 600;
    color: #333;
}

.prod_inner_dtl .table tr th{
	color: #00963a;
}
.prod_inner_dtl .table tr td{
	font-weight: 400;
    color: #333;
    font-size: 15px;
}

.cont_form_area input[type=text], [type=email], [type=number], textarea, select {
     width:100%;
     max-width:100%;
     padding:7px;
     margin:7px 0;
     display: inline-block;
     border:1px solid #3e3e3e38;
     box-sizing:border-box;
}
.cont_form_area input[type=submit] {
    width: 100%;
    max-width: 100%;
    background-color: #3e3e3e;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 15px;
}


input[type=text], [type=email], [type=number], textarea, select {
     width:100%;
     max-width:100%;
     padding:7px;
     margin:7px 0;
     display: inline-block;
     border:1px solid #3e3e3e38;
     box-sizing:border-box;
}
.form-text {
	border:1px solid #3e3e3e;
}
.form-control{
	font-size: 15px !important;
}
input[type=submit] {
     width:100%;
     max-width:100%;
     background-color:#3e3e3e;
     color:white;
     padding:10px;
     border:none;
     border-radius:4px;
     cursor:pointer;
     font-size: 15px;
}
input[type=submit]:hover {
     background-color:#7a75b5;
     color:white;
     max-width:100%;
}
.btn-1{
     width:100%;
     max-width:100%;
     background-color:#3e3e3e;
     color:white;
     padding:10px;
     border:none;
    border-radius:4px;
     cursor:pointer;
}
.quickcontact {
     right:0px;
     bottom:0px;
     max-width:100%;
     background-color: #f2f2f2;
}
.max {
     z-index:1000;
     border:#3e3e3e thick solid;
     position:fixed;
     width:225px;
     right:0px;
     bottom:0px;
     border-radius: 5px;
     max-width:100%;
     background-color: #f2f2f2;
     padding:5px;
     margin:1px;
	 z-index:9999;
}
.btn-default {
	margin:5px 0;
}
/*********************/


.social-icon ul {
	margin-top:20px;
    display: table;
	opacity:1;
}
.social-icon ul li {
    float: left;
    padding: 0 5px;
}
.social-icon ul li a {
	opacity:1;
}
.social-icon ul li a i {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #4287f5;
    color: #fff;
    border: 1px solid #4287f5;
}
.icon3 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.icon4 i {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.quick-icon flipInY wow animated {
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.2s;
	animation-name: flipInY;
}

/*------------------*/

/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  z-index: 101;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 600px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 102;
    padding: 0;
}
.sidepop {
     width: auto;
    float: right;
    position: relative;
    right: -20px;
}

/*   This is the closing button  */
#btnClose {
  display: block;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}
.btn-red {
  background-color: #af5555;
  color: #fff;
  border-radius: 5px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .delayedPopupWindow {
    width: 95%;
  }
  .imgleft {
    float: left;
    width: 48%;
    padding: 1%;
  }
  .btn-lg {
    font-size: 14px;
    padding: 10px 5px;
  }
}




/*---------------*/
.why-us{
	margin-top: 30px;
}
.hm-icon-dtl {
    padding: 10px;
    text-align: center;
}
.we_serve_box {
    text-align: center;
    /* border: 1px solid var(--light-grey-color); */
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 20px;
    padding: 1.5rem 1.5rem 0.7rem;
    position: relative;
    height: 100%;
    transition: all .5s ease-out;
    background: #fff;
}
.we_serve_box:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.we_serve_icon {
    /* width: 150px; */
    height: 140px;
    margin: auto;
    background: #00963a;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s ease-out;
}
.we_serve_box:hover .we_serve_icon {
    background: #373435;
}
.we_serve_icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #373435;
    transition: all .5s ease-out;
    border-radius: 10px;
    scale: 0;
    z-index: -1;
}
.we_serve_box:hover .we_serve_icon::before {
    scale: 1;
}
.we_serve_icon img {
    width: 100%;
    height: 100%;
    /* height: 100%; */
    object-fit: contain;
    transition: all .5s ease-out;
}
.we_serve_box:hover img {
    scale: 1.1;
}
.we_serve_box h5 {
    font-size: 15px;
    font-weight: 500;
    padding: 1rem 0rem 2px;
    transition: all .5s ease-out;
    color: #373435;
    text-align: center;
    width: 100%;
}
.we_serve_box:hover h5 {
    color: #00963a;
}
.we_serve_box:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.hm-icon-text{
	display: flex;
	align-items: center;
	height: 60px;
	text-align: center;
	width: 100%;
}

.slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    z-index: 100;
    padding: 15px 16px;
    background-color: #fff;
    color: #00963a;
    font-size: 22px;
    cursor: pointer;
}
.slick-custom-arrow:hover{
	background-color: #00963a;
    color: #fff;
}
.slick-custom-arrow-left {
    left: 0;
    top: 45%;
}
.slick-custom-arrow-right {
    right: 0;
    top: 45%;
}
/*---------------*/


.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
   /* -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);*/
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}
.modal-dialog {
    max-width: 700px;
    margin: 20px auto 0;
    position: relative;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}
.modaled .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -34px;
    top: 0px;
    background: #0000;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: .5;
    background-color: #000;
}
.modal-body{
	padding: 20px;
}
.modaled .spareparts_dtl h4{
	font-weight: 700;
    font-size: 22px;
    text-align: left;
    color: #414141;
    margin-bottom: 5px;
    line-height: 32px;
}
.modaled .spareparts_dtl p{
	    color: #333;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}
.modaled .spareparts_dtl ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.modaled .spareparts_dtl ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #00963a;
    border-radius: 50%;
}
.spareparts_img img{
	border:5px solid #eeeeee;
}


/*---------------*/


.inner-banner-link{
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #0000001f;
    border-bottom: 1px solid #0000001f;
}
.inner-banner-link ul li{
    display: inline-block;
    padding-right: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}
.inner-banner-link ul li i{
    opacity: 0.5;
}
.inner-banner-link ul li a{
    color: #00963a;
}

/*---------------*/


.blog_left {
	float:left;
	margin-right:20px;
	text-align:center;
}
.blog_data {
	width:85px;
	height:80px;
	padding:8px 5px;
	background:#028434;
}
span.data {
	font-size:45px;
	color:#fff;
	line-height:40px;
	display:block;
}
span.month {
	color:#fff;
	font-weight:500;
}
.blog_icon {
	width:85px;
	height:50px;
	padding:8px 5px;
	margin-top:10px;
	background:#f1eff0;
	text-align:center;
	display:block;
}
.blog_icon img {
	margin:0 auto;
	display:table;
}
.blog_main_img {
	display:flex;
	padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%);
}
.blog_main_section a h3 {
	font-size:22px;
	color:#414141;
	font-weight:700;
	letter-spacing:1px;
	padding-bottom:10px;
	display:block;
}
.blog_main_section p {
    font-size: 17px;
	font-weight: 400;
    color: #333;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    line-height: 24px;
}
.blog_btn {
	padding-top: 25px;
    display: table;
}
.blog_btn a {
	padding:12px 30px;
	font-size:14px;
	color:#373435;
	letter-spacing:1px;
	font-weight:500;
	background:#028434;
	border-radius:50px;
	background: linear-gradient(to left,#fff 50%,#373435 50%);
    background-size: 205% 100%;
    background-position: 98% bottom;
    transition: all .5s ease;
    cursor: pointer;
    border: 2px solid #373435;
}
.blog_btn a:hover {
    background: linear-gradient(to left,#fff 50%,#028434 50%);
    background-size: 205% 100%;
    background-position: 0% bottom;
    text-decoration: none;
    color: #fff;
    border: 2px solid #028434;
}
.inner-blog-main {
  padding: 80px 0 80px;
}
.innr-blg-head h2 {
  font-size: 30px;
  color: #414141;
  display: block;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.innr-blg-img img {
  border-radius: 12px;
}
.innr-blg-img {
  margin-bottom: 30px;
  text-align: center;
}
.innr-blg-dtl {
  margin-bottom: 15px;
}
.innr-blg-dtl p span {
  background: #7cbc4c;
  font-weight: 600;
  color: #fff;
  padding: 3px 6px;
  border-radius: 8px;
}
.innr-blg-dtl p {
    color: #333;
	font-weight: 400;
	line-height: 28px;
	font-size: 17px;
}
.innr-blg-head h3 {
  padding: 8px 0;
  font-size: 24px;
  color: #414141;;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.innr-blg-head h3 {
  padding: 8px 0;
  font-size: 25px;
  color: #414141;
  font-weight: 600;
  margin-bottom: 15px;
}
.innr-blg-head p{
	color: #414141;
	font-weight: 400;
	line-height: 28px;
	font-size: 17px;

}
.blg-post-head {
  margin-bottom: 10px;
}
.post-wrapper {
  position: sticky;
  top: 130px;
  padding: 35px 30px;
  background: #5ae08d;
  border-radius: 15px;
}
.post-info-wrap img {
  width: 90px;
  height: 60px;
  margin-right: 8px;
}
.post-info-wrap a {
  font-size: 14px;
  display: block;
  color: #414141;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.post-info-wrap {
  border-radius: 10px;
  display: flex;
}