h1 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}
h1 span {
  color: #fe0000;
}

h2 {
  font-size: 1.25rem;
  color: #0e4b91;
  margin-bottom: 1rem;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #0e4b91;
  line-height: 1.4;
  margin-top: 0;
  font-weight: 600;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  transition: all 0.3s ease 0s;
  overflow-x: hidden;
}

a {
  color: #0e4b91;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #fe0000;
}

.a:focus {
  border: none;
  outline: none;
}

b,
strong {
  font-weight: 600;
}

.btn {
  background: #0e4b91;
  font-size: 0.85rem;
  border-radius: 0.25rem;
  border: none;
  padding: 0.65rem 1.15rem;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.btn i {
  font-size: 0.85rem;
  margin-left: 0.25rem;
}
.btn .bi-arrow-right {
  margin-left: 0.5rem;
}

.btn:hover {
  transition: all 0.3s ease 0s;
  color: #fff !important;
  background: #fe0000;
}

.btn-border {
  color: #0e4b91;
  border: 1px solid #0e4b91;
  background: none;
}

.btn-border:hover {
  background: #fe0000;
  color: #fff;
}

.asterisk {
  color: #e40909;
}

.bdrradius {
  border-radius: 0.5rem;
}

.mg0 {
  margin-bottom: 0 !important;
}

.card-box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
}

.clear {
  clear: both;
}

.bi {
  font-size: 1.15rem;
}

p {
  margin-bottom: 1.25rem;
}

img {
  width: 100%;
}

.mgb1 {
  margin-bottom: 1rem;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.positionrelative {
  position: relative;
}

.form-group label {
  margin-bottom: 0.25rem;
}

.form-control {
  font-size: 0.9rem;
}

textarea.form-control {
  min-height: calc(8em + 0.75rem + 2px);
}

.form-select {
  height: calc(2.5rem + 8px);
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.5rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:not(:-moz-placeholder) {
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type=file] {
  font-size: 0.9rem;
}

.hasDatepicker::-moz-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 2rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.radio-border {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #0e4b91;
}

.form-check {
  padding-left: 2em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -2em;
}

.form-check-input[type=checkbox] {
  border-radius: 0.2em;
}

.table td,
.table th {
  padding: 0.5rem 1rem;
}

table th {
  background: #0e4b91 !important;
  color: #fff !important;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #0e4b91;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  line-height: 1.9;
  border: 1px solid #fff;
}
.scroll-top-wrapper i {
  font-size: 1.3rem;
}
.scroll-top-wrapper:hover {
  background-color: #fe0000;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
header .header-topbar {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
header .header-topbar .header-left .logo img {
  width: 15rem;
  height: auto;
  float: left;
  transition: all 0.3s ease 0s;
}
header .header-topbar .header-left .logo img:hover {
  transition: all 0.3s ease 0s;
  transform: scale(1.03);
}
header .header-topbar .header-right {
  float: right;
  padding-top: 0.75rem;
}
header .header-topbar .top-menu {
  float: left;
}
header .header-topbar .top-menu ul {
  margin: 0;
  padding: 0;
}
header .header-topbar .top-menu ul li {
  float: left;
  display: block;
  margin-right: 1.75rem;
}
header .header-topbar .top-menu ul li .bi-search {
  color: #111;
}
header .header-topbar .top-menu ul li:last-child {
  margin-right: 0;
  margin-top: 0.25rem;
}

.content-pd {
  padding: 4rem 0;
}

.title {
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}
.title h1 {
  text-transform: capitalize;
}

footer {
  border-top: 1px solid #ccc;
  padding: 1.5rem 0;
  color: #333;
}
footer .poweredby {
  text-align: right;
}

.gridlist .col-lg-4 {
  display: flex;
}
.gridlist .grid {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
}
.gridlist .grid .grid-desc {
  padding: 1.5rem;
}
.gridlist .grid .grid-desc .grid-img {
  position: relative;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  margin-bottom: 1rem;
}
.gridlist .grid .grid-desc .grid-img img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridlist .grid .grid-desc .grid-img img:hover {
  transition: all 0.3s ease 0s;
  transform: scale(1.1);
}
.gridlist .grid .grid-desc .newsdate {
  margin-bottom: 0.5rem;
}

ul.cont-list {
  padding-left: 1.3rem;
}
ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}
ul.cont-list li::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.6rem;
  background: #0e4b91;
  position: absolute;
  top: 0.5rem;
  left: -1.2rem;
  border-radius: 0.1rem;
}

.contact-details ul {
  margin: 0;
  padding: 0;
}
.contact-details ul li {
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
}
.contact-details ul li i {
  margin-left: -1.75rem;
  position: absolute;
  margin-top: -0.1rem;
}
.contact-details ul li a {
  color: #333;
}
.contact-details ul li a:hover {
  color: #fe0000;
}

.new {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.5rem 0.5rem;
  background: #fe0000;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.search-wrap {
  margin-bottom: 2rem;
}

.breadcrumb-wrap {
  padding: 3rem 0;
  background: #0E4B91;
  background: linear-gradient(90deg, rgb(14, 75, 145) 0%, rgb(254, 0, 0) 100%);
}
.breadcrumb-wrap h1 {
  color: #fff;
  margin-bottom: 0;
}

.map-location-wrap iframe {
  border-radius: 0.5rem;
}

.location-list {
  height: 450px;
  overflow: scroll;
  overflow-x: hidden;
}
.location-list ul {
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}
.location-list ul li {
  display: block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  background: #f2f2f2;
  margin-bottom: 0.75rem;
}
.location-list ul li.active {
  background: #0e4b91;
  color: #fff;
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  .card-box {
    padding: 1rem;
  }
  .content-pd {
    padding: 2rem 0;
  }
  footer .poweredby {
    text-align: left;
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=main.css.map */