:root {
  --the-green: #009652;
  --the-white: #fff;
  --the-black: #000;
  --the-light-green: #6ec051;
  --the-grey: #f9f9fa;
}

/*----------Font--------*/
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

h2 {
  font-size: 1.8em;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

a {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

li {
  list-style: none;
  position: relative;
  margin-left: 25px;
}

.the-body-content li::before {
  content: "\e80c";
  position: absolute;
  font-family: "pncicons";
  width: 10px;
  height: 10px;
  left: -25px;
  top: 0;
}

.fluid-container.footer-holder li::before,
.green-section li::before {
  display: none;
}

input,
textarea {
  outline: none;
}

@font-face {
  font-family: "pncicons";
  src: url("font/pncicons.eot?9286756");
  src: url("font/pncicons.eot?9286756#iefix") format("embedded-opentype"),
    url("font/pncicons.woff2?9286756") format("woff2"),
    url("font/pncicons.woff?9286756") format("woff"),
    url("font/pncicons.ttf?9286756") format("truetype"),
    url("font/pncicons.svg?9286756#pncicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'pncicons';
	  src: url('../font/pncicons.svg?9286756#pncicons') format('svg');
	}
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pncicons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-iconmonstr-x-mark:before {
  content: "\e800";
} /* '' */
.icon-iconmonstr-arrow-up:before {
  content: "\e801";
} /* '' */
.icon-iconmonstr-linkedin:before {
  content: "\e802";
} /* '' */
.icon-iconmonstr-twitter:before {
  content: "\e803";
} /* '' */
.icon-iconmonstr-youtube:before {
  content: "\e804";
} /* '' */
.icon-right-big:before {
  content: "\e805";
} /* '' */
.icon-iconmonstr-facebook:before {
  content: "\e806";
} /* '' */
.icon-iconmonstr-email:before {
  content: "\e807";
} /* '' */
.icon-iconmonstr-arrow-right:before {
  content: "\e808";
} /* '' */
.icon-iconmonstr-arrow-down:before {
  content: "\e809";
} /* '' */
.icon-iconmonstr-magnifier-lined:before {
  content: "\e80a";
} /* '' */
.icon-iconmonstr-arrow-left:before {
  content: "\e80b";
} /* '' */
.icon-iconmonstr-shape:before {
  content: "\e80c";
} /* '' */
.icon-iconmonstr-arrow-downwards:before {
  content: "\e80d";
} /* '' */
.icon-iconmonstr-plus:before {
  content: "\e80e";
} /* '' */
.icon-mail:before {
  content: "\e813";
} /* '' */

.the-body-content,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.btn a {
  background: var(--the-brown);
  color: var(--the-white);
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
}

h4::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 100%;
  border-bottom: 2px solid var(--the-brown);
  margin-left: 20px;
}

/*Container width*/
.container {
  max-width: 90%;
}

/* .the-body-content .container {
  width: 80%;
} */

/* Slider */

.slider-container {
  position: relative;
}

#homeSlider .item {
  height: 100vh;
  background-position: top 20% center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

#homeSlider .item::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  bottom: 0;
}

@media (max-width: 1400px) {
  .slider-content-wrapper {
    position: relative;
    top: 35%;
  }
}
@media (min-width: 1500px) {
  .slider-content-wrapper {
    position: relative;
    top: 36%;
  }
}

.slider-content-wrapper {
  position: relative;
  top: 36%;
}

@media (max-width: 1600px) {
  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 120px !important;
    padding: 20px 0;
    border-top: 1px solid var(--the-white);
  }
}
@media (max-width: 760px) {
  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 46px !important;
  }
}
.slider-nav-content p {
  color: var(--the-white);
  font-size: 14px;
  font-weight: 300;
}

.caption-holder h1 {
  font-size: 2em;
  color: var(--the-white);
  margin-bottom: 30px;
}

.caption-holder p {
  font-size: 14px;
  font-weight: 300;
  color: var(--the-white);
}

.slider-caption p {
  font-size: 1em;
  color: var(--the-white);
}

.learn-more-btn a {
  text-transform: uppercase;
  background: var(--the-white);
  color: var(--the-light-green);
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  transition: 900ms;
  font-size: 14px;
  margin-top: 30px;
}

#homeSlider .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 5%;
  display: flex;
  color: var(--the-black);
  gap: 15px;
}

#homeSlider .owl-nav i {
  font-size: 20px;
}

@media (max-width: 500px) {
  #homeSlider .owl-nav {
    display: none;
  }
}

.icon-previous-button,
.icon-next-button {
  font-size: 2em;
  color: var(--the-white);
  border: 1px solid var(--the-white);
  margin: 5px;
  border-radius: 5px;
  padding: 3px 0;
}

.icon-previous-button:hover,
.icon-next-button:hover {
  background: var(--the-blue);
  border: 1px solid var(--the-blue);
  transition: 900ms ease-in-out;
}

.owl-dots {
  display: flex !important;
  justify-content: right;
  gap: 3px;
  position: relative;
  bottom: 30px;
  right: 15%;
}

