@import url('https://fonts.googleapis.com/css?family=Maven+Pro:700');

.top{
	width:100%;
	background:#e31e24;
}

.top .top-mail{
padding:5px;
font-family: 'Open Sans', sans-serif;
}

.top .top-mail p{
margin: 0;
}

.top .top-mail a{
color: #fff;
transition: .4s;
}

.top .top-mail a:hover{
color: #333;
}

.top .top-mail span{
    padding-right: 6px;
color: #fff;
}



.top ul{
	float:right;
	padding:5px;
list-style: none;
margin: 0;
}
.top ul li {
    float: left;
	}
.top ul li span{
	
    font-size: 14px;
}

.top ul li a{
	border-right: 1px solid #fff;
	padding:0 15px;
	color:#FFFFFF;
    transition: .4s;
	}

.top ul li a:hover{
	text-decoration:none;
    color: #333;
	}

header{
	background:#fff;
	margin:15px 0px 15px;}

.logo img{
    width:75%;}
.name{
    padding-left:0px;}	
.name h1{
    font-family: 'Maven Pro', sans-serif;
	font-size:34px;
	margin-top:22px;
	color:#E31E24;
	font-weight:600;
	margin-bottom:0px;
    border-bottom: 1px solid #000;
     }		
.name h1 span{
    color: #000;
}	 
.name p{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    }

.name .iso-line {
    position: absolute;
width: 39%;
top: 67px;
background: #000;
height: 1px;
}

.name .iso-line2 {
position: absolute;
width: 39%;
top: 75px;
background: #000;
height: 1px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #e31e24;
    background: none;
    border-right: 1px solid #e31e24;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #e31e24;
    background: none;
}

.navbar-inverse {
    background:none;
    border:none;
	margin-top:44px;
	margin-bottom:0px !important;
}
.navbar-inverse .navbar-nav > li > a {
    color:#000;
	font-family:'Ubuntu', sans-serif;
	font-weight:600;
	font-size:13px;
    padding:0 6px ;
    border-right: 1px solid #000;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color:#e31e24;
	font-family:'Ubuntu', sans-serif;
	font-weight:600;
    border-right: 1px solid #e31e24;
    transition: .4s;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 13px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #E31E24;

}

.dropdown-menu {
    background-color: #efefef;
}

.dropdown-menu > li > a {
 color: #000;
font-family: 'Ubuntu', sans-serif;
font-weight: 600;
font-size: 13px;
padding: 6px 20px;
background: #efefef;
border-bottom: 1px solid #e3e3e3
}

