@charset "utf-8";
/* CSS Document */

html {
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
}
body {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #434a4d;
	font-size: 16px;
	background: #fff;
	padding-top: 140px;
}
body, html {
	width: 100%;
	height: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
em {
	color: #293448;
	font-size: 15px;
	font-weight: 600;
}
.lightH em {
	font-size: 17px;
	color: #036835;
}
a:hover, a:focus, img:hover, img:focus, input:hover, input:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #999999;
}
a:hover, a:focus {
	color: #4e954e;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}
h2 {
	color: #293448;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
blockquote {
	border: 0px none;
	padding: 0 7em;
	margin-bottom: 1.5em;
}
blockquote p {
	margin: 0px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
}
.mrgT-10 {
	margin-top: 10px;
}
.mrgT-5 {
	margin-top: 5px;
}
.mrgT-15 {
	margin-top: 15px;
}
.mrgT-20 {
	margin-top: 20px;
}
.mrgT-25 {
	margin-top: 25px;
}
.mrgT-30 {
	margin-top: 30px;
}
.mrgT-35 {
	margin-top: 35px;
}
.mrgT-40 {
	margin-top: 40px;
}
.mrgB-10 {
	margin-bottom: 10px;
}
.mrgB-5 {
	margin-bottom: 5px;
}
.mrgB-15 {
	margin-bottom: 15px;
}
.mrgB-20 {
	margin-bottom: 20px;
}
.mrgB-25 {
	margin-bottom: 25px;
}
.mrgB-30 {
	margin-bottom: 30px;
}
.mrgB-35 {
	margin-bottom: 35px;
}
.mrgB-40 {
	margin-bottom: 40px;
}
.pd-0 {
	padding: 0px;
}
.pdT-10 {
	padding-top: 10px;
}
.pdT-5 {
	padding-top: 5px;
}
.pdT-15 {
	padding-top: 15px;
}
.pdT-20 {
	padding-top: 20px;
}
.pdT-25 {
	padding-top: 25px;
}
.pdT-30 {
	padding-top: 30px;
}
.pdT-35 {
	padding-top: 35px;
}
.pdT-40 {
	padding-top: 40px;
}
.pdB-10 {
	padding-bottom: 10px;
}
.pdB-5 {
	padding-bottom: 5px;
}
.pdB-15 {
	padding-bottom: 15px;
}
.pdB-20 {
	padding-bottom: 20px;
}
.pdB-25 {
	padding-bottom: 25px;
}
.pdB-30 {
	padding-bottom: 30px;
}
.pdB-35 {
	padding-bottom: 35px;
}
.pdB-40 {
	padding-bottom: 40px;
}
.pdB-50 {
	padding-bottom: 50px;
}
h2.title {
	color: #4e954e;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	padding: 7px 0 20px;
	text-transform: capitalize;
	position: relative;
	text-align: left;
}
/*h2.title.text-center{  text-align:center;}

	h2.title.text-center:before{

		transform:translate(-50%, 0px); -webkit-transform:translate(-50%, 0px);

		left:50%;}*/

h2.title:before {
	background-color: #4c4c4c;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 80px;
}
a:hover, a:focus, input:focus, input:hover, button:focus, button:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none !important;
}
.btn.btn-default {
	background-color: #c2c2c2;
	color: #ffffff;
	min-width: 100px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 8px 12px;
	border: 2px solid #c2c2c2;
	width: auto;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-default:hover {
	color: #c2c2c2;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: transparent;
	border: 2px solid #c2c2c2;
}
.form-control:focus, .form-control:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form_section h3 {
	color: #2c3035;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form-control {
	height: 40px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: #ebebeb;
}
textarea.form-control {
	min-height: 190px;
}
.field_minH {
	position: relative;
	min-height: 62px;
}
.textarea_minH {
	position: relative;
	min-height: 205px;
}
 .form-control::-moz-placeholder {
 color:#a9a9a9;
 font-size:13px;
 font-weight:400;
}
 .form-control:-ms-input-placeholder {
 color:#a9a9a9;
 font-size:13px;
 font-weight:400;
}
 .form-control::-webkit-input-placeholder {
 color:#a9a9a9;
 font-size:13px;
 font-weight:400;
}
select.form-control {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn.btn-primary {
	background-color: #006600;
	color: #fff;
	min-width: 100px;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 12px;
	text-transform: capitalize;
	border: 2px solid #006600;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: transparent;
	color: #006600;
	border: 2px solid #006600;
}
.inner_top_banner {
	align-items: center;
	background-size: cover;
	display: flex;
	min-height: 200px;
}
.inner_top_banner h2 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 8px;
}
.breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb li a, .breadcrumb li.active {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb li a:hover {
	color: #4e954e;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1024;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.head_top ul li {
	display: inline-block;
	vertical-align: middle;
}
.sticky_container {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 3px;
	padding-bottom: 6px;
	padding-top: 3px;
}
.head_top.headT_left ul li {
	padding-right: 13px;
}
.head_top.headT_right ul {
	float: right;
}
.social_icon_links ul li:first-child {
	padding-left: 4px;
}
.head_top.headT_right ul li, .foot_social_links ul li, .social_icon_links ul li {
	padding-left: 8px;
}
.head_top.headT_right ul li a, .foot_social_links ul li a, .social_icon_links ul li a {
	color: #646464;
	font-size: 16px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
header.sticky {
	transform: translate(0, -36px);
	-webkit-transform: translate(0, -36px);
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.head_top.headT_right ul li a:hover, .head_top.headT_right ul li a:focus,  .foot_social_links ul li a:hover, .foot_social_links ul li a:focus, .social_icon_links ul li a:focus {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.head_top.headT_right ul li a.facebook_icon:hover, .foot_social_links ul li a.facebook_icon:hover, .social_icon_links ul li a.facebook_icon:hover {
	color: #4867AA;
}
.head_top.headT_right ul li a.twitter_icon:hover, .foot_social_links ul li a.twitter_icon:hover, .social_icon_links ul li a.twitter_icon:hover {
	color: #1DA1F2;
}
.head_top.headT_right ul li a.gplus_icon:hover, .foot_social_links ul li a.gplus_icon:hover, .social_icon_links ul li a.gplus_icon:hover {
	color: #DD4D42;
}
.head_top.headT_right ul li a.linkedin_icon:hover, .foot_social_links ul li a.linkedin_icon:hover, .social_icon_links ul li a.linkedin_icon:hover {
	color: #0077B5;
}
.head_top.headT_right ul li a.skype_icon:hover, .foot_social_links ul li a.skype_icon:hover, .social_icon_links ul li a.skype_icon:hover {
	color: #00ACEC;
}
.head_top.headT_left ul li a {
	color: #666666;
	font-size: 12px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.head_top.headT_left ul li a:hover {
	color: #006600;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.head_right_btn {
	padding: 32px 15px;
}
.navbar-default .navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 12px;
	position: relative;
}
.navbar-default .navbar-nav > li:last-child > a:before {
	content: "";
}
.navbar-default .navbar-nav > li > a {
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
	-moz-transition: ease .5s all;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	border-bottom: 4px solid transparent;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a,  .navbar-default .navbar-nav > li.active > a:focus {
	color: #006600;
	background-color: transparent;
	border-bottom: 4px solid #006600;
}
.no-touch .menu ul li a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
.navbar .navbar-collapse {
	padding: 0px;
}
.navbar.navbar-default {
	background-color: transparent;
	border: 0px none;
}
.nav-toggle {
	position: fixed;
	top: 30px;
	right: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
	transition: all .4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
	z-index: 11
}
.nav-toggle span {
	color: #ff0303;
	padding: 5px;
	font-size: 1.875em
}
.no-touch .nav-toggle span:hover {
	color: #ff0303
}
.nav-toggle span.fa-times {
	color: #fff
}
.nav-toggle span.fa-times:hover {
	color: #fff
}
.nav-toggle.show-nav {
	top: 12px;
	right: 12px
}
.navbar.navbar-default {
	float: right;
}
header .nav-toggle, header .logo, header .logo img {
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
}
.logo {
	display: inline-block;
	padding: 7px 0 0;
}
.logo pre {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #000000;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 700;
	height: auto;
	line-height: 14px;
	margin: 0;
	overflow: hidden;
	padding: 12px 0 0 12px;
}
.logo a {
	display: block;
	float: left;
	width: 100%;
}
.btn.btn-primary.booking_btn {
	border: 0 none;
	border-radius: 0 6px 6px 0;
	float: right;
	margin: 10px 0;
	padding: 20px 35px;
	position: relative;
}
.btn.btn-primary.booking_btn:before {
	border-bottom: 60px solid transparent;
	border-left: 15px solid #fff;
	border-top: 0 solid transparent;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
header.sticky .sticky_container {
	margin-top: 0px;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
header {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
.navbar.navbar-default {
	margin-bottom: 0px;
	min-height: inherit;
}
.home_page_banner .banner_img {
	position: relative;
	min-height: 560px;
}
.home_page_banner .banner_img .inner_banner_text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.inner_banner_text p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
}
.inner_banner_text .btn.btn-primary {
	background-color: #338533;
	border-color: #338533;
	border-radius: 30px;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
	min-width: 170px;
	text-transform: uppercase;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.inner_banner_text .btn.btn-primary:hover, .inner_banner_text .btn.btn-primary:focus {
	background-color: transparent;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.inner_banner_text p strong {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 800;
}
.inner_banner_text h2 {
	color: #02f278;
	font-size: 55px;
	font-weight: 600;
}
.inner_banner_text .check_content {
	color: #fcff00;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}
.inner_banner_text .check_content .check_icon {
	background-image: url("../images/check_icon.png");
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	height: 32px;
	vertical-align: sub;
	width: 43px;
}
.swiper-slide .container .inner_banner_text {
	margin-top: -60px;
	position: absolute;
	top: 50%;
}
.swiper-slide {
	position: relative;
}
.inner_banner_form .container {
	position: relative;
}
.inner_banner_form .container .search_form {
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: -32em;
	width: 300px;
	z-index: 11;
}
.search_form h3 {
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.search_form ul {
	text-align: center;
}
.search_form ul li {
	display: inline-block;
	padding: 12px 0;
}
.search_form ul li input {
	margin-right: 5px;
	margin-top: 0px;
}
.inner_banner_form .container .search_form .btn.btn-primary {
	margin-top: 20px;
	width: 100%;
}
.inner_banner_form .container .search_form .btn i {
	font-weight: 300;
}
.inner_banner_form select.form-control {
	border-radius: 0px;
	border-bottom: 1px solid #b6b6b6;
	border-top: 0px none;
	border-left: 0px none;
	box-shadow: none;
	border-right: 0px none;
}
.inner_banner_form .select_boxes_list {
	border: 1px solid #b6b6b6;
	border-radius: 4px;
	overflow: hidden;
}
.search_form .btn-group.btn-group-vertical {
	width: 100%;
}
.banner_bottom_list {
	background-color: #979997;
}
.banner_bottom_list marquee {
	color: #ffffff;
	padding: 9px 0;
	margin: 0px;
}
.breaking_news {
	line-height: 16px;
	padding: 11px 15px;
	background-color: #338533;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
label.btn span {
	font-size: 16px;
	line-height: 15px;
	margin-left: 4px;
}
label input[type="radio"] ~ i.fa.fa-circle-o {
	color: #d4d4d4;
	display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
	color: #878585;
	display: inline;
}
label:hover input[type="radio"] ~ i.fa {
	color: #d4d4d4;
}
label input[type="radio"]:checked ~ span {
	color: #232323;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
	color: #7f7f7f;
	display: inline;
	vertical-align: middle;
}
label input[type="checkbox"] ~ i.fa.fa-check-square {
	display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
	display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square {
	color: #01a753;
	display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #01a753;
}
.fa.fa-2x {
	font-size: 16px;
}
.nav_divider div[data-toggle="buttons"] label.active, .nav_divider div[data-toggle="buttons"] label:hover {
	color: #7f7f7f
}
div[data-toggle="buttons"] label.active {
	color: #01a753;
}
div[data-toggle="buttons"] .radio_type_btn label.active {
	color: #fff;
}
.radio_list li:first-child .btn {
	padding-left: 0px;
}
.radio_type_btn {
	margin: 0px;
}
.radio_type_btn li {
	padding: 0 9px 0 0;
}
.radio_type_btn li:last-child {
	padding: 0px;
}
.radio_type_btn .btn {
	padding: 8px;
	color: #fff;
	background-color: #4e954e;
}
.radio_type_btn .btn i {
	margin-right: 3px;
}
.radio_type_btn label.btn span {
	font-size: 14px;
}
.radio_type_btn .fa.fa-2x {
	font-size: 14px;
}
.radio_type_btn label input[type="radio"] ~ i.fa.fa-circle-o, .radio_type_btn label input[type="radio"]:checked ~ span,  .radio_type_btn label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o, div[data-toggle="buttons"] .radio_type_btn label:hover {
	color: #fff;
}
[data-toggle="buttons"] .btn input[type="radio"], [data-toggle="buttons"] .btn input[type="checkbox"], .btn input[type="checkbox"] {
	display: none;
}
div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid  #c8c8c8;
	border-radius: 3px;
	color: #7f7f7f;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
div[data-toggle="buttons"] label:hover {
	color: #232323;
	-webkit-box-shadow: none;
	box-shadow: none;
}
ul[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.banner_swiper.swiper-container .swiper-pagination {
	bottom: 60px;
}
.gallery_box .full_img {
	margin-bottom: 15px;  background-color: #f3f3f3;  
	/* max-height: 285px; overflow:hidden;*/
}

.gallery_box .middle_img_box  a{
	 background-color: #f3f3f3; display:block;
}
.gallery_box .middle_img_box img {
	max-height: 100%; height:auto; min-height:100%;
	max-width: 100%;
	margin: 0px auto;
}
.gallery_box .bottom_img_box a {
	  background-color: #f3f3f3; display:block;
}
.gallery_box .bottom_img_box img {
	max-height:inherit; width:100%;
	max-width: 100%;
	margin: 0px auto;
}
.gallery_box .full_img img {
	max-height:inherit;
	max-width: 100%;
	margin: 0px auto; width:100%; height:auto;
}
.gallery_box .row .col-md-6:first-child {
	padding-right: 7px;
}
.gallery_box .row .col-md-6:last-child {
	padding-left: 7px;
}
.gallery_box .row .col-md-6 {
	margin-bottom: 15px;
}
.job_box h3 {
	color: #202020;
	font-size: 17px;
	font-weight: 700;
}
.job_box ul {
	margin-top: 4px;
	margin-bottom: 15px;
}
.job_box .btn {
	background-color: #4e954e;
	border-color: #4e954e;
	color: #ffffff;
	min-width: 135px;
	padding: 6px 12px;
	text-transform: capitalize;
}
.job_box:last-child {
	margin-bottom: 0px;
}
.job_detail .job_box:last-child {
	margin-bottom: 30px;
}
.job_box {
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 26px;
}
.job_box .btn:hover, .job_box .btn:focus {
	border-color: #4e954e;
	background-color: transparent;
}
.job_box ul li {
	display: inline-block;
	padding-right: 15px;
	font-weight: 300;
	color: #4e954e;
	font-size: 14px;
}
.job_box p {
	font-weight: 300;
	color: #000;
	font-size: 14px;
}
.current_vehicle_box a:hover .caption {
	background-color: #4e954e;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a:hover h3 {
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a:hover p {
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a:hover .caption .read_more_link {
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a:hover .caption .view_com_link {
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a:hover .caption .view_com_link i {
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box .img-thumbnail {
	 height: 216px;
    overflow: hidden;
    text-align: center;
    width: 100%; display:block;
}
.current_vehicle_box .img-thumbnail img {
	    height: auto;
    margin: 0 auto;
    max-height: inherit;
    max-width: 100%;
    min-height: 100%;
    width: 100%; 
}
.current_vehicle_box a h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a p {
	color: #8d8d8d;
	font-size: 15px;
	font-weight: 300;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a .view_com_link {
	margin-top: 10px;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.current_vehicle_box a .fix_date_box {
	background-color: #338533;
	bottom: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	left: 0;
	line-height: 22px;
	padding: 10px 18px;
	position: absolute;
	text-align: center;
}
.current_vehicle_box a .caption {
	min-height: 160px;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-top: 0px none;
	background-color: #ffffff;
	padding: 15px;
}
.current_vehicle_box a .img-thumbnail {
	position: relative;
}
.current_vehicle_box a .month_style {
	font-style: italic;
	line-height: 13px;
	font-size: 12px;
	display: block;
}
.current_vehicle_box a {
	display: block;
}
.current_vehicle_box a .caption .read_more_link {
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.current_vehicle_box a .view_com_link li, .view_com_link li {
	display: inline-block;
	color: #99999;
	font-size: 15px;
	font-weight: 300;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.view_com_link li {
	padding-right: 15px;
}
.current_vehicle_box a .view_com_link li i, .view_com_link li i, .current_vehicle_box a .view_com_link li i {
	color: #539853;
	margin-right: 5px;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.gray_bg {
	background-color: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.swiper-wrapper.min-height370 {
	min-height: 370px;
}
.skyblue_box {
	background-color: #0894d6;
	color: #fff;
	overflow: hidden;
	padding: 15px;
	min-height: 490px;
}
.white_box.innerWB_content {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.white_box.min-H560 {
	min-height: 315px;
	padding-bottom: 40px;
	position: relative;
}
.tileStyle h2.title {
	font-size: 19px;
	margin-bottom: 12px;
	padding: 10px 0;
}
.white_box.innerWB_content p {
	font-size: 16px;
}
.white_box em {
	color: #293448;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 8px;
}
.white_box p {
	color: #6a6a6a;
	font-size: 17px
}
.read_more.btn.btn-primary {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	padding: 10px;
	font-size: 17px;
	border-radius: 0px;
}
.client_logo_swiper .swiper-slide {
	height: 90px;
	border: 1px solid #eeeeee;
	padding: 8px 0;
	text-align: center;
}
.client_logo_swiper .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
}
.swiper-container.client_logo_swiper {
	box-sizing: border-box;
	height: 100%;
	padding: 0 2%;
	width: 100%;
	-webkit-box-sizing: border-box;
}
.client_section {
	background-color: #fff;
}
.client_section .swiper-button-next, .client_section .swiper-button-prev {
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}
.testimonials_swiper .testimonials_content {
	padding-bottom: 25px;
	padding-top: 40px;
}
.sign_up_box p {
	color: #ffffff;
	font-size: 28px;
	line-height: normal;
}
.sign_up_box .btn.btn-default {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #387c34;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	text-transform: uppercase;
	min-width: 180px;
}
.sign_up_box {
	display: flex;
	align-items: center;
	min-height: 490px;
}
.sign_up_box h2.title {
	margin-bottom: 20px;
}
.sign_up_box .btn.btn-default:hover, .sign_up_box .btn.btn-default:focus {
	background-color: transparent;
	color: #fff;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.inner_sign_up_box {
	min-height: 150px;
	vertical-align: middle;
}
.skyblue_box h2.title.text-center, .sign_up_box h2.title {
	color: #fff;
}
.skyblue_box h2.title.text-center:before, .sign_up_box h2.title:before {
	background-color: #fff;
}
.testimonials_swiper .testimonials_content p {
	line-height: 28px;
	color: #fff;
	font-size: 15px;
}
.testimonials_container {
	background-image: url(../images/testimonial_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}
.swiper-wrapper.min-height260 {
	min-height: 260px;
}
.testimonials_swiper .testimonials_content:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 23px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.name_section {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px
}
.name_section strong {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
}
.name_section span {
	display: block;
	color: #8c8c8c;
	font-size: 15px;
}
.testimonials_swiper .img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
}
.testimonials_swiper .img-circle img {
	width: 100%;
}
.latest_feeds_swiper h3 {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}
.latest_feeds_swiper .row {
	margin-bottom: 10px
}
.latest_feeds_swiper p {
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 400;
}
.inner_list_style ul li {
	padding-bottom: 8px;
	padding-left: 30px;
	position: relative;
}
.inner_list_style ul li:before {
	background-image: url("../images/list_style.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 20px;
}
.img-thumbnail {
	padding: 0px;
	border: 0px none;
}
.map_area {
	margin-top: 25px;
}
.latest_news_box .img_box_style {
	 max-height: 250px;
	overflow: hidden; background-color: #f3f3f3;
}

.latest_news_box .img_box_style.img_box_stylein {
	max-height: 164px;
    overflow: hidden;
    background-color: #f3f3f3;
    margin-top: 15px;
}


.latest_news_box .img_box_style img {
	max-height: 100%;
	max-width: 100%;
	margin: 0px auto;
}
.latest_news_box h3 {
	transition: ease all.5s;
	-webkit-transition: ease all.5s;
	color: #000000;
	font-size: 18px;
	margin-top: 5px;
	font-weight: 400;    line-height: 25px;
    height: 54px;
    overflow: hidden;
}
.latest_news_box a:hover h3 {
	color: #4e954e;
	transition: ease all.5s;
	-webkit-transition: ease all.5s;
}
.latest_news_box small {
	margin: 10px 0;
	display: block;
	color: #a3abaf;
	font-size: 17px;
	font-weight: 400;
}
.latest_news_box p {
	color: #585858;
	font-size: 15px;
	line-height: 26px;
}
.business_box h3 {
	transition: ease all.5s;
	-webkit-transition: ease all.5s;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.business_box .col-md-4 {
	height: 125px;
	overflow: hidden;
}
.business_box .col-md-4 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
}
.business_box a:hover h3 {
	color: #4e954e;
	transition: ease all.5s;
	-webkit-transition: ease all.5s;
}
.business_box small {
	color: #a3abaf;
	font-size: 14px;
}
footer.footer {
	margin-top: 25px;
	padding-top: 25px;
	background-color: #f4f4f4;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .footer_content {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-image: url(../images/footer_line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 95%;
}
footer h3 {
	margin-bottom: 30px;
	color: #2c3035;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.contact_info li, .contact_info li a {
	color: #2c3035;
	font-size: 14px;
}
.contact_info li a:hover, .contact_info li a:focus {
	color: #4e954e;
}
.contact_info li {
	padding-bottom: 10px;
}
.contact_info li i {
	color: #4e954e;
	font-size: 14px;
	width: 20px;
}
footer .footer_links li a {
	padding-left: 12px;
	font-size: 14px;
	color: #2c3035;  line-height: 32px;
	position: relative;
}
.menu-footer-two-container .menu.footer_links{ margin-top:-4px;}
footer .footer_links li:hover a:before, footer .footer_links li.active a:before {
	color: #4e954e;
}
footer .footer_links li a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f0da";
	font-family: FontAwesome;
	color: #2c3035;
}
footer .footer_links li a {
	display: block;
	padding-bottom:0px;
	text-transform: capitalize;
}
.footer_latest_news .img-thumbnail {
	height: 50px;
	overflow: hidden;
}
.footer_latest_news .img-thumbnail img {
	max-height: 100%;
	max-width: 100%;
}
footer .footer_links, .footer_latest_news ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}
.footer_latest_news ul a {
	font-size: 14px;
	color: #2c3035;
	float: left;
	font-weight: 400;
	width: 100%;
}
.footer_latest_news ul a:hover {
	color: #4e954e;
}
.footer_latest_news ul a small {
	font-size: 11px;
	color: #2c3035;
	text-transform: uppercase;
}
.footer_latest_news ul .img-thumbnail {
	margin-right: 5px;
	float: left;
}
.footer_latest_news ul li {
	padding-bottom: 10px;
	display: inline-block;
}
footer hr {
	border-color: #d3d4d5
}
footer .foot_pad_left {
	padding-left: 40px;
}
footer .social_list li a i {
	color: #fff;
	padding-top: 9px;
	font-size: 20px;
}
.copyright_content {
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/footer_line.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 300px 1px;
}
.copyright_content p {
	margin: 0px;
	font-size: 14px;
	color: #2c3035;
}
.c-input {
	vertical-align: top;
	color: #363636;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: inline;
	padding-left: 30px;
	position: relative;
}
.c-input > input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.c-input > input:checked ~ .c-indicator {
	background-color: #fff;
	color: #fff;
	border-color: #adadad;
}
.c-input > input:active ~ .c-indicator {
	background-color: #fff;
	color: #fff;
}
.c-input + .c-input {
	margin-left: 1rem;
}
.c-indicator {
	border: 1px solid #adadad;
	-moz-user-select: none;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	color: #eee;
	display: block;
	font-size: 65%;
	left: 0;
	height: 20px;
	width: 20px;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	top: 0px;
}
.c-checkbox .c-indicator {
	border-radius: 0;
}
.c-checkbox input:checked ~ .c-indicator {
	background-image: url("../images/checked.png");
}
.c-checkbox input:checked ~ .input_text {
	font-size: 14px;
	color: #7fb542;
}
.c-checkbox .input_text {
	font-size: 14px;
}
.c-inputs-stacked .c-input {
	display: inline;
}
.c-inputs-stacked .c-input::after {
	content: "";
	display: block;
	margin-bottom: 0.25rem;
}
.c-inputs-stacked .c-input + .c-input {
	margin-left: 0;
}
.rem_for_link {
	color: #5c5b5b;
	font-size: 14px;
	font-weight: 400;
}
.form_section .gray_form_style {
	background-color: #f4f4f4;
	padding: 30px;
}
.red_star {
	color: #ff0000;
	font-size: 12px;
	position: absolute;
	right: 21px;
	top: 3px;
}
label {
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.terms_text p {
	color: #232323;
	font-size: 14px;
	font-weight: 300;
}
.terms_text a {
	color: #1a4af9;
}
.terms_text a:hover {
	color: #006600;
}
.already_sn_style {
	color: #232323;
	font-size: 16px;
	font-weight: 300;
}
.already_sn_style a {
	display: block;
	color: #338533;
}
.already_sn_style a:hover {
	color: #1a4af9
}
hr {
	border-color: #dedede;
}
.large_btn.btn.btn-primary {
	min-width: 170px;
}
.pager div {
	float: left;
}
.pager {
	padding: 0px;
	margin: 0px;
}
.pager .pageNumbers a {
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.pager .pg_arrow_style {
	color: #4e954e;
	font-weight: 700;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	float: none;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin: 1px;
	line-height: 35px;
	padding: 0px;
	width: 40px;
}
.pager div.disabled {
	opacity: 1;
	background-color: transparent;
}
.pager .pageNumbers {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.gallery_pagination .pager .pageNumbers {
	display: inline-block;
	float: none;
	height: 40px;
	margin: 1px;
}
.pager .pageNumbers a {
	display: inline-block;
	padding: 0 10px;
	color: #000;
	margin: 0 2px;
}
.pager .pageNumbers a.active {
	color: #fff;
	background-color: #4e954e;
}
.pager {
	clear: both;
	overflow: hidden;
}
.pages_count {
	width: 130px;
	padding-right: 3px;
}
.share_icon_list ul li {
	padding: 0 2px;
	display: inline-block;
	vertical-align: middle;
}
.share_icon_list ul {
	display: inline-block;
	vertical-align: middle;
}
.share_icon_list {
	margin-top: 2px;
}
.bussiness_box {
	margin-bottom: 30px;
}
.bussiness_box h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.bussiness_box h3 a {
	color: #202020;
	text-transform: capitalize;
}
.bussiness_box h3 a:hover {
	color: #006600
}
.bussiness_box p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 2px;
}
.blog_box {
	margin-bottom: 25px;
}
.blog_box h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.blog_box h3 a {
	color: #202020;
	text-transform: capitalize;
}
.blog_box h3 a:hover {
	color: #006600
}
.blog_box p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 2px;
}
.blog_box .img_square { 
    background-color: #f3f3f3;
   max-height:500px;
    overflow: hidden; height:auto;
    position: relative;
  
}.blog_box .img_square img{   
   height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%; }
.blog_box .img_square .btm_tag_date {
	   background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 7px 0;
    position: absolute;
    width: 100%;
}
.blog_box .content_box {
	border-bottom: 1px solid #e9ecee;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding: 15px 0 20px;
}
.blog_box .share_fav_box {
	margin-top: 10px;
}
.blog_detail_box p {
	margin-bottom: 20px;
}
.content_box {
	border: 1px solid #efefef;
	padding: 20px;
}
.bussiness_box .content_box {
	min-height: 214px;
}
.bussiness_box .green_hightlight_text {
	display: inline-block;
	margin: 8px 0;
	color: #006600;
	font-size: 14px;
	font-weight: 600;
}
.img_square {
	height: 272px; overflow:hidden;   background-color: #f3f3f3;
}
.listing_page .img_square {
	height: 176px;
}
.img_square img {
	 margin: 0 auto; width:100%;
    max-width:inherit; height:auto; min-height:100%;
    min-height: 100%;
}
.share_icon_list label {
	margin-bottom: 0px;
	margin-right: 8px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
.btm_tag_date {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.btm_tag_date label {
	color: #b5bbc1;
	font-size: 15px;
	display: inline-block; margin:0px;
}
.sidebar h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	color: #006600;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
}
.sidebar .list_style li {
	padding: 8px 0;
	border-bottom: 1px solid #e7eaed;
	color: #5c666a;
	font-size: 15px;
	font-weight: 400;
}
.sidebar .list_style li:first-child {
	padding-top: 0px;
}
.sidebar .list_style li span {
	float: right;
}
.last_new_style .row {
	margin-bottom: 20px;
}
.last_new_style h4 {
	margin: 0px;
}
.last_new_style h4 a {
	line-height: 20px;
	color: #010101;
	font-size: 14px;
}
.last_new_style h4 a:hover {
	color: #006600;
}
.last_new_style small {
	vertical-align: top;
	color: #98a0a6;
	font-size: 13px;
	font-weight: 400;
}
.search_field .btn.btn-secondary {
	box-shadow: none;
	height: 40px;
	background-color: transparent;
	border-color: #e3e7ea;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
}
.search_field .form-control {
	box-shadow: none;
	border-color: #e3e7ea;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
}
.detail_news {
	padding-left: 0px;
}
.event_detail {
	padding: 30px;
	background-color: #006600;
	color: #fff;
}
.event_detail h3, .event_detail h4, .event_detail span {
	color: #fff;
}
.event_detail h4 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
}
.event_img_box {    background-color: #f3f3f3;
	max-height: 240px;
	overflow: hidden;
}
.event_img_box img {
	min-height: 100%; height:auto; width:100%;
	min-height: 100%;
	margin: 0px auto;
}
.event_detail h3 {
	margin-bottom: 18px;
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event_detail h3 a {
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	width: 300px;
	color: #fff;
}
.event_section {
	background-color: #fbfbfb;
}
.event_detail span {
	display: block;
	font-size: 15px;
}
.event_detail label {
	color: #fff;
	font-weight: 600;
	min-width: 80px;
	font-size: 15px;
	display: inline-block;
}
.event_detail .btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #006600;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	padding: 4px 12px;
	text-transform: capitalize;
}
.event_detail .btn:hover, .event_detail .btn:focus, .event_detail .btn:active {
	background-color: transparent;
	border-color: #ffffff;
	color: #fff;
}
.apply_now_text a {
	color: #338533;
}
.apply_now_text {
	margin-top: 10px;
	color: #000;
	font-size: 16px;
}
.apply_now_text a:hover {
	color: #006600;
}
.counter {
	position: relative;
	padding: 20px 0;
	border-radius: 5px;
}
.counter:before {
	content: "";
	background-color: #ddd;
	height: 150px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.counter:last-child:before {
	background-color: transparent;
}
.count-title {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.count-text {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.counter .fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	font-size: 30px;
	color: #006600;
}
.counter_bg {
	background-color: #f7f7f7;
	padding: 30px 0;
}
.team_slider {
	padding-left: 0px;
} 
.team_img_box img {
	margin: 0 auto;
    max-height: inherit;
    max-width: 100%;
    min-height: 100%;
    width: 100%; 
}
.team_slider .team_img_box { position:relative; 
	height: 291px;   background-color: #f3f3f3;
	margin-bottom: 16px; 
	overflow: hidden;
}
.team_slider .team_img_box > a, .team_boss_inner .team_img_box   a  {
    display: block;
    height: 100%;
    width: 100%;
}.team_slider .team_img_box   a:before , .team_boss_inner .team_img_box   a:before {
		content: "\f002";	color: #ffffff;
	font-size: 24px; 
	font-family: FontAwesome;
	 height:100%; width:100%;  background-color:rgba(0,102,0,.8); padding:42% 48%; position:absolute; left:0px; top:0px;
	 	opacity: 0;
	-webkit-opacity: 0;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
	 }
	 .team_boss_inner .team_img_box   a:before{ padding:80% 48%;}
	 .team_slider .team_img_box   a:hover:before, .team_boss_inner .team_img_box   a:hover:before{ 	 	opacity:1;
	-webkit-opacity: 1;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;} 
.team_boss .team_img_box { position:relative;   background-color: #f3f3f3;
	margin-bottom: 16px;
	overflow: hidden;
}
.team_conent h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.team_conent h3 small {
	margin-top: 8px;
	display: block;
	color: #555555;
	font-size: 15px;
}
.team_conent ul li a {
	font-size: 16px;
	color: #aaaaaa;
}
.team_conent ul li a:hover {
	color: #006600;
}
.team_conent ul li {
	padding: 0 3px;
}
.team_boss {
	padding-right: 74px;
}
.inner_page_signup .sign_up_box {
	min-height: 300px;
}
.Ab_img-box {
  max-height: 370px;
	overflow: hidden;   background-color: #f3f3f3;
}
.Ab_img-box img { min-height:100%; 
	max-width: 100%; width:100%;
	max-height:inherit;
}
.Ab_right_content p {
	color: #555555;
	font-size: 15px;
	line-height: 26px;
}
.comment_box .img-circle {
	height: 60px;
	width: 60px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.comment_box .img-circle img {
	width: 100%;
}
.comment_date {
	font-size: 12px;
}
.comment_section p {
	margin-bottom: 0px;
	font-size: 14px;
	position: relative;
}
.comment_child {
	padding-left: 50px;
	margin-top: 20px;
}
.comment_box {
	padding: 31px 0;
	border-bottom: 1px solid #ddd;
}
.comment_box_style .title {
	margin-bottom: 0px;
}
.textarea_minH {
	min-height: 160px;
}
.textarea_minH textarea {
	min-height: 140px;
	height: 140px
}
.comment_form {
	margin-top: 30px;
}
.gallery_page select.form-control {
	background-image: url(../images/W_select_arrow.png);
	background-color: #006600;
	color: #fff;
	margin: 0 auto 25px;
	border-radius: 4px;
	max-width: 300px;
}
.gallery_style .custom_height {
	height: 200px;
	overflow: hidden;
	margin: 10px 0;
}
.gallery_style .custom_height a {
	align-items: center;    background-color: #f3f3f3;
	border: 1px solid #dddddd;
	display: flex;
	position: relative;
	height: 100%;
	width: 100%;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.gallery_style .custom_height:hover {
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
}
.gallery_style .custom_height:hover a:before {
	padding: 80px;
	height: 100%;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
	opacity: 1;
	-webkit-opacity: 1;
}
.gallery_style .custom_height a:before {	opacity: 0;
	-webkit-opacity: 0;
	transition: ease all .5s;
	-webkit-transition: ease all .5s;
	background-color: rgba(0,102,0,.8);
	content: "\f002";	color: #ffffff;
	font-size: 24px;
	font-family: FontAwesome;
	align-items: center;
	box-sizing: border-box;
 height:100%;
	left: 0;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;

}
 
 
 
.gallery_style .custom_height img {
   margin: 0 auto;
    max-height: inherit; 
    min-height: 100%;
    width: 100%;
	
}
.gallery_pagination {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 100%;
}
.gallery_pagination .pagination {
	margin: 0px;
}
/*gautam css*/
span.screen-reader-text {
    display: none !important;
}
#select_user_to_edit_form {
	display: none;
}
.pms-subscription-plan-description {
	display: none;
}
span.pms-subscription-plan-price {
	display: none;
}
label.for_left {
	    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.single .logged-in-as {
	display: none !important;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	color: #ff0000;
	font-size: 12px;
}
.login-register-lost-password {
	display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: green;
}
.copyright_content .widget_text {
	padding: 0px;
}
.testimonials_container.inner_page_signup {
	margin-bottom: -25px;
}
.head_right_btn .btn-group .btn {
	 background-color: rgb(0, 102, 0);
    color: rgb(255, 255, 255);
    min-width: 140px;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-align: left;
}
.head_right_btn .btn-group .dropdown-menu {
	margin-top: 0px;
	min-width: 100%;
}
.head_right_btn .btn-group .dropdown-menu li a {
	padding: 3px 9px;
}
.head_right_btn .btn-group .btn .caret {
	position: absolute;
	right: 8px;
	top: 17px;
}
.head_right_btn .btn-group .btn i {
	margin-right: 8px;
}

/*Oct 10, 2017 - Start*/
.table1 th{background-color: #4e954e; color: #fff;}
.table1 th a{color: #fff;}
.table1 th, .table1 td{padding:10px;}
.member-popup-style .img-responsive, .user-details .img-responsive{ height: 150px;
    overflow: hidden;
    width: 150px;}
.member-popup-style img, .user-details img{width:100%; height:auto;}
.listing-search-box{border: 1px solid #f2f2f2; padding: 20px; margin-bottom: 26px;}
/*Oct 10, 2017 - End*/

@media (max-width:1200px) {
.nav_box .menu-main-menu-container {
	overflow-x: hidden;
}
.container {
	width: 100%;
}
.nav_box {
	position: inherit;
}
.nav_box .main_navigation {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #ffffff;
}
.nav_box .main_navigation ul {
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
}
.nav_box .main_navigation ul li a {
	padding: 8px 20px;
}
.head_right_btn .navbar.navbar-default {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.head_navigationn .col-md-10 {
	position: inherit;
}
.head_navigationn {
	position: relative;
	width: 100;
}
.navbar .navbar-header .navbar-toggle {
	background-color: #006600;
	margin: 0px;
	padding: 12px;
	border-color: #006600;
}
.navbar .navbar-header .navbar-toggle span {
	background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus {
	border: 0px none;
	background-color: #006600;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	border: 0px none;
}
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;  
}
} 
@media (max-width:991px) {
.job_detail .job_box .detail_height{ min-height:inherit; }
.inner_main_container .swiper-container.team_slider{ margin-top:0px;}
.business_box .title {
	padding-right: 60px;
}
.footer_latest_news ul li {
	width: 100%;
}
.team_boss {
	padding: 0 15px;
	margin-bottom: 60px;
}
.team_boss_inner {
	max-width: 300px;
	margin: 0px auto;
}
.team_member_box {
	max-width: 300px;
	margin: 0 auto 26px;
}
}

 @media (max-width:767px) {
  .wppb-form-field.wppb-avatar .field_minH { margin-bottom:20px; }
	 .listing-search-box { padding: 7px;
}
.table-responsive table{ width:800px;}
.search_btn_section{ margin-top:10px;}
.large_btn.btn.btn-primary {
	min-width: 110px;
	padding: 5px 6px;
	margin-top: 6px;
}
.main_container .inner_top_banner {
	min-height: 110px;
	background-position: 50% center;
}
.form_section .wppb-radio .field_minH {
	margin-bottom: 10px;
}
.form_section .gray_form_style {
	padding: 20px 15px;
}
.event_page_style .datepicker_border_box {
	min-height: inherit;
}
.event_page_style .col-md-6 {
	float: none;
	margin: 0 auto;
	max-width: 400px;
}
.event_page_style .datepicker_border_box {
	margin-bottom: 45px;
}
.Ab_img-box {
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.Ab_img-box img {
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
}
.sign_up_box {
	align-items: center;
	display: flex;
	min-height: inherit;
	padding: 40px 15px;
}
.business_box {
	margin-top: 20px;
}
.home_page_banner .banner_img {
	min-height: 280px;
	background-size: cover;
}
.inner_banner_text .btn.btn-primary {
	font-size: 16px;
	min-width: 130px;
}
.inner_banner_text p {
	font-size: 25px;
	line-height: 31px;
}
 
.latest_news_box .img_box_style img {
	max-height: 100%;
	max-width: 100%;
}
.gallery_box .home_inner_gallery {
	max-width: 400px;
	margin: 0px auto;
}
.current_vehicle_box .img-thumbnail {
	height: 140px;
}
.sidebar {
	margin-top: 60px;
}
.contact_form.form_section {
	margin-top: 35px;
}
.map_area #wpgmza_map {
	height: 190px !important;
}
}
@media (max-width:600px) {
.team_boss {
	padding: 0 15px;
	margin-bottom: 60px;
}
.team_member_box {
	max-width: 300px;
	margin: 0px auto;
}
.team_boss_inner {
	max-width: 300px;
	margin: 0px auto;
}
}
 @media (max-width:479px) {
.event_detail h3 {
	width: 250px;
}
.comment_box .col-lg-1 {
	width: 25%;
}
.comment_box .col-lg-11 {
	width: 75%;
}
body {
	padding: 153px 0 0;
}
.event_page_style .datepicker_border_box {
	margin-bottom: 45px;
}
.event_page_style .datepicker_border_box {
	padding: 0px;
}
.event_page_style .datepicker.datepicker-inline .table-condensed td, .event_page_style .datepicker.datepicker-inline .table-condensed th {
	padding: 7px !important;
}
footer.footer .col-xxs-12 {
	width: 100%;
}
footer h3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer_latest_news ul .img-thumbnail {
	margin-right: 10px;
}
.footer_latest_news ul {
	column-count: 1;
	column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
}
.current_vehicle_box .col-xxs-12 {
	width: 100%;
	margin-bottom: 25px;
}
.current_vehicle_box .col-xxs-12:last-child {
	margin-bottom: 0px;
}
.copyright_content p {
	text-align: center;
}
.copyright_content ul {
	margin-top: 10px;
	float: none !important;
	text-align: center;
	width: 100%;
}
.head_navigationn .col-xxs-12 {
	width: 100%;
}
.head_right_btn {
	padding: 9px 15px;
}
header.sticky {
	transform: translate(0px, -60px);
	-webkit-transform: translate(0px, -60px);
}
.current_vehicle_box a .caption {
	min-height: inherit;
}
 
.btm_tag_date {
	font-size: 13px;
}
.btm_tag_date label {
	margin-bottom: 0px;
	display: block;
}
}
 @media (max-width:640px) {
.banner_bottom_list .col-xxs-12 {
	width: 100%;
}
}
 @media (max-width:512px) {
.head_right_btn .btn-group .btn {
	padding: 6px 12px;
}
.head_right_btn .btn-group .btn .caret {
	position: absolute;
	right: 10px;
	top: 16px;
}
.head_right_btn .btn.btn-primary, .head_right_btn .btn.btn-default {
	min-width: 60px;
	padding: 5px 9px;
}
.navbar .navbar-header .navbar-toggle {
	padding: 9px;
}
.head_right_btn .btn-group .btn {
    padding: 3px 7px;
}
.logo .custom-logo {
	height: auto;
	padding: 4px 0;
	width: 120px;
}
.head_top.headT_right ul li {
	padding-left: 6px;
}
.head_right_btn {
	padding: 26px 15px;
}
.head_top.headT_right {
	padding-left: 0px;
}
.nav_box .main_navigation {
	top: 88px;
}
h2.title {
	font-size: 22px;
}
.head_top.headT_right {
	position: relative;
}
.head_top.headT_right ul {
	position: absolute;
	right: 15px;
	top: 0;
	width: 130px;
}
.bussiness_list .col-xxs-12 {
	width: 100%;
}
.bussiness_box .img_square {
	height: 150px;
}
.form_section .gray_form_style {
	padding: 10px;
}
.form_section .gray_form_style .rem_for_link .c-checkbox .input_text {
	font-size: 13px;
}
.form_section .gray_form_style .rem_for_link a {
	font-size: 13px;
}
.gray_form_style .rem_for_link .text-right {
	padding-right: 15px;
	padding-left: 0px;
}
.rem_for_link .col-md-6 {
	padding-right: 0px;
}
.rem_for_link .c-input {
	padding-left: 26px;
}
}
 @media (max-width:380px) {
.head_right_btn .navbar.navbar-default {
	position: absolute;
	top: 50px;
	right: 15px;
}
.head_right_btn {
	padding: 12px 15px;
}
.current_vehicle_box .img-thumbnail {
	height: 165px;
}
.gallery_style .custom_height {
	width: 100%;
	height: 165px;
}
.gallery_style .custom_height a {
	margin: 0 auto;
	max-width: 200px;
}
}
 @media (min-width:641px) {
.banner_bottom_icons {
	height: 39px;
}
}

 @media (min-width:480px) and (max-width:767px) {
.skyblue_box {
	min-height: inherit;
}
.skyblue_box .swiper-wrapper.min-height370 {
	min-height: inherit;
}
.current_vehicle_box .caption {
	text-align: left;
}
.current_vehicle_box {
	text-align: center;
}
.current_vehicle_box .col-md-4 {
	display: inline-block;
	float: none;
	margin: 10px auto;
	vertical-align: top;
	width: 49%;
}
 
}
@media (min-width:380px) and (max-width:568px) {
.gallery_style .custom_height {
	height: 140px;
}
}
@media (min-width:512px) and (max-width:767px) {
.bussiness_box .img_square {
	height: 170px;
}
}
@media (min-width:767px) and (max-width:992px) {
 
.current_vehicle_box .img-thumbnail {
	height: 140px;
}
.bussiness_box .img_square {
	height: 170px;
}
}
@media (min-width:992px) and (max-width:1200px) {
.team_slider .team_img_box {
	height: 235px;
}
}
@media (min-width:768px) and (max-width:1200px) {
.main_container .inner_top_banner {
	background-position: right center;
}
}
.pnf_error {
	padding: 3em 0 15px;
}
.pnf_error .page_error {
	text-align: center;
	text-shadow: 0 1px 0 #ccc,  0 2px 0 #c9c9c9,  0 3px 0 #bbb,  0 4px 0 #b9b9b9,  0 5px 0 #aaa,  0 6px 1px rgba(0,0,0,.1),  0 0 5px rgba(0,0,0,.1),  0 1px 3px rgba(0,0,0,.3),  0 3px 5px rgba(0,0,0,.2),  0 5px 10px rgba(0,0,0,.25),  0 10px 10px rgba(0,0,0,.2),  0 20px 20px rgba(0,0,0,.15);
	font-size: 150px;
	color: #FFF;
	font-weight: bolder;
}
.content_under_404 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.error_page_design #cats {
	padding: 25px;
}
.content_under_404 h1 {
	font-size: 16px;
	margin-bottom: 17px;
	margin-top: 20px;
	text-transform: capitalize;
}
.content_under_404 {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.tooltip-inner {
	background-color: #fff !important;
	color: #333;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}
@media (min-width:513px) and (max-width:767px) {
.bussiness_box .content_box {
	min-height: 260px;
}
.bussiness_box .detail_height {
    min-height: 215px;
}
}
@media (min-width:513px) and (max-width:600px) {
  
.bussiness_list  .bussiness_box .detail_height {
    min-height: 215px;
}
} 
@media (min-width:601px) and (max-width:800px) {
  
.bussiness_list  .bussiness_box .detail_height {
    min-height:165px;
}
}
@media (min-width:801px) and (max-width:991px) {
  
.bussiness_list  .bussiness_box .detail_height {
    min-height:115px;
}
}
@media (min-width:768px) and (max-width:991px) {
.bussiness_box .content_box {
	min-height: 220px;
}
}
@media (min-width:992px) and (max-width:1130px) {
.bussiness_box .content_box {
	min-height: 240px;
}
}
@media (max-height:400px) and (max-width:1024px) {
.nav_box .menu-main-menu-container {
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
}
}
 
.wppb-form-field .wppb_upload_button{      background-color: #006600;
    border: 2px solid #006600 !important;
       border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; text-align:center;
    min-width: 100px;
    padding: 3px 12px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
	.wppb-form-field .wppb_upload_button:hover, .wppb-form-field .wppb_upload_button:focus{    border: 2px solid #006600 !important; background-color: #fff;
	color:#006600;}
	 
	 
.wppb-form-field .wppb-remove-upload {
    color: #bc0b0b;
    cursor: pointer;
    font-size: 14px;
}

.wppb-form-field .upload-field-details .file-name {
    color: #338533;
    font-weight: normal;
}
.btn_style .wppb-back{   background-color: #006600;
    border: 2px solid #006600;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    min-width: 100px; text-align:center;
    padding:6px 12px;
    text-transform: capitalize;  
     border-radius: 4px; display: inline-block;}
	 .user-details-form h3{     border-top: 1px solid #f1f1f1;
    color: #4e954e;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 10px;
    padding-top: 30px;} 
	.user-details-form h4{ font-size: 16px; line-height:24px;}
 .user-details-form label {
    color: #666666;
    display: block; margin:0px;
    font-size: 14px;
    font-weight: 400;
} .user-details-form .col-md-4{ min-height:60px;}  
 
 
  @media (max-width:740px) {
  .user-details  , .user-details-form  { width:100%;}
  .user-details-form { margin-top:30px;}}
  
   @media (max-width:641px) { .user-details-form .col-xs-6 { width:100%;}
   .user-details-form .col-md-4 {
    min-height:inherit; margin-bottom:15px;
}}
	 
	 
.half_banner_style .inner_half_banner{ margin-top:25px; background-color:#ddd; }
.half_banner_style .inner_half_banner .highlight_bg{     
    color:#4E954E;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding:15px;}
	.half_banner_style .inner_half_banner .highlight_bg .pull-right{ color:#545454;}
.half_banner_style .border_right{ border-right:2px solid #FFF;}
.swiper-container.team_slider{ height: 100%;
    margin-top: -70px;
    padding-top: 70px;
    width: 100%;}
.swiper-container.team_slider .swiper-button-prev, .swiper-container.team_slider .swiper-container-rtl .swiper-button-next{
	right:25px; left:auto;
	}
	
	.my_source{   color: rgb(0, 102, 0);
    display: inline-block; 
    font-size: 14px;
    font-weight: 600;
 } 
.my_source	.heading_sorce{ margin-right:6px;}
.wppb-subscription-plans .field_minH h4 {
    display: none !important;
}
.bussiness_box .detail_height{ min-height:76px;}
.job_box .detail_height  { min-height:115px;}
.set-user-image{ display: inline-block;
margin-right: 7px; }

.wppb-avatar img, #img_resp img{border-radius: 50%;border: 2px solid #ccc;}

.page-template-sign_up-php #wppb-form-element-52, .page-template-sign_up-php #wppb-form-element-44, .page-template-sign_up-php #wppb-form-element-45, .page-template-sign_up-php #wppb-form-element-43, .page-template-sign_up-php #wppb-form-element-46, .page-template-sign_up-php #wppb-form-element-47, .page-template-sign_up-php #wppb-form-element-48, .page-template-sign_up-php #wppb-form-element-49, .page-template-sign_up-php #wppb-form-element-50, .page-template-sign_up-php #wppb-form-element-51, .page-template-sign_up-php #wppb-form-element-56{ display:none; }



/*
#wppb-form-element-38 label{    width: 50%;
    font-size: 15px;
    float: left;}
    
    #wppb-form-element-36 label{    float: left;
    width: 30%;
    font-size: 15px;}
    
    #wppb-form-element-36 select{    width: 70%;
    font-size: 15px;}

#wppb-form-element-38 label{    width: 50%;
    font-size: 15px;
    float: left;}
    
    #wppb-form-element-36 label{    float: left;
    width: 30%;
    font-size: 15px;}

    #wppb-form-element-36 select{    width: 70%;
    font-size: 15px;}

    #wppb-form-element-39 label{    font-size: 15px;
    float: left;
    width: 40%;}

    #wppb-form-element-39 select{ width: 60%; font-size: 15px;}
#wppb-form-element-35 textarea, #wppb-form-element-55 textarea{width:100%;font-size: 15px;}

#wppb-form-element-12 span{font-size:12px;}

.page-template-profile_edit .field_minH label{    width: 40%;
    float: left;
    font-size: 15px;}
*/
#wppb-form-element-24 span{font-size:12px;}
#user_month{margin-left:15px;}

#wppb-form-element-60{width:35%;} #wppb-form-element-58{width:65%;}

#wppb-form-element-55 textarea, #wppb-form-element-35 textarea {width:100%;}

#wppb-form-element-57, #wppb-form-element-29, #wppb-form-element-12, #wppb-form-element-54, #wppb-form-element-37, #wppb-form-element-60, #wppb-form-element-14, #wppb-form-element-39, #wppb-form-element-55, #wppb-form-element-19{padding-top: 20px; clear: both;}




