:root {
  --extra-light: 100;
  --light: 200;
  --book: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --heavy: 800;
  --extra-heavy: 900;
  scroll-behavior: smooth;
  --white: #ffffff;
  --pale: #f8f8f8;
  --green: #b6be34;
  --grey: #404041;
  --pale-grey: #bbbbbb;
  --black: #404041;
}

:root {
  color: var(--black);
}

@media (max-width:575px) {
  :root, body, html {
    font-size: min(max(77.295%, 3.865vw), 130.435%);
  }
}

@media (min-width:576px) and (max-width:767px) {
  :root, body, html {
    font-size: min(3.865vw, 130.4348%);
  }
}

@media (min-width:768px) and (max-width:991px) {
  :root, body, html {
    font-size: min(2vw, 90%);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  :root, body, html {
    font-size: min(1.111vw, 66.6666%);
  }
}

@media (min-width:1200px) and (max-width:1365px) {
  :root, body, html {
    font-size: min(1.111vw, 79.1667%);
  }
}

@media (min-width:1366px) {
  :root, body, html {
    font-size: min(1.111vw, 100%);
  }
}

/* -----------CONTAINER------------- */

@media (min-width:1366px) {
  .container {
    max-width: 1280px;
  }
}

/* -----------FONTS-------------- */

/* ------------1----------- */

h1, .one {
  font-family: "Roboto"!important;
  font-weight: var(--heavy)!important;
  color: var(--black);
}

@media (max-width:767px) {
  h1, .one {
    font-size: 1.875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h1, .one {
    font-size: 1.875rem;
  }
}

@media (min-width:992px) {
  h1, .one {
    font-size: 1.875rem;
  }
}

/* -------------2------------ */

h2, .two {
  font-family: "Roboto"!important;
  font-weight: var(--bold)!important;
  color: var(--black);
}

@media (max-width:767px) {
  h2, .two {
    font-size: 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h2, .two {
    font-size: 1.5625rem;
  }
}

@media (min-width:992px) {
  h2, .two {
    font-size: 1.5625rem;
  }
}

/* -------------3a------------ */

h3, .three {
  font-weight: var(--medium)!important;
  font-family: "Roboto"!important;
  color: var(--black);
}

@media (max-width:767px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

@media (min-width:992px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

/* -------------4------------ */

h4, .four {
  font-weight: var(--bold)!important;
  font-family: "Roboto"!important;
  color: var(--black);
}

@media (max-width:767px) {
  h4, .four {
    font-size: 1.25rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h4, .four {
    font-size: 1.25rem;
  }
}

@media (min-width:992px) {
  h4, .four {
    font-size: 1.25rem;
  }
}

/* -------------5------------ */

h5, .five {
  font-weight: var(--regular)!important;
  font-family: "Roboto"!important;
  color: var(--black);
}

@media (max-width:767px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:992px) {
  h5, .five {
    font-size: 1rem;
  }
}

/* -------------6------------ */

h6, .six {
  font-family: "Roboto"!important;
  font-weight: var(--regular)!important;
  color: var(--black);
}

@media (max-width:767px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

@media (min-width:992px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

/* -------------7------------ */

p {
  font-weight: var(--regular);
  font-family: "Roboto";
  line-height: 1.7;
  color: var(--black);
}

.paragraph {
  font-weight: var(--regular);
  font-family: "Roboto";
  color: var(--black);
  line-height: 1!important;
}

@media (max-width:767px) {
  p {
    font-size: 1.125rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  p {
    font-size: 1.125rem;
  }
}

@media (min-width:992px) {
  p {
    font-size: 1.125rem;
  }
}

/* ---------Content------------- */

/* ---------------------------------------- */

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

.btn:hover {
  margin: none!important;
  outline: none!important;
  padding: none;
}

button {
  border-radius: 0!important;
}

section {
  flex: 1;
}

img {
  width: 100%;
  height: auto;
}

.dropdown-menu {
  min-width: 0rem;
}

/* ---------------------------- */

@media (min-width:1366px) {
  .contain {
    max-width: 1280px;
  }
}

@media (min-width:1200px) {
  .contain {
    max-width: 1140px;
  }
}

@media (min-width:992px) {
  .contain {
    max-width: 960px;
  }
}

@media (min-width:768px) {
  .contain {
    max-width: 720px;
  }
}

@media (min-width:576px) {
  .contain {
    max-width: 540px;
  }
}

.contain {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* -------------------------------------- */

body {
  background-color: var(--white);
  display: flex;
  min-height: 100vh;
  flex-direction: column!important;
  color: var(--black);
}

/* ----------------------------------- */

@media (min-width: 768px) {
  section:not(#copyright, #contact, #top) {
    margin-bottom: 4.375rem;
  }
}

/* ---------------------------------------- */

@media (max-width: 767px) {
  #top {
    margin-bottom: 2.5rem;
  }
}

/* ------------------------------------------- */

#top_bar {
  height: 2.8125rem;
  background-color: #111111!important;
  opacity: 0.75;
  z-index: 1;
}

/* ------------------------------------------------ */

#bottom_row {
  background-color: var(--grey)!important;
}

#bottom_inner_row {
  background-color: var(--green)!important;
}

@media (min-width: 992px) {
  #bottom_inner_bar {
    height: 4.375rem;
  }
}

@media (max-width: 991px) {
  #bottom_inner_bar {
    height: 5.625rem;
  }
}

@media (min-width: 992px) {
  #bottom_bar {
    height: 4.375rem;
  }
}

@media (max-width: 991px) {
  #bottom_bar {
    height: 5.625rem;
  }
}

/* ---------------------------------------- */

#top_row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----------------------------------- */

.bottom-bar-heading-green {
  color: var(--green);
  margin-bottom: 0;
}

.bottom-bar-heading-white {
  color: var(--white);
  margin-bottom: 0;
}

/* -------------------------------------- */

#top_language_link {
  position: absolute;
  right: 0.9375rem;
}

/* ---------------------------------------- */

.top-link {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--green)!important;
  z-index: 2;
  margin-bottom: 0;
  font-size: 0.875!important;
}

