body
{
	margin:0px;
	padding:0px;
}
/*.logo.img-responsive {
    max-width: 238px;
    padding-top: 10px;
    background: #fbf500;
}*/
.details_news ul, .details_news ol {
    padding-left: 20px;
}
.vacancies_main ul {
    padding-left: 20px !important;
}
.vacancies_main ol {
    padding-left: 20px !important;
}
.cf:after, .cf:before { content:""; display:table;}
.cf:after{zoom:1;}
.cf:after{ clear:both;}
a{ transition: all 0.5s ease-in-out 0s; }
p{ margin:0px; padding:0px;color: #211a18;font-family: 'Barlow Condensed', sans-serif;}
*{ list-style:none;text-decoration:none; margin:0px; padding:0px;}

*, *:after, *:before
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ display:block;}
h1, h2, h3, h4, h5, h6{ margin:0px; padding:0px; font-weight:normal;}
:focus {outline:none;}
/*-------banner css-------*/
.header_all{
position:relative;
}
div#cartitemtable td.mycartpage {
    text-align: left !important;
    padding-left: 15px !important;
}
div.mouse {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 46px;
    height: 96px;
    background-image: url("../images/mouse.png");
    background-repeat: no-repeat;
    border-radius: 25px;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
        animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    left: 0px;
    right: 0px;    
}

@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
.header {
	width:100%;
}
.logo {
	/* width: 240px; */
	margin-left: 16px;
}

.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
}

.nav ul {
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
	z-index: 1;
}

.nav li {
    float:left;
    position:relative;
}

.nav li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:transparent;
    border:1px solid transparent;
    color:#FFF;
    display:block;
    font-size:16px;
    line-height:35px;
    padding:5px 15px;
    text-decoration:none;
    transition:0.5s;
	font-family: 'Abel', sans-serif;
	
	
}

.nav li:hover > a {
    background:transparent;
   
    color:#fff;
}

.nav li:hover ul.subs {
    height:auto;
    width:180px;
	z-index: 9;
}

.nav ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;
}

.nav ul li a {
	background: #f9f500;
	border-color: #000;
	color: #000;
	line-height: 1px;
	/* -moz-transition: 1.5s; */
	/* -webkit-transition: 1.5s; */
	/* transition: 1.5s; */
	transition: 0.5s ease-in-out;
}
.nav li:hover ul li a {
    line-height:35px;
	font-size: 17px;
    font-weight: 600;
}

.nav ul li a:hover {
	background: #008238;
	opacity: 0.9;
}

.header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fbf500;
}
.header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fbf500;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fbf500 !important;
}
.header .navbar-default.scrolled {
  background-color:#092741 !important;
  transition: background-color 200ms linear;
  0pacity:0.9;
  padding-top:-5px;
}
.header.nav navbar-nav navbar-right{
	border-bottom-style:1px solid rgba(255,255,255,0.8);
	font-size: 16px !important;
	position:absolute;
top:40px;
}
nav navbar-nav navbar-right
.header .navbar-nav > li {
	float: left;
	font-size: 16px;
	padding-right: 20px;
	font-family: 'Abel', sans-serif; 
	font-weight:400;
	


}

.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0px;
}
.header .btn-default {
	color: #333;
	background-color: #967939;
	border-color: #967939;
	color:#ffffff;
}

.header .navbar-default .navbar-nav > .item > a {
	color: #fff;
	font-size: 16px;
	padding: 25px 5px;
	margin: -1px 0px -2px;
	/* position: relative; */
	font-family: 'Abel', sans-serif;
	font-weight:400;
	transition: all 0.5s ease-in-out;
}
.header .navbar-default .navbar-nav > .item > a:hover span{
color:#fbf500 !important;
}
.header .navbar-default .navbar-nav > .item >a:focus {
	color: #fbf500 !important;
}
.header .navbar-default .navbar-nav > .item > a:hover::after  {
  display:block;
   transition:all 0.5s ease-in-out;
}
.header .nav > li > a:hover, .nav > .item > a:focus {
    color:red;
    text-decoration: none;

	
}

.header .navbar-default .navbar-nav >.item > a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .item > a:focus {
	color: #fbf500;
	transition: all 0.5s ease-in-out;
	background-color: transparent !important;
}

.header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: rgba(255,255,255,0);
	padding: 35px 20px;
	padding-right: 30px;
}


.header .nav.navbar-nav.navbar-right {
	margin-top: 20px;
	margin-right: 0px;
}

.navbar.navbar-default {
	background-color: #008238;
	border-radius: 0px !important;
}
.header_icon {
	display: inline-block;
	text-align: center;
	/* margin: 0 auto; */
	margin-top: -52px !important;
	margin-left: 140px;
	background-color: #f9f500;
	/*padding: 0px 15px 7px 10px;*/
	padding: 0px 20px 7px 10px;
	float: right !important;
}
.translated-ltr .header_icon {
	display: inline-block;
	text-align: center;
	margin-top: -51px !important;
	margin-left: 140px;
	background-color: #f9f500;	
	padding: 3px 5px;
	float: right !important;
}
.header_icon span {
	display: inline-block;
	margin-top: 60px;
	margin-left: 4px;
}
.header_icon span p{
margin-top:0px;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:400;
color:#211a18l;
}
.header_icon span i {
	color: #008238;
	font-size: 20px;
	/* margin-right: 10px; */
	/* margin-top: 2px; */
}
.header_icon span #a2{
	color: #008238;
	font-size: 20px;
	margin-right: 10px !important;
	/* margin-top: 2px; */
}
#a3 {
	position: relative;
	top: -20px;
}
/* border-box */
.search-container *,
.search-container *:after,
.search-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* search bar focus */
.search-container *:focus {
  background: #fbfbfb;
  color: #333333;
  outline: 0;
}

/* search bar container */
.search-container {
  display: table;
  position: relative;
  width: 51px;
}

/* search icon button */
.search-icon-btn {
	background-color: #f9f500;
	border: 1px solid #008238;
	display: table-cell;
	height: 50px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 50px;
	z-index: 2;
	margin-top: 64px;
}

/* search bar input container */
.search-input {
  position: absolute;
  left: 0;
  z-index: 1;
}

/* search bar input */
.search-input input.search-bar {
  border: 1px solid #cccccc;
  height: 50px;
  padding: 0px;
  width: 50px;
}
.search-input input.search-bar:focus {
  padding-left: 60px;
  padding-right: 10px;
  width: 200px;
}

/* transition effect */
.search-input input.search-bar,
.search-icon-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* hover on search bar container */
.search-container:hover > .search-input input.search-bar {
  padding-left: 60px;
  padding-right: 10px;
  width: 200px;
}
.main_banner img {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
	position: relative;
	width:100%;
	height: 620px;
}
.main_banner .item .in_ba_tex h1 {
	font-size: 72px;
	color: #fff;
	margin: 0px;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, 0);
	margin-top: 85px;
	font-weight: 800 !important;
	text-align: center;
	line-height:84px;
	font-family: 'Barlow Condensed', sans-serif;
	
}
.main_banner  .banner_btn{
text-align:center !important;
}
.main_banner .item  .in_ba_tex p{
	font-size: 16px;
	color: #fff;
	margin: 0px;
	line-height:24px;
	/* padding: 0px 0 15px 0; */
	 text-shadow: -1px 2px 2px rgba(0, 0, 0, 0); 
		margin-top:0px;
	font-weight:normal;
	text-align:center;
	font-weight:400;
	animation: 4s slide-right;
	font-family: 'Barlow Condensed', sans-serif;
}
/*.main_banner .item .in_ba_tex a {
	background-color: #008238;
	color: #fff;
	display: inline-block;
	padding: 16px 78px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	border-radius: 0px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}*/
.main_banner .banner_btn {
	position: relative;
	padding: 14px 44px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid transparent;
	overflow: hidden;
	outline: 0;
	z-index: 11;
	width: 20%;
	margin-top: 20px;
	background-color: #008238;
	font-family: 'Barlow Condensed', sans-serif;
}
.banner_btn  a{
text-decoration:none !important;
color:#fff !important;
}
.main_banner .banner_btn:hover a{
color:#000000 !important;
}
.main_banner .banner_btn:hover{
  border:1px solid #f9f500;
  
}
.main_banner .banner_btn:nth-child(1){

}
.main_banner .banner_btn:hover:nth-child(1){
  background:none;
   border:1px solid #fff;
}
.main_banner .banner_btn:nth-child(1):after{
  display: none;
}

.main_banner .banner_btn::after {
	width: 0;
	height: 100%;
	position: absolute;
	left: -2%;
	top: 0;
	/*-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;*/
	content: '';
	background-color: #f9f500;
	color:#000000 !important;
	float: left;
	z-index: -1;
}
.main_banner .banner_btn:hover:after{
  width: 105%;
  color:#000000 !important;
}



.part_finder{
	margin: 0 auto;
	width: 60%;
	display: inline;
}
.bann_log {
	box-shadow: 0px 16px 36px 0px rgba(3, 4, 4, 0.1);
	background-color: #fff;
	margin-top: -120px;
	/* padding: 0px 50px inherit; */
	width:100%;
}

.part_finder .part_border {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
}
.part_inner h2{
font-weight:600;
font-family: 'Barlow Condensed', sans-serif;
font-size:33px;
color:#008238;
float:left;
margin:0px !important;
padding:20px 20px 20px 20px;
}
.part_inner  p{
font-weight:200;
font-family: 'Barlow Condensed', sans-serif;
font-size:22px;
color:#908c8a;
float:right;
padding:20px 20px 20px 20px;
}
.finder_btn .btn-primary {
	color: #fff;
	background-color: #e8e8e7;
	border-color: transparent;
	color: #908c8a;
	font-weight:200;
	font-family: 'Barlow Condensed', sans-serif;
}
.finder_btn .btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 15px 10px;
	font-size: 16PX;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0px;
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
	width: 100%;
	color: #908c8a;
}
.finder_btn{
padding-top:30px;
font-size:16px;
}
#finger2 {
	padding-bottom: 30px;
	padding-top: 20px;
}
.finder_btn .btn-primary:hover {
	color: #908c8a;
	background-color: #e8e8e7;
	border-color: transparent;
}
.finder_btn .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #908c8a;
	background-color: #e8e8e7;
	border-color: transparent;
}
.finder_btn .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #908c8a;
	background-color: #e8e8e7;
	border-color: transparent;
}
.finder_btn  .btn-primary:focus, .btn-primary.focus {
	color: #908c8a;
	background-color: #e8e8e7;
	border-color:transparent;
}
.finder_btn  .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #908c8a;
	background-color: #e8e8e7;
	border-color:transparent;
}
.finder_btn .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width:20%;
	height:20%;
	background-repeat:no-repeat;
	 border-top: 0px;
	border-top: 0px;
	 border-right: 4px solid transparent; 
	 border-left: 4px solid transparent; 
}
.finder_btn .btn.btn-primary.dropdown-toggle {
	color: 000000;
	background-color: #e8e8e7 !important;
	border-color:transparent;
}
.confirm_inner {
	padding: 0px; 
	margin: 0px;
}

.row.all_part{
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.confirm_inner #search_product{
	margin: 0px;
}
display: -webkit-box;
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;


.confirm_inner {
	padding: 21px 0px 57px 0px;
	margin-right: 10px;
}
.confirm_inner input,submit{
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none !important;
	background-color: #008238;
	padding: 48px 48px 56px 48px;
    margin-top: 10px;
}
.confirm_inner input:hover,submit:hover{
	color: #000000 !important;
    border: 1px solid #f9f500;
    background-color: #f9f500;
    box-shadow: 0 0 20px rgba(3,3,3,0);
}
.confirm_inner a:hover, a:focus {
	color: #fff !important;
	text-decoration: underline;
}
.all_part {
	padding: 0px 40px 0px 40px;
}
.t_inner {
	margin-top: 40px;
}
.about{
padding:40px 0px 100px 0px;
}
.about_inner h1{
font-size:48px;
color:#211a18;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
margin-bottom: 15px;
}
.about_inner p{
font-size:16px;
    color: #211a18;
    line-height: 30px;
    font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.about_inner .banner_btn {
	position: relative;
	padding: 14px 44px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	border:none !important;
	overflow: hidden;
	outline: 0;
	width: 35%;
	text-align:center !important;
	margin-top: 20px;
	background-color: #008238;
	font-family: 'Barlow Condensed', sans-serif;
}
.banner_btn  a{
text-decoration:none !important;
color:#fff !important;
}
.about_inner .banner_btn:hover a{
color:#000000 !important;
 
}
.about_inner .banner_btn:hover{
  border:1px solid transparent;
  background: #f9f500;
}
.about_inner .banner_btn:nth-child(1){

}
.about_inner .banner_btn:hover:nth-child(1){
  background:none;
   border:1px solid transparent;
}
.about_inner .banner_btn:nth-child(1):after{
  display: none;
}

.about_inner .banner_btn::after {
	width: 0;
	height: 100%;
	position: absolute;
	left: -2%;
	top: 0;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	content: '';
	background-color: #f9f500;
	color:#000000 !important;
	float: left;
	z-index: -1;
}
.about_inner .banner_btn:hover:after{
  width: 105%;
  border:none !important
  color:#000000 !important;
}
.tech_main{
background-color:#211a18;
padding:70px 0px 96px 0px;
 box-shadow: 0px 15px 10px -15px #211a18; 
 background-attachment:fixed;
}
.tech_inner{
margin-top: 18px;
margin-left: -15px;

}
.tech_h2 {
font-size:48px;
color:#f9f500;
/*margin-left:100px;*/
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}
.tech_inner p{
font-size:16px;
color:#fff !important;
font-weight:400;
line-height:30px;
margin-bottom:14px;
font-family: 'Barlow Condensed', sans-serif;
}
.tech_inner span{
font-size:22px;
color:#fff !important;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}
.tech_inner span a{
font-size:22px;
color:#fff !important;
font-weight:400;
text-decoration:none !important;
cursor:pointer;
font-family: 'Barlow Condensed', sans-serif;
}
.tech_inner h6{
font-size:22px;
color:#fff !important;
font-weight:500;
margin-top:10px;
text-decoration:none !important;
font-family: 'Barlow Condensed', sans-serif;
}
.tech_inner h6 span{
font-size:12px;
color:#fff !important;
font-weight:400;
text-decoration:none !important;
}

/*.tech_main{
	position: relative;
}

.tech_main #tech::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
.hover_tech {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  
}
.hover_tech .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	padding: 0px 0px;
	background: rgba(0, 0, 0, 0.3);
}
.hover_tech .tech_hoverimg1{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
 
}
.hover_tech:hover .overlay {
background: none;
}
.hover_tech:hover img {
  opacity: 1;
 
}

.img_t {
	/* height: 35px; */
	margin: 0 auto;
	padding-top: 90px;
	text-align: center;
}
.img_t p {
	color: #f9f500;
	width: 100%;
	font-size: 32px;
	line-height: 24px;
	margin-top: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
}
.techinner_text{
color:#000000;
background-color:red;
padding:10px;
}
.hover_tech h2 {
	color: #211a18;
	/* text-align: center; */
	/* position: relative; */
	font-size: 22px;
	/* background-color: transparent; */
	font-family: 'Barlow Condensed', sans-serif;
	/* padding: 20px; */
	opacity: 1;
	display: none;
	/* margin-top: 0px !important; */
	background-color: #f9f500;
	padding: 10px 0px 20px 0px;
	position: absolute;
	top: 107px;
	text-align:left;
	left: 0px;
	right: 0px;
	font-weight: 500;
	padding: 17px;
}
.hover_tech:hover h2 {
	display: block;
	transition: all 0.5s ease-in;
	margin-top: 113px;
	text-align: center;
}
.hover_tech:hover .img_t{
display:none;
}
/*.tech_main #tech_row .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}*/
*.tech_main #tech_row .col-md-4.col-lg-4.col-sm-4.col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.tech_main .row {
	margin-left: 0px !important;
	 margin-right:0px !important;
	 
}
#tech_row{
margin-top:30px;
}

