html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	background:#fff;

}
*, html {
	margin:0;
	padding:0px;
	text-decoration:none;
	outline:none;
}
img {
	border: none;
}
a {
	color:#08558c;
}
a:hover {
	color:#244788;
}
p {
	margin:0px;
	padding:0 0 10px 0;
	font-size:13px;
	line-height:22px;
	color:#555;
}
h2 {
	font-family:'Roboto', sans-serif;
	color:#244788;
	margin:0px;
	padding:0 0 10px 0;
}
h3 {
	font-family:'Roboto', sans-serif;
	color:#244788;
	margin:0px;
	padding:0 0 10px 0;
}
h4 {
	font-family:'Roboto', sans-serif;
	color:#244788;
	margin:0px;
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
h5 {
	font-family:'Roboto', sans-serif;
	color:#244788;
	margin:0px;
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
h6 {
	font-family:'Roboto', sans-serif;
	color:#244788;
	margin:0px;
	padding:0 0 10px 0;
	font-size:15px;
	line-height:20px;
}
.web-wrap {
	margin:0 auto;
}
article, aside, figure, footer, header, nav, section, div, span, iframe, h1, h2, h3, h4, h5, h6, address, img, strong, form, label {
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.top-col {
	float:left;
	width:100%;
}

.bottom-col {
	float:left;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/****************************************** Header ******************************/
section.call-container {
	width:100%;
	float:left;
	background:#08558c;
}

article.call {
	float:right;
	clear:both;
}
article.call p {
	margin:0px;
	color:#fff;
	font-family:'Roboto', sans-serif;
}

header {
	width:100%;
	float:left;
	background:none;
}
header aside.logo {
	float:left;
}
/****************************************** Navigation ******************************/

section.nav-container {
	width:100%;
	float:left;
}
#nav {
	float:left;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
background:#08558c !important;
}
#nav li a.active, #nav li a.active:hover {
	color:#fff;
	background:#08558c;
background: #ed2f34 !important;
}
#nav li a:active {
}
#nav ul li a span:after {
	width: 0;
	height: 0;
	border: 0.500em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #08558c;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.813em; /* 5 */
}
#nav ul li a.active span:after, #nav ul li a:hover span:after{
	width: 0;
	height: 0;
	border: 0.500em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #fff !important;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.813em; /* 5 */
}
/* first level */

#nav > ul {
	/*background:rgba(255, 255, 255, 0.8);*/
	float:left;
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9bffffff', endColorstr='#9bffffff');*/
}
#nav > ul > li {
	float: left;
	line-height:40px;
margin-right:8px;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:400;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#nav > ul > li > a {
	color:#fff;
	padding:0 25px;
	font-size:14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#nav > ul > li > a:hover {
	color:#fff;
background: #ed2f34 !important;
}
 #nav > ul > li:not( :last-child ) > a {
}
#nav > ul > li:hover > a {
	color:#fff;
	background: #ed2f34;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
 #nav > ul:not( :hover ) > li.active > a {
 color:#fff;
}


/* second level */
#nav li ul {
	background: #444;
	display: none;
	position: absolute;
	top: 100%;
	z-index:9999;
	border-top: 1px solid #666;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
 #nav li:not( :first-child ):hover ul {
 left:0px;
}
#nav li ul a {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding:8px 15px;
	line-height:20px;
	color:#fff;
	text-transform:capitalize;
}
#nav li ul a:hover {
	color:#0AA586;
}

 #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	color:#fff;
	background:#ed2f34;
}
 @media only screen and ( max-width: 100em ) /* 1000 */ {
 #nav {
 width: 100%;
 float:right;
}
#nav li:hover ul {
 width:220px;
}
}
 @media only screen and ( max-width: 598px ) /* 598px */ {
 html {
 font-size: 75%; /* 12 */
}
 #nav {
position: relative;
top: auto;
left: auto;
background:#76c6fa;

}
 #nav > a {
 width: 3.125em; /* 50 */
 height: 3.125em; /* 50 */
 text-align: left;
 text-indent: -9999px;
 background-color: #333;
 position: relative;
}
 #nav > a:before, #nav > a:after {
 position: absolute;
 border: 2px solid #fff;
 top: 35%;
 left: 25%;
 right: 25%;
 content: '';
}
 #nav > a:after {
 top: 60%;
}
 #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
 display: block;
}

/* first level */

