@font-face {
  font-family: "OpenSans-SemiBold";
  src: url(../fonts/OpenSans-SemiBold.ttf) format("TrueType");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-weight: auto;
  src: url(../fonts/OpenSans-Bold.ttf) format("TrueType");
}
:root {
  --blue: #004AAC;
  --grey: #F5F8FC;
  --orange: #FF8000;
  ---white: #FFFFFF;
  --border-radius: 10px;
}

.btn {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 38px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-family: OpenSans-Bold;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0.5px;
  border-radius: 500px;
  background-origin: border-box;
}
.btn.btn-primary {
  background-color: #3a4aac;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #2f3a7d;
}

.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
  background: var(--blue);
  color: var(--white);
}
.tm-header .uk-navbar-container .uk-navbar-dropdown-nav li:hover {
  background: var(--blue);
}

.uk-grid .el-item.uk-panel {
  border-radius: var(--border-radius);
}

div.none.slider-box-list, div.none.slider-box {
  background: rgb(245, 248, 252);
  padding: 20px 28px;
  border-radius: 8px;
  height: 100%;
  min-height: 100px;
}

h4.newsflash-titleammslider,
span.fs18 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.uk-breadcrumb {
  font-weight: 600;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
}

.uk-nav li.uk-active > a {
  font-weight: 600;
}
.uk-nav li.uk-active > div > a {
  color: #FF8000 !important;
  font-weight: 600;
}

/*# sourceMappingURL=custom.css.map */
