@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot');
	src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Calibri';
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*-------------------------------------------------------------------------------*/


/******** TOP BAR starts ***********/
.topbar {
	background-color: #BC3835;
	padding: 15px;
	font-size: 16px;
}
.topbar .top-icon {
	margin-right: 8px;
}
.topbar a {
	color: #fff;
	position: relative;
	top: 5px;
}
.topbar span{
	font-size:14px;	
}
.topbar a:hover, .topbar a:focus {
	color: #53DFEE;
}
.topbar select {
	float:right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 175px;
	width: 200px;
	color: #fff;
	border-radius: 3px;
	padding: 4px;
	background-color: #8C0805;
	border: none;
}
/******** TOP BAR ends ***********/

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

/******** HEADER starts ***********/


header .logo img {
	padding: 20px 0;
}
header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	border-radius: 0;
}
header .navbar {
	min-height: 50px;
	margin-bottom: auto;
	border: none;
}
header .navbar-default .navbar-nav > li > a {
	color: #BC3835;
	padding: 30px 20px;
	font-size:18px;
}
header .navbar-default .active {
	color: #fff;
	background-color:#BC3835;
}

header .navbar-default .navbar-nav > .active > a,header  .navbar-default .navbar-nav > .active > a:hover,header .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

header .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color:#BC3835;
}
header .navbar-default  .active a, header .navbar-default  .active a:hover, header .navbar-default .active a:focus {
	color: #fff;
	background-color: #546169;
}
header .navbar-default li {
	margin: 0 1px;
}

/*
header .navbar-default li:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 0%;
	background-color: #546169;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header .navbar-default li:hover:before {
	height: 100%;
}
*/

header .menu-item li a {
		padding: 10px 20px;
		position:relative;
		z-index:1;	
		color: #BC3835;
}
header .menu-item li a:hover,header .menu-item li a:focus{
	color:#fff;	
	background-color: #546169;
}

/*
header .menu-item li:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #546169;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header .menu-item li:hover:before {
	height: 38px;
}
*/

header .menu-item li {
	margin: 0;
}

/* custom menu */
.sub-menu {
	display:none;
}

ul li:hover .sub-menu {
	display:block;
	position:absolute;
	z-index: 1000;
}

navbar-right .sub-menu {
    right: 0;
    left: auto;
}

.sub-menu{
	    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*
header .sub-menu li:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #546169;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header .sub-menu li:hover:before {
	height: 38px;
}
*/
header .sub-menu li { 
	margin: 0;
}

navbar-nav > li > .sub-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


header .sub-menu li a {
	padding: 10px 20px;
	position: relative;
	z-index: 1;
	color: #BC3835;
	display: block;
	min-width: 200px;
}

header .navbar-default .current-menu-item {
	color: #fff;
	background-color: #546169;
}
header .sub-menu{
	margin-top:-2px;	
}
header .sub-menu .menu-item-object-page {
	/* padding: 10px 0; */
	position: relative;
	/* top: -9px; */
}
header .sub-menu .menu-item-object-page a {
	position: relative;
	display: block;
}

header .navbar-default .navbar-nav > .current-menu-item > a,header  .navbar-default .navbar-nav > .current-menu-item > a:hover,header .navbar-default .navbar-nav > .current-menu-item > a:focus {
	color: #fff;
	background-color:#BC3835;
}

.slider #carousel-example-generic .carousel-inner{
	height: 300px;
}













/******** HEADER ends ***********/

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

/******** Carousel starts ***********/

#carousel-example-generic .carousel-caption-div span {
	font-size: 50px;
	text-shadow: 2px 5px 5px #000;
}
#carousel-example-generic .carousel-caption-div p {
  color: #000;
  font-size: 18px;
  margin: 15px 0;
  text-align: left;
}
#carousel-example-generic img {

}
#carousel-example-generic .carousel-caption-div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 20%;
  left: 5%;
  padding: 20px;
  text-shadow: none;
  width: 40%;
}

#carousel-example-generic .carousel-caption-div button {
  background-color:#BC3835;
  border: 2px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  height: 45px;
  text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  width: 200px;
}