.dropdown-submenu {
    position: relative;
    left: 0;
    top: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px !important;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.banner .carousel-control.left {
    background: none;
}

.banner .carousel-control.right {
    background: none;
}



.tp-leftarrow.default, .tp-rightarrow.default {
    z-index: 100;
    top: 50%;
    cursor: pointer;
    position: relative;
    background-color:#3e4095 !important;
    background-image: url("../images/arrow-large.png");
    background-repeat: no-repeat;
    width: 49px;
    height: 49px;
    margin-top: -24px;
    border-radius: 50%;
    transition: all 0.25s ease-in 0s;
}
.slider-border{
    border-bottom: 3px solid #3e4095;
    box-shadow: 0px 0px 6px #666;
}
.fullwidthbanner-container {
    max-height:100vh!important;
    padding: 0px;
    position: relative;
    width: !important;
	z-index:0;
}
.fullwidthbanner-container img {
	width:100%!important;}
.caption.small_text {
    position: absolute;
    color:#666 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans",Arial;
    width: 430px;
    white-space: normal !important;
}
.fullwidthbanner{
	height:480px !important;}
.big_black{
	color:#3e4095 !important;}
.button.dark,
	.button:hover {
		border-color: #6e6a65;
		background: #625f5b; /* Old browsers */
		color: #fff;
		background: -moz-linear-gradient(top,  #625f5b 0%, #393631 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#625f5b), color-stop(100%,#393631)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #625f5b 0%,#393631 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #625f5b 0%,#393631 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #625f5b 0%,#393631 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #625f5b 0%,#393631 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#625f5b', endColorstr='#393631',GradientType=0 );
		padding:10px 10px; /* IE6-9 */
	}
.medium_dark_back{
	background:#3e4095 none repeat scroll 0% 0% !important;
	color:#fff!important;}

.wellcome-start{
	padding-top:20px;
	padding-bottom:20px;}

.welcomebox {
	background:#e31e24;
	padding:5px 15px 20px 15px;

	}

.welcomebox h1{
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	color:#fff;
	border-bottom:1px solid #fefefe;
	padding-bottom:5px;
	
	}
.welcomebox p{
	font-family: 'Open Sans', sans-serif;
    color:#F9F9F9;
    line-height:23px;
	padding-bottom:8px;
	text-align:justify;

}
.welcomebox a{
	background:#FFF;
	color:#000;
	padding:8px 8px;
font-family: 'Open Sans', sans-serif;
    transition: .4s;
	}
.welcomebox a:hover{
	text-decoration:none;
    background: #000;
    color: #fff;
}
.about {
	background:#fff;
	padding:5px 15px 20px 15px;
	border:1px solid #DEDEDE;}

.about h1{
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	color:#444;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;}
.about img{
	margin:10px 15px 5px 0px;
	float:left;}
.about p{
	text-align:justify;
	line-height:23px;
	color:#4a4a4a;
  font-family: 'Open Sans', sans-serif;
	}
.about a {
	background:#e31e24 none repeat scroll 0% 0%;
	color:#fff;
	padding:8px 8px;
	font-family: 'Open Sans', sans-serif;
    transition: .4s;
}

.about a:hover {
    background:#444;
    color:#fff;
    text-decoration:none; 
}

.btn-success {
    color:#FFF;
    background-color:#5CB85C;
    border-color:#4CAE4C;
	z-index:99999;
}

.sec-1{
padding: 60px 0;
background: url(../images/sec-1-bg.jpg) 50% 50%;
background-size: cover;
}

.infa{
	border:1px solid #DEDEDE;
	border-radius:10px;
	padding:5px 15px 18px 15px;
	background:#FFF;
	margin-bottom:20px;
	margin-top:30px;
box-shadow: 0px 3px 8px rgb(0, 0, 0);
}

.infa h1{
	font-size:24px;
    font-family: "Archivo Narrow",sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}
.infa span{
    font-size:2.3em;
	float:left;
	margin:0px 18px 0 0;
	background:none repeat scroll 0% 0% #e31e24;
	color:#FFF;
	padding:10px;
	border-radius:30px/30px;
	top: 7px;}
.infa p{
	padding-top:10px;
	margin-bottom:0;
	color:#000;
   font-family: 'Open Sans', sans-serif;
	}
.infa a{
	background:#444;
	color:#fff;
	padding:8px 8px;
	font-family: 'Open Sans', sans-serif;
    transition: .4s;
}

.infa a:hover{
    background:#e31e24;
    text-decoration: none;
}

a:hover{
	text-decoration:none;}

.fea {
    padding: 20px;
    position: relative;
}
.hd {
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight: 600;    
}
.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.top_ {
    z-index: 9999;
	padding-top:10px;
}

.btn-success {
    color: #FFF;
    background-color: #2A2A2A;
    border-color: #000;
    margin: 0px 3px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #FFF;
    background-color: #2A2A2A !important;
    border-color: #000;
}
.photo{
    /* border-radius: 50px; */
    padding: 10px 0 0 0; overflow: hidden;
}
.photo img{width: 90%;box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42);margin: 0px auto;     padding: 20px;  
 background-color: #fff;  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width .5s; }
.photo img:hover{background-color: #fff; z-index: 9999;   width: 85%; }
.photo p{
        text-align: center;
         padding: 10px 0px;
         font-family: 'Open Sans', sans-serif;
         font-weight: bold;
         text-transform: capitalize;
         margin: 0px 12px 20px;
         background-color: #e31e24;
         box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42);
         color: #FFF;}

 .bar
 {
 background: #f2f2f2;
padding: 10px 0;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 15px;
}
	
 .bar a{
color: #000;
transition: .4s;
 }

 .bar a:hover{
    color: #e31e24;
 }

 .bar span{
  color: #e31e24;  
 }

 .outter{
    padding: 40px 0;
 }
	
.matter-in h1{
font-size: 27px;
margin-top: 0;
color:#e31e24;
font-family: 'Maven Pro', sans-serif;
border-bottom: 1px solid #bfbfbf;
padding-bottom: 8px;
}

.matter-in p{
font-size: 15px;
font-family: 'Open Sans', sans-serif;
line-height: 28px;
text-align: justify;
}

.side-products{
    margin-top: 35px;
}

.side-products h1{
    font-family: 'Maven Pro', sans-serif;
font-size: 27px;
background: #e31e24;
color: #fff;
padding: 6px;
margin: 0;
}

.side-products ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}



.side-products ul li a{
font-size: 15px;
padding: 10px 12px;
font-family: 'Open Sans', sans-serif;
color: #fff;
display: block;
background: #444;
border-bottom: 1px solid #fff;
transition:.4s;
}

.side-products ul li i{
color: #ff5959;
padding-right: 5px;
    }

.side-products ul li a:hover{
color: #dadada;
 }

 .table-pro{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
 }

.table-pro th{
    border: 1px solid #fff;
background: #e31e24;
color: #fff;
padding-left: 10px;
}

.table-pro tr{
    line-height: 33px;
    }

.table-pro td{
  border: 1px solid #eaeaea;
padding-left: 10px;
}


.matter-in h2{
    margin-top: 0px;
font-family: 'Maven Pro', sans-serif;
font-size: 20px;
color: #444;
}

.matter-in ul{
    padding-left: 0px;
    list-style: none; 
 
}

.matter-in li{
  font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.matter-in li span{
padding-right: 10px;
color: #e31e24;
}

.spare-parts{
margin-top: 10px;
border: 1px solid #e31e24;
box-shadow: 0 0 5px #cbcbcb;
margin-bottom: 20px;
}

.spare-parts p{
margin: 0;
background: #e31e24;
color: #fff;
text-align: center;
    }

      .conttable tr td{
        padding-bottom: 10px;
    }

    .conttable span{
        color: #e31e24;
    }

    .conttable p{
margin: 0;
line-height: 30px;
    }

      .conttable a{
color: #333;
transition: .4s;
    }

        .conttable a:hover{
color: #e31e24;
    }


.table-form{
      font-family: 'Open Sans', sans-serif;
}

.table-form .table tr td{
    border:none;

}

.table-form .btn-primary {
    background-color: #e31e24;
    border-color: #e31e24;
}

.table-form .table tr th{
    border:none;

}

.side-enq{
    margin-top: 37px;
}



footer {
	background:#000;
	margin-top:30px;
	padding-bottom:20px;
	padding-top:10px;}
footer h1{
	font-size:23px;
	color:#fff;
    font-family: 'Open Sans', sans-serif;
}

footer ul{
	padding:0;}
footer ul li {
	list-style:none;
	}
footer ul li a{
	color:#fff;
	font-size:14px;
	line-height:25px;
        font-family: 'Open Sans', sans-serif;
}
footer ul li a:hover{
    color:#E31E24;
text-decoration: none;
}	
footer p{
	line-height:25px;
	color:#FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
.soc_icons {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    text-align: left;
    white-space: nowrap;
	padding-left: 0;
	top: 30px;
left: 0px;

}
.soc_icons > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.soc_icons > li > a {
    background: #5C5C5C;
    border-radius: 500px;
    color: #f8f8f8;
    display: inline-block;
    height: 37px;
    line-height: 1em;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    width: 37px;
}
.soc_icons i {
    font: 16px/37px 'FontAwesome';
}
.soc_icons > li > a:hover {
    background: #5C5C5C none repeat scroll 0% 0%;
    color: #FFF;
    text-decoration: none;
}
.slider{
    box-shadow: 0px 0px 6px #666;
}
.about1 {
    padding-top: 20px;
}
.about1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size:32px;
    color:#444;
    padding-bottom:5px;}
.about1 p{
    text-align:justify;
    line-height:23px;
    padding-bottom:8px;
    color:#4a4a4a;
   font-family: 'Open Sans', sans-serif;
    }
.about1 img{
    margin:10px 15px 5px 0px;
    float:left;}    
.about1 h3{
    font-family: 'Open Sans', sans-serif;
    font-size:28px;
    color:#444;
    padding-bottom:5px;}
.contact {
    padding-top: 20px;
}
.contact h1{
    font-family: 'Open Sans', sans-serif;
    font-size:32px;
    color:#444;
    padding-bottom:5px;}
.contact table {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
.contact table tr td {
    padding: 10px 0px;
    font-size: 16px;
}
.contact table tr td span {
    font-size: 20px;
    color: #3e4095;
}
.contact table tr td p {
    padding: 0px;
    margin: 0px;
    color: #212020;
}
.contact a {
    color: #8C8C8C;
}
.contact a:hover {
    color: #3E4095;
    text-decoration: none;
}

.product {
    padding-top: 20px;
}
.product h1{
    font-family: 'Open Sans', sans-serif;
    font-size:32px;
    color:#444;
    padding-bottom:5px;}
.photo1{
    /* border-radius: 50px; */
    padding: 10px 0 0 0; overflow: hidden;
}
.photo1 img{
    width: 90%;
    box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42);
    margin: 0px auto;
    background-color: #fff;  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width .5s; }
.photo1 p{
        text-align: center;
         padding: 10px 0px;
         font-family: 'Open Sans', sans-serif;
         font-weight: bold;
         text-transform: capitalize;
         margin: 0px 0px 20px;
         background-color: #3e4095;
         box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42);
         color: #FFF;
         width: 90%;}


