html {

}

body {
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	color: #666666;
}

a {
	color: #7BB348;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.page-header {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.page-title-strip .page-header {
	margin: 0;
}

.trail-browse {
	display: none !important;
}

.trail-items {
	margin:  0 0 10px 0;
	padding: 0;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	float: none;
	text-align: center;
}

.trail-items li {
	color: #FFFFFF;
	font-size: 11px;
	display: inline-block;
	float: none;
}

.trail-items li a {
	color: #FFFFFF;
}

.trail-items li a:hover {
	color: #000000;
}

.job-input{
	width: 100%;
	height: 55px;
	padding: 0 10px;
}

.row-form{
	margin-top: 30px;
}

.job-input {
    width: 100%;
    height: 55px;
    padding: 0 10px;
		border: 1px solid;
    border-color: #eaeaea;
}

.overlay-image-strip{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
}

.overlay-image-strip{
	background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.no-padding{
	padding: 0px;
}

.img-strip-image{
	object-fit: cover;
	width: 100%;
}

.image-strip-wrap{
	height: 100%;
	position: relative;
}

.image-wrap-inner{
	position: absolute;
	z-index: 9999;
	padding: 0 30px;
	color: #fff;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.strip-bottom-content {
    margin: 0 0 30px 0;
    width: 35%;
}

.bottom-gallery-btn{
	font-size: 16px;
	font-weight: 300;
  color: #fff;
	font-family: vag-rundschrift-d, sans-serif;
}

.bottom-gallery-btn:hover{
    color: #7BB348;
}

.arrow-fa-image{
	margin-right: 10px;
}

.partnereship-wrap{
	margin-top: 30px;
}

.partnereship-image-wrap{
	border-radius: 12px;
	border: 1px solid #eaeaea;
	padding: 30px;
	margin-bottom: 15px;
}

.partnereship-image-wrap img {
	max-height: 160px;
	width: auto;
	margin: 0 auto;
}

.paternetship-title{
	font-size: 22px;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333;
}

.partnereship-link{
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

/******** Headings ***********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #7BB348;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.page-header h1, .page-header h3, .page-header h3, .page-header h4 {
	margin: 0;
	padding: 0;
}

.page-title-strip .page-header h1 {
	color: #FFFFFF;
}

.white-text{
	color: #fff;
}

.page-header-left{
	text-align: left;
}

h1, .h1 {
	font-size: 48px;
}

.slide-title {
}

h2, .h2 {
	font-size: 42px;
}


h3, .h3 {
	font-size: 36px;
}


h4, .h4 {
	font-size: 30px;
}

.btn {
	background: #7CB449;
	color: #FFFFFF;
	padding: 15px 30px;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
}

.btn:hover {
	background: #000000;
	color: #FFFFFF;
}

.btn-top {
	margin-top: 30px;
}


.job-input-button {
	background: #7CB449;
	color: #FFFFFF;
	padding: 15px 30px;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	margin-top: 30px;
	border: 1px solid #7CB449;
}

.job-input-button:hover {
	background: #000000;
	color: #FFFFFF;
}



.wpcf7-submit {
	background: #7CB449 !important;
	color: #FFFFFF !important;
	padding: 15px 30px !important;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	font-size: 18px !important;
	border: 0 !important;
}

.wpcf7-submit:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

/******** header ***********/

header {
	border-top: 5px solid #7CB449;
}

.custom-logo {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 1px;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0;
	padding: 0;
	text-align: center;
	float: none;
}

.navbar-nav > li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0 15px;
	font-size: 18px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 	color: #7CB449;
	background: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #7CB449;
	background: transparent;
}

.header-contact {
	margin: 0;
	padding: 0;
	float: right;
}

.header-contact li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	color: #000000;
}

.header-contact li:last-child {
	margin: 0;
}

.header-contact li i {
	padding-right: 10px;
	 color: #7CB449;
}

.header-contact li a {
	color: #000000;
}

.header-contact li a:hover {
	color: #7CB449;
}

/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip-less-bottom {
	padding: 60px 0 30px 0;
}

.content-strip-grey {
	background: #F6F6F6;
}

.content-strip-border-top {
	border-top:  1px solid #EAEAEA;
}

.content-strip-green {
	background: #7CB449;
}

.content-strip-green-bg {
	background: url("../images/bg-footer.png") repeat #7CB449;
}

.no-padding {
	padding: 0;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9000;
}

.slide-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    left: 0;
    width: 100%;
}

