* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-weight: 400;
}

header {
  font-size: 14px;
  background: #0c71c3;
  color: white;
  height: 50px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

.header-left > div {
  line-height: 50px;
}

#top-contact {
  padding-right: 10px;
}

#top-email {
  padding: 0 10px;
}

#top-location {
  padding-left: 10px;
}

.social-icons {
  list-style: none;
  display: flex;
}

.social-icons li {
  padding: 10px;
  font-size: 18px;
}

.social-icons a {
  color: white;
}

nav {
  height: 6.25rem;
  background: white;
  color: black;
  transition-timing-function: ease;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

.nav-link {
  color: #0098da;
  /* color: rgb(2, 147, 221);  #0293DD*/
  font-weight: 700;
}

.nav-link:hover {
  color: #0b61a9;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu a {
  font-weight: 500;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.nav-i-img {
  height: 5.2em;
  padding: 5px;
}

.nav-i-img img {
  height: 100%;
}

.top-area {
  background-color: #0b61a9;
}

.top-area .container {
  position: relative;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 7rem 0 1rem;
}

.top-area-inner {
  display: flex;
  justify-content: center;
}

.top-area h1 {
  font-weight: 600;
  margin: 0;
}

main {
  padding: 30px 0;
}

h1,
.box-heading h5,
.ph-inner h5 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

p,
ul {
  margin: 0;
}

.main-wrapper {
  padding: 0 0 0.7rem;
}

.management {
  padding-top: 1rem;
}

.left-panel {
  padding-top: 0.5rem;
}

.left-panel > div {
  padding: 0.5rem 0;
}

.lp-header {
  background-color: #0b61a9;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
}

.lp-list {
  list-style: none;
  padding-left: 0.6rem;
}

.lpl-entry h6 {
  padding-left: 5px;
}

.lp-list li {
  padding: 5px 0 0 5px;
}

.ph-box {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.ph-inner {
  background-color: #0b61a9;
  color: white;
  border-radius: 0.75rem;
  padding: 10px;
}

.box-heading {
  background-color: #0b61a9;
  color: white;
  padding: 1rem 0;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}

.box-content {
  padding-bottom: 1rem;
}

.cc-heading {
  text-align: center;
}

.cc-heading h2 {
  font-weight: 600;
}

.comp-card {
  display: flex;
}

.left {
  background-color: #0c71c3;
  color: white;
  padding: 30px 25px;
}

.ld-wrapper-inner {
  display: flex;
  padding: 20px 0;
}

.icon-wrapper {
  padding-top: 5px;
}

.ld-wrapper-inner .icon {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  margin-right: 10px;
}

#ld-bottom {
  padding: 30px 0 20px;
}

.sm-wrapper {
  padding: 25px 0;
  border-top: solid;
}
.social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  display: flex;
}

.social-media li {
  padding: 10px;
  font-size: 18px;
}

.social-media a {
  color: white;
}

.right {
  padding: 30px;
  background-color: #d9ecf8;
}

.form-input input,
.form-message textarea {
  border: none;
  padding: 10px;
  width: 100%;
  background: transparent;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-bottom: 1px solid #04040410;
  letter-spacing: 1px;
}

.fm-submit {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #022c46;
  color: white;
  border: none;
  letter-spacing: 1px;
  font-weight: 700;
}

footer {
  background: #022c46;
  color: white;
  margin-top: 20px;
}

.footer-top h3 {
  font-size: 20px;
  font-weight: 700;
}

.footer-top_left,
.footer-top_mid,
.footer-top_right {
  padding: 25px 10px;
}

.footer-top_mid_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-top_mid li {
  padding: 0 10px 0 0;
  margin-top: 10px;
  flex: 1 1 33.33333%;
}

.footer-top_mid_list img {
  width: 100%;
}

.footer-top_right ul {
  list-style: none;
  padding: 5px 0;
}

.footer-top_right a {
  color: #94a3ac;
  text-decoration: none;
}

.footer-bottom {
  background: #012237;
  padding: 20px 0;
}

.footer-btm_wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-btm_right {
  display: flex;
}

.footer-btm_sm {
  display: flex;
}

.footer-btm_sm a {
  padding: 0 10px;
  color: #fff;
  color: white;
}

#back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #555;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  transition: 3s ease-in;
}

@media (max-width: 992px) {
  #navbarNav {
    background: rgba(255, 255, 255);
    padding-left: 15px;
  }

  .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 2%;
    top: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link {
    font-size: 0.86rem;
  }
}
