
/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700');

/*** font-family: 'Cairo', sans-serif; **/

/*Normal font using @fontface*/
@font-face{
	font-family: 'proximanova';
	src: url('../fonts/proxima-nova-regular.otf') format('opentype');
}

@font-face{
	font-family: 'Titillium Web';
	src: url('../fonts/titillium-web-regular.ttf') format('truetype');
}

@font-face{
	font-family: 'Digital';
	src: url('../fonts/digital.ttf') format('truetype');
}



body{
	font-size: 14px;
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Cairo', sans-serif;
}

.clr{ width: 100%; display: block; height: 10px;}
.clr_small{ width: 100%; display: block; height: 10px;}

.clr_float{ clear: both;}
.theme_color{ color: #e12728; }

.top{
	background-color: #fff;
	padding: 10px 0px;
}
.logo{ display: block; margin-top: 10px;}
.logo2{ display: block;text-align: right;}


.machine_counter{
	display: block;
	margin-top: 5px;
	text-align: center;
}
.machine_counter p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #343434;
}
.counter{
	/*width: 32%;*/
	display: block;
}

.machine_counter ul{ list-style-type: none; padding-left: 0; margin-bottom: 0;}

.machine_counter ul li{ 
	font-family: 'Digital';
	display: inline-block;
	background-color: #343434;
	color: #fff;
	font-size: 22px;
	padding: 5px 10px;
	border-right: 1px solid #999;
	box-sizing: border-box;
	margin-right: 0px;
}
.machine_counter ul li:nth-of-type(4){
	border-right: none;
}

.social{ 
	display: block; margin-top: 7px; 
	float: right; 
	/*width: 32%; */
	width: 210px;
	margin-right: -15px;
}
.social ul{ list-style-type: none; margin-bottom: 0; padding-left: 0;}

.social ul li{ float: right; margin-right: 5px;}

.social ul li:first-child{
	margin-right: 0px;
}

.social ul li a{
	display: block;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	/*border-radius: 100%;*/
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #fff;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social ul li a i.im{
	font-size: 15px;
	position: relative;
	top: 1px;
}
.social ul li a img{
	margin-top: -3px;
	margin-left: 2px;
}
.social ul li a:hover{
	border-color: #9cc32f;
	background-color: #9cc32f;
	color: #fff;
}

#mobile_pp_link{
	display: none;
}

.pp_link_outer{
	display: inline-block;
	float: right;
}

.pp_link_btn{
	display: inline-block;
	padding: 8px 12px;
	background-color: #9cc32f;
	
	/*color: #e12728;*/
	color: #fff;
	border-radius: 0px;
	margin-top: 6px;
	/*float: right;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pp_link_btn i{
	padding-right: 5px;
}

.pp_link_btn:hover,
.pp_link_btn:active,
.pp_link_btn:focus{
	text-decoration: none;
	color: #80a21e;
	background-color: #fff;
	outline: none;
	box-shadow: none;
}

.menu{ background-color: #343434;}
.menu .navbar-collapse{ padding-left: 0px; }
.menu .navbar-default{
	border: none;
	background-color: transparent;
}
.menu .navbar{ margin-bottom: 0; }
.navbar-default .navbar-nav li a{
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	text-transform:capitalize;
	padding: 15px 20px;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e12728;
}*/

.active > a, 
.active > a:hover, 
.active > a:focus {
    color: #fff !important;
    background-color: #9cc32f !important;
}

.navbar-default .navbar-nav > li a:hover{
	color: #fff;
    background-color: #9cc32f;
}
.navbar-default .navbar-nav > li a:focus{
	color: #fff;
 /*   background-color: #e12728;*/
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #9cc32f;
}

 .menu .nav li.dropdown ul.dropdown-menu a{
 	text-align: left;
 	padding: 10px 20px;
 	font-size: 14px;
 	color: #fff !important;
 	/*border-top: 1px solid #fff;*/
 	border-top: 1px solid #708e1e;
 }

 .menu .nav li.dropdown ul.dropdown-menu a:hover{
 	background-color: #9cc32f; 
 	color: #fff;
 }


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left !important;
  list-style: none;
  background-color: #7ea219;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .175);

  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav > li.dropdown.open .dropdown-menu {
  display: inline-block;
  border-radius: 0px;
  min-width: 180px !important;
  text-align: left;
  left: auto;
  padding: 0px 0px;
  background: #7ea219;
  right: auto;

  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



.search_bar{ margin-right: -30px; }

.search_bar input#search{
	border: none;
	//width: 250px;
	width: 318px;
	border-radius: 0;
	background-color: #ececec;
	color: #999;
	box-shadow: none;
}
.search_bar .search_btn{
	border: none;
	outline: none;
	background-color: #ececec;
	padding: 7px 15px;
	border-radius: 0;
	color: #999;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

.search_bar .search_btn:hover{
	color: #666;
}

/********* Mobile Search bar *********/

.navbar-header .search_bar{ 
	margin-right: 15px; 
	margin-left: 15px; 
	margin-top: 8px;
	display: none;
	width: 85%; }

.navbar-header .search_bar input#search{
	border: none;
	width: 100%;
	border-radius: 0;
	background-color: #ececec;
	color: #999;
	box-shadow: none;
}
.navbar-header .search_bar .search_btn{
	border: none;
	outline: none;
	background-color: #ececec;
	padding: 7px 15px;
	border-radius: 0;
	color: #999;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

.navbar-header .search_bar .search_btn:hover{
	color: #666;
}

#mobile_social{ display: none;}

/*******************************/

#banner{ display: block; background-color: #9cc32f; }

#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
#myCarousel .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 1px;
    background-color: #7ea219;
    border: 1px solid #5a7314;
}
#myCarousel .carousel-caption{
	top: 25% !important;
	bottom: 0;
	font-family: 'proximanova';
	/*text-align: left !important;*/
}
#myCarousel .carousel-caption.caption1{
	right: 10% !important;
	text-align: right!important;
}
#myCarousel .carousel-caption.caption2{
	left: 0;
	left: 8% !important;
	text-align: left !important;
}

#myCarousel .carousel-caption h3{
	font-size: 32px;
	/*padding-left: 10px;*/
	padding-left:0;
	/*padding-right: 10px;*/
	font-family: 'proximanova';
	display: inline-block;
	background-color: transparent;
	/*color: #e12828;*/
	/*text-transform: uppercase;*/
	text-shadow: none;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 2px;
}
#myCarousel .carousel-caption p{
	font-size: 16px;
	color: #666;
	text-shadow: none;
	font-weight: normal;
}

/*********** mission_state_slider *********/

#news_state_slider{
	width: 100%;
	background-color: #9cc32f;
    padding: 0px;
}
#news_state_slider .str_wrap{ background: none; }

#news_state_slider .announce_btn_box{ padding-right: 50px; }
#news_state_slider .announce_text_box{ padding-left: 0px; margin-left: -50px; }

.announce_link{
	display: block; 
	padding: 10px 0px; 
	background-color: #80a21e; 
	color: #fff; 
	text-align: center;
	font-size: 17px;
}
.announce_link span{
	text-transform: uppercase;
	display: inline-block;
}
.announce_link i{
	position: relative;
	top: 0px;
	margin-right: 8px;
	color: #fff;
	display: inline-block;
}
.announce_link:hover,
.announce_link:active,
.announce_link:focus{
	text-decoration: none;
	color: #faffd6;
	outline: none;
}
.announcement_wrapper ul{
	/*list-style-image: url('../img/new/announce_list_bullet_1.png');*/
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0px;
}
.announcement_wrapper ul li{
	padding: 14px 10px 14px 10px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	position: relative;
}
.announcement_wrapper ul li:before{
	/*content: url('../img/announce_list_bullet_1.png');*/
	content : '\f111';
	font-family: FontAwesome;
	color: #34440b;
	font-size: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	left: -15px;
	top: 0px;
}
.announcement_wrapper ul li a{
	font-size: 16px;
	color: #34440b;
}
.announcement_wrapper ul li a:hover,
.announcement_wrapper ul li a:focus{
	color: #405211;
	text-decoration: none;
}

/********** New Scroller Ends here *********/



/***** Product Index section ******/

#prod_index_sect{
	padding: 35px 0px;
	/*background-color: #f9f9f9;*/
}
#prod_index_sect h1 {
    font-size: 30px;
    color: #343434;
    font-weight: normal;
    text-transform: capitalize;
    /*margin-bottom: 30px;*/
    margin-top: 0px;
    text-align: center;
}
.p_cat_box{
	display: block;
	width: 100%;
	/*padding: 12px;*/
	min-height: 250px;
	position: relative;
	text-align: center;
    margin-bottom: 30px;

	box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
}

.p_cat_box:hover{
	box-shadow: 0px 1px 12px rgba(0,0,0,0.3);	
}

.cat_bg{
	background-color: rgba(225,40,40,0.7);
}

.cat1_bg{
	background:#4d80ab no-repeat center;
	background-size: cover;
}
.cat2_bg{
	background: #789b65 no-repeat center;
	background-size: cover;
}
.cat3_bg{
	background: #5a6384 no-repeat center;
	background-size: cover;
}
.cat4_bg{
	background: #465c73 no-repeat center;
	background-size: cover;
}
.cat5_bg{
	background: #80a12c no-repeat center;
	background-size: cover;
}
.cat6_bg{
	background: #657656 no-repeat center;
	background-size: cover;
}
.cat7_bg{
	background: #42697a no-repeat center;
	background-size: cover;
}
.cat8_bg{
	background: url(../img/prod_cat1_bg.jpg) no-repeat center;
    background-size: cover;
}

