body {
  font-family: "robotoregular" !important;
  color: #7c859b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "robotoregular";
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  height: 100%;
}

.thm-base-bg {
  background-color: #70A548;
}

.thm-base-bg-2 {
  background-color: #70A548;
}

.thm-gray-bg {
  background-color: #eef1f6;
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.rotated {
  transform: rotate(180deg);
  display: inline-block;
}

.block-title {
  margin-bottom: 5px;
}
.block-title__tag-line {
  color: #70A548;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 375.5px) {
  .block-title__tag-line {
    font-size: 20px;
  }
}
.block-title__title {
  margin: 0;
  color: black;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 767.5px) {
  .block-title__title {
    font-size: 20px;
  }
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: black;
  font-size: 18px;
  color: #fff;
  padding: 8.5px 16.5px;
  text-decoration: none;
}
@media (max-width: 767.5px) {
  .thm-btn {
    padding: 6.5px 12.5px;
    font-size: 16px;
  }
}
.thm-btn:hover {
  background-color: #fff;
  color: black;
  text-decoration: none;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eef1f6;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #70A548;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: black;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #70A548;
  color: #fff;
  cursor: pointer;
}

.post-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-pagination a {
  border-radius: 50%;
  background-color: #eef1f6;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px;
  color: black;
  transition: all 0.4s ease;
  text-decoration: none;
}
.post-pagination a:hover, .post-pagination a.active {
  background-color: black;
  color: #fff;
  text-decoration: none;
}
.post-pagination a + a {
  margin-left: 15px;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  animation-fill-mode: both;
  animation-name: flipInY;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #70A548;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top span {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: gray;
}
.scroll-to-top:hover i {
  color: #fff;
}/*# sourceMappingURL=common.css.map */