.nav-link {
  color: #5a5a5a;
  font-weight: 600;
}
.nav-link:hover {
  color: #0348a7;
}
.socialIcon img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.socialIcon1 img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
.LogoDiv img {
  width: 160px !important;
}
.footername {
  text-align: center;
  background: black;
  color: white;
  padding: 17px;
  font-size: 11px;
  margin-bottom: 0px;
}
.footername a {
  text-decoration: none;
  color: #aaa9a9;
}
.footername a:hover {
  color: rgb(231, 229, 229);
}
footer {
  background-image: linear-gradient(90deg, #048def 0%, #0449a9 100%);
  color: white;
}
footer h3 {
  position: relative;
  font-size: 22px;
}
footer h3::after {
  bottom: -13px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 50px;
  background: #ffffff;
}
.paddingFooter {
  padding-left: 30px;
  padding-right: 30px;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 500;
}
footer ul li {
  padding: 8px 0px;
  line-height: 1.7em;
}
footer a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}
footer a:hover {
  color: #90cbf5;
}
.modal {
  width: 300px;
  height: 100vh;
  background: white;
}
.modal-dialog {
  margin: 0px;
}
.modal-content {
  border-radius: unset;
  border: none;
}
.navbar-toggler i {
  font-size: 26px;
  color: #545454;
}
#togButton {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  color: #5a5a5a;
  font-weight: 600;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
}
.dropdown-menu a:hover {
  color: #0348a7;
  background: none;
}
@media (max-width: 992px) {
  #navHeader {
    display: none;
  }
  #togButton {
    display: block;
  }
  .socialIcon {
    display: none;
  }
}