.p_cat_info{
	display: block;
	width: 92%;
	height: 85%;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #d1d1d1;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.p_cat_box h2{
	font-family: 'Cairo', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff; 
	line-height: 24px;
	padding: 50px 30px 0px;
    margin: 0px 0px 6px;
}
.p_cat_box p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 8px 20px 0px;
}

.p_cat_box h3{
	font-family: 'Cairo', sans-serif;
	font-size: 21px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	color: #fff;
	line-height: 24px;
	padding: 80px 30px 0px;
    margin: 0px 0px 6px;
}

.p_cat_box.cat_bg .view_more_btn{
	font-size: 40px;
	background-color: transparent;
	color: #fff;
	bottom: 40px;
}

.p_cat_box .view_more_btn{
	position: absolute;
	bottom: 55px;
	left: 0;
	right:0;
	margin: auto;
	width: 120px;
}
.p_cat_box .view_more_btn:hover{
	transform: translateY(-8px);
}
.p_cat_box.cat_bg .view_more_btn:hover{
	color: #333;
}

/*********************************/

#about {
	padding: 60px 0px;
	background: url('../img/about-bg-3.jpg') no-repeat center #f9f9f9;
	/*background: #fff;*/

}
#about h1{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 40px;
}
.red_color{ color: #80a21e; }

.upper_case_word{ text-transform: uppercase;}

#about h6{
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
#about p{
	font-size: 16px;
	color: #333;
	width: 95%;
	line-height: 24px;
}

.about_img_box{ 
	-webkit-box-shadow: 1px 3px 15px rgba(0,0,0, 0.4);
	-moz-box-shadow: 1px 3px 15px rgba(0,0,0, 0.4);
	box-shadow: 1px 3px 15px rgba(0,0,0, 0.4);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about_img_box:hover{
	-webkit-box-shadow: 1px 3px 20px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 3px 20px rgba(0,0,0, 0.5);
	box-shadow: 1px 3px 20px rgba(0,0,0, 0.5);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.about_img_box img{ width: 100%; height: auto;
	 }

#about .read_more_btn{
	text-decoration: none;
	padding: 8px 15px;
	background-color: #333;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: capitalize;
	margin-top: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#about .read_more_btn:hover{
	color: #fff;
	background-color: #9cc32f;
	text-decoration: none;
}

#products{
	background-color: #fff;
	padding: 20px 0px 50px;
}

.sect_head{ background-color: #9cc32f;}

.option_list{ background-color: #f2f2f2; padding-bottom: 10px; }

#products h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 0px 10px 15px;
}

/******* Product Slider *********/

#slider-control a{
  padding-top: 100px;
  margin: 0 auto;
  opacity: 1;
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
  font-size: 70px;
  color: #f1f1f1;

  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.carousel-showmanymoveone .carousel-control:hover{
	color: #e12728;
}

.carousel-showmanymoveone .carousel-control.left {
  /*//margin-left: 5px;*/

}
.carousel-showmanymoveone .carousel-control.right {
  /*//margin-right: 5px;*/
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}



@media all and (min-width: 501px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
  /*.carousel-showmanymoveone .carousel-inner .cloneditem-2 {
    display: block;
  }*/
}

@media all and (min-width: 501px) and (transform-3d), all and (min-width: 501px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


/*****************************/


/**** our_feature Index ***/

#our_feature{
	/*background-color: #fff;*/
	width: 100%;
	display: block;
	padding: 35px 0px 35px;
}
.feature_box{
	background-color: transparent;
	padding: 30px 30px 15px;
	text-align: center;
	min-height: 225px;
	box-sizing: border-box;
	border-bottom: 10px solid #0093ca;
	/*box-shadow: 0px 1px 7px rgba(0,0,0,0.4);*/
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature_box h1{
	font-family: 'Roboto Slab', serif;
	font-size: 68px;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #80a21e;
	font-weight: 700;
	/*-webkit-text-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 5px rgba(0,0,0,0.3);*/

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c_one {
	background: #f3f3f3 no-repeat center;
	border: 5px solid #949696;
	
}
.c_two {
	background: #f3f3f3 no-repeat center;
	border: 5px solid #949696;
	
}
.c_three {
	background: #f3f3f3 no-repeat center;
	border: 5px solid #949696;
	
}
.feature_box:hover h1{
	color: #75941b;
}
.feature_box p{
	font-size: 22px;
	text-align: center;
	color: #131212;
	line-height: 24px;
	/*-webkit-text-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 5px rgba(0,0,0,0.3);*/
}

/************************************/	


.option_list ul{ list-style-type: none; padding-top: 10px; }

.option_list > ul > li a{ 
	display: block; 
	padding: 5px 0px;
	font-size: 14px; 
	color: #666;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.option_list > ul > li a.active{ 
    color: #80a21e;
}

.option_list ul > li.first_level:before{
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 16px;
	left: 40px;	
	margin-top: 5px;
}
.option_list ul > li:hover > a, /******** Updated 0n 21-jul-17 ******/
.option_list ul > li:hover:before{
    color: #80a21e;
}

/******** Updated 0n 21-jul-17 ******/
.option_list ul > li ul{ 
	list-style-type: none;
 	padding-left: 10px;
 	padding-top: 0px;
}

/*.option_list ul > li div.collapse > ul > li:before{
    position: absolute;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0px;	
}*/

.option_list > ul > li div.collapse > ul > li a{
	/*padding: 5px 0px;*/
}

.option_list > ul > li div.collapse > ul > li a.active{
    color: #80a21e;
}

.option_list ul > li div.collapse > ul > li:hover a,
.option_list ul > li div.collapse > ul > li:hover:before{
    color: #80a21e;
}

/**********************************/

#sub_list > ul{ list-style-type: none; padding-left: 10px;}
#sub_list > ul > li a{ display: block; margin: 10px 0px;}
#sub_list > ul > li a{ 
	display: block; 
	font-size: 14px; 
	color: #666;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sub_list > ul > li a:hover{
	color: #80a21e;
}
#sub_list > ul > li:before{
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 15px;
	left: 0px;	
}

#products h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
	padding: 10px 0px 10px 15px;
}

