@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a:focus, a:hover {
	color: #eb3812;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Top_menu {
	border-bottom: 1px solid #0050a9;
	padding: 0 0;
}
.Top_menu .navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 30px 15px;
}
.Top_menu .navbar-nav {
	float: right;
	margin: 0;
}
.Top_menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin: 0;
	min-height: auto;
	border: 0px solid transparent;
}
.Top_menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	background-color: transparent;
	border-bottom: 12px solid #0050a9;
	font-weight: 600;
}
.Top_menu .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: transparent;
	border-bottom: 12px solid #0050a9;
}
.Top_menu .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
.Slider .item {
	position: relative;
}
.Slider img {
	width: 100%;
}
.Slider .owl-pagination {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.Slider .owl-pagination .owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(191, 184, 184, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.Slider .owl-pagination .owl-page.active {
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #ffffff;
}
.slider_text {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
.slider_text h1 span {
	font-weight: 800;
	font-size: 60px;
}
.slider_text h1 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 100;
}
.slider_text a {
	background: #0050a9;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 50px;
	display: inline-block;
	margin: 20px 0;
	position: relative;
	z-index: 9;
}
.slider_text a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transform-origin: top center;
	background: #e3292b;
	z-index: -1;
	transition: transform 0.3s;
}
.slider_text a:hover::after {
	transform: scaleY(1);
}
h1.main_heading {
	margin: 0 0;
	color: #0050a9;
	padding: 0 0;
	text-transform: uppercase;
	font-weight: 600;
}
h3.sub_heading {
	margin: 0 0 15px;
	font-size: 22px;
	color: #959595;
	text-transform: uppercase;
	padding: 0 0 5px;
	font-weight: 100;
	border-bottom: 1px solid #959595;
	display: inline-block;
}
.section1 {
	text-align: center;
	background: #f8f8f8;
	padding: 50px 0px;
}
.section1 p {
	font-size: 18px;
	color: #494949;
	padding: 25px 0 0;
	font-weight: 100;
	margin: 0 0;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.services {
	padding: 75px 0;
	text-align: center;
}
.services h2 {
	margin: 0 0 35px;
	color: #FFF;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 19px;
	background: #0050a9;
}
.services h1 {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #959595;
	margin: 0 0 60px;
	display: inline-block;
}
.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(6, 6, 6, 0.65);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.service_point:hover .overlay {
	bottom: 0;
	height: 100%;
}
.service_point {
	position: relative;
}
.text {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.brands {
	text-align: center;
	background: #f8f8f8;
	padding: 30px 0px;
	margin: 50px 0;
}
.feature {
	padding: 70px 0 85px 0;
}
.feature h3 {
	margin: 0 0 15px;
	font-size: 22px;
	color: #959595;
	text-transform: uppercase;
	padding: 5px 160px 8px 0;
	font-weight: 100;
	border-bottom: 1px solid #bfbebe;
	display: inline-block;
}
.feature h1 {
	font-weight: 300;
	margin: 0 0 0;
	color: #0050a9;
	padding: 0 0;
	text-transform: uppercase;
}
.feature p {
	font-size: 18px;
	color: #888888;
	padding: 30px 15px 0 0;
	font-weight: 100;
	margin: 0 0;
	text-align: justify;
}
footer {
	background: #313133;
	padding: 0 0;
}
.copyright {
	text-align: center;
	border-top: 1px solid #6f6f6f;
	padding: 30px 0;
}
.footer_top {
	padding: 60px 0;
	color: #FFF
}
.copyright p {
	margin: 0;
 pad;
	color: #f5f5f5;
	font-size: 12px;
}
.footer_top h3 {
	margin: 0 0 0px;
	color: #0050a9;
	padding: 0 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.footer_top p {
	font-size: 14px;
	font-weight: 300;
	margin: 9px 0 10px;
}
.footer_top ul li {
	border-bottom: 1px solid #5d5d5d;
	margin: 0 0 0;
	position: relative
}
.footer_top ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 12px 0 5px 0;
	display: block;
}
.footer_top ul li a:hover {
	color: #0050a9;
	padding: 12px 0 5px 5px;
}
li.adress:after {
	content: "";
	background: url(img/sprite.png) no-repeat -0px 0px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 999999;
}
li.phne:after {
	content: "";
	background: url(img/sprite.png) no-repeat 0 -20px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 0;
}
li.emal:after {
	content: "";
	background: url(img/sprite.png) no-repeat 0 -37px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 0;
}
ul.confooter li {
	border: none;
	padding: 0 0 0 30px;
}
ul.confooter {
	padding: 15px 0 0;
}
.contact_sec {
	background: #fff;
}
.inputfield {
	width: 100%;
	padding: 8px
}
.contact_field2 {
	padding: 15px 5px;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 5%;
	background: #e9e9e9
}
.contact_field2 span {
	color: #000
}
.con_field {
	margin-bottom: 2%;
	width: 48%;
	margin-right: 2%;
	float: left
}
.con_field23 {
	width: 98%
}
.contact_sec h1 {
	margin: 10px 0 45px;
}
.product_catalog {
	padding: 50px 0;
}
.product_catalog h1 {
	text-align: center;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	margin: 0 0 50px;
}
.feature img {
	max-width: 49%;
	width: auto;
	padding: 9px;
}
.whit {
	background: #fff !important
}
.q_c {
	padding: 50px 0;
	background: #eee;
}
.q_c img {
	width: 100%;
	border: 12px solid #003269;
	box-shadow: 0px 3px 20px #000;
}
.q_c p {
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 15px;
}
.q_c p span {
	font-weight: 800;
	color: #003a7b;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px 0 0;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.logo {
	padding: 10px 0;
}
figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	z-index: 99;
}
figure:hover img {
	opacity: 0.5
}
/* tables */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 18px;
	vertical-align: middle;
	border: 1px solid #ddd;
}
thead {
	background: rgba(213, 28, 20, 0.75);
	color: #fff;
}
table {
	background-color: rgba(60, 45, 45, 0.05);
	box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.36);
}
h4.table_heading {
	text-align: center;
	font-weight: 800;
	padding: 15px 0;
	margin: 0 0 1px 0;
	text-transform: uppercase;
	background: #0050a9;
	color: #fff;
}
.slider_text p {
	color: #fff;
	margin: 12px 0 0;
}
.slider_text img {
	max-width: 100%;
	width: auto;
}
.contact_sec .footer_top {
	padding: 0;
	text-align: left;
	color: #333;
}
.contact_sec .footer_top a {
	color: #000;
	font-weight: 500;
}
li.mbile:after {
	content: "";
	background: url(img/sprite.png) no-repeat 0 -55px;
	width: 18px;
	height: 26px;
	position: absolute;
	top: 7px;
	left: 0;
}
li.whtsap:after {
	content: "";
	background: url(img/sprite.png) no-repeat 0 -81px;
	width: 25px;
	height: 26px;
	position: absolute;
	top: 11px;
	left: 0;
}