@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);@charset "UTF-8";

body {
  font-family: "Fira Sans", sans-serif;
  font-family: "Barlow", sans-serif;
}

@media only screen and (max-width : 991px) {
  body {
    padding-top: 65px;
  }
}

.text-secondary {
  color: #d36135 !important;
}

.text-accent {
  color: #ebe5c7;
}

.menu .navbar {
  transition: 0.3s ease all;
}

@media only screen and (max-width : 991px) {
  .menu .navbar .collapse.show {
    overflow-y: auto;
  }
}

.menu .menu__item {
  border: 1px solid transparent;
  position: relative;
  border-radius: 3px;
  margin: 0.25rem;
}

@media only screen and (max-width : 991px) {
  .menu .menu__item {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.16);
  }
}

.menu .menu__item a {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem !important;
  cursor: pointer;
}

@media only screen and (max-width : 991px) {
  .menu .menu__item a {
    padding: 0.5rem 0.8rem !important;
  }
}

.menu .menu__item::after {
  content: "";
  position: absolute;
  width: 30px;
  top: 100%;
  left: 50%;
  height: 4px;
  background: transparent;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0px 4px transparent, 0 1px 4px transparent;
}

.menu .menu__item:hover,
.menu .menu__item.active {
  border-color: #d36135;
}

.menu .menu__item:hover::after,
.menu .menu__item.active::after {
  background: #d36135;
  box-shadow: 0 0px 4px #d3613542, 0 1px 4px #d3613559;
}

@media only screen and (max-width : 991px) {
  .menu .menu__item:hover::after,
  .menu .menu__item.active::after {
    background: transparent;
    box-shadow: none;
  }
}

@media only screen and (max-width : 991px) {
  .menu .menu__item:hover,
  .menu .menu__item.active {
    border-color: transparent;
    background: #d36135;
  }
}

.menu.menu--dark .menu__item a {
  color: white;
  transition: 0.3s ease all;
}

.menu.menu--dark .menu__item a:hover,
.menu.menu--dark .menu__item a:focus {
  color: white;
}

.menu.menu--dark .menu__item.active a {
  color: white;
  transition: 0.3s ease all;
}

.menu.menu--light .menu__item a {
  color: black;
  transition: 0.3s ease all;
}

.menu.menu--light .menu__item a:hover {
  color: black;
}

@media only screen and (max-width : 991px) {
  .menu.menu--light .menu__item a:hover {
    color: white;
  }
}

.menu.menu--light .menu__item.active a {
  color: black;
  transition: 0.3s ease all;
}

@media only screen and (max-width : 991px) {
  .menu.menu--light .menu__item.active a {
    color: white;
  }
}

@media only screen and (max-width : 991px) {
  .menu .primary__menu {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}

.header {
  padding: 1rem 0px;
}

.header .header__logo figure img {
  height: 70px;
  transition: 0.3s ease all;
}

@media only screen and (max-width : 991px) {
  .header .header__logo img {
    width: 50px;
    height: auto;
  }
}

.header.header--fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: 0.3s ease all;
}

@media only screen and (max-width : 991px) {
  .header.header--fixed {
    background: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.16) !important;
    padding: 0.5rem 0px !important;
    transition: 0.3s ease all !important;
  }
}

@media only screen and (max-width : 991px) {
  .header.header--fixed .menu {
    width: 100%;
  }

  .header.header--fixed .menu .navbar {
    padding: 0px;
  }

  .header.header--fixed .menu .menu__item a {
    color: #d36135;
    text-align: center;
  }
}

@media only screen and (max-width : 991px) and (max-width : 991px) {
  .header.header--fixed .menu .menu__item.active a {
    color: white !important;
  }
}

@media only screen and (max-width : 991px) and (max-width : 991px) {
  .header.header--fixed .menu .menu__item:hover a {
    color: white;
  }
}

.header.header--sticky {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 0.5rem 0px;
  transition: 0.3s ease all;
}

.header.header--sticky .menu .navbar {
  padding: 0px;
  transition: 0.3s ease all;
}