#products .view_all_btn{
	text-decoration: none;
	padding: 3px 12px;
	background-color: #fff;
	font-size: 12px;
	color: #80a21e;
	border-radius: 0;
	border: none;
	display: inline-block;
	text-transform: capitalize;
	margin-top: 8px;
	margin-right: 9px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box{ 
	text-align: center; 
	margin: 10px 0px 30px;
	border: 1px solid #ddd;
    padding-bottom: 10px;

    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box:hover{ border-color: #9cc32f; }
.box:hover img{
	transform: scale(1.03);
}

.box .prod_img_box{
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	/*height: 190px;*/
}
.box .prod_img_box img{
	width: 100%;
	height: 175px;
	background-size:contain !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box .prod_name{
	min-height:90px;
	padding: 0 5px;
}
.box .prod_name h4{
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #80a21e;
	margin-bottom: 5px;
	min-height: 32px;
	text-transform: uppercase;
}
.box .prod_name p{
	margin-bottom: 0;
	line-height: 19px;
	/*text-align: left;*/
}
.view_details_btn{
	text-decoration: none;
	padding: 8px 15px;
	background-color: #333;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: capitalize;
	margin-top: 0px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box .view_details_btn:hover{
	color: #fff;
	background-color: #9cc32f;
	text-decoration: none;
}
.box .view_details_btn:focus, .box .view_details_btn:active{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#prod_vids{
	background-color: #f3f3f3;
	padding: 70px 0px;
}
#prod_vids h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

.prod_vid_outer{ border-right: 1px dashed #999; }

.video_box a{
	text-decoration: none;
	display: block;
	margin: 15px 0px 20px;
	font-size: 16px;
	text-transform: capitalize;
	color: #343434;
	text-align: center !important;
	background-color: transparent;
	border: none;
	height: 50px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.video_box a:hover{ 
	color: #80a21e;
	text-decoration: none;
}

.view_more_btn{
	text-decoration: none;
	padding: 8px 15px;
	background-color: #333;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: capitalize;
	margin-top: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view_more_btn:hover{
	background-color: #9cc32f;
	color: #fff;
	outline: none;
	text-decoration: none;
}

.view_more_btn:focus,
.view_more_btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #333;
	color: #fff;
	outline: none;
	text-decoration: none;
}

#testi_vids{
	background-color: #fff;
	padding: 35px 0px;
}
#testi_vids h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

#timeline{
	background-color: #fff;
	padding: 70px 0px 70px;
}
#timeline h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

#timeline .str_wrap{
	background: none;
}

.index_timeline_btn_wrap{ margin-top: 30px; }

.hr_line{
	width: 100%;
    height: 4px;
    box-sizing: border-box;
    /*background-color: #e12728;*/
    background-color: #333;

    /*box-shadow: inset 0px 2px 2px #aa0b0c;*/
    position: absolute;
    top: 70px;
    z-index: 1;	
}

.str3-2 span.timeline_item { 
	position: relative;
    border:none !important; 
	background:#fff; color:#999; 
	margin:0px 5px;
	padding: 10px 0px 15px; 
	text-align:center; 
    width:350px; 
    height:auto; 
    display:inline-block; 
    vertical-align:top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.str3-2 .str_move h4{  color: #333; font-size: 22px; width: 95%; 
    margin: 0px auto 0px;  padding-top: 10px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.str3-2 .str_move p{  color: #333; font-size: 15px; line-height: 22px; width: 95%; 
    margin: 0px auto 0px;  white-space: normal !important; padding-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.timeline_slider .yr_no{
	position: relative;
	z-index: 10;
	font-size: 18px;
	color: #80a21e;
	background-color: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border: 4px solid #9cc32f;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;

	text-align: center;
	display: block;
	margin: 15px auto 15px;

	/*-webkit-animation: floating_circle 2.3s linear infinite;
	-moz-animation: floating_circle 2.3s linear infinite;
	animation: floating_circle 2.3s linear infinite;
	
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;*/

	transition: background-color 0.5s ease, transform 0.5s ease-in-out, box-shadow 0.2s, border-color 0.4s;
}

.timeline_item:nth-child(odd) .yr_no{
	animation-delay: 0s;
}

.timeline_item:nth-child(even) .yr_no{
	animation-delay: 0.5s;
}


.timeline_item:hover .yr_no{
	transform: translateY(-10px);
	background-color: #9cc32f;
	box-shadow: 1px 1px 4px #555;
	border-color: #96bc2b;
	color: #fff;
}

.timeline_item:hover h4,
.timeline_item:hover p{
	transform: translateY(-10px);
	color: #80a21e;
}

/******** Blog Index Section *******/

#blog_index_sect{
    background-color: #f3f3f3;
    /*background: url('../img/home_blog_bg1.png') repeat;*/

    padding: 60px 0px 60px;
}
#blog_index_sect h1 {
    font-size: 30px;
    color: #343434;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.index_blog_wrap{ padding: 15px 0px; }
.bl_news_box{
	position: relative;
    width: 100%;
    display: block;
    border: 1px solid #d7d7d7;
    background-color: #ececec;
    padding: 5px;
    margin-bottom: 30px;
    min-height: 410px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bl_news_box:hover{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.bl_img_box{
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bl_img_box img{
    width: 100%;
    height: 170px;
    text-align: center;
}

.bl_date{
    font-size: 12px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #666;
}
.bl_info_box{
    padding: 10px 15px 5px; 
}	

.bl_news_box .read_blog_btn{
	position: absolute;
    left: 20px;
    bottom: 20px;

	text-decoration: none;
    padding: 7px 15px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    text-transform: capitalize;
    margin-top: 0px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bl_news_box .read_blog_btn:hover,
.bl_news_box .read_blog_btn:active,
.bl_news_box .read_blog_btn:focus{
	background-color: #9cc32f;
	color: #fff;
}

.bl_info_box h5{
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
    white-space: normal;
    width: 100%;
}

.bl_info_box h5 a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #343434;
    text-align: left;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bl_info_box h5 a:hover,
.bl_info_box h5 a:active,
.bl_info_box h5 a:focus{
    text-decoration: none;
    color: #80a21e;
    outline: none;
}

.bl_info_box p{
    font-size: 14px !important;
    color: #404040;
    padding: 7px 0px 5px;
}


/**********************************/


#contact{
	background-color: #f3f3f3;
	padding: 60px 0px;
}
#contact h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 0px;
}

.footer_news ul{ list-style-type: none; }

.footer_news ul li{ padding: 10px 0px; display: block;}

.footer_news ul li:before{
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	color: #e12728;
	font-size: 16px;
	content: "\f0c1";
}

.footer_news ul li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #666;
	font-size: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer_news ul li a:hover{
	text-decoration: none;
	color: #e12728;
}

.footer_news ul li span{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #343434;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 8px;
}

.contact_info h5{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

.address{ margin: 30px 0px;}
.address p{
	font-size: 16px;
	color: #666;
}

.call_us{
	margin: 30px 0px;
}

.call_us a{
	font-size: 16px;
	width: 280px;
	color: #666;
	display: block;
	padding: 7px 0px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.call_us a i{ padding-right: 10px;}
/*.call_us a img{ padding-right: 5px; text-align: left;}*/
.call_us a:hover{ text-decoration: none; color: #80a21e;}

.map{
	width: 100%;
	height: 300px;
	margin-top: 20px;
}
.map iframe{
	width: 100%;
	height: 100%;
}

/************ copyright ************/

#copyright{
	background-color: #f9f9f9;
	padding: 20px 0px;
}

#copyright p{
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
}
#copyright .copy p{
	text-align: left;
}
#copyright .company p{
	text-align: right;
}
#copyright .company p a{
	color: #666;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#copyright .company p a:hover{
	color: #ff9c00 !important;
} 
#copyright .company p a span.orange_text{
	color: #ff9c00;
}
.quick_links{ text-align: center; }

.quick_links ul{list-style-type: none; margin-bottom: 0px;}

.quick_links ul li{ display: inline-block; }
.quick_links ul li.active a{
	color: #80a21e !important;
	background-color: transparent !important;
}
.quick_links ul li a{
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-decoration: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.quick_links ul li a:hover{
	color: #80a21e;
}


/******* Breadcrumbs *************/
#page_head .breadcrumb {
    padding: 8px 0px 6px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
}

/*#page_head .breadcrumb:before{
	content: '[';
	display: inline-block;
	font-size: 16px;
	color: #333;
}
#page_head .breadcrumb:after{
	content: ']';
	display: inline-block;
	font-size: 16px;
	color: #333;
}*/

#page_head .breadcrumb > li {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    word-wrap: break-word;
}

#page_head .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}

#page_head .breadcrumb > li > a {
    color: #333;
    font-weight: 400;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#page_head .breadcrumb > li > a:hover{
	text-decoration: none;
	outline: none;
	color: #80a21e;
}

#page_head .breadcrumb > .active {
    color: #80a21e;
    font-weight: 500;
}

/******************************/

/********** products-list **************/

#products_list{
	background-color: #fff;
	padding: 30px 0px;
}

#page_head{
	padding: 10px 0px;
	background-color: #efefef;
}

#page_head h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 0px;
	/*display: inline-block;*/
}
.prod_counter_msg{
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #f3f3f3;
	padding: 5px 15px;
	margin-bottom: 15px;
}
.prod_counter_msg span{
	font-size: 15px;
	color: #333;
	font-weight: 600;
/*	padding-left: 15px;*/
}
.prod_counter_msg span b{
    font-weight: 600;
    color: #80a21e;
}
.prod_counter_msg span.prod-count{
    float:right;
}

.category_list{ margin-bottom: 0px; margin-top: 15px; }
.category_list select{
	border: none;
    //width: 290px;
    border-radius: 0;
    background-color: #f7f7f7;
    color: #666;
    box-shadow: none;
    margin-right: 0px;
}

.category_list select:focus{
	outline: none;
	box-shadow: none;
}
.category_list .go_btn{
    background-color: #333;
    color: #fff;
    border-radius: 0px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.category_list .go_btn:hover {
    background-color: #9cc32f;
}
.category_list .go_btn:active,
.category_list .go_btn:focus {
	background-color: #333;
	box-shadow: none;
	outline: none;
	text-decoration: none;
}
.category_list .go_btn1{
    background-color: #333;
    color: #fff;
    border-radius: 0px;
    width: 36px;
    float:right !important;
    padding: 6px 0px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.category_list .go_btn1:hover,
.category_list .go_btn1:active,
.category_list .go_btn1:focus {
    background-color: #9cc32f;
    outline: none;
}
.category_list .prod_select{
    width: 86%;
    float:left;
}
.products_wrap{
	width: 100%;

	/*display: -webkit-box;*/      /* OLD - iOS 6-, Safari 3.1-6 */
  	/*display: -moz-box;*/         /* OLD - Firefox 19- (buggy but mostly works) */
  	/*display: -ms-flexbox;*/      /* TWEENER - IE 10 */
  /*	display: -webkit-flex;*/     /* NEW - Chrome */
  	/*display: flex; */            /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
  	/*-webkit-box-pack: justify;  
	    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;     
			justify-content: space-between;
	
	-webkit-box-orient: horizontal;  
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;   
    -ms-flex-flow: row wrap;  
        flex-flow: row wrap;
*/
	/*-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
			flex-direction: row;*/

	/****** For Flex-direction: column; 		
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	********/

	padding-top: 10px;
}

/*.product_box{
	width: 19%;
	margin-bottom: 30px;
	text-align: center !important;
}*/

.product_box{
	float: left;
	width: 18%;
	margin-bottom: 30px;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center !important;
}

.product_box .prod_img{
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 175px;
}
.product_box .prod_img img{
	width: 100%;
}
.product_box .prod_title{
	min-height: 50px;
}
.product_box .prod_title h4{
	font-size: 14px;
	color: #343434;
	margin-bottom: 0;
	text-transform: uppercase;
}
.product_box .view_details_btn{
	text-decoration: none;
	padding: 8px 15px;
	background-color: #333;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	margin-top: 0px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product_box .view_details_btn:hover{
	color: #fff;
	background-color: #e12728;
	text-decoration: none;
}


/********* Product-details ************/

#prod_details {
	padding: 40px 0px;
	background-color: #fff;
}
#prod_details h4{
	font-size: 24px;
	color: #80a21e;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 0px;
}
/*.red_color{ color: #e12728;}*/

