.cstm_txt_clr {
  color: var(--theme-color) !important;
  background-color: #ffff !important;
}

.title4_cstm:after {
  background-color: transparent !important;
}

.cstm_font1 {
  font-family: "Exo", sans-serif;
}
.cstm_clr_green {
  color: #1d4f24 !important;
}

.cstm_txt_clr1 {
  color: #ffff !important;
}

.cstm_clr_gray {
  color: #878787 !important;
}

.bg_img_ctsm {
  background-image: url(../img/cstm_imgs/button.svg) !important;
}

.tab-menu3 button.active {
  color: #ffff !important;
  background-image: url(../img/cstm_imgs/button_active.svg) !important;
}

.link-btn:before {
  background-color: var(--theme-color) !important;
}

.cstm_text_size {
  font-size: 13px !important;
}

#cstm_service-sec {
  background-color: #1d4f24;
  transition: background-color 0.3s ease;
}
#cstm_service-sec .cstm_clr_green,
#cstm_service-sec .sec-title,
#cstm_service-sec p {
  color: white !important;
  transition: color 0.3s ease;
}
.cstm_logo_bg {
  background-color: #1d4f24 !important;
  padding: 25px;
}

.footer-wrapper .th-social a svg,
.header-social a svg {
  width: 12.25px;
  color: white;
  fill: white;
}

.th-social {
  display: flex;
}

.about-logo img,
.header-logo img {
  width: 150px;
  height: auto;
}

.cstm_size_fnt {
  font-size: 16px !important;
}
