/*
Theme Name: astar
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
/* font-family: 'Rubik', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
/* font-family: 'Raleway', sans-serif; */
/* common */
body {
   color: #474747;
   font-family: 'Rubik', sans-serif;
   font-weight: 400;
   font-size: 15px;
   line-height: 24px;
   overflow-x:hidden;
}
p {
  color: #474747;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
}
a {
   color: #22995d;
   text-decoration: none;
}
a:hover, a:focus {
   color: #474747;
   text-decoration: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #22995d;}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
.featured-image {
  background-size: cover !important;
  min-height: 412px;
}
/* header */
.header {
	background: #22995d;
	padding: 39px 0 27px;
}
.home .header {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: none;
}
.home .header.fixed {
	background: #22995d;
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  margin: 26px 0 0;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	margin: 0 8px;
}
.navbar-nav > li:first-child {
	margin-left: 0;
}
.navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 0;
  text-transform: uppercase;
  position: relative;
}
.navbar-default .navbar-nav > li > a:focus:after, 
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li.current-menu-item > a:after,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a:after,
.navbar-default .navbar-nav > li.current-menu-parent > a:after,
.navbar-default .navbar-nav > li.current-menu-ancestor > a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 41px;
height: 3px;
background: #fff;
}
.navbar-default ul.sub-menu {
  border: medium none;
  border-radius: 0;
  display: none;
  padding: 9px 0 16px;
  position: absolute;
  min-width: 162px;
  z-index: 99999;
  margin: 0 0 0 -12px;
  background: #f5f5f5;
  border-bottom: 3px solid #22995d; 
}
.navbar-nav > li:hover > .sub-menu {
  display: block;
}
.sub-menu .menu-item-has-children {
	position: relative;
}
.navbar-default ul.sub-menu .sub-menu {
	top: 0;
	right: -162px;
}
.sub-menu .menu-item-has-children:hover > .sub-menu {
	display: block;
}
.sub-menu li > a {
  border: medium none;
  color: #151515;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  padding: 6px 12px;
  margin-bottom: 1px;
  text-decoration: none;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a,
.sub-menu li.current-menu-parent > a {
  color: #22995d;
}
.sub-menu li.current-menu-item > a {
  font-weight: 500;
}
.header-top {
	margin-top: 32px;
	text-align: right;
}
.header-top a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
/* footer */
footer {
	font-size: 13px;
}
.footer-widgets {
	background: #22995d;
	padding: 35px 0 33px;
	color: #bee1bd;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widgets a {
	color: #bee1bd;
}
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	margin-top: 27px;
}
.footer-one li {
	margin-bottom: 0;
	line-height: 20px;
}
.footer-one + .footer-one li {
	display: inline-block;
	margin-right: 6px;
	vertical-align: bottom;
	margin-top: 14px;
}
.footer-bottom-section {
	background: #f7f7f7;
	padding: 53px 0 45px;
}
.footer-bottom {
	text-align: center;
	padding: 18px 0 32px;
	color: #969696;
}
.footer-bottom a {
	display: inline-block;
	color: #969696;
}
.footer-bottom a:hover {
	color: #22995d;
}
.footer-Bottom:first-child {
	max-width: 945px;
	margin: 0 auto;
}
.footer-Bottom:first-child img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.footer-Bottom p {
	margin-bottom: 0;
	font-size: 13px;
}
.footer-Bottom strong {
	color: #323232;
	font-size: 15px;
	font-weight: 500;
}
.footer-Bottom:last-child {
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 35px;
}
.footer-Bottom ul {
	text-align: center;
}
.footer-Bottom ul li {
	float: left;
	width: 16.66%;
}
.footer-Bottom ul li:first-child {
	text-align: left;
}
.footer-Bottom ul li:last-child {
	text-align: right;
}
/* home page */
.slide-content {
	max-width: 750px;
}
.slide-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size: 60px !important;
	color: #fff !important;
	line-height: 60px !important;
	margin: 0 0 32px;
	text-transform: uppercase;
}
.main-slider .crellyslider {
	white-space: inherit;
}
.slide-content p {
	color: #fff;
    font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 24px !important;
	margin: 0 0 40px;
}
.slide-content a {
	display: inline-block;
	width: 145px;
	height: 49px;
	text-align: center;
	background: #22995d;
	line-height: 50px !important;
	text-transform: uppercase;
	font-size: 14px !important;
	color: #fff !important;
	border-radius: 3px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	vertical-align: top;
	margin-right: 5px;
}
.slide-content a + a {
	background: #151515;
}
.main-slider .crellyslider > .cs-navigation {
  bottom: 105px;
  opacity: 1;
  text-align: left;
  max-width: 1140px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.main-slider .crellyslider > .cs-navigation > .cs-slide-link {
  margin: 2px;
  background-color: inherit;
  box-shadow: inherit;
  opacity: 1;
  border: 1px solid #fff;
}
.main-slider .crellyslider > .cs-navigation > .cs-slide-link.cs-active {
  background-color: #fff;
}
.form-con {
	padding: 19px 67px 23px;
	margin-top: -61px;
	margin-bottom: 18px !important;
}
.form-con p {
	margin-bottom: 5px;
}
.form-con strong {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.form-con br {
	display: none;
}
.form-con .wpbb-search-input-wrap {
	width: 223px;
	display: inline-block;
	vertical-align: top;
}
.form-con .wpbb-search-input-wrap.wpbb-search-input-submit{
	width:auto;
	margin-right:0;
}
.form-con .form-field {
	width: 223px;
	height: 37px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #595959;
	border: 1px solid #22995d;
	background: #fff;
	padding: 0 10px;
	margin-right: 1px;
	font-family: rubik;
	font-weight: 400;
	border-radius: 3px;
}
.form-con ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #595959;
}
.form-con ::-moz-placeholder { /* Firefox 19+ */
  color: #595959;
}
.form-con :-ms-input-placeholder { /* IE 10+ */
  color: #595959;
}
.form-con :-moz-placeholder { /* Firefox 18- */
  color: #595959;
}
.search_btn {
	background: #151515;
	border: 1px solid #151515;
	border-radius: 3px;
	color: #fff;
	width: 91px;
	height: 37px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: rubik;
}
.home .main-content.home-content .home-cta-section {
	background-position: top center !important;
	padding-top: 8px;
}
.vc_custom_heading.home-subtitle {
	text-transform: uppercase;
	/* margin: 0 0 12px; */
}
.wpb_text_column.wpb_content_element.home-top-con {
	max-width: 878px;
	margin-bottom: 24px;
}
.home-cta-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	background: #fff;
	padding: 20px;
	position: relative;
}
.vc_custom_heading.cta-tittle {
	position: absolute;
	top: 144px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 225px;
	height: 73px;
	background: url(images/cta-title-bg.png) repeat scroll 0 0;
	line-height: 73px !important;
	text-transform: uppercase;
}
.home-cta-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .vc_custom_heading.cta-tittle {
	display: none;
}
.wpb_text_column.wpb_content_element.cta-con {
	background: url(images/cta-bg.png) repeat scroll 0 0;
	text-align: center;
	padding: 57px 46px 37px;
	position: absolute;
	top: 20px;
	left: 0;
	width: 318px;
	margin: 0 auto;
	height: 318px;
	right: 0;
	display: none;
}
.home-cta-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column.wpb_content_element.cta-con {
	display: block;
}
.cta-con p {
	color: #fff;
}
.cta-con a {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 42px;
	position: relative;
}
.cta-con a:after {
	content: "";
	position: absolute;
	width: 53px;
	height: 5px;
	background: #22995d;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -15px;
}
.home-why-top strong {
	font-size: 17px;
}
.wpb_text_column.wpb_content_element.why-cta-con {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.why-cta-con p {
	line-height: 21px;
}
.why-cta-con img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.why-cta-con strong {
	color: #22995d;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.vc_custom_heading.why-box-title {
	margin: 40px 0 37px;
}
.home-why-right {
	margin-bottom: 52px;
}
.vc_custom_heading.box-contact-title {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 44px;
	margin-bottom: 27px;
}
.vc_custom_heading.box-contact-title:after {
	content: "";
	position: absolute;
	width: 225px;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.vc_custom_heading.box-contact-title strong {
	font-weight: 900;
}
.contact-box {
	text-align: center;
}
.contact-box p {
	color: #fff;
	font-size: 18px;
	font-family: raleway;
}
.contact-box a, .contact-button a {
	display: inline-block;
	width: 166px;
	height: 57px;
	text-align: center;
	background: #151515;
	line-height: 57px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	vertical-align: top;
	margin-top: 27px;
}
.contact-box {
	padding-top: 17px;
	padding-bottom: 25px;
}
.association-section {
	margin: 22px 0 39px;
}
.association-section .vc_custom_heading.home-subtitle {
	margin-bottom: 45px;
}
.main-content .testimonial-section {
	background-position: top center !important;
	padding-top: 20px;
	padding-bottom: 7px;
}
.testimonial-section .single-item-wrapper {
	background: #fff;
	padding: 29px 67px 42px;
	text-align: left;
}
.testimonial-section .tss-carousel h3.author-name {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	margin: 16px 0px 0;
	color: #22995d;
	font-style: italic;
}
.testimonial-section .item-content.entry-content {
	padding-top: 54px;
	background: url(images/quote-icon.png) no-repeat scroll left top;
}
.testimonial-section .owl-theme .owl-nav {
	text-align: right;
	margin-top: 14px;
	margin-right: 10px;
}
.testimonial-section .dashicons {
	width: 32px;
	height: 32px;
	margin: 0 0 0 3px;
}
.testimonial-section .dashicons-arrow-left-alt2::before,
.testimonial-section .dashicons-arrow-right-alt2::before {
	content: none;
}
.testimonial-section .tss-wrapper .owl-theme .owl-nav .owl-prev {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: url(images/arrow-left.png) no-repeat scroll 0 0 !important;
}
.testimonial-section .tss-wrapper .owl-theme .owl-nav .owl-next {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: url(images/arrow-right.png) no-repeat scroll 0 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.homepost-section {
	margin-bottom: 9px;
}
.homepost-section .vc_custom_heading.home-subtitle {
	margin-top: 30px;
	margin-bottom: 57px;
}
.homepost-section .vc_grid-item-zone-c-right .vc_gitem-animated-block {
	width: 33%;
}
.homepost-section .vc_gitem-zone.vc_gitem-zone-a {
	width: 98px;
	height: 98px;
}
.homepost-section .vc_grid-item-zone-c-right .vc_gitem-zone-c {
	width: 67%;
}
.homepost-section .vc_gitem-zone.vc_gitem-zone-c,
.homepost-section .vc_grid-item-mini.vc_clearfix {
	background: none !important;
}
.homepost-section .vc_gitem_row .vc_gitem-col {
	padding: 0;
}
.homepost-section .vc_gitem-post-data {
	margin-bottom: 11px;
	font-weight: 700;
}
.homepost-section .vc_gitem-post-data-source-post_date {
	color: #7a287d;
	font-weight: 700;
	line-height: 13px;
	margin-bottom: 16px;
}
.homepost-section .vc_gitem-post-data-source-post_title h4 {
	font-weight: 700;
	font-size: 15px;
	font-family: rubik;
	line-height: 25px;
	color: #474747;
}
.homepost-section .vc_btn3-style-classic.vc_btn3-color-white {
	font-size: 15px;
	font-weight: 500;
	color: #bee1bd;
	border: none !important;
	padding: 0;
	background: none !important;
}
.featured-job {
	padding-top: 24px;
	padding-bottom: 16px;
}
.featured-job .vc_custom_heading.home-subtitle {
	margin-bottom: 32px;
}
.featured-job #wonderplugincarousel-1 {
	max-width: 1140px !important;
}
.featured-job .amazingcarousel-item-container {
	background: #fff;
	margin: 0 15px !important;
	padding: 46px 32px 50px !important;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-title {
	font-size: 15px;
	margin: 0 0 6px;
	text-align: left;
	color: #22995d;
	font-family: rubik;
	font-weight: 700;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-description {
	margin: 0;
	text-align: left;
}
.featured-job .wpp-btn-blue-medium {
	background: #bee1bd;
	width: 82px;
	height: 43px;
	line-height: 43px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: rubik;
	position: absolute;
	left: 32px;
	bottom: -19px;
}
.featured-job .amazingcarousel-list-wrapper {
	min-height: 290px;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -32px;
	background: url(images/arrow-left.png) no-repeat scroll 0 0 !important;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -32px;
	background: url(images/arrow-right.png) no-repeat scroll 0 0 !important;
}
/* blog */
.main-content.blog {
  padding-bottom: 90px;
  padding-top: 95px;
}
.post-listing {
  margin-bottom: 30px;
}
.blog-content h3 {
  font-size: 20px;
  line-height: 20px;
  font-family: rubik;
  font-weight: 400;
  margin: 20px 0 15px;
}
.blog-content a {
  text-transform: uppercase;
  color: #22995d;
}
.blog-content a:hover {
  color: #474747;
}
.meta-post {
  font-family: rubik;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
/* pagination */
.blog-pagination {
   float: left;
   text-align: center;
   width: 100%;
   margin-bottom: 30px;
   margin-top: 38px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #22995d;
  padding: 0;
  margin: 2px 4px;
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  line-height: 62px;
  border-radius: 50%;
  color: #22995d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
} 
.wp-pagenavi span.current {
  border-color: #474747;
  border-width: 8px;
  color: #474747;
  width: 62px;
  height: 62px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.wp-pagenavi a:hover {
  border-color: #474747;
  color: #474747;
}
/* post details */
.post-title {
	font-weight: 400;
	font-family: raleway;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	color: #22995d;
}
.wpbb-field-error, .wpbb-required-message, .wpbb-application-field__description{color: #FF0000;font-size: 12px;}
.wpbb-required-message{color: #000;}
.wpbb-application-field__description{color:#474747;     margin-bottom: 0;}
.main-content.blog.single-job .container{position: relative;}
.main-content.blog.single-job {min-height: 1100px;}
.single-job h1.post-title{font-size: 42px; border-bottom: 1px solid #e1e1e1; padding-bottom: 26px; margin-bottom: 40px;}
.single-job .meta-post {color:#22995d;}
.single-job .post-main-content-text > div,.single-job .post-main-content-text > p,.single-job .post-main-content-text > ul{float: left;clear: both;width: 49%;max-width: 570px;}
.wpbb-job-data__wrapper{float:right;    margin-top: 25px;}
.single-job .post-main-content-text .wpbb-application-form__wrapper, .wpbb-messages {position: absolute; right: 0; background: #bee1bd; padding: 15px;}
.wpbb-messages{background:none;}
.wpbb-job-data__wrapper h3.wpbb-job-data__title {}
h3.wpbb-application-form__title {color: #22995d; font-size: 20px; margin-top: 0; font-weight: bold;}
.wpbb-job-data__wrapper .wpbb-job-data__field{}
.wpbb-job-data__wrapper .label{color: #474747; font-size: 100%; padding-left: 0;}
.wpbb-application-field{margin-bottom: 10px;}
.wpbb-application-field label, .wpbb-application-field input, .wpbb-application-field textarea{width: 100%;}
.wpbb-application-field textarea {height: 200px;}
.wpbb-application-field input{width: 100%;display: block; height: 40px;border: 1px solid #e1e1e1;}
.wpbb-application-field input#wpbb-input-consent {width: auto; display: inline-block;height: auto;}

/* general page */
.featured-image {
	position: relative;
}
.page-title {
	position: absolute;
	bottom: 96px;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: raleway;
	margin: 0;
	left: 0;
	padding: 0 15px;
}
.search-form-section {
	margin-bottom: 81px;
}
/*.home .search-form-section {
	margin-bottom: 0;
}*/
.wpb_text_column.wpb_content_element.about-con {
	margin-bottom: 67px;
}
.about-vertical-tab {
	margin-bottom: 90px;
}
.about-vertical-tab .vc_tta-tab a {
	text-align: right;
	background: none !important;
	border: none !important;
	font-size: 17px;
	font-family: rubik;
	font-weight: 500;
	color: #474747 !important;
}
.about-vertical-tab .vc_tta-tab.vc_active a {
	color: #22995d !important;
	border-right: 2px solid #22995d !important;
}
.about-vertical-tab .vc_tta-panels {
	background: none !important;
	border: none !important;
}
.vc_custom_heading.about-subtitle {
	margin: 0 0 50px;
	text-transform: uppercase;
}
.vc_row.wpb_row.vc_row-fluid.team-section {
	padding-bottom: 20px;
	padding-top: 0;
}
.vc_custom_heading.team-section-title {
	margin: 0 0 36px;
	font-family: rubik;
	font-weight: 700;
}
.team-photo img {
	border: 8px solid #f1f1f1;
	border-radius: 50%;
}
.team-con {
	text-align: center;
}
.team-con strong {
	color: #22995d;
	font-size: 17px;
	font-weight: 500;
	display: block;
	margin-top: -9px;
	padding-bottom: 1px;
}
.main-content .about-cta-section {
	background-position: top center !important;
	padding-top: 44px;
	padding-bottom: 82px;
}
.about-cta-section .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	background: #fff;
	padding: 20px;
	position: relative;
}
.about-cta-section .wpb_text_column.wpb_content_element.cta-con {
	background: none;
	text-align: center;
	padding: 15px 10px 17px;
	position: relative;
	top: 0;
	left: 0;
	width: 318px;
	margin: 0 auto;
	height: auto;
	right: 0;
	display: block;
}
.about-cta-section .cta-con p {
	color: #474747;
	position: relative;
	min-height: 132px;
	margin: 0;
	padding-bottom: 10px;
}
.about-cta-section .cta-con p::after {
	content: "";
	position: absolute;
	width: 53px;
	height: 5px;
	background: #22995d;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
}
.about-cta-section .wpb_single_image.wpb_content_element {
	margin-bottom: 12px;
}
/* employer */
.vc_row.wpb_row.vc_row-fluid.employee-top {
	margin-top: 97px;
}
.image-part > .vc_column-inner, .content-part > .vc_column-inner {
	height: 570px;
	display: table;
	vertical-align: middle;
}
.image-part > .vc_column-inner > .wpb_wrapper, 
.content-part > .vc_column-inner > .wpb_wrapper {
	display: table-cell;
	vertical-align: middle;
}
.testimonial-section {
	margin-top: 45px;
}
.home .testimonial-section {
	margin-top: 0;
}
.con-twopart {
	padding: 15px 84px 15px;
}
.content-part strong {
	font-size: 17px;
	font-weight: 500;
}

/* contact */
.vc_custom_heading.con-title {
	margin: 0 0 45px;
}
.con-top p {
	font-size: 17px;
	font-weight: 500;
}
.vc_custom_heading.con-subtitle {
	font-family: rubik;
	font-weight: 700;
	margin: 0 0 15px;
}
.con-form-info strong {
	font-weight: 500;
}
.con-form-info a {
	color: #474747;
}
.wpb_text_column.wpb_content_element.con-info {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 23px;
	margin-bottom: 23px;
}
.wpb_text_column.wpb_content_element.con-info.first {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 41px;
	margin-bottom: 26px;
}
.con-form-info {
	padding-top: 2px;
}
.con-form-info div.wpcf7 {
	margin: 63px auto 0;
	max-width: 716px;
}
.con-form-info .wpcf7 p {
	margin-bottom: 5px;
}
.con-form-info .wpcf7 label {
	width: 100%;
}
.con-form-info .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-select {
	width: 100%;
	height: 47px;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	padding: 0 20px;
	border-radius: 3px;
	font-family: rubik;
	font-weight: 400;
	font-size: 13px;
}
.con-form-info .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 142px;
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
	padding: 9px 20px;
	border-radius: 3px;
	font-family: rubik;
	font-weight: 400;
	font-size: 13px;
}
.con-form-info .wpcf7-form-control.wpcf7-submit {
	width: 91px;
	float: right;
	height: 37px;
	color: #fff;
	background: #151515;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	font-family: raleway;
}
.con-form-info {
	margin-bottom: 77px;
}
.con-form-info .wpcf7 .twopart label {
	width: 49%;
	float: left;
	margin-bottom: 9px;
}
.con-form-info .wpcf7 .twopart label + label {
	width: 49%;
	float: right;
}
.con-locations {
	padding-top: 65px;
	padding-bottom: 29px;
}
.con-locations .vc_custom_heading.con-subtitle {
	margin-bottom: 54px;
}
.con-locations .locations-box {
	margin-bottom: 84px;
}
.locations-box strong {
	font-weight: 400;
	font-size: 20px;
	color: #22995d;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 13px;
}
.locations-box em {
	font-size: 14px;
	font-style: inherit;
}
.vc_row.wpb_row.vc_row-fluid.image-content-twopart {
	background: #bee1bd;
}
.vc_custom_heading.con-title small {
	color: #22995d;
}
.vc_custom_heading.con-subtitle.leavemsg-title {
	margin-bottom: 87px;
}
.footer-top img {
	max-width: 133px;
}
.about-cta-section.our-businesses .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	border: 1px solid #22995d;
	margin-bottom: 30px;
}
.mobile-banner {
	display: none;
}

.featured-job .wpbroadbean-job-carousel{
	padding-left:50px;
	padding-right:50px;
	position:relative;
}
.featured-job .wpbroadbean-job-carousel .wpbroadbean-job-item {
    background: #fff;
    /*margin: 0 15px !important;*/
    padding: 46px 32px 50px !important;
	height:250px;
	margin-bottom:20px;
}
.featured-job .wpbroadbean-job-carousel .wpbroadbean-job-item .job-title {
	font-size: 15px;
	margin: 0 0 6px;
	text-align: left;
	color: #22995d;
	font-family: rubik;
	font-weight: 700;
}
.featured-job .wpbroadbean-job-carousel .wpbroadbean-job-item .job-description {
    position: relative;
    font: 13px "Open Sans", sans-serif;
    color: #333333;
    margin: 0px;
    text-align: left;
    overflow: hidden;
}
.featured-job .wpbroadbean-job-carousel .wpbroadbean-job-item .job-apply-button a{
	color: #fff;
	text-decoration: none;
	background: #22995d;
	width: 82px;
	height: 43px;
	line-height: 43px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: rubik;
	position: absolute;
	left: 32px;
	bottom: 0px;
	text-align:center;
	border-radius:3px;
}
.featured-job .wpbroadbean-job-carousel .owl-nav .owl-prev{
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: url(images/arrow-left.png) no-repeat scroll 0 0 !important;
	position:absolute;
	left:0px;
	top:45%;
}
.featured-job .wpbroadbean-job-carousel .owl-nav .owl-next {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: url(images/arrow-right.png) no-repeat scroll 0 0 !important;
	position:absolute;
	right:0px;
	top:45%;
}
.featured-job .wpbroadbean-job-carousel .owl-nav button span {
    width: 32px;
    height: 32px;
    margin: 0;
	display:block;
	font-size:0;
}
.wpbroadbean-job-box{
	background:#f5f5f5;
	padding:8px;
	margin-bottom:20px;
	display:flex;
}
.wpbroadbean-job-box .wpbroadbean-job-info-left .job-title{
	margin-top:30px;
	margin-bottom:10px;
	font-family: 'Rubik', sans-serif;
	font-size:15px;
	font-weight:700;
	color:#22995d;
}
.wpbroadbean-job-box .wpbroadbean-job-info-left p{
	margin-bottom:5px;
	font-family: 'Rubik', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#474747;
}
.wpbroadbean-job-box .wpbroadbean-job-info-left p.job-salary{
	margin-bottom:35px;
}
.wpbroadbean-job-box .wpbroadbean-job-info-left p.job-post-date{
	color:#22995d;
	font-style:italic;
	margin-bottom:30px;
}
.wpbroadbean-job-box .wpbroadbean-job-info-right{
	background:#fff;
	padding:25px;
}
.wpbroadbean-job-box .wpbroadbean-job-info-right .job-more-link, input.wpbb-input-submit{
	color: #fff;
	text-decoration: none;
	background: #22995d;
	width: 82px;
	height: 43px;
	line-height: 43px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Rubik', sans-serif;
	text-align:center;
	border-radius:3px;
	display: inherit;
	margin-top:20px;
}
.wpbroadbean-job-box .wpbroadbean-job-info-right .job-more-link:hover, input.wpbb-input-submit:hover{
	opacity:0.7;
}
.wpbroadbean-job-result-container .list_pagination .page-numbers{
	padding:10px;
	color:#acacac;
	font-family: 'Rubik', sans-serif;
	font-size:20px;
	font-weight:400;
	border:1px solid #acacac;
	border-radius:50%;
	margin-left:10px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.wpbroadbean-job-result-container .list_pagination .page-numbers.current{
	border:6px solid #cccccc;
	line-height:30px;
}
.wpbroadbean-job-sidebar > h4{
	font-family: 'Rubik', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#22995d;
	margin-top:0;
	margin-bottom:15px;
}
.wpbroadbean-job-sidebar-filter .wpbb-search-input-wrap{
	margin-bottom:10px;
}
.wpbroadbean-job-sidebar-filter .wpbb-search-input-wrap select{
	font-family: 'Rubik', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#b0b0b0;
}
.accordion-section .vc_active .vc_tta-title-text {
	color: #22995d;
}
.wpbroadbean-main-con-list {
	padding-bottom: 30px;
}
/* Responsive site css */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
}
.navbar-nav > li {
	margin: 0 3px;
}
.navbar-default .navbar-nav > li > a:focus::after, 
.navbar-default .navbar-nav > li > a:hover::after, 
.navbar-default .navbar-nav > li.current-menu-item > a::after, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a::after, 
.navbar-default .navbar-nav > li.current-menu-parent > a::after,
.navbar-default .navbar-nav > li.current-menu-ancestor > a:after {
	width: 33px;
}
.slide-content {
	max-width: 780px;
	padding: 0 15px !important;
}
.main-slider .crellyslider > .cs-navigation {
  padding: 0 15px;
}
.form-con .form-field {
	width: 173px;
}
.wpb_text_column.wpb_content_element.cta-con {
	padding: 15px;
	width: 254px;
	height: 254px;
}
.vc_custom_heading.cta-tittle {
	top: 110px;
}
.vc_custom_heading.box-contact-title {
	font-size: 50px !important;
}
.homepost-section .vc_grid-item-zone-c-right .vc_gitem-zone-c {
	width: 63%;
}
.about-cta-section .wpb_text_column.wpb_content_element.cta-con {
	width: 254px;
}
.vc_custom_heading.about-subtitle,
.vc_custom_heading.home-subtitle {
	font-size: 30px !important;
	line-height: 30px !important;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.logo-area {
	text-align: center;
}
.header {
	padding: 15px 0 20px;
}
.navbar-default {
	margin: 15px 0 0;
}
.header-top {
	margin-top: 20px;
}
.slide-content h2 {
	font-size: 45px !important;
	line-height: 45px !important;
	margin: 0 0 7px;
}
.slide-content p {
	font-size: 16px !important;
	line-height: 20px !important;
	margin: 0 0 15px;
}
.slide-content {
	max-width: 650px;
	margin-top: 20px;
}
.form-con {
	padding: 19px 30px 23px;
}
.form-con .form-field {
	width: 136px;
}
.wpb_text_column.wpb_content_element.cta-con {
	width: 180px;
	height: 180px;
}
.cta-con p {
	font-size: 12px;
	line-height: 13px;
}
.cta-con a {
	margin-top: 15px;
}
.vc_custom_heading.cta-tittle {
	top: 85px;
	width: 160px;
}
.why-cta-con img {
	float: none;
	margin-right: 0;
}
.vc_custom_heading.box-contact-title {
	font-size: 40px !important;
}
.testimonial-section .single-item-wrapper {
	padding: 15px 30px;
}
.homepost-section .vc_grid-item-zone-c-right .vc_gitem-zone-c {
	width: 100%;
	margin-top: 20px;
}
.footer-Bottom:first-child img {
	margin-bottom: 65px;
}
.footer-Bottom ul li {
	padding: 10px;
}
.image-part > .vc_column-inner, .content-part > .vc_column-inner {
	min-height: 515px;
}
.con-twopart {
	padding: 110px 40px 0;
}
.about-cta-section .wpb_text_column.wpb_content_element.cta-con {
	width: 180px;
}
.about-cta-section .vc_custom_heading.cta-tittle {
	font-size: 15px !important;
}
.vc_custom_heading.about-subtitle,
.vc_custom_heading.home-subtitle {
	font-size: 25px !important;
	line-height: 25px !important;
}
.wpbroadbean-job-sidebar {
	margin-bottom: 30px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.home .header {
	position: relative;
	background: #22995d;
}
.header-widgets {
	position: absolute;
	left: 0;
	width: auto;
	top: 105px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background: none !important;
	margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-nav > li {
	margin: 0;
	float: left;
	width: 100%;
	text-align: left;
}
.navbar-default .navbar-nav > li > a:focus::after, 
.navbar-default .navbar-nav > li > a:hover::after, 
.navbar-default .navbar-nav > li.current-menu-item > a::after, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a::after, 
.navbar-default .navbar-nav > li.current-menu-parent > a::after,
.navbar-default .navbar-nav > li.current-menu-ancestor > a:after {
	content: none;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a,
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
	color: #151515 !important;
	font-weight: 500;
}
.navbar-default ul.sub-menu {
	display: block;
	padding: 0;
	position: relative;
	margin: 0;
	background: none;
	border-bottom: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	padding: 3px 0;
	margin: 3px 0;
	font-weight: 500;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a,
.sub-menu li.current-menu-parent > a {
	color: #fff;
}
.sub-menu li > a {
	font-weight: 500;
}
.form-con {
	padding: 19px 20px 23px;
	margin-top: 18px;
}
.form-con .form-field {
	width: 100%;
}
.slide-content h2 {
	font-size: 20px !important;
	line-height: 20px !important;
}
.slide-content p {
	font-size: 12px !important;
	line-height: 12px !important;
	margin: 0 0 10px;
}
.slide-content a {
	width: 90px;
	height: 25px;
	line-height: 25px !important;
	font-size: 10px !important;
}
.slide-content {
	max-width: 290px;
	margin-top: -20px;
}
.main-slider .crellyslider > .cs-navigation {
  bottom: 30px;
}
.form-con .form-field {
	margin-bottom: 5px;
}
.home-cta-boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	padding: 10px;
	width: 290px;
	margin: 0 auto;
}
.vc_custom_heading.cta-tittle {
	top: 100px;
	width: 200px;
}
.wpb_text_column.wpb_content_element.cta-con {
	width: 270px;
	height: 270px;
	top: 10px;
	padding: 30px 20px;
}
.cta-con p {
	font-size: 15px;
	line-height: 24px;
}
.cta-con a {
	margin-top: 30px;
}
.why-cta-con img {
	float: left;
	margin-right: 15px;
}
.wpb_text_column.wpb_content_element.why-cta-con {
	width: 290px;
}
.vc_custom_heading.box-contact-title {
	font-size: 30px !important;
	line-height: 30px !important;
}
.main-content .testimonial-section {
	background-color: #f5f5f5 !important;
}
.vc_custom_heading.home-subtitle {
	font-size: 25px !important;
	line-height: 25px !important;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-prev {
	margin-left: -20px;
}
.featured-job #wonderplugincarousel-1 .amazingcarousel-next {
	margin-right: -20px;
}
.footer-Bottom:first-child img {
	margin-bottom: 15px;
	float: none;
	margin-right: 0;
}
.footer-Bottom ul li {
	float: left;
	width: 100%;
	text-align: center !important;
}
.featured-image {
	min-height: 190px;
}
.page-title {
	bottom: 40px;
	font-size: 30px;
	line-height: 30px;
}
.image-part > .vc_column-inner, .content-part > .vc_column-inner {
	min-height: 1px;
}
.vc_custom_heading.about-subtitle {
	margin: 0 0 30px;
}
.image-part img {
	padding-top: 0;
}
.con-twopart {
	padding: 0;
}
.about-cta-section .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	padding: 10px;
	width: 290px;
	margin: 0 auto;
}
.about-cta-section .wpb_text_column.wpb_content_element.cta-con {
	width: 270px;
}
.con-form-info .wpcf7 .twopart label,
.con-form-info .wpcf7 .twopart label + label {
	width: 100%;
}
.vc_custom_heading.con-subtitle.leavemsg-title {
	margin-bottom: 20px;
}
.agency-section, .home .testimonial-section,
.main-slider {
	display: none;
}
.search-form-section {
	margin-bottom: 5px;
}
.home .home-top-con p {
	height: 50px;
	overflow: hidden;
}
.mobile-banner {
	display: block;
}
.mobile-banner .vc_custom_heading.why-box-title {
	margin: 15px 0 26px;
}
.home .home-cta-section .vc_custom_heading.home-subtitle {
	margin-top: 0;
}
.navbar-default ul.sub-menu .sub-menu {
	right: 0;
	padding-left: 15px;
}
.single-job .post-main-content-text > div,.single-job .post-main-content-text > p,.single-job .post-main-content-text > ul,.single-job .post-main-content-text .wpbb-application-form__wrapper{float: none;position: relative;display: block;width: 100%;}
h3.wpbb-application-form__title{margin-top: 30px;}
.wpbroadbean-job-box {
	display: block;
}
.featured-job .wpbroadbean-job-carousel {
	padding-left: 35px;
	padding-right: 35px;
}
.wpbroadbean-main-con-list .owl-stage {
	transform: inherit !important;
}
.wpbroadbean-main-con-list .owl-item {
	display: none;
}
.wpbroadbean-main-con-list .owl-item.active {
	display: block;
}
.wpbroadbean-main-con-list .owl-nav button {
	background: none;
	border: 1px solid #999;
	margin: 5px;
	width: 32px;
	height: 32px;
}
.wpbroadbean-main-con-list .owl-nav .owl-prev {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	position: absolute;
	left: 15px;
	top: 31%;
}
.wpbroadbean-main-con-list .owl-nav .owl-next {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	position: absolute;
	right: 15px;
	top: 31%;
}
.wpbroadbean-main-con-list .wpbroadbean-job-box {
	width: 220px;
	margin: 0 auto;
}
.wpbroadbean-main-con-list .wpbroadbean-job-info-right {
	background: none !important;
	padding-top: 0 !important;
}
.wpbroadbean-main-con-list .wpbroadbean-job-info-right p {
	display: none;
}

}