/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  /* padding-top: 56px; */
  font-family: 'Roboto', sans-serif;
}
header {
  z-index: 90;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
  font-family: 'Roboto', sans-serif;
}
.navbar-brand {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-primary {
  background: #54b049;
  border-color: #54b049;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #54b049;
  border-color: #54b049;
}

.btn-secondary {
  background: #fd6a02;
  border-color: #fd6a02;
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #fd6a02;
  border-color: rgb(253, 106, 2);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 106, 2, 0.5);
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 106, 2, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fd6a02;
  border-color: #fd6a02;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 176, 73, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #54b049;
  border-color: #54b049;
}
.btn-outline-primary {
  color: #fff;
  border-color: #54b049;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #54b049;
  border-color: #54b049;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 176, 73, 0.5);
}
.portfolio-item {
  margin-bottom: 30px;
}
.navbar {
  padding: 0 1rem;
}
.nav-link {
  padding: 1rem 0;
  margin: 0.5rem 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.75px;
  color: rgba(38, 50, 56, 0.8);
}
.navbar-light .navbar-nav {
  margin-left: auto;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(38, 50, 56, 0.8);
}
.dropdown-toggle::after {
  border: initial;
  content: '';
  background: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: 0.2rem;
  transition: 0.3s all;
  width: 6px;
  height: 3px;
  margin-left: 0;
  transform: rotate(180deg);
}

.show .nav-link.dropdown-toggle::before {
  content: '' !important;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  height: 4px;
  background: #54b049;
  right: 15px;
}
.navbar-brand {
  margin-right: 3rem;
}
.dropdown-menu {
  padding: 1rem 0;
}
.dropdown-item {
  font-size: 12px;
  line-height: 14px;
  color: rgba(38, 50, 56, 0.8);
  padding: 0.7rem 1.5rem;
  outline: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #54b049;
}
.show.dropdown a::after {
  transform: rotate(0deg);
}
/* .show .dropdown.show a::after { */
/* transform: rotate(0deg); */
/* } */
a:hover {
  color: #404040;
}
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
}
.header__search {
  font-size: 12px;
  line-height: 14px;
  margin-right: 60px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.header__search input {
  border: 0;
  padding: 8px 12px 8px 40px;
  background: url(../img/search.svg) #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.header__search input:focus {
  outline-color: rgba(38, 50, 56, 0.7);
}
.header__search input::placeholder {
  color: rgba(38, 50, 56, 0.7);
}
.scrolled_header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  background: #f1f4ed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrolled_header .btn-outline-primary {
  color: #54b049;
}
.scrolled_header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrolled_header .container .btn-secondary {
  margin-right: 10px;
}
.scrolled_header .btn {
  font-size: 12px;
  font-weight: 500;
  padding: 0.575rem 2.05rem;
}
.jumbotron__hero {
  z-index: 20;
  position: relative;
  height: 80vh;
  min-height: 500px;
  background: url(../img/home_hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jumbotron__hero .container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.jumbotron__hero__header {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.jumbotron__hero__header span {
  color: #54b049;
}
.jumbotron__hero__para {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 50px;
}
.jumbotron__hero__buttons a:first-of-type {
  margin-right: 15px;
}

.cards__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cards__wrapper > div {
  display: flex;
  margin-bottom: 24px;
}
.card {
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(150, 150, 150, 0.25);
  border-radius: 5px;
  background: #ffffff;
  mix-blend-mode: normal;
  border: none;
}
.heading {
  margin-top: 0px;
  font-size: 45px;
  line-height: 52px;
  color: rgba(38, 50, 56, 0.8);
  position: relative;
  margin-bottom: 40px;
  /* width: max-content; */
  display: inline-block;
}
.subHeading {
  margin-top: 100px;
  font-size: 50px;
  line-height: 60px;
  color: rgba(38, 50, 56, 0.8);
  position: relative;
  margin-bottom: 87px;
  /* width: max-content; */
  display: inline-block;
}
.subHeading a {
  color: rgba(38, 50, 56, 0.8);
  text-decoration: none;
  transition: 0.3s all;
}
.subHeading a:hover {
  color: #54b049;
}
/* .post__content p a{
  color: #54b049;
  text-decoration: none;
} */
.subHeading span {
  color: #54b049;
}
.subHeading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  background: #54b049;
}
.subHeading__shortborder:after {
  max-width: 70px;
}
.card-img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 18px;
}
.card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #54b049;
}
.card-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #263238;
}
.card__opineo {
  width: 100%;
  height: 100%;
  background: url(../img/opineo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: none;
}

.realization__wrapper {
}
.realization__box {
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(150, 150, 150, 0.25);
  border-radius: 5px;
}
.realization__box__img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.realization__box__meta {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.realization__box__meta__info {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #757575;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 5px;
}
.realization__box__meta__data {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #54b049;
  margin-bottom: 16px;
}
.realization__box__meta__para {
  font-size: 12px;
  line-height: 20px;
  color: #263238;
  margin-bottom: 0;
}
.opinion__box {
  padding: 35px;
  box-shadow: 0px 4px 8px rgba(150, 150, 150, 0.25);
  border-radius: 5px;
  margin-bottom: 40px;
  background: #fff;
}
.opinion__box__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #54b049;
}
.opinion__box__client {
  display: flex;
  position: relative;
}
.opinion__box__client:before {
  content: '';
  display: inline-block;
  margin-top: 7px;
  width: 45px;
  height: 3px;
  background: #54b049;
  margin-right: 30px;
}
.opinion__box__client p {
  display: flex;
  flex-direction: column;
}
.opinion__box__client strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263238;
}
.opinion__box__client span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #757575;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 12px;
}
.footer {
  background: #f1f4ed;
  margin-top: 90px;
  padding: 35px 0 20px;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
}

