/*
Theme Name: Theme Name
Author: Rakesh Yadav
Description: For Theme Name by http://web-designindia.com
Version: 1.0
License: Copyrighted
*/

@import url('https://fonts.googleapis.com/css?family=Paytone+One');
@import url("bootstrap/css/bootstrap.css");

html {
  font-size:16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: 'Paytone One', sans-serif;
  color:#191919;
  background:#fff;
  line-height:normal;
}
.navbar{
	margin-bottom:0;
}
.navbar-default{
	background:#fff; border:none;
}
.navbar-brand{
	height:auto; padding:0 15px;
}
.navbar-nav{
	margin-top:0px; float:none; display:inline-block; margin:30px 0; text-align:center; width:100%;
}
.navbar-default .navbar-nav > li > a{
	border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; padding:8px 20px; font-size:18px; color:#191919; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; border:1px solid #ccc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	border:1px solid #00a8ff; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;
}
.navbar-default .navbar-nav > li > a:hover{
	border:1px solid #00a8ff;
}
.navbar-header{
	display:block; float:none; text-align:center; border-bottom:1px solid #ccc;
}
.navbar-brand{
	margin:40px 0; font-size:100px; display:inline-block; line-height:100px; font-weight:bold; float:none; color:#222 !important;
}
.navbar-nav > li{
	float:none; display:inline-block; margin:10px 30px;
}
.navbar-default .navbar-brand{
	color:#00a8ff !important;
}

/*Apni css iske neeche daal*/
.clear{
	clear:both;	
}
a img{
	border:none;	
}
.padding{
	padding:0px  20px;
}
a{
	text-decoration:none;
}
a:hover{
}
p a:hover{
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6,p{
	color:#191919;
}
h1{
	font-size:50px; margin:20px 0; text-transform:uppercase; color:#666;
}
h2{
	font-size:40px; margin:20px 0;
}
h3{
	font-size:30px; margin:15px 0; color:#00a8ff;
}
h4{
	font-size:24px; margin:10px 0; color:#00a8ff;
}
h5{
	font-size:20px; margin:10px 0;
}
h6{
	font-size:14px; margin:10px 0;
}
p{
	font-size:16px; line-height:28px;
}
hr{
	opacity:0.15; margin:10px 0px;	
}

.form_field{
	margin:10px 0;
}
input, textarea, select{
	padding:12px; border:1px solid #ccc; width:100%;
}
textarea{
	height:200px;
}
input.button{
	width:auto; background:#00a8ff; color:#fff; padding:12px 40px; border:1px solid #00a8ff;
}
input.button:hover{
	background:#fff; color:#00a8ff;
}

.message{
	margin:100px 0;
}
.center_align{
	text-align:center;
}
.narrow{
	margin-left:60px; margin-right:60px;
}

.serv_section{
	margin:90px 0 40px 0;
}
.serv_section img, .border{
	margin:10px 5px; display:inline-block; border:1px solid #eee;
}

.footer{
	text-transform:uppercase; margin:50px 0;
}
.content ul, .footer ul{
	line-height:28px;
}

/* css3 new hover on and hover off animation sample sof */
.prod_img img{
	width:100%; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;
}
.prod_outer:hover .prod_img img{
	width:110%; margin-left:-5%; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;
}
/* css3 new hover on and hover off animation sample sof */