/*-------product css-------------*/

.product{
padding:100px 0px 0px 0px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  
}



.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover .overlay {
 background: -moz-linear-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 0.9) 100%);
 background: -webkit-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 0.9) 100%);

background: -o-linear-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 0.9) 100%);

background: -ms-linear-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 0.9) 100%);

background: linear-gradient(top, rgba(51, 40, 38, 0.2) 0%, rgba(51, 40, 38, 0.36) 30%, rgba(51, 40, 38, 0.9) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332826', endColorstr='#332826', GradientType=0 );

-webkit-transition: all 0.3s ease;

-ms-transition: all 0.3s ease;

transition: all 0.3s ease;

}
.hovereffect:hover img {
  opacity: 1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
 
}

.hovereffect h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight:400;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: transparent;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	text-align: left;
	margin-top:30px;

}
.hovereffect:hover h2 {
	opacity:1;
 filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-100%,80px,0);
  transform: translate3d(-100%,80px,0);
}
.hovereffect a{
color:rgba(255,255,255,0.3);
font-weight:100;
font-family: 'Barlow Condensed', sans-serif;
padding:10px 0px 10px 0px;
text-decoration:none !important;
}
.hovereffect a:hover{
color:rgba(255,255,255,0.3);
}
.hovereffect a, .hovereffect p, .hovereffect h2{
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-100%,80px,0);
  transform: translate3d(-100%,80px,0);
  text-align:left;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,80px,0);
  transform: translate3d(0,80px,0);
 
}
.product_text {
	margin-left: 60px;
}
.product_text h2{
font-size:48px;
color:#000000;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}
.product_text p{
font-size:16px;
color:#908c8a !important;
font-weight:400;
line-height:35px;
font-family: 'Barlow Condensed', sans-serif;
}
.product2 {
	background-color: #f9f500;
	padding: 0px 0px 95px 0px;
}


#p1 {
	margin-left: 0px;
}
#p2 {
	width: 25.333%;
	margin-left: 92px;
}
.product_img:hover #e1{
display:none;
}
.product_img:hover #e2, .product_img h1 {
display:block;
color:#fff;
transition: all 0.3s ease-in-out 0s;
}
#e1{
	display:block;
}
#e2{
display:none;

}
.product_img {
	padding: 150px 130px 150px 38px;
}
.product_img h1{
color:#211a18;
font-size:14px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:400;
}
.product_text {

}
.product .row .col-md-4.col-lg-4.col-sm-4.col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.product2 .row .col-md-4.col-lg-4.col-sm-4.col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#iframe_id{
padding-left:0px !important;
padding-right:0px !important;
}
.contact_form h3{
font-size:48px;
color:#211a18;
font-family: 'Barlow Condensed', sans-serif;
font-weight:500;

}
.contact_form p {
	font-size: 16px;
	color: #908c8a;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	margin-top: 30px;
}
.contact_all .form-group {
	margin-bottom: 15px;
	margin-left: -15px !important;
}
.contact_all .form-control {
	display: block;
	width: 86%;
	height: 34px;
	padding: 25px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f7f8fa;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 1px solid #908c8a;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:400;
	
}

.contact_all .form-control:focus {
	border-color: transparent;
	outline: 0;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0); 
	border-bottom: 1px solid #908c8a;
}
.contact_all .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
	 box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
}
.contact_all #comment{
height:78px !important;
width:95%;
}
.contact_btn a {
	
	padding: 13px 110px;
	text-decoration:none !important;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid transparent;
	background-color: #008238;
	margin-bottom:30px;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_btn {
	margin-top: 50px;
	margin-bottom: 37px;
}
.footer{
background-color:#211a18;
padding:50px 0px 20px 0px;
margin-top:-5px !important;
 box-shadow: 0px 15px 10px -15px #211a18; 
 }
.footer_logo {
	margin-bottom: 40px;
}
.footer_demo span {
display:inline-block;
margin-top:20px;
padding:0px 20px 0px 20px;
}
.footer_demo span a{
color:#fff;
text-decoration:none !important;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:300;
line-height:24px;
}
.footer_demo span a:hover{
color:#f9f500;
text-decoration:none !important;
transition:all 0.5s ease-out;
 cursor:pointer;
}
.footer_demo span img{
display:inline-block;
margin-right:10px;
}
.footer_demo #f_msg{

padding: 0px 0px 40px 0px;
margin-left:20px;
}
.footer_demo #f_msg::after {
	content: "";
	position: absolute;
	top: 264px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 218px;
	height: 1px;
	display: block;
	background-color: #908c8a;
}
 .footer_txt h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
 .footer_txt ul{
 list-style:none;
 }
 .footer_txt ul li{
 color:#fff;
 font-size:16px;
 line-height:30px;
 position:relative;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
 }
  .footer_txt ul li:hover{
  color:#f9f500;
  cursor:pointer;
  }
 .footer_txt ul li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #f9f500;
}
.footer_hours h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
.footer_hours ul li{
 color:#fff;
 font-size:16px;
 line-height:30px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
}
.footer_hours ul li span{
margin-left:50px;
}
.footer_hours ul li i{
color:#f9f500;
margin-right: 15px;
font-size:14px;
color:#f9f500;
}
.footer_hours ul li .wed {
	margin-left: 35px;
}
.footer_hours ul li .fri {
	margin-left: 64px;
}
.footer_hours ul li .sun {
	margin-left: 64px;
}

.footer_sub .social span img{
margin-right:20px !important;
}

.footer_sub input {
	background-color: #2c2624;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 8px 34px;
	display: inline-block;
	text-decoration: none !important;

}
.footer_sub a:{
color:#fff;
}

.footer_sub a img {
	display: inline-block;
	padding: 0px 0px 0px 27px;
	top: 59px;
	position: absolute;
	left: 46px;
	right: 0px;
	margin: 0 auto;

}
.footer_sub i{
margin-left:10px;
color:#f9f500;
display:inline-block;

}
.footer_sub h3{
font-size:16px;
color:#fff;
font-family: 'Barlow Condensed', sans-serif;
line-height:24px;
}
.footer_sub span{
display:inline-block;

}

.icon_footer img{
display:inline-block;
margin-left:10px !important;
margin-top:20px !important;
cursor:pointer;
}
.footer .row{
border-bottom:1px solid #908c8a;

}
.copy_inner{
padding:20px 0px 0px 0px;
}

.copy_inner p{
font-size:14px;
 color:#fff;
font-family: 'Barlow Condensed', sans-serif;
font-weight:300; 
margin:0px;
}



div.mouse span.scroll-down {
	display: block;
	width: 3px;
	/*height: 14px;
	/*background: #000;
	/* border-radius: 65%; */
	margin: 18% auto auto auto;
	-webkit-animation: scroll-inner 1.5s;
	animation: scroll-inner 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
/*------------about_page-------------*/
.about_page {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-image: url("../images/about_bg.jpg");
	position: relative;
	background-position: center center;
	height: 352px;
	padding: 100px 0px 100px 0px;
}
.about_page h1 {
	font-size: 72px;
	color: #fff;
	margin: 0px;
	margin-top: 0px;
	font-weight: 600;
	text-align: center;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
}

.about_page p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.experience{
padding:50px 0px 100px 0px;
}
.exp_inner h1{
font-size:48px;
color:#211a18;
font-weight:500;
padding-bottom: 18px;
font-family: 'Barlow Condensed', sans-serif;

}
.exp_inner h6{
font-size:16px;
color:#222222;
line-height:40px;
font-weight:300;
font-family: 'Barlow Condensed', sans-serif;

}
.exp_inner p{
color:#211a18;
font-size:16px;
font-weight:400;
line-height:35px;
margin-bottom: 20px;
font-family: 'Barlow Condensed', sans-serif;
}


.inovation_inner h1 {
	color: #211a18;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 12px;
	font-family: 'Barlow Condensed', sans-serif;
}
.inovation_inner p{
color:#211a18;
font-size:16px;
font-weight:400;
line-height:35px;
margin-bottom: 20px;
font-family: 'Barlow Condensed', sans-serif;
}
/*-----------about page css end--------*/
/*-------------product css--------------*/
.product_page {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-image: url("../images/product_bg.jpg");
	position: relative;
	background-position: center center;
	height: 352px;
	padding: 100px 0px 100px 0px;
}
.product_page h1 {
	font-size: 72px;
	color: #fff;
	margin: 0px;
	margin-top: 0px;
	font-weight: 600;
	text-align: center;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
}

.product_page p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	line-height: 24px;
	/* font-weight: normal; */
	text-align: center;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.product_content{
padding:50px 0px 50px 0px;
}
.product_data .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 11px;
}
.page_inner h1{
font-size:22px;
color:#211a18;
line-height:60px;
 font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
}
.product_content h2{
font-size:22px;
color:#211a18;
line-height:60px;
 font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
}
.page_inner li{
display:block;
font-size:18px;
 color:#908c8a;
 line-height:36px;
 font-weight:400;
	font-family: 'Barlow Condensed', sans-serif;
	margin-left:40px;

}
.page_inner ul li::before {
	content: "•";
	position: absolute;
	left: 1em;
	color: #f9f500;
	list-style-position: inside;
	font-size:30px;
}
.page_inner ul ul li::before {
	content: "-";
	position: absolute;
	left: 2.3em;
	color: #f9f500;
	list-style-position: inside;
	font-size:30px;
}

/*.texr_page ul li::before {
	content: "•";
	position: absolute;
	left: 1em;
	color: #f9f500;
	list-style-position: inside;
	font-size:30px;
}*/
.year_bullets::before{
	content: "•";
	position: absolute;
	left: 1em;
	color: #f9f500;
	list-style-position: inside;
	font-size:30px;
}
.year_bullets{
	margin-left:40px;
}
.texr_page ul{
margin-right:10px;
}
.texr_page ul li{
	display:inline-block;
	font-size:16px;
	color:#908c8a;
	line-height:10px;
	font-weight:400;
	font-family: 'Barlow Condensed', sans-serif;
	/*margin-left:40px;*/
}
.texr_page li h3 {
/* font-size:18px; */
font-size:14px;
color:#333333;
margin-left: 15px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
line-height:43px;
}
.texr_page  img {
	border: 1px solid #000;
	height: 68px;
    width: 68px;
}
.texr_page li p {
font-size:16px;
color:#211a18;
 font-weight:300;
 margin-left: 15px;
font-family: 'Barlow Condensed', sans-serif;
line-height:24px;
}
.data_inner {
	
	padding: 0px 5px 0px 5px;
	
	
}
.all {
	box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
	min-height: 585px;
	max-height: 585px;
	/*padding: 18px;*/
	background: #fff;
	font-size: 1.2em;
	color: #000;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.hover_p {
 position: relative;
  width: 100%;
}
.hover_p img{
max-width:100%;
width:unset;
margin: 0 auto;
min-height: 250px;
max-height: 250px;
}

.all h4{
	padding: 15px;
	height: 72px;
	font-weight: bold;
	font-size: 16px;
}
.all:hover {
	/*margin: 18px;
	padding: 0;*/
	margin: 0px;
	padding: 0;
	transition: all 0.5s ease-in-out;
}
  .all:hover img{
	width:unset;
}
.hover_p .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:#fff;
}

/*.product_p .row .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}*/