.header.header--sticky .menu .menu__item a {
  color: #d36135;
  transition: 0.3s ease all;
}

.header.header--sticky .menu .menu__item.active a {
  color: #d36135;
  transition: 0.3s ease all;
}

.header.header--sticky .header__logo figure img {
  height: 40px;
  transition: 0.3s ease all;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .banner__content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width : 991px) {
  .banner .banner__content {
    width: 100%;
  }
}

.banner .banner__content .banner__content__text {
  color: white;
}

.banner .banner__content .banner__content__text.banner__content__text--big {
  text-align: center;
  text-transform: capitalize;
}

.banner .banner__content .banner__content__text.banner__content__text--big h1 {
  font-weight: bolder;
  font-size: 4rem;
}

@media only screen and (max-width : 991px) {
  .banner .banner__content .banner__content__text.banner__content__text--big h1 {
    font-size: 2rem;
  }
}

.banner .banner__content .banner__content__text.banner__content__text--big h2 {
  font-size: 3rem;
}

@media only screen and (max-width : 991px) {
  .banner .banner__content .banner__content__text.banner__content__text--big h2 {
    font-size: 1rem;
  }
}

.banner .banner__overly {
  height: 100%;
  width: 100%;
  background: #00530c;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.button {
  border-radius: 3rem;
  max-width: 220px;
  min-width: 200px;
  height: 53px;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  -webkit-appearance: initial;
  cursor: pointer;
}

@media only screen and (max-width : 991px) {
  .button {
    max-width: 180px;
    min-width: 140px;
    height: 35px;
  }
}

.button .button__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.button .button__shadow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  top: -10%;
  left: -10%;
  transition: 0.1s ease all;
  z-index: 1;
}

@media only screen and (max-width : 991px) {
  .button .button__shadow {
    width: 70px;
    height: 70px;
  }
}

.button.button--light {
  background: #d36135;
  color: white !important;
}

.button.button--light .button__shadow {
  background: #ebe5c7;
}

.button.button--dark {
  background: #086415;
  color: white !important;
}

.button.button--dark .button__shadow {
  background: #ebe5c7;
}

.button span {
  font-weight: 500;
  font-size: 0.9rem;
}

@media only screen and (max-width : 991px) {
  .button span {
    font-size: 0.6rem;
  }
}

.section .section__wrapper {
  padding: 4rem 0rem 4rem 0rem;
}

@media only screen and (max-width : 991px) {
  .section .section__wrapper {
    padding: 2rem 0rem 2rem 0rem;
  }
}

.section .section__wrapper .section__heading {
  margin-bottom: 4rem;
}

@media only screen and (max-width : 991px) {
  .section .section__wrapper .section__heading {
    margin-bottom: 1.5rem;
  }
}

.section .section__wrapper .section__heading .section__title {
  font-size: 3rem;
  font-weight: 300;
}

@media only screen and (max-width : 991px) {
  .section .section__wrapper .section__heading .section__title {
    font-size: 2rem;
  }
}

.section .section__wrapper .section__heading .section__title .section__title--bold {
  font-weight: 800;
}

.section .section__wrapper .section__heading.section__heading--light {
  color: white;
  text-align: center;
}

.section .section__wrapper .section__content .bg-primary {
  background: #177a27 !important;
}

.section.section--light {
  color: white;
}

.about__us .about__us__content {
  padding: 3rem;
  text-align: justify;
}

@media only screen and (max-width : 991px) {
  .about__us .about__us__content {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
  }
}

