.home-container {
  width: 100%;
  display: flex;
  min-height: 1em;
  align-items: left;
  flex-direction: column;
}
.home-image {
  height: 3em;
  align-self: center;
  margin-top: 1em;
  object-fit: cover;
  margin-right: 0;
  margin-bottom: 2em;
}
.home-navbar-interactive {
  width: 1880px;
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  justify-content: space-between;
  background-color: #0c5fa8;
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  height: 48px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link {
  color: #ffffff;
  width: 300px;
  height: 26px;
  font-size: 24px;
  align-self: center;
  text-align: center;
  transition: 0.3s;
  font-family: Open Sans;
  font-weight: bold;
  padding-bottom: 5px;
  border-color: #ffffff;
  border-width: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #FFFFFF;
  border-width: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #ffffff
}
.home-link:hover {
  color: #ffffff;
  background-color: #0d84c6;
}
.home-link1 {
  color: #ffffff;
  width: 300px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  transition: 0.3s;
  font-family: Open Sans;
  font-weight: bold;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  border-width: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #ffffff

}
.home-link1:hover {
  background-color: #0d84c6;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: 16px;
  height: 16px;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  justify-content: space-between;
}
.home-logo {
  height: 2rem;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: 16px;
  height: 16px;
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-text {
  margin-bottom: 1px;
}
.home-text1 {
  margin-bottom: 1px;
}
.home-text2 {
  margin-bottom: 1px;
}
.home-text3 {
  margin-bottom: 1px;
}
.home-text4 {
  margin-bottom: 1px;
}
.home-buttons {
  display: flex;
  margin-top: 1px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-login {
  margin-right: 2px;
}
.home-icon04 {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.home-icon06 {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.home-icon08 {
  width: 16px;
  height: 16px;
}
.home-container1 {
  display: flex;
  position: relative;
  justify-content: right;
}
.home-container2 {
  display: flex;
  position: relative;
  justify-content: left;
}
.home-link2 {
  display: contents;
}
.home-image1 {
  width: 20em;
  height: 100%;
  align-self: center;
  object-fit: cover;
  margin-left: 0px;
  margin-right: 0px;
  text-decoration: none;
}
.home-link3 {
  display: contents;
}
.home-image2 {
  width: 20em;
  height: 100%;
  object-fit: cover;
  margin-left: 0px;
  margin-right: 0px;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-container {
    z-index: 100;
    flex-direction: column;
  }
.navbar-expand-lg {
    height: 2.5em;
}
  .bottom-corner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 36em 2em 4em !important;

}
  .bottom-corner-text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 31.8em 2em 4em !important;

}
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-left: 2px;
    padding-right: 2px;
  }
  .home-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .home-text {
    margin-bottom: 1px;
  }
  .home-text1 {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .home-text2 {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .home-text3 {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .home-text4 {
    margin-left: 0;
    margin-bottom: 1px;
  }
  .home-container1, home-container2{
  position: relative;
  justify-content: center;
  align-items: center;
  height: 25em;
  }
  .column {
    height: 33em !important;
    width: 100% !important;
  }
  body {
    overflow: auto !important;
  }
  .home-image {
    height: 3em;
  }
  footer {
    padding-left: 2em;
    padding-right: 2em;
  }
  .bottom-corner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 26em 2em 4em !important;
  }
  .bottom-corner-text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 21em 2em 4em !important;
  }
}
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: 1px;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-icon {
    fill: var(--dl-color-gray-white);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .bottom-corner-text {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 26em 2em 4em !important;

}
  .bottom-corner-text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 21em 2em 4em !important;

}
}


  .pMainText {
		font-family: "Monument Extended Ultralight";
		color: white;
		font-size: 24px;
}

  .pUnderMainText {
    font-size: 12px;
    font-family: Open Sans;
    padding: 0 0em 1.8vw;
    margin-top: -1em;
}
  .bottom-corner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 36em 2em 4em;

}
  .bottom-corner-text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 31.8em 2em 4em;

}

body {
	overflow: auto;

}

footer {
	bottom:0;
}

hr {
	border: 1px solid #0c5fa8
}

.nav-link1 {
    color: white !important;
    width: 18.5em;
    height: 1.5em;
    font-size: 18px !important;
    align-self: center;
    text-align: center;
    transition: 0.3s !important;
    font-family: Open Sans;
    font-weight: bold !important;
    border-color: #ffffff !important;
    border-width: 1px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-color: #FFFFFF !important;
    border-width: 0px 0px 0px 1px !important;
    border-style: solid !important;
    border-color: #ffffff !important;

}

.nav-link2 {
    color: white !important;
    width: 18.5em;
    height: 1.5em;
    font-size: 18px !important;
    align-self: center;
    text-align: center;
    transition: 0.3s !important;
    font-family: Open Sans;
    font-weight: bold !important;
    border-color: #ffffff !important;
    border-width: 1px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-color: #FFFFFF !important;
    border-width: 0px 1px 0px 1px !important;
    border-style: solid !important;
    border-color: #ffffff !important;

}

.nav-item:hover {
  color: #ffffff;
  background-color: #0d84c6;
  transition: 0.3s !important;
}

nav {
    background: #0c5fa8;
    padding-top: 0em !important;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;

}

.nav-link {
    padding: 0 !important;
}

* {
  box-sizing: border-box;
}
.column {
  float: center;
  width: 50%;
  padding: 2em;
  height: 45em;
}
.row {
  justify-content: center;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row>* {
    width: unset !important;
}

hr {
    color:#0c5fa8 !important;
    opacity: 1 !important;
    height: 0.2em !important;
    background-color: #0c5fa8;
}
footer {
    padding-left: 1em;
    padding-right: 1em;
}
 a {
    padding-bottom: 1em;
}
ul {
    padding-top: 0.5em;

}



@font-face { font-family: "Monument Extended Ultralight"; src: url('Monument-Extended-Ultralight.ttf');}
@font-face { font-family: "Open Sans"; src: url('OpenSans-Regular.ttf');}