.data_inner img {
	width: 100%;
}
.data_inner h1{
color:#211a18;
font-size:18px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
line-height:24px;
text-align:left;
margin-top:20px;
}
.data_inner p{
    color: #211a18;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 24px;
    padding: 0 15px;
    margin-top: 0px;
}
.data_btn{
	    position: absolute;
    bottom: 0px;
}
.data_inner a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 24px;
	text-align: justify;
	text-decoration: none !important;
	text-align: left !important;
	float: left;
	margin-left:15px;
	/* border-bottom: 3px solid #bebdbd; */
	background: #008238;
	/*padding: 10px 24px;*/
	padding: 5px 26px; 
	border:1px solid transparent;

}
.data_inner a:hover, a:focus {
	color: #000000 !important;
	/*border:1px solid #008238;*/
	text-decoration: underline;
	background-color: #f9f500;
}
.data_btn{
/*margin-top:50px;*/
margin-top:18px;
text-align:right;
padding:0px 30px 30px 0px;
width:100%;
}
.data_btn a {
    width: 100%;
    text-align: center !important;
}
.data_btn a{
    margin:-10px 10px;
}
#page_row {
	margin-top: 8px;
}
.product_kit .hover_kit .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: rgba(255,255,255,0.6);
}
.product_kit .hover_kit:hover .overlay {
opacity:0;
}
.product_kit .hover_kit:hover .overlay .active{
background-color: none;
}
.product_kit .row {
	 margin-left:0px !important;
	 margin-right:0px !important;
}
.product_kit .col-lg-4 {
	width: 30.333% !important;
	padding-top: 10px;
}
.product_btn a {
	color: #fff !important;
	font-size: 16px;
	background-color: #008238;
	padding: 14px 0px;
	width: 242px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 20px 25px 0px 0px;
	text-decoration: none !important;
	border: 1px solid transparent;
	/*box-shadow: 0 0 20px rgba(3,3,3,0.5);*/
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	cursor: pointer;
}
.product_btn a:hover {
	color: #000000 !important;
	transition: all 0.5s ea ease-in-out;
	background-color: #f9f500;
	box-shadow: 0 0 20px rgba(3,3,3,0);
}
.product_btn ul>li>a {
	color: #fff;
	font-size: 16px;
	background-color: #008238;
	padding: 14px 0px;
	width: 242px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 20px 25px 0px 0px;
	text-decoration: none !important;
	border: 1px solid transparent;
	box-shadow: 0 0 20px rgba(3,3,3,0.5);
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	cursor: pointer;
}
.product_btn ul>li>a:hover {
	color: #000000 !important;
	border: 1px solid #f8f500;
	transition: all 0.5s ea ease-in-out;
	background-color: #f9f500;
	box-shadow: 0 0 20px rgba(3,3,3,0);
}
.tab-pane{padding-top: 25px;}


.product_kit  h4{
color:#908c8a;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:400;
margin:20px 0px;
}
.product_kit  h2{
color:#211a18;
font-size:16px;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}
.product_inner ul{
margin-top:30px;
}
.product_inner h1 {
	font-size: 32px;
	color: #211a18;
	line-height: 84px;
	font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}
/*.product_inner ul li::before {
	content: "•";
	position: absolute;
	left: -11px;
	color: #f9f500;
	list-style-position: inside;
	font-size: 37px;
}*/
.product_inner ul li::before {
    content: "•";
    position: absolute;
    left: -4px;
    color: #f9f500;
    list-style-position: inside;
    font-size: 37px;
    margin-top: -4px;
}
/*.video_li ul li::before {
	content: "•";
	position: absolute;
	left: -1em;
	color: #f9f500;
	list-style-position: inside;
	font-size:30px;
}*/
.video_li ul li::before {

    content: "•";
    position: absolute;
    left: -4px;
    color: #f9f500;
    list-style-position: inside;
    font-size: 37px;
    margin-top: -4px;

}
.product_kit {
	margin-top: 10px;
	margin-bottom: 50px;
}
.product_kit ul li {
	line-height: 30px;
	color:#211a18;
font-size:16px;
font-weight:300;
font-family: 'Barlow Condensed', sans-serif;
}
#brn_p {
	margin-top: 50px !important;
}
.product_price
{
	text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.product_price img{
    /*border:1px solid #000;
    width: 150px;
    height: 150px;	*/
        height: 200px;
}
.product_all{
padding:0px 0px 100px 0px;
}
.product_kit .play-img {
	/* margin: 100px 0px 100px 0px; */
	margin: 0 auto;
	padding-top: 120px;
}
.product_kit .bg_overlay1::after {
	
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.product_kit .vide_block {
/*	background-image: url("../images/video.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 290px;
	margin-top: 40px;
}
.product_kit .bg_overlay1 {
	position: relative;
	z-index: 1;
}
.video_inner{
padding:20px 0px 0px 0px;
margin-bottom: 30px;
}
.video_img{
padding:20px 0px 0px 0px;
}
.pdf_img{
margin-top:20px;
}
.pdf_img img{
display:inline-block;
}
.pdf_img span{
display:inline-block;
margin:10px 0px 0px 5px;
color:#908c8a;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:200;
}
#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
	color: #000;
	background-color: transparent;
	padding: 5px 15px;
	font-size: 16px;
}

#exTab2 ul li::before {
	color:transparent;
	list-style-position: inside;
	list-style-type:none !important;
}
#exTab2 li a {
	display: inline-block;
	/* color: #908c8a; */
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	line-height: 24px;
	border: transparent;
	/* margin-right: 29px; */
	/* margin-left: 10px; */
	color: #908c8a !important;
}
#exTab2 li a:hover {
	display: inline-block;
	color: #908c8a;
	background-color: transparent;
	border: transparent !important;
}
#exTab2 img {
	display: inline-block !important;
	margin-right: 16px;
}
#exTab2 li {
	margin-right: 40px;
	margin-top: 40px;
}
#exTab2 .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	border:transparent;
}
#exTab2 .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #f9f500 !important;
}
#exTab2 .nav-tabs {
	border-bottom: 1px solid transparent;
}
#exTab2 .tab-content{
	margin: 0 auto;
	width: 60%;
	float: left;
}
.allproduct_title h1{
color:#211a18;
line-height:60px;
font-size:48px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
margin-bottom:20px;
}
.product_all .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.releted_text {

}
.releted_text p {
	/*font-size: 18px;
	color: #211a18;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;*/
	color: #211a18;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 24px;
    padding: 0;
    margin-top: 0px;
}

.releted_text{
/*margin-top:20px;*/
text-align: left;
padding: 0px 20px;
}
.releted_text h2{
	/*font-size: 32px;*/
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 0px;
	margin-bottom: 15px;
	margin-top: 12px;
}
.releted_text a {
	font-size: 16px;
	color: #fff;
	text-decoration: none !important;
	background-color: #008238;
	padding: 12px 35px;
	text-align: center;
	font-weight: 600;
	/* margin-left: 0px; */
	font-family: 'Barlow Condensed', sans-serif;
}
.releted_text a:hover, a:focus {
	color: #fff;
	text-decoration: none !important;
}
.releted_text a:hover, a:focus {
	color: #000000;
    text-decoration: none !important;
    background-color: #f9f500;
	cursor: pointer;
}
.releted_btn{
margin-top:20px;
}
/*
.product_price img:hover{
border:1px solid transparent;
  box-shadow: 0 0 20px rgba(3,3,3,0.1);
  transition:all 0.5s ease-in-out;
}*/
/*-----------product css end--------------*/
.technical{
padding:40px 0px 40px 0px;
}
.technical_inner h1{
font-size:48px;
color:#211a18;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;

}
.technical_inner p{
font-size:16px;
color:#211a18;
line-height:30px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
margin-top: 15px;
margin-bottom: 30px;
}
.technical_inner .banner_btn {
	position: relative;
	padding: 14px 44px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	border:none !important;
	overflow: hidden;
	outline: 0;
	width: 35%;
	text-align:center !important;
	margin-top: 20px;
	background-color: #008238;
	font-family: 'Barlow Condensed', sans-serif;
}
.banner_btn  a{
text-decoration:none !important;
color:#fff !important;
}
.technical_inner .banner_btn:hover a{
color:#000000 !important;
 
}
.technical_inner .banner_btn:hover{
  border:1px solid transparent;
  background: #f9f500;
}
.technical_inner .banner_btn:nth-child(1){

}
.technical_inner .banner_btn:hover:nth-child(1){
  background:none;
   border:1px solid transparent;
}
.technical_inner .banner_btn:nth-child(1):after{
  display: none;
}

.technical_inner .banner_btn::after {
	width: 0;
	height: 100%;
	position: absolute;
	left: -2%;
	top: 0;
	/*-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;*/
	content: '';
	background-color: #f9f500;
	color:#000000 !important;
	float: left;
	z-index: -1;
}
.technical_inner .banner_btn:hover:after{
  width: 105%;
  border:none !important
  color:#000000 !important;
}
.technical_inner span{
font-size:22px;
color:#211a18 !important;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
}

.technical_inner h6{
font-size:22px;
color:#211a18 !important;
font-weight:500;
margin-top:10px;
text-decoration:none !important;
font-family: 'Barlow Condensed', sans-serif;
}
.technical_inner h6 span{
font-size:12px;
color:#211a18 !important;
font-weight:400;
text-decoration:none !important;
}
.technical_inner span a{
font-size:22px;
color:#211a18 !important;
font-weight:400;
text-decoration:none !important;
cursor:pointer;
font-family: 'Barlow Condensed', sans-serif;
}
.technical_inner h3{
color:#211a18;
font-size:22px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:500;
}
.tech_fill h3{
display:inline-block;
}
.technical_inner .banner_btn {
	display: inline-block;
}
.technical_inner .banner_btn {
	padding: 14px 32px;
	font-size: 16px;
	width: 29%;
	margin-left: 50px;
}
.technical_btn .product_btn a {
	color: #fff !important;
	font-size: 16px;
	background-color: #008238;
	padding: 14px 0px;
	width: 350px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 20px 25px 0px 0px;
	text-decoration: none !important;
	border: 1px solid transparent;
	box-shadow: 0 0 20px rgba(3,3,3,0.5);
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
}
.technical_btn .product_btn a:hover {
	color: #000000 !important;
	text-decorationnone: !important;
	box-shadow: 0 0 20px rgba(3,3,3,0);
}
.tech_tab {
	margin-top: 50px;
}
.tab_title h1 {
	color: #211a18;
	line-height: 60px;
	font-size: 48px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 20px;
}
.tech_tab #exTab2 li {
	margin-right: 150px;
	margin-top: 40px;
}

.tech_video .play-img {
	/* margin: 100px 0px 100px 0px; */
	margin: 0 auto;
	padding-top: 120px;
}
.tech_video .bg_overlay1::after {
	
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.tech_video .vide_block {
	/*background-image: url("../images/video.png");*/
	background-repeat: no-repeat;
	height: 385px;
	margin-top: 40px;
}
.tech_video .bg_overlay1 {
	position: relative;
	z-index: 1;
}

.tech_video .video_li {
	margin-top: 40px;
}
.tech_video  .video_inner{
padding:20px 0px 0px 0px;
}
.tech_video .video_img{
padding:20px 0px 0px 0px;
}
.images_video {
	margin-top: 40px;
}
#tab_all{
margin-bottom:100px;
}


/*---------------technical css end------------*/
/*-----------vancies css-----------*/
.vacancies{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-image: url("../images/vacancie_Bg.jpg");
	position: relative;
	background-position: center center;
	height: 352px;
	padding: 100px 0px 100px 0px;
}
.vacancies h1 {
	font-size: 72px;
	color: #fff;
	margin: 0px;
	margin-top: 0px;
	font-weight: 600;
	text-align: center;
	font-weight:600;
	font-family: 'Barlow Condensed', sans-serif;
}