/* -------------------------------------- */

.social-icon {
  font-size: 0.875rem;
  color: var(--green)!important;
}

/* -------------------------------------- */

@media (max-width:767px) {
  #navbar_col {
    height: 28.4375rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #navbar_col {
    height: 23.75rem;
  }
}

@media (min-width:992px) {
  #navbar_col {
    height: 36.875rem;
  }
}

@media (min-width:992px) {
  #navbar_col_inside {
    height: 19.375rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #navbar_col_inside {
    height: 18.438rem;
  }
}

@media (max-width:767px) {
  #navbar_col_inside {
    height: 21.563rem;
  }
}

/* -------------------------------------- */

@media (min-width:992px) {
  .navbar {
    height: 8.4375rem;
  }
}

@media (max-width:991px) {
  .navbar {
    height: 8.4375rem;
  }
}

/* ----------------------------------------- */

.logo {
  max-width: 21.25rem;
  max-height: 7.9783rem;
}

/* -------------------------------------------- */

.navbar-toggler {
  border: 0 solid transparent !important;
}

/* --------------------------------------------- */

@media (max-width: 767px) {
  #burger {
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* ------------------------------------------- */

#menu_t {
  color: var(--white);
}

#menu_img {
  height: 1.6rem;
  width: 1.6rem;
  font-size: 1.6rem;
  color: var(--white);
  background-color: transparent;
}

/* ------------------------------------------ */