.upper_case_word{ text-transform: uppercase;}

#prod_details p{
	font-size: 14px;
	color: #666;
	width: 95%;
	line-height: 24px;
}

.prod_details_img_box img{ width: 100%; }

.prod_details_img_box a:focus,
.prod_details_img_box a:active{
	outline:none;
	border:none;
}

.act_btns .catalouge_btn{
	text-decoration: none;
	padding: 8px 0px;
	background-color: #333;
	width: 140px;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: capitalize;
	margin-top: 15px;
	margin-right: 10px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.act_btns .catalouge_btn:hover{
	color: #fff;
	background-color: #9cc32f;
	text-decoration: none;
}

.act_btns .catalouge_btn:focus,
.act_btns .catalouge_btn:active {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/******** 21-Dec-2017 **********/
.act_btns .btn.dis:hover{
    background-color: #333 !important;    
    filter: alpha(opacity=65);
    opacity:0.65;
}
/********* 21-Dec-2017 *********/

.act_btns .prod_vid_btn{
	text-decoration: none;
	padding: 8px 0px;
	width: 140px;
	background-color: #333;
	color: #fff;
	border-radius: 0;
	border: none;
	text-transform: capitalize;
	margin-top: 15px;
	/*margin-left: 10px;*/
	margin-right: 10px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.act_btns .prod_vid_btn:hover{
	color: #fff;
	background-color: #9cc32f;
	text-decoration: none;
}
.act_btns .prod_vid_btn:focus,
.act_btns .prod_vid_btn:active {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.prod_specs_img_box{ margin: 50px 0px; }

.prod_specs_img_box a:focus{
    outline: none;
}

#products_list .sect_head h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
	padding: 10px 0px 10px 15px;
}

#products_list .sect_head .view_all_btn{
	text-decoration: none;
	padding: 3px 12px;
	background-color: #fff;
	font-size: 12px;
	color: #e12728;
	border-radius: 0;
	border: none;
	display: inline-block;
	text-transform: capitalize;
	margin-top: 8px;
	margin-right: 9px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#products_list .sect_head .view_all_btn:hover,
#products_list .sect_head .view_all_btn:active{
	background-color: #333;
	color: #fff;
}

.prod_details_img_box{ margin-bottom: 20px; }

/********** Product Demo **********/

#product_demo{
	background-color: #fff;
	padding: 30px 0px;
}

.product_demo_wrap{
	width: 100%;
	padding: 10px 0px;
	background-color: lightgreen;
}
#product_demo .demo_video_box .video_caption {
    min-height:80px;
}
.demo_video_box{
	margin: 15px 0px;
}
.demo_video_box .video_caption{
	width: 100%;
	background-color: #333;
	min-height:120px;
	padding: 15px;
}

.demo_video_box .video_caption a.vid_title_link{
	color: #fff;

	transition: color 0.2s ease;
	transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.demo_video_box .video_caption a.vid_title_link:hover,
.demo_video_box .video_caption a.vid_title_link:focus{
	text-decoration: none;
	color: #80a21e !important;
}

.demo_video_box .video_caption p{
	text-align: left;
	font-size: 15px;
	/*color: #fff !important;*/
	margin-bottom: 0px;
}

.demo_video_box iframe{ 
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
 }
.demo_video_box a.vid_btn {
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 12px 0px;
    margin-top: -1px;
    text-transform: capitalize;
    color: #fff;
    text-align: center !important;
    background-color: #333;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.demo_video_box a.vid_btn i.im{
	font-size: 18px;
	vertical-align: sub;
	padding-right: 7px;
}

.demo_video_box a.vid_btn:hover{
	background-color: #9cc32f;
	outline: none;
	border:none;
}
.demo_video_box a.vid_btn:focus,
.demo_video_box a.vid_btn:active {
	background-color: #333;
	outline: none;
	border:none;
}

/************ Customer Testimonials **********/

#customer_testi{
	background-color: #fff;
	padding: 30px 0px;
}

/****** COVID-19 Efforts ******/
/*** Updated on 02-Apr-20 ***/

#extra_efforts {
	background-color: #fff;
	padding: 50px 0px;
}
.extra_efforts_video_gallery {
	padding: 10px 0;
}
.extra_efforts_video_gallery h4 {
	color: #80a21e;
	margin-bottom: 20px;
}

.extra_efforts_video_gallery .demo_video_box .video_caption {
	min-height: 80px;
}

@media screen and (max-width: 1199px) {
	.extra_efforts_video_gallery .demo_video_box .video_caption {
		min-height: 90px;
	}
}
@media screen and (max-width: 991px) {
	.extra_efforts_video_gallery .demo_video_box .video_caption {
		min-height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.extra_efforts_video_gallery .demo_video_box .video_caption {
		min-height: 90px;
	}
}
@media screen and (max-width: 510px) {
	.extra_efforts_video_gallery .col-xs-6 { width: 100%; }
	.extra_efforts_video_gallery .demo_video_box .video_caption {
		min-height: 80px;
	}
}

/***************************/


/********** Latest News **********/

#latest_news{
	background-color: #fff;
	padding: 50px 0px;
}
.news_link{
	display: block;
}

.news_link:hover,
.news_link:focus,
.news_link:active{
	text-decoration: none;
	outline: none;
}

.news_link:hover .news_thumb_outer{
	border-color: #9cc32f;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
} 

.news_link:hover i{
	color: #80a21e;
	/*transform: scale(1.1);*/
	transform: translateY(-8px);
	/*transform: ;*/
}
.news_link:hover .news_date{
	background-color: #80a21e;
}

/*.news_link:hover .news_thumb_outer .news_text p{
	color: #e12728;
}*/

.news_thumb_outer{
	border: 1px solid #d7d7d7;
	background-color: #f2f2f2;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	margin-bottom: 30px;
}
.news_icon_box{
	/*height: 160px;*/
	/*background-color: #fff;*/
	position: relative;
	text-align: center;
}

.news_icon_box img{
	width: 100%;
	text-align: center;
	height: 150px;
}

.news_icon_box i{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 70px;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #333;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_date{
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 3px 5px;
	background-color: #333;
	color: #fff;
	font-size: 12px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_text{
	padding: 10px;
	height: 90px;
	background-color: #f2f2f2;
}
.news_text p{
	font-size: 14px;
	color: #333;
	text-align: left;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news_outer ul{ list-style-type: none; }

.news_outer ul li{ padding: 10px 0px; display: block;}

.news_outer ul li:before{
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	
	color: #80a21e;
	font-size: 16px;
	content: "\f0c1";
}

/*.latest_news_outer ul li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 8px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/

.news_outer ul li span{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.news_outer ul li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #666;
	font-size: 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.news_outer ul li a:hover{
	text-decoration: none;
	color: #80a21e;
}

/*.latest_news_outer ul li span{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #666;
	font-size: 15px;
}*/

.sect_head h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    padding: 10px 0px 10px 15px;
}

/********** Latest News **********/

#publications_section{
	background-color: #fff;
	padding: 30px 0px;
}


/******* Contact Us ***********/

#contact_us{
	background-color: #fff;
	padding: 50px 0px;	
}

#contact_us h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

#contact_us .enq_form_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 50px;
    margin-bottom: 10px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#contact_us .enq_form_btn:hover{
    background-color: #9cc32f;
    color: #fff;
    outline: none;
}
#contact_us .enq_form_btn:focus{
    outline: none;
}


#contact_us #quickEnquiry .modal-header {
    background-color: #343434;
}

#contact_us #quickEnquiry .modal-header h4{
    color: #fff;
}

#quickEnquiry .modal-content{
    border-radius: 0px;
}

#quickEnquiry .modal-header .close {
    color: #fff;
    opacity: 1;
}
#quickEnquiry .modal-header .close:focus{
    outline: none;
}

#contact_us .table-responsive{
/*    max-height: 420px;*/
    margin-bottom: 30px;
}
#contact_us table tbody tr td {
    font-size: 15px;
    color: #343434;
    font-weight: normal;
    border: 1px solid #999;
}
#contact_us table thead tr th{
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #666;
    border: 1px solid #999;
    border-right-color: #ccc;
}
#contact_us table thead tr th:last-of-type{
    border-right-color: #343434;
}

/***** table Heading color ****/
/*
#contact_us table thead tr th:nth-of-type(1){
    background-color: #76b4cf;
}

#contact_us table thead tr th:nth-of-type(2){
    background-color: #b4dbae;
}
#contact_us table thead tr th:nth-of-type(3){
    background-color: #cde5c1;
}

#contact_us table thead tr th:nth-of-type(4){
    background-color: #fcd1af;
}

#contact_us table thead tr th:nth-of-type(5){
    background-color: #f8aa9d;
}
#contact_us table thead tr th:nth-of-type(6){
    background-color: #c7b2d5;
}
*/
/***** table body color ******/

/*
#contact_us table tbody tr td:nth-of-type(1){
    background-color: #b4d4e4;
    text-align: center;	
}
#contact_us table tbody tr td:nth-of-type(2){
    background-color: #cde5c1;	
}
#contact_us table tbody tr td:nth-of-type(3){
    background-color: #e4f0d4;	
}
#contact_us table tbody tr td:nth-of-type(4){
    background-color: #fee6d3;	
}
#contact_us table tbody tr td:nth-of-type(5){
    background-color: #f9beb7;	
}
#contact_us table tbody tr td:nth-of-type(6){
    background-color: #e0d5e9;	
}
*/