.about__us .about__us__content .about__us__content--list {
  color: white;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.about__us .about__us__content .about__us__content--list .list__item {
  padding: 2rem 0rem;
}

.background.bg__image {
  overflow: hidden;
  position: relative;
  padding: 0;
}

@media only screen and (max-width : 991px) {
  .background.bg__image {
    height: 250px;
  }
}

.background.bg__image figure {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.background.bg__image figure .overly {
  background: #177a27;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.background.bg__image figure img {
  width: 100%;
}

.background.bg__white {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.16);
}

.background.bg__primary {
  background: #177a27;
}

.background.bg__primary--dark {
  background: #00530c;
}

.background.bg__white--smoke {
  background: whitesmoke;
}

.background.bg__custom__image {
  background-image: url(/images/career.jpg?d7950f62829d7ef4b5b13fc92cc720c4);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

.background.bg__custom__image .overley {
  background: black;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.background.bg__custom__image .overley__content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background.background--overlapping {
  overflow: hidden;
  position: relative;
}

.background.background--overlapping .background--white {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  transform: translateY(-70%);
}

.section--services .service__item__container {
  padding-bottom: 1rem;
}

.section--services .service__item__container:nth-child(odd) {
  padding-left: 0;
  padding-right: 0.5rem;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container:nth-child(odd) {
    padding-right: 0;
  }
}

.section--services .service__item__container:nth-child(even) {
  padding-right: 0;
  padding-left: 0.5rem;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container:nth-child(even) {
    padding-left: 0;
  }
}

.section--services .service__item__container .services__item {
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 215px;
}

.section--services .service__item__container .services__item .overly {
  background: #086415 !important;
}

.section--services .service__item__container .services__item figure {
  z-index: 0;
  height: 100%;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item {
    height: 165px;
  }
}

.section--services .service__item__container .services__item:nth-child(even) {
  margin-right: 1rem;
}

.section--services .service__item__container .services__item .services__item__icon {
  width: 220px;
  margin-left: -120px;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__icon {
    width: 280px;
  }
}

.section--services .service__item__container .services__item .services__item__icon .service__item__icon__container {
  border-radius: 50%;
  background: #086415;
  width: 215px;
  height: 215px;
  position: relative;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__icon .service__item__icon__container {
    width: 180px;
    height: 180px;
  }
}

.section--services .service__item__container .services__item .services__item__icon .service__item__icon__container .icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 165px;
  font-size: 50px;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__icon .service__item__icon__container .icon {
    font-size: 28px;
    left: 150px;
  }
}

.section--services .service__item__container .services__item .services__item__icon .service__item__icon__container .icon span {
  color: #d36135;
  text-shadow: 3px 3px #00530c;
}

.section--services .service__item__container .services__item .services__item__content {
  z-index: 1;
  padding: 1.5rem 1rem;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__content .mobile__icon {
    color: #28a74538;
    margin-right: 1rem;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 70px;
    transform: translateY(-50%);
  }
}

.section--services .service__item__container .services__item .services__item__content .service__heading {
  text-align: center;
  font-weight: medium;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__content .service__heading {
    font-size: 1.3rem;
  }

  .section--services .service__item__container .services__item .services__item__content .service__heading span {
    color: #28a745;
    margin-right: 1rem;
  }
}

.section--services .service__item__container .services__item .services__item__content .service__content {
  text-align: justify;
  padding: 0 2rem;
  color: #ebe5c7;
}

@media only screen and (max-width : 991px) {
  .section--services .service__item__container .services__item .services__item__content .service__content {
    padding: 0 0.5rem;
    font-size: 0.82rem;
  }
}

.our__works .work__slider .item__wrapper {
  position: relative;
}

.our__works .work__slider .item__wrapper .item__container .overly {
  background: #177a27;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.our__works .work__slider .item__wrapper .item__container .item__content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.our__works .work__slider .item__wrapper .item__container .item__content.item--dark {
  color: white;
}

.footer {
  background: #002405;
  color: white;
}

.footer .footer__block__wrapper {
  padding-right: 3rem !important;
}

@media only screen and (max-width : 991px) {
  .footer .footer__block__wrapper {
    padding-right: 0rem !important;
    padding-bottom: 2rem !important;
    border-bottom: 1px solid;
    border-color: #204a25;
  }
}

.footer .footer__block__wrapper:last-child {
  padding-right: 0rem !important;
}

@media only screen and (max-width : 991px) {
  .footer .footer__block__wrapper:last-child {
    border-color: transparent;
    padding-bottom: 0px !important;
  }
}

.footer .footer__block__wrapper .quick__links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer .footer__block__wrapper .quick__links .list__item {
  padding: 0.5rem 0rem;
}

.footer .footer__block__wrapper .quick__links .list__item a {
  color: white;
}

.list.list--two--column {
  display: flex;
  flex-wrap: wrap;
}

.list.list--two--column .list__item {
  flex: 1 0 calc( 50% - 70px);
  margin-left: 30px;
}

@media only screen and (max-width : 991px) {
  .list.list--two--column .list__item {
    flex: unset;
  }
}

.list.list--two--column .list__item:nth-child(odd) {
  margin-right: 35px;
}

.list.list--two--column .list__item:nth-child(even) {
  margin-left: 45px;
}

@media only screen and (max-width : 991px) {
  .list.list--two--column .list__item:nth-child(even) {
    margin-left: 30px;
  }
}

.list.list--custom {
  list-style: none;
  padding: 0px 6rem;
}

@media only screen and (max-width : 991px) {
  .list.list--custom {
    padding: 0px;
  }
}

.list.list--custom .list__item {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.list.list--custom .list__item::before {
  content: "\F3E5";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  transform: rotate(180deg);
  position: absolute;
  left: -30px;
  top: 0;
}

.list.list--light {
  color: white;
}

.awards__recognition figure {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09), 0 2px 4px rgba(0, 0, 0, 0.16);
}

.awards__recognition .award__heading {
  margin-top: 1rem;
  text-align: center;
  font-weight: 300;
}

.awards__recognition .award__heading .award__heading--bold {
  font-weight: 800;
  margin-top: 0.5rem;
}

.awards__recognition .background--overlapping {
  padding-bottom: 4rem;
}

.awards__recognition .section__wrapper {
  padding-bottom: 0px;
}

.our__team .team__head {
  padding: 1rem 1rem;
}

@media only screen and (max-width : 991px) {
  .our__team .team__head {
    padding: 2rem 1rem;
  }
}

.our__team .team__head .icon__quote {
  position: absolute;
  opacity: 0.2;
  font-size: 71px;
  top: 1%;
}

.our__team .team__head figure {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  margin-bottom: 0px;
  margin-right: 1rem;
}

@media only screen and (max-width : 991px) {
  .our__team .team__head figure {
    width: 100px;
    height: 100px;
  }
}

.our__team .team__head figure img {
  width: 100%;
}

.our__team .team__head .team__detail {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #d3d3d4;
}

.our__team .team--dark figure {
  border-color: white;
}

.our__team .team--dark .team__detail {
  color: black;
}

.our__team .team--light figure {
  border-color: #177a27;
}

.our__team .team--light .team__detail {
  color: #212121;
}

.our__team .team__slider .item__wrapper .item__container {
  position: relative;
}

.our__team .team__slider .item__wrapper .item__container .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #950816;
  background: linear-gradient(0deg, #950816 0%, #177a27 0%, #177a27 0%, rgba(23, 122, 39, 0.2609418768) 61%, rgba(23, 122, 39, 0) 100%);
  transition: 0.3s ease all;
}

.our__team .team__slider .item__wrapper .item__container .item__content {
  position: absolute;
  width: 100%;
  bottom: 5%;
  transition: 0.3s ease all;
  padding: 0rem 2rem;
}

.our__team .team__slider .item__wrapper .item__container .item__content.item--dark {
  color: white;
}

.our__team .team__slider .item__wrapper .item__container .item__content .team__heading {
  text-align: center;
  font-weight: 300;
}

.our__team .team__slider .item__wrapper .item__container .item__content .team__heading .team__heading--bold {
  font-weight: 700;
}

.our__team .team__slider .item__wrapper .item__container .item__content .team__desc {
  text-align: center;
}

.our__team .team__slider .item__wrapper .item__container .item__content .team__hover__content {
  height: 0px;
  transform: scale(0);
  transition: 0.3s ease all;
}

.our__team .team__slider .item__wrapper:hover {
  cursor: pointer;
}

.our__team .team__slider .item__wrapper:hover .overly {
  background: #950816;
  background: linear-gradient(0deg, #950816 0%, #177a27 0%, #177a27 0%, rgba(23, 122, 39, 0.6) 61%, rgba(23, 122, 39, 0) 100%);
  transition: 1s ease all;
}

.our__team .team__slider .item__wrapper:hover .item__content {
  bottom: 25%;
  transition: 0.3s ease all;
}

.our__team .team__slider .item__wrapper:hover .team__hover__content {
  transform: scale(1) !important;
  transition: 0.3s ease all;
  height: 100px;
}

.contact__us .box__content .list {
  padding: 2rem 1rem;
  list-style: none;
}

.contact__us .box__content .list .list__item {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.contact__us .box__content .list.list--light .list__item .contact__title {
  color: #177a27;
}

.contact__us .box__content .list.list--light .list__item .contact__description {
  color: #212121;
}

.form {
  padding: 2rem 1rem;
}

@media only screen and (max-width : 991px) {
  .form {
    padding: 2rem 0rem;
  }
}

.form .form-group {
  border-bottom: 2px solid white;
  padding-top: 0.5rem;
}

.form .form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0px;
}

.form .form-group .custom__input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: white;
  padding: 0.5rem 0rem;
}

.form .form-group .custom__input:focus {
  outline: none;
  border: none;
}

.form .form-group textarea.custom__input {
  max-height: 200px;
}

.form.form--dark .form-group label {
  color: white;
}

.form.form--dark .form-group .custom__input::-webkit-input-placeholder {
  color: whitesmoke;
}

.form.form--dark .form-group .custom__input::-moz-placeholder {
  color: whitesmoke;
}

.form.form--dark .form-group .custom__input:-ms-input-placeholder {
  color: whitesmoke;
}

.form.form--dark .form-group .custom__input::-ms-input-placeholder {
  color: whitesmoke;
}

.form.form--dark .form-group .custom__input::placeholder {
  color: whitesmoke;
}

.form.form--light .form-group {
  border-bottom: 2px solid black !important;
}

.form.form--light .form-group input,
.form.form--light .form-group textarea {
  color: black;
}

.form.form--light .form-group.form-group--non__style {
  border-bottom: none !important;
}

.owl-theme.custom__carousel .owl-dots .owl-dot {
  outline: none;
}

.owl-theme.custom__carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
}

.owl-theme.custom__carousel .owl-dots .owl-dot.active span {
  background: #177a27;
}

.owl-theme.custom__carousel .owl-dots .owl-dot:hover span {
  background: #177a27;
}

.owl-theme.carousel__nav--custom .owl-nav button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #1e7b2a;
  font-size: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.owl-theme.carousel__nav--custom .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

hr {
  margin: 1em 4rem;
}

hr.light {
  border-color: white;
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  background: transparent !important;
}

.cwork-carousel .owl-stage {
  display: flex !important;
  align-items: center !important;
}

.cwork-carousel .item__container {
  position: relative;
}

.cwork-carousel .item__container .overly {
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2,103,18, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M12 15h14M8 23h18'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

@media only screen and (max-width : 991px) {
  .revGallery-anchor {
    width: calc((100% / 3) - 10px ) !important;
  }
}

.overly__wrapper {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}

.overly__wrapper.overly__wrapper--hide {
  display: none;
}

.overly__wrapper.overly__wrapper--show {
  opacity: 0.6;
  display: block;
}

.career__wrapper {
  background: #ebe5c7;
  width: 100%;
  position: fixed;
  max-height: 100vh;
  left: 0;
  bottom: -100%;
  z-index: 4;
  overflow-y: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.career__wrapper .career__content {
  padding: 2rem 0;
}

.career__wrapper .career__content .career__text--design span {
  font-size: 38px;
}

.career__wrapper .career__content .career__text--design span:last-child {
  font-weight: bolder;
}

.close__button {
  padding: 14px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close__button span {
  border-radius: 50%;
  padding: 5px 8px;
  text-align: center;
}

.close__button span:hover {
  background: rgba(0, 0, 0, 0.16);
  transition: 1s ease all;
  cursor: pointer;
}

