* {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
img {
	border:none;
	cursor:pointer;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Hind Siliguri', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#000;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
}
/***************/
.hm-header {
	border-top:2px solid #055588;
	background:#fcfcfc;
	box-shadow:2px 2px 2px #ccc;
	margin-bottom:3px;
	position:relative;
}
.hm-logo {
	padding:10px 0;
}
.header-top-right {
	margin:4px 0;
}
.header-top-right ul {
	float:right;
}
.header-top-right ul li {
	float:left;
	border-right:2px solid #000;
	padding:0px 10px;
}
.header-top-right ul li i {
	margin-right:5px;
	color:#893035;
	font-size:18px;
	line-height:24px;
}
.header-top-right ul li a {
	color:#000;
	font-size:15px;
	font-family:'Hind Siliguri', sans-serif;
	font-weight:600;
	line-height:24px;
}
.header-icon ul {
	float:right;
	padding-top:5px;
}
.header-icon ul li {
	float:left;
}
.header-icon ul li {
	padding:5px 5px;
}
.header-icon ul li a i {
	width:25px;
	height:25px;
	border:1px solid #893035;
	line-height:25px;
	text-align:center;
	font-size:12px;
	color:#893035;
	border-radius:25px;
}
.icon1 a i:hover {
	color:#fff;
	border:1px solid #4867AA;
	background:#4867AA;
}
.icon2 a i:hover {
	color:#fff;
	border:1px solid #1DA1F2;
	background:#1DA1F2;
}
.icon3 a i:hover {
	color:#fff;
	border:1px solid #D24639;
	background:#D24639;
}
.icon4 a i:hover {
	color:#fff;
	border:1px solid #0274B3;
	background:#0274B3;
}
.icon5 a i:hover {
	color:#fff;
	border:1px solid #F60002;
	background:#F60002;
}
.header-bg {
	padding:10px 0;
}
/***************/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
	padding:8px 0;
	transition:0.8s;
}
.affix + .container-fluid {
    padding-top: 70px;
}
.navbar-inverse {
	background:#055589;
	border-color:#055589;
	box-shadow:3px 3px 3px #ccc;
}
.navbar {
	border-radius:0px;
	margin-bottom:0px;
}
.navbar-nav {
	margin:0px auto;
	display:table;
	float:none;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.menu ul li {
	margin:8px 0;
}
.menu ul li a {
	color:#fff;
	font-size:17px;
	text-transform:capitalize;
	letter-spacing:1px;
	font-family:'Hind Siliguri', sans-serif;
	padding:6px 20px;
}
.menu ul li {
	border-left:2px dashed #fff;
}
.dropdown-menu li a {
	font-size:15px;
	color:#055589 !important;
	letter-spacing:1px;
	text-align:left;
	padding:5px 10px !important;
	font-weight:normal;
	font-family:'Hind Siliguri', sans-serif;
	font-weight:bold;
}
.dropdown-menu li a:hover {
	background:#055589 !important;
	color:#fff !important;
}
.dropdown-menu {
	top:100%;
	left: 5%;	
	border-left:6px solid #055589;
	border-radius:10px 0 0 10px;
	background:#fff;
	margin:0px;
	opacity:0;
	visibility:none;
}
.dropdown:hover .dropdown-menu{
	opacity:1;
	visibility:visible;
}

/*************/
.slider {
	position:absolute;
	content:'';
	top:20%;
	left:0;
	right:0;
	z-index:999;
}
.slider-box {
	margin-top:0%;
}
.slider-box img {
	margin:0 auto;
	display:table;
}
.slide-text > a.btn-primary, .slide-text > a.btn-default {
	font-family:'Hind Siliguri', sans-serif;
	font-size:15px;
	letter-spacing:1px;
	padding:12px 20px;
	background:#055589;
	border:2px solid #055589;
	color:#fff;
}
.slide-text > a.btn-primary:hover, .slide-text > a.btn-default:hover {
	border:2px solid #055589;
	background:none;
}
.slide-text > h1 {
	color:#fff;
	font: bold 34px 'Hind Siliguri', Serif;
	text-shadow: -2px 2px 0 #ccc, -1px 1px 0 #fff;
	text-align:center;
}
.slide-text > p {
	color:#fff;
}
/******************/
.hm-service {
	padding:70px 0;
}
.ser-head {
	padding-bottom:15px;
}
.hm-ser-main {
	background:#055589;
	padding:25px 15px;
	height:450px;
}
.ser-box {
	margin:15px auto;
	width: 60px;
    height: 60px;
    margin-bottom: 20px;
	border: 2px solid #fff;
    padding: 10px;
}
.ser-box img {
	width: 100%;
    height: 100%;
	display:block;
}
.hm-ser-box img {
	margin:18px auto;
	display:block;
}
.ser-head h3 {
	font-family:'Hind Siliguri', sans-serif;
	color:#fff;
	padding-bottom:5px;
	font-size:20px;
	text-align:center;
	text-transform:capitalize;
}
.line-fact {
	background:#fff;
	height:2px;
	width:35px;
	margin:0 auto;
	display:table;
}
.ser-detail {
	text-align:center;
}
.ser-detail p {
	color:#fff;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:8px;
	line-height:22px;
}
.slide-box img {
	margin:0 auto;
	display:block;
}
/********************/
.banner-down {
	padding-top:60px;
}
.light-main {
	position:relative;
}
.light-main:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: linear-gradient(transparent,#000,transparent);
}
.light-icon {
	margin:0 auto;
	display:table;
	width:60px;
	height:60px;
	margin-bottom:20px;
}
.light-icon img {
	width:100%;
	height:100%;
	border-radius:50%;
	border:2px solid #853135;
	padding:10px;
}
.light-detail h4 {
	font-family:'Hind Siliguri', sans-serif;
	color:#853135;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize;
}
.light-detail p {
	color:#464646;
	padding-bottom:10px;
	font-size:13px;
	letter-spacing:0.5px;
	text-align:center;
}
.light-main {
	margin-bottom:0px;
}
.light-anch a {
	font-size:16px;
	margin:0 auto;
	display:table;
	font-family:'Hind Siliguri', sans-serif;
	color:#055589;
	font-weight:bold;
}
hr.tall {
    margin: 50px 0 0 0;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
/********************/
.hm-abt {
	padding:50px 0;
}
.abt-head {
	padding-bottom:30px;
}
.abt-head h1 {
	padding-bottom:8px;
	text-align:center;
	letter-spacing:1px;
	color:#055589;
	font-weight:bold;
	font-family:'Hind Siliguri', sans-serif;
	font-size:40px;
	position:relative;
}
.abt-head h1:after {
	position:absolute;
	content:'';
	bottom:0;
	width:8%;
	height:2px;
	background:#28837A;
	left:45%;
}
.abt-head h1:before {
	position:absolute;
	content:'';
	bottom:5px;
	width:8%;
	height:2px;
	background:#28837A;
	left:42%;
}
.abt-para {
	padding-bottom:20px;
}
.abt-para p {
	line-height:24px;
	color:#464646;
	padding-bottom:5px;
	font-size:14px;
	text-align:justify;
}
.abt-para span {
	color:#28837A;
	font-weight:bold;
	font-family:'Hind Siliguri', sans-serif;
	font-size:16px;
}
.abt-anch {
	margin:10px auto;
}
.abt-anch a {
	padding:6px 20px;
	font-size:16px;
	color:#fff;
	background:#28837A;
	font-family:'Hind Siliguri', sans-serif;
	border-radius:1pc 0;
	border:2px dashed #055589;
}
.abt-anch a:hover {
	background:#fff;
	color:#000;
	border:2px dashed #28837A;
}
/*********************/
.hm-prod {
	padding:50px 0;
	background:#F2F3F5;
}
.prod-head {
	padding-bottom:25px;
}
.prod-head h2 {
    font-size: 32px;
    color: #055589;
    font-family:'Hind Siliguri', sans-serif;
	font-weight:600;
    padding-bottom: 10px;
    text-transform: capitalize;
	text-align:center;
	letter-spacing:1px;
	position:relative;
}
.prod-head h2:after {
	position:absolute;
	content:'';
	bottom:0;
	width:6%;
	height:2px;
	background:#055589;
	left:48%;
}
.prod-head h2:before {
	position:absolute;
	content:'';
	bottom:5px;
	width:6%;
	height:2px;
	background:#055589;
	left:46%;
}
.abt-inn-head {
	padding-bottom:20px;
}
.abt-inn-head h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family:'Hind Siliguri', sans-serif;
	position:relative;
}
.abt-inn-head h4::before {
    background: #749841 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 55px;
    top: 30px;
}
.prod-box-hm figure a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.prod-box-hm figure{
	overflow:hidden;
	border:1px solid #333;
	position:relative;
	height:250px;
}
.prod-box-hm figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.6s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prod-box-hm figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.6s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prod-box-hm figure figcaption{
	position: absolute;
    width: 100%;
	height:100%;
    left: 0;
    bottom: -100%;
    background: rgba(36,91,171,0.7);
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prod-box-hm figure:hover figcaption{
	bottom: 0;
}
.prod-box-hm figure img{
	margin:auto;
	-ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}
.prod-box-hm figure figcaption h3{
	text-align: center;
	color:#fff;
	padding-top:30%;
	font-family:'Hind Siliguri', sans-serif;
}
.prod-box-hm figure figcaption h3 a{
	color:#dd8808;
	text-decoration: none;
	cursor: pointer;
}
.prod-box img {
	width:100%;
	height:100%;
}
.prod-box-hm {
	margin-bottom:20px;
	width:100%;
	height:250px;
}
.prod-anch {
	margin:15px auto;
	display:table;
}
.prod-anch a {
	padding:6px 20px;
	font-size:16px;
	color:#000;
	background:#F2F3F5;
	font-family:'Hind Siliguri', sans-serif;
	border:2px dashed #055589;
}
.prod-anch a:hover {
	background:#055589;
	color:#fff;
	border:2px dashed #055589;
}
/*****************/
.hm-footer {
	padding:60px 0;
	background:#F2F3F5;
}
.foot-left img {
	margin:0 auto;
	display:table;
}
.foot-title{
	font-family:'Hind Siliguri', sans-serif;
	font-weight:bold;
}
.foot-title span{
	position:relative;
	padding:10px 0;
}
.foot-title span:before{
	position:absolute;
	width:100%;
	height:2px;
	background-color:#893035;
	bottom:0;
	left:0;
	content:'';
}
.foot-title span:after{
	position:absolute;
	width:25%;
	height:4px;
	background-color:#055589;
	bottom:-1px;
	left:0px;
	content:'';
}
.foot-head {
	padding-bottom:30px;
}
.footer-para p {
	font-size:14px;
	line-height:22px;
	color:#000;
}
.foot-para p {
	font-size:14px;
	line-height:22px;
	color:#000;
}
.footer-icon {
	margin-top:20px;
}
.footer-icon ul li {
	float:left;
	padding:0 10px;
}
.footer-icon ul li a i {
	border:1px solid #893035;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#055589;
	font-size:14px;
}
.foot-head {
	padding-bottom:40px;
}
.foot-add {
	padding-bottom:20px;
}
.foot-icon {
	float:left;
}
.foot-icon i {
	font-size:18px;
	color:#fff;
	background:#893035;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
}
.foot-para {
	padding-left:45px;
}
.foot-para h4 {
	padding-bottom:10px;
	font-family:'Hind Siliguri', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.foot-tit span{
	position:relative;
	padding:10px 0;
}
.foot-tit span:before{
	position:absolute;
	width:100%;
	height:2px;
	background-color:#7a75b5;
	bottom:0;
	left:0;
	content:'';
}
.foot-tit span:after{
	position:absolute;
	width:30%;
	height:4px;
	background-color:#ed3237;
	bottom:-1px;
	left:10px;
	content:'';
	margin-left:-15%
}
.foot-tit {
	font-family:'Hind Siliguri', sans-serif;
	font-weight:bold;
}
.foot-link ul li {
	padding:0 0 7px 0;
}
.foot-link ul li a {
	font-family:'Hind Siliguri', sans-serif;
	font-size:16px;
	color:#000;	
}
.foot-link ul li a:hover {
	text-decoration:underline;
}
/*****************/
.hm-footer-bot {
	background:#055589;
	padding:10px 0;
}
.foot-head-bot h4 {
	color: #fff;
    font-size: 18px;	
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family:'Hind Siliguri', sans-serif;
	text-align:center;
	line-height:22px;
}
.foot-head-bot h4 a {
	color:#000;
}
.foot-head-bot h4 a:hover {
	color:red;
}
/*****************/
.abt-banner {
	z-index:1111;
	border-bottom:1px solid #ddd;
}
.abt-head {
	padding-bottom:30px;
}
.abt-inn-main {
	padding:60px 0;
}
.abt-inn-para {
	padding-bottom:20px;
}
.abt-inn-para p {
	line-height:24px;
	color:#464646;
	padding-bottom:5px;
	font-size:14px;
}
.abt-inn-para h4 {
	font-size:24px;
	text-align:center;
	color:#893035;
	font-weight:bold;
	padding-bottom:10px;
}
.abt-inn-down h4 {
	font-size:24px;
	color:#893035;
	font-weight:bold;
	padding-bottom:10px;
}
.abt-inn-down p {
	line-height:24px;
	color:#464646;
	padding-bottom:5px;
	font-size:14px;
}
.abt-inn-down {
	padding:20px 0;
}
.abt-inn-left1 {
	padding:25px 15px;
}
.abt-inn-left {
	position:relative;
	padding:25px 15px;
}
.abt-inn-left:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: linear-gradient(transparent,#000,transparent);
}
/**************/
.down-main {
	padding:15px 0;
	margin-bottom:30px;
}
.down-icon {
	margin:0 auto;
	display:table;
	width:70px;
	height:70px;
	margin-bottom:20px;
}
.down-icon img {
	width:100%;
	height:100%;
	border-radius:50%;
	border:2px solid #777777;
	padding:10px;
}
.light-detail h4 {
	font-family:'Hind Siliguri', sans-serif;
	color:#853135;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize;
}
.light-detail p {
	color:#464646;
	padding-bottom:10px;
	font-size:13px;
	letter-spacing:0.5px;
	text-align:center;
}
.light-main {
	margin-bottom:0px;
}
.light-anch a {
	font-size:16px;
	margin:0 auto;
	display:table;
	font-family:'Hind Siliguri', sans-serif;
	color:#055589;
	font-weight:bold;
}
/*****************/
.client-box img {
	margin:0 auto;
	display:table;
}
.client-box {
	margin-bottom:15px;
}
/*****************/
.add h4 {
    font-size: 20px;
    color: #055589;
    font-weight: 600;
	padding-bottom:20px;
	letter-spacing:0.5px;
}
.add p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
}
.add i {
	float:left;
	font-size:22px;
	color:#055589;
}
.add {
	padding-bottom:10px;
}
.phone {
	padding-bottom:10px;
}
.phone i {
	float:left;
	font-size:22px;
	color:#055589;
}
.phone p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
}
.email {
	padding-bottom:10px;
}
.email i {
	float:left;
	font-size:20px;
	color:#055589;
}
.email p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
}
.contact-left input {
	padding:10px 20px;
	width:100%;
	color:#000;
	border:1px solid #333;
	font-size:16px;
	margin-bottom:20px;
}
.form-control option {
	font-size:16px;
}
.contact-left textarea {
	width:100%;
	color:#363b4c;
	border:1px solid #363b4c;
	font-size:16px;
	margin-bottom:20px;
	height:80px;
	padding:10px 20px;
}
.contact-left button {
	padding:10px 22px;
	background:#055589;
	color:#fff;
	font-size:16px;
	border:1px solid #055589;
	text-transform:uppercase;
}
.contact-left button:hover {
	padding:10px 22px;
	background:#000;
	color:#fff;
	font-size:16px;
	border:1px solid #363b4c;
}
.contact-head h4 {
	text-align:center;
    font-size: 20px;
    color: #363b4c;
	padding-bottom:5px;
	font-weight:bold;
}
.contact-head {
	padding-bottom:30px;
}
.cont-inn-head h2 {
	font-size:30px;
	color:#000;
	padding-bottom:10px;
	font-weight:bold;
}
.cont-left {
	padding-bottom:20px;
}
.contact-head p {
	font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
	text-align:center;
}
/*********************/
.client-box img {
	border:1px solid #f5f5f5;
	box-shadow:2px 2px 2px #f5f5f5;
}
.industries-box {
	padding:10px 0;
}

