:root {
  --trevlo-font: "Inter", "Prompt", sans-serif;
  --trevlo-font2: "Plus Jakarta Sans", "Prompt", sans-serif;
  --trevlo-special-font: "Dancing Script", "Prompt", cursive;
  --trevlo-base: #106482;
  --trevlo-base-rgb: 16, 100, 130;
  --trevlo-primary: #f6ac5b;
  --trevlo-primary-rgb: 246, 172, 91;
  --trevlo-secondary: #565656;
  --trevlo-secondary-rgb: 86, 86, 86;
  --trevlo-gray: #767682;
  --trevlo-gray-rgb: 118, 118, 130;
  --trevlo-gray2: #7D7F8E;
  --trevlo-gray2-rgb: 125, 127, 142;
  --trevlo-gray3: #DEDEDE;
  --trevlo-gray3-rgb: 222, 222, 222;
  --trevlo-white2: #f6fbfa;
  --trevlo-white2-rgb: 246, 251, 250;
  --trevlo-white3: #f1fffc;
  --trevlo-white3-rgb: 241, 255, 252;
  --trevlo-white4: #F5F5F5;
  --trevlo-white4-rgb: 245, 245, 245;
  --trevlo-white5: #F1F6F4;
  --trevlo-white5-rgb: 241, 246, 244;
  --trevlo-black: #232323;
  --trevlo-black-rgb: 35, 35, 35;
  --trevlo-black2: #101A29;
  --trevlo-black2-rgb: 16, 26, 41;
  --trevlo-black3: #000000;
  --trevlo-black3-rgb: 0, 0, 0;
  --trevlo-yellow: #FAB123;
  --trevlo-yellow-rgb: 250, 177, 35;
  --trevlo-border-color: #DDDDDD;
  --trevlo-border-color-rgb: 221, 221, 221;
  --trevlo-body-line-height: 1.75;
}
.box_style_1 {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 30px;
  position: relative;
  color: #333;
}
.bg_gray {
  background: #f8f8f8 !important;
}
.footer_icon_dark {
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
}
.main_title {
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #e4e8ea;
}
.footer_icon, .footer_icon_dark {
  position: absolute;
  background: #ff5314;
  border-radius: 50%;
  text-align: center;
}
.footer_text_dark {
  color: rgba(0, 0, 0, .7);
  padding-left: 40px;
  line-height: 1.3;
  font-size: 14px;
}
.footer_text, .footer_text_dark {
  max-width: 350px;
  font-weight: 400;
}
/*# sourceMappingURL=color-1.css.map */
