.el-nodisplay {
  display: none  !important;
}

.el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.el-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.el-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.el-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.el-flxb05 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}

.el-flxb10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.el-flxb15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.el-flxb20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.el-flxb25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.el-flxb30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.el-flxb35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.el-flxb40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.el-flxb45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.el-flxb50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.el-flxb55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

.el-flxb60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.el-flxb65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.el-flxb70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.el-flxb75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.el-flxb80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.el-flxb85 {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

.el-flxb90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

.el-flxb95 {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
}

.el-flxb100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.el-flx010 {
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
}

.el-flx015 {
  -webkit-box-flex: 0.15;
      -ms-flex: 0.15;
          flex: 0.15;
}

.el-flx020 {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

.el-flx025 {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}

.el-flx030 {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

.el-flx040 {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}

.el-flx050 {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.el-flx060 {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
}

.el-flx070 {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}

.el-flx075 {
  -webkit-box-flex: 0.75;
      -ms-flex: 0.75;
          flex: 0.75;
}

.el-flx080 {
  -webkit-box-flex: 0.80;
      -ms-flex: 0.80;
          flex: 0.80;
}

.el-flx085 {
  -webkit-box-flex: 0.85;
      -ms-flex: 0.85;
          flex: 0.85;
}

.el-flx090 {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}

.el-flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.el-flx2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.el-flx3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.el-flx4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.el-flx5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-i-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.scrolled .title2 {
  display: none  !important;
}

.el-border {
  border: 1px solid #3085EE;
}

.el-color-active {
  color: #3085EE !important;
}

.el-bgcolor-active {
  background: #3085EE !important;
}

.el-noborder {
  border: 0px;
}

.el-text-nowrap {
  white-space: nowrap;
}

.button {
  font-family: "Inter", sans-serif;
}

.navbar-brand-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: larger !important;
}

nav.dropmenu ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: larger;
}

.el-text-title {
  color: #F6C696 !important;
}

h2.el-title-color {
  color: #F6C696 !important;
}

.el-text-title2 {
  color: #454d5d !important;
}

h3.el-title2-color {
  color: #454d5d !important;
}

.el-ff1 {
  font-family: Roboto;
}

.el-ff2 {
  font-family: Inter;
}

.el-fs-xlarge {
  font-size: x-large;
}

.el-fs-large {
  font-size: large;
}

.el-fs-small {
  font-size: small;
}

.el-fs-xsmall {
  font-size: x-small;
}

.el-fw400 {
  font-weight: 400;
}

.el-fw700 {
  font-weight: 700;
}

.el-textl {
  text-align: left;
}

.el-textr {
  text-align: right;
}

.el-textc {
  text-align: center;
}

.el-textj {
  text-align: justify;
}

.el-mr1rem {
  margin: 1rem;
}

.el-mrt5 {
  margin-top: 5px;
}

.el-mrt10 {
  margin-top: 10px;
}

.el-mrt20 {
  margin-top: 20px;
}

.el-mrt30 {
  margin-top: 30px;
}

.el-mrt40 {
  margin-top: 40px;
}

.el-mrt60 {
  margin-top: 60px;
}

.el-mrt2rem {
  margin-top: 2rem;
}

.el-mrt5rem {
  margin-top: 5rem;
}

.el-mrb5 {
  margin-bottom: 5px;
}

.el-mrb10 {
  margin-bottom: 10px;
}

.el-mrb20 {
  margin-bottom: 20px;
}

.el-mrb30 {
  margin-bottom: 30px;
}

.el-mrb40 {
  margin-bottom: 40px;
}

.el-mrb60 {
  margin-bottom: 60px;
}

.el-mrb2rem {
  margin-bottom: 2rem;
}

.el-mrb5rem {
  margin-bottom: 5rem;
}

.el-pdlr085 {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

#body-wrapper.el-pdtr1 {
  padding-top: 1rem;
}

.el-contact-link {
  font-size: 0.72rem;
  color: #3085EE;
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}

.el-contact-link:hover {
  background-color: #ccc;
  text-decoration: none;
}

.el-contact-link:visited, .el-contact-link.active {
  color: #3085EE;
  text-decoration: none;
}

#blog-hero #to-start {
  text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}

#to-end {
  text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}

#to-top {
  text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}

img.left {
  display: inline;
  float: left;
  margin: 1rem 15px 5px 0;
  max-width: 50%;
}

img.right {
  float: right;
  margin: 1rem 0 5px 15px;
  max-width: 50%;
}

img.center {
  display: block;
  margin: 10px auto;
}

figure.image-caption {
  text-align: center;
  margin: 1rem;
}

figure.image-caption figcaption {
  opacity: 0.7;
  font-size: 90%;
}

figure.figure-right {
  float: right;
  margin: 5px 0 5px 15px;
  max-width: 50%;
}

figure.figure-left {
  float: left;
  margin: 5px 15px 5px 0;
  max-width: 50%;
}

figure.caption-left figcaption {
  text-align: left;
}

figure.caption-right figcaption {
  text-align: right;
}
/*# sourceMappingURL=custom.css.map */