.vacancies p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
#vacancy_form  #cover{
	/* height: 200px; */
}
.vacancies_main{
padding:50px 0px 100px 0px;
}
.vac_inner h1{
	font-size: 48px;
	color: #211a18;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 20px;
}
.vac_inner p{
	font-size: 16px;
	color: #211a18;
	line-height: 40px;
    margin-top: 10px;
	font-weight:400;
	font-family: 'Barlow Condensed', sans-serif;
}
.country{
padding:0px 0px 100px 0px;
}
.france_inner h2{
    color: #000000;
    font-size: 21px;
    padding: 0 23px;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
	margin: 0px 0px 4px;
}
.france_inner p{
color:#908c8a;
font-size:16px;
font-weight: 300;
text-align:center;
font-family: 'Barlow Condensed', sans-serif;
}
.france_inner .captcha{
	/* margin: 0 auto; */
	/* width: 96%; */
	margin-left: 80px !important;
}
.france_inner a {
	font-size: 16px;
	background-color: #008238;
	color: #fff !important;
	font-weight: 600;
	padding: 6px 20px 10px;
	text-decoration: none !important;
	cursor: pointer;
	font-family: 'Barlow Condensed', sans-serif;
}
.france_inner a:hover {
	font-size: 16px;
	background-color: #f9f500;
	color: #000 !important;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	font-family: 'Barlow Condensed', sans-serif;
}
.btn_vac {
	margin-top: 50px;
	margin-right: 0px;
}/*---------vac css end------------*/
/*--------------contact css start--------------*/
.contact_main{
padding:100px 0px 100px  0px;
}
.contact_text h1{
	font-size: 48px;
	color: #211a18;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_text p {
	color: #211a18;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_text a{
color:#211a18;
font-size:22px;
text-decoration:none !important;
cursor:pointer;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.contact_text a:hover, a:focus {
	color: #211a18;
	text-decoration: none !important;
}
.contact_all .iframe_all{
padding-left:0px;
padding-right:0px;
}
/*-----------contact css end------------*/
/*------------product_main css start--------------*/
.cart{
padding:50px 0px 50px 0px;
}

.cart_inner h1{
 color:#211a18;
 font-size:22px;
 font-family: 'Barlow Condensed', sans-serif;
 font-weight:500;
}
.cart_inner p{
 color:#908c8a;
 font-size:16px;
 font-family: 'Barlow Condensed', sans-serif;
 font-weight:300;
}
.cart_inner ul li {
	color: #908c8a;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	margin-left: 15px;
}
.cart_inner ul li:before {
    content: "•";
    position: absolute;
    left: 0em;
    color: #f9f500;
}
.cart_img {
	margin-left: 15px;
}
.cart_text {
	margin-top: -20px;
}
.cart_text h3{
color:#333333;
font-size:18px;
line-height:24px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 300;
}
.cart_text p{
color:#908c8a;
font-size:16px;
line-height:24px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 300;
}
.product_second{
margin-top:20px;
}
.cart .finder_btn .btn.btn-primary.dropdown-toggle {
	color: 908c8a;
	background-color: #fff !important;
	/* border-color: transparent; */
	border: 1px solid #908c8a;
	width: 94%;
	text-align: left;
}
.cart .btn .caret {
	margin-left: 80px !important;
}

.cart .hover_kit{
  position: relative;
  width: 100%;
}
.cart .hover_kit .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 82%;
	width: 87%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(255,255,255,0.3);
}
.cart .hover_kit:hover .overlay {
opacity:1;
 box-shadow: 0 0 20px rgba(3,4,4,0.2);
}
.cart .hover_kit:hover .overlay .active{
opacity:1;

}
.cart .cart_btn{
margin-top:135px;
}
.cart .cart_btn a {
	font-size: 14px;
	color: #211a18;
	background-color: #f9f500;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500; 
	padding: 14px 38px;
	width: 100%;
	text-decoration: none !important;
}
/*--------news css start---------*/
.news{
padding:30px 0px 0px 0px; 
}
.news_inner{
	position: relative;
}
.news_inner .image {
  display: block;
  height: auto;
}
/*
.news_inner  .img-responsive{
	height:250px;
	width:420px
}*/
.news_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:#fff;
}
.news_date {
	position: absolute;
	bottom: 34px;
	left: 0px;
	margin: 0 auto;
	background-color: #f9f500;
	color: #211a18;
	padding: 10px 20px 10px 20px;
	z-index: 1;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 16px;
	min-width: 66px;
	line-height: 24px;
}
.part_finder.shoppagefilter {
    margin-top: 40px !important;
    position: relative !important;
    display: inline-block;
    margin: 0 auto;
    width: 100%;	
}
.part_finder.shoppagefilter .part_border{
    border-top: 1px solid #e8e8e7;
}
.row.row-eq-height{
margin: 0 auto;
}
.news_year {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0 auto;
	background-color: #211a18;
	color: #fff;
	padding: 5px 19px 5px 19px;
	z-index: 1;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.border_news {
	background-color: #fff;
	margin-top: -20px;
	/*box-shadow: rgba(3,4,4,0.9);*/
	padding: 20px;
	margin-bottom: 30px;
}
.border_news:hover{
transition:all 0.5s ease-in;
/*border: 1px solid transparent;*/
}
.border_news h3{
	font-size: 22px;
	color: #211a18;
	line-height: 30px;
	font-weight: 500;
	/*min-height: 115px;*/
	min-height: 100px;
	margin-top: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	}
	.news_desc
	{
		/*min-height: 175px;*/
		min-height: 400px;
	}
	.border_news p{
	display: block;
	font-size: 16px;
	color: #211a18;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;	
	}
	.news_desc li
	{
		list-style: none;
		position: relative;
		padding-left: 11px;
		font-size: 16px;       	
		font-weight: 400;
		font-family: 'Barlow Condensed', sans-serif;
	}
	.news_desc li::before {
    content: "•";
    position: absolute;
    left: -5px;
    color: #211a18 !important;
	}
.btn_news a {
	color: #fff !important;
	font-size: 16px;
	background-color: #008238;
	padding: 14px 0px;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px 0px 0px;
	text-decoration: none !important;
	border: 1px solid transparent;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
}
/*.news a:hover {
	color: #fff !important;
	background-color: #008238 !important;
	transition:all 0.5s ease-in-out;
}*/
.news a:hover, a:focus {
	
	text-decoration: none !important;
	color: #000 !important;
	background-color: #f9f500;

}
/*----------news css end---*/
/*news details css------*/
.search-box h1 {
	font-size: 22px;
	color: #211a18;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
}
.search-box .form-control::-moz-placeholder {
	color: #908c8a !important;
	opacity: 1;
}
.search-box .sidebar .search-box {
	margin-bottom: 30px;
}
.search-box  .stylish-input-group .form-control {
	border: none;
	box-shadow: 0 0 0;
	border-radius: 0;
	background: #f0f0f0;
		font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
}
.search-box  .stylish-input-group .input-group-addon {
	border: none;
	border-radius: 0;
}
.search-box  .stylish-input-group .input-group-addon button {
	border: 0;
	background: transparent;
}
.search-box  .stylish-input-group .input-group-addon button span {
	color: #5b5b5b;
}
.search-box  .input-group.stylish-input-group {
	margin-top: 30px;
}
.search-box .fa fa-search {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-box  .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
}
.search-box .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
}

/*----news details css end------*/
.newsdetails_inner{
 position: relative;

}


.news_icon h2 {
	font-size: 35px;
	color: #211a18;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 20px;
}
.news_icon span{
margin-right:25px;
}
.news_icon span i{
margin-right:14px;
color:#008238;
}
.news_icon span a{
	font-size: 14px;
	color: #211a18;
	text-decoration:none !important;
	font-weight: 300;
	cursor:pointer;
	font-family: 'Barlow Condensed', sans-serif;
}
.news_icon{
padding:30px 0px;
border-bottom:1px solid #cccccc;
}
.newsdetails_inner{
position:relative;
}
.newsdetails_inner .image {
  display: block;

  height: auto;
}
.newsdetails_inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(255,255,255,0.5);
}
.newsdetails_inner:hover .overlay {
  opacity: 1;
}
.news_text{
padding:30px 0px;
border-bottom:1px solid #cccccc;
}
.news_text ul  li {
    list-style: none;
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
.news_text ul li::before {
    content: "•";
    position: absolute;
    left: -5px;
    color: #211a18 !important;
}
.news_text ol li {    
	 list-style: decimal; 
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;	
   /* margin-left: 5px; */
    margin-left: 7px;
    color: #211a18 !important;
	padding-left: 5px;
}


.cmsnewpg ul  li {
    list-style: none;
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
.cmsnewpg ul li::before {
    content: "•";
    position: absolute;
    left: -5px;
    color: #211a18 !important;
}
.cmsnewpg ol li {    
	 list-style: decimal; 
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;	
    margin-left: 7px;
    color: #211a18 !important;
	padding-left: 5px;
}
.cmsnewpg1 ul li
{
	list-style: none;
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
.cmsnewpg1 ul li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: #211a18 !important;
}
.cmsnewpg1 ol li {    
	 list-style: decimal; 
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;	
    margin-left: 7px;
    color: #211a18 !important;
	padding-left: 5px;
}
.vacancies_main.cmsnewpg {
    margin-left: 10px;
}

.news_text P{
	font-size: 16px;
	color: #211a18;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.tags{
padding:0px 0px 10px 0px;
border-bottom:1px solid #cccccc;
}
.tags h3 {
	font-size: 22px;
	color: #211a18;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
}
.tags p{
font-size: 16px;
	color: #908c8a;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
}
.comments{
padding:0px 0px 10px 0px;
border-bottom:1px solid #cccccc;
}
.comments h3 {
	font-size: 22px;
	color: #211a18;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
}
.comment_img {
	margin-top: 15px;
	position:relative;
	
}
.comment_img .image {
  display: block;

  height: auto;
}
.comment_img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(255,255,255,0.5);
}

.comment_img:hover .overlay {
  opacity: 1;
}
.comment_inner h3{
	font-size: 22px;
	color: #211a18;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
}
.comment_inner p{
font-size: 16px;
	color: #908c8a;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Barlow Condensed', sans-serif;
}
.comment_inner a{
font-size: 16px;
	color: #908c8a;
	line-height: 24px;
	text-decoration:none !important;
	font-weight: 300;
	cursor:pointer;
	font-family: 'Barlow Condensed', sans-serif;
}
.comment_inner a i{
color:#fbf500;
margin-right:10px;
}
.leave h3{
	font-size: 22px;
	color: #211a18;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
}
.leave .form-group {
	margin-bottom: 15px;
	margin-left: -15px !important;
}
.leave .form-control {
	display: block;
	width: 86%;
	height: 34px;
	padding: 25px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 1px solid #908c8a;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:400;
	
}

.leave .form-control:focus {
	border-color: transparent;
	outline: 0;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0); 
	border-bottom: 1px solid #908c8a;
}
.leave .form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
	 box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
}
.leave #comment{
height:78px !important;
width: 86%;

}
.leave a {
	
	padding: 13px 70px;
	text-decoration:none !important;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid transparent;
	background-color: #008238;
	margin-bottom:30px;
	cursor:pointer;
	font-family: 'Barlow Condensed', sans-serif;
}
.leave a:hover{
background-color:#fbf500;
color:#211a18 !important;
text-decoration:none !important;
transition:all 0.5s ease-in-out;
}
.leave {
	margin-top: 50px;
	margin-bottom: 37px;
}
.leave_btn{
	margin:50px 0px 30px 0px;
}
/* cart css */
#cartitemtable.pr_tbl {
    margin-bottom: 10px;
}