.slide-contain-bg {
	background: rgba(255,255,255,.8);
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.full-height {
	height: 100%;
	position: relative;
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.cta-news-bg {
	background: #FFFFFF;
	padding: 20px;
	margin: 0 0 30px 0;
}

.cta-news-bg.cta-news-bg-colour {
	background: #F6F6F6;
}

.cta-news-bg-title {
	display: block;
	color: #000000;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.cta-news-bg-title:hover {
	color:  #7CB449;
}

.wpcf7-text {
	width: 100%;
	height: 55px;
	padding: 8px;
	border: 1px solid #E6E6E6;
	margin: 0 0 15px 0;
}

.wpcf7-textarea {
	width: 100%;
	height: 180px;
	padding: 8px;
	border: 1px solid #E6E6E6;
	margin: 0 0 15px 0;
}

.cta-block {
	display: block;
	position: relative;
}

.cta-block-consultancy {
	margin: 30px 0 0 0;
	display: block;
}

.cta-block-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(124,180,73,.8);
	padding: 30px;
	text-align: center;
}

.cta-block:hover .cta-block-overlay {
	display: block;
}

.cta-block-title {
	display: block;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	color: #FFFFFF;
}

.home-testimonial {
	font-style: italic;
}

.testimonial-name {
	display: block;
	margin: 15px 0 0 0;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

.contact-contact {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}

.contact-contact li {
	display: block;
	list-style: none;
	font-size: 20px;
	margin: 0 0 15px 0;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

.contact-contact li:last-child {
	margin: 0;
}

.contact-contact li a {
	color: #000000;
}

.contact-contact li a:hover {
	color: #7CB449;
}

.contact-contact li i {
	padding-right: 10px;
	color: #7CB449;
}

.job-contain {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
	padding: 30px;
	margin: 0 0 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 100%;
}

.job-contain-excerpt {
	font-size: 14px;
	margin: 30px 0;
}

.job-info {
	margin: 30px 0 0 0;
	padding: 0;
}

.job-info li {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
	color: #000000;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.job-info li:last-child {
	margin: 0;
}

.job-info li i {
	padding-right: 10px;
	color: #A6B3BB;
}

.job-contain-title {
	display: block;
	color: #000000;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}

.job-contain-title-sec {
	display: block;
	color: #7FB64D;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

.single-job-info {
	background: #F6F6F6;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.job-ref {
	display: block;
	color: #000000;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}


/******** footer ***********/

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #000000;
}

footer .middle-wrap {
	background: url("../images/bg-footer.png") repeat #7CB449;
	padding: 60px 0;
	color: #FFFFFF;
	font-size: 15px;
}

.footer-contact {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	text-align: center;
	border-bottom: 2px solid rgba(2555,255,255,.4);
}

.footer-contact li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 18px;
}

.footer-contact li:last-child {
	margin: 0;
}

.footer-contact li i {
	padding-right: 10px;
}

.footer-title {
	display: block;
	margin: 0 0 30px 0;
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}

footer .middle-wrap .menu {
	margin: 0;
	padding: 0;
}

footer .middle-wrap .menu li {
	list-style: none;
	margin: 0 0 15px 0;
	display: block;
}

footer .middle-wrap .menu li:last-child {
	margin: 0;
}

.footer .middle-wrap .menu li a {
	display: block;
}

.footer-social {
	margin: 0;
	padding: 0;
	float: left;
}

.footer-social li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}

.footer-social li:last-child {
	margin: 0;
}

.footer-social li a {
	font-size: 20px;
}

.credits-wrap {
	padding: 30px 0;
	font-size: 13px;
}

.copyright {
	text-align: center;
	margin: 0;
	padding: 0;
}

.copyright a {
	color: #666666;
}

.copyright a:hover {
	color: #7CB449;
}

.content-circle-header{
	position: relative;
}

.content-circle-header:after {
		content: '';
		background: #fff;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		transform: rotate(180deg);
		height: 2.1vw;
		width: 100%;
		position: absolute;
		bottom: -1vw;
		z-index: 99;
		border-radius: 75%;
}

.content-circle-grey{
	position: relative;
	margin-top: 30px;
}

.content-circle-grey:after {
    content: '';
    background: #f6f6f6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    height: 2.1vw;
    width: 100%;
    position: absolute;
    top: -1vw;
    z-index: 99;
    border-radius: 75%;
}


.carousel-indicators {
    position: unset;
    /* margin-top: 47px; */
    left: 50%;
    z-index: 15;
    text-align: center;
    /* width: 60%; */
    padding-left: 0;
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
    z-index: 999999999999999999999;
    margin: auto;
    padding-top: 30px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 99999;
    margin-top: 30px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
		border: 1px solid #7BB348;
    background-color: #7BB348;
}


.carousel-indicators {
    bottom: -50px;
}









#mt-slider .owl-dot{
  background-color: #fff;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 3.5px;
}
#mt-slider .owl-dot.active{
  background-color: #000;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #000;
  margin: 0 3.5px;
}
#mt-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 9999999999999999999;
  bottom: 35px;
  position: absolute;
  opacity: 1;
}
#mt-slider .owl-dots.disabled{
	display: block !important;
}