@media (max-width:991px) {
  .navbar-collapse {
    width: 100%;
    background-color: var(--grey);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width:767px) {
  .navbar-collapse {
    margin-top: 2.8rem;
  }
}

/* -------------------------------------- */

@media (min-width:992px) {
  .nav {
    width: 100%;
    background-color: transparent;
  }
}

@media (max-width:991px) {
  .nav {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* ---------------------------------------- */

.nav-item {
  margin-left: 2.4375rem;
  margin-right: 2.4375rem;
}

/* ------------------------------------------- */

@media (max-width:991px) {
  .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:991px) {
  .nav-item-out {
    border-bottom: 0.0625rem solid var(--pale);
  }
}

/* -------------------------------------------- */

.nav-link {
  color: var(--white)!important;
}

@media (min-width:992px) {
  .nav-link {
    display: inline;
  }
}

/* -------------------------------------------- */

@media (min-width:992px) {
  .white-nav-item {
    margin-bottom: -1.625rem;
  }
}

/* ---------------------------------------------- */

.white-line {
  margin-top: 1.5625rem;
  height: 0.0625rem;
  width: 100%;
  display: block;
  clip-path: inset(0 100% 0 0);
  background-color: var(--white)!important;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
}

.nav-item:hover > .white-line {
  clip-path: inset(0 0% 0 0);
}

@media (max-width:991px) {
  .white-line {
    display: none!important;
  }
}

/* ------------------------------------------- */

@media (max-width:991px) {
  #navcol {
    display: none;
    width: 100vw;
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999;
    overflow-x: hidden;
    text-align: left;
    position: relative;
  }
}

@media (min-width:992px) {
  #navcol {
    clip-path: none!important;
  }
}

/* ----------------------------------------------- */

@media (max-width:991px) {
  .bar-item {
    padding-top: 1.5rem;
  }
}

/* ------------------------------------------- */

@media (max-width:991px) {
  .dropdown-item {
    background-color: transparent!important;
  }
}

@media (min-width:992px) {
  .dropdown-item:hover {
    background-color: transparent!important;
    color: var(--white)!important;
  }
}

/* ------------------------------------------- */

.dropdown-arrow {
  height: 1rem;
  width: 1.8116rem;
  color: var(--white);
}

/* ---------------------------------------------- */

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle-custom {
  color: var(--white)!important;
}

.dropdown-toggle-custom:hover::after {
  transform: rotate(180deg);
}

.dropdown-toggle-custom::after {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  content: "\f107";
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .0em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: relative;
  top: 0.25rem;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
  transform: rotate(360deg);
}

/* ---------------------------------------------- */

.dropdown-menu {
  margin-top: 0;
  border-radius: 0!important;
}

@media (max-width:991px) {
  .dropdown-menu {
    border-color: transparent!important;
  }
}

/* -------------------------------------------------- */

@media (max-width: 767px) {
  #services {
    margin-bottom: 3.75rem;
  }
}

/* ---------------------------------------------- */

.section-title {
  text-align: center;
  margin-bottom: 0.8125rem;
}

/* -------------------------------------------------- */

hr {
  border-top: 0.25rem solid var(--green);
  width: 7.5rem;
}

.inside-pages-ttle-line {
  margin-top: 0.5625rem;
  margin-bottom: 0.8125rem;
}

.latest-news-hr {
  margin-bottom: 0.46875rem;
  width: 100%;
  border-top: 0.0625rem solid var(--pale-grey);
}

.hr-mobile {
  border-top: 0.125rem solid var(--green);
  width: 1.5625rem!important;
  min-width: 1.5625rem!important;
  max-width: 1.5625rem!important;
  display: inline-flex;
  margin-top: 0.75rem;
  margin-right: 0.5rem;
}

@media (min-width:768px) {
  #about-title-hr {
    margin-bottom: 3.75rem;
  }
}

@media (max-width:767px) {
  #about-title-hr {
    margin-bottom: 3.125rem;
  }
}

/* ------------------------------------------- */

#about_col_right_top {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:992px) {
  #about_col_right_bottom {
    padding-top: 4.0625rem;
    padding-left: 0;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  #about_col_right_bottom {
    padding-top: 1.875rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

#about_col_left_bottom {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  #about_col_left_top {
    padding-right: 0;
    padding-left: 0;
  }
}