#carousel-example-generic .carousel-caption-div button:hover, #carousel-example-generic .carousel-caption-div button:focus {
	background-color:rgba(0, 0, 0, 0.4);
}
#carousel-example-generic .carousel-control.left {
	background-image: none;
	background-color: rgba(0,151,167,.9);
	margin: auto;
}
#carousel-example-generic .carousel-control.right {
	background-image: none;
	background-color: rgba(0,151,167,.9);
	margin: auto;
}
#carousel-example-generic .carousel-control {
	width: 5%;
	opacity: none;
	height: 70px;
	text-align: center;
}
#carousel-example-generic .control-arrrow {
	line-height: 75px;
}
/******** Carousel ends ***********/

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

/******** HEADING starts ***********/

section {
	padding: 30px 0;
}
section .heading {
	font-size: 24px;
	color: #777777;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}


section .heading:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color:#BC3835;
	width: 30px;
	height: 5px;
}
/******** HEADING ends ***********/

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

/******** PRODUCT starts ***********/

.product #marketcarousel {
	margin-top: 30px;
}
.product #marketcarousel .item {
	padding: 15px;
}
.product #marketcarousel .item .product-card {
	box-shadow: 0 5px 15px #aaa;
	text-align: center;
	padding-bottom: 20px;
}
.product #marketcarousel .item .product-card img{
	width:100%;	
	height:200px;
}
.product #marketcarousel .item .product-card h2 {
	font-size: 16px;
	color:#BC3835;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.product #marketcarousel .item .product-card h2:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #BC3835;
	width: 30px;
	height: 2px;
}
.product #marketcarousel .item .product-card p {
	text-align: center;
	color: #777777;
	padding: 0 20px;
	min-height: 100px;
}
.product #marketcarousel .item .product-card .p-link {
	width: 130px;
	height: 35px;
	background-color: #BC3835;
	color: #fff;
	border-radius: 3px;
	border: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-transform: uppercase;
	padding:5px 30px;
	border:1px solid #fff;
}

.product #marketcarousel .item .product-card .p-link:hover {
	background-color:#fff;
	color:#BC3835;
	border:1px solid #BC3835;
}

.product #marketcarousel .item a{
	display:block;
	width:140px;
	background-color:#BC3835;
	color:#fff;
	margin:auto;
	padding:8px;
	border-radius: 3px;
}

.product #marketcarousel .item a:hover, .product #marketcarousel .item a:focus {
	background-color:#8C0805;
}




/******** PRODUCT ends ***********/

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

/******** ABOUT starts ***********/

.about {
	background-color: #dddddd;
}
.about .about-left {
	text-align: right;
	padding: 0;
	position: relative;
}
.about .about-left img{
	width:100%;	
}
.about .aboutdiv {
	padding: 25px 70px;
}
.about .about-left .heading {
	margin: 0;
	margin-top: 20px;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #4f4f4f;
}
.about .heading:after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #BC3835;
	width: 30px;
	height: 5px;
}
.about p {
	font-size: 16px;
	margin-top: 25px;
	text-align: justify;
	margin-bottom: 40px;
}
.about button {
	width: 180px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 3px;
	background-color: #0097a7;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.about button:hover, .about button:focus {
	background-color: #005767;
}
/******** ABOUT ends ***********/

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