.pr_tbl .table {
   border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.pr_tbl .table>thead>tr>th{
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #ddd;
	font-weight:bold;
}

.pr_tbl .table>tbody>tr>td {
    font-family: 'gt_americaregular';
    font-size: 16px;
    color: #424242;
    padding: 10px 0;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #ddd;
}
.pr_tbl .table>tbody>tr>td>span i {
    color: #008238;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0;
    cursor: pointer;
}

.fa.fa-times:hover{
	background-color:#f7483f;
	color:#fff;
	text-decoration:none
	}
.fa.fa-pencil-square-o:hover{
	color:#000;
	text-decoration:none
	}
	
.cart_total {
    width: 50%;
    float: right;
}

.cart_total p{
   /*font-weight:bold*/
   font-weight: 400!important;
   font-size: 18px !important;
   color:green;
   margin-bottom: 10px !important;
   
}
.nvdmsg
{
	font-weight: 400!important;
    font-size: 18px !important;
    color:green;
    margin-top: 10px !important; 
    margin-bottom: 10px !important; 
}

.cart_total h2 {
    font-family: 'gt_americamedium';
    font-size: 20px;
    color: #212121;
    padding-bottom: 25px;
	font-weight:bold;
	margin-top: 35px;
}
.cart_total .table-bordered {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.cart_total .table>tbody>tr>td>p {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #424242;
    text-align: center;
}
.cart_total a {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #fff;
    background-color: #008238;
    float: right;
    padding: 15px 30px;
    margin-top: 20px;
	cursor: pointer;
	margin-left: 30px;
}
.cart_total a:hover{
	background-color:#f9f500;
	text-decoration:none;
	color: black;
}
#loadcartdatas {
    float: left;
    width: 100%;
    padding-bottom: 99px;
}
.couponodediv input {
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #666;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    box-shadow: none;
    border-bottom: 1px solid #008238;
    margin: 10px 10px;
    width: 100%;
    background: none;
    width: 25%;
    padding-bottom: 13px;
    text-align: left;
    float: left;
}
.couponodediv a {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #fff;
    background-color: #008238;
    float: left;
    padding: 5px 20px;
    margin: 11px 0 0 20px;
    text-transform: capitalize;
    line-height: 17px;
    padding-bottom: 8px;
    cursor: pointer;
}
.button, [class*="button-"] {
    background: #008238;
	color: white;
    display: inline-block;
    font-weight: 200;
    text-decoration: none;
    text-align: right;
    transition: 0.5s linear all;
    border-radius: 30px;
}
.mycartpage img {
    width: 70px;
    float: none;
    border-radius: 5px;
    max-height: 70px;
    min-height: 70px;
    vertical-align: middle;
    margin: 0 auto;
}
.updateloder img {
    width: 25px;
    margin: 0 auto;
}
.cartloder{position:absolute;height:100%;width:100%;text-align:center;margin:0 auto;background-color:#fff}
.cartloder img{height:100%;margin:0 auto}

/*cart table header*/
.cartcontenttitle {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}
.cartcontent {
    float: left;
    max-height: 400px;
    overflow: auto;
}
.cartcontenttitle .itemname {
    width: 45%;
    float: left;
    text-align: center;
    font-weight: 600;
    padding: 5px 5px;
    border-right: 1px solid #ddd;
}
.cartcontenttitle .itemqty {
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 600;
    padding: 5px 5px;
    border-right: 1px solid #ddd;
}
.cartcontenttitle .itemprice {
    width: 22%;
    float: left;
    text-align: center;
    font-weight: 600;
    padding: 5px 5px;
}
.cartcontenttitle .itemaction {
    width: 8%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.cartcontentinner {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.cartcontent .itemname {
    width: 45%;
    float: left;
    text-align: left;
    padding: 5px 5px;
    border-right: 1px solid #ddd;
}
.cartcontent .itemqty {
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px 5px;
    border-right: 1px solid #ddd;
}
.cartcontent .itemprice {
    width: 22%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.cartcontent .itemaction {
    width: 8%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.carttotal {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.carttotal .carttotalqty {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.carttotal .carttotalprice {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 5px;
}
.cartbutton {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.cartviewcart {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 15px;
}
.cartviewcart a {
    background-color: #f7483f;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.cartviewcart a:hover{
	background-color:#000;
	color:#ffffff;
}
.cartcheckout {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0 15px;
}
.cartcheckout a {
    background-color: #f7483f;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.cartcheckout a:hover{
	background-color:#000;
	color: #fff;
}
.removeitem {
    background-color: red;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    cursor: pointer;
}
.cartmsg{
	color: #000000d4;
    background: #f9f500;
    margin-top: 10px;
    width: 95%;
    text-align: center;
    font-weight: bold;
}

.check_detail {
    padding: 35px 0;
    background-color: #ffffff;
    position: relative;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.check_bill h2 {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #212121;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #eee;
}
.check_bill input {
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #666;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #008238;
    margin: 25px 0;
    width: 100%;
    background: none;
    width: 100%;
    padding-bottom: 13px;
}
.select {
    border: none;
    border-bottom: 1px solid #008238;
    border-radius: 0;
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 35px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-top: 25px;
}
.select select {
    height: 35px;
    padding-bottom: 13px;
    background-color: transparent;
    border: 0;
    outline: none;
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #666;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
}
.selectbillingaddress {
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    text-align: right;
}
.check_bill label {
    display: inline-block;
    line-height: 25px;
    font-family: 'gt_americalight';
    font-size: 14px;
    color: #424242;
    font-weight: 600;
	position: relative;
    top: -18px;
}
.check_bill .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4.333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
}
.check_bill .option-input:hover{background:#008238}
.check_bill .option-input:checked {
    background: #008238;
}
.additional_info h2 {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #212121;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #eee;
}
.additional_info textarea {
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #666;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #008238;
    margin: 25px 0;
    width: 100%;
    background: none;
    width: 100%;
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
}
.order_in {
    margin: 0 0;
}
.order_in h2 {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #212121;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #eee;
    margin-bottom: 10px;
}
.order_in .table-bordered {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.order_in .table>tbody>tr>td {
    font-family: 'gt_americaregular';
    font-size: 16px;
    color: #424242;
    padding: 10px;
}
.order_in .table>tbody>tr>td>p>span {
    color: #008238;
	font-weight: 600;
    font-size: 20px;
}
.payment_getway .billingerror {
    position: absolute;
    top: 36px;
    font-weight: 100;
}
.ord_msg {
    background-color: #f1eeee;
    padding: 40px;
    border-radius: 4px;
}
.payment_method {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.payment_method h3 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid #008238;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.payment_method .rdo {
    float: left;
    width: 100%;
    margin: 0;
}
.payment_method .rdo .radio {
    margin: 0;
}

.rdo .radio {
    padding-left: 20px;
    display: inline-block;
    padding-right: 50px;
}
.payment_method .rdo .radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-family: 'gt_americaregular';
    font-size: 16px;
    color: #636363;
    line-height: 25px;
    margin: 0;
}
.stripicon {
    width: 120px;
    float: right;
    display: inline-block;
    position: relative;
    top: -8px;
    left: 25px;
}
.paymentform {
    float: left;
    width: 35%;
}
.paypalicon {
    width: 100px;
    float: right;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 25px;
}
.ord_msg label {
    display: inline-block;
    line-height: 25px;
    font-family: 'gt_americalight';
    font-size: 14px;
    color: #424242;
    font-weight: lighter;
    margin: 6px 0;
}
.ord_msg .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3.333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    margin: 0 5px 0 0;
}
.ord_msg .option-input:hover {
    background: #008238;
}
.ord_msg .placeorder {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #fff;
    background-color: #008238;
    float: right;
    padding: 15px 30px;
	border: none;
}
.ord_msg .placeorder:hover{
	background-color:#fbf500;
	text-decoration:none;
	color: black;
}
.check_bill .editerror {
    color: red;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -12px;
	margin-left: 0px;
}
.paymentforminner {
    float: left;
    background-color: #fff;
    padding: 15px 15px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.ord_msg .option-input:checked {
    background: #008238;
}
.payment_getway .editerror {
    color: red;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
}
.paddingfullzero {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.check_head {
    background-color: #f5f5f5;
    padding: 20px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 5px solid #008238;
    border-radius: 4px;
    margin-bottom: 25px;
	cursor:pointer;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
    font-family: 'Barlow Condensed', sans-serif;
}
.check_head span #openloginform {
    color: #008238;
    cursor: pointer;
	font-weight: bold;
}
.paddingfullzero a {
	color:#333333;
    cursor: pointer;
	font-weight: bold;
}
.paddingfullzero a:hover {
    text-decoration:none;
	color: #333333;
}
.ci_checkout #login_form_open {
    border: 3px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
}
.ci_checkout .login_form_page {
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.login_form_page input {
    padding: 6px 15px;
    border-radius: 5px;
    border: 2px solid #ccc;
	/*width: 30%;*/
	width: 41%;
    margin-top: 25px;
	margin-right: 10px;
	font-size: 16px;
}
.login_form_page .hvr1 {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #008238;
    transition-property: color;
    transition-duration: 0.3s;
	color: #fff;
	width: 179px !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size:16px;
	border-radius: 8px !important;
	letter-spacing: 0.5;
}
.login_form_page button {
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 12px;
    border-radius: 50px;
    text-align: center;
    border: none;
    color: #000;
    width: 16%;
    margin-top: -5px;
}
.login_form_page {
    position: relative;
    right: 0;
    width: 100%;
}
.loginerror {
    color: red;
    font-weight: 500;
    margin-top: 5px;
    padding: 0;
    border: 0 solid red;
    margin-top: 0;
    border-radius: 5px;
    width: 100%;
}
.loginerror_reg {
    color: red;
	font-weight: 500;
	margin-top: 5px;
	padding: 0;
	border: 0 solid red;
	margin-top: 0;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 66px;
}
.dashboard_box {
    position: relative;
}
.scrollbg {
    background-color: #fff;
    position: relative;
    padding: 0px 0px;
}
.suucessorderpalce {
    text-align: center;
    padding: 5px 15px 35px;
}
.suucessorderpalce .successimage img {
    margin: 0 auto;
}
.suucessorderpalce h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.suucessorderpalce h4 {
    font-size: 20px;
    margin-bottom: 18px;
    /*text-transform: capitalize;*/
}
.suucessorderpalce h4 a {
	/*color: #85cf22;*/
	color: green;
    text-decoration: none;
}
.suucessorderpalce h6 {
    font-size: 14px;
    margin-bottom: 18px;
    /*text-transform: capitalize;*/
}
.suucessorderpalce h6 a {
   /* color: #7ec826;*/   
   color:skyblue;
    text-decoration: none;
}
.successbutton {
    text-align: center;
    margin: 35px 15px 0;
}
.suucessorderpalce .successbutton a.successa {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #008238;
    transition-property: color;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    margin-left: 5px;
}
.suucessorderpalce .successbutton a.successa:hover{
	color: #000000 !important;
	transition: all 0.5s ea ease-in-out;
	background-color: #fbf500;
	box-shadow: 0 0 20px rgba(3,3,3,0);
}
.cart_main {
    padding: 35px 0;
    background-color: #ffffff;
    position: relative;
}

.plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
  width: 40%;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle {
  border-radius: 30%;
      padding: 0.15em 0.5em;
}
.plus-minus-input .input-group-button .circle :hover{
 color:white;
}
.qtyerror {
    float: none;
    width: 100%;
    font-size: 14px;
    color: red;
    margin-bottom: 10px;
}
.cartloders {
    position: absolute;
    height: 100%;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
}
.cartloders img {
    margin: 0 auto;
    top: 30%;
    position: relative;
}
.disabledbutton {
    font-family: 'gt_americamedium';
    font-size: 16px;
    color: #fff;
    background-color: #f7483f;
    float: right;
    padding: 15px 30px;
    margin-top: 20px;
    opacity: .5;
}


/* cart css start */
ul.dropdown-cart{
    min-width:250px;
}
 .sub{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
 .sub:hover{
    background-color:#f3f3f3;
}
 .sub:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

 .sub-left{
    float:left;
}
 .sub-left img,
 .sub-left span.sub-info{
    float:left;
	width: 80px;
    height: 70px;
}
 .sub-left span.sub-info{
    margin-left:10px;   
}
 .sub-left span.sub-info span{
    display:block;
}
 .sub-right{
    float:right;
}
.sub-right button{
    margin-top:14px;
}
#sub_inner {
	margin-top: 0px;
	margin-left: -81px;
	background-color: #fff;
	z-index: 2;
}
.sub-left{
	margin-top: -40px !important;
}
.header_icon li:hover ul.subs{
	height: auto;
	width: 229px;
	height: auto;
	width: 360px;
    margin-left: -245px !important;
	margin-top: -12px !important
}
.sub-left {
	margin-left: -12px;
}
.sub-info {
	margin-top: -44px !important;
}
.sub-right {
	float: right;
	margin-top: -33px !important;
	/* margin-right: -11px; */
}
.sub-right button {
	margin-top: 14px;
	margin-left: 30px;
}
#sub_inner a {
	background: #008238;
    color: #fff;
	/* border-color: none; */
	line-height: 1px;
	/* -moz-transition: 1.5s; */
	/* -webkit-transition: 1.5s; */
	/* transition: 1.5s; */
	/* transition: 0.5s ease-in-out; */
	width: 150px;
	margin-top: 20px;
	margin: 0 auto;
	padding: 18px 20px;
	border: none !important;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
#sub_inner a:hover {	
	background: #f9f500;
    color: #000;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
.cart_btn{
margin-top:10px;
margin-bottom:10px;
}  

/* cart css end */

.prd_dtl_img{
	width: 475px;
    height: 475px;
	margin-bottom: 30px;
}
.header .nav.navbar-nav.navbar-right {
	margin-top: 20px;
	margin-right: 0px;
}
.header .navbar-default .navbar-nav > .item > a {
	color: #fff;
	font-size: 17px;
	padding: 25px 3px;
	/* padding: 25px 5px; */
	margin: -1px 0px -2px;
	/* position: relative; */
	font-family: 'Abel', sans-serif;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
}
.icon_inner h1 {
	position: absolute;
	top: 6px;
	left: 29px;
	font-size: 11px;
	color: #fff;
	background-color: black;
	padding: 1px 3px;
	border-radius: 100px;
	margin: 0 auto;
}

.part_inner input[type="reset"]{
	 display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    user-select: none;
	background: #008238;
	color: white;
}
.part_inner input[type="reset"]:hover{
	background: #f9f500;
    color: black; 
	font-weight: 600;
}

.contact_icon {
	padding: 80px 0px 80px 100px;
}
.contact_icon img {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
}
.contact_icon span {
	display: block;
	margin-top: 30px;
}
.contact_icon a {
	text-decoration: none !important;
	color: #211a18;
	font-size: 20px;
	font-weight: 400px;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_icon span i {
	color: #fbf501;
	font-size: 35px;
	margin-right: 10px;
}
.contact_hours span {
	display: inline-block !important;
	margin-top: 0px !important;
}
/*.contact_hours span {
	margin-left: 35px;
}*/
.contact_hours .wed {
	margin-left: 35px;
}
.contact_hours .thu {
	margin-left: 35px;
}
.contact_hours .fri {
	margin-left: 35px;
}
.contact_hours .sun  {
	margin-left: 35px;
}
.contact_hours .sat   {
	margin-left: 35px;
}
.contact_hours .bnk   {
	margin-left: 35px;
}

.footer_sub h2 span {
	font-size: 16px;
	margin-left: 10px;
}
.social .fa.fa-facebook-official {
	color: #475993;
	display: inline-block;
	margin-top: 10px;
	font-size: 50px;
	cursor:pointer;
}
.social .fa.fa-twitter {
	color: #76a9ea;
	display: inline-block;
	margin-top: 10px;
	font-size: 50px;
	cursor:pointer;
}
.social .fa.fa-youtube-play {
	color: #f61c0d;
	display: inline-block;
	margin-top: 10px;
	font-size: 50px;
	cursor:pointer;
}
.social .fa.fa-linkedin-square{
	color: #0077b7;
	display: inline-block;
	margin-top: 10px;
	font-size: 50px;
	cursor:pointer;
}

.contact_main {
	padding: 100px 0px 100px 0px;
	background-color: #fbf501;
}
.contact_text h1{
	font-size: 48px;
	color: #211a18;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_text p {
	color: #211a18;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_text a{
color:#211a18;
font-size:22px;
text-decoration:none !important;
cursor:pointer;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.contact_text a:hover, a:focus {
	color: #211a18;
	text-decoration: none !important;
}
.contact_all .iframe_all{
padding-left:0px;
padding-right:0px;
}.contact_form {
	padding: 50px 0px 80px 17px;
}
.contact_form h3{
font-size:48px;
color:#211a18;
font-family: 'Barlow Condensed', sans-serif;
font-weight:500;

}
.contact_form p {
	font-size: 16px;
	color: #211a18;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	margin-top: 30px;
}
.contact_all .form-group {
	margin-bottom: 15px;
	margin-left: -15px !important;
}
.contact_all .form-control {
	display: block;
	width: 86%;
	height: 34px;
	padding: 25px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	*/ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-bottom: 1px solid #908c8a;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:400;
	
}

.contact_all .form-control:focus {

	outline: 0;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0); 
	border-bottom: 1px solid #908c8a;
}
.contact_all .form-control:focus {

	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
	 box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0); 
}
.contact_all #comment{
height:150px !important;
width:518px;
}
.contact_btn button {
	
	padding: 10px 70px;
	text-decoration:none !important;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid transparent;
	background-color: #008238;
	margin-bottom:30px;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact_btn button:hover {
	background :#f9f500;
	color:black !important;
	
}
.contact_btn {
	margin-top: 50px;
	margin-bottom: 37px;
}
.footer{
background-color:#211a18;
padding:50px 0px 20px 0px;
margin-top:-5px !important;
 box-shadow: 0px 15px 10px -15px #211a18; 
 }
.footer_logo {
	margin-bottom: 40px;
}
.footer_demo span {
display:inline-block;
margin-top:20px;
padding:0px 20px 0px 20px;
}
.footer_demo span a{
color:#fff;
text-decoration:none !important;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:300;
line-height:24px;
}
.footer_demo span a:hover{
color:#f9f500;
text-decoration:none !important;
transition:all 0.5s ease-out;
 cursor:pointer;
}
.footer_demo span img{
display:inline-block;
margin-right:10px;
}
.footer_demo #f_msg{

padding: 0px 0px 40px 0px;
margin-left:20px;
}
.footer_demo #f_msg::after {
	content: "";
	position: absolute;
	top: 264px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 218px;
	height: 1px;
	display: block;
	background-color: #908c8a;
}
 .footer_txt h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
 .footer_txt ul{
 list-style:none;
 }
.footer_txt ul li {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	display: inline-block;
	width: 49%;
}
  .footer_txt ul li:hover{
  color:#f9f500;
  cursor:pointer;
  }
 .footer_txt ul li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #f9f500;
}
.footer_hours h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
.footer_hours ul li{
 color:#fff;
 font-size:16px;
 line-height:30px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
}
.footer_hours ul li span{
margin-left:50px;
}
.footer_hours ul li i{
color:#f9f500;
margin-right: 15px;
font-size:14px;
color:#f9f500;
}
.footer_hours ul li .wed {
	margin-left: 35px;
}
.footer_hours ul li .fri {
	margin-left: 64px;
}
.footer_hours ul li .sun {
	margin-left: 64px;
}



.footer_sub a {
	color: #fff;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	cursor: pointer;
	text-decoration: none !important;

}
.footer_sub a:hover{
color:#fff;
}


.footer_sub i{
margin-left:10px;
color:#f9f500;
display:inline-block;

}

.footer_sub span{
display:inline-block;

}
.footer_sub span img{
display:inline-block;
margin-left:20px;
margin-left:10px !important;
margin-top:10px;
cursor:pointer;
}
/*
.icon_footer img {
	display: inline-block;
	 margin-left: 10px !important; 
	margin-top: 20px !important;
	cursor: pointer;
}*/
.icon_footer img {
    width: 100%;
    max-width: 67px;
    padding: 1px !important;
    margin: 0px !important;
    border: 2px solid #e0f0fb;border-radius: 5px;
}

.sticky {
position: fixed;
	/* height: 100px; */
	width: 100%;
	background: rgb(249, 222, 98,0.7);
	/* text-align: left; */
	z-index: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* padding: 10px 30px !important; */
	/* border-bottom: 0px solid #5d2d2f; */
	/* text-align: center; */
	top: 0px !important;
}

.sticky + .content {
  padding-top: 102px;
}
.navbar.sticky {
	position: fixed;
	/* height: 100px; */
	width: 100%;
	background: rgb(0, 130, 56);
	/* text-align: left; */
	z-index: 50;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* padding: 10px 30px !important; */
	/* border-bottom: 0px solid #5d2d2f; */
	/* text-align: center; */
	top: 0px !important;
}


/*payment form css */

#frmContact {
	border-top: #a2d0c8 2px solid;
	background: #e0f7f3;
	padding: 25px;
	width: 270px;
}

#frmContact .field-row {
	margin-bottom: 20px;
}

#frmContact div label {
	margin: 5px 0px 0px 5px;
	color: #49615d;
}

.demoInputBox {
	padding: 10px;
	border: #a5d2ca 1px solid;
	border-radius: 4px;
	background-color: #FFF;
	width: 100%;
	margin-top: 5px;
}

.demoSelectBox {
	padding: 10px;
	border: #a5d2ca 1px solid;
	border-radius: 4px;
	background-color: #FFF;
	margin-top: 5px;
}

select.demoSelectBox {
	height: 41px;
	margin-right: 10px;
}

.btnAction {
	background-color: #82a9a2;
	padding: 10px 40px;
	color: #FFF;
	border: #739690 1px solid;
	border-radius: 4px;
	cursor:pointer;
}

.btnAction:focus {
	outline: none;
}

.column-right {
	margin-right: 6px;
}

.contact-row {
	display: inline-block;
}

.cvv-input {
	width: 60px;
}

#error-message {
	margin: 20px 0px 0px;
	background: #ffd6d6;
	padding: 10px;
	border-radius: 4px;
	line-height: 25px;
	font-size: 0.9em;
	color: #907575;
	display:none;
}

#response-container {
	padding: 40px 20px;
    width: 270px;
    text-align:center;
}

.ack-message {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#response-container.success {
    border-top: #b0dad3 2px solid;
    background: #e9fdfa;
}

#response-container.error {
    border-top: #c3b4b4 2px solid;
    background: #f5e3e3;
}

.img-response {
    margin-bottom: 30px;
}





.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0;
	
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect h2 {
	color: #F9F500;
	text-align: center;
	position: relative;
	/* margin-top: 100px; */
	color: #ff0;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
.hovereffect:hover h2 {
	opacity:1;
 filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-100%,80px,0);
  transform: translate3d(-100%,80px,0);
}
.hovereffect a{
color:rgba(255,255,255,0.3);
font-weight:100;
font-family: 'Barlow Condensed', sans-serif;
padding:10px 0px 10px 0px;
text-decoration:none !important;
}
.hovereffect a:hover{
color:rgba(255,255,255,0.3);
}
.hovereffect a, .hovereffect p, .hovereffect h2 {
	color: #F9F500;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-100%,80px,0);
	transform: translate3d(-100%,80px,0);
	text-align: center;
}
.hovereffect p{
margin-top:20px;
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,80px,0);
  transform: translate3d(0,80px,0);
 
}
.hovereffect .overlay img {
	
	text-align: center;
	position: relative;
	width:100px;
	margin:0 auto;
}
#p11 {
	margin-bottom: -56px;
	margin-right: 3px;
}
.product_inner2 h5 {
	top: 10px;
	text-align: center;
	/* border: 1px solid red; */
	border-bottom: 1px solid #211a18;
	border-left: 1px solid #211a18;
	border-right: 1px solid #211a18;
	padding: 0px 10px 10px 10px;
	color: #211a18;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Barlow Condensed', sans-serif;
	display: block;
}
.product_inner2:hover h5{
display:none !important;
}
#p12 {
	margin-top: -10px;
}
#p12:hover {
	margin-top: 0px !important;
}
.product_text {
	margin-right: 0px;
	padding: 25px;
}
.product_text h2{
font-size:48px;
color:#000000;
font-weight:500;
font-family: 'Barlow Condensed', sans-serif;
margin-bottom: 10px;
}
.product_text p{
font-size:16px;
color:#908c8a !important;
font-weight:400;
line-height:35px;
font-family: 'Barlow Condensed', sans-serif;
}