#contact_us table tr td a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} 

#contact_us table tr td a:hover{
	color: #80a21e;
}

#contact_us .floating-label-form-group-with-focus label {color:#80a21e !important;}

#contact_us .floating-label-form-group{ border: none; }

#contact_us .floating-label-form-group select{
	margin-top: 22px;
	color: #999 !important;
}

#contact_us .radiobtn{
	margin-top:27px;
    color: #999;
    font-weight:400;
    margin-bottom:0px;
    border-bottom: 1px solid #d7d7d7 !important;
}

#contact_us .floating-label-form-group input,
#contact_us .floating-label-form-group textarea, 
#contact_us .floating-label-form-group select{
	border-bottom: 1px solid #d7d7d7;
	border-top: none;
	border-left:none;
	border-right: none;
}

#contact_us .floating-label-form-group input:hover,
#contact_us .floating-label-form-group textarea:hover {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
	border-top: none;
	border-left:none;
	border-right: none;
}

#contact_us .floating-label-form-group input:focus,
#contact_us .floating-label-form-group textarea:focus {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;

  border-top: none;
	border-left:none;
	border-right: none;
}

#contact_us .floating-label-form-group:hover, 
#contact_us .floating-label-form-group:focus{
    border-bottom:none !important; 
    background:transparent !important; box-shadow:none;
 }
#contact_us label{ font-weight: normal; }

#contact_us .form_submit_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 20px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact_us .form_submit_btn:hover,
#contact_us .form_submit_btn:focus{
	background-color: #9cc32f;
	color: #fff;
    outline: none;
}


/*********** company_profile ************/

#company_profile{
	background-color: #fff;
	padding: 50px 0px;
}
.vm_cont_wrap{
	margin-bottom: 0px;
}

.vm_box{
	display: block;
	position: relative;
	padding: 15px 10px; 
	text-align: center;
	/*background-color: #f2f2f2;*/
	/*border: 1px solid #d7d7d7;*/
	box-shadow: 1px -1px 12px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.vm_box .vm_icon_box i{
	display: table-cell;
	width: 35px;
	height: 35px;
	line-height: 35px;
	/*border-radius: 100%;*/
	margin: 10px 10px 10px 0px;
	font-size: 20px;
	background-color: #444;
	color: #fff;

	transition: all 0.3s ease-in-out;
}

.vm_box .vm_icon_box h4{
	display: table-cell;
	font-size: 22px;
	color: #80a21e;
	text-align: left;
	margin: 10px 0px 0px;
	padding-left: 10px;

	transition: all 0.3s ease-in-out;
} 
.vm_box p{
	/*font-size: 16px !important;*/
	color: #666;
	/*text-align: left !important;*/
	padding-bottom: 0px !important;
	margin-bottom: 0px;
	transition: all 0.3s ease-in-out;
}

.vm_box:hover{
	border-color: #ccc;
	box-shadow: 1px -1px 12px 3px rgba(0, 0, 0, 0.09);
	
}

.vm_box:hover .vm_icon_box i{

}

.vm_box:hover .vm_icon_box i,
.vm_box:hover h4,
.vm_box:hover p{
	transform: translateY(-6px);
}

.vm_box:hover h4{
	color: #9cc32f;
}

.inner_content p{
	font-size: 15px;
	color: #333;
	text-align: left;
	padding: 10px 0px;
}

.inner_content a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inner_content a:focus{
	outline: none;
}

.comp_profile_img_box{ 
	width: 30%;
	margin: 10px auto;
}
.prof-img { text-align: center;}


.prof-img img{ margin: 0px auto;}

.comp_profile_img_box2{	width: 100%; margin: 10px auto;}
.comp_profile_img_box3{	width: 70%; margin: 10px auto;}

.comp_profile_img_box a,
.comp_profile_img_box2 a,
.comp_profile_img_box3 a{ 
	outline: none;
	display: block;
	text-decoration: none;
	border: 1px solid #d7d7d7;

	transition: all 0.3s ease-in-out;
}

.comp_profile_img_box a:hover,
.comp_profile_img_box2 a:hover,
.comp_profile_img_box3 a:hover{
	outline:none;
	border: 1px solid #9cc32f;
}

.comp_profile_img_box a:focus,
.comp_profile_img_box2 a:focus,
.comp_profile_img_box3 a:focus{
	outline:none;
	border: 1px solid #d7d7d7;	
}

.inner_content h5{
	font-size: 16px;
	/*width: 30%;*/
	color: #333;
	font-weight: bold;
	text-align: center;
}

/******* Timeline 2 - Vertical *********/

.timeline{
	display: block;
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #999;
}

.timeline h3{
	font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0px 30px;
}

.timeline ul {
  /*background: #456990;*/
  background: none;
  padding: 20px 0px 0px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-top: 50px;
  background: #454545;
}

.timeline ul li:first-child{
	padding-top: 30px;
}

.timeline ul li span {
  content: '';
  position: absolute;
  /*left: 50%;*/
  bottom: 0;
  left: -27px;
  /*transform: translateX(-50%);*/
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: inherit;
  color: #fff;

  transition: all .5s ease-in-out;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 320px;
  padding: 10px;
  background: #454545;
  /*background: #f7595a;*/
  color: #fff;

  transition: all 0.3s ease-in-out;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -10px;
  border-width: 6px 10px 6px 0;
  border-color: transparent #454545 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  /*left: -439px;*/
  left: -359px;
}

.timeline ul li:nth-child(even) div::before {
  right: -10px;
  border-width: 6px 0 6px 10px;
  /*border-color: transparent transparent transparent #f7595a;*/
  border-color: transparent transparent transparent #454545;
}

.timeline ul li div h4{
	font-size: 16px;
	margin-top:0;
}

.timeline ul li div p{
	font-size: 14px;
	margin:0;
}

/*** Timeline Effects ***/

.timeline ul li.in-view span {
  background: #9cc32f;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline ul li.in-view div:hover{
	transform: translateY(10px);
	box-shadow: inset 0px 1px 2px #222;
}
.timeline ul li div::before:hover{
	bottom: 25px;
}

.timeline ul li.in-view div:hover h4{
	text-shadow: 0px 1px 2px #000;
}
.timeline ul li.in-view div:hover p{
	text-shadow: 0px 1px 3px #000;
}

/**** Timeline Media Queries ****/

@media screen and (max-width: 1200px) {
	.timeline ul li div {
    	width: 250px;
    }
    .timeline ul li:nth-child(even) div {
    	left: -289px;
    	/*250+45-6 = (div width) + (left) + (li width)  */
  	}
}

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

	.timeline ul {
	    padding: 20px 0px 30px;
	}

  	.timeline ul li div {
    	width: 300px;
  	}
  	.timeline ul li:nth-child(even) div {
    	left: -339px;
    	/*300+45-6 = (div width) + (left) + (li width)  */
  	}

  	.timeline ul li:nth-child(odd) div {
	  	-webkit-transform: translate3d(50px, 0, 0);
	  	-moz-transform: translate3d(50px, 0, 0);
	  	transform: translate3d(50px, 0, 0);
	}

	.timeline ul li:nth-child(even) div {
	  	-webkit-transform: translate3d(-50px, 0, 0);
	  	-moz-transform: translate3d(-50px, 0, 0);
	  	transform: translate3d(-50px, 0, 0);
	}

	.timeline ul li.in-view div {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

}

@media screen and (max-width: 810px) {
	.timeline ul li:nth-child(odd) div {
	  	-webkit-transform: translate3d(30px, 0, 0);
	  	-moz-transform: translate3d(30px, 0, 0);
	  	transform: translate3d(30px, 0, 0);
	}

	.timeline ul li:nth-child(even) div {
	  	-webkit-transform: translate3d(-30px, 0, 0);
	  	-moz-transform: translate3d(-30px, 0, 0);
	  	transform: translate3d(-30px, 0, 0);
	}

	.timeline ul li.in-view div {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}

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

	.timeline ul li {
	    padding-top: 40px;
	    width: 4px;
	}
	.timeline ul li span {
	    left: -20px;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 15px;
	}

	.timeline ul li div {
    	width: 290px;
  	}

  	.timeline ul li div:before{
  		bottom: 14px;
  	}

  	.timeline ul li:nth-child(odd) div {
	    left: 35px;
	}
  	.timeline ul li:nth-child(even) div {
    	left: -319px;
    	/*290+35-6 = (div width) + (left) + (li width)  */
  	}

  	.timeline ul li:nth-child(odd) div {
	  	-webkit-transform: translate3d(10px, 0, 0);
	  	-moz-transform: translate3d(10px, 0, 0);
	  	transform: translate3d(10px, 0, 0);
	}

	.timeline ul li:nth-child(even) div {
	  	-webkit-transform: translate3d(-10px, 0, 0);
	  	-moz-transform: translate3d(-10px, 0, 0);
	  	transform: translate3d(-10px, 0, 0);
	}

	.timeline ul li.in-view div {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

}

@media screen and (max-width: 700px) {
  
  	.timeline ul li div {
    	width: 270px;
  	}

  	.timeline ul li:nth-child(even) div {
    	left: -299px;
    	/*250+35-6 = (div width) + (left) + (li width)  */
  	}
}

@media screen and (max-width: 660px) {
  
  	.timeline ul li div {
    	width: 240px;
  	}

  	.timeline ul li:nth-child(even) div {
    	left: -269px;
    	/*240+35-6 = (div width) + (left) + (li width)  */
  	}
}



@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  	.timeline ul li span {
	    left: -19px;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 14px;
	}

  .timeline ul li div {
    /*width: calc(100vw - 91px);*/
    width: 450px;
  }
  .timeline ul li:nth-child(even) div,
  .timeline ul li:nth-child(odd) div {
    left: 35px;
  }

  .timeline ul li div::before{
  	bottom: 13px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -10px;
    border-width: 6px 10px 6px 0;
    border-color: transparent #454545 transparent transparent;
  }
}

@media screen and (max-width: 560px) {
  
  .timeline ul li div {
    width: 390px;
  }
}

@media screen and (max-width: 500px) {
  	.timeline ul li {
	    margin-left: 15px;
	    width: 4px;
	    padding-top: 30px;
	}

  	.timeline ul li div {
    	width: 350px;
  	}

  	.timeline ul li div::before{
  		bottom: 10px;
  	}
}

@media screen and (max-width: 460px) {
  
  .timeline ul li div {
    width: 290px;
  }
}

@media screen and (max-width: 400px) {
  
  .timeline ul li div {
    width: 270px;
  }
  .timeline ul li:nth-child(even) div,
  .timeline ul li:nth-child(odd) div {
    left: 35px;
  }
}

@media screen and (max-width: 380px) {
  
  .timeline ul li div {
    width: 250px;
  }
  
}

@media screen and (max-width: 360px) {
  
  .timeline ul li div {
    width: 230px;
  }
  
}
@media screen and (max-width: 340px) {
  
  .timeline ul li div {
    width: 210px;
  }

  .timeline ul li span {
    left: -17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}

  
}

/******** certifications *********/

#certifications{
	background-color: #fff;
	padding: 50px 0px;
}