#about_info_col_left {
  padding-left: 2.8125rem;
}

#about_info_col_right {
  padding-left: 2.1875rem;
}

#about_top_img_mobile_col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.8125rem;
}

#about_bottom_img_mobile_col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.8125rem;
}

#about_bottom_info_mobile_col {
  margin-bottom: 2.1875rem;
}

/* ------------------------------------- */

.about-div-mb {
  margin-bottom: 2.8125rem;
}

/* --------------------------------- */

.about_hr {
  margin-bottom: 0.9375rem;
}

/* ------------------------------------- */

#about_info_one {
  margin-bottom: 4.0625rem;
}

#about_info_two {
  margin-bottom: 3.125rem;
}

/* ------------------------------------------ */

@media (min-width: 992px) {
  #tree {
    max-width: 8.3518rem;
    max-height: 18.75rem;
    z-index: 1;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #tree {
    max-width: 5.5678rem;
    max-height: 12.5rem;
    z-index: 1;
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  #tree {
    max-width: 4.1759rem;
    max-height: 9.375rem;
    z-index: 1;
    margin-bottom: -1rem;
    padding-right: 0.625rem;
  }
}

/* ------------------------------------------ */

@media (min-width: 992px) {
  #about_seo_info {
    padding-top: 5.9375rem;
    margin-left: 5.3125rem;
    margin-right: 2.5rem;
    max-width: 23.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about_seo_info {
    margin-left: 3.4375rem;
    margin-bottom: 3.75rem;
    max-width: 28.75rem;
  }
}

#about_name {
  z-index: 2;
}

#about_seo_title {
  z-index: 2;
  margin-bottom: 2.1875rem;
}

#about_seo_description {
  z-index: 2;
}

@media (max-width: 767px) {
  #about_seo_description {
    margin-bottom: 2.8125rem;
  }
}

/* ---------------------------------- */

.about_img {
  max-width: 40rem;
  max-height: 25rem;
}

/* -------------------------------------------- */

#services {
  background-color: var(--pale);
}

/* ------------------------------------------------- */

#services_container {
  padding-top: 4.375rem;
}

@media (min-width: 992px) {
  .service {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .service {
    padding-bottom: 4.375rem;
  }
}

@media (max-width: 776px) {
  .service {
    padding-bottom: 4.375rem;
  }
}

/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 992px) {
  .service-title {
    max-width: 18.75rem;
  }
}

.service-title-inside {
  color: var(--black);
  font-weight: var(--regular)!important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .service-title-inside {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .service-title-inside {
    font-size: 1.125rem;
  }
}

/* -------------------------------------------- */

#services-title-hr {
  margin-bottom: 4.8125rem;
}

/* --------------------------------_ */

.service-img {
  margin-bottom: 2.1875rem;
  max-width: 11.6875rem;
  max-height: 11.6875rem;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
}

.service-inside-img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  margin-right: 1rem;
}

.service-inside-img-accordion {
  max-width: 2rem;
  max-height: 2rem;
  margin-right: 1rem;
  float: left;
}

.service-img-div {
  margin-bottom: 2.1875rem;
  width: 11.6875rem;
  height: 11.6875rem;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------------------------------------- */

.service-link {
  background: none!important;
  border: none!important;
  padding: 0!important;
  cursor: pointer;
  color: var(--black)!important;
  outline: none!important;
  box-shadow: none!important;
}

/* ---------------------------------------- */

@media (max-width: 768px) {
  #news {
    margin-bottom: 5rem;
  }
}

/* --------------------------------------- */

#news-title-hr {
  margin-bottom: 3.75rem;
}

/* --------------------------------------- */

.slide-arrow {
  max-width: 2.875rem;
  max-height: 8.8125rem;
  z-index: 150;
}

