@charset "utf-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	min-width: 320px;
	background: #ffffff;
	font-size: 20px;
	color: #626262;
	font-weight: normal;
	font-family: 'Agra_thin';
}
::-webkit-input-placeholder {
opacity:1
}
:-moz-placeholder {
opacity:1
}
::-moz-placeholder {
opacity:1
}
:-ms-input-placeholder {
opacity:1
}
* {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
ul, ol {
	list-style: none;
}
ul li, ol li {
	list-style: none;
}
img, a {
	border: none;
	outline: none;
}
label a { color: #fff;width: 100%;display: inline-block;}
label a:hover { color: #f0f0f0;}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #626262;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	color: #626262;
	display: block;
	font-size: 48px;
	font-weight: normal;
	padding: 0 0 10px;
	font-family: 'Bihani Regular';
}
h2 {
	color: #626262;
	display: block;
	font-size: 42px;
	font-weight: normal;
	padding: 0 0 10px;
	font-family: 'Bihani Regular';
}
h3 {
	color: #626262;
	display: block;
	font-size: 36px;
	font-weight: normal;
	padding: 0 0 15px;
	font-family: 'Bihani Regular';
}
p {
	display: block;
	line-height: 30px;
	padding: 0 0 20px;
}
.success {
	color: #21a200;
}
.btn {
	background: #b82b00 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fefb01;
	display: inline-block;
	font-family: "AGRA_Bold";
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 35px;
}
.btn:hover {
	background: #830d10;
	color: #fff;
}
.wrapper {
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 80%;
    left: 50%;
    margin-left: -40%;
    bottom: 0px;
    height: 300px;
}
.header {
	display: block;
	position: relative;
	width: 100%;
}
.landing_box {
	display: block;
	position: relative;
	width: 100%;
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.landing_box h3 {
	color: #fff;
	font-size: 48px;
	line-height: 65px;
	padding: 0 0 7%;
}
.cmn_box {
	display: block;
	position: relative;
}
.cmn_box label {
	display: block;
	font-family: "Bihani Regular";
	font-size: 30px;
	padding: 0 0 10px;
    width: 48%;
    float: left;
}
.srch_box {
	background: #fff none repeat scroll 0 0;
	border-radius: 200px;
	display: block;
	height: 78px;
	line-height: 78px;
	margin: 0 auto;
	width: 50%;
	position: relative;
}
.logo {
	display: block;
	margin: 8% auto 10px;
	text-align: center;
	width: 46%;
}
.trans_btn {
	border: 2px solid #b82b00;
	border-radius: 100px;
	color: #8c000b;
	display: inline-block;
	font-family: "AGRA_Bold";
	font-size: 28px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 0 15px;
	padding: 0 35px;
}
/*==================Responsive Css Start Here============================*/

@media only screen and (max-width:950px) {
.cmn_box label {
    width: 100%;
    float: none;
	margin:0px;
 }
}