/******** CLIENT starts ***********/
.client-section {
	text-align: center;
}
.client-section .clientdiv {
	margin-top: 30px;
}
.client-section img {
	margin-bottom: 30px;
	box-shadow: 0 5px 10px #ddd;
	border:1px solid transparent;
	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*.client-section img:hover,.client-section img:focus{
	border:1px solid #0097a7;	
	box-shadow: 0 5px 15px #aaa;
}*/
.fix_height:hover{
	border:1px solid #0097a7;
}

.client-section button {
	background-color: #fff;
	width: 130px;
	height: 35px;
	border: 2px solid #0097a7;
	color: #0097a7;
	text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 3px;
}
.client-section button:hover, .client-section button:focus {
	background-color: #0097a7;
	color: #fff;
}
/******** CLIENT ends ***********/



.services {
	background-color: #dddddd;
	background-image: url(../images/services-bg.jpg);
	background-size: cover;
	color: #fff;
}
.services .servicesdiv {
	text-align: right;
	padding: 0;
	position: relative;
}
.services .servicesdiv img {
	width: 100%;
}
.services .service-card {
	padding: 10px 70px;
}
.services .servicesdiv .heading {
	margin: 0;
	margin-top: 20px;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.services .servicesdiv .heading:after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	width: 30px;
	height: 5px;
}
.services .servicesdiv p {
	margin-top: 20px;
	text-align: justify;
	font-size: 16px;
}
.services button {
	width: 130px;
	height: 35px;
	background-color: transparent;
	border: 2px solid #0097a7;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services button:hover, .services button:focus {
	background-color: #0097a7;
}
.services .industrydiv {
	text-align: left;
	padding: 0;
	position: relative;
}
.services .industry-card {
	padding: 10px 70px;
}
.services .industrydiv .heading {
	margin: 0;
	margin-top: 20px;
	position: relative;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.services .industrydiv .heading:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 30px;
	height: 5px;
}
.services .industrydiv img {
	width: 100%;
}
.services .industrydiv ul {
	margin-top: 30px;
}
.services .industrydiv ul li {
	width: 33.33%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services .industrydiv ul li a {
	color: #fff;
}
.services .industrydiv ul li a:hover, .services .industrydiv ul li a:focus {
	color: #BC3835;
}
.services .industrydiv ul li:before {
	font-family: fontawesome;
	position: absolute;
	left: 0;
	content: '\f105';
	font-size: 15px;
	color: #fff;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services .industrydiv ul li:hover:before {
	color: #BC3835;
	left: 5px;
}
/******** SERVICES ends ***********/

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

/******** Inquiry FORM starts ***********/


.loginform .group .wpcf7-form-control {
	font-size: 16px;
	padding: 15px 0 5px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #aaa;
	background: none;
	color: #000;
}
.loginform .group .wpcf7-form-control:focus,.loginform .group .wpcf7-form-control:hover {
	border-bottom: 2px solid #BC3835;
}
.loginform .group select {
	padding: 15px 0 5px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #aaa;
	background: none;
	color: #8f8f8f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-down-sign-to-navigate.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-size: 16px;
	text-transform: uppercase;
}
.loginform .group select:hover, .loginform .group select:focus {
	border-bottom: 2px solid #ED6F51;
}
.loginform .login-card .group textarea {
	font-size: 18px;
	padding: 15px 0 5px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #aaa;
	background: none;
	color: #000;
}
.loginform .login-card .group textarea:focus {
	outline: none;
}

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

.inquiry .btndiv {
	text-align: center;
	margin-top: 20px;
}
.inquiry button {
	width: 130px;
	height: 35px;
	background-color: #BC3835;
	border: 2px solid #BC3835;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.inquiry button:hover, .services button:focus {
	background-color: #fff;
	color: #BC3835;
}
/******** Inquiry FORM ends ***********/

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

/******** FOOTER FORM starts ***********/

footer {
	padding:0;
	margin: 25px 0 0 0;
}
.footer_bg{
	background-color:#8C0805;
	padding:10px 0;
}
footer ul{
	margin:15px 0 0 0;
	padding: 0;
	float: left;
}
footer ul li {
	float: left;
}
footer ul li a {
	color: #fff;
	padding: 0 20px;
}
footer ul li a:hover, footer ul li a:focus {
	color: #53DFEE;
}
footer .footer-logo-img {
	float: right;
}
/******** FOOTER FORM ends ***********/

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

/******** BOTTOM starts ***********/

.bottom {
	padding: 10px;
}
.bottom span a {
	color:#BC3835;
}
.bottom i {
	font-size: 25px;
}
.bottom .social-link a {
	float: right;
	color:#BC3835;
	padding: 0 5px;
}
.bottom .social-link a:hover, .social-link a:focus {
	color:#8C0805;
}
/******** BOTTOM ends ***********/



/******** product-list starts ***********/

.product-list .panel-body {
	padding: 0px;
}
.product-list .panel-body table tr td {
	padding-left: 15px
}
.product-list .panel-body .table {
	margin-bottom: 0px;
}
.product-list #accordion {
	margin-top: 20px;
}
.product-list #accordion .ph {
	background-color: #546169;
	border: medium none;
	border: 1px solid #546169;
	border-radius: 0;
	color: #fff;
}
.product-list #accordion .panel-body ul {
	list-style: none;
	padding: 0;
}
.product-list #accordion .panel-body ul li a {
	display: block;
	padding-left: 20px;
	color: #546169;
}
.product-list #accordion .panel-body ul li a i {
	padding: 10px 20px;
	font-size: 18px;
	vertical-align: middle;
	margin: auto;
	color: #eee;
}
.product-list #accordion .panel-body ul li a:hover, .product-list #accordion .panel-body ul li a:focus {
	background-color: #849199;
	color: #fff;
}
.product-list #accordion .panel-body ul li {
	line-height: 40px;
	margin-bottom: 1px;
	background-color: #eee;
}
.product-list #accordion .panel {
	border-radius: 0;
	margin-bottom: 0;
}
.product-list .panel-default {
	border: none;
}
.product-list .product-menu {
	margin-top: 10px;
}
.product-list .product-menu h2 {
	margin: auto;
	background-color:#BC3835;
	position: relative;
	font-size: 18px;
	padding: 10px;
	color: #fff;
}
.product-list .product-menu  h3 {
	margin: auto;
	background-color:#BC3835;
	position: relative;
	font-size: 22px;
	padding: 10px;
	color: #fff;
}
.product-list .product-menu p{
	margin-top: 20px;
	font-size: 14px;
}
.product-list .detail-card {
	margin-top: 20px;
}
.product-list .detail-card .product-detail-card {
	box-shadow: 0 2px 5px #aaa;
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
}
.product-list .detail-card .product-detail-card h4 a {
	color: #546169;
	display: block;
}
.product-list .detail-card .product-detail-card:hover h4 a, .product-list .detail-card .product-detail-card:focus h4 a {
	color:#BC3835;
}
.product-list .detail-card .product-detail-card h4 {
	padding: 15px;
	margin: 0;
	text-align: center;
}
.product-list .detail-card .product-detail-card .card-img {
	position: relative;
	overflow: hidden;
}
.product-list .detail-card .product-detail-card .card-img a {
	display: block;
}
.product-list .detail-card .product-detail-card .card-img span {
	color: #fff;
	font-size: 18px;
	line-height: 300px;
	padding: 7px 30px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.3);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-list .detail-card .product-detail-card .card-img span:hover {
	background-color: rgba(0,0,0,.3);
}
.product-list .detail-card .product-detail-card .card-img .overlay-card {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	height: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-list .detail-card .product-detail-card:hover .overlay-card {
	height: 100%;
}
.product-list .case {
	background-color: #eee;
}
.product-list .case ul {
	list-style: none;
	padding: 10px;
}
.product-list .case ul li {
	
	padding-left: 25px;
	position: relative;
	margin-bottom:10px;
	
}
.product-list .case ul li a{
	color:#546169;
}	
.product-list .case ul li a:hover{
	color:#BC3835;
}
.product-list .case ul li:after {
	content: "\f101 ";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 5px;
	color: #000;
}
.product-form{
	background-color:#eee;
	padding:10px;	
}
.product-list .product-form input,.product-list .product-form textarea{
	width:100%;
	border:none;
	border-bottom:2px solid #aaa;
	padding:10px;
	margin-bottom:20px;
	background-color:#eee;
    resize: none;
}
.product-list .product-form input:hover,.product-list .product-form input:focus{
	border-bottom:2px solid #BC3835;
}
.product-list .product-form textarea:hover,.product-list .product-form textarea:focus{
	border-bottom:2px solid #BC3835;
}
.product-list .product-form .btnproduct{
	margin:auto;	
	text-align:center;
}
.product-list .product-form .btnproduct .wpcf7-submit{
	background-color:#aaa;
}
.product-list .product-form .btnproduct .wpcf7-submit {
    background-color:#BC3835;
    border: 1px solid #BC3835;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    transition: all 300ms ease-in-out 0s;
    width: 120px;
    text-transform: none;
    margin: 0;
	font-size: 18px;
	text-transform:uppercase;
}
.product-list .product-form .btnproduct .wpcf7-submit:hover,.product-list .product-form .btnproduct .wpcf7-submit:focus{
	background-color:#8c0805;
	border:1px solid #8c0805;
	color:#fff;
}

.contactdetail{
	background-color:#eee;
	padding:20px;
	margin-top:20px;
	margin-bottom:30px;	
}
.contactdetail i{
	margin-right:10px;
	color:#BC3835;
}	
.contactdetail .fa-map-pin{
float:left;
	margin-top:5px;
}
.contactdetail div{
	padding-left:25px;	
}

/******** product-list ends ***********/

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

/******** Product-Detail starts ***********/

.product-detail-img .heading span {
	text-transform: none;
	color: #0097A7;
}
.product-detail-img .img-product {
	margin-top: 25px;
}
.product-detail-img .img-product img {
	padding-bottom: 10px;
}
.product-detail {
	background-color: #eee;
}
.product-detail .heading {
	text-align: left;
	font-size: 18px;
	text-transform: none;
	margin: 0;
}
.product-detail .heading:after {
	left: 0;
	right: auto;
}
.product-detail .card {
	background-color: #fff;
	padding: 15px;
	margin: 0;
	min-height: 340px;
	box-shadow: 0 5px 10px #ccc;
	margin-bottom: 20px;
}
.product-detail .card p {
	margin-top: 10px;
}
.product-detail .card ul {
	margin-top: 10px;
}
.product-detail .card ul li {
	position: relative;
	padding-left: 15px;
}
.product-detail .card ul li:before {
	content: "\f105";
	position: absolute;
	font-family: fontawesome;
	left: 0;
}
.product-detail .card button {
	background-color: #BC3835;
	border-radius: 3px;
	padding: 5px;
	width: 200px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 5px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-detail .card button:hover {
	background-color: #fff;
	border: 1px solid #BC3835;
	color: #BC3835;
}
/******** Product-Detail ends ***********/

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

/******** Inquiry-form starts ***********/

.inquiry-form .inputform {
	margin-top: 30px;
}
.inquiry-form .inquiry-card {
	box-shadow: 0 2px 5px #aaa;
	padding: 20px 30px;
	/*margin-top: 20px;*/
}
.inquiry-form .inquiry-card h2 {
	text-align: center;
	font-size: 24px;
	margin: 0;
	margin-top: 10px;
	color: #BC3835;
}
.inquiry-form .inputform input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #ccc;
	border-image: none;
	border-bottom: 2px solid #ccc;
	border-style: none none solid;
	border-width: medium medium 2px;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-bottom: 30px;
}
.inquiry-form .inputform input:hover, .inquiry-form .inputform input:focus {
	border-bottom: 2px solid #BC3835;
	background-color: #eee;
}
.inquiry-form .inputform textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: -moz-use-text-color -moz-use-text-color #ccc;*/
	border-image: none;
	border-bottom: 2px solid #ccc;
	border-style: none none solid;
	border-width: medium medium 2px;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-top: 30px;
}
.inquiry-form .inputform textarea:hover, .inquiry-form .inputform textarea:focus {
	border-bottom: 2px solid #BC3835;
	background-color: #eee;
}
.inquiry-form .inputform select {
	padding: 15px 0 5px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #ccc;
	background: none;
	color: #8f8f8f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-down-sign-to-navigate.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-size: 16px;
	text-transform: uppercase;
}
.inquiry-form .inputform select:hover, .inquiry-form .inputform select:focus {
	border-bottom: 2px solid #BC3835;
	background-color: #eee;
}
.inquiry-form .inquirybtn {
	text-align: center;
	margin-top: 30px;
}
.inquiry-form .ibtn .wpcf7-submit {
	background-color: #BC3835;
	padding: 0;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	border: 2px solid #BC3835;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 300px;
	height: 40px;
}
.inquiry-form .ibtn .wpcf7-submit:hover, .inquiry-form .ibtn .wpcf7-submit:focus {
	color: #BC3835;
	border: 2px solid #BC3835;
	background-color: #eee;
}
/******** Inquiry-form Ends ***********/

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

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