@media (min-width:768px) {
  .slide-arrow-top {
    margin-top: -7.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .left-slide-arrow {
    position: absolute;
    left: -2.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .right-slide-arrow {
    position: absolute;
    right: -2.25rem;
  }
}

@media (max-width: 767px) {
  .left-slide-arrow {
    position: absolute;
    left: -0.35rem;
  }
}

@media (max-width: 767px) {
  .right-slide-arrow {
    position: absolute;
    right: -0.35rem;
  }
}

/* ------------------------------------------- */

.indicator-img {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 1rem;
}

.indicators {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width:768px) {
  .indicators-top {
    margin-top: -7.125rem;
    z-index: 30;
  }
}

.indicator-img {
  background: var(--green);
}

.indicator-link.active > .indicator-img {
  background: var(--grey);
}

/* ---------------------------------------------------- */

@media (max-width:991px) {
  #carousel_news_ds, .news-ds {
    display: none!important;
  }
}

@media (max-width: 767px) {
  #carousel_news_tb, .news-tb {
    display: none!important;
  }
}

@media (min-width: 992px) {
  #carousel_news_tb, .news-tb {
    display: none!important;
  }
}

@media (min-width: 768px) {
  #carousel_news_mb, .news-mb {
    display: none!important;
  }
}

/* ------------------------------------------------- */

.news-card {
  background-color: var(--white);
}

/* ------------------------------------------------- */

#news-col-left {
  padding-right: 3.5rem;
}

/* ------------------------------------------------- */

#news-col-center {
  padding-left: 2.275rem;
  padding-right: 2.275rem;
}

/* ------------------------------------------------- */

#news-col-right {
  padding-left: 3.5rem;
}

/* -------------------------------------- */

.news-date-div {
  position: absolute;
  top: 2.1875rem;
  height: 2.4rem;
  width: 4rem;
  background-color: var(--green);
}

.news-date {
  color: var(--white);
  margin-bottom: 0;
  font-size: 0.875rem!important;
  font-weight: var(--regular)!important;
}

/* ------------------------------------------------- */

.news-img {
  max-height: 14.6875rem;
  margin-bottom: 1.5625rem;
}

/* ------------------------------------------------- */

.news-title {
  margin-bottom: 0.9375rem;
}

/* -------------------------------------------------- */

.news-hr {
  margin-bottom: 0.9375rem;
}

/* ------------------------------------------------- */

.news-resume {
  margin-bottom: 3.4375rem;
}

/* ------------------------------------------------- */

.news-link {
  color: var(--black)!important;
}

/* ----------------------------------------------- */

.news-arrows {
  position: relative;
  top: 9.4rem;
}

/* ------------------------------------------------- */

.news-arrow {
  margin-right: 1.5rem;
  font-size: 3.125rem;
  color: var(--green);
}

/* ------------------------------------------------- */

#arrow_left {
  margin-right: 1.5rem;
}

/* ----------------------------------------- */

#all_news_button {
  background-color: var(--green);
  color: var(--white);
  height: 3.75rem;
  width: 17.5rem;
  border: 0 solid transparent!important;
  font-size: 1rem!important;
  font-weight: var(--regular);
}

/* ------------------------------------------ */

#contact {
  background-color: var(--grey);
  color: var(--white)!important;
}

/* ------------------------------------- */

#contact_container {
  padding-top: 4.375rem;
}

@media (min-width: 768px) {
  #contact_container {
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  #contact_container {
    padding-bottom: 0rem;
  }
}

/* --------------------------------------------- */

#map {
  padding-bottom: 3.75rem;
}

/* ----------------------------------------------- */

#contact-title-hr {
  margin-bottom: 3.75rem;
  color: var(--white)!important;
}

/* ------------------------------------------ */

.contact-txt {
  font-weight: var(--heavy)!important;
}

.contact-data {
  color: var(--white)!important;
}

/* -------------------------------------- */

.contact-link {
  color: var(--white)!important;
}

/* -------------------------------------- */

.contact-info-link {
  color: var(--black)!important;
  position: relative;
  bottom: 0.25rem;
}

/* ------------------------------------- */

