.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-50 {
  font-size: 50px;
}

.fs-54 {
  font-size: 54px;
}

.fs-60 {
  font-size: 60px;
}

.fs-72 {
  font-size: 72px;
}

.fs-75 {
  font-size: 75px;
}

.fs-84 {
  font-size: 84px;
}

.br-10 {
  border-radius: 10px;
}

.br-22 {
  border-radius: 22px;
}

.br-30 {
  border-radius: 30px !important;
}

.w-20 {
  width: 20%;
}

.w-22 {
  width: 22%;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p_2 {
  padding: 2rem;
}

.mt_2 {
  margin-top: 2rem;
}
.mt_10{
  margin-top: 10px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.px_2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.opacity-5 {
  opacity: 0.5;
}

.bg-brown {
  background-color: rgba(239, 127, 25, 0.54);
}

.bg-white {
  background-color: white;
}

.bg-header-blue {
  background-color: #325fa2;
}

.bg-blue {
  background-color: #131f32;
}

.badge-bg-blue {
  background-color: #badef4;
}

.bg-btn-blue {
  background-color: #0077b5;
}

.bg-light-blue {
  background-color: #0078be;
}

.bg-purple {
  background-color: #8f3e75;
}

.bg-orange {
  background-color: #ef7f19;
}

.bg-light-orange {
  background-color: #f3b680;
}

.bg-grey {
  background-color: #d4d4d4 !important;
}

.bg-light-grey {
  background-color: #f7f7f8;
}

.bg_light_grey {
  background-color: #f5f5f5;
}

.bg-events-agenda {
  background-color: #f3f4f8;
}

.bg-light-green {
  background-color: #bbdca3;
}

.bg-blog-color {
  background-color: #bbdca3;
}

.bg-interview-color {
  background-color: #a0b1cd;
}

.bg-iesa-news-color {
  background-color: #dadada;
}

.bg-member-news-color {
  background-color: #fad5b3;
}

.bg-press-release-color {
  background-color: #c5e6fb;
}

.bg-light-pink {
  background-color: #ffe1c8;
}

.bg-book-category {
  background-color: rgba(239, 127, 25, 0.54);
}

.bg-report-category {
  background-color: #badef4;
}

.bg-footer {
  background-color: #f7f7f8;
}

.bg-color-1 {
  background-color: #0d1120;
}

.bg-color-2 {
  background-color: #7d440f;
}

.bg-color-3 {
  background-color: #0073b7;
}

.text-orange {
  color: #ef7f19 !important;
}

.text-grey {
  color: #787878 !important;
}

.text-light-grey {
  color: #656565;
}

.text-blue {
  color: #0078be;
}

.text-light-blue {
  color: #43bccd;
}

.text-green {
  color: #a0c261;
}

.text-dark-blue {
  color: #131f32;
}

.text-red {
  color: #f50a0a;
}

.text_black {
  color: black;
}

.text_silver {
  color: #464646;
}

.text-brown {
  color: #7d440f;
}
.text_grey {
  color: #727a7e;
}
.btn-outline-orange {
  border: 1px solid #ef7f19;
}

.btn-outline-red {
  border: 1px solid #f50a0a;
}

/* font-weight */

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* Line Height */
.lh_1 {
  line-height: 1.5;
}

.line-height-md {
  line-height: 1.6;
}

.line-height-lg {
  line-height: 1.7;
}

.lh-2 {
  line-height: 1.8;
}

/* padding */
.pb-200 {
  padding-bottom: 200px !important;
}

.rounded-radius {
  border-radius: 8px;
}

/* Events bg colors */

.bg-all {
  background-color: #000000;
}

.bg-webinar {
  background-color: #0078be;
}

.bg-expo {
  background-color: #ef7f19;
}

.bg-awards {
  background-color: #737373;
}

.bg-conference {
  background-color: #8f3e75;
}

.bg-contest {
  background-color: #162949;
}

/* Text colors */

.text-color-1 {
  color: #202328;
}

.text-color-2 {
  color: #565769;
}

.text-color-3 {
  color: #36383b;
}

.text-dark-black {
  color: #000000;
}
.text-color-4 {
  color: #63656a;
}
.text-color-5 {
  color: #ecf9ff !important;
}
.text-color-6 {
  color: #9fa2bc !important;
}
.text-color-7 {
  color: #463d42;
}
.text-color-8 {
  color: #626262;
}
.text-color-9 {
  color: #999999;
}
.text-color-10 {
  color: #579b52;
}
.w-93 {
  width: 93%;
}

.shadow_small {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}
.w-114 {
  width: 114% !important;
}
.border-b-white {
  border-bottom: 1px solid #f3f3f3;
}
.border_bottom-2 {
  border-bottom: 2px solid #d9d9d9;
}
.border-1 {
  border: 1px solid #d9d9d9;
}
.border-2 {
  border: 1px solid #e1e1e1;
}

.mx-250 {
  max-height: 250px !important;
}