.product2 {
	background-color: #f9f500;
	padding: 0px 0px 95px 0px;
}


#p1 {
	margin-left: 0px;
}
#p2 {
	width: 25.333%;
	margin-left: 92px;
}
.product_img:hover #e1{
display:none;
}
.product_img:hover #e2, .product_img h1 {
display:block;
color:#fff;
transition: all 0.3s ease-in-out 0s;
}
#e1{
	display:block;
}
#e2{
display:none;

}
.product_img {
	padding: 150px 130px 150px 38px;
}
.product_img h1{
color:#211a18;
font-size:14px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:400;
}
.product_text {

}
.product .row .col-md-4.col-lg-4.col-sm-4.col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.product2 .row .col-md-4.col-lg-4.col-sm-4.col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.footer{
background-color:#211a18;
padding:50px 0px 20px 0px;
margin-top:-5px !important;
 box-shadow: 0px 15px 10px -15px #211a18; 
 }
.footer_logo {
	margin-bottom: 40px;
}
.footer_demo span {
display:inline-block;
margin-top:20px;
padding:0px 20px 0px 20px;
}
.footer_demo span a{
color:#fff;
text-decoration:none !important;
font-size:16px;
font-family: 'Barlow Condensed', sans-serif;
font-weight:300;
line-height:24px;
}
.footer_demo span a:hover{
color:#f9f500;
text-decoration:none !important;
transition:all 0.5s ease-out;
 cursor:pointer;
}
.footer_demo span img{
display:inline-block;
margin-right:10px;
}
.footer_demo #f_msg{

padding: 0px 0px 40px 0px;
margin-left:20px;
}
.footer_demo #f_msg::after {
	content: "";
	position: absolute;
	top: 264px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 218px;
	height: 1px;
	display: block;
	background-color: #908c8a;
}
.footer_img {
	margin-top: -10px;
}
 .footer_txt h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
 .footer_txt ul{
 list-style:none;
 }
.footer_txt ul li {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	display: inline-block;
	width: 49%;
}
  .footer_txt ul li:hover{
  color:#f9f500;
  cursor:pointer;
  }
 .footer_txt ul li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #f9f500;
}
.footer_hours h2{
font-size:22px;
font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
color:#fff !important;
}
.footer_hours ul li{
 color:#fff;
 font-size:16px;
 line-height:30px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
}
.footer_hours ul li span{
margin-left:50px;
}
.footer_hours ul li i{
color:#f9f500;
margin-right: 15px;
font-size:14px;
color:#f9f500;
}
.footer_hours ul li .wed {
	margin-left: 35px;
}
.footer_hours ul li .fri {
	margin-left: 64px;
}
.footer_hours ul li .sun {
	margin-left: 64px;
}
/*
.footer_sub{
margin-bottom:30px;
float:right;
}
.footer_sub h2 {
	float:right;
}
*/
.footer_sub {
    margin-bottom: 30px;
    float: none;
    width: 100%;
}
.footer_sub h2{
    font-size: 22px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff !important;
	margin-bottom: 30px;
	text-align: left;
}
.footer_sub a::after {
	/* content: "";
	position: absolute;
    top: 74px;
    left: 40px;
    right: -2px;
    margin: 0 auto;
    display: inline-block;
    background-color: #2c2624;
    width: 25px;
    height: 51px; */
}



.footer_sub i {
	margin-left: 18px;
	color: #f9f500;
	display: inline-block;
}
.footer_img img{
	width:100%;
	max-width: 250px;
	margin: 30px auto 10px;
}

.footer_sub span{
display:inline-block;

}

#footer_span {
	position: absolute;
	top: 80px;
	left: 240px;
	right: 0px;
	margin: 0 auto;
	border: aqua;
	font-weight: 600;
}
#footer_span:hover {
	background: #f9f500;
	color:black;
}

.footer_subscribe{}
.footer_subscribe #footer_span {
    position: relative;
    background-color: red;
    top: auto;
    left: auto;
    height: auto;
    padding: 8px;
    right: auto;
    border: navajowhite;
    width: 100%;
}
.footer_subscribe #footer_span:before{
	content: "";
	position: absolute;
    top: 74px;
    left: 40px;
    right: -2px;
    margin: 0 auto;
    display: inline-block;
    background-color: #2c2624;
    width: 25px;
    height: 51px;
}
.footer_subscribe h2{
	font-size: 22px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff !important;
	margin: 0px 0px 20px;
	text-align: left;
}
.footer_subscribe h2 span{
	font-size: 16px;
	margin-left: 10px;
	display: inline-block;
}
.footer_subscribe .fsform {
    background-color: #2c2624;
    color: #fff !important;
    display: flex;
    float: right;
    border: none !important;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.footer_subscribe .fs-field {
    padding: 0px 6px;
    display: inline-block;
    margin: 6px 0px;
}
.footer_subscribe .fs-field.fs-email {
    width: 70%;
    float: left;
}
.footer_subscribe .fs-field.fs-submit {
    width: 30%;
    float: right;
    text-align: right;
	border-left: 1px solid #fff;
}
.footer_subscribe .fs-field.fs-email input {
    border: none !important;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    float: left;
    width: 100%;
    padding: 7px 0px 7px 7px;
    background-color: transparent;
}
.footer_subscribe #footer_span {
    position: relative;
    background-color: transparent;
    top: auto;
    left: auto;
    height: auto;
    padding: 8px;
    right: auto;
    border: none;
    width: 100%;
	font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
}
.footer_subscribe #footer_span:hover {
    background: #f9f500;
    color: black;
}

.footer_sub .search-bar {
	background-color: #2c2624;
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	/* padding: 8px 103px; */
	display: inline-block;
	text-decoration: none !important;
	
	float: right;
	border: none !important;
	/* margin-top: 20px; */
	height: 50px;
	/*width: 281px;*/
	width:100%;
	text-align: left;
	padding: 0px 10px;
}

.valcancy_frm{
	margin-top: 40px;
}
.valcancy_frm button{
    background: #008238;
    border: #008238;
	border-radius: 0px;
	font-weight: 600;
	font-size: 16px;
}
.valcancy_frm button:hover{
    background: #f9f500;
    border: #f9f500;
	color:#000;
	font-weight: 600;
	font-size: 16px;
}

.tech_img img {
	margin-left: 40px;
}
.img_t img {
	/* padding: 17px; */
	margin: 0 auto;
}
.p_category{
padding:40px 0px 0px 0px;
margin-bottom: 50px;
}
.c_text {
	text-align: left;
	width: 100%;
	float: left;
	margin-left: -15px;
}
.c_text h1{
	font-size: 48px;
	color: #211a18;
	font-weight: 500;
	text-align:left;
	margin-bottom:20px;
	margin-top:0px;
	font-family: 'Barlow Condensed', sans-serif;

}
.c_text p{
	font-size: 16px;
	color: #211a18 !important;
	font-weight: 400;
	width:100%;
	text-align:left;
	line-height: 28px;
	text-align:left;
	font-family: 'Barlow Condensed', sans-serif;
}
.p_tech {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.p_tech .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	padding: 0px 0px;
	background: rgba(0, 0, 0, 0.3);
}
.p_tech .tech_hoverimg1{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
 
}
.p_tech:hover .overlay {
background: none;
}
.p_tech:hover img {
  opacity: 1;
 
}
.img_p {
	/* height: 35px; */
	margin: 0 auto;
    padding-top: 75px;
    text-align: left;
}
.img_p img {
	padding: 17px;
    width: 70px;
    margin: 0 auto;
}
.img_p p {
	color: #f9f500;
    width: 100%;
    font-size: 27px;
    line-height: 0px;
    margin-top: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0px 17px 0px 17px;
}
.p_tech h2 {
	color: #211a18;
	text-align: center;
	/* position: relative; */
	font-size: 22px;
	/* background-color: transparent; */
	font-family: 'Barlow Condensed', sans-serif;
	/* padding: 20px; */
	opacity: 1;
	display: none;
	/* margin-top: 0px !important; */
	background-color: #f9f500;
	/* padding: 10px 0px 20px 0px; */
	position: absolute;
	top: 103px;
	left: 0px;
	right: 0px;
	font-weight: 500;
	/* text-align: center; */
	padding: 17px;
}
.p_tech:hover h2 {
	display: block;
	transition: all 0.5s ease-in;
	margin-top: 113px;
}
.p_tech:hover .img_p {
display:none;
}
.p_category .row {
	margin-left: 0px !important;
	 margin-right:0px !important;
	 
}
#p_row{
margin-top:20px;
}
.auto{
padding:100px 0px;
}
.auto_inner h1 {
	font-size: 48px;
	color: #211a18;
	font-weight: 500;
	margin-bottom: 25px;
	font-family: 'Barlow Condensed', sans-serif;
}
.auto_inner p {
	color: #211a18;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}
.auto_row p{
	color: #211a18;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
	margin-top: 15px;
    font-family: 'Barlow Condensed', sans-serif;
}
.auto_row img{
display:inline-block;
margin-top:-5px;
margin-left:10px;
}
.auto_row h4{
font-size: 16px;
background-color:#b0e8aa;
padding:5px;
width:30%;
	color: #211a18;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}
#auto_i{
margin-top:20px;

}
.auto_all {
	background-color: #ededed;
	padding: 20px 10px 90px 10px;
	height: auto;
	margin-bottom: 25px;
}
.auto_btn{
margin-top:10px;
}
.auto_btn a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 24px;
	text-align: justify;
	text-decoration: none !important;
	/*text-align: left !important;*/
	text-align: center !important;

	
	float: left;
	margin-left: 20px;
	/* border-bottom: 3px solid #bebdbd; */
	background: #008238;
	padding: 14px 14px;
	width: 300px;
	cursor:pointer;
	border: 1px solid transparent;
}
.auto_btn a:hover {
color: #000;
background: #f9f500;
}
#auto_r{
margin-top:30px;
margin-bottom:100px;
}
.b_l{
background-color:#008238;
padding:10px 0px;
}
.b_text h1 {
	font-size: 31px;
	color: #f9f400;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	margin-top: 0px;
}
.b_img {
	float: right;
	/* background-color: red; */
	border: 2px solid #f9f400;
}
.b_img {
	float: right;
	/* background-color: red; */
	border: 2px solid #f9f400;
	margin-right: 10px;
}