.contactus .sub-heading {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #0097A7;
	text-transform: uppercase;
}
.contactus .contact-detail {
	position: relative;
	border: 1px solid #aaa;
	padding: 20px;
	margin-top: 30px;
}
.contactus .contact-detail:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #aaa;
	border-width: 15px;
	margin-left: -15px;
}
.contactus .contact-detail ul {
	list-style: none;
	padding: 5px 0px;
	margin-bottom: 25px;
}
.contactus .contact-detail h2 {
	color: #546169;
	font-size: 24px;
	margin: auto;
}
.contactus .contact {
	text-align: center;
}
.contactus .contact .contact-card {
	background-color: #eee;
	border: 1px solid #dadada;
	padding: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	margin-bottom: 20px;
}
.contactus .contact .contact-card h3 {
	font-size: 14px;
	margin: auto;
	margin-top: 10px;
}
.contactus .contact .contact-card i {
	height: 30px;
	width: 30px;
	background-color: #8c0805;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
}
.contactus .contact .contact-card:hover, .contactus .contact .contact-card:hover a {
	background-color: #546169;
	color: #fff;
}
/******** Contact Us Ends ***********/

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

/******** Country starts ***********/

.country {
	background-color: #eee;
}
.country .country-list ul {
	list-style: none;
	padding: 0;
}
.country .country-list{
	margin-bottom:30px;	
}
.country .country-list ul li {
	width: 50%;
	float: left;
	padding: 3px;
}
.country-list div {
	padding: 3px 0;
}
.country-list h4 {
	color: #BC3835;
}
	
	
	
