@font-face {
    font-family: "SymbioAR+LT-Regular";
    src: url("symbio/6290029812b570eab0ed24eaca5ec31d.eot");
    src: url("symbio/6290029812b570eab0ed24eaca5ec31d.eot?#iefix")format("embedded-opentype"),
    url("symbio/6290029812b570eab0ed24eaca5ec31d.woff2")format("woff2"),
    url("symbio/6290029812b570eab0ed24eaca5ec31d.woff")format("woff"),
    url("symbio/6290029812b570eab0ed24eaca5ec31d.ttf")format("truetype"),
    url("symbio/6290029812b570eab0ed24eaca5ec31d.svg#SymbioAR+LT-Regular")format("svg");
}
body {
  font-size: 20px;
  font-weight: 400;
  font-family: "SymbioAR+LT-Regular";
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}
.footer a {
  color: #f88127;
  text-decoration: none;
}
.footer a:active, .footer a:hover {
  color: #ff6f00;
}
.search-box {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 0px 4px 100px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-box:active {
  border: 1px solid #aaa;
}
.search-box input[type=text] {
  border: none;
  box-shadow: none;
  display: inline-block;

  background: transparent;
}
.search-box input[type=text]:hover, .search-box input[type=text]:focus, .search-box input[type=text]:active {
  box-shadow: none;
}
.search-box .search-btn {
  position: absolute;
  left: 2px;
  top: 0px;
  color: #aaa;
  border-radius: 3px;
  font-size: 21px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width:991px)
{
.search-box {
  width: 100%;
}
}
blockquote {
  border-right: 5px solid #f88127;
  background-color: #fff8e1;
  padding: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555;
}
/* #ec5923 #f88127 */
.my-button {
  padding: 12px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #f88127;
  color: #ffffff;
  font-weight: bold;
  border:none;
  border-radius: 50px;
}
.my-button:hover, .my-button:active {
  padding: 12px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #ff6f00;
  color: #ffffff;
  font-weight: bold;
  border:none;
  border-radius: 50px;
}
.brand-color {
  color: #ec5923;
}
.visual {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.illustration {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.infographic {
  width: 400px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.border-short {
  position: relative; /* Needed for positioning the pseudo-element */
  padding-bottom: 10px; /* Adjust as needed to make space for the "border" */
  margin-bottom: 20px;
}

.border-short::after {
  content: '';
  position: absolute;
  bottom: 0; /* Position at the bottom of the element */
  right: 0;
  width: 120px; /* Control the "length" of the border */
  height: 5px; /* Control the thickness of the border */
  background-color: #f88127; /* Set the border color */
}
.multi-line-clamp {
  display: -webkit-box; /* Required for -webkit-line-clamp to work */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp to work */
  -webkit-line-clamp: 3; /* Truncates text after 3 lines */
  line-clamp: 3; /* Truncates text after 3 lines */
  margin-bottom: 10px;
  overflow: hidden; /* Hides the overflowing content */
}
.post-body {
  text-decoration: none;
}
.post-body a {
  text-decoration: none;
  color: #f88127;
}
.bg-shape {
  height: 24px;
  border: 0px solid #c3c3c3e2;
  background-image: url("../img/assets/bg-shape.png");
}
.blog-head {
  background-color: #67c87f;
}
/* Background color names: green, blue, purple, orange */
.bg-green {
  background-color: green;
}
.bg-seagreen {
  background-color: seagreen;
}
.bg-darkgreen {
  background-color: darkgreen;
}
.bg-forestgreen {
  background-color: forestgreen;
}
.bg-mediumseagreen {
  background-color: mediumseagreen;
}
.bg-blue {
  background-color: blue;
}
.bg-royalblue {
  background-color: royalblue;
}
.bg-blueviolet {
  background-color: blueviolet;
}
.bg-darkblue {
  background-color: darkblue;
}
.bg-dodgerblue {
  background-color: dodgerblue;
}
.bg-darkorchid {
  background-color: darkorchid;
}
.bg-deeppink {
  background-color: deeppink;
}
.bg-purple {
  background-color: purple;
}
.bg-rebeccapurple {
  background-color: rebeccapurple;
}
.bg-orange {
  background-color: orange;
}
.bg-darkorange {
  background-color: darkorange;
}
.bg-chocolate {
  background-color: chocolate;
}
.bg-crimson {
  background-color: crimson;
}
.bg-lightgray {
  background-color: lightgray;
}
.bg-brand {
  background-color: #fef4e0;
}