element {

}
.all:hover {

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in;
    

}
.reply{
	background: #f9f500;
}

.check_h1{
	display: inline-block;
	font-size: 38px;
    color: #211a18;
    font-weight: 500;
	margin-left: -3px;
    font-family: 'Barlow Condensed', sans-serif;
}
.linkdet1
{
	padding: 15px !important;
	height: 55px !important;
	color: #000 !important;
	text-decoration: none !important;
	text-align: left !important;
	float: left;
	border-bottom: none !important;
	background: none !important;
	padding: 0px 5px 0px 5px !important;
	border: none !important;
	/*font-size: 22px !important;*/
	font-size: 18px !important;
	margin-left: -5px !important;
	font-family: 'Barlow Condensed', sans-serif;
}
.linkdet
{
	padding: 15px !important;
	height: 55px !important;
	color: #000 !important;
	text-decoration: none !important;
	text-align: left !important;
	float: left;
	border-bottom: none !important;
	background: none !important;
	padding: 0px 5px 0px 5px !important; 
	border: none !important;
	font-size: 22px !important;	
	margin-left: -5px !important;
	font-family: 'Barlow Condensed', sans-serif;

}
.linkdet:focus {
    text-decoration: none !important;
    color: #000 !important;
    background-color: none !important;
}
.linkdet:hover {
    text-decoration: none !important;
    color: #000 !important;
    background-color: none !important;
}
.recentordertitle{
	margin-top: 30px;
    margin-bottom: 20px;
}
.colon1_home{
	margin-left:35px;
}
.colon2_home{
	margin-left:18px;
}
.colon3_home{
	margin-left:124px;
}
.colon4_home{
	margin-left:26px;
	margin-right: 13px;
}
.colon5_home{
	margin-left:65px;
	margin-right: 13px;
}
.colon2{
	margin-left:120px;
	margin-right:35px;
}
.colon1{
	margin-left:26px;
	margin-right:35px;
}
.colon3{
	margin-left:29px;
}
.colon4{
	margin-left:43px;
}
.colon5{
	margin-left:64px;
}
.colon6{
	margin-left:33px;
}
.colon7{
	margin-left:56px;
}
.colon8{
	margin-left:71px;
}




.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;

}
.hvr1{
	font-size: 'gt_americamedium' !important;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 0px !important;;
	text-align: center;
	background: #008238;
	box-shadow: none;
	border: none;
	color: #fff;
	width: 26% !important;
	margin: 40px auto 0px;
	display: block;

}

.navbar-nav {
	float: left;
	margin: 0;
}
.p_category  #p_12{
	
	 padding-left: 0px !important;
	 padding-right: 0px !important;
}
/*#myHeader .row {
	 margin-left:0px;
	margin-right: -15px;
}*/
.error_message{color:red;}
.tab-content img{
	display: inline-block;
    margin-right: 26px;
}
.payment-errors{
	color: red;
    margin-left: 15px;
}
.ord_msg .option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    color: #fff;
}
.check_bill .option-input:checked::before {
    height: 20px;
    width: 17px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    color: #fff;
}
#email_succes{
	margin-top: 23px;
    margin-bottom: -20px;
	margin-left: 40px;}
.product_inner p{
	font-size:16px;
}
.tab-content a{
	display: inline-block;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    line-height: 24px;
    border: transparent;
    color: #000000 !important;
}
#e_name_err{
	margin-top:0px !important;
	margin-left:0px !important;
	color: red;
    font-weight: 600;
}
#e_email_err{
	margin-top:0px !important;
	margin-left:0px !important;
	color: red;
    font-weight: 600;
}
#e_phone_err{
	margin-top:0px !important;
	margin-left:0px !important;
	color: red;
    font-weight: 600;
}
.chk_head{
	font-weight: 700;
    font-size: 17px;
}
.first_cap{
	text-transform: capitalize;
}

.tab-content .u_btn span a{
	background-color: transparent;
	color: #1e1311 !important;
	box-shadow: none !important;
	display: table-footer-group;
}
.tab-content .u_btn span a:hover{
	background:#f9f500;
}
.data_product {
        min-height: 230px;
        padding: 0px 5px 0px 5px;       
}
.all_p {
        box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
        min-height: 585px;
        padding: 3px;
        background: #fff;
        font-size: 1.2em;
        color: #000;
        /* -moz-transition: all .3s ease; */
        /* -webkit-transition: all .3s ease; */
        /* transition: all .3s ease; */
        /* position: relative; */
        /*margin: 10px;*/
}
.hover_p1 {
        position: relative;
        width: 100%;
        border: 1px solid #000 !important;
        padd: 5px;
        /* margin: 0px 3px 0px 3px; */
}
.hover_p1 img {
        width: 100%;
        margin: 0 auto;
        position: relative;
}
.icon_p {
        /* position: absolute; */
        top: 0px;
        /* width: 50px; */
        margin: 0 auto;
        /* width: 50px; */
        /* padding: 80px 95px; */
        text-align: center;
        /* display: none; */
        padding-top: 80px;
}
.icon_p h6 {
        color: #f9f500;
        width: 100%;
        font-size: 22px;
        text-align: center;
        font-family: 'Barlow Condensed', sans-serif;
}
.icon_p  img {
        width: 50px;
}
/* .inner_text1{
display:none;
} */
.inner_text1 h5 {
        text-align: center;
        font-size: 30px;
        color: #211a18l;
        font-family: 'Barlow Condensed', sans-serif;
        padding: 11px;
        background-color: #f9f500;
        margin: 0;
}
/* .all:hover .inner_text1{
display:block;
transition:all 0.5s ease-in-out;
}
.all:hover .icon_p{
display:block;
transition:all 0.5s ease-in-out;
} */
.all_p h4 {
        /*padding: 5px 0px 0px 5px;
        font-weight: bold;
        font-size: 16px;*/
		color: #211a18;
		font-weight: 500;
		margin-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
}
.data_product h6 {
        font-size: 16px;
        padding: 0px 0px 0px 10px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight:400;
}
.all_p:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
#btn_1 {
        margin-top: 90px;
		width:90%;
		display: grid;
}
#btn_2 {
        margin-top: 120px;
}
.all_p:hover img {
        /* width: 100%; */
}
.hover_p1 .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        /* opacity: 0; */
        /* transition: .3s ease; */
        /* background-color: #fff; */
}
.hover_p1:hover .overlay {
        /* opacity: 0.5; */
}

/*.product_p .row .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px !important;
        padding-right: 15px !important;
}*/

.data_productimg {
        width: 100%;
}
.data_product h1{
color:#211a18;
font-size:18px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
line-height:24px;
text-align:left;
margin-top:20px;
}
.data_product p{
color:#908c8a;
font-size:16px;
 font-weight:400;
font-family: 'Barlow Condensed', sans-serif;
line-height:24px;
text-align:justify;
padding:15px;
margin-top:20px;
}

.data_btn12 {
        margin-top: 10px;
        text-align: left;
        /*padding: 0px 30px 30px 19px;*/
		padding:0px 10px 30px 10px;
}
.data_btn12 a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Barlow Condensed', sans-serif;
        line-height: 24px;
        text-align: justify;
        text-decoration: none !important;
        text-align: center !important;        
        /* border-bottom: 3px solid #bebdbd; */
        background: #008238;
        padding: 10px 24px;
        border: 1px solid transparent;
		width: 100% !important;
		display: block;
}
.data_btn12  a:hover, a:focus {
        color: #000000 !important;
        /* border: 1px solid #008238; */
        text-decoration: underline;
        background-color: #f9f500;
}
.auto_img .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/* opacity: 0; */
	/* transition: .3s ease; */
	/* background-color: #fff; */
}
.auto_img .auto_icon{
	/* position: absolute; */
	top: 0px;
	/* width: 50px; */
	margin: 0 auto;
	/* width: 50px; */
	/* padding: 80px 95px; */
	text-align: center;
	/* display: none; */
	padding-top: 80px;
}
.auto_img img {
	/* width: 100%; */
	margin: 0 auto;
	position: relative;
}
.auto_icon img {
	width: 50px;
}
.auto_icon h6 {
	color: #f9f500;
	width: 100%;
	font-size: 22px;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	width: 47%;
	padding: 10px;
}
.link_a{
	color: black;
}
.link_a:hover{
	color: black;
	text-decoration: none;
}
/* Added On 03-12-2018 */
.thumbnail{
box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
background: #fff;
border-radius: 0px !important;
height: 310px !important;
}
.thumbnail:hover {
    box-shadow:0 2px 7px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in;
}
/*.product_btn .nav-tabs>li a{
	    text-align: left;
    padding-left: 5px;
}*/
.news_inner_div{
box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
background: #fff;
}
.news_inner_div:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in;
}
.product_all .all{
	box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
	min-height: 585px;
    padding: 3px;
    background: #fff;
    font-size: 1.2em;
    color: #000;
    /* -moz-transition: all .3s ease; */
    /* -webkit-transition: all .3s ease; */
    /* transition: all .3s ease; */
    /* position: relative; */
    margin: 10px;
} 
.product_all .all:hover{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in;
}
.email_add{
	text-transform: lowercase;
}
.part_finder_img{
	margin-top: 280px;
    margin-bottom: 30px;
	height:460px;
	width:1060px;
	background:url(/bailcast/images/4WD.gif);
}
.rear{
	width: 60px;
    height: 460px;
	margin-left: 250px;
    float: left;
}
.front{
	width: 60px;
    height: 460px;
	margin-right: 225px;
	float:right;
}
.steering{
	display: block;
	float: left;
    margin: 100px 0px 0px 395px;
    width: 60px;
    height: 260px;
    transition: .25s;
}
.steering:hover{
	transform: scale(1.25, 1.25);
    border-radius: 60px;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -705px -100px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .front .left{
	margin-top: 70px;
    width: 60px;
    height: 140px;
}
#part_finder_img .front .right{
	margin-top: 40px;
    width: 60px;
    height: 140px;
}
#part_finder_img .front .left .outer{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px 0px 0px 0px;
   position: absolute;

    transition: .25s;
}
#part_finder_img .front .left .outer:hover{
    transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -775px -70px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .front .left .inner:hover{
	transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -775px -150px no-repeat;
	transition: transform 0.5s ease;
}

#part_finder_img .front .left .inner{
	display: block;
    width: 60px;
    height: 60px;
    margin: 80px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .front .right .inner{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    transition: .25s; 
}
#part_finder_img .front .right .inner:hover{
    transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -775px -250px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .front .right .outer{
    display: block;
    width: 60px;
    height: 60px;
    margin: 80px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .front .right .outer:hover{
	transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -775px -330px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .rear .left{
	margin-top: 70px;
    width: 60px;
    height: 140px;
}
#part_finder_img .rear .right{
	margin-top: 40px;
    width: 60px;
    height: 140px;
}
#part_finder_img .rear .left .outer{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .rear .left .outer:hover{
	transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -250px -70px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .rear .left .inner{
	display: block;
    width: 60px;
    height: 60px;
    margin: 80px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .rear .left .inner:hover{
    transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -250px -150px no-repeat;
	transition: transform 0.5s ease;
}

#part_finder_img .rear .right .inner{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .rear .right .inner:hover{
    transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -250px -250px no-repeat;
	transition: transform 0.5s ease;
}
#part_finder_img .rear .right .outer{
    display: block;
    width: 60px;
    height: 60px;
    margin: 80px 0px 0px 0px;
    position: absolute;
    transition: .25s;
}
#part_finder_img .rear .right .outer:hover{
    transform: scale(2, 2);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #000;
    z-index: 2;
	background: url(/bailcast/images/4WD.gif) -250px -330px no-repeat;
	transition: transform 0.5s ease;
}
.email_add{
	text-transform: lowercase;
}	
.contact_form label{margin-top:10px; width: 96%;}
.emptycart h3{margin-top:10px;}
.tech_tab .container{padding-left: 0px;padding-right: 0px;}
.technical .container{padding-left: 0px;padding-right: 0px;}
.technical_btn .container{padding-left: 0px;padding-right: 0px;}

.part_finder .row.all_part .img-responsive{
	width:100%;
}


#p_row .p_hover{}
#p_row .p_hover .p_tech{
    margin-bottom: 0px;
    position: relative;
    height: 260px;
    overflow: hidden;
}
#p_row .p_hover .p_tech >img {
    min-height: 100%;
    min-width: 100%;
}
#p_row .p_hover .p_tech .overlay{}
#p_row .p_hover .p_tech .overlay center{
    height: 100%;
    position: relative;
}
#p_row .p_hover .p_tech .overlay center .img_p{}
#p_row .p_hover .p_tech .overlay center .img_p img{}
#p_row .p_hover .p_tech .overlay center .img_p {
    position: absolute;
    width: 100%;
}
#p_row .p_hover .p_tech .overlay center h2{
    position: absolute;
    bottom: 0px;
    top: auto;
    height: auto;
    line-height: initial;
	margin:0px !important;
	padding:10px;
}