/* custom css */


.about a {
	width: 180px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 3px;
	background-color: #0097a7;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding:10px;
	margin-top:10px;
}

.about a:hover, .about a:focus {
	background-color: #005767;
}

.client-section a {
	background-color: #fff;
	width: 130px;
	height: 35px;
	border: 2px solid #0097a7;
	color: #0097a7;
	text-transform: uppercase;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 3px;
		padding:10px;
	margin-top:10px;
}
.client-section a:hover, .client-section a:focus {
	background-color: #0097a7;
	color: #fff;
}

.servicesdiv a {
	width: 130px;
	height: 35px;
	background-color: transparent;
	border: 2px solid #0097a7;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
		padding:10px;
	margin-top:10px;
	color:#fff;
}
.servicesdiv a:hover, .servicesdiv a:focus {
	background-color: #0097a7;
}

.servicesdiv a {
  background-color: transparent;
  border: 2px solid #0097a7;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  margin-top: 10px;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0s;
}
.servicesdiv a:hover, .servicesdiv a:focus {
	background-color: #0097a7;
}

.industry-card .industry-alink {
  background-color: transparent;
  border: 2px solid #0097a7;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  margin-top: 10px;
  padding: 8px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0s;
  width: 130px;
  top: 40px;
}

.industry-card .industry-alink:hover, .industry-alink:focus {
	background-color: #0097a7;
}