.owl-dot {
  background: var(--the-green) !important;
  border: none !important;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.owl-dot.active {
  background: var(--the-black) !important;
  height: 10px;
  width: 10x;
  transition: 500ms ease-in-out;
}

.scroll-down {
  padding: 10px;
  background: var(--the-white);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.scroll-down a {
  color: var(--the-black);
  font-size: 15px;
}

/* Footer */
.fluid-container.footer-holder {
  background: var(--the-grey);
  padding-top: 60px;
  padding-bottom: 30px;
}

/*PAGINATION*/

.pagination {
  clear: both;
  padding: 0px 0 50px 0;
  position: relative;
  font-size: 1.2em;
  line-height: 13px;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  font-weight: 200;
  margin: 2px 2px 2px 0;
  padding: 15px;
  text-decoration: none;
  width: auto;
  color: var(--the-light-gray);
  background: var(--the-black);
  transition: 900ms;
}
.pagination a:hover {
  color: var(--the-light-gray);
  background: var(--the-brown);
}

.pagination .current {
  padding: 15px;
  background: var(--the-brown);
  color: var(--the-light-gray);
}

/* Banner */

.mk-bgimg {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background-position: center;
}

.mk-bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.mk-bgimg h2 {
  padding-top: 230px;
  color: var(--the-white);
}

.mk-bgimg .content {
  position: relative;
  z-index: 99;
  color: var(--the-white);
  text-align: center;
  top: 100px;
}

.mk-bgimg .breadcrumb {
  display: inline-block;
  background: top;
  padding: 0;
  margin-bottom: 0px;
}

.mk-bgimg h3 {
  font-size: 1.5em;
  font-weight: 500;
}

.mk-bgimg .content a {
  color: var(--the-white);
}

.mk-bgimg .content p {
  color: var(--the-white);
  opacity: 0.2;
  font-style: italic;
}

/* Management */

.person {
  position: relative;
}

.person-details {
  position: absolute;
  bottom: 10%;
  padding: 20px;
  color: white;
  width: 100%;
}
.person-image img {
  filter: brightness(60%);
}

.person-details h3 {
  font-size: 24px;
  font-weight: 300;
  color: var(--the-white);
}

.person-position {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.person-position p {
  font-size: 15px;
  font-weight: 300;
}

.person-position a {
  color: var(--the-white);
}

/* Modal */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }

  .content img {
    width: 300px;
    float: left;
    margin-right: 15px;
  }

}


.content img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.modal-body h5 {
  font-size: 15px;
  font-weight: 500;
  color: var(--the-light-green);
}

.btn-secondary {
  color: #fff;
  background-color: var(--the-light-green);
  border-color: var(--the-light-green);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--the-green);
  border-color: var(--the-green);
}

/* Pages Block */

.page-block-wrapper {
  border: 1px solid var(--the-green);
}

.page-details {
  padding: 30px 20px;
}

.page-details .pages-title a {
  color: var(--the-black);
}

.page-details p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}

.page-details i {
  color: var(--the-light-green);
}

i.icon-iconmonstr-shape {
  padding-right: 5px;
}

.abt-btn {
  margin-top: 40px;
}

.abt-btn i {
  color: var(--the-green);
  font-size: 20px;
}

/* Vacancies */

.vacancy-wrapper {
  padding: 40px 20px;
  box-shadow: #dedada 0px 0px 6px 0px;
  margin: 10px 0;
  text-align: center;
  margin-bottom: 40px;
}

.vacancy-content {
  margin-bottom: 20px;
}

.vacancy-content h6 {
  font-weight: 300;
}

.apply-btn a {
  background: var(--the-light-green);
  color: var(--the-white);
  padding: 10px 20px;
  display: inline-block;
  box-shadow: #dedada 0px 0px 6px 0px;
}

.apply-btn a:hover {
  background: var(--the-green);
  color: var(--the-white);
  transition: 500ms ease-in-out;
}

.s-vacancy-title .bold-text {
  font-weight: 500;
  font-size: 18px;
}

.apply-form {
  background: var(--the-light-green);
  padding: 40px 20px;
  color: var(--the-white);
  font-weight: 300;
  box-shadow: #dedada 0px 0px 6px 0px;
}

.apply-form input {
  border: none;
}

/* Quotation Forms */

.q-form .modal-header {
  background: var(--the-light-green);
  color: white;
  border: none;
  padding: 30px 50px;
}

.q-form .modal-body {
  background: var(--the-light-green);
  color: white;
  border: none;
  padding: 0 50px;
}

.q-form input,
.q-form textarea {
  /* background: transparent !important; */
  border: none;
}

.q-form input::placeholder,
.q-form textarea::placeholder {
  color: var(--the-black);
}

.modal-content {
  border: none;
  box-shadow: #3e3e3e 0px 0px 3px 0px;
}

/* Mailchimp Form */

.mailchimp-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 2px solid var(--the-green);
  border-radius: 50px;
  outline: none;
}

.mailchimp-form input[type="submit"] {
  padding: 10px 30px;
  background: var(--the-green);
  color: var(--the-white);
  border: none;
  border-radius: 50px;
}

.mailchimp-form {
  display: flex;
  gap: 20px;
}

div#mailchimpForm .modal-body {
  padding: 60px 20px;
}

.claim-form input,
.claim-form textarea {
  margin-bottom: 20px;
  border: 1px solid;
}


ol.wp-block-list li{
  list-style: initial !important;
}

ol.wp-block-list .the-body-content li:before {
 display:none !important;
}