#tech_row .tech_hover{}
#tech_row  .tech_hover .hover_tech{
    margin-bottom: 0px;
    position: relative;
    height: 260px;
    overflow: hidden;
}
#tech_row  .tech_hover .hover_tech > img{
	 min-height: 100%;
    min-width: 100%;
}
#tech_row .tech_hover .hover_tech .overlay{}
#tech_row .tech_hover .hover_tech .overlay center{
	 height: 100%;
    position: relative;
}
#tech_row .tech_hover .hover_tech .overlay center .img_t{}
#tech_row .tech_hover .hover_tech .overlay center .img_t img{}
#tech_row .tech_hover .hover_tech .overlay center .img_t{
    position: absolute;
    width: 100%;
}
#tech_row .tech_hover .hover_tech .overlay center h2{
    position: absolute;
    bottom: 0px;
    top: auto;
    height: auto;
    line-height: initial;
	margin:0px !important;
	padding:10px;
}

.product_all .rel_prod_slider .slick-track .slick-slide .all {
      padding: 0px;
    margin: 10px 0px 5px 0px;
}
.nav-tabs {width:105%;}
.all_p h5{padding: 12px 0px 0px 5px;}

/* css start for slider */
.carousel-indicators{ display:none; }
.carousel{
    background: rgba(0,0,0);
}
.carousel-control.left ,
.carousel-control.right{
    display: none;
}

.carousel .item{
    /*min-height: 290px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}

.carousel, .item, .active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
	/*opacity: 0.4;*/
}
.carousel-caption {
    padding-bottom: 475px;
}
/* Background images are set within the HTML using inline CSS, not here */
 .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.9;
    top: 50px
}
.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}
.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.carousel > .item > h1 {
    color: #fff;
    position: absolute;
    top: 50px;
    width: 96.6667%;
}
.main-text {
    position: absolute;
    top: 114px;
    width: 96.66666666666666%;
    color: #FFF;
}

.kit_img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    /*box-shadow: 0px 0px 4px 1px #e8e4e4;*/
}
.kit_img img.prd_dtl_img {
    width: unset !important;
    margin: 0 auto 20px;
    
}
@media(min-width:768px) and (max-width: 1200px)
{
	.news_inner img {
    width: 100%;
    max-height: 144px;
	}
	.kit_img img.prd_dtl_img{
	max-height: 350px !important;
	}
	.border_news p {
    display: block;
    font-size: 16px;
    color: #211a18;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    
	}
	.news_desc
	{
		min-height: 250px;
	}
	.country .france_inner p {
		color: #211a18;
		font-size: 16px;
		font-weight: 300;
		text-align: left;
		font-family: 'Barlow Condensed', sans-serif;
		margin-left: 10px;
		margin-top: 15px;
		min-height: 245px !important;
	}
	.vacancy_tit {
		height: 130px;
	}
	.thumbnail {
		display: block;
		padding: 4px;
		margin-bottom: 20px;
		line-height: 1.42857143;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		-webkit-transition: border .2s ease-in-out;
		-o-transition: border .2s ease-in-out;
		transition: border .2s ease-in-out;
		height: 285px;
	}
}
.product_kit .hover_kit {
	    margin: 0 auto;
    display: inline-block;
}
.product_kit .hover_kit > img {
    height: 85px !important;
    width: unset !important;
    margin: 0 auto;
}

@media(max-width:1150px){
	.main-text 
	{
		top: 10px;
	}
	.product_part_f {
    margin-top: 20px;
	}
	div#section{
		max-width: 100%;
   		 overflow-x: scroll;
	}
}
main.mdl-layout__content {
    overflow-x: hidden;
}
.carousel-inner{
	/*max-height: 300px;*/
	max-height: 430px;

}
.carousel-control.right:focus{
	    background-color: transparent;
		color: #989ea4 !important;
}
.carousel-control.left:focus{
	    background-color: transparent;
		color: #989ea4 !important;
}
.bs-example h1{
	font-size: 72px;
    color: #fff;
    margin: 0px;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}
/* css end for slider */


/* css  start for technical page */

.thumbnail .video-item h4{ min-height:100px;}

.product_kit .tab-content .tab-pane ul li {
    width: 25%;
	float: left;
}

.listing li .item img {
    height: 100px;
    margin: 0px;
    width: 250px;
}


.product_kit .tab-content .tab-pane .listing li .item a.fl_file_link{
width: 100% !important;
background-color: transparent !important;
box-shadow: 0 0 20px rgba(3, 3, 3, 0) !important;
}
.product_kit .tab-content .tab-pane ul.listing li{
	padding:0px 15px;
}
.product_kit .tab-content .tab-pane ul.listing {
	margin:0px -15px;
}
.product_kit .tab-content .tab-pane .listing li .item img.allpdf_img {
   border: 1px solid #ececec;
	height: auto;
    margin: 0px;
}
.product_kit .tab-content .tab-pane .listing li .item .item-title {
    text-align: left;
    left: 31%;
    padding-right: 0px;
    top: 0px;
    position: absolute;
    word-break: break-word !important;
}

.product_kit .tab-content .tab-pane .listing li .item .item-title h2{
   color:#008238 !important;
}
.product_kit .listing li .item .item-title h2 {
font-size: 17px;
word-break: break-word;
color:#fff;
}

/* css end for technical page */

#myCarousel .carousel-control{
    width: 30px;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    height: 30px;
	 background-image: none !important;
}
#myCarousel .carousel-control.left{
	left: 8%;
}
#myCarousel .carousel-control.right{
	right: 8%;
}
#myCarousel .carousel-control > span{
    margin: 0px;
    left: 0px;
    top: 0px;
}
#myCarousel .carousel-inner>.item>a>img, .carousel-inner>.item>img{
	min-height: 150px;
}
.product_h4{font-size:18px !important;}

.footer .row{
	    padding-bottom: 10px;
}

.main_banner > center > .owl-carousel{
    display: block !important;
	z-index:0;
}
.map_form .btn{
    font-family: 'gt_americamedium';
    font-size: 14px;
    color: #fff;
    background-color: #008238;
    margin-top: 4px;
    cursor: pointer;
    border-radius: 0;
}
.map_form .btn:hover{
    background-color: #f9f500;
    text-decoration: none;
    color: black;
}
.dealer_result h5{
	color: #211a18;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
	display: inline;
    margin-left: 6px;
}

.dealer_result p{
	color: #211a18;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    font-family: 'Barlow Condensed', sans-serif;
	margin-left: 14px;
}
.map_right{margin:0px !important;;}
.map_right_col{border: 2px solid;}

.dl_detail_left_row{ margin-left: 5px !important; }
.dl_detail_row {margin-bottom:20px;}
.d_form{margin: 0px 0px 50px 200px;}
.d_btn{ 
	color: #fff !important;
    font-size: 16px;
    background-color: #008238 !important;
    width: 80px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid transparent;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600 !important;
    cursor: pointer;
}
.d_btn:hover{
    color: #000000 !important;
    transition: all 0.5s ea ease-in-out;
    background-color: #f9f500 !important;
    box-shadow: 0 0 20px rgba(3,3,3,0);
}
.main_category_p>p
{	
    /*color: #908c8a;*/
	color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 24px;
    text-align: justify;
    margin: 0px;
	min-height: 170px;
}
#min_max .icon_inner > .item ul.subs {
    height: auto;
	padding: 10px;
    margin: 0px !important;
    position: absolute;
    right: 0px;
    left: auto;
    min-width: 300px;
    border-radius: 4px;
    min-height: auto;
    width: auto;
    border-radius: 4px;
    overflow: auto;
    display: none;
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
	-moz-box-shadow:0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
	-webkit-box-shadow:0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
}
#min_max .icon_inner > .item:hover ul.subs {
    display: block;
}
#min_max .icon_inner > .item ul.subs li .sub_item {
    padding: 10px 0px;
    margin: 0px;
	border-bottom : 1px solid black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-left {
    margin: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-left .sub-info {
    margin-left: 10px;
    margin: 0px 10px 0px 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: unset;
    width: 70%;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-left img {
    margin-right: 10px;
    width: 30%;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-left .sub-info span {
    margin: 0px;
    text-transform: capitalize;
	text-align: left;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-right {
    margin: 0px !important;
    width: 10%;
}
#min_max .icon_inner > .item ul.subs li .sub_item .sub-right button {
    margin: 0px;
}
#min_max .icon_inner > .item ul.subs li > span {
    margin: 0px;
}
#min_max .icon_inner > .item:hover ul.subs>li{
	position : relative;
}
#min_max .icon_inner > .item:hover ul.subs>li:not(:last-child):after{
	content:"";
	
}
#product_p .auto_inner{
	padding: 0 0 0 15px;
}
.product_part_f{margin-top:25px;}
.country .france_inner{
	display: inline-block;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(3, 4, 4, 0.3);
	padding-bottom: 50px;
	max-width: 400px;
}
.country .france_inner:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in;
}
.country  .france_inner p {
    color: #211a18;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
    margin-top: 15px;
	min-height: 176px;
}
.country  .france_inner p {
    color: #211a18;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
    margin-top: 15px;
	/*min-height: 176px;*/
}
.vacancy_desc {
    
}
.country .col-md-6.col-lg-6.col-sm-6.col-xs-12 {
    text-align: center;
}
.header .navbar-default .navbar-nav > .item >a:focus{
    outline: none;
}
span#releted_btn {
    /* display: inherit; */
    /* margin-bottom: 11px; */
	display: inline-grid;
    margin-bottom: 11px;
    width: 100%;
   /* padding: 15px;*/
}
.Product_grid_new .view_details{
    /*padding: 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;*/
	/* padding: 10px; */
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: list-item;
    /*margin-left: 15px;
    margin-right: 15px;*/
	margin-top: -5px;
}
.scrolldown{
position: fixed;
right: 25px;
color: #000;
width: 45px;
height: 45px;
font-size: 26px;
text-align: center;
line-height: 50px;
top: 89vh;
}

html {
  scroll-behavior: smooth;
}
.Product_grid_new {
    border: 2px solid #f2f2f2;
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 2px #bfbfbf;
    padding-bottom: 10px;
}
div#search_result {
    margin-top: 50px;
}
.row.new_set_h2 {
    margin-bottom: 35px;
}
.data_inner h6{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 15px;
    font-size: 14px;
}
form#delivery_inqiry label {
    width: 110px;
    padding: 7px 0;
    font-family: 'gt_americaregular';
}
form#delivery_inqiry input{
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 200px;
    border: 2px solid #dddddd;
    padding: 0;
}
form#delivery_inqiry input[type="submit"] {
    max-width: 68px;
    background: #008238;
    color: #fff;
}
.btn_vac a
{
	width:100%;
	display:block;
}
.row.map_right {
    font-size: 16px;
}
.row.map_right h5 {
    font-weight: bold;
	font-size: 17px;
}
.row.map_right p {
    margin: 0px;
}
.dl_detail_left_row p
{
	font-size: 16px;
}
.dl_detail_left a
{
	width:100%;
	margin-bottom:10px;
}

.partfind
{
	font-size: 20px !important;
}
.data_inner h6{
	font-size: 18px !important;
    font-weight: bold !important;
}
.data_inner p{
	    display: inline-block;
}
.news_inner {
    min-height: 185px;
}

.nwdt
{
	position:absolute;
}
.france_inner img {
    height: 200px !important;
    width: 200px !important; 
    padding: 10px 0;
   
}
.country .france_inner{
	width:100%;
	margin-bottom: 20px;
}
@media(min-width:300px) and (max-width:768px){
	.prodmobview .data_inner p {
		display: block;
	}
	.linkdet{
		height: 72px !important;
	}
	.input-group.plus-minus-input.row .col-sm-4{
		margin-bottom: 5px;
	}
	.input-group.plus-minus-input.row .col-sm-5, 
	.input-group.plus-minus-input.row .col-sm-3, 
	.input-group.plus-minus-input.row .col-sm-4 {
    width: 100%;
    padding: 0px;
    }
    .product_inner .prtprice,
    .product_inner .prtname
    {
         margin-bottom: 5px !important;
         padding: 0px!important;  
    }
}
@media(min-width:648px) and (max-width:1100px){
	.releted_text span
	{
	    display: inline-block;
	    width: 100%;
	}
	.tech_tab .col-md-4 {
	    max-width: 320px;
		float: left;
	}
}
@media(min-width:300px) and (max-width:648px){
	.releted_text span
	{
	    display: inline-block;
	    width: 100%;
	}
	.tech_tab .col-md-4 {
	    max-width: 100%;
	    float: none;
	}
}
@media only screen and (min-width: 1200px) {
 .news_inner img {
    max-height: 168px;
    width: 265px;
	}
}
@media(max-width:768px){
	.news_inner img {
    width: 100%;
    max-height: auto;
}
	.bs-example h1 {
		font-size: 36px;
		color: #fff;
		margin: 0px;
		margin-top: 12%;
		text-align: center;
		font-weight: 600;
		font-family: 'Barlow Condensed', sans-serif; 
	}
	#myCarousel .carousel-inner>.item>a>img, .carousel-inner>.item>img {
		/*min-height: 200px;*/
	}
	.p_category #p_12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 10px !important;
	}
	.prodmobview{
		display:block !important;
	}
	.proddeskview{
		display:none;
	}
	
	/* Click Image Css */
	#part_finder_img .front .right {
    margin-top: 40px;
    width: 60px;
    height: 140px;
    position: relative;
	}
	#part_finder_img .front .left {
    margin-top: 70px;
    width: 60px;
    height: 140px;
	position: relative;
}
	.cart_total a {		
		text-align: center;
	}
}

.vacancy_tit {
    min-height: 120px;
}
.vacancy_desc {
    min-height: 370px;
	font-size: 16px;
    color: #211a18;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}