html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1160px;
}

.container-xxl {
  max-width: 1640px !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Merriweather regular";
  src: url("/assets/fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather bold";
  src: url("/assets/fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather black";
  src: url("/assets/fonts/Merriweather/Merriweather-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans regular";
  src: url("/assets/fonts/Nunito_Sans/static/NunitoSans_10pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans bold";
  src: url("/assets/fonts/Nunito_Sans/static/NunitoSans_10pt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@layer heading {
  h2, h3, h4 {
    font-family: "Merriweather regular", serif;
    margin: 10px 0 5px !important;
    color: #2C1B13;
  }
  h1 {
    font-family: "Merriweather black", serif;
    line-height: 1.5 !important;
    margin: 15px 0 5px !important;
    color: #2C1B13 !important;
  }
  h2 {
    font-family: "Merriweather bold", serif;
    color: #2C1B13;
    line-height: 1.5 !important;
  }
}
@layer paragraph {
  h5, h6 {
    font-family: "Nunito Sans bold", sans-serif;
    color: #2C1B13 !important;
  }
  p {
    line-height: 1.5;
    font-family: "Nunito Sans regular", sans-serif;
    color: #2C1B13;
  }
}
section {
  padding: 60px 0;
}

p a {
  color: #2C1B13;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p a:hover, p a:focus {
  color: rgba(44, 27, 19, 0.0588235294);
}

html {
  min-height: 100vh;
}

.o-btn {
  color: white;
  margin: 10px 0;
  background: #2C1B13;
  padding: 10px 25px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 20px -10px #2C1B13;
          box-shadow: 5px 5px 20px -10px #2C1B13;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.o-btn:hover, .o-btn:focus {
  color: #090C08;
  background: #f9faf5;
  -webkit-box-shadow: 5px 5px 20px -10px #f9faf5;
          box-shadow: 5px 5px 20px -10px #f9faf5;
}

footer {
  font-size: 12px;
  padding: 50px 0;
  position: relative;
  background: rgba(44, 27, 19, 0.0588235294);
}

.c-search {
  min-height: calc(100vh - 112px);
}

.c-search__helper {
  padding: 0 0 50px;
}
.c-search .row {
  margin-right: unset !important;
  margin-left: unset !important;
}
.c-search__title {
  padding: 0 0 20px;
  text-align: center;
}
.c-search-search-item a {
  color: #090C08;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 50px;
}
.c-search-search-item a:hover .c-search-search-item-content__arrow, .c-search-search-item a:focus .c-search-search-item-content__arrow {
  opacity: 0;
  right: -20px;
}
.c-search-search-item a:hover .c-search-search-item-content__image, .c-search-search-item a:focus .c-search-search-item-content__image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.c-search-search-item-content__image {
  height: 200px;
  position: relative;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 30px -10px #090C08;
          box-shadow: 5px 5px 30px -10px #090C08;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-search-search-item-content-company {
  left: 15px;
  bottom: -5px;
  position: absolute;
  margin: 10px 0 20px;
}
.c-search-search-item-content-company__item {
  color: #090C08;
  font-size: 14px;
  background: rgba(44, 27, 19, 0.0588235294);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 20px -10px rgba(44, 27, 19, 0.0588235294);
          box-shadow: 5px 5px 20px -10px rgba(44, 27, 19, 0.0588235294);
}
.c-search-search-item-content-company__item--blue {
  color: white;
  background: #2C1B13;
  -webkit-box-shadow: 5px 5px 20px -10px #2C1B13;
          box-shadow: 5px 5px 20px -10px #2C1B13;
}
.c-search-search-item-content-company__item--pink {
  color: #090C08;
  background: rgba(44, 27, 19, 0.0588235294);
  -webkit-box-shadow: 5px 5px 20px -10px rgba(44, 27, 19, 0.0588235294);
          box-shadow: 5px 5px 20px -10px rgba(44, 27, 19, 0.0588235294);
}
.c-search-search-item-content-company__item--green {
  color: white;
  background: #5D9C59;
  -webkit-box-shadow: 5px 5px 20px -10px #5D9C59;
          box-shadow: 5px 5px 20px -10px #5D9C59;
}
.c-search-search-item-content__title {
  padding: 20px 0 5px;
}
.c-search-search-item-content__resume {
  line-height: 1.5;
}
.c-search-search-item-content__arrow {
  right: 0;
  opacity: 1;
  margin: 5px 0;
  color: #000000;
  font-size: 20px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-nav__logo {
  width: 90px;
  height: 80px;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar .row {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.navbar-brand {
  position: relative;
  display: inline-block !important;
}

div#navbarSupportedContent {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-collapse.collapse.show {
  position: relative;
  z-index: 100000000000000000000;
}
.navbar-collapse.collapse.show:after {
  width: 150%;
  content: "";
  left: -100px;
  height: 30px;
  position: absolute;
  display: inline-block;
  background-color: white;
  -webkit-box-shadow: 5px 15px 30px -10px rgba(9, 12, 8, 0.19);
          box-shadow: 5px 15px 30px -10px rgba(9, 12, 8, 0.19);
}

.nav-link {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 20px 0 0;
  font-family: "Nunito Sans bold", sans-serif;
}

.d-flex {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

input.form-control.me-2 {
  font-style: italic;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(44, 27, 19, 0.0588235294);
  font-size: 14px !important;
  width: calc(100% - 73px) !important;
  padding: 0.375rem 73px 0.375rem 0.75rem;
}

button.btn.btn-outline-success {
  right: 13px;
  color: white;
  border: none;
  height: 30px;
  font-size: 13px;
  line-height: 0.9;
  background: #2C1B13;
  position: absolute;
  border-radius: 60px;
  padding: 0 11px !important;
}

button.navbar-toggler {
  top: 30px;
  right: 20px;
  width: 58px;
  border: none;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 99999999 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.navbar-toggler:hover .c-navbar-stripe__one, button.navbar-toggler:hover .c-navbar-stripe__two, button.navbar-toggler:hover .c-navbar-stripe__three, button.navbar-toggler:focus .c-navbar-stripe__one, button.navbar-toggler:focus .c-navbar-stripe__two, button.navbar-toggler:focus .c-navbar-stripe__three {
  width: 100% !important;
}

.c-navbar-stripe {
  height: 3px;
  width: 100%;
  border-radius: 20px;
  background-color: #2C1B13;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-navbar-stripe__one {
  width: 85%;
}
.c-navbar-stripe__two {
  width: 70%;
}
.c-navbar-stripe__three {
  width: 95%;
}

@media only screen and (max-width: 767px) {
  .navbar .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  ul.navbar-nav.mb-2.mb-lg-0 {
    padding: 30px 0 0;
  }
}
#circle {
  position: absolute;
  width: 240px;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: -9999999;
  top: -57px;
  height: 240px;
  left: -77px;
}

#circle text {
  font-size: 16px;
  font-weight: bold;
  word-spacing: 3px;
  font-family: "Merriweather bold", serif;
}

#circle svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 200px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}