#certifications h4{
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.certi_box{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.certi_img_box{
	border: 1px solid #ccc;
	width: 100%;
	display: block;
	padding: 10px;
	overflow: hidden;

	transition: all 0.3s ease-in-out;

}
.certi_img_box img{
	width: 100%;
	height: 170px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.certi_box p{
	text-align: center;
}

.certi_img_box:hover{
	border-color: #9cc32f;
}

.certi_img_box:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

/********* core_business_areas ***********/

#core_business_areas{
	background-color: #fff;
	padding: 50px 0px;
}

.core_busi_cat_link{
	display: block;
}

.core_busi_cat_link:hover,
.core_busi_cat_link:focus,
.core_busi_cat_link:active{
	text-decoration: none;
	outline: none;
}

.core_busi_cat_link:hover .core_busi_thumb_outer{
	border-color: #9cc32f;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
} 

.core_busi_cat_link:hover .core_busi_thumb_outer .title_out h3{
	color: #80a21e;
}

.core_busi_thumb_outer{
	display: block;
	border: 1px solid #d7d7d7;
	background-color: #f2f2f2;
	margin-bottom: 30px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.core_busi_img_box{
	display: block;
	text-align: center;
}

.core_busi_img_box img{
	width: 100%;
	/*height: 180px;*/
	height: 160px;
}

.core_busi_thumb_outer .title_box {
    display: block;
    background-color: #f2f2f2;
    width: 100%;
}
.title_out {
    display: table;
    min-height: 60px;
    width: 100%;
}

.core_busi_thumb_outer .title_out h3 {
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    /* background-color: #ddd; */
    margin-top: 0;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;

    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#core_business_areas table thead{
	background-color: #666;
	color: #fff;
	padding: 8px;
}

#core_business_areas table tr th:nth-of-type(1)
{
	width: 80px;
	text-align: center;
}

#core_business_areas table tr th:last-of-type
{
	width: 120px;
	text-align: center;
}

#core_business_areas table thead tr th{
	padding: 12px;
	font-weight: normal !important;
	font-size: 16px;
}

#core_business_areas table.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f3f3f3;/*#e6f6ff;*/
}

#core_business_areas table.table-striped>tbody>tr{
    background-color: #fff;
}

#core_business_areas table tbody tr td{
	font-size: 15px;
	color: #666;
}
#core_business_areas table tbody tr td:nth-of-type(1){
	text-align: center;
}

#core_business_areas table tbody tr td:last-of-type{
	text-align: center;
}
#core_business_areas table tbody tr td a{
	color: #dc5858;
	font-size: 18px;
} 

#core_business_areas table tbody tr td a:hover{
	color: #e41313;
}

/********* core_business_details ***********/

#core_business_details{
	background-color: #fff;
	padding: 50px 0px;
}

#core_business_details h4{
	font-size: 18px;
	font-weight: 600;
}

.core_business_details_outer ul{
	padding-left: 25px;
}
.core_business_details_outer ul li{
	padding-bottom: 15px;
	color: #333 !important;
}

.core_business_details_outer strong{
	font-weight: 600;
	font-size: 15px;
}

.inner_content h6{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

.inner_content ul li{ 
	font-size: 15px;
	color: #666;
	text-align: left;
}

.inner_content ul li a{
	font-size: 15px;
	color: #e12728;
	text-decoration: none;
	padding-left: 10px;
}
.core-business ul li a{
    font-size: 13px;
    color: #e12728;
    text-decoration: none;
    padding-left: 10px;  
}

.inner_content ul li a:hover,
.inner_content ul li a:focus{
	color: #80a21e;
	text-decoration: none;
}

.inner_content ul li ul.inner_list{ list-style-type: none; padding-left: 10px; }

.inner_content ul li ul.inner_list li{
	color: #888;
}

.inner_content .product_sitemap{
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 10px 0px;
	transition: all 0.4s ease-in-out;
}
.inner_content .product_sitemap:hover,
.inner_content .product_sitemap:focus{
	color: #e12728;
	text-decoration: none;
}

/************ HR Organisation Chart *********/

#hr_organisation_chart{
	background-color: #fff;
	padding: 50px 0px;
}

/************ Quality Policy *********/

#quality_policy{
	background-color: #fff;
	padding: 50px 0px;	
}

/************ Sales And Service Network *********/

#sales_and_service_network{
	background-color: #fff;
	padding: 50px 0px;		
}

/************ Swachh Bharat News *********/

#swachh_bharat_news{
	background-color: #fff;
	padding: 50px 0px;			
}

.pdf_news ul{ list-style-type: none; padding-left:0;}

.pdf_news ul li{
	padding: 12px 0px;
	border-bottom: 1px solid #d7d7d7;
}

.pdf_icon{
	display: inline-block;
	width: 10%;
	background-color: ;
	vertical-align: top;
}
.pdf_icon i{
	font-size: 42px;
}
.new_info{
	display: inline-block;
	width: 80%;
	background-color: ;	
	vertical-align: top;
}

.new_info p{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}
.new_info a{
	font-size: 15px;
	padding-left:0 !important;
	color: #666 !important;
	text-decoration: none;
}

.new_info a:hover{
	color: #e12728 !important;
}

/************ Events *********/

#events{
	background-color: #fff;
	padding: 50px 0px;
}
.ev_cat_details_link{ display: block; }
.ev_cat_box{
	display: block;
    /*border: 1px solid #f1f1f1;*/
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ev_cat_img_box{
	display: block;
    text-align: center;
    position: relative;
    height: 110px;
}
.ev_cat_img_box img{
	width: 65px;
	height: auto;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s ease-in-out;
}
.ev_title{
	display: table;
    height: 50px;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}
.ev_cat_box .ev_title h3 {
    color: #333;
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ev_cat_details_link:hover,
.ev_cat_details_link:focus,
.ev_cat_details_link:active{
	text-decoration: none;
	outline: none;
}

.ev_cat_details_link:hover .ev_cat_box{
	border-color: #9cc32f;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
} 
.ev_cat_details_link:hover img{
	transform: rotateY(360deg);
}
/*.ev_cat_details_link:hover .ev_cat_box .ev_title{
	background-color: #f23435;
}*/
.ev_cat_details_link:hover .ev_cat_box .ev_title h3{
	color: #80a21e;
}


#events .inner_content .events_photogal a{
	display: block;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#events .inner_content .events_photogal a:hover{
    border-color: #9cc32f !important;
}

#events .inner_content .events_photogal a:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.img_prop{
	width: 100%;
	height: 190px;	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img_prop1{
	width: 100%;
	height: 240px;	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.space_bott{
	margin-bottom: 30px;
}

/************ Kamstar *********/

#kamstar{
	background-color: #fff;
	padding: 50px 0px;
}

.kamstar_logo_box{
	width: 100%;
}

.kamstar_logo_box img{ width: 100%; }

#kamstar .inner_content .events_photogal a{
	display: block;
}

.kamstar_head{
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 10px 0px;
	margin: 30px 0px;
	background-color: #f7f7f7;
}

.kamstar_head p{
	font-size: 16px;
	color: #80a21e;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.kamstar_head h5{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0px;
}

/************ HR Policies *********/

#hr_policies{
	background-color: #fff;
	padding: 50px 0px;
}

#hr_policies #hr_policy_top_table table a{
	font-size: 16px;
	color: #343434;
	text-decoration: none;
}
#hr_policies #hr_policy_top_table table a:hover{
	color: #e12728;
	text-decoration: none;	
}

