@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css')
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
span{
	color:#337ab7;
}
img{
	/* width:100%; */
	filter:brightness(100%);
}
img:hover{
	filter:brightness(90%);
}
h1,h2,h3,h4,h5,h6{}
h1{
	font-size:34px;
	padding:20px 0px;
	position:relative;
}
h1:after{
	content:"";
	position:absolute;
	width:50px;
	height:5px;
	bottom:5px;
	left:0px;
	border:solid 1px;
}
h2{
	font-size:30px;
	padding:20px 0px;
	position:relative;
}
h2:after{
	content:"";
	position:absolute;
	width:50px;
	height:5px;
	bottom:5px;
	left:0px;
	border:solid 1px;
}
h3{
	font-size:26px;
	padding:20px 0px;
	position:relative;
}
h3:after{
	content:"";
	position:absolute;
	width:50px;
	height:5px;
	bottom:5px;
	left:0px;
	border:solid 1px;
}
h4{
	font-size:22px;
	padding:10px 0px;
}
h5{
	font-size:18px;
	padding:20px 0px;
}
h6{
	font-size:14px;
	padding:10px 0px;
}
section{
	padding:40px 0px;
	width:100%;
	
}
body {
	line-height: 1;
	/* background:url(../images/bg_1.png) fixed; */
	/* background-size:cover; */
	color:#555;
	background:#fff;
	position:relative;
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	
	margin:0;
	padding:0;
}
.clear,.clear-fix{
	clear:both;
}
.page-width{
	max-width:100%;
	margin:0px auto;
	width:960px;
}
p{
	font-family:'roboto'sans-serif;
	color:#555;
	font-size:14px;
	line-height:150%;
}
header{
	width:100%;
	background-color:#333;
}
.logo{
	float:left;
	padding:15px 0px;
}
.logo img{
	width:100%;
}
.right-side{
	float:right;
}
.right-side ul{
	
}
.right-side ul li{
	float:left;
	position:relative;
}
.right-side ul li a{
	display:block;
	padding:40px 20px; 
	font-size:16px;
	color:#555;
	position:relative;
}
.right-side ul li.active a::after{
	content:"";
	position:absolute;
	width:20px;
	height:2px;
	font-weight:bold;
	background:#000;
	bottom:30px;
	left:21px;
	transition:0.3s ease-in-out;
}
.right-side ul li a:after{
	position:absolute;
	content:"";
	width:0px;
	height:2px;
	background:#000;
	bottom:30px;
	left:21px;
	transition:0.3s ease-in-out;
}
.right-side ul li a:hover:after{
	width:30px;
	transition:0.3s ease-in-out;
}
.right-side ul li a:hover{
	text-decoration:none;
	font-weight:bold;
}
.banner{
	width:100%;
}
.intro p{
	font-family:'roboto'sans-serif;
	color:#555;
	margin:5px 0;
	font-size:14px;
	line-height:140%;
}
.intro img{
	width:100%;
	filter:brightness(100%);
	padding-top: 28px;

}
.intro img:hover{
	filter:brightness(80%);
}
.bg_1{
	background:#f5f5f5;
	
}
#bg{
	     background: #f5f5f5; 
		/* background:url(../images/about-banner.png); */
		height:auto;
}
.bg{
	background:url(../images/bg_1.png) fixed;
	background-size:cover;
	position:relative;
}
.overlay{
	content:"";
	position:absolute;
	background:#8c6b6b;
	top:0;
	width:100%;
	height:100%;
	opacity:.2;
}
.m-20{
	margin:20px 0;
}
.padding{
	padding:10px 0;
}
.testimonials p{
	margin:10px 0;
}
.offering {
	text-align:center;
}
.copyrights a  {
	font-size:10px;
	padding:0 0px;
}
.footer{
	background:url(../images/footer-bg.jpg) ;
	background-size:cover;
	padding:20px 0;
}
.footer p,.footer a{
	color:#fff;
}
.about{
	overflow:hidden;
}
.about img{
transition:0.5s ease-in-out;
margin-top:25px;
}
.about img:hover{
	transform:scale(1.5);
	transition:0.5s ease-in-out;	
}
.about-banner img{
	width:100%;
	opacity:0.6;
}
/* animation{ */
	/* white-space: nowrap; */
	/* animation: type 4s steps(60, end);  */
/* } */
/* @keyframes type{  */
  /* from { width: 0; }  */
/* }  */
/* span_1{ */
  /* animation: blink 1s infinite; */
/* } */
/* @keyframes blink{ */
  /* to{opacity: .0;} */
/* } */
/* Responsivr */

.contact ul li{
	padding:5px 0;
}
.Partners{
	width:100%;
}
.Partners ul{
	list-style:none;
}
.Partners ul li{
	float:left;
	width:23.9%;
	margin:5px 5px;
}
.Partners ul li img{
	width:100%;
}
.products img{
	width:100%;
}
.products p{
	/* color:#337ab7; */
	/* font-weight:400; */
	/* text-align:left; */
	/* line-height:180%; */
	/* font-size:15px; */
	/* text-shadow:0.5px 1.3px 0.6px #337ab7; */
	/* word-spacing:4px; */
	/* letter-spacing:.6px; */
}
	/* back-to-top */
.footer ul{
	list-style:none;
}
.footer ul li{
	
}	
.footer ul li a{
	padding:5px 0px;
	font-size:14px;
	color:#7e848c;
	display:block;
	transition:0.4s ease-in-out;
	text-decoration:none;

}
.footer ul li a:hover{
	color:#fff;
	margin-left:10px;
	transition:0.3s ease-in-out;
}
.footer p,.footer p a{
	color:#7e848c;
}

.contact  ul li{
	padding:2px 0px 0px 0px;
	color:#7e848c;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
	/* contact-form */
	
.contact-form{
	padding:20px 0px 10px;
}
.fieldset{
	
}
.fieldset label{
	padding-bottom:5px;
	overflow:hidden;
	font-size:14px;
	color:#333;
	font-weight:400;
}
.fieldset input{
	width:100%;
	padding:5px 5px 5px 10px;
	height:40px;
	border: 1px solid #e5e5e5;
	outline:none;
}
.fieldset ul li span{
	color:red;
}
.fieldset ul{
	list-style:none;
}
.fieldset ul li{
	float:left;
	margin:0 2% 15px 0;
	width:48%;
		
}
textarea{
	width:100%;
	padding:5px 5px 5px 5px;
	border:1px solid #e5e5e5;
}
@media (max-width: 991px){
	.page-width{
		width:auto;
		padding:0 10px;
	}
	.fieldset ul li{
		float:none;
		width:100%;
	}
}