.wpcf7-submit  {
	width: 130px;
	height: 35px;
	background-color: #BC3835;
	border: 2px solid #BC3835;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.wpcf7-submit :hover, .wpcf7-submit :focus {
    background-color: #fff;
    color: #BC3835;
}
.wpcf7-not-valid-tip
{
	color:red;
}
.screen-reader-response ,.wpcf7-validation-errors
{
	display: none;
}


footer .footer-logo-img{
		float:right;
		padding-right: 10px;
}

.con-add {
	padding: 0 15px;
}

#carousel-example-generic .carousel-control .fa
{
	line-height:70px;
}

/* custom css Ends here */

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

/******** aboutus starts ***********/

.aboutus .aboutusdiv {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #bc3835;
    position: relative;
}
.aboutus .aboutusdiv:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #bc3835;
    border-width: 15px;
    margin-left: -15px;
}
.aboutus .aboutusdiv h2 {
    color: #546169;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}
.aboutus .aboutusdiv h2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #0097A7;
}
.aboutus .aboutusdiv p {
    font-size: 16px;
    margin: 5px 0;
    text-align: justify;
}
.aboutus .aboutusdiv img {
    margin-bottom: 30px;
}
.aboutus .aboutusdiv a img {
	margin-bottom: 5px !important;
}
.aboutus .aboutusdiv a p {
	text-align: center;
}
/******** aboutus Ends ***********/

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

/******** overview starts ***********/

.overview {
    background-color: #eee;
    margin-top: 30px;
}
.info1 {
    background-color: #eee;
}
.info1 .card {
    position: relative;
    box-shadow: 0 5px 10px #bababa;
    margin-bottom: 30px;
    background-color:#546169;
}
.info1 .card .card-icon {
    background-color: #fff;
    bottom: 0;
    height: 110px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 10;
    display: table-cell;
}
.info1 .card .card-icon p {
    float: right;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    position: relative;
    left: 55px;
    box-shadow: inset 0 3px 10px #7F7F7F;
}
.info1 .card .card-icon p i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 46px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 10px #7F7F7F;
    background-color:#BC3835;
}
.info1 .card .card-content {
    margin-left: 170px;
    min-height: 200px;
    position:relative;
}

.info1 .card .card-content h1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    text-align: left;
}
.info1 .card .card-content p {
    color: #fff;
    padding-right: 30px;
    padding-top: 10px;
}
.info1 .card .card-icon::before {
    border-bottom: 45px solid #fff;
    border-right: 100px solid transparent;
    content: " ";
    left: 0;
    position: absolute;
    top: -45px;
}

.info1 .card .card-icon::after{
    border-top: 45px solid #fff;
    border-right: 100px solid transparent;
    content: " ";
    left: 0;
    position: absolute;
    bottom: -45px;
}


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