#hr_policies table tbody tr{
	background-color: #f7f7f7;
}

#hr_policies table > thead > tr > th {
    vertical-align: top;
}

#hr_policies table thead{
	background-color: #666;
	color: #fff;
}

#hr_policies table thead tr th{
	padding: 12px;
	font-weight: normal !important;
	font-size: 16px;
}

#sect_a,
#sect_b,
#sect_c,
#sect_d,
#sect_e{
	width: 100%;
	display: block;
	padding: 10px 0px 20px;
}
#sect_a h5,
#sect_b h5,
#sect_c h5,
#sect_d h5,
#sect_e h5{
	color: #e12728;
	text-align: left;
	padding-bottom: 5px;
}

#sect_a span,
#sect_b span,
#sect_c span,
#sect_d span,
#sect_e span{
	font-size: 15px;
	color: #333;
	padding-bottom: 5px;
}

#sect_a p,
#sect_b p,
#sect_c p,
#sect_d p,
#sect_e p{
	font-size: 15px;
	color: #666;
	padding-bottom: 0px;
}
#sect_a ul,
#sect_b ul,
#sect_c ul,
#sect_c ol,
#sect_d ul,{ padding-top: 5px; }



/******** Career *********/

#career{
	background-color: #fff;
	padding: 50px 0px;
}

.inner_content form h6{
	color: #333;
	font-size: 17px;
	background-color: #f7f7f7;
	margin: 10px 0px;
	padding: 10px 0px;
	text-align: left;
}

.inner_content form p{
	color: #333;
	font-size: 16px;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#career form label{ font-size: 16px; }

#career .floating-label-form-group-with-focus label{color:#e12728 !important; font-size: 16px;}

#career .floating-label-form-group{ border: none; }

#career .floating-label-form-group select{
	margin-top: 22px;
	color: #999 !important;
	font-size: 16px;
}

#career input#date{
	border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 25px;
    padding-left: 0;
}
#career .input-group span.input-group-addon{
	background-color: transparent;
    border: none;
    padding-top: 25px;
}

#career .radiobtn{
	margin-top:27px;
    color: #999;
    font-weight:400;
    margin-bottom:0px;
    border-bottom: 1px solid transparent !important;
}

#career .floating-label-form-group input,
#career .floating-label-form-group textarea, 
#career .floating-label-form-group select{
	border-bottom: 1px solid #d7d7d7;
	border-top: none;
	border-left:none;
	border-right: none;
}

#career .floating-label-form-group input:hover,
#career .floating-label-form-group textarea:hover {
	border-bottom:1px solid #e12728 !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
	border-top: none;
	border-left:none;
	border-right: none;
}

#career .floating-label-form-group input:focus,
#career .floating-label-form-group textarea:focus,
#career .floating-label-form-group select:focus {
	border-bottom:1px solid #e12728 !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;

  border-top: none;
	border-left:none;
	border-right: none;
}

#career .floating-label-form-group:hover, .floating-label-form-group:focus{
    border-bottom:none !important; 
    background:transparent !important; box-shadow:none;
 }
#career label{ font-weight: normal; }

#career .career_submit_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 30px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#career .career_submit_btn:hover{
	background-color: #e12728;
	color: #fff;
}


/********** Back To Top Anchor ******/

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 50px;
    height: auto;
    text-align: center;
    display: none;
    border: 1px solid #fff;
    font-size: 22px;
    color: #fff;
    background-color: #242424;
    padding: 7px 0px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 20;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.back_to_top:hover{
	background-color: #9cc32f;
	color: #fff;
	text-decoration: none;
}


/********** Sitemap ************/

#sitemap{
	background-color: #fff;
	padding: 50px 0px;
}

.sitemap_inner ul{ list-style-type: none; padding-left: 0px; }

.sitemap_inner ul li{ padding: 3px 0px; }

.sitemap_inner ul li a{
	color: #343434;
	font-size: 18px;
}


.sitemap_inner ul li li a{
	color: #666;
	font-size: 16px;
}

.sitemap_inner ul li > ul{ list-style-type: none; padding-left: 30px; }

.sitemap_inner ul ul > li:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 26px;
    margin-top: 5px;
    color: #666;
}

/******** Social Wall *******/

#social_wall{
	background-color: #fff;
	padding: 50px 0px;
}

.wall_border_box{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wall_border_box:hover{
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.wall_box{
	width: 100%;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 220px;
}

.wall_box img{
	margin-right: 10px;
}

.wall_box h4{
	font-size: 13px;
	font-weight: bold;
	color:#343434;
	text-align:left;
	margin: 5px 0px 0px;
}
.wall_box small{
	font-size: 12px;
	color:#666;
	text-align:left;
	font-style: italic;
}
.wall_box img{
	float:left;
}

.wall_box p{
	font-size: 14px;
	color:#666;
	padding: 0px;
	margin-bottom: 0px;
	text-align:left;
}

.social_wall_read_link{
	font-size: 13px;
	color:#343434;
	text-align:left;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	margin: 8px 0px;	

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.social_wall_read_link:hover{
	color: #e12728;
	text-decoration: none;
}

.color_patch{
	width: 100%;
	padding: 10px;
	
}
.twit_color{ background-color: #00baf7; }
.fb_color{ background-color: #39579b; }
.youtube_color{ background-color: #d6492f; }

.color_patch span{
	color: #fff;
	font-size: 13px;
}

.color_patch i{
	color: #fff;
	font-size: 14px;
	padding-right: 10px;
}


.color_patch_btn{
	color: #fff;
	font-size: 12px;
	padding: 0px 5px;
	border: 1px solid #fff;
	float: right;
	border-radius: 0;
}
.color_patch_btn:hover{
	background-color: #fff;
	color: #343434;
}

/******* multi_video_modal *********/

#multi_video_modal .modal-header .modal-title{
    font-size: 20px;
    color: #80a21e;
    margin-bottom: 0;
}
#multi_video_modal .modal-header .close {
    font-size: 28px;
    color: #343434;
    opacity: 1;
}
#multi_video_modal .modal-body p{
    color: #fff !important;
}
#multi_video_modal .modal-body .video_caption {
    width: 100%;
    background-color: #333;
    min-height: 101px;
    padding: 15px;
}

/******* multi_testi_video_modal *********/

#multi_testi_video_modal .modal-header .modal-title{
    font-size: 20px;
    color: #80a21e;
    margin-bottom: 0;
}
#multi_testi_video_modal .modal-header .close {
    font-size: 28px;
    color: #343434;
    opacity: 1;
}
#multi_testi_video_modal .modal-body p{
    color: #fff !important;
}
#multi_testi_video_modal .modal-body .video_caption {
    width: 100%;
    background-color: #333;
    min-height: 101px;
    padding: 15px;
}

/************* Blog ***********/

#blog{
    background-color: #fff;
    padding: 50px 0px;
}