@media (min-width: 768px) {
  .mobile-col {
    border-left: 0.125rem solid var(--white);
    border-right: 0.125rem solid var(--white);
  }
}

/* ----------------------------------------- */

#copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--grey);
}

/* ------------------------------------------------ */

@media (max-width:767px) {
  #copyright_col {
    margin-bottom: 1rem;
  }
}

/* ---------------------------------------- */

#copyright_heading {
  margin-bottom: 0;
  color: var(--white);
}

/* ---------------------------------------- */

#created_by_heading {
  margin-bottom: 0;
  color: var(--white);
}

/* ---------------------------------------- */

#created_by_img {
  max-height: 1.375rem;
  max-width: 4.2669rem;
  margin-top: 0.0625rem;
  margin-left: 0.225rem;
}

/* ------------------------------------------------- */

#back_to_top_link {
  color: var(--olive);
  text-decoration: none;
  position: sticky;
  width: 6.375;
  height: 4.125rem;
  top: 90vh;
  padding-right: 1rem;
  padding-bottom: 3.25rem;
  z-index: 200;
}

/* ----------------------------------------- */

#back_to_top_arrow {
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 3.125rem;
  height: 3.125rem;
  width: 3.125rem;
  background-color: var(--green);
  color: var(--white);
}

/* ------------------------------------------- */

@media (min-width:992px) {
  #news_inside_col {
    padding-left: 1.875rem;
  }
}

.latest-news-date {
  margin-top: 0.5rem;
  font-weight: var(--regular)!important;
  font-size: 0.75rem!important;
}

.latest-news-link {
  font-weight: var(--regular)!important;
  margin-bottom: 0.5rem;
  color: var(--black)!important;
}

.latest-news-title {
  font-weight: var(--regular)!important;
  margin-bottom: 0rem;
  font-size: 1rem!important;
}

.news-inside-img {
  margin-bottom: 0.9375rem;
  max-width: 43.75rem;
}

.news-inside-title {
  margin-bottom: 1.5625rem;
}

.contact-social {
  font-size: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.325rem;
}

#contact_info_row {
  margin-bottom: 1.5625rem;
}

#follow_info_row {
  margin-bottom: 1.5625rem;
}

/* ------------------------------- */

.map-col-tb-mb {
  padding-left: 0;
  padding-right: 0;
}

.accordion-col {
  z-index: 950;
  position: relative;
}

.logo-link {
  z-index: 950;
  position: relative;
}

.accordion-icon {
  font-size: 1rem;
  position: absolute;
  transition: .31s cubic-bezier(.38,-.01,0,.51);
  transform: rotate(180deg);
  color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
  .accordion-icon {
    right: 6.875rem;
    top: 1.625rem;
  }
}

@media (max-width: 991px) {
  .accordion-icon {
    right: 2.5rem;
    top: 1rem;
  }
}

.accordion-link.collapsed > .accordion-icon {
  transform: rotate(360deg);
}

.accordion-link {
  color: var(--green);
}

.accordion-link > .service-title-inside {
  color: var(--green);
}

.accordion-link:hover {
  color: var(--green);
}

.accordion-link.collapsed > .service-title-inside {
  color: var(--black);
}

.accordion-link.collapsed {
  color: var(--black);
}

.accordion-link.collapsed:hover {
  color: var(--black);
}

.tab-link.active > .service-title-inside {
  color: var(--green);
}

.tab-link.active {
  border-right: 0.25rem solid var(--green);
}

.tab-link {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
  border-right: 0.0625rem solid var(--pale-grey);
}

@media (max-width:767px) {
  #services_inner {
    margin-bottom: 5rem;
  }
}

@media (max-width:767px) {
  #news_inside {
    margin-bottom: 2.5rem;
  }
}

.contact-address-info {
  font-size: 1rem;
}

#latest_news_txt {
  font-size: 1.375rem!important;
}

@media (max-width:767px) {
  #contact_general_info_row {
    margin-bottom: 4rem;
  }
}