#nav > ul {
 height: auto;
 display: none;
 left: 0;
 right: 0;
 float:left;
 width:100%;
}
 #nav:target > ul {
 display: block;
 width: 100%;
}
 #nav > ul > li {
 width: 100%;
 float: none;
 border-right:none;
 border-top:solid 1px #abcbe0;
 margin-left:0px;
 line-height:40px;
}
 #nav > ul > li > a {
 height: auto;
 text-align: left;
 padding: 0 10px; /* 20 (24) */
}
 #nav > ul > li > a {
 border-top: none;
}
 #nav li:hover ul {
 width:100% !important;
}
 #nav li ul {
 position: static;
 padding: 0px; /* 20 */
 padding-top: 0;
}

}
/****************************************** Banner ******************************/

section.banner-container {
	width:100%;
	float:left;
	position:relative;
}

section.banner-area {
	width:100%;
	float:left;
}
.banner-inner #banner {
	float:left;
	width:100%;
}

.rslides{
	max-width:100% !important;
	}
	
#home-form{
	width:100%;
	}
	
/****************************************** Query ******************************/

.block_form {
	float:right;
}
.block_form h2 {
	font-weight:normal;
	
	font-family:'Roboto', sans-serif;
	font-weight:500;
	color:#244788;
}
.block_form p {
	margin:0px;
}
.block_form form label {
	color:#333;
	float:left;
	font-family:'Roboto', sans-serif;
}
.block_form form label span {
	color:#f00;
}
.block_form form input[type="text"] {
	height:22px;
	border:1px solid #a7d6f4;
	padding:4px;
	line-height:22px;
	font-family:Arial;
	font-size:13px;
	color:#555;
	box-shadow:0px 0px 10px #ddd inset;
}
.block_form form textarea {
	border:1px solid #a7d6f4;
	padding:4px;
	line-height:20px;
	font-family:Arial;
	font-size:13px;
	color:#555;
	box-shadow:0px 0px 10px #ddd inset;
}
.block_form form input[type="submit"] {
	border:solid 1px #0b6aa7;
	height:38px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	background: #08558c;
	color:#fff;
	text-align:center;
	line-height:38px;
	text-shadow:1px 1px 1px #444;
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
.block_form form input:hover[type="submit"] {
	background: #244787;
	text-shadow:1px 1px 1px #0a3024;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.block_form form input:focus[type="text"], .block_form form textarea:focus {
	border:1px solid #2ecc71;
	box-shadow:0px 0px 5px #aaa;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
/****************************************** Body content ******************************/

section.body-container {
	width:100%;
	float:left;
}
section.body-content {
	float:left;
	background:#fff;
}
section.content-container {
	width:100%;
	float:left;
}
.home-services {
	width:100%;
	float:left;
}
.home-services ul {
	width:100%;
	float:left;
	margin:0;
	padding:0px;
	list-style:none;
}
.home-services ul li {
	float:left;
	text-align:center;
}
.home-services ul li h3 {
	font-weight:500;
	color:#444;
}
.home-services ul li img:hover {
	transform: rotateY(360deg);
	transition: 0.7s;
}

.home-txt {
	float:left;
	background:#ec2b30;
	text-align:center;
	width:100%;
	font-family:'Roboto', sans-serif;
	font-weight:400;
	color:#fff;
background-size: 50px 50px;
background-color: #ec2b30;
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
-pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                 transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                 transparent 75%, transparent) 0 0 / 50px 50px, #c16;
behavior: url(/pie/PIE.htc);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.home-box {
	width:100%;
	float:left;
}
.home-box ul {
	width:100%;
	float:left;
	margin:0;
	padding:0px;
	list-style:none;
}
.home-box ul li {
	float:left;
}
.home-box ul li h3 {
	font-weight:500;
	color:#fff;
-webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
background-color: #08558c;
    text-align: center;
    padding: 10px 0px;
-webkit-box-shadow: inset 0px 0px 83px -21px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 83px -21px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 83px -21px rgba(0,0,0,0.75);
}

.home-box ul li p a {
	float:left;
	background:#08558c;
	color:#fff;
	border-radius:10px;
	font-style:italic;
	margin-top:10px;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.home-box ul li p a:hover {
	background:#244787;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

/****************************************** Footer ******************************/
footer {
	width:100%;
	float:left;
	background:#08558c;
	color:#fff;
	font-size:12px;
}
footer p {
	color:#fff;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#153165;
}
footer .float-left {
	float:left;
}
footer .float-right {
	float:right;
}
/****************************************** About us ******************************/

.content-panel{
	float:left;
}
	
.right-col {
	float:right;
}

.left-side {
	float:left;
}
/****************************************** Left side ******************************/

.about-txt {
	width:100%;
	float:left;
}
.about-txt h2 {
	font-weight:400;
	line-height:24px;
}
.about-txt p {
	text-align:justify;
}
/****************************************** Right side ******************************/

section.right-side {
	padding-bottom:15px;
}
/****************************************** inner Query ******************************/

.right-col .block_form {
	border:solid 1px #ddd;
	position:relative;
	border-radius:0px;
	left:0px;
	top:0px;
	margin-bottom:20px;
	margin-left:0px;
}
.right-col .block_form form p {
	padding:0px;
	float:left;
}
.right-col .block_form form label {
	color:#555;
	float:left;
}

/****************************************** Contact us ******************************/

.contact-txt {
	width:100%;
	float:left;
}

.contact-txt h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
}
.contact-txt h3 {
	padding-bottom:10px;
	font-weight:400;
	line-height:24px;
}

/****************************************** Products  ******************************/
.product-column {
	border-bottom: solid 1px #ddd;
	}

.product-catalog {
	float:left;
}
.product-catalog h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:24px;
}
.product-catalog h3 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:20px;
}
.product-catalog p {
	color:#444;
	padding-bottom:8px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}

.send-enquiry a.button {
	float:left;
	background:#08558c;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	padding:7px 10px;
	margin:5px 0;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.send-enquiry a.button:hover {
	background:#244787;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.product-thumb-left {
	margin-right:15px !important;
}
.product-thumb-left img {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px;
}
.product-data-right {
	float:left;
}

.product-data-right h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:24px;
}
.product-data-right h3 {
	padding-bottom:10px;
	font-weight:400;
	line-height:30px;
	font-size:20px;
}
.product-data-right p {
	color:#444;
	padding-bottom:8px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}

.product-thumb-right {
	margin-left:15px !important;
}
.product-thumb-right img {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px;
}

.column-style .product-column img{
	background:#fff;
	border:solid 1px #ccc !important;
	padding:3px !important;
	}
	
.list-style ul.product-thumb li img{
	background:#fff;
	border:solid 1px #ccc !important;
	padding:3px !important;
	}

.floating-menu {
	width:260px;
	float:right;
	padding:20px 20px 10px 20px;
	border:solid 1px #ddd;
	margin-bottom:20px;
}

.floating-menu h2 {
	padding-bottom:3px;
	font-weight:400;
	line-height:24px;
	font-size:24px;
	margin-bottom:10px;
}
.floating-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.floating-menu ul li {
	font-size:14px;
	line-height:24px;
	border-top: dashed 1px #ccc;
	padding:4px 4px 4px 15px;
	background:url(../images/bullet.png) no-repeat 0px 12px;

}
.floating-menu ul li a {
	color:#444;
}
.floating-menu ul li a:hover {
	color:#244788;
}

.floating-menu ul li ul li{
	font-size:12px;
	line-height:20px;
	border-top: none;
	padding:4px 4px 4px 12px;
	background:url(../images/sub-bullet.png) no-repeat 0px 11px;
}

.floating-menu ul li ul li a{
	color:#08558c;
}

.home-txt p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 10px;
}

