@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #e7e7e7;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track,
.slick-list {
  min-width: 100%;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

.id-section {
  height: 150px;
  margin-top: -150px;
  opacity: 0;
}

.bi-radicalbg {
  position: relative;
  overflow: hidden;
}
.bi-radicalbg::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  height: 60px;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #c1c1c1 0%, #e9e9e9 100%);
  border-radius: 50%;
}
.bi-radicalbg::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 60px;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #c1c1c1 0%, #e9e9e9 100%);
  border-radius: 50%;
}

@media (max-width: 1023.8px) {
  .slick-prev {
    left: 40%;
  }

  .slick-next {
    right: 40%;
  }

  .hide-mobile-tablet {
    display: none;
  }

  .only-mobile-tablet {
    display: block;
  }

  .slick-prev,
.slick-next {
    top: 100%;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desk-visible {
    display: none;
  }

  .only-mobile {
    display: block;
  }
}
.bi-button {
  background-color: #265720;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  border-radius: 5px;
  padding: 8px 16px;
  overflow: hidden;
  border: 1px solid #265720;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.bi-button span {
  position: relative;
  transition: all 0.45s ease-Out;
}
.bi-button::before {
  content: "";
  width: 100%;
  height: 250%;
  left: -900px;
  top: -30px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease-Out;
}
.bi-button:hover::before {
  left: 0;
}
.bi-button:hover span {
  color: #265720;
}

@media (max-width: 767px) {
  .tb-btn span {
    font-size: 16px;
    line-height: 24px;
  }
}
.bi-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  width: 100%;
  color: #265720;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.bi-heading__sub {
  color: #0e0e0e;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .bi-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .bi-heading__sub {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.bi-input__box {
  position: relative;
  display: inline-block;
}
.bi-input__input-tag {
  width: 100%;
  background-color: transparent;
  color: #656565;
  border: 0;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 8px 0;
}
.bi-input__input-tag:valid ~ .bi-input__label, .bi-input__input-tag:focus ~ .bi-input__label {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: #265720;
}
.bi-input__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #9e9f9d;
  pointer-events: none;
  transition: 0.5s;
  text-transform: capitalize;
}

