html, body {
  font-size: 16px;
  font-family: Georgia,Times,Times New Roman,serif; 
  color: #002B5E;
  display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#body-content {
    flex-grow: 1;
}
.inter {
  font-family: 'Inter', sans-serif;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #002B5E;fo
}
::selection {
  color: white;
  background: #002B5E;
}
::placeholder {
  color: #002B5E;
  opacity: 1;
}
.standard-container {
  max-width: 1160px;
  padding: 0 15px 15px;
  margin: auto;
}
.content-with-sidebar {
  display: flex;
}
*:focus {
  outline: none !important;
} 
img {
  max-width: 100%;
  height: auto;
}
.main-title {
  font-size: 24px;
  padding: 45px 0 0px;
  text-align: center;
  text-transform: uppercase;
  color: #002B5E;
  font-weight: bold;
  margin: 0;
}
.pagination {
  justify-content: center;
  padding-bottom: 25px;
}
.page-link {
  color: #002B5E;
}
.page-item.active .page-link {
  background-color: #002B5E;
  border-color: #002B5E;
}
.page-link:hover {
  color: #002B5E;
}
.page-link:focus {
  box-shadow: none;
}
.w-66 {
  width: 66%;
}
.w-34 {
  width: 34%;
}
.w-33 {
  width: 33%;
}
.only-mobile {
  display: none;
  flex-direction: column;
}
/* NAVBAR STYLES START */
.mobile-nav-dropdown {
  display: none;
}
.navbar-container {
  z-index: 99;
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
}
.navbar-light * {
  transition: 0.3s;
}
.navbar-light .navbar-nav {
  padding-right: 30px;
}
.navbar-inner-div {
  width: 100%;
  max-width: 1160px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #002B5E;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
}
.navbar-light {
  justify-content: space-between;
  padding: 5px 0;
}
.navbar-collapse {
  flex-grow: initial;
}
.navbar-logo-container {
  display: flex;
}
.navbar-logo-container .navbar-brand img{
  height: 60px;
}
.navbar-logo-container div{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar-logo-container h1{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px;
}
.navbar-logo-container p {
  margin: 0;
  font-size: 15px;
}
.navbar-social img {
  height: 32px;
}
.navbar-light .dropdown-item {
  color: #002B5E;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
}
.navbar-light .dropdown-menu {
  padding: 0;
  margin: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
  background: orange;
  color: white !important;
}
.navbar-light .dropdown-item:hover, .navbar-light .dropdown-item:focus {
  background: orange;
  color: white !important;
}
.mobile-navbar-title {
  display: none;
  text-align: center;
}
.mobile-navbar-title p {
  margin: 0;
  font-size: 14px;
}
/* NAVBAR STYLES END */

/* FOOTER STYLES START */
.footer {
    padding: 40px 0 30px;
  background: #002B5E;
}
.footer-inner {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.footer a {
  color: white;
}
.copyright-container{
  color: white;
  margin: 24px auto 0;
  max-width: 1160px;
  padding: 0 15px;
  text-align: center;
}
.footer .fa {
  width: 16px;
  margin-right: 10px;
}
.footer .fa-phone {
  margin-right: 5px;
}
.footer .fa-facebook {
  padding-left: 2px;
}
#map {
  width: 100%;
  height: 61vh;
}
/* FOOTER STYLES END */
