/*---Common Css--*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
}
body {
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	width: 100%;
	height: auto;
	position: relative;
	background-size: 100% 100%;
	background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	color: #6f7375;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-weight: normal;
}
p {
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-size: 17px;
	font-weight: normal;
}
h6 {
	font-size: 16px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
/*ul, ol {
	list-style: none;
}*/
*, *:after, *:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	width: 100%;
	height: 100%;
	border: 0
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.container {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after {
	clear: both;
}
.paddingallign {
	padding-left: 0;
	padding-right: 0;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/*---Common Css End--*/

/*--header css--*/
header {
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	margin: 0;
	border-bottom: 3px solid #db1e25;
}
.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	/*background:rgba(41,41,54,0.5);*/
	background: #FFFFFF;
	/*padding:0px 15px 0px 15px;*/
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
	z-index: 9999;
}
.logo {
	float: left;
}
.logoimg {
	max-width: 229px;
	width:100%;
	height:auto;
	
	
}
a.resToggle {
	display: none;
}
.mobilecontact {
	color: #db1e25;
	margin-right: 15px;
	padding-top: 5px;
}
/*--Navigation  Css--*/
.navbar {
	float: right;
	margin-top: 10px;
}
.navbar ul {
	margin: 0;
	padding: 0;
	font-size: 0px;
}
.navbar ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.navbar ul li a {
	display: block;
	color: #0059aa;
	font-size: 12px;
	padding: 25px 15px;
	font-weight: bold;
	border-radius: 5px;
	
}
.navbar ul li a:hover {
	color: #FFFFFF;
	background: #db1e25;
}
/*--Navigation  Css End--*/
/*--header css End--*/
/*--Marquee  Css--*/
.mar {
	padding: 20px 0px;
	background: #000000;
	color: #FFF;
}
.mar h2 {
	font-family: Rockwell Extra Bold, Rockwell Bold, monospace;
	color: #FFFFFF;
}
.mar1 {
	color: #0055a6;
	font-weight: bold;
}
.mar2 {
	color: #199e8f;
	font-weight: bold;
}
/*--Marquee  Css End--*/
/*--Index Content Section--*/

#contentSection {
	width: 100%;
	padding: 50px 0px;
	height: auto;
}
#contentSection h1 {
	text-align: center;
	color: #0158a8;
	margin-bottom: 25px;
}
.productdiv {
	position: relative;
	z-index: 1;
	margin: 0 ;
	padding:0;
	text-align:center;
}
.productdiv li
{
	display:inline-block;
	padding:15px 30px;
}
.productdiv li a h6 {
	position: absolute;
	background: rgba(0,0,0,0.6);
	color: #fff;
	bottom:20%;
	width: 100%;
	max-width: 200px;
	padding:5px;
}
.productimg {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.productdiv li a img {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	width: 100%;
	height: auto;
}
.productdiv li a:hover img {
	/*opacity:0.8;*/
 
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*--Index Content Section End--*/
/*--Footer Section Css--*/
.footer1 {
	background: #31302e;
	width: 100%;
	padding: 30px 0px;
}
.footer1 h4 {
	color: #db1e25;
	margin-bottom: 10px;
}
.footer1 p {
	color: #FFFFFF;
	line-height: 1.5;
	font-weight:normal;
}
.footer11 h5 {
	color: #0158a8;
}
.footer11 ul
{
	margin:0;
	padding:0
}
.footer11 ul li
{
	display:block;
	padding-bottom:10px;
}
.footer11 ul li a
{
	color:#FFFFFF;
	font-size:12px;
}
.footer11 ul li a:hover
{
	color:#db1e25;
}
.contactspan {
	font-size: 17px;
	margin-top: 10px;
	color: #db1e25;
	font-weight:bold;
}
.footer2 {
	background: #1a1a1a;
	width: 100%;
	padding: 30px 0px;
}
.footer2 p {
	color: #FFFFFF;
	font-weight: normal;
}
.footer2 p a {
	color: #FFFFFF;
}
.footer2 p a:hover {
	color: #db1e25;
}
.firstC
{
	width:30%;
	float:left;
}
.middleC
{
		width:5%;
	float:left;
}
.lastC
{
		width:65%;
	float:left;
}

/*--Footer Css End--*/
.thspan1 {
	color: #0158a8;
	font-weight: bold;
}
.thspan2 {
	color: #199e8f;
	font-weight: bold;
}
/*--About Page Css--*/
.aboutheader {
	width: 100%;
	background: url(../img/aboutnew.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.aboutheader h1 {
	margin: 70px 0px;
	padding-left: 15px;
	color: #da1b22;
}
.aboutus {
	padding: 0px 0px 15px 0px;
}
.aboutus p {
	padding: 15px 0px;
	font-weight: normal;
	line-height: 1.5;
}
.semail {
	color: #B10B0E;
	font-size: 20px;
}
/*--About Page Css End--*/

/*.contactbg h1 {
	/*font-size:30px; */
	
	/*margin: 50px 0px;
	padding-left: 15px;
	color: #da1b22;
	text-align: left;
	
	
	
	
}*/
.contactbg h3
{
	background: #db1e25;
	color: #FFFFFF;
	padding: 10px 0px 14px 0px;
}
/*--Contact page Css--*/
.contactform {
	margin: 0;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	
}
.contactform h4 {
	color: #0056a6;
	/*font-weight:bold;*/
	margin-bottom: 25px;
}
.form-group {
	margin-bottom: 13px;//30px;
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #da1b22;
	background-color: #BCD4E6;
	background-image: none;
	border: 1px solid #003399;
	border-radius: 4px;
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
}
.form-control:focus {
	border-color: #da1b22;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
color:#da1b22;
opacity:1;
}
.form-control:-ms-input-placeholder {
color:#da1b22;
}
.form-control::-webkit-input-placeholder {
color:#da1b22;
}
textarea.form-control {
	height: 150px;
}
input[type=search] {
	-webkit-appearance: none
}
/*input[type=submit] {
	color:#003399;
}*/
.btnSubmit {
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	display: inline-block;
	padding: 15px;
	margin-bottom: 0;
	/*margin-top:10px;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #003399;
	border-radius: 4px;
	background: #BCD4E6;
	color: #da1b22;
}
.btnSubmit:hover {
	background: #003399;
	color: #FFFFFF;
}
.contactdetails h5 {
	text-align: left;
	color: #da1b22;
	margin-bottom: 15px;
	border-bottom:2px solid #003399;
	width:25%;
	padding-bottom:10px;
}
.contactdetails p {
	color: #000000;
	line-height: 1.5;
	float: left;
	margin-bottom: 10px;
}
.contactimg {
	max-width: 25px;
	height: 25px;
	width: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.firstCc
{
	width:15%;
	float:left;
}
.middleCc
{
		width:5%;
	float:left;
}
.lastCc
{
		width:65%;
	float:left;
}
/*--Contact form End--*/
/*--services Page Css--*/
.servicesheader {
	width: 100%;
	height: auto;
	background-color: beige;
}
.servicesheader h1 {
	margin: 50px 0px;
	padding-left: 15px;
	color: #da1b22;
	text-align: center
}
.servicess {
	padding: 0px 0px 0px 0px;
}
.servicess p {
	padding: 15px 0px;
	font-weight: normal;
	line-height: 1.5;
}
.serviceimg {
	width: 100%;
	height: 195px;
	max-width: 836px;
	margin: 0 auto;
}
.serviceimg1 {
	width: 100%;
	height: 135px;
	max-width: 200px;
	margin: 0 auto;
}
/*--Services page css End--*/
/*--Product Page Css--*/
.pdtspecic {
	width: 100%;
	max-width: 250px;
	margin: 20px auto;
}
.productspicific {
	/*margin-bottom: 20px;
	    background: beige;*/
    padding: 0;
    padding-bottom: 30px;
    overflow: hidden;
}
.productspicific h3 {
	background: #db1e25;
	color: #FFFFFF;
	padding: 10px 0px 14px 0px;
	
}
.productspicific h1 {
	/*font-size:30px; */
	
	margin: 20px 0px;
	color: #da1b22;
}
.productspicific h4 {
	color: #0056a6;
	/*font-weight:bold;*/
	margin-top:15px;
	margin-bottom: 15px;
}
.productspicific h4 span {
	font-weight: normal;
}
.productspicific h5 {
	color: #0056a6;
	font-weight: normal;
	margin: 15px 0px;
}
.productspicific .speci1 {
	list-style: none;
}
.productspicific .speci1 li {
	line-height: 1.5;
}
.productspicific .speci2 {
	margin-left: 15px;
}
.productspicific .speci2 li {
	line-height: 1.5;
}
.productspicific .speci3 {
	margin-left: 15px;
	list-style:square;
}
.productspicific .speci3 li {
	line-height: 1.5;
}
.productsec {
	margin: 70px 0px;
}
.productsec h1 {
	/*font-size:30px; */
	
	margin: 0px 0px 50px 0px;
	padding-left: 15px;
	color: #da1b22;
}
.productdiv1 {
	position: relative;
	z-index: 1;
	margin: 60px auto 30px auto;
	padding:0;
	text-align:center;
}


.productdiv1 li
{
	display:inline-block;
	padding:15px 15px;
}
.productdiv1 li h6 {
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 15px;
	color: #fff;
	/* font-size: 16px;*/
	/*margin-left:11%;*/
	padding: 5px;
	width: 100%;
	max-width: 200px;
	margin: 15px auto;
	
}
.productimg1 {
	width: 100%;
	max-width: 200px;
	margin: 15px auto;
}
.otherproductt {
	background: beige;
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
}
.otherproductt h3 {
	background: #db1e25;
	color: #FFFFFF;
	padding: 10px 0px;
	
}
/*--Product Page Css End--*/

/*--Back To Top Css--*/
.back-to-top:hover {
	color: #fff;
	background-color: #0059aa;
	text-decoration: none;
}
.back-to-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background: #db1e25;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

/*--Media Query--*/
@media only screen and (max-width: 990px) {
	
.paddingBTM {
 	padding-bottom:20px !important;	
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: center;
}
.textright {
	text-align: center;
}
.floatright {
	float: none;
}
.floatleft {
	float: none;
}
.paddingmobile {
	padding-left: 0;
	padding-right: 0;
}
a.resToggle {
	display: inline-block;
	float: right;
	margin-top: 5px;
	padding: 10px;
	background: #D8D5D5;
	border: 1px solid #D8D5D5;
	border-radius: 5px;
	margin-right: 15px;
}
a.resToggle:hover {
	background: #0055a6;
	border: 1px solid #0055a6;
	border-radius: 5px;
}
.navbar {
	display: none;
	width: 100%;
	margin-top: 0;
}
.navbar.active {
	display: block;
}
.navbar ul {
	margin-top: 0;
	padding: 0px 0px;
}
.navbar ul li {
	display: block;/*border-bottom: 1px solid #0055a6;*/
}
.navbar ul li a {
	padding: 15px 10px;
}
.navbar {
	margin-top: 10px;/*border-top: 3px solid #0000CC
*/
}
.productdiv {
	margin-bottom: 15px;
}
.productdiv:last-of-type {
	margin-bottom: 0px;
}
.footer11 {
	margin-bottom: 15px;
	overflow: hidden;
}
.footer11:last-of-type {
	margin-bottom: 0px;
}
}

@media (min-width:480px) and (max-width: 990px) {
}

@media only screen and (min-width: 991px) {
.container {
	max-width: 1200px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-1 {
	width: 8.33333333%;
}
.col-2 {
	width: 16.66666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333%;
}
.col-5 {
	width: 41.66666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333333%;
}
.col-8 {
	width: 66.66666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333333%;
}
.col-11 {
	width: 91.66666667%;
}
.col-12 {
	width: 100%;
}
}

@media (min-width: 500px) and (max-width: 990px) {
}

@media (min-width: 991px) and (max-width: 1080px) {
}

@media (min-width: 500px) and (max-width: 990px) {
}

@media screen and (max-width:800px) {
}

@media screen and (max-width:640px) {
}

@media screen and (max-width:600px) {
}

@media screen and (max-width:480px) {
}

@media screen and (max-width:360px) {
}

@media screen and (max-width:300px) {
}