.home-txt h2 {
    color: #FFFFFF;
    font-family: 'Roboto',sans-serif;
    margin: 0;
    padding: 0 0 10px;
}

.about-txt ul li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:10px;
    text-align: justify;
}
.content-panel ol li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:15px;
    text-align: justify;
}

.product-catalog ul li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:15px;
    text-align: justify;
}

.about-txt ul li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:10px;
    text-align: justify;
}
.content-panel ol li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:15px;
    text-align: justify;
}

.product-catalog ul li {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
  margin-left:15px;
    text-align: justify;
}
.privacy-txt {
    float: left;
}

.home-txt a {color:#000000;}
.product_detail {
    margin-left: 221px !important;
}
             
            .product_detail ul li {color:#555555 !important;}
            
            .f-btns {
	position: fixed;
	z-index: 1111;
	bottom: 2%;
	right: 0;
}

.f-btns ul {
	padding: 0;
}
.f-btns ul li {
	list-style: none;
	margin-bottom: 13px;
}
.f-btns img {
	height: 60px;
	width: 60px;
	filter: hue-rotate(104deg);
}
article.call p a {
	color: #fff;
}

@media(min-width:320px) and (max-width:767px){
.f-btns img {
	height: 40px;
	width: 40px;
}
.f-btns ul li {
	margin-bottom: 7px;
}
.f-btns {
	bottom: 7%;
}


}