.border-left-bottom-rounded {
  border-bottom-left-radius: 60px;
}

.border-shadow {
  padding: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.border-left-bottom-rounded img {
  border-bottom-left-radius: 60px;
}

.hexagon {
  clip-path: polygon(45% 0, 100% 30%, 100% 70%, 45% 100%, 0 70%, 0 30%);
}

.featured-image.hexagon {
  width: 112px;
  margin: auto;
  margin-top: 25px;
}


.bg-light-gray {
  background-color: #e3f1ff;
  border-radius: 0.3rem;
}

footer .border-bottom:after {
  content: "";
  display: block;
  border-bottom: 2px solid red;
  margin-top: 5px;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}

footer li:not(:last-child) {
  margin-bottom: 12px;
}

footer .location .fa {
  color: #f2a600;
}
footer li .fa {
  position: relative;
  color: #60d1d8;
}

.bg-gray {
  background-color: rgb(248 248 248);
}


.top-bar ul li:not(:last-child) {
  margin-right: 20px;
}
/* color */
.bg-light-green {
  background-color: #8ec641;
}

.content {
  position: absolute;
  width: 100%;
  top: 20%;
}
.content .info {
  background: #8ec641;
  padding: 10px 0;
}

.content-box {
  display: flex;
  color: #ffffff;
  align-items: center;
}
.content-box .info {
  flex-basis: 85%;
  text-align: center;
}

.content-box .feature-icon {
  flex-basis: 15%;
  background: #60d1d8;
  padding: 10px 0;
  text-align: center;
}

.content-box p {
  margin: 0 !important;
}

footer {
  padding: 40px 0;
}


h5.card-title {
  font-weight: 700;
  font-size: 14px;
}

img {
  height: 100%;
}
.section {
  padding: 40px 0;
}

.section-title {
  font-size: 25px;
  line-height: 1.7;
}
.section-title.text-bold {
  font-size: 35px;
}

.team-section .featured-image {
  height: 120px;
}
.team-section img {
  object-fit: cover;
}

.section-header {
  margin-bottom: 16px;
}

.feature img {
  object-fit: cover;
}

.read-more a {
  border-radius: 0;
  padding: 5px 3px !important;
}

.entry-container {
  padding-right: 90px;
}
.entry-title {
  font-weight: 300;
  line-height: 1.4;
}

.card-wrapper {
  position: relative;
  overflow: hidden;
}

.introduction .entry-title {
  font-weight: 500;
}
.map iframe{
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .flex-reverse {
    flex-direction: column-reverse;
  }
  .align-md-center{
    align-items: center;;
  }
  .entry-container{
    padding: 0;
  }
}

/* color-code */

.border-top-blue {
  border-top: 4px solid #60d1d8;
}
.border-top-yellow {
  border-top: 4px solid #f2a600;
}

.border-top-purple {
  border-top: 4px solid rgb(161, 80, 161);
}
.border-top-green {
  border-top: 4px solid #8ec641;
}

.background-blue {
  background: #60d1d8 !important;
}
.background-yellow {
  background: #f2a600;
}

.background-purple {
  background: rgb(161, 80, 161) !important;
}
.background-green {
  background: #8ec641;
}
.background-gray {
  background: rgb(199, 199, 199) !important;
}

.background-pink {
  background: rgb(255, 132, 154) !important;
}

.text-light-blue {
  color: #60d1d8;
}
.text-light-green {
  color: #8ec641;
}
.text-light-yellow {
  color: #f2a600;
}
