body {
  margin: 0;
  padding: 0;
  counter-reset: section;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: "effra",sans-serif;
  font-weight: 400;
  color: #35353f;
  line-height: 1.4 !important;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "industry",sans-serif;
  color: #35353f;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  max-width: 100%;
}

input:focus,
select:focus-visible,
textarea:focus-visible {
  outline: none !important;
  outline-box-shadow: none !important;
}

::-moz-selection {
  background-color: #35353f;
}

::selection {
  background-color: #35353f;
}

:focus {
  outline: none !important;
}

path {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a {
  text-decoration: none;
  color: #35353f;
}

a:focus {
  outline: none;
}

a:hover {
  color: #eacca8;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a:visited {
  color: inherit;
}

a.btn {
  color: #ffffff;
}

p {
  margin-top: 0;
  line-height: 1.4;
}

p:empty {
  display: none;
}

.f-300 {
  font-weight: 300;
}

.padding-sec {
  padding: 70px 0;
}

a.btn, .btn {
  background-color: #eacca8;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "industry",sans-serif;
  width: auto;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  color: #35353f;
  z-index: 9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.btn:hover, .btn:hover {
  background-color: #35353f !important;
  color: #eacca8;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.btn svg, .btn svg {
  margin-left: 10px;
}

a.btn:before, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  left: 0;
  border-right: 55px solid transparent;
  border-bottom: 55px solid #35353f;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a.btn:hover:before, .btn:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a.btn-border {
  border: 1px solid #35353f;
  background-color: transparent;
  color: #35353f;
  border-radius: 0;
  padding: 0 10px !important;
  text-transform: uppercase;
  margin-top: 10px;
}

a.btn-border:hover {
  background-color: #35353f;
  color: #eacca8;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

li {
  list-style: none;
}

.disk-list {
  padding-left: 20px;
}

.disk-list li {
  list-style-type: disc;
}

.number-list {
  padding-left: 20px;
}

.number-list li {
  list-style-type: decimal;
}

main {
  overflow: hidden;
}
.maq_env{
  overflow: visible !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.my-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

a.text-white, .text-white {
  color: #ffffff;
}

.primary-bg {
  background-color: #35353f;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bg-white {
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

section {
  position: relative;
  z-index: 1;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group textarea.form-control {
  height: 140px;
  resize: none;
}

.form-group label {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.form-group .form-control {
  width: 100%;
  border: 1px solid;
  display: block;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat",sans-serif;
  padding: 10px 15px;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

.form-group .form-control::-webkit-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group .form-control::placeholder {
  color: rgba(34, 55, 43, 0.8);
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group select {
  background: #ffffff url(../images/dark_down_arrow.svg) no-repeat 97% center/16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group .btn {
  font-size: 16px;
  padding: 15px 45px;
}

.form-group .custom__file-input {
  opacity: 0;
  display: none;
}

.form-group .custom__file {
  position: relative;
}

.form-group .custom__file .file-custom-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  padding: 26px 75px;
}

a.btn-arrow, .btn-arrow {
  padding: 10px 20px;
  padding-left: 25px;
}

a.btn-arrow:hover svg path, .btn-arrow:hover svg path {
  stroke: #eacca8;
}
.mc__outdoor--services .mc__service--content > p {
font-weight: 400;
}

.mc__cta--content h3 {
max-width: 840px;
margin: 0px auto 30px;
}

@media (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .row {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-control {
    font-size: 14px;
    padding: 15px 20px;
  }
  .form-group .custom__file .file-custom-button {
    font-size: 14px;
    padding: 14px 20px;
    height: 53px;
  }
  .form-group .custom__file .file-custom-text {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  a.btn, .btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.foottext a {display: inline-flex;align-items: center;}

.foottext a img {margin-right: 5px;}
@media (max-width: 767px) {
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }
  br {
    display: none;
  }
}

@media (max-width: 480px) {
  .cIcon-list li {
    background-size: 12px;
    padding-left: 20px;
  }
  br {
    display: none;
  }
}

.mc__bottom--bg {
  background-image: url(../image/bottom-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: -1111;
}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .form-group textarea.form-control {
    height: 150px;
  }
  .form-group select {
    background-size: 14px;
  }
  a.btn, .btn {
    font-size: 12px;
  }
  a.btn svg, .btn svg {
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #241f45;
  -webkit-box-shadow: 0 0 0px 1000px #transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-weight: 600;
}

input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #e7413f !important;
}

input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #e7413f !important;
}

input.error::-ms-input-placeholder, textarea.error::-ms-input-placeholder {
  color: #e7413f !important;
}

input.error::placeholder, textarea.error::placeholder {
  color: #e7413f !important;
}

.checkbox_error.error, .l_error-msg, .error {
  color: #e7413f !important;
}

.api_ask_success_msg {
  color: #226311;
  font-size: 18px;
}

@media (max-width: 991px) {
  a.btn-arrow, .btn-arrow {
    padding-right: 50px;
  }
}

.mc__herosection--outdoor {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mc__herosection--outdoor:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(84, 84, 84, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(84, 84, 84, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -111;
}

.mc__herosection--outdoor .row {
  position: relative;
  height: 100%;
}

.mc__herosection--outdoor .mc__hero--text {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 20px;
}

.mc__outdoor--services .mc__service--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.mc__outdoor--services .mc__service--hidden {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #57575f;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc__outdoor--services .mc__service--hidden p {
  font-size: 20px;
  font-weight: 300;
}

.mc__outdoor--services .mc__service--hidden.active {
  display: block;
  padding: 30px 70px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}

.mc__outdoor--services .mc__service--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 20px);
          flex: 0 0 calc(35% - 20px);
  max-width: calc(35% - 20px);
  margin-right: 20px;
  position: relative;
  padding-bottom: 30%;
}

.mc__outdoor--services .mc__service--image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mc__outdoor--services .mc__service--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  background-color: #57575F;
  padding: 25px 130px;
}

.mc__outdoor--services .mc__service--content > p {
  font-size: 28px;
  color: #ffffff;
}

.mc__outdoor--services .mc__service--content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.mc__outdoor--services .mc__service--content ul li {
  font-size: 20px;
  list-style: disc;
  font-weight: 300;
  color: #ffffff;
}

.mc__outdoor--services .mc__service--content h4 {
  margin-bottom: 20px;
  color: #ffffff;
}

.mc__outdoor--services .mc__service--content.active .mc__view--more {
  display: none;
}

.mc__outdoor--heading {
  margin: 100px 0 60px;
}

.mc__outdoor--heading .mc__left--border {
  font-weight: 500;
  padding: 10px 40px;
  font-size: 25px;
  position: relative;
}

.mc__outdoor--heading .mc__left--border:before {
  content: '';
  background-color: #eacca8;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}

.mc__outdoor--heading p {
  font-size: 20px;
  font-weight: 300;
}

.mc__outdoor--services {
  margin-bottom: 100px;
}

.mc__outdoor--services .mc__service--type:nth-child(even) .mc__service--content {
  background-color: #9E9EA3;
}

.mc__cta--content {
  background-image: url(/assets/images/AdobeStock_453618502_Preview.jpg);
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-bottom: 140px;
  z-index: 40;
}

.mc__cta--content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -21;
}

.mc__cta--content h3 {
  margin-bottom: 30px;
}
.mc__service--hidden p {
color: #ffffff;
}

@media (max-width: 991px) {
  .mc__outdoor--services .mc__service--content {
    padding: 25px 45px;
  }
}

@media (max-width: 767px) {
  .mc__outdoor--services .mc__service--content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
  }
  .mc__outdoor--services .mc__service--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 50%;
  }
  .mc__outdoor--services .mc__service--hidden.active {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .mc__outdoor--services .mc__service--content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
  }
  .mc__outdoor--services .mc__service--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 50%;
  }
  .mc__outdoor--services .mc__service--hidden.active {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .mc__outdoor--services .mc__service--image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 80%;
  }
  .mc__outdoor--services .mc__service--content {
    padding: 25px;
  }
}
  /*04-05-2022*/
  .page__wrapper {padding-top: 140px;}
@media (max-width: 480px){
    .page__wrapper {padding-top: 110px;}
}

/*09-05-2022*/
.mc__service--type .mc__view--more:nth-child(5) {
    display: none;
}
/*# sourceMappingURL=outdoor.css.map */

/* 15/06/2023 css start */

.mc__main_env--block .mc__service--type .mc__service--content {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
	padding-inline: 50px;
	padding-top: 35px;
}
.mc__main_env--block .mc__pagecontrol .mc__tabs {
    position: relative;
    top: 0;
}

.mc__main_env--block .mc__pagecontrol {
    padding-bottom: 0;
    padding-top: 2rem;
}
.mc__main_env--block .mc__tab-content.mc__vacancies {
    padding-top: 0;
}
.mc__main_env--block .mc__outdoor--heading {
    margin-top: 70px;
}
.mc__main_env--block .mc__view_more {
    text-align: center;
    padding-bottom: 20px;
}

.mc__main_env--block .mc__content--wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 60px;
    align-items: flex-start;
}

.mc__main_env--block .service-image {
    max-width: 130px;
    flex: 0 0 130px;
}

.mc__main_env--block .envi_large {
    max-width: calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
}

.mc__main_env--block .mc__content--wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.mc__main_env--block .envi_large p {
    color: #FFF;
}

.mc__main_env--block .envi_large img {
    max-width: calc(100% + 190px);
    margin-left: -190px;
    width: calc(100% + 190px);
}

.mc__main_env--block .mc__view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mc__main_env--block .mc__pagecontrol h4 {
    font-family: "effra",sans-serif;
	margin-bottom: 2.5rem;
}
.mc__block_img {
    display: none;
}
.page-template-new-environmental .mc__outdoor > div {
    max-width: 78rem;
}
.mc__main_env--block .mc__outdoor--services .mc__service--content ul {
    columns: 2;
    -webkit-columns: 2;
	margin-bottom: 35px;
}
.mc__main_env--block .mc__outdoor--services .mc__service--content ul li {
    margin-bottom: 5px;
}
.page-template-new-environmental .mc__main_env--block .mc__pagecontrol > div {
    max-width: 88rem;
	padding: 0 15px;
}
.mc__main_env--block .mc__outdoor .mc__outdoor--wrapper p:not(p.mc__left--border) {
    color: #62626A;
    font-weight: 400;
}
.mc__main_env--block .mc__outdoor.mc__tab-content.mc__vacancies .mc__outdoor--wrapper p{
	color: white;
}
.mc__main_env--block .mc__view--more {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
	margin-bottom: 25px;
}
.mc__main_env--block .mc__cta--section {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 15px;
}
.mc__main_env--block .mc__cta--section {
    max-width: 88rem;
    margin: 0 auto;
    padding: 0 15px 6rem;
}

.mc__main_env--block .mc__cta--content {
    padding: 130px 0 100px;
    margin-bottom: 0;
}
.mc__main_env--block .mc__bottom--bg {
    bottom: -20px;
}
.mc__main_env--block .mc__view--less {
    margin-bottom: 25px;
}
@media(max-width:991px) and (min-width:640px){
    div#footnav {
        margin-left: -60px;
    }
}

@media(max-width:640px){
     div#footnav {
        margin-left: 25px;
    }  
}

/* 16-06-2023 */

.mc__service--hidden h4.sd_color {
    color: #EACCA8;
}
.mc__main_env--block .mc__outdoor.mc__tab-content.mc__vacancies .mc__outdoor--wrapper p{
	margin-bottom: 1.4rem;
}
.mc__main_env--block .mc__outdoor.mc__tab-content.mc__vacancies .mc__outdoor--wrapper p img{
	width: 100%;
}
.mc__main_env--block .mc__outdoor--services .mc__service--content ul{
	display: flex;
    flex-wrap: wrap;
}
.mc__main_env--block .mc__outdoor--services .mc__service--content ul li{
	font-weight: 400;
	    list-style: inside;
    flex: 0 0 50%;
    max-width: 50%;
}
.mc__outdoor--services .mc__service--hidden ul{
	margin-bottom: 15px;
	display: flex;
    flex-wrap: wrap;
}
.mc__service--content > .mc__block_img {
    display: block;
    margin-bottom: 30px;
}
.mc__service--content p {
    font-weight: 400;
}
.mc__outdoor--services .mc__service--hidden ul li{
	color: #ffffff;
	font-weight: 400;
		    list-style: inside;
    flex: 0 0 50%;
    max-width: 50%;
}
.mc__main_env--block .mc__view--less{
	display: inline-flex;
}
.mc__outdoor--services .mc__service--hidden p{
	font-weight: 400 !important;
}

.find_more_winter {
    text-align: center;
}