.strip-bottom-title {
    color: #fff;
    text-align: left;
    padding: 0px;
    margin: 0px;
		width: 100%;
}

.strip-bottom-title .page-header{
	text-align: left;
}

@media (max-width: 1499px) {
	
	.navbar-default .navbar-nav > li > a {
		padding: 0 8px;
		font-size: 15px;
	}
	
	.header-contact li {
		float: right;
	}
	
}


@media (max-width: 1199px) {
	.strip-bottom-content {
	    margin: 0px 0 30px 0;
	    width: 50%;
	}
	.img-strip-image {
    object-fit: cover;
    width: 100%;
    height: 350px;
	}
	
	.navbar-nav {
		margin: 0 0 20px 0;
	}
	
	.header-contact li {
		float: left;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 0 10px;
		font-size: 17px;
	}
	
}

@media (max-width: 991px) {

	.navbar-nav {
		margin: 0 0 20px 0;
	}

	.footer-contact li {
		margin: 0 10px 0 0;
		font-size: 16px;
	}

	h1, .h1 {
		font-size: 38px;
	}

	h2, .h2 {
		font-size: 34px;
	}


	h3, .h3 {
		font-size: 30px;
	}


	h4, .h4 {
		font-size: 26px;
	}

	.job-contain-title {
		font-size: 22px;
	}

	.strip-bottom-content {
	    margin: 0px 0 30px 0;
	    width: 70%;
	}

}

@media (max-width: 767px) {

	.strip-bottom-content {
	    margin: 0px 0 15px 0;
	    width: 100%;
	}

	.navbar-default .navbar-toggle {
		border-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #FFFFFF;
	}

	footer .middle-wrap .menu {
		margin: 0 0 30px 0;
	}

	.footer-contact li {
		display: block;
		margin: 0 0 15px 0;
	}

	.footer-contact li:last-child {
		margin: 0;
	}

	.testimonial-image {
		display: block;
		margin: 0 auto 30px auto;
	}

	.cta-block-title {
		font-size: 22px;
	}

	.single-job-info {
		margin: 30px 0 0 0;
	}


}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@media (max-width: 767px) {

  .slideMenu {
      position: absolute;
      z-index: 9999999;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #7BB348;
      display: none;
  }
  .tableInner {
      display: table-cell;
      vertical-align: middle;
  }
  .tableOuterMenu {
      display: table;
      width: 100%;
  }
  .navbar-nav>li {
      float: none;
      text-align: center;
      text-transform: uppercase;
  }
  .nav>li {
      position: relative;
      display: block;
      z-index: 9999;
      padding: 15px 0;
  }
  .nav>li:hover a{
      background: transparent;
      color: rgba(255,255,255,0.3);
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 50px;
      font-weight: 800;
  }
  .navbar-nav {
      float: none;
      margin: 0;
  }
  /* Header Open icon - found within header */
  .header-bars-wrap {
      display: inline-block;
      float: right;
      color: #fff;
      position: relative;
      cursor: pointer;
      z-index: 9999999;
  }

  /* Hamburger */
  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 3.1px;
      background-color: #7BB348;
      margin: 6px auto;
      transition: 0.4s;
  }

  /* Rotate first bar */
  .bar1.change {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
    background: #fff;
  }

  /* Fade out the second bar */
  .bar2.change {
    opacity: 0;
  }

  /* Rotate last bar */
  .bar3.change  {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background: #fff;
  }

  .hamburger-xs {
      background: transparent;
      float: right;
      margin: auto;
      display: table;
      text-align: center;
  }

  .logoWrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noMargin{
    margin: 0px;
  }
  .navbar-nav>li>a {
      padding-top: 5px;
      padding-bottom: 5px;
      color: #fff;
      font-size: 19px;
      font-weight: 800;
  }
  .navbar-nav {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.nav>li {
    position: relative;
    display: block;
    z-index: 9999;
    padding: 7px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.no-scroll{
	overflow: hidden;
}
.xsMenuWrap {
    position: relative;
    z-index: 9999999;
}
.header-xs-icons .fa {
    color: #7BB348;
    font-size: 30px;
    padding: 0 5px;
}
.header-xs-icons {
    background: transparent;
    /* float: right; */
    margin: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header-xs-icons-inner {
    display: inline-flex;
}
.fa-xs-phone{
  margin-right: 5px;
}
}
