@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:'Myriad Pro Cond';
    src: url('../fonts/MyriadPro-Cond.eot');
	src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
		url('../fonts/MyriadPro-Cond.woff') format('woff'),
		url('../fonts/MyriadPro-Cond.ttf') format('truetype'),
		url('../fonts/MyriadPro-Cond.otf') format('opentype'),
		url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-00FE;
}

/* general*/
html{
 -webkit-text-size-adjust: 100%;
}
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img,
html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
	padding:0;
	border: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
body {
  background: #fff;
  color: #222;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow-x:hidden;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
img{
    border:none;
	-ms-interpolation-mode: bicubic;
	outline:none;
	max-width:100%;
	height:auto; 
    padding-bottom: 10px;
 	display:block;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
ul{
    margin:0; 
    list-style-type:none;
}

h2{
	font-family:'Myriad Pro Cond';
	font-size:1.4em;
	line-height:1.3em;
	color:#080808;
	background-color:inherit;
	margin:0 0 11px 0;
}
h3{
	font-family:'Myriad Pro Cond';
	font-size:1.45em;
	line-height:1.1em;
	color:#2f7780;
	background-color:inherit;
	margin:0 0 11px 0;	
}
p{
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#242425; 
	line-height:30px;
}
a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color:#C03;
	background-color:inherit;
	outline:none; 
	text-decoration:none;		
}
a:hover{
	color:#000;
}	
.clear:after{
	content:"";
	display:table;
    clear:both; 
}
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	float: right;
	margin:0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	cursor:pointer;
	outline:none;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

button
{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

button[disabled],
input[disabled],
ubmit[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
input[type="text"],
input[type="email"]{
	border:1px solid #666;
	color:#000;
	padding:0 5px 0 5px;	
	margin:0 0 8px 0;
	font:16px/22px Verdana, Geneva, sans-serif;
	background-color:#fff;
	height:22px;
	outline:none;
}
textarea{
	border:1px solid #666;
	color:#000;
	padding:5px;	
	margin:0 0 8px 0;
	font:16px/22px Verdana, Geneva, sans-serif;
	background-color:#fff;
	height:130px;
	outline:none;
}
textarea:focus{
	border:1px solid #000;	
}
input[type="text"]:focus,
input[type="email"]:focus{
	border:1px solid #000;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
select { 
 -webkit-border-radius:0; 
 -webkit-appearance:none;
	}


/************************
	
		index

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

.top_hrd {
	background-color:#b22c29;
	}
.top_hrd a {
	color:#fff;
	font-family:'Myriad Pro Cond';
	font-size:15px;
	text-transform:uppercase;
	position:relative;
	padding-left:19px;
	}
.top_hrd a:hover {
	text-decoration:none;
	}	
.text-r {
	text-align:right;
	}			
.mail_sec {
	background-image: url(../images/icon1.png);
    width: 14px;
    height: 12px;
    background-position: 0 1px;
    background-repeat: no-repeat;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.ph_sec {
    background-image: url(../images/icon2.png);
    width: 14px;
    height: 14px;
    background-position: 0 0;
    background-repeat: no-repeat;
	 background-position: 0 0;
    background-repeat: no-repeat;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.mail_sec:hover {
	 background-position: 0 -15px;
	}
.ph_sec:hover {
	 background-position: 0 -15px;
	}	
					
.navbar-brand {
/*  transform: translateX(-50%);
  left: 50%;
  position: absolute;*/
}


/* DEMO example styles for logo image */
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
    height: auto;
    width: auto;
    display: inline-block;
}	
.navigation_sec {
	background-color:#858b8d;
	}
.navigation_sec .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navigation_sec .navbar {
	border-radius:0;
	margin-bottom:0;
	}
.navigation_sec  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	/*margin-left: 0;
    width: 369px;
    display: block;
    text-align: center;
    position: absolute;
    left: 38%;*/
    margin-left: 0;
	width: 200px;
	display: block;
	text-align: center;
	position: absolute;
	left: calc(50% - 134px);
}

.navigation_sec .navbar-default .navbar-nav>li>a {
	/*color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	z-index:9999;
	padding:37px 15px 37px 15px;*/
	color: #fff;
font-size: 18px;
font-family: 'Myriad Pro Cond';
z-index: 9999;
padding: 37px 10px 37px 10px;
	}
.navigation_sec ul li {
	position:relative;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.navigation_sec ul li:hover {
	background-color:#282b92;
	color:#fff;
	}
.navigation_sec ul li:hover a {
	text-decoration:none;
	}			
.navigation_sec  .navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#282b92;
	color:#fff;
	}
.navigation_sec  .navbar-right {
    margin-right: 0;
}
/*********2nd level menu start************/

.navigation_sec ul ul {
	position:absolute;
	top:99%;
	left:0;
	width:250px;
	background-color:#858b8d;
	display:none;
	z-index:9;
	}
.navigation_sec ul ul li {
	position:relative;
	}
.navigation_sec ul ul li::after {
	position:absolute;
	right:10px;
	top:15px;
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color:#fff;
	display:none;
	}
.navigation_sec ul ul li:hover::after {
	display:block;
	}				
.navigation_sec ul ul li a {
	padding:8px 10px;
	display:block;
	color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	}	
.navigation_sec ul ul ul {
	position: absolute;
    top: 0;
    left: 250px;
    width: 250px;
    background-color: #858b8d;
	display:none;
	}
.navigation_sec ul ul ul li a {
	color:#fff;
	padding:8px 10px;
	display:block;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	}

.navigation_sec ul ul ul li:hover::after {
	display:none;
	}		
.navigation_sec ul li:hover > ul {
	display:block;
	}			

/*********2nd level menu end ************/

/**************banner start***************/
.banner_sec .carousel .item img {
	width:100%;
	}
.banner_sec .carousel .item .ban_cap{
	position:relative;
	}
.banner_sec .banner_caption{
	position:absolute;
	left:0;
	bottom:161px;
	background-color:rgba(0,0,0,0.8);
	font-family:'Myriad Pro Cond';
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
	padding:20px 36px;
	min-width:450px;
	}
.banner_sec .carousel-control.left {
	margin-top:100px;
	top:50%;
	left:0%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	background:none;
	}
.banner_sec .carousel-control  {
    width:auto;
}
.banner_sec .carousel-control.right {
	margin-top:100px;
	top:50%;
	right:-32px;
	left:inherit;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	background:none;
	}
.banner_sec .carousel-control.right img{
	margin-right:0;
}
.banner_sec .carousel-control img{
	width:60%;
}
.banner_sec .carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #858b8d\9;
    background-color: #858b8d;
    border-radius: 0;
	border:none;
}	
.banner_sec .carousel-indicators .active {
	background-color: #303295;
	}
				

