@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700,700i|Play:400,700');

body {
	background-image: url(../images/greyzz.png);
}

.mb-2, .mb-3, .mb-4, .mb-5, .mb-6, .mb-7, .mb-8, .mb-9, .mb-10, .others, .mb0 {
	padding: 38px 0px;
	width: 100%;
}
.banner-area
{
	min-height:650px;
}
.mb0 {
	display: none;
}
.others {
	padding: 100px 0px;
	display: block;
	margin: 0 auto;
	width: auto;
}
 .show_hide-wrap{
	display: none;
}
.car-img-box {
	width: 330px;
	float: left;
	height: 300px;
	background-color: #ffffff;
	margin-left: 20px;
	text-align: center;
	border: solid 1px #75c043;
	border-radius: 2px;
}
.car-img-box img {
	max-width: 100%;
}
.bg-audi {
	background-image: url(../images/fleet/audi/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-bmw {
	background-image: url(../images/fleet/bmw/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-cheverolet {
	background-image: url(../images/fleet/cheverolet/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-ford {
	background-image: url(../images/fleet/ford/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-gmc {
	background-image: url(../images/fleet/gmc/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-honda {
	background-image: url(../images/fleet/honda/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-hyundai {
	background-image: url(../images/fleet/hyundai/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-infinity {
	background-image: url(../images/fleet/infinity/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-kia {
	background-image: url(../images/fleet/kia/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-lexus {
	background-image: url(../images/fleet/lexus/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-mazda {
	background-image: url(../images/fleet/mazda/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-m-benz {
	background-image: url(../images/fleet/m-benz/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-mitsubishi {
	background-image: url(../images/fleet/mitsubishi/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-nissan {
	background-image: url(../images/fleet/nissan/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-renault {
	background-image: url(../images/fleet/renault/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-skoda {
	background-image: url(../images/fleet/skoda/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-toyota {
	background-image: url(../images/fleet/toyota/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-volkswagen {
	background-image: url(../images/fleet/volkswagen/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-suzuki {
	background-image: url(../images/fleet/suzuki/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-chery {
	background-image: url(../images/fleet/chery/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bk-img-box {
	width: 420px;
	float: left;
}

.chckbox {
	width: 100%;
}

.showMe {
	display: none;
}

.chckbox input {
	width: initial !important;
	margin: 2px 0px !important;
}

.pop-hed {
	padding-left: 35px;
	margin-bottom: 20px;
	text-align: left;
}

.pop-hed h2 {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.pop-hed p {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #767676;
	font-weight: bold;
}

.w100 {
	width: 100% !important;
}

.w50 {
	width: 49% !important;
	margin-bottom: 7px;
}

.fa-map-marker {
	width: 15px;
}
/****** pop up ************/
.options , .images{
	display: none;
	opacity: 0;
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
	text-align: center;
	padding: 20px 0px !important;
	max-width: 60em !important;
	left: 0;
	right: 0;
	top: 20%;
	margin: auto;
	z-index: 9999999;
	position: absolute;
}
.cover {
	display: none;
}
.cover .layer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 999999;
}
.well input , .well textarea{
	border-radius: 2px;
	padding: 12px;
	margin: 2px 30px !important;
	width: 86% !important;
	border: solid 1px #75c043;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.well textarea {
	height: 100px !important;
}
.well select {
	border-radius: 2px;
	border: solid 1px #ddd;
	padding: 12px;
	margin: 2px 30px !important;
	width: 100%;
	border: solid 1px #75c043;
	width: 86% !important;
}

.well button , .well input[type="submit"]{
	border-radius: 4px;
	border: solid 1px #91278d;
	padding: 12px;
	margin: 2px 30px !important;
	background-color: #91278d;'color:#ffffff;
	font-weight: bold;
	color: #ffffff;
}
.well .field-wrap {
	margin-bottom: 0px;
}
pre.prettyprint {
	padding: 9px 14px;
}
.fulltable {
	max-width: 100%;
	overflow: auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.lineheight {
	line-height: 3em;
}
.pagetop {

	background-color: #333;
	background-attachment: fixed;
	color: #fff;
}
.page-header {
	border-bottom: none;
}
.initialism {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

.initialism h1 {
	display: block;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-transform: none !important;
	letter-spacing: 0px;
	padding: 4px !important;
}

.imgpadbtm2 .col-md-3 img {

	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	margin-bottom: 0px !important;
}

/****** pop up ***********/

.social-media {
	float: right;
	margin: 0px 0px 0px 10px;
}

.social-media .fa-stack-2x {
	font-size: 1.5em !important;
	top: -8px;
	color: #1f1f1f !important;
}

.fa-stack {
	width: 1.4em !important;
	height: .6em !important;
}

.social-media .fa-stack-1x {
	font-size: 0.7em !important;
	top: -12px !important;
	color: #cccccc !important;
}

.list-btn ul {
	margin: 0px 0px 60px 0px !important;
	padding: 0px !important;
	display: block !important;
	width: 100% !important;
}

.list-btn li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

.list-btn li {
	margin: 0px;
	padding: 7.3px;
	display: block;
	border: solid 1px #ffffff;
	color: #000;
	margin: 0px -1px;
	font-size: 12px;
}

.list-btn li a:hover {
	background-color: #73be3e;
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #90278f;
}

.top-area {
	background-color: rgba(0, 0, 0, 0.5);
	padding-right: 100px;
	position: absolute;
	z-index: 1000000;
	width: 100%;
	padding-top: 4px;
}

.h-abt-blk {
	background-color: #303030;
	padding: 40px 0px;
}

.h-abt-blk p, .h-abt-blk h2, .h-abt-blk h1, .h-abt-blk a {
	color: #fff !important;
}

.h-abt-img {
	/*margin:30px 0px;*/
}

.h-abt-img img {
	padding-bottom: 10px;
	width: 100%;
	/*border-radius:100%;*/
}

.h-abt-img h1 {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
	line-height: 24px;
}

.h-abt-img p {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
	line-height: 24px;
}

.top-area p {
	float: right;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
}

.bl-cl {
	background-color: #90278f;
	padding: 2px;
}

.mg-pro {
	width: 250px;
	height: 60px;
	margin: 0 auto;
}

.mg-pro img {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	float: left;
	margin-right: 10px !important;
}

.mg-pro p {
	text-align: left !important;
	margin: 0px !important;
	padding-top: 10px !important;
}

.mg-pro h1 {
	text-align: left !important;
}

.menuarea {
	position: absolute;
	z-index: 10000;
	left: 0;
	right: 0;
	top: 40px;
}

.menu ul li a {
	font-family: 'Play', sans-serif;
	padding: 0px 9px !important;
}

.menuarea .col-md-10 {
	margin: 0px;
	padding: 0px;
}

.menuarea .col-md-2 {
	margin: 0px;
	padding: 0px;
}

.menuarea .logo {
	background-color: #fff;
	padding: 14px 6px;
	border-radius: 4px 0px 0px 4px;
	text-align: center;
}

.menuarea .logo img {
	width: 100%;
}

.menuarea .menu {
	background-color: #90278f;
	padding: 28px 15px;
	border-radius: 4px;
}

.bnr-btm-area {
	margin: -47px 0px 60px 0px;
	z-index: 10000000;
	position: relative;
}

.bba {
	background-color: #73ce34;
	border: solid 1px #2cb014;
}

.bnr-bx {
	border-left: solid 1px #2cb014;
	border-right: solid 1px #75ea2a;
	width: 100%;
}

.bba .col-md-4 {
	margin: 0px;
	padding: 0px;
}

.bba a {
	color: #fff !important;
	text-decoration: none !important;
}

.bba a i {
	float: left;
	display: block;
	width: 80px;
	text-align: center;
}

.bba .row {
	margin: 0px !important;
	padding: 0px !important;
}

.bnr-bx {
	padding: 25px 20px;
	margin: 0px;
}

.bnr-bx i {
	font-size: 50px;
}

.bnr-bx h2 {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.bnr-bx p {
	font-family: 'Play', sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.m-hdings img {
	width: auto !important;
}

.m-hdings h2 {
	font-family: 'Play', sans-serif;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: bold;
}

.m-hdings p {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #73ce34;
	font-weight: bold;
}

.carea p {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	line-height: 24px;
	text-align:justify;
}

.carea h2, .widget-title{
	font-family: 'Play', sans-serif;
	font-size: 24px;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	line-height: 24px;
	line-height: 20px;
}
.widget-title:after {
	content: "";
	display: block;
	height: 5px;
	width: 108px;
	background: url('../images/hd-line.png') no-repeat scroll 0 0;
	margin: 5px 0 0;
}
.widget-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.carea h1 {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	margin: 0px 0px;
	padding: 10px 0px 20px 0px;
	color: #000000;
	line-height: 24px;
	line-height: 20px;
}

.galry h1 {

	font-family: 'Play', sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
}

.tab_content {
	padding: 30px 0px !important;
}

.galry img {
	width: 100%;
	margin-bottom: 10px;
}

.spc1 {
	width: 100%;
	height: 20px;
}

.spc2 {
	width: 100%;
	height: 19px;
}

.spc3 {
	width: 100%;
	height: 10px;
}

.h-greent {

	background-image: url(../images/cover.jpg);
	height: 400px;
	background-attachment: fixed;
	margin: 80px 0px;
}

.pgs {
	width: 100%;
	margin: 0px 0px;
}

.cls {
	clear: both;
}

.pgs img {
	width: 60px;
	float: left;
	margin-right: 20px;
}

.pgs h1 {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}

.pgs p {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #9d9d9d;
	font-weight: bold;
}

.pck-glry-b h1 {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}

.pck-glry-b p {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #9d9d9d;
	font-weight: bold;
}

.greeting {
	background-image: url(../images/com.png);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	padding: 40px 0px 42px 0px;
}

.h-greent .col-md-12 {
	background-image: url(../images/col.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.greeting h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}

.greeting h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: #73ce34;
	line-height: 24px;
	text-align: center;
}

.greeting p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}

.readmore {
	background-image: url(../images/readmore.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #000;
	font-family: 'Play', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}

.footer-area {
	background-color: #191919;
	padding: 40px 0px 20px;
	margin-top: 60px;
}

.btm-ftr {
	background-color: #000000 !important;
	padding: 6px 0px;
}

.bfm p {
	font-family: 'Play', sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.footer h2 {
	color: #d6d6d6 !important;
}
.footer ul {
	list-style: none;
	text-transform: uppercase;
}
.footer p, .footer a {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	margin: 0px 0px;
	padding: 0px;
	color: #d6d6d6;
	line-height: 24px;
}
.col-md-8 .m-hdings {
	margin-left: 0px !important;
}

.inner-carea .m-hdings {
	margin-left: 18px;
}

.c-frm input {
	border: solid 1px #CCC;
	background-color: #ffffff;
	padding: 12px;
	border-radius: 6px;
	margin: 5px 0px;
	width: 100%;
}

.c-frm textarea {
	border: solid 1px #CCC;
	background-color: #ffffff;
	padding: 12px;
	border-radius: 6px;
	margin: 5px 0px;
	width: 100%;
}

.footer input {
	border: solid 1px #393939;
	background-color: #191919;
	border-radius: 4px;
	padding: 8px 6px;
	color: #ffffff;
}

.footer textarea {
	border: solid 1px #393939;
	background-color: #191919;
	border-radius: 4px;
	padding: 8px 6px;
	width: 100%;
	margin: 10px 0px;
	color: #ffffff;
}

.c-frm button, .footer button {
	background-color: #73ce34;
	padding: 6px 20px;
	font-size: 16px;
	border: none;
	font-family: 'Play', sans-serif;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

.inner-carea {
	/*position:absolute;

	 left:0;
	 right:0;
	 margin:0 auto;	*/
	margin-top: 100px;
	margin-bottom: -40px;
	z-index: 1000;
	position: relative;
}

.imgpadbtm .col-md-3 img {
	padding-top: 40px !important;
}

.imgpadbtm .col-md-3 {
	min-height: 400px;
}

.imgpadbtm1 .col-md-3 img {
	padding-top: 40px !important;
}

.imgpadbtm1 .col-md-3 {
	min-height: 300px;
}

.imgpadbtm2 .col-md-3 {
	min-height: 180px;
}

.ic-box {
	border-radius: 4px;
	background-color: #ffffff;
	padding: 60px 30px;
}

.career input, .career select, .career textarea {
	border: solid 1px #CCC;
	background-color: #ffffff;
	padding: 12px;
	border-radius: 6px;
	margin: 5px 0px;
}
.career select {
	width: 100% !important;
}
.career .upld {
	border: none;
	background-color: #90278f;
	padding: 12px;
	border-radius: 0px 6px 6px 0px;
	margin: 5px 0px;
	color: #fff;
	font-weight: bold;
	margin-left: -12px;
}

.submitnow , input.submitnow{
	border: none;
	background-color: #75c043;
	padding: 12px 26px;
	border-radius: 6px;
	margin: 5px 0px;
	color: #fff;
	font-weight: bold;
}

.w60 {
	width: 60.5%;
}

.w90 {
	width: 91%;
}

.w30 {
	width: 30%;
}

.whn, .whr {
	width: 100%;
}
.ninja-forms-required-items {
	display: none;
}
.submit-wrap {
	margin-bottom: 0 !important;
}
.whr p, .whn p {
	clear: both;
	background-color: #ebebeb;
	border: solid 1px #6cd526;
	padding: 5px 0px 5px 5px !important;
	margin-top: 10px;
	border-radius: 6px;
}

.whr input {
	float: left;
}

.whr input {
	background-color: #ebebeb;
	border-left: solid 1px #6cd526;
	border-bottom: solid 1px #6cd526;
	border-right: solid 1px #6cd526;
	border-top: solid 1px #6cd526;
	padding: 12px;
	border-radius: 6px 6px 6px 6px;
	margin-left: -2px;
	width: 75%;
	color: #616161;
}

.whr select {
	background-color: #ebebeb;
	border-left: solid 1px #6cd526;
	border-bottom: solid 1px #6cd526;
	border-right: solid 1px #6cd526;
	border-top: solid 1px #6cd526;
	padding: 12px 12px 10px 12px;
	border-radius: 6px 6px 6px 6px;
	margin-left: -2px;
	width: 100% !important;
	color: #616161;
}

.w35 {
	width: 41% !important;
	margin-right: 8px;
}

.whnselect {
	background-color: #ebebeb;
	border-left: none !important;
	border-bottom: solid 1px #6cd526;
	border-right: solid 1px #6cd526;
	border-top: solid 1px #6cd526;
	padding: 12.5px 12px;
	border-radius: 0px 6px 6px 0px !important;
	margin-left: -2px;
	width: 78% !important;
	color: #9f9f9f;
}

.whr button, .whr input[type="submit"] {
	background-color: #90278f;
	border: solid 4px #771476;
	padding: 8px 24px;
	border-radius: 6px;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	margin-top: 6px;
}

.whn input {
	background-color: #ebebeb;
	border-left: solid 1px #6cd526;
	border-bottom: solid 1px #6cd526;
	border-right: solid 1px #6cd526;
	border-top: solid 1px #6cd526;
	padding: 13.5px 12px;
	border-radius: 6px;
	width: 40%;
	margin-top: 6px;
	color: #9f9f9f;
}

.bnr-fc-area {
	width: 400px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	border: solid 1px #ffffff;
	top: 160px;
	z-index: 100;
	left: 6%;
	padding: 20px;
	border-radius: 6px;
}

.bnr-fc-area-cont {
	width: 1200px;
	position: absolute;
	height: 600px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.pgs h1:hover {
	text-decoration: none !important;
}
.career .field-wrap {
	display: inline-block;
	width: 30%;
	position: relative;
}
.career .ninja-forms-field-error {
	position: absolute;
	left: 0;
	bottom: 0;
	color: red;
}
.career .textarea-wrap {
	width: 60%;
}
.career .submit-wrap  {
	width: 100%;
}
.career .ninja-forms-field-error p {
	color: red;
	font-size: 12px;
}
.career .fullwidth-wrap {
	width: 91%;
}
.career .threeyards-wrap {
	width: 60.5%;
}
.c-frm .field-wrap, .footer .field-wrap{
	margin-bottom: 3px;
}
.c-frm .textarea-wrap textarea , .footer .textarea-wrap textarea {
	height: 80px;
	margin: 3px 0;
}
.footer .half-wrap {
	width: 49.4%;
	display: inline-block;
}
@media screen and (max-width: 1001px) and (min-width: 600px) {
}

@media screen and (max-width: 1000px) and (min-width: 600px) {

	.top-area {
		padding-right: 0px;
	}
	.menuarea .logo img {
		width: 60%;
	}
	.menuarea .menu {
		padding: 10px 15px;
	}
	.m-hdings {
		margin-top: 30px;
	}
	.footer {
		padding: 40px;
	}
	.car-img-box {
		width: 33%;
	}
	.car-img-box img {
		width: 100%;
	}
	.bk-img-box {
		width: 64%
	}
	.imgpadbtm2 .col-md-3 {
		width: 50%;
		float: left;
	}
	.car-img-box {
		background-size: 70%;
	}
	.imgpadbtm .col-md-3 {
		width: 50%;
		float: left;
	}
	.bnr-fc-area, .bnr-btm-area {
		margin: 10px 0px 20px 0px;
		z-index: 10000000;
		width: 50%;
		float: left;
		top: 30px;
		left: 0px;
	}
	.whr input, .whr select {
		width: 70%;
	}
	.h-abt {
		clear: both;
	}
	.h-abt .col-md-4 {
		width: 40%;
		float: left;
	}
	.h-abt .col-md-8 {
		width: 100%;
		float: left;
	}
	.h-abt-blk {
		padding: 40px 20px;
	}
	.bnr-fc-area-cont {
		width: 100%;
		position: relative;
		height: 200px;
		padding-top: 40px;
		top: 208px;
	}
	.m-lft {
		float: left;
		padding-right: 6px;
		width: 50%;
	}
	.bnr-fc-area {
		width: 100%;
	}
	.bnr-btm-area {
		display: none;
	}
	.h-abt {
		margin-top: 50px;
	}
}

@media screen and (max-width: 600px) and (min-width: 300px) {
	.social-media {
		width: 17%;
		float: left;
	}
	.top-area {
		padding-right: 0px;
	}
	.top-area p {
		float: left;
	}
	.menuarea {
		top: 93px;
	}
	.bnr-btm-area {
		display: none !important
	}
	.bnr-fc-area {
		width: 100%;
		position: relative;
		left: 0px;
	}
	.whn p {
		width: 70px;
	}
	.whr input, .whr select {
		width: 75%;
	}
	.banner-area {
		top: 190px;
		position: relative;
		height: 240px;
	}
	.h-abt {
		margin-top: 180px;
	}
	.h-abt-img-2 img {
		width: 100%;
	}
	.h-abt-blk {
		padding: 40px 20px;
	}
	.footer {
		padding: 20px;
	}
	.f1 {
		padding-top: 30px;
	}
	.menuarea .logo img {
		width: 60%;
	}
	.menuarea .menu {
		padding: 10px 15px;
	}
	.imgpadbtm .col-md-3 {
		min-height: 300px;
	}
	.imgpadbtm1 .col-md-3 {
		min-height: 200px;
	}
	.bk-img-box, .well {
		width: 90% !important;
	}
	.car-img-box {
		width: 92%;
		margin: 12px;
		height: 100%;
	}
	.w30, .w60, .w90, .career .field-wrap , .career .textarea-wrap {
		width: 100%;
	}
	.wm70 {
		width: 70%;
	}
	.bnr-fc-area-cont {
		width: 100%;
		position: relative;
		height: 300px;
		padding-top: 40px;
	}

}

.field-wrap, #ninja_forms_required_items
{
	margin-bottom:10px !important;
}