.footer__copy p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 50, 56, 0.5);
}
.footer__copy span {
  margin-right: 20px;
}
.fotoer__rodo p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 50, 56, 0.5);
}
.fotoer__rodo a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 50, 56, 0.7);
}
@media (min-width: 992px) {
  .nav-item {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .footer .show .nav-link.dropdown-toggle::before {
    content: unset !important;
  }
  .footer .dropdown-toggle::after {
    content: unset !important;
  }
  .footer .dropdown-menu.dropdown-menu-left {
    position: initial !important;
    transform: initial !important;
    padding: 0 !important;
    border: initial !important;
    background: transparent !important;
    top: 0 !important;
    min-width: initial !important;
    display: block !important;
  }
  .footer .nav-item {
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0;
  }
  .footer__heading {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #54b049 !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .footer__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .dropdown-toggle {
    white-space: initial;
  }
  .footer__list li {
    margin-bottom: 5px;
  }
  .footer__list a {
    font-size: 12px;
    line-height: 16px;
    color: rgba(38, 50, 56, 0.8);
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .jumbotron {
    padding: 3rem 2rem;
  }
  .jumbotron__hero .container {
    justify-content: flex-end;
  }
  .jumbotron__hero__header {
    text-align: left !important;
    max-width: 330px;
    font-size: 36px;
    line-height: 44px;
  }
  .jumbotron__hero__header span {
    color: #54b049;
  }
  .jumbotron__hero__para {
    text-align: left !important;
    max-width: 330px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .jumbotron__hero__buttons {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    max-width: 260px;
  }
  .jumbotron__hero__buttons a:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .jumbotron__hero__buttons a {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 0;
  }

  .navbar-brand {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-toggler {
    order: 5;
  }
  .navbar-collapse {
    order: 7;
  }
  .header__search {
    margin-left: auto;
  }
  .navbar-nav {
    width: 100%;
  }
  .nav-btn {
    margin-top: 43px;
    display: flex;
    justify-content: center;
  }
  .nav-btn .btn {
    width: 160px;
    padding: 9px;
  }
  .nav-item {
    padding-left: 24px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
  }
  .dropdown-toggle::after {
    width: 12px;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 24px;
  }
  .navbar-nav .dropdown-menu {
    padding-bottom: 20px;
  }
  .show .nav-link.dropdown-toggle::before {
    content: unset !important;
  }
  .dropdown-menu {
    border: none;
    padding: 0;
  }
  .dropdown-item {
    font-size: 13px;
    line-height: 15px;
  }
  .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 63px;
    left: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    min-height: calc(100vh - 61px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid rgba(196, 196, 196, 0.3);
  }

  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .col_realization_location {
    text-align: right;
  }
  .footer__list {
    list-style: none;
    width: 100%;
    padding-left: 0;
  }
  .footer .dropdown-menu {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    float: initial !important;
  }
  .footer .dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    transform: initial !important;
    background: transparent;
    padding-bottom: 20px;
  }
  .footer .dropdown-menu a {
    /* font-weight: 500;? */
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.75px;
    color: rgba(38, 50, 56, 0.6);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .footer .dropdown-menu a:last-child {
    margin-bottom: 0;
  }
  .footer .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .footer .show .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .footer .nav-link {
    font-size: 13px;
    line-height: 15px;
  }
  .scrolled_header {
    background: transparent;
  }
  .scrolled_header .btn-outline-primary {
    color: #54b049;
  }
  .scrolled_header {
    background: #f1f4ed;
  }
}

@media (max-width: 776px) {
  .scrolled_header .btn {
    padding: 0.375rem 2.45rem;
  }
  .opinion__box__text {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 460px) {
  .scrolled_header .btn {
    padding: 0.375rem 16px;
    width: 50%;
  }
  .subHeading {
    font-size: 36px;
    line-height: 38px;
  }
  .opinion__box__text {
    font-size: 22px;
    line-height: 28px;
  }
  .opinion__box {
    padding: 0;
    box-shadow: none;
  }
  .realization__box__meta {
    padding: 25px 0px;
  }
}

@media (max-width: 400px) {
  .scrolled_header .btn {
    padding: 0.375rem 10px;
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .scrolled_header .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .scrolled_header .btn {
    padding: 0.375rem 10px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}

/* knowledgeBase */
.badges {
  margin-bottom: 60px;
}
.badge {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.25px;
  padding: 13px 20px 13px 20px;
  border-radius: 23px;
  position: relative;
  margin-right: 14px;
  margin-bottom: 20px;
}
.badge:last-of-type {
  margin-right: 0;
}
.badge-outline-primary{
  color: #54b049;
  border: 1px solid #54b049;
  transition: 0.3s all;
}
.badge-outline-primary:hover{
  color: #3c474c;
  border-color: #3c474c;
}
.badge-success {
  background: transparent;
  color: #54b049;
  padding: 13px 20px 13px 35px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.badge-success::before {
  content: '';
  width: 11px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 15px;
  background: url(../img/check.svg);
  transform: translateY(-50%);
}
a.badge-success:focus,
a.badge-success:hover {
  background: transparent;
  background-color: transparent;
  color: #54b049;
}
.badge-light {
  color: rgba(38, 50, 56, 0.25);
  background: #f7f7f7;
}
a.badge-light:focus,
a.badge-light:hover {
  color: rgba(38, 50, 56, 0.6);
  background: #f7f7f7;
}
.knowledgeBase__nav {
  border-left: 1px solid #d0d0d0;
  padding-top: 10px;
}
.knowledgeBase__nav p {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.44px;
  color: rgba(38, 50, 56, 0.9);
  padding-left: 10px;
}
.knowledgeBase__nav ul {
  padding-left: 32px;
}
.knowledgeBase__nav li {
  color: #3c474c;
  margin-bottom: 13px;
}
.knowledgeBase__nav a {
  color: rgba(38, 50, 56, 0.5);
  letter-spacing: 0.44px;
  font-size: 10px;
  line-height: 24px;
}

.knowledgeBase__content {
  padding-top: 10px;
}
.knowledgeBase__card {
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 20px;
}
.knowledgeBase__card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.knowledgeBase__card .card-body {
  padding: 14px;
  height: 281px;
  display: flex;
  flex-direction: column;
}
.knowledgeBase__card .card-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(38, 50, 56, 0.8);
  margin-bottom: 29px;
}
.knowledgeBase__card .card-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: rgba(38, 50, 56, 0.5);
}
.knowledgeBase__link {
  margin-top: auto;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 8px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: rgba(38, 50, 56, 0.8);
  padding-left: 22px;
  position: relative;
}
.knowledgeBase__link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../img/knowledgebase__arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/hamburger.svg);
  background-size: auto;
  background-position: center;
}
.navbar-light .navbar-toggler {
  border: none;
}
.mobile_search_wrapper,
.mobile_search_icon,
.mobile_search_input {
  display: none;
}

@media (max-width: 992px) {
  .mobile_search_wrapper,
  .mobile_search_icon {
    display: block;
  }
  .mobile_search_icon {
  }
  .mobile_search_wrapper {
    margin-left: auto;
    position: relative;
    margin-right: 10px;
  }
  .mobile_search_input {
    position: absolute;
    right: 0;
    bottom: -50px;
    padding: 10px;
    background: #fff;
  }
  .mobile_search_input.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .knowledgeBase__nav {
    border-left: none;
  }
  .knowledgeBase__nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .knowledgeBase__nav li {
    width: 50%;
  }
  .badges__container {
    max-width: 100%;
    display: flex;
  }
  .badge {
    margin-bottom: 0;
  }
  .badges {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    margin-bottom: 35px;
  }
}
.post main {
  position: relative;
}
.post .scrolled_header {
  display: none;
}
.post .jumbotron__hero {
  height: 40vh;
  min-height: 400px;
  background: url(../img/post_hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta {
  position: absolute;
  top: 0;
  z-index: 70;
  right: 0;
  width: 425px;
  height: 100%;
  padding-top: 320px;
}
.cta__wrapper {
  position: sticky;
  top: 20px;
  background: #fff;
  padding: 45px 110px 50px 50px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
}
.cta__wrapper h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #263238;
}
.cta__wrapper p {
  font-size: 16px;
  line-height: 26px;
  color: #5f7d51;
  margin-bottom: 15px;
}
.cta__wrapper .btn-primary {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 0px;
  width: 100%;
}
.cta__wrapper .btn-outline-primary {
  color: #54b049;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 0px;
  width: 100%;
}
@media (min-width: 1650px) {
  .cta {
    width: 33vw;
  }
  .cta__wrapper {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    max-width: 360px;
  }
}

.panel-heading a {
  color: rgb(84, 176, 73);
  position: relative;
  text-decoration: none;
}
.panel-heading .panel-title {
  position: relative;
  padding-right: 50px;
  display: block;
}
.panel-heading span {
  position: absolute;
  height: 20px;
  width: 30px;
  top: 5px;
  right: 10px;
  /* margin-left: 5px; */
}
.panel-heading span:before,
.panel-heading span:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 19px;
  background: rgb(84, 176, 73);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel-heading span:before {
  transition: 0.3s all;
  transform: translate(-50%, -50%) rotate(90deg);
}

.panel-heading a[aria-expanded='true'] span:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.panel-body {
  padding-left: 30px;
}
.panel-body a {
  text-decoration: none;
  color: #54b049;
}
.panel-body h5 {
  margin-bottom: 0;
  font-weight: 400;
}
.panel-body h5 a,
.panel-body p a {
  color: #212529;
}
.panel-body h5 a:hover .panel-body p a:hover {
  color: #000;
}

.panel-body h5 a,
.panel-body p a {
  color: #212529;
}
.panel-body h5 a:hover .panel-body p a:hover {
  color: #000;
}

.panel-body .text-muted {
}

.post .subHeading {
  margin-bottom: 40px;
  margin-top: 0;
}
.post .subHeading:after {
  content: unset;
}
.post__content__meta {
  display: flex;
  margin-bottom: 40px;
}
.post__content__meta p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(38, 50, 56, 0.7);
  margin: 0 20px 0 0;
}
.post__content__meta strong {
  color: #54b049;
}
.post__content__table {
  padding: 35px 65px 55px 100px;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 70px 0;
}
.post__content__table.post__content__table--noPadding {
  padding: 0;
}
.post__content__table__heading {
  display: flex;
}
.post__content__table__heading p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.post__content__table__row {
  display: flex;
}

.post__content__table__info {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.post__content__table__col {
  width: calc(100% / 6);
}
.post__content__table__col p {
  margin: 0;
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #15b2ee;
  justify-content: center;
}
.post__content__table__col--first {
  width: 40%;
}
.post__content__table__col--first p {
  color: rgba(38, 50, 56, 0.7);
  justify-content: flex-start;
}
.post__content__table__col--borderRight {
  border-right: 1px solid #f3f3f3;
}
.post__content__table__button {
  margin-top: 50px;
  text-align: center;
}
.post__content__table__button .btn-outline-primary {
  color: #54b049;
}

.post__content__slideshow {
  position: relative;
  padding-bottom: 60%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 80px 0 10px;
}
.post__content__slideshow iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post__content__video {
  position: relative;
  padding-bottom: 52.45%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 80px 0;
}

.post__content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post__content__description ol {
  margin: 0;
}
.post__content__description ul,
.post__content__description p {
  margin-bottom: 40px;
}
.post__content__half p {
  margin-bottom: 0;
}
.post__content__description a {
  color: #54b049;
  text-decoration: none;
  transition: 0.3s all;
}
.post__content__description a:hover {
  opacity: 0.7;
}
.post__content__description *:last-child {
  margin-bottom: 0;
}
.post__content__cols,
.post__content__video,
.post__content__heading,
.post__content__description,
.post__content__banner {
  margin: 0px 0 80px;
}
.mobile__banner {
  display: none;
}
.post__content .container > div > div:last-of-type {
  margin-bottom: 0;
}
.post__content__heading {
  margin-bottom: 30px;
}
.post__content__heading h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: rgba(38, 50, 56, 0.8);
}
.post__wrapper h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}
.post__wrapper h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: rgba(38, 50, 56, 0.8);
}
.post__wrapper h1 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 44px;
  color: rgba(38, 50, 56, 0.8);
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.post__wrapper p {
  /*margin-bottom: 40px;*/
}
.post__wrapper a:not(.btn) {
  color: #54b049;
  text-decoration: none;
  transition: 0.3s all;
}
.post__wrapper a:hover {
  opacity: 0.7;
}
.post__wrapper p:last-of-type {
  margin-bottom: 0;
}

.postList__single {
  margin-bottom: 40px;
}
.postList__single .subHeading {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 44px;
}
.postList__single .post__content__description {
  margin: 0;
}

.postList__single .btn {
  margin: 20px 0;
}
.postList__single .badge {
  font-size: 10px;
}
.cookies {
  display: none;
  position: absolute;
  position: fixed;
  bottom: 10px;
  z-index: 997;
  left: 0;
  right: 0;
}
.cookies__wrapper {
  background: rgb(196, 196, 196, 0.8);
  border-radius: 3px;
  padding: 7px 7px 7px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies__para {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.44px;
  color: #263238;
  max-width: calc(100% - 140px);
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .cookies__para {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1400px) {
  .cta {
    width: 365px;
  }
  .cta__wrapper {
    padding: 45px 50px 50px 50px;
  }
}
@media (max-width: 1200px) {
  .post__content__table {
    padding: 25px 20px 25px 20px;
  }
}
@media (max-width: 992px) {
  .cta {
    display: none;
  }
  .post .scrolled_header {
    display: flex;
  }
  .post .jumbotron__hero {
    display: none;
  }
}
@media (max-width: 768px) {
  .post__content__table__row {
    flex-wrap: wrap;
    border-bottom: 1px solid #f3f3f3;
  }
  .post__content__table__col {
    width: calc(100% / 3);
  }
  .post__content__table__col--borderRight:nth-child(3) {
    border-right: none;
  }
  .post__content__table__button {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .mobile__banner {
    display: block;
    margin: 0 auto;
  }
  .descktop__banner {
    display: none;
  }
  .post__content__description ul,
  .post__content__description p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 2em;
  }
  .post__content__description *:last-of-type {
    margin-bottom: 0;
  }
  .post__content__heading h2 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .post .subHeading {
    margin-top: 30px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .post__content__meta p {
    margin: 0 10px 0 0;
  }
  .post__content__meta {
    margin-bottom: 30px;
  }
  .post__content__table {
    margin: 25px 0 40px;
  }
  .post__content__video {
    margin: 40px 0;
  }
  .post__content__heading {
    margin-bottom: 20px;
  }
  .post__content__banner {
    margin: 50px 0 50px;
  }
}

@media (max-width: 460px) {
  .post__content .container {
    padding-left: 0;
    padding-right: 0;
  }
  .post__content__table {
    padding: 15px 10px 15px 10px;
  }
}

.contact_page {
  background: #f1f4ed;
}
.form__checkbox {
  line-height: 1.2;
  font-size: 14px;
  display: flex;
  position: relative;
  padding-left: 30px;
}
.form__checkbox input {
  position: absolute;
  left: 4px;
  top: 4px;
}
.form__footer__info {
  color: #404040;
  font-size: 1rem;
  line-height: 1;
}
.form__footer {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
.form__footer__info span {
  color: #54b049;
}
@media (max-width: 440px) {
  .form__footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .form__send{
    margin-right: auto;
    margin-bottom: 15px;
  }
  .form__footer__info br{
    display: none;
  }
  .form{
    padding: 40px 20px;
  }
}
.form__checkbox span:before {
  content: '';
  left: 0;
  top: 0;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  font-family: 'Roboto';
  display: block;
  position: absolute;
  padding-left: 3px;
}
.form__checkbox input:checked ~ span:before {
  content: '\002714';
  color: #54b049;
}
.contact__opineo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.contact__opineo__para {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
}
.contact__opineo__para span {
  color: #54b049;
  font-weight: 700;
  font-family: 'Roboto';
}
@media (max-width: 992px) {
  .contact__opineo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact__opineo img {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .contact__opineo {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .contact__opineo {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
.from {
  background: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px;
  margin-top: 100px;
}
.from .alert-info button{
	display: none;
}
.from .alert-info{
	background: #54b049;
	color: #fff;
}
.form__label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.form__label span {
  position: absolute;
  display: inline-block;
  padding: 5px;
  left: 12px;
  top: 15px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  box-sizing: border-box;
  background: #fff;
  transition: 0.3s all;
}
.form__label textarea:not(:placeholder-shown) + span,
.form__label input:not(:placeholder-shown) + span,
.form__label textarea:focus + span,
.form__label input:focus + span {
  transform: translateY(-29px) scale(1);
  color: #54b049;
}

.form__label textarea,
.form__label input {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 16px;
  margin-bottom: 10px;
  outline: none;
}
.form__label textarea:not(:placeholder-shown),
.form__label input:not(:placeholder-shown),
.form__label textarea:focus,
.form__label input:focus {
  border-color: #54b049;
}

.form_heading {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #263238;
}
.form_para {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: #6d6d6d;
  margin-bottom: 45px;
}
.contact__para {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: rgba(38, 50, 56, 0.8);
}
.contact__para a{
  color: #54b049;
  text-decoration: none;
}
.contact__para a.phone {
  color: rgba(38, 50, 56, 0.8);
  text-decoration: none;
}
.contact__para strong {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #54b049;
}
.form__send {
  display: table;
  margin-left: auto;
  background: #54b049;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 40px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .contact__para {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(38, 50, 56, 0.8);
  }
  .contact__para strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #54b049;
  }
}
@media (max-width: 768px) {
  .subHeading {
    margin-left: auto;
    display: table;
    margin-right: auto;
  }
  .from {
    margin-top: 95px;
  }
}
.card-frame-1 {
  border: 2px solid #A7A9AC;
  width: 200px;
  height: 48px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  color: #54B049;
  text-align: center;
}