.industries-box img {
	border:1px solid #ddd;
	margin:0 auto;
	display:table;
}

/*fastnesh-industrial*/


.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
		 -moz-border-radius: 0 0 4px 4px;
					border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
		 -moz-border-radius: 0 4px 4px 0;
					border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}



.fastnesh{
	margin: 40px 0;
}

.fastnesh-head h3{
	padding-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
    color: #055589;
    font-weight: bold;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
}
.fastnesh-head h3:before {
    position: absolute;
    content: '';
    bottom: 5px;
    width: 8%;
    height: 2px;
    background: #28837A;
    left: 42%;
}
.fastnesh-head h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 8%;
    height: 2px;
    background: #28837A;
    left: 45%;
}


/*resposive tab start*/


.wrapper {
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 15px;
}
.wrapper > h1 {
	text-align: center;
}
.wrapper > h1 span {
	border-bottom: 2px solid #49a4d9;
	display: inline-block;
	padding: 0 10px 10px;
	color: #49a4d9;
	transition: all 0.5s linear;
}


.tab_wrapper {
	margin: 10px 0 50px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.tab_wrapper * {
	box-sizing: border-box;
}
.tab_wrapper > ul {
	/* clear: both; */
	/* display: inline-block; */
	/* width: 100%; */
	/* border-bottom: 1px solid #49a4d9; */
}
.tab_wrapper > ul li {
	float: left;
	cursor: pointer;
	font-weight: bold;
	padding: 8px 18px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	font-size: 1.05em;
	border-bottom: 0;
	position: relative;
	border-top: 3px solid #ccc;
	color: #000;
	margin: 0 5px 0 0;
}
.tab_wrapper > ul li.active {
	border-color: #055589;
	color: #055589;
}
.tab_wrapper .controller {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
.tab_wrapper .controller span {
	padding: 8px 22px;
	background: #49a4d9;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
.tab_wrapper .controller span.next {
	float: right;
	margin-left: 10px;
}
.tab_wrapper .content_wrapper {
	float: left;
	width: 100%;
	/* border: 1px solid #49a4d9; */
	border-top: 0;
	box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
	display: none;
	padding: 15px 20px;
}
.tab_wrapper .content_wrapper .tab_content .error {
	color: red;
}
.tab_wrapper .content_wrapper .accordian_header {
	display: none;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
	color: #055589;
	border-bottom: 1px solid #ccc;
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 5px;
	height: 100%;
	background: #055589;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	border-radius: 2px;
	transform: rotate(-135deg);
	background: #fff;
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
	transform: rotate(45deg);
	margin-top: 5px;
	border-top: 3px solid #055589;
	border-left: 3px solid #055589;
}
.tab_wrapper.left_side > ul {
	width: 25%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.tab_wrapper.left_side > ul li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 18px;
	border-width: 1px;
	border-right: 0;
	border-left: 0;
}
.tab_wrapper.left_side > ul li:after {
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background: #ccc;
}
.tab_wrapper.left_side > ul li.active {
	border-color: #ccc;
}
.tab_wrapper.left_side > ul li.active:after {
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #49a4d9;
}
.tab_wrapper.left_side > ul li.active:before {
	right: -1px;
	position: absolute;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #fff;
}
.tab_wrapper.left_side .content_wrapper {
	width: 75%;
	border: 1px solid #ccc;
	float: left;
}
.tab_wrapper.left_side .controller {
	top: -50px;
}
.tab_wrapper.right_side > ul {
	width: 25%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.tab_wrapper.right_side > ul li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 18px;
	border-width: 1px;
	border-right: 0;
	text-align: left;
}
.tab_wrapper.right_side > ul li.active {
	border-color: #ccc;
}
.tab_wrapper.right_side > ul li.active:before {
	left: 0px;
	right: inherit;
	position: absolute;
	top: 0;
	content: "";
	width: 3px;
	height: 100%;
	background: #055589;
	border-radius:0 5px 5px 0;
}
.tab_wrapper.right_side .content_wrapper {
	width: 75%;
	float: left;
	/* border: 1px solid #ccc; */
}
.tab_wrapper.right_side .controller {
	top: -50px;
}
.tab_wrapper.accordion .content_wrapper {
	border-color: #ccc;
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
	display: block;
}
.tab_wrapper.accordion > ul {
	display: none;
}
.tab_wrapper .active_tab {
	display: none;
	position: relative;
	background: #000000;
	padding: 12px;
	text-align: center;
	padding-right: 50px;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
}
.tab_wrapper .active_tab .arrow {
	width: 30px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 6px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.tab_wrapper .active_tab .arrow:after {
	content: "";
	width: 10px;
	display: inline-block;
	height: 10px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -8px;
}
.tab_wrapper .active_tab .text {
	text-indent: 39px;
	display: block;
}

@media only screen and (max-width: 768px) {
	.tab_wrapper > ul {
		display: none;
	}
	.tab_wrapper .content_wrapper {
		border: 0;
	}
	.tab_wrapper .content_wrapper .accordian_header {
		display: block;
	}
	.tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
		width: 100%;
		border-top: 0;
	}
	.tab_wrapper .controller {
		display: none;
	}
	.tab_wrapper.show-as-dropdown > .tab_list {
		border: 0;
		box-shadow: 0 0 8px #ccc;
		position: absolute;
		z-index: 3;
		background: #fff;
		border-radius: 5px;
		margin-top: 15px;
	}
	.tab_wrapper.show-as-dropdown > .tab_list:before {
		content: "";
		position: absolute;
		top: -6px;
		left: 50%;
		width: 14px;
		height: 14px;
		background: #fff;
		transform: rotate(45deg);
		box-shadow: -3px -4px 5px #efefef;
		margin-left: -7px;
	}
	.tab_wrapper.show-as-dropdown > .tab_list li {
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.tab_wrapper.show-as-dropdown > .tab_list li.active:after {
		display: none;
	}
	.tab_wrapper.show-as-dropdown .active_tab {
		display: block;
	}
	.tab_wrapper.show-as-dropdown > .tab_list {
		display: none;
	}
	.tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
		display: none;
	}
	.tab_wrapper.show-as-dropdown > .tab_list li {
		display: block;
		float: none;
		width: 100%;
	}
	.tab_wrapper .content_wrapper .accordian_header {
		border:1px solid #ddd;
		margin-bottom:10px;
	}
	
}
@media only screen and (min-width: 769px) {
	.tab_wrapper.show-as-dropdown > .tab_list {
		display: block !important;
		overflow: hidden;
	}
	
}
/*resposive tab End*/


.tab_content h3{
	font-weight: bold;
	color: #055589;
	font-size:30px;
	padding-bottom:5px;
	text-align:center;
	font-family: 'Hind Siliguri', sans-serif;
}

.tab_content img{
	margin-bottom: 20px;
}
.bolt-list li{
	list-style-type: disc;
	list-style-position: inside;
}
.tab_wrapper.right_side ul li:hover {
    background: linear-gradient(to left,#fff 50%,#055589 50%);
    background-size: 205% 100%;
    background-position: 0% bottom;
    text-decoration: none;
    color: #fff;
}
.tab_wrapper.right_side ul li {
    width: 100%;
    padding: 10px 15px;
    background: linear-gradient(to left,#fff 50%,#e1e1e1 50%);
    background-size: 205% 100%;
    background-position: 98% bottom;
    transition: all .5s ease;
    cursor: pointer;
	font-size:14px;
    display: inline-block;
	letter-spacing:0.25px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

.bolt-img-box img {
	margin:10px auto;
	display:table;
}
.bolt-para p {
	padding-bottom:5px;
	padding-left:10px;
}
.bolt-para thead tr th {
	background:#f5f5f5;
	color:#464646;
	font-size:16px;
	font-family: 'Hind Siliguri', sans-serif;
	letter-spacing:0.25px;
}
.bolt-para thead {
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
}
.bolt-para tbody tr td {
	padding:5px 15px;
}
.bolt-img-box img {
	border:1px solid #000;
}
.bolt-img-box {
	margin-bottom:20px;
}
.washer-box {
	padding:10px 0;
}
.washer-box img {
	margin:0 auto;
	display:table;
}
.washer-box h4 {
	padding-bottom:10px;
	font-family:'Hind Siliguri', sans-serif;
	color:#853135;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.washer-box a {
	font-size:16px;
	margin:0 auto;
	display:table;
	color:#055589;
	font-weight:bold;
}
.washer-box a:hover {
	color:#853135;
}
.washer-main {
	margin-top:25px;
}
.washer-main {
	border:2px solid #ddd;
}
.washer-main tbody tr td {
	border:2px solid #ddd;
}
.pipe-detail {
	padding-bottom:15px;
}
.pipe-detail p {
	padding-bottom:10px;
}
.pipe-detail h4 {
	padding-bottom:5px;
	font-weight:bold;
	letter-spacing:0.25px;
}

/****************/
.quickcontact {
	display:none;
}

.max input[type=text], [type=email], [type=number], textarea, select {
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 7px;
	width:95%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #000;
    border-bottom: 1px solid #000;
    background: #f8f8f8;
}

.quickcontact textarea {
	font-size: 13px;
    margin-bottom: 10px;
    margin-left: 7px;
	width:95%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #000;
    border-bottom: 1px solid #000;
    background: #f8f8f8;
	box-shadow:none;
}

.form-text {
    border:1px solid #3e3e3e;
}
.hm-submit {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff !important;
    border: none;
    background: #823437;
}
.hm-submit:hover {
	background:#055589;
}
.btn-1{
    width:100%;
    max-width:100%;
    background: #823437;
    font-size: 13px;
    padding: 8px 18px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    cursor:pointer;
}
.quickcontact {
     right:0px;
     bottom:0px;
     max-width:100%;
     background-color: #f8f8f8;
	 padding:10px;
}
.quickcontact input,textarea::placeholder{
    font-size: 13px !important;
}
.max {
     z-index:1000;
     position:fixed;
     width:280px;
     right:0px;
     bottom:0px;
     border-radius: 10px 10px 0 0;
     max-width:100%;
     background-color: #055589;
	 margin-right:10px;
}
.max p {
    font-size: 13px;
    margin: 0;
    color: #000;
	padding:0 10px 8px 10px;
}
/***************/
.certificate-icon {
    padding-bottom: 25px;
}
.cert-icn {
    border: 1px solid #f5f5f5;
    padding: 15px 0;
}
.cert-icn img {
    margin: 0 auto;
    display: table;
}
.cert-dtl h5 {
    padding: 10px 0;
    color: #893035;
    letter-spacing: 0.50px;
    text-align: center;
}
.cert-dtl a {
    padding: 6px 15px;
    background: #893035;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    display: table;
    letter-spacing: 0.25px;
}