.bi-select {
  background-color: transparent;
  border: 0;
  color: #656565;
  border-bottom: 1px solid #fff;
  padding: 0 24px 0 4px;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 100% 15px;
  background-size: 12px 7px;
  cursor: pointer;
  width: 100%;
  min-height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 6L10 1' stroke='white'/%3E%3C/svg%3E%0A");
  height: 20px;
}
.bi-select option {
  color: #656565;
  background: #fff;
}
.bi-select::-ms-expand {
  display: none;
}
.bi-select__box {
  position: relative;
}
.bi-select:focus ~ .bi-input__label, .bi-select:valid ~ .bi-input__label {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
}
.tile-wrapper .tile {
  position: relative;
  width: calc(25% - 32px);
  margin: 0 16px 32px;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
  .tile-wrapper .tile {
    width: calc(33.33% - 16px);
    margin: 0 8px 24px;
  }
}
@media (max-width: 1023.8px) {
  .tile-wrapper .tile {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
@media (max-width: 767px) {
  .tile-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .tile-wrapper .tile {
    width: 100%;
    margin: 0 0 16px;
  }
}
.bi-header {
  background-color: #fff;
  padding: 24px 0;
  text-align: center;
}
.bi-header__txt {
  color: #000;
  max-width: 260px;
  text-align: left;
}
.bi-header__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bi-header__teibto-img {
  height: 40px;
  width: auto;
  display: block;
  margin-right: 16px;
  transition: all 0.3s;
}
.bi-header__oracle-img {
  height: 40px;
  width: auto;
  margin-right: 16px;
  transition: all 0.3s;
}
.bi-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.8s;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.bi-header--sticky .bi-header__teibto-img {
  height: 35px;
  width: auto;
}
.bi-header--sticky .bi-header__oracle-img {
  height: 30px;
}
.bi-header__logo-content {
  display: flex;
  align-items: center;
}
.bi-header .navbar,
.bi-header .navbar-brand {
  padding: 0;
}
.bi-header__outer {
  display: flex;
  justify-content: space-between;
}
.bi-header__right-sec {
  justify-content: flex-end;
  font-weight: 700;
}
.bi-header__right-sec .navbar-nav .nav-link {
  color: #265720;
  padding: 8px 0;
  text-transform: uppercase;
}
.bi-header__right-sec .navbar-nav .nav-link:hover {
  color: #265720;
}
.bi-header__right-sec .nav-item {
  position: relative;
  margin-left: 16px;
}
.bi-header__right-sec .nav-item:first-child {
  margin-left: 0;
}
.bi-header__right-sec .nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #265720;
  transition: all 0.3s;
}
.bi-header__right-sec .nav-item:hover::before {
  width: 100%;
}
.bi-header__right-sec .nav-item.active .nav-link {
  color: #265720;
}
.bi-header__right-sec .nav-item.active::before {
  width: 100%;
}
.bi-header__close-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.bi-header__overlay {
  position: fixed;
  top: 0;
  right: 0%;
  width: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  transition: all 0.3s;
  z-index: 1;
}
.bi-header__overlay.active {
  width: 100%;
  display: block;
}

@media (max-width: 1023.8px) {
  .bi-header__toggler {
    padding: 0;
    border: 0;
  }
  .bi-header__toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .bi-header__right-sec {
    position: fixed;
    top: 0px;
    right: 0;
    width: 41%;
    min-height: 100vh;
    background-color: #fff;
    z-index: 9;
    padding: 24px 16px;
    transform: translateX(900px);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .bi-header__right-sec.show {
    transform: translateX(0px);
  }
  .bi-header__right-sec .navbar-nav {
    width: 100%;
  }
  .bi-header__close {
    display: flex;
    position: relative;
    margin-bottom: 24px;
  }
  .bi-header__txt {
    max-width: none;
    text-align: center;
    margin-top: auto;
    font-weight: 300;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bi-header {
    padding: 16px 0;
  }
  .bi-header__teibto-img {
    width: auto;
    margin-right: 8px;
    height: 30px;
  }
  .bi-header__oracle-img {
    width: 75px;
    margin-right: 8px;
  }
  .bi-header__logo-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .bi-header__logo-content .navbar-brand {
    margin-right: 0;
  }
  .bi-header--sticky .bi-header__teibto-img {
    height: 20px;
    width: auto;
  }
  .bi-header__right-sec {
    width: 80%;
  }
}
.bi-footer {
  background-color: #55A65C;
  padding: 24px 0;
}
.bi-footer__inner {
  text-align: center;
  color: #fff;
}
.bi-footer__copyright {
  font-weight: 700;
  margin-bottom: 8px;
}
.bi-footer__terms span {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #fff;
}
.bi-footer__link {
  color: #fff;
  opacity: 0.5;
}
.bi-footer__link:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.bi-banner {
  position: relative;
  margin-bottom: 40px;
}
.bi-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 32px 0 32px;
}
.bi-banner__logo {
  width: 180px;
  height: 60px;
  margin-bottom: 24px;
}
.bi-banner__contents {
  width: 60%;
  color: #000;
  margin-top: 32px;
}
.bi-banner__head {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 24px;
  font-weight: 400;
}
.bi-banner__head span {
  font-weight: 600;
  color: #55A65C;
  font-style: italic;
}
.bi-banner__desc {
  font-size: 28px;
  line-height: 34px;
}
.bi-banner__form {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 24px 16px;
  width: 40%;
  max-width: 380px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.bi-banner__form-head {
  color: #265720;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.bi-banner__form-head span {
  font-size: 28px;
  line-height: 36px;
  display: block;
  margin-top: 8px;
}
.bi-banner__form-desc {
  color: #265720;
  margin-bottom: 24px;
}
.bi-banner__form-desc span {
  display: block;
  margin-top: 4px;
}
.bi-banner__form-box-outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.bi-banner__form-box-outer:last-child {
  margin-bottom: 0;
}
.bi-banner__form-box {
  width: 50%;
}
.bi-banner__form-box:first-child {
  padding-right: 16px;
}
.bi-banner__bg {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.bi-banner__bottom-contents {
  background-color: #55A65C;
  padding: 24px 0;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.bi-banner__bottom-contents .txt-yellow {
  color: #F5CE5C;
}
.bi-banner__bottom-contents p {
  margin-bottom: 8px;
}
.bi-banner__bottom-contents p :last-child {
  margin-bottom: 0;
}
.bi-banner .bi-button {
  width: 100%;
  position: relative;
  font-weight: 400;
  background-color: #3E6A39;
  padding: 16px;
}
.bi-banner .bi-button svg {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
}
.bi-banner .bi-button svg path {
  stroke: #fff;
  transition: all 0.3s ease-Out;
}
.bi-banner .bi-button:hover svg path {
  stroke: #265720;
}

@media (max-width: 767px) {
  .bi-banner__bg {
    max-height: 600px;
  }
  .bi-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0 24px;
  }
  .bi-banner__head {
    font-size: 36px;
    line-height: 40px;
  }
  .bi-banner__logo {
    width: 130px;
    height: 40px;
  }
  .bi-banner__desc {
    font-size: 28px;
    line-height: 32px;
  }
  .bi-banner__form {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .bi-banner__contents {
    width: 100%;
    margin-top: 0;
  }
  .bi-banner__bottom-contents {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .bi-banner {
    margin-bottom: 32px;
  }
}
.bi-fm {
  background-color: #fff;
  padding: 0px 0px 40px;
}
.bi-fm .bi-heading__sub {
  color: #24541D;
}
.bi-fm__img {
  width: 100%;
  height: auto;
  display: block;
}

.bm-tile {
  background-color: #e7e7e7;
}
.bm-tile__outer {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.bm-tile__box {
  width: calc(25% - 32px);
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bm-tile__head {
  color: #55A65C;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 24px;
  text-align: center;
}
.bm-tile__icon {
  width: 125px;
  height: 125px;
  padding-bottom: 24px;
}
.bm-tile__subhead {
  color: #0e0e0e;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  min-height: 75px;
  text-align: center;
}
.bm-tile__desc {
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
  .bm-tile__box {
    width: calc(50% - 32px);
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .bm-tile__outer {
    display: block;
    padding: 32px 0;
  }
  .bm-tile__box {
    width: 100%;
    margin: 0px;
    padding: 0 0 24px 0;
  }
  .bm-tile__box:last-child {
    padding: 0px;
  }
  .bm-tile__head {
    padding-bottom: 16px;
  }
  .bm-tile__icon {
    padding-bottom: 16px;
    width: 65px;
    height: auto;
  }
  .bm-tile__subhead {
    min-height: auto;
    padding-bottom: 16px;
  }
}
.bi-market {
  padding: 40px 0 0;
}
.bi-market__img-sec {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 0px;
  margin-bottom: 32px;
}
.bi-market__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bi-market__item {
  color: #0e0e0e;
  font-weight: 500;
  min-width: 250px;
  position: absolute;
  text-align: center;
}
.bi-market__item.one {
  bottom: 0;
  left: -5%;
}
.bi-market__item.two {
  top: 0;
  left: 10%;
}
.bi-market__item.three {
  bottom: 0;
  left: 23%;
}
.bi-market__item.four {
  top: 0;
  left: 38%;
}
.bi-market__item.five {
  bottom: 0;
  left: 52%;
}
.bi-market__item.six {
  top: 0;
  right: 8%;
}
.bi-market__item.seven {
  bottom: 0;
  right: -8%;
}
.bi-market__tile-sec {
  display: flex;
  flex-wrap: wrap;
}
.bi-market__tile {
  width: calc(16.66% - 32px);
  margin: 0 16px 32px;
  text-align: center;
}
.bi-market__tile-head {
  color: #25621C;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  min-height: 52px;
}
.bi-market__tile-content {
  color: #757575;
  font-weight: 600;
}
.bi-market__tile-img {
  border-radius: 10px;
  margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
  .bi-market__tile {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
  .bi-market__item {
    min-width: initial;
    max-width: 100px;
  }
  .bi-market__item.one {
    left: 0px;
  }
  .bi-market__item.two {
    left: 16%;
  }
  .bi-market__item.three {
    left: 32%;
  }
  .bi-market__item.four {
    left: 43%;
  }
  .bi-market__item.five {
    left: 58%;
  }
  .bi-market__item.six {
    right: 15%;
  }
  .bi-market__item.seven {
    right: 0%;
  }
  .bi-market__img-sec {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .bi-market__tile {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
  .bi-market__item {
    min-width: initial;
    font-size: 10px;
    line-height: 20px;
    max-width: 100px;
  }
  .bi-market__item.one {
    bottom: -10%;
    left: -4%;
  }
  .bi-market__item.two {
    left: 14%;
  }
  .bi-market__item.three {
    left: 31%;
  }
  .bi-market__item.four {
    top: -10%;
    left: 36%;
  }
  .bi-market__item.five {
    left: 55%;
  }
  .bi-market__item.six {
    right: 13%;
  }
  .bi-market__item.seven {
    right: 0;
  }
}
.bi-about {
  background-color: #e7e7e7;
}
.bi-about__outer {
  padding: 32px 0;
}
.bi-about__abt {
  padding-bottom: 60px;
}
.bi-about__abt .bi-heading {
  color: #0E4407;
  opacity: 90%;
}
.bi-about__desc-box {
  max-width: 1100px;
  margin: 0 auto;
}
.bi-about__desc {
  font-size: 18px;
  line-height: 24px;
  color: #0E0E0E;
  opacity: 90%;
  text-align: center;
  padding-bottom: 16px;
}
.bi-about__desc:last-child {
  padding-bottom: 0;
}
.bi-about__manage {
  padding-bottom: 44px;
}
.bi-about__manage .bi-heading {
  color: #24541D;
  opacity: 90%;
}
.bi-about__img-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
}
.bi-about__img {
  width: calc(33.33% - 16px);
  margin: 0 8px 16px 8px;
  display: block;
}
.bi-about__team {
  padding-bottom: 60px;
}
.bi-about__team .bi-heading {
  color: #376331;
  opacity: 90%;
}
.bi-about__team-img {
  width: 100%;
  margin-top: 32px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
  .bi-about__img-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .bi-about__outer {
    padding: 24px 0;
  }
  .bi-about__desc {
    font-size: 16px;
    line-height: 22px;
  }
  .bi-about__img-wrap {
    display: flex;
    max-width: none;
  }
  .bi-about__img {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  .bi-about__abt {
    padding-bottom: 40px;
  }
  .bi-about__manage {
    padding-bottom: 24px;
  }
  .bi-about__team {
    padding-bottom: 40px;
  }
}
.bi-grant {
  background-color: #e7e7e7;
  opacity: 0.9;
}
.bi-grant__outer {
  text-align: center;
  padding: 60px 0;
  max-width: 700px;
  margin: 0 auto;
}
.bi-grant__title {
  color: #265720;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 16px;
}
.bi-grant__head {
  color: #265720;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  padding-bottom: 16px;
}
.bi-grant__desc {
  color: #396534;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 24px;
}
.bi-grant__subdesc {
  color: #396534;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-bottom: 24px;
}
.bi-grant__disclaimer {
  color: #396534;
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
}
.bi-grant .bi-button {
  padding: 8px 40px;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
  .bi-grant__outer {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .bi-grant__outer {
    max-width: none;
    padding: 24px 0;
  }
  .bi-grant__title {
    font-size: 20px;
    line-height: 26px;
  }
  .bi-grant__head {
    font-size: 50px;
    line-height: 56px;
  }
  .bi-grant__desc {
    font-size: 18px;
    line-height: 24px;
  }
  .bi-grant__subdesc {
    font-size: 16px;
    line-height: 22px;
  }
}
.bi-projects {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bi-projects .bi-heading {
  line-height: 1.3;
  margin-bottom: 8px;
}
.bi-projects .bi-heading__sub {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
.bi-projects__category {
  padding-bottom: 32px;
}
.bi-projects__categoryHead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #323232;
}
.bi-projects .tile-wrapper {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.bi-projects .tile {
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 16px 32px;
}
.bi-projects .tile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(1, 0, 17, 0.1409606079) 32%, rgba(2, 0, 36, 0) 100%);
  opacity: 0;
  transition: all 500ms ease;
}
.bi-projects .tile:hover::after {
  opacity: 1;
}
.bi-projects .tile:hover .tileTitle {
  bottom: 0;
}
.bi-projects .tile .tileTitle {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #55a65c;
  transition: all 500ms ease;
}
.bi-projects .tile .tileImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bi-projects .slick-prev,
.bi-projects .slick-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bi-projects .slick-prev::before,
.bi-projects .slick-next::before {
  content: "";
}
.bi-projects .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.31976 17.8025C8.59647 18.02 8.75811 18.1233 8.88961 18.2555C12.5293 21.9066 16.1676 25.5592 19.8018 29.2172C21.1073 30.532 21.3566 32.1773 20.4977 33.6738C19.473 35.4608 16.9936 35.9386 15.3827 34.6582C15.1827 34.4985 14.9882 34.3291 14.8073 34.1474C10.2869 29.6082 5.76773 25.0677 1.25136 20.5244C-0.095202 19.1696 -0.37191 17.5506 0.50342 16.0375C0.697939 15.7016 0.96232 15.3946 1.23629 15.1178C5.76089 10.5594 10.291 6.00508 14.8252 1.4549C16.2731 0.001041 18.2868 -0.140766 19.773 1.08455C21.1319 2.20523 21.3936 4.36399 20.3333 5.7793C20.1388 6.03813 19.9169 6.28044 19.6881 6.51035C16.0909 10.1312 12.4896 13.7493 8.88687 17.3647C8.75537 17.4983 8.59099 17.596 8.31976 17.8025Z' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
}
.bi-projects .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6802 17.8342C12.4035 17.6167 12.2419 17.5134 12.1104 17.3812C8.47071 13.7301 4.8324 10.0775 1.1982 6.4195C-0.107258 5.10469 -0.35657 3.45947 0.502323 1.96293C1.52697 0.175897 4.00639 -0.301838 5.61732 0.978547C5.81732 1.13825 6.01184 1.30759 6.19266 1.48932C10.7131 6.0285 15.2323 10.569 19.7486 15.1123C21.0952 16.4671 21.3719 18.0861 20.4966 19.5992C20.3021 19.9351 20.0377 20.2421 19.7637 20.5189C15.2391 25.0773 10.709 29.6316 6.17485 34.1818C4.72693 35.6357 2.71325 35.7775 1.22697 34.5522C-0.131916 33.4315 -0.393556 31.2727 0.666704 29.8574C0.861222 29.5986 1.08314 29.3563 1.3119 29.1264C4.90911 25.5055 8.51044 21.8874 12.1131 18.272C12.2446 18.1385 12.409 18.0407 12.6802 17.8342Z' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .bi-projects .bi-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .bi-projects .bi-heading__sub {
    font-size: 16px;
  }
  .bi-projects__category {
    padding-bottom: 32px;
  }
  .bi-projects__categoryHead {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.bi-tech-partners {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bi-tech-partners__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bi-tech-partners .bi-heading {
  line-height: 1.3;
  margin-bottom: 8px;
}
.bi-tech-partners .bi-heading__img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
.bi-tech-partners .bi-heading__sub {
  text-align: center;
  line-height: 1.3;
  color: #265720;
  width: 100%;
}
.bi-tech-partners .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.bi-tech-partners .tileImage {
  width: auto;
  height: 60px;
  margin-bottom: 8px;
}
.bi-tech-partners .tileDesc {
  text-align: center;
  color: #757575;
  padding: 4px 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .bi-tech-partners .bi-heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .bi-tech-partners .bi-heading__sub {
    font-size: 16px;
  }
  .bi-tech-partners .tileDesc {
    color: #757575;
    padding: 16px;
  }
}
.bi-testimonials .tile {
  width: calc(50% - 16px);
  margin: 0 8px 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
}
.bi-testimonials .ratings {
  height: 20px;
  width: auto;
  margin-bottom: 8px;
}
.bi-testimonials .commentTitle {
  font-weight: 700;
  font-size: 20px;
  color: #55a65c;
  margin-bottom: 8px;
}
.bi-testimonials .commentBody {
  color: #0e0e0e;
  max-width: 80%;
}
.bi-testimonials .commentator {
  font-weight: 700;
  color: #0e0e0e;
  margin-top: 24px;
}
.bi-testimonials .companyName {
  color: #0e0e0e;
}

@media (max-width: 767px) {
  .bi-testimonials .tile {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0 8px 8px;
  }
}