/******** overview Ends ***********/


/******** Material starts ***********/

.material {
	border-right: 3px solid #BC3835;
	box-shadow: 0 2px 5px #aaa;
	padding: 15px 0;
}
.material h2 {
	color:#BC3835;
	font-size: 24px;
}
.material p {
	padding-right: 20px;
}
.material-detail {
	background: url(../images/services-bg.jpg);
	background-size: cover;
	color: #fff;
	padding: 15px;
}
.material-detail h2 {
	color: #fff;
}
.material-detail span {
	display: block;
	text-align: center;
	width: 50%;
	margin: 10px auto;
	color: #eaeaea;
}
.material-detail .material-card {
	border: 1px solid #ececec;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	margin-top: 20px;
	min-height:220px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	padding-bottom: 15px;
}
.material-detail .material-card img {
	margin: auto;
}
.material-detail .material-card h3 {
	font-size: 20px;
	color: #ffcc50;
}

.material-detail .material-card .desc
{
	height: 100px;
	overflow-y: hidden;
	padding: 0 20px;
}
.material-detail .material-card p {
	color: #dfdfdf;

}
.materail-equipment h2 {
	color: #BC3835;
}
.materail-equipment span {
	display: block;
	text-align: center;
	width: 50%;
	margin: 10px auto;
	color: #7a7a7a;
}
.materail-equipment .equipmentdiv {
	margin: 20px 5px;
	background-color: #fff;
	padding: 15px 0;
	border-bottom: 2px solid #BC3835;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 5px 10px #aaa;
}
.materail-equipment .equipmentdiv:hover {
	background-color: #d8d8d8;
}
.materail-equipment .equip-card h3 {
	font-size: 20px;
	color: #546169;
}
.materail-equipment .equip-card p {
	padding-right: 20px;
	color: #6a6a6a;
}
.materail-equipment .equip-card a {
	display: block;
	color: #0097A7;
	border: 2px solid #0097A7;
	padding: 6px;
	width: 120px;
	text-align: center;
	margin-top: 15px;
}
.materail-equipment .equipmentdiv:hover a, .materail-equipment .equipmentdiv:focus a {
	color: #fff;
	background-color: #BC3835;
}
.investmentdiv {
	background-color: #d4d4d4;
}
.investmentdiv .invest-card {
	border: 1px solid #BC3835;
}
.investmentdiv h2 {
	background-color: #BC3835;
	width: 300px;
	padding: 10px;
	color: #fff;
}
.investmentdiv h2.heading:after {
	display: none;
}
.investmentdiv span {
	display: block;
	text-align: center;
	width: 80%;
	margin: 20px auto;
	color: #000;
	line-height: 22px;
}
.materail-app h2 {
	color: #BC3835;
}
.materail-app .tt {
	display: block;
	text-align: center;
	width: 50%;
	margin: 10px auto;
	color: #7a7a7a;
}
.materail-app ul {
	margin-top: 20px;
	list-style: none;
	padding: 5px;
	position: relative;
}
.materail-app ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	color: #6f6f6f;
}
.materail-app ul li:after {
	content: "\f105 ";
	position: absolute;
	top: 0;
	left: 0;
	font-family: fontawesome;
}
.materail-app p {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	color: #6f6f6f;
}
.col-card {
	margin-top:25px;
	text-align: center;
	display:inline-block;
	width:150px;
}

/******** Material Ends ***********/
.main_Cate{
	margin-top:40px;
}
.main_Cate a{
	/*background:#BC3835;*/
	color: #fff;
	font-size:20px;
	text-align: center;
	margin-bottom: 30px;
	padding:20px 10px;
	border-radius: 5px;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be4b48+0,c33b38+33,ab322f+65,a4302d+100 */
	background: #be4b48; /* Old browsers */
	background: -moz-linear-gradient(top, #be4b48 0%, #c33b38 33%, #ab322f 65%, #a4302d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #be4b48 0%,#c33b38 33%,#ab322f 65%,#a4302d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #be4b48 0%,#c33b38 33%,#ab322f 65%,#a4302d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be4b48', endColorstr='#a4302d',GradientType=0 ); /* IE6-9 */
}
.su-tabs-pane h3 {
	color: #bc3835;
	font-size:20px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}
.su-tabs-pane p{
	font-size: 15px;
}
.su-tabs-pane table{
	font-size: 15px;
}