.blog_news_box{
	position: relative;
    width: 100%;
    display: block;
    /*text-align: center;*/
    border: 1px solid #d7d7d7;
    background-color: #ececec;
    padding: 5px;
    margin-bottom: 30px;

    min-height: 370px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_news_box:hover{
    /*border-color: #f09b00;*/
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.blog_img_box{
    /*background-color: #fff;*/
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_img_box img{
    width: 100%;
    height: 170px;
    text-align: center;
}

.blog_date{
    font-size: 12px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #666;
}


.blog_info_box{
    /*//background-color: #ececec;*/
    padding: 10px 15px 5px; 
}	

.blog_news_box .read_blog_btn{
	position: absolute;
    left: 20px;
    bottom: 15px;

	text-decoration: none;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    border: none;
    text-transform: capitalize;
    margin-top: 0px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog_news_box .read_blog_btn:hover
{
	background-color: #9cc32f;
	color: #fff;
}
.blog_news_box .read_blog_btn:active,
.blog_news_box .read_blog_btn:focus {
	background-color: #333;
	color: #fff;	
	outline: none;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.blog_info_box h5{
    margin-top: 0;
    margin-bottom: 2px;
    text-align: left;

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    /*min-height: 35px;*/
}

.blog_info_box h5 a{
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    text-align: left;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_info_box h5 a:hover,
.blog_info_box h5 a:active,
.blog_info_box h5 a:focus{
    text-decoration: none;
    color: #e12728;
    outline: none;
}

.blog_info_box p{
    font-size: 14px !important;
    color: #404040;
    padding: 7px 0px 5px;
}

/*********** Blog Details *******/

#blog_details{
    background-color: #fff;
    padding: 50px 0px;
}

.blog_details_img_box{
    display: block;
    width: 100%;
    margin-top: 10px;
    /*border: 1px solid #d7d7d7;*/
    overflow: hidden;
}

.blog_details_img_box img{
    width: 100%;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog_details_img_box img:hover{
    transform: scale(1.08);
}

.blog_news_details_box{
    padding-bottom: 15px;
}

.blog_news_details_box h5{
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;

    font-size: 18px;
    font-weight: 600;
    color: #343434;
    text-align: left;
}

.blog_news_details_box .blog_date{
    font-size: 14px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #888;
    padding: 3px 0px;
}

.blog_news_details_box p{
    font-size: 15px;
    color: #404040;
    margin-bottom: 0px;
}

.comment_sect h4{
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;

    font-size: 18px;
    font-weight: 600;
    color: #343434;
    text-align: left;
}

.comment_sect h6{
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: left;

    font-size: 16px;
    font-weight: 600;
    color: #343434;
}

.comment_sect .floating-label-form-group-with-focus label{color:#80a21e !important;}

.comment_sect .floating-label-form-group{ border: none; }

.comment_sect .floating-label-form-group select{
    margin-top: 22px;
    color: #999 !important;
}

.comment_sect .radiobtn{
    margin-top:27px;
    color: #999;
    font-weight:400;
    margin-bottom:0px;
    border-bottom: 1px solid #d7d7d7 !important;
}

.comment_sect .floating-label-form-group input,
.comment_sect .floating-label-form-group textarea, 
.comment_sect .floating-label-form-group select{
    border-bottom: 1px solid #d7d7d7;
    border-top: none;
    border-left:none;
    border-right: none;
}

.comment_sect .floating-label-form-group input:hover,
.comment_sect .floating-label-form-group textarea:hover {
    border-bottom:1px solid #80a21e !important; background:transparent !important; box-shadow:none;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
    border-top: none;
    border-left:none;
    border-right: none;
}

.comment_sect .floating-label-form-group input:focus,
.comment_sect .floating-label-form-group textarea:focus {
    border-bottom:1px solid #80a21e !important; background:transparent !important; box-shadow:none;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;

    border-top: none;
    border-left:none;
    border-right: none;
}

.comment_sect .floating-label-form-group:hover, .floating-label-form-group:focus{
    border-bottom:none !important; 
    background:transparent !important; box-shadow:none;
}
.comment_sect label{ font-weight: normal; }

.comment_sect .form_submit_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 20px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.comment_sect .form_submit_btn:hover{
    background-color: #9cc32f;
    color: #fff;
}

.comment_sect .form_submit_btn:active,
.comment_sect .form_submit_btn:focus {
	background-color: #333;
    color: #fff;	
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.comment_sect .comment_form p {
    font-size: 14px;
    color: #343434;
    background-color: transparent;
    margin-top: 10px;
    text-align: left;
}

/*** Used Equipments page ***/
#used_equipments_page {
	padding: 50px 0;
}
.used_equip_card {
	border: 1px solid #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin-bottom: 30px;
}
.eq_img_box {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.eq_img_box img { 
	width: auto;
	/*height: 240px; */
}
.eq_info { 
	width: 70%; 
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.eq_info .info_left {
	width: 75%;
}
.eq_info .info_right {
	width: 24%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px dashed #ddd;
    margin-left: 1%;
}

.eq_info .info_left h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
}
.eq_info .info_left p,
.eq_info .info_left span {
	color: #393939;
	font-weight: 600;
}
.eq_info .info_left strong,
.eq_info .info_left b { 
	/*color: #555; */
	color: #393939;
	font-weight: 700; 
}
.eq_info .info_left .machine_year,
.eq_info .info_left .machine_used {
	display: inline-block;
	background-color: #eee;
	padding: 3px 5px;
	border-radius: 2px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #393939;
}
.eq_info .info_left .machine_year {
	margin-right: 5px;
}

.eq_info .info_right .sell_price {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.eq_info .info_right .view_details_btn {
	padding: 10px 15px;
	font-size: 18px;
}
.eq_info .info_right .view_details_btn:hover {
	background-color: #9cc32f;
	color: #fff;
}

.eq_info .info_right .view_details_btn:active,
.eq_info .info_right .view_details_btn:focus {
	outline: none;
	border: 0;
	box-shadow: none;
	background-color: #9cc32f;
	color: #fff;
}

#equipmentEnquiry .modal-header {
    background-color: #343434;
}
#equipmentEnquiry .modal-header h4 {
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
}
#equipmentEnquiry .modal-header .close {
    color: #fff;
    opacity: 1;
}
#equipmentEnquiry .floating-label-form-group-with-focus label {color:#80a21e !important;}

#equipmentEnquiry .floating-label-form-group{ border: none; }

#equipmentEnquiry .floating-label-form-group select{
	margin-top: 22px;
	color: #999 !important;
}

#equipmentEnquiry .radiobtn{
	margin-top:27px;
    color: #999;
    font-weight:400;
    margin-bottom:0px;
    border-bottom: 1px solid #d7d7d7 !important;
}

#equipmentEnquiry .floating-label-form-group input,
#equipmentEnquiry .floating-label-form-group textarea, 
#equipmentEnquiry .floating-label-form-group select{
	border-bottom: 1px solid #d7d7d7;
	border-top: none;
	border-left:none;
	border-right: none;
}

#equipmentEnquiry .floating-label-form-group input:hover,
#equipmentEnquiry .floating-label-form-group textarea:hover {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
	border-top: none;
	border-left:none;
	border-right: none;
}

#equipmentEnquiry .floating-label-form-group input:focus,
#equipmentEnquiry .floating-label-form-group textarea:focus {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;

  border-top: none;
	border-left:none;
	border-right: none;
}

#equipmentEnquiry .floating-label-form-group:hover, 
#equipmentEnquiry .floating-label-form-group:focus{
    border-bottom:none !important; 
    background:transparent !important; box-shadow:none;
 }
#equipmentEnquiry label{ font-weight: normal; }

#equipmentEnquiry .form_submit_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 20px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#equipmentEnquiry .form_submit_btn:hover,
#equipmentEnquiry .form_submit_btn:focus{
	background-color: #9cc32f;
	color: #fff;
    outline: none;
}


/**** Services ****/

#services_page {
	padding: 50px 0;
}
.service_content_box {
	margin-bottom: 20px;
}
.content_img_card {
	border: 1px solid #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	margin-bottom: 20px;
}
.content_img_box {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.content_img_box img { 
	width: auto;
	/*height: 240px; */
}
.content_info { 
	width: 75%; 
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.content_info  h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
}
.content_info  p,
.content_info  span {
	color: #393939;
	font-weight: 600;
}
.content_info  strong,
.content_info  b { 
	/*color: #555; */
	color: #393939;
	font-weight: 700; 
}

#sparepartsEnquiry .modal-header {
    background-color: #343434;
}
#sparepartsEnquiry .modal-header h4 {
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
}
#sparepartsEnquiry .modal-header .close {
    color: #fff;
    opacity: 1;
}
#sparepartsEnquiry .floating-label-form-group-with-focus label {color:#80a21e !important;}

#sparepartsEnquiry .floating-label-form-group{ border: none; }

#sparepartsEnquiry .floating-label-form-group select{
	margin-top: 22px;
	color: #999 !important;
	 font-size: 16px;
}

#sparepartsEnquiry .radiobtn{
	margin-top:27px;
    color: #999;
    font-weight:400;
    margin-bottom:0px;
    border-bottom: 1px solid #d7d7d7 !important;
}

#sparepartsEnquiry .floating-label-form-group input,
#sparepartsEnquiry .floating-label-form-group textarea, 
#sparepartsEnquiry .floating-label-form-group select{
	border-bottom: 1px solid #d7d7d7;
	border-top: none;
	border-left:none;
	border-right: none;
}

#sparepartsEnquiry .floating-label-form-group input:hover,
#sparepartsEnquiry .floating-label-form-group textarea:hover {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
	border-top: none;
	border-left:none;
	border-right: none;
}

#sparepartsEnquiry .floating-label-form-group input:focus,
#sparepartsEnquiry .floating-label-form-group textarea:focus {
	border-bottom:1px solid #9cc32f !important; background:transparent !important; box-shadow:none;
-webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;

  border-top: none;
	border-left:none;
	border-right: none;
}

#sparepartsEnquiry .floating-label-form-group:hover, 
#sparepartsEnquiry .floating-label-form-group:focus{
    border-bottom:none !important; 
    background:transparent !important; box-shadow:none;
 }
#sparepartsEnquiry label{ font-weight: normal; }

#sparepartsEnquiry .form_submit_btn {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 8px 20px;
    margin-top: 30px;

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#sparepartsEnquiry .form_submit_btn:hover,
#sparepartsEnquiry .form_submit_btn:focus{
	background-color: #9cc32f;
	color: #fff;
    outline: none;
}


/******** Sales & Location Map Show Popup *******/

.map{
	position: relative;
}

.location_info_b{
	position: absolute;
	top: 200px;
	left: 200px;
	display: none;
	width: 200px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	font-size: 14px;
}

.prev_box{
	position: absolute;
	display: none;
	padding: 5px;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	text-align: left;

	top: 0;
	left: 0;

	/*transition: all 0.5s ease-in-out;*/

}
.prev_box p{
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding:0;
	text-align: left !important;
	font-weight: 300;
}

@media screen and (max-width: 767px){
	.prev_box p{
		color: #fff;
		font-size: 11px;
	}	
}


.mouse_pos{
	position: fixed;
	z-index: 10;
	background-color: #ccc;
	border: 1px solid #d7d7d7;
	top: 100px;
	left: 50px;
	height: auto;
	width: 180px;
	padding: 5px;
	color: #333;
}

/*#sales_and_service_network .table-responsive img{
	min-width: 596px;
}*/

.imagemap__img{
	max-width: 100%;
	min-width: 596px;
  height: auto;
  margin:auto;
  text-align: center;
}

.js .imagemap__item {
  display: none;
}
@media screen and (min-width: 48em) {

  .imagemap__item:target {
    display: block;
  }
  .imagemap__item:target > .imagemap__text {
    display: block;
  }
}

