@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
.color-primary {
  color: #01471f; }

.color-secondary {
  color: #82bd24; }

.color-wt {
  color: #fff; }

.color-bl {
  color: #000; }

.bg-grey-light {
  background-color: #ededed; }

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5rem;
  color: #504f4f; }

.title {
  font-size: 2rem;
  line-height: 2.5rem; }
  @media (max-width: 576.99px) {
    .title {
      font-size: 1.5rem;
      line-height: 2rem; } }

.subtitle {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  align-items: center; }
  .subtitle::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #82bd24;
    display: inline-block; }

.subtitle-inverse {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-items: center; }
  .subtitle-inverse::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #82bd24;
    display: inline-block; }

.line {
  width: 100%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem; }
  .line.green {
    background-color: #82bd24; }

.bg-pattern-element {
  background-image: url("../images/element-1.png");
  background-repeat: no-repeat;
  background-size: 416px 355px;
  background-position-y: 280px;
  background-position-x: 0; }

#about .subtitle-inverse {
  grid-template-columns: 1fr 6fr; }

.topbar {
  background-color: #01471f; }
  .topbar-info {
    margin-right: 1.5rem;
    color: #fff; }
    .topbar-info a {
      color: #fff; }
  @media (max-width: 768.99px) {
    .topbar {
      display: none; } }

.navbar-brand img {
  width: 120px; }

@media (max-width: 768.99px) {
  #main-menu {
    padding: 1.5rem; } }

#main-menu .nav-item {
  margin-right: 1rem; }
  @media (max-width: 768.99px) {
    #main-menu .nav-item {
      margin-right: unset;
      margin-bottom: 1rem; } }
  #main-menu .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    color: #01471f;
    position: relative; }
    #main-menu .nav-item .nav-link::after {
      content: '';
      position: absolute;
      bottom: calc(-100% - .8rem);
      transform: translateY(10px);
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #82bd24;
      display: block;
      transition: ease-in-out .3s; }
      @media (max-width: 768.99px) {
        #main-menu .nav-item .nav-link::after {
          display: none; } }
  #main-menu .nav-item:hover .nav-link::after, #main-menu .nav-item.active .nav-link::after {
    transform: translateY(0); }

#main-nav {
  position: relative;
  overflow: hidden; }
  @media (max-width: 768.99px) {
    #main-nav {
      border-top: 10px solid #01471f; } }

.footer-nav a {
  display: block;
  text-transform: uppercase;
  color: #01471f;
  font-weight: bold;
  margin-bottom: .5rem; }

.footer-nav ul.subitem {
  margin: 0;
  padding-left: 1rem; }
  .footer-nav ul.subitem li {
    list-style: none;
    display: grid;
    grid-template-columns: .3rem 1fr;
    gap: .5rem;
    align-items: center; }
    .footer-nav ul.subitem li::before {
      content: '';
      width: .3rem;
      height: .3rem;
      display: block;
      border-radius: 2rem;
      background-color: #82bd24; }
    .footer-nav ul.subitem li a {
      font-weight: normal; }

.footer-contact h4 {
  font-size: 1rem; }

.footer-contact p {
  font-size: .9rem; }

.footer-contact a {
  color: #504f4f; }

#main-footer {
  border-top: 8px solid #01471f;
  background-image: url("../images/arniflex-2.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 367px 334px; }

.copyright {
  background-color: #01471f;
  color: #fff;
  font-weight: bold; }

.btn-primary {
  background-color: #82bd24;
  border: 1px solid #82bd24;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold; }
  .btn-primary:hover {
    background-color: #01471f;
    border: 1px solid #82bd24; }

.hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #01471f;
  width: 100%;
  height: 500px;
  background-image: url("../images/banner/bg-hero-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (max-width: 768.99px) {
    .hero-banner {
      background-image: url("../images/banner/bg-hero-banner-mobile.jpg");
      height: 480px; } }
  .hero-banner-content {
    width: 60%;
    max-width: 100%; }
    @media (max-width: 576.99px) {
      .hero-banner-content .title {
        font-size: 1.5rem; } }
    .hero-banner-content span {
      display: block; }
    @media (min-width: 1200px) {
      .hero-banner-content {
        width: 60%; } }
    @media (max-width: 768.99px) {
      .hero-banner-content {
        width: 90%; } }

.inner-banner {
  background-color: #01471f;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .inner-banner-content {
    width: 45%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .inner-banner-content {
        width: 25%; } }
    @media (max-width: 768.99px) {
      .inner-banner-content {
        width: 90%; } }
    .inner-banner-content h1 {
      color: #fff;
      text-transform: uppercase;
      font-weight: bolder; }

.br-image {
  overflow: hidden;
  border-bottom-right-radius: 10rem;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-top-left-radius: 4rem; }

.text-box {
  border: 2px solid #01471f;
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem; }
  .text-box h2 {
    color: #01471f;
    text-transform: uppercase;
    font-weight: bolder; }

.grid-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (max-width: 768.99px) {
    .grid-list {
      grid-template-columns: 1fr; } }
  .grid-list li {
    list-style: none;
    font-size: .9rem;
    font-weight: bold;
    background-color: #ededed;
    padding: .3rem 1rem; }

.mini-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
  border-radius: 2rem;
  transition: ease-in-out .3s; }
  .mini-card h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center; }
  .mini-card-btn {
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: .9rem;
    text-transform: uppercase;
    color: #01471f;
    transition: ease .3s;
    transform: translateY(32px);
    opacity: 0; }
    @media (max-width: 768.99px) {
      .mini-card-btn {
        opacity: 1;
        transform: translateY(0); } }
    .mini-card-btn:hover {
      background-color: transparent;
      color: #fff; }
  .mini-card:hover {
    transform: scale(1.1);
    box-shadow: 0px 8px 12px -1px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768.99px) {
      .mini-card:hover {
        transform: unset; } }
    .mini-card:hover .mini-card-btn {
      opacity: 1;
      transform: translateY(0); }

.call-to {
  background-image: url("../images/background/call-to.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .call-to h2 {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 1rem;
    align-items: center; }
    .call-to h2::after {
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      background-color: #82bd24; }
    .call-to h2::before {
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      background-color: #82bd24; }
  .call-to p {
    color: #fff; }

.slider .slick-arrow {
  background-color: #82bd24;
  border: 1px solid #f3f3f3;
  height: 32px;
  width: 32px;
  z-index: 9; }

.slider .slick-arrow.slick-next:before {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #000;
  content: '>'; }

.slider .slick-arrow.slick-prev:before {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #000;
  content: '<'; }

.client {
  border: 2px solid #01471f;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px; }
  .client p {
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase; }

.contact-form .form-control {
  border-radius: 0;
  border: 2px solid #01471f; }
  .contact-form .form-control:focus {
    border: 2px solid #82bd24;
    box-shadow: none; }