/**************banner end***************/
.body_section {
	padding:60px 0;
	}
.about_index {
	background-color:#272b92;
	}
.section_caption {
	position:relative;
	text-align:center;
	margin-bottom:49px;
	}	
.section_caption h2 {
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	margin-bottom:0;

	}
.section_caption em{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	}
.section_caption::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 46px;
    bottom:-52px;
    left: 0;
    right: 0;
}


/************more less start**************/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more >>';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'less <<';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight:700;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about_index p {
  color:#fff;
  font-size:13px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  line-height:25px;
	}
.moreless_sec {
	position:relative;
}
/************more less end**************/	
.about_index iframe{
	width:100%;
	height:300px;
	box-shadow:5px 10px 10px rgba(0,0,0,0.6);
	}
.comn_sec {
	margin-top:49px;
	float:left;
	width:100%;
	position:relative;
	z-index:99;
	}

.why_chooseus .section_caption h2 {
	color:#000;
	}
.why_chooseus .section_caption em {
	color:#000;
	}
.why_chooseus .section_caption::after {
	background-image:url(../images/icon5.png);
	}
.why_chooseus .box {
	position:relative;
	background-color:#fff;
	border:1px solid #333333;
	padding:156px 37px 91px 37px;
	height:400px;
	box-shadow:-1px 1px 15px rgba(0,0,0,0.4);
	text-align:center;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.why_chooseus .box h3 {
	font-size:32px;
	color:#b22c29;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	margin-bottom:20px;
	}								
.why_chooseus .box p {
  color:#333333;
  font-size:20px;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
  line-height:30px;
	}
.why_chooseus .box .sm_icon {
	width:150px;
	height:150px;
	background-color:#282b92;
	position:absolute;
	left:0;
	right:0;
	top:-75px;
	line-height:100px;
	text-align:center;
	margin:auto;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.why_chooseus .box .sm_icon img{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align:center;
	-webkit-transform:rotate(44deg);
	-moz-transform:rotate(44deg);
	-ms-transform:rotate(44deg);
	transform:rotate(44deg);
	}
.why_chooseus .comn_sec {
	margin-top:140px;
	width:100%;
	float:left;
	}	
.why_chooseus .box:hover {
	background-color:#282b92;
	} 
.why_chooseus .box:hover .sm_icon {
	background-color:#b22c29;
	}
.why_chooseus .box:hover h3 {
	color:#fff;
	}
.why_chooseus .box:hover p {
	color:#fff;
	}	
.our_products {
	background-image:url(../images/back1.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	}	
			 					
.our_products .section_caption h2 {
	color:#000;
	}
.our_products .section_caption em {
	color:#000;
	}
.our_products .section_caption::after {
	background-image:url(../images/icon5.png);
	}
.our_products .boxes {
	background-color:#fff;
	text-align:center;
	}
.our_products .boxes figure {
	padding:17px 30px;
	height:inherit;
	}	
.our_products .boxes img {
	display:inline-block;
	}
.our_products .boxes  figcaption {
	background-color:#282b92;
	padding:20px 0;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	}
.our_products .boxes:hover figcaption {
	background-color:#b22c29;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}	
.our_products  .owl-theme .owl-controls {
    margin-top: 0;
}
.our_products .owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 5px;
    opacity: 1;
    padding: 3px 15px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
}
.our_products .owl-theme .owl-controls .owl-buttons div:hover {
	background-color:#b22c29;
	color:#fff;
	}
.our_products ul li a:hover {
	text-decoration:none;
	}
.below_pro {
	background-image:url(../images/back2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;
	position:relative;
	background-size:cover;
	}
.below_pro::after {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item 
{
    padding:4px 4px;
      margin:0px 0 20px 0;
}
.news-item h4
{
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	padding:0;
	margin-bottom:5px;
}
.news-item h5
{
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	margin-bottom:5px;
}
.news-item span {
	color:#cb2727;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	}
.below_pro .panel-footer {
	display:none;
	}
.below_pro .demo1 li table td:first-child{
	width:100px;
	}
.below_pro .panel-default > .panel-heading {
	border:3px solid #dedede;
	}
.below_pro h3 {
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	position:relative;
	border-bottom:1px solid #fff;
	float:left;
	margin-bottom:63px;
	}
.below_pro .panel-body {
		padding:10px 20px;
		min-height:426px;
		}
.below_pro .panel {
		min-height:426px;
		}	
.getin_touch {
	background-color:#b22c29;
	padding:57px 42px 54px 42px;
	overflow:hidden;
	}
.panel ul {
	height:397px !important;
	}	
.below_pro .getin_touch input[type="text"],
.below_pro .getin_touch input[type="email"],
.below_pro .getin_touch input[type="tel"] {
	height:44px;
	width:100%;
	background-color:#fff;
	border:none;
	border-radius:0;
	padding:0 15px;
	font-family:'Myriad Pro Cond' !important;
	font-size:15px;
	}
.below_pro .getin_touch textarea {
	padding:15px;
	height:105px;
	width:100%;
	background-color:#fff;
	border:none;
	border-radius:0;
	font-family:'Myriad Pro Cond' !important;
	font-size:15px;
	}	
.below_pro .getin_touch .form_group {
	margin-bottom:25px;
	}
.below_pro .getin_touch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity:1;
}
.below_pro .getin_touch ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity:1;
}
.below_pro .getin_touch :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity:1;
}
.below_pro .getin_touch :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity:1;
}
.below_pro .getin_touch input[type="submit"] {
	text-align:center;
	background-color:#fff;
	font-size:27px;
	color:#000;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	padding:10px 75px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	background-image:none;
	border:none;
	}
.below_pro .getin_touch input[type="submit"]:hover {
	background-color:#000;
	color:#fff;
	}	
.our_client .section_caption h2 {
	color:#000;
	}
.our_client .section_caption::after {
	background-image:url(../images/icon5.png);
	}
.our_client .comn_sec .logo li .logo_item {
	background-color:#fff;
	border:3px solid #dedede;
	text-align:center;
	}
.our_client .comn_sec .logo li .logo_item img {
	display:inline-block;
	}

.our_client  .owl-theme .owl-controls {
    margin-top: 69px;
}
.our_client .owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 5px;
    opacity: 1;
    padding:3px 15px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	border:1px solid #dedede;
}
.our_client .owl-theme .owl-controls .owl-buttons div:hover {
	background-color:#b22c29;
	color:#fff;
	}
.footer_nav {
	background-color:#000;
	padding:51px 0 30px;
	}
.footer_nav ul.secondary_nav {
	margin-bottom:15px;
	}	
.footer_nav ul.secondary_nav li {
	display:inline-block;
	}
.footer_nav ul.secondary_nav li a {
	color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	padding-right:20px;
	}
.footer_nav ul.secondary_nav li a:hover {
	text-decoration:none;
	color:#b22c29;
	}
.footer_nav ul.social_icon li {
	display:inline-block;
	overflow:hidden;
	}
.footer_nav ul.social_icon li a {
	display:block;
	width:48px;
	height:48px;
	}	
.footer_nav ul.social_icon li.fb {
	background-image:url(../images/fb.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.footer_nav ul.social_icon li:hover.fb {
	background-position:0 -53px;
	}
.footer_nav ul.social_icon li.tw {
	background-image:url(../images/tw.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.footer_nav ul.social_icon li:hover.tw {
	background-position:0 -53px;
	}
.footer_nav ul.social_icon li.linkin {
	background-image:url(../images/link.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.footer_nav ul.social_icon li:hover.linkin {
	background-position:0 -53px;
	}
.last_footer {
	background-color:#858b8d;
	padding:10px 0;
	}
.last_footer {
	color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	}
.last_footer a {
	color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	}	
.text_r {
	text-align:right;
	}
.last_footer a:hover {
	text-decoration:none;
	color:#000;
	}


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

		product catagory

*********************************/
.bread_crumb {
	margin-top:20px;
	margin-bottom:20px;
	}
/*.pd_box {
	background-color:#fff;
	width:100%;
	height:100%;
	min-height: 257px;
	border:2px solid #dedede;
	padding:20px;
	position:relative;
	text-align:center;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	overflow:hidden;
	}*/
.pd_box {
	background-color: #fff;
	width: 100%;
	height: 100%;
	min-height: 150px;
	border: 2px solid #dedede;
	padding: 20px;
	position: relative;
	text-align: center;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	transition: 0.4s linear;
	overflow: hidden;
}
.pd_box img {
	display:inline-block;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	padding:0px;
	margin:0px;
	}
.pd_box:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
	}
.pd_box .overlay{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	z-index:9;
	bottom:-100%;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	}
.pd_box:hover .overlay {
	bottom:50%;
	}		
.pd_box .overlay ul li{
	display:inline-block;
	margin-right:10px;
	}
.pd_box .overlay ul li:last-child{
	margin-right:0;
	}	
.pd_box .overlay ul li a{
	color:#fff;
	font-size:20px;
	border:1px solid #fff;
	padding:15px;
	}
.pd_box::before {
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(40,43,146,0.4);
	position:absolute;
	left:0;
	top:-100%;
	z-index:9;
	}	
.pd_box:hover::before {
	top:0;
	}
.pd_box .overlay ul li a:hover {
	background-color:#b22c29;
	}
.fancybox-close {
	background-color:transparent !important;
	}
/*.pd_box_cap {
	background-color:#282b92;
	color:#fff;
	font-size:20px;
	font-family:'Myriad Pro Cond';
	padding:10px 0;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	}*/
.pd_box_cap { 
	background-color: #282b92; 
	color: #fff; 
	font-size: 19px; 
	font-family: 'Myriad Pro Cond'; 
	padding: 10px 0; 
	text-align: center; 
	margin-bottom: 30px; 
	text-transform: uppercase; 
	min-height: 75px; 
	padding: 10px 20px; 
	line-height: 25px; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: center; -ms-flex-pack: center; 
	justify-content: center;
}

.pd_box_cap a  {
   -webkit-box-align: center;
       -ms-flex-align: center;
        align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
/**************************
	
	product details

***************************/	
.border_div {
	border:4px solid #dedede;
	}
.border_div img {
	display:inline-block;
	}
.product_description h1 {
	color:#000;
	font-size:40px;
	font-family:'Myriad Pro Cond';
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:0;
	}
.product_description ul {
	list-style:disc outside;
	padding-left:34px;
	margin-bottom:20px;
	}	
.product_description ul li {
	font-size:13px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
	}			
.product_description .details_table table tr:nth-child(odd){
	background-color:#282b92;
	}
.product_description .details_table table tr:nth-child(even){
	background-color:#dedede;
	}
.product_description .details_table table tr:nth-child(even) td{
	color:#000;
	}		
.product_description .details_table table tr td {
	color:#fff;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	border-right:1px solid #fff;
	}
/**************************
	
	brand partner

***************************/
.brand_sec {
	display:table;
	float:none;
	text-align:center;
	width:100%;
	}	
.brand_sec ul li {
	width:20%;
	height:200px;
	display:inline-block;
	margin:10px;
	float:none;
	vertical-align:middle;
	line-height:160px;
	border:1px solid #dedede;
	position:relative;
	overflow:hidden;
	
	}
.brand_sec ul li img {
	display:inline-block;
	}
.brand_sec ul li span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 0;
    font-family: 'Myriad Pro Cond';
    text-transform: uppercase;
    font-size: 25px;
    background: #282b92;
    height: 54px;
    line-height: 61px;
	color:#fff;
	}
/**************************
	
	Contact us

***************************/
.contactus_sec .map_sec iframe {
	width:100%;
	height:400px;

	}
#gmap_canvas img{max-width:none!important;background:none!important}	
.cont_sec {
    margin-top: -100px;
    z-index: 9;
    position: relative;
	}
.cont_frm {
	background-color:#fff;
	padding:40px;
	box-shadow:1px 2px 20px rgba(0,0,0,0.4);
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
	}
.contact_info {
	margin-bottom:20px;
	}	
.contact_info address{
    font-family: 'Myriad Pro Cond';
    font-size: 15px;
    line-height: 28px;
	border-bottom:1px dashed #dedede;
	padding-bottom:15px;
	margin-bottom:10px;
	
	}
.contact_info h2 {
	font-family: 'Myriad Pro Cond';
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	}
.contact_info span {
	color:#ff0000;
	}
.contact_info a {
		font-family: 'Myriad Pro Cond';
		color:#000;
		font-size: 15px;
		display:block;
	}					
.contact_info a span {
	margin-right:10px;
	font-size:11px;
	color:#282b92;
	}
.cont_form input[type="text"],
.cont_form input[type="tel"],
.cont_form input[type="password"],
.cont_form input[type="email"]
{
	width:100%;
	height:40px;
	border:none;
	background-color:#f1f1f1;
	border-radius:0;
	padding:0 15px;
	}
.cont_form textarea {
	height:190px;
	border:none;
	background-color:#f1f1f1;
	border-radius:0;
	width:100%;
	resize:none;
	padding:15px;
	}	
.cont_form label {
		font-family: 'Myriad Pro Cond';
		color:#000;
		font-size: 20px;
		text-transform:uppercase;
		margin-bottom:10px;
	}
.cont_form .form_goup {
	margin-bottom:10px;
	}				
				
.cont_form input[type="submit"] {
		text-align:center;
	background-color:#282b92;
	font-size:27px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Myriad Pro Cond';
	padding:14px 75px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	transition:0.4s linear;
	background-image:none;
	border:none;
	}
.cont_form input[type="submit"]:hover {
	background-color:#b22c29;
	color:#fff;
	}
.cont_frm h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Myriad Pro Cond';
    font-size: 34px;
    color: #333;
    margin-bottom: 50px;
	position:relative;
	}
.cont_frm h1::after{
	background-image:url(../images/sm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	content:'';
	height:28px;
	}													
									
/**************************
	
	Cnc Fabrication

***************************/
.body_caption h1 {
	text-transform: uppercase;
    font-family: 'Myriad Pro Cond';
    font-size: 34px;
    color: #333;
	}

.button-group{
	width:100%;
	height:auto;
	float:left;
	text-align:center;	
	}
.button-group ul{
	margin:40px 0;
	padding:0;	
	}
.button-group ul li{
	display:inline-block;
	text-align:center;
	color:#000;
	font-family: 'Myriad Pro Cond';
	font-size:18px;
	padding:5px 10px;	
	transition:all 0.3s ease-in;
	border:1px solid #dedede;
	margin:2px;
	}
.button-group ul li:hover{
	display:inline-block;
	text-align:center;
	color:red;	
	cursor:pointer;
	}
.grid{
	width:100%;
	float:left;
	height:auto;
	margin-left: 2%;
	}
.grid-item{
	display:inline-block;
	margin:10px;
	transition:all 0.3s ease-in-out;
	 width: 23%;
	}
.grid-sizer {
	  width:10px;
	}

.grid-item--width2 { width:auto; }
.grid-item--height1{ height:100px; overflow:hidden;}
.grid-item--height2 { height: 200px;}
.is-checked {
	color:red !important;
	}
.iso_box p {
	font-size:14px;
	line-height:25px;
    text-align: left;
    margin-left: 17px;
	}
.iso_box  {
	text-align:center;
	}	
.iso_box img {
	display:inline-block;
	}		
#back-to-top {
    position: fixed;
    bottom:0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #b22c29;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #000;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
.bread_crumb .breadcrumbs {
	background-color:#dedede;
	padding: 10px;
	}
/*---For Blog ul li---*/	
.blog_text ul li{
    list-style-type: square;
	margin-left: 14px;
}	

.brand_sec_client ul li {
	width:20%;
	height:110px;
	display:inline-block;
	margin:10px;
	float:none;
	vertical-align:middle;
	line-height:160px;
	border:1px solid #dedede;
	position:relative;
	overflow:hidden;
	
}
.brand_sec_client ul li img{
	width:100%;
	height:110px;

	vertical-align:middle;
	line-height:160px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
}
.brand_sec_client ul{
	text-align:center;
}

.footer_nav {position:relative;}
.footer_nav1 {padding:0px; margin:0px auto; width:auto; height:auto; position:absolute; right:50px; bottom:-10px;}
.footer_nav1 button:hover {background-color: #000000;}

.footer-but {
	padding: 10px 15px;
	margin: 10px 0px;
	width: auto;
	display: inline-block;
	background-color: #b22c29;
	background-image: linear-gradient(#b22c29, #821614);
	background-image: -webkit-linear-gradient(#b22c29, #821614);
	background-image: -moz-linear-gradient(#b22c29, #821614);
	background-image: -ms-linear-gradient(#b22c29, #821614);
	background-image: -o-linear-gradient(#b22c29, #821614);
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height:25px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	border: 0px;
	border-radius: 10px 10px 0px 0px;
}
.footer-but:hover {
	background-color: #b22c29;
	background-image: linear-gradient(#b22c29, #821614);
	background-image: -webkit-linear-gradient(#b22c29, #821614);
	background-image: -moz-linear-gradient(#b22c29, #821614);
	background-image: -ms-linear-gradient(#b22c29, #821614);
	background-image: -o-linear-gradient(#b22c29, #821614);
	color: #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
.footer-but:active {
	background-color: #b22c29;
	background-image: linear-gradient(#b22c29, #821614);
	background-image: -webkit-linear-gradient(#b22c29, #821614);
	background-image: -moz-linear-gradient(#b22c29, #821614);
	background-image: -ms-linear-gradient(#b22c29, #821614);
	background-image: -o-linear-gradient(#b22c29, #821614);
	color: #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
.footer-but:focus {background-color: #b22c29;}
.footer-but p span {
	font: 12px;
	display: inline-block;
	background: url(../images/animated_text_fill.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.footer_nav2 {padding:0px; margin:0px auto; width:auto; height:auto;}
.footer_nav2 .modal-dialog {width: 70%; margin:30px auto;}
.footer_nav2 .modal-body {padding: 0px 3%;}
.footer_nav2 h3 {color:#b22c29;}
.footer_nav2 .modal-title {text-align: center; color:#b22c29; font-size:20px;}

/***/
.menutab {padding:0px 0px; margin:2% auto; width:100%; height:auto;}
.menutab ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.menutab ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #535051;
	text-decoration: none;
	text-align: left;
	line-height:28px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;	
}
.menutab ul li::before {font-family: 'FontAwesome'; content: "\f178"; font-size: 16px; color:#535051; margin:0px 15px 0px 0px;}


.menutab1 {padding:0px 0px; margin:2% auto; width:100%; height:auto;}
.menutab1 ul {padding:0px; margin:0px auto; width:50%; height:auto; list-style-type:none; float:left;}
.menutab1 ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #535051;
	text-decoration: none;
	text-align: justify;
	line-height:28px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;	
}
.menutab1 ul li::before {font-family: 'FontAwesome'; content: "\f178"; font-size: 16px; color:#535051; margin:0px 15px 0px 0px;}
/***/



/***/
.c-full-loder {
    width: 100%;
    position: fixed;
    z-index: 999999999999999;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    bottom: 0;
}
/*.loder-in {
	max-width: 1000px;
	margin: 0 auto;
	top: 50%;
	background: transparent;
	padding: 10px;
	z-index: 102;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: relative;
	max-height: 95vH;
	overflow-y: auto;
}*/
.loder-in {
	width: 70%;
	margin: 0 auto;
	top: 50%;
	background: #fff;
	padding: 10px;
	z-index: 102;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: relative;
	height: auto;
	overflow-y: auto;
	padding: 2%;
}

.loder_in_but {
	color: #b22c29;
	padding: 0px;
	margin: 1%;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
	font-size: 18px;
}
.loder_in_but:hover {text-decoration:none;}
.loder-in h3 {color:#b22c29;}
.loder-in .modal-title {text-align: center; color:#b22c29; font-size:20px;}
/***/



/***/
.container-example1 {height: 400px; width: 100%; padding:1%; margin: auto;}
.sb-container{position: relative; overflow: hidden; padding-right: 10px;}
.sb-content {height:100%;  width: 120%; padding-right: 20%; overflow-y: scroll; box-sizing:border-box;}
.sb-scrollbar-container {position: absolute; right: 5px; bottom: 5px; top: 5px; width: 10px;}
.sb-container-noscroll .sb-scrollbar-container {right: -20px;}
.sb-scrollbar {position: absolute; right: 0; height: 30px; width: 10px; border-radius: 10px; background: rgba(50, 50, 50, 0.5);}
.sb-scrollbar:hover {background: rgba(0, 0, 0, 0.5);}
/***/



/***/
.title1 {padding:0px; margin:0px auto; color: #000000; font-size:30px; font-weight: normal; line-height:45px; letter-spacing: 1px; }
.title2 {padding:0px; margin:90px auto; color: #000000; font-size:25px; font-weight: normal; line-height:35px; letter-spacing: 1px; font-size: 45px; text-transform: uppercase; font-family: 'Myriad Pro Cond'; position:relative; text-align:center; z-index:9;}
.title2::after {
	position: absolute;
	content: '';
	background-image: url(../images/icon5.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 46px;
	bottom: -52px;
	left: 0;
	right: 0;
}

.title3 {padding:0px; margin:90px auto; color: #FFF; font-size:25px; font-weight: normal; line-height:35px; letter-spacing: 1px; font-size: 45px; text-transform: uppercase; font-family: 'Myriad Pro Cond'; position:relative; text-align:center; z-index:9;}
.title3::after {
	position: absolute;
	content: '';
	background-image: url(../images/icon4.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 46px;
	bottom: -52px;
	left: 0;
	right: 0;
}


.laundrydetailssec {padding:0px; margin:0px auto; width:100%; height:auto;}
.laundrydetailsimg {padding:1%; margin:0px; width:90%; height:auto; border:solid 1px #F0E3E3;}
.laundrydetailsimg img {padding:0px; margin:0px auto; width:100%; height:auto;}

.laundrydetailssec .table-responsive {margin:50px auto 0px auto;}
.laundrydetailssec .table-responsive .table th, td {font-size: 14px; text-align:center;}
.laundrydetailssec .table-responsive .table td span {font-size: 11px; display: block; color: #a89f9f;}



.laundrygallerysec {
	background-image:url(../images/back2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;
	position:relative;
	background-size:cover;
	}
.laundrygallerysec::after {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
.laundrygallery {padding:0px 0px 40px 0px; margin:0px auto; width:auto; height:auto; text-align:center; position:relative; z-index:9;}
.laundrygallery ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.laundrygallery ul li {padding:1%; margin:1%; width:16%; height:auto; display:inline-block; vertical-align:top; border:solid 1px #534848;}
.laundrygallery ul li img {padding:0px; margin:0px auto; width:100%; height:auto;}

.laundrygallery1 {padding:0px 0px 0px 0px; margin:0px auto; width:auto; height:auto; text-align:center; position:relative; z-index:9;}
.laundrygallery1 ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.laundrygallery1 ul li {padding:1%; margin:1%; width:16%; height:auto; display:inline-block; vertical-align:top; border:solid 1px #534848;}
.laundrygallery1 ul li img {padding:0px; margin:0px auto; width:100%; height:auto;}

.menutab2 {padding:0px; margin:2% auto; width:100%; height:auto; display:inline-block;}
.menutab2 ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.menutab2 ul li {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px !important;
	width: 100% !important;
	height: auto;
	font-size: 15px;
	font-weight: normal;
	color: #01060d;
	text-decoration: none;
	line-height: 24px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	display: flex;
}
.menutab2 ul li::before {font-family: 'FontAwesome'; content: "\f0a4"; color: #01060d; margin: 0px 15px 0px 0px;}

.menutab3 {padding:0px; margin:2% auto; width:100%; height:auto; display:inline-block;}
.menutab3 ul {padding:0px; margin:10px auto 0px auto; width:auto; height:auto; list-style-type:none;}
.menutab3 ul li {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px !important;
	width: 49% !important;
	height: auto;
	font-size: 15px;
	font-weight: normal;
	color: #01060d;
	text-decoration: none;
	line-height: 24px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	display: inline-block;
}
.menutab3 ul li::before {font-family: 'FontAwesome'; content: "\f0a4"; color: #01060d; margin: 0px 15px 0px 0px;}

.menutab4 {padding:0px; margin:0px auto 0px auto; width:100%; height:auto; display:inline-block;}
.menutab4 ul {padding:0px; margin:0px auto; width:auto; height:auto; list-style-type:none;}
.menutab4 ul li {
	padding: 0px 0px 0px 0px;
	margin: 4px 2%;
	/* width: 100% !important; */
	height: auto;
	font-size: 15px;
	font-weight: normal;
	color: #01060d;
	text-decoration: none;
	line-height: 24px;
	display: block;
	outline: none;
	transition: all 1s ease-in-out;
	display: flex;
	width: 46%;
	float: left;
}
.menutab4 ul li::before {font-family: 'FontAwesome'; content: "\f18e"; color: #01060d; margin: 0px 15px 0px 0px;}

.BarrierWashersec {
	padding:30px 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	<!--background-color: #f3f0f0;-->
}

.title2 {
	padding: 0px;
	margin: 40px auto 90px auto;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'Myriad Pro Cond';
	position: relative;
	text-align: center;
	z-index: 9;
}
.title3 {
	padding: 0px;
	margin:50px auto 70px auto;
	color: #FFF;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'Myriad Pro Cond';
	position: relative;
	text-align: center;
	z-index: 9;
}

.laundrydiv1 {
	padding: 3%;
	margin:4% auto;
	width: 100%;
	height: auto;
	border: solid 1px #F0E3E3;
}
.laundrydiv2 {
	padding: 2%;
	margin:4% auto;
	width: 100%;
	height: auto;
	border: solid 1px #F0E3E3;
}
.laundrydivimg {
	padding:4%;
	margin: 0px auto;
	width: 90%;
	height: auto;
	border: solid 1px #F0E3E3;
	display:inline-block;
}
.laundrydivimg img{
	padding:0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.amazonobg {padding:0px; margin:0px auto; width:100%; height:auto; background-color:#ebece9; display:inline-block; text-align:center;}
.amazonoff {padding:0px; margin:0px auto; width:60%; height:auto; display:inline-block; vertical-align:top;}
.amazonoff img {padding:0px; margin:0px auto; width:100%; height:auto;}
a:focus, a:hover {color:#23527c; text-decoration: none;}
.indiso {
	background-image: url(../images/back1.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:3% 0px;
	margin: 0px auto;
}
.isocert1 {padding:0px; margin:0px 2%; width:30%; height:auto; display:inline-block; vertical-align:middle; text-align:left;}
.isocert1 h2 {font-size:50px; line-height:75px; letter-spacing:3px; text-decoration:none; font-weight:bold;}
.isocert1 h2 span {color:#282b92; display:block; font-size:65px;}
.isocert2 {padding:1%; margin:0px 2%; width:15%; height:auto; display:inline-block; vertical-align:middle; border: solid 2px #a29e9e;
border-radius: 10px;}
.isocert2 img {padding:0px; margin:0px auto; width:100%; height:auto; border-radius:10px;}


@media only screen and (min-width:150px) and (max-width:480px) {
.footer-but {padding: 4px 15px; margin: 10px 0px;}
.footer_nav2 .modal-dialog {width: 90%;}
.footer_nav2 h3 {font-size:16px;}
.footer_nav2 p {font-size:12px;}
.footer_nav2 .modal-title {font-size:17px;}

.loder-in h3 {font-size:16px;}
.loder-in p {font-size:12px;}
.loder-in .modal-title {font-size:17px;}
.loder-in  {width: 90%;}
.amazonoff {width:80%;}

.isocert1 {padding:0px; margin:1%; width:70%; height:auto; text-align:center;}
.isocert1 h2 {font-size:20px; line-height:30px;}
.isocert1 h2 span {font-size:25px;}
.isocert2 {padding:0px; margin:1%; width:50%; height:auto; text-align:center;}
.isocert2 img {padding:0px; margin:0px auto; width:100%; height:auto; border-radius:10px;}
}

@media only screen and (min-width:481px) and (max-width:767px) {
.footer-but {padding: 4px 15px; margin: 10px 0px;}
.footer_nav2 .modal-dialog {width: 90%;}
.footer_nav2 h3 {font-size:16px;}
.footer_nav2 p {font-size:12px;}
.footer_nav2 .modal-title {font-size:17px;}

.loder-in h3 {font-size:16px;}
.loder-in p {font-size:12px;}
.loder-in .modal-title {font-size:17px;}
.loder-in  {width: 90%;}
.amazonoff {width:70%;}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.footer_nav2 .modal-dialog {width: 80%;}
}


/*@media only screen and (min-width:992px) and (max-width: 1386px) {*/
@media only screen and (min-width:992px) and (max-width: 1365px) {}



/*@media only screen and (min-width:1387px) and (max-width: 1609px) {*/
@media only screen and (min-width:1366px) and (max-width: 1609px) {}


.banner_caption h2 {
    font-family: 'Myriad Pro Cond';
    font-size: 1.4em;
    line-height: 1.3em;
    color: #fff;
    background-color: inherit;
    margin: 0 0 11px 0;
}