/*-----CSS Document-----*/
body,
head,
html {
  background: #fff;
  width: 100vw;
  overflow-x: hidden;
  word-break: break-word !important;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word !important;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

/*Header Background*/
.header {
  background-image: url("../images/bg_homepage.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 40rem;
  background-size: cover;
}

.header-top {
  height: auto;
}

.nav-wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
  height: 5rem;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  transition: 1s;
}
.menu {
  color: #000;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo img {
  width: 11vw;
}

.nav ul {
  display: flex;
}

ul {
  list-style: none;
}

.nav > ul > li {
  height: 100%;
}

.nav li > a {
  height: 80px;
  color: #bebfc0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0 1rem;
  font-weight: 700;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*Header Bottom*/
.header-bottom {
  height: 55vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom .title {
  text-align: center;
  display: block;
  height: 30vh;
}

.header-bottom .title h1 {
  color: #ffffff;
  font-size: 8vw;
  font-weight: bold;
  text-transform: uppercase !important;
}

.header-bottom .title hr {
  border: 0;
  max-width: 3.25rem;
  border-top: 4px solid #ccc;
}

.header-bottom .title h4 {
  color: #ffffff;
  font-size: 200%;
  font-weight: 300 !important;
}

.header-bottom button {
  color: white;
  background-color: #eeae24;
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
  cursor: pointer;

  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.header-bottom button:hover {
  background-color: #ffffff;
  color: #eeae24;
  opacity: 1;
}

/*Middle Content*/
.middle {
  padding: 8rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0190b9;
}

.middle .middle-wrap {
  text-align: center;
  padding: 0.8rem 0;
  width: 52%;
}

.middle .middle-wrap h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

.middle .middle-wrap hr {
  border: 0;
  max-width: 3.25rem;
  border-top: 4px solid #ccc;
}

.middle .middle-wrap h4 {
  color: #4fc1e1;
  font-size: 1.5rem;
  text-align: justify;
}

.middle .middle-wrap button {
  /* background-color: #fcb327;
  border: none;
  color: white;
  width: 10vw;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8vw;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px; */

  color: white;
  background-color: #eeae24;
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
  cursor: pointer;

  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.middle .middle-wrap button:hover {
  background-color: #ffffff;
  color: #eeae24;
  opacity: 1;
}

/*Bottom Content*/
.bottom {
  width: 100%;
  padding: 2rem 0 8rem 0;
  /* background: orange; */
}

.bottom-top {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: green; */
}
/*Bottom Top Content*/
.bottom .bottom-top-wrap {
  /* background-color: orange; */
  text-align: center;
  display: block;
  height: auto;
  width: 60%;
}

.bottom .bottom-top-wrap h1 {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.bottom .bottom-top-wrap h2 {
  color: #0190b9;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 500;
  font-style: italic;
  margin-bottom: -1rem;
}

.bottom .bottom-top-wrap h4 {
  color: #000000;
  font-size: 1.25rem;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 1rem;
}

/*Footer content*/
.footer {
  width: 100%;
}
.footer-top {
  padding: 8rem 0;
  width: 100%;
}

.footer .footer-top-wrap {
  text-align: center;
  display: block;
  height: auto;
  width: 55%;
  margin: auto;
}

.footer .footer-top .footer-top-wrap h1 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}

.footer .footer-top .footer-top-wrap hr {
  display: block;
  width: 2vw;
  border: 0;
  border-top: 6px solid #000;
  margin: auto;
  padding: 0;
}

.footer .footer-top .footer-top-wrap h4 {
  color: #6c757d;
  font-size: 1rem;
  text-align: center;
}

.footer .contact-us-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Contact Us*/
.footer-top .contact-us-wrap .email {
  text-align: center;
  width: 15rem;
  font-size: 1rem;
  margin: 10px 10px;
  height: 100px;
}

.footer-top .contact-us-wrap .location {
  text-align: center;
  width: 15rem;
  font-size: 1rem;
  margin: 10px 10px;
  height: 100px;
}
/*Copyright*/
.footer-bottom {
  width: 100%;
  background: rgb(228, 228, 228);
  padding: 1rem 0;
}

.footer-bottom .footer-bottom-wrap h4 {
  color: #6c757d;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
}

/*-------------------------Client Hub--------------------------*/
.header-login {
  background-image: url("../images/bg_clienthub.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
}

.header-login-top {
  /* background: green; */
  width: 100%;
  height: 15%;
}

.header-login-bottom {
  /* background: orange; */
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 12vw;
  padding-top: 2rem;
}

.nav li > #text {
  width: 100%;
  height: 80px;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  padding-right: 35px;
}

/*form*/
form {
  background: #e6e7e8;
  width: 21%;
}

/* Full-width inputs */
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #ffffff;
}
::placeholder {
  color: #c7c8ca;
  opacity: 1; /* Firefox */
}

/* Set a style for all buttons */
.container-bottom button {
  background-color: #fcb327;
  color: white;
  padding: 14px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 0px;
  border: none;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.7;
}

/* Add padding to containers */
.container-top {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0190b9;
}

.container-top .description {
  color: #ffffff;
  width: 65%;
}
.container-top .icon {
  color: #ffffff;
  font-size: 2vw;
}
.container-top .description h5 {
  font-size: 0.8rem;
}

.container-bottom {
  padding: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 1790px) {
  form {
    border: 3px solid #f1f1f1;
    background: #e6e7e8;
    width: 32%;
  }
  .container-top .icon {
    color: #ffffff;
    font-size: 3vw;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .nav-wrap {
    background: #ffffff;
  }

  .nav-wrap img {
    width: 7rem;
  }

  .nav li > a {
    display: none;
  }

  .open-btn {
    color: #000000;
    font-size: 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(252, 59, 0, 0);
    display: block !important;
  }

  .nav2 {
    font-weight: bold;
    font-size: 0.9em;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    /* text-align: center; */
    font-size: 12px;
  }
  .nav2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .nav2 li {
    display: block;
    padding: 1rem 5rem;
  }
  .nav2 li:hover {
    display: block;
    background: rgb(200, 200, 200);
    padding: 1rem 5rem;
  }
  .nav2 ul li a {
    text-decoration: none;
    margin: 0px;
    color: #666;
  }
  .nav2 ul li a:hover {
    color: #666;
    text-decoration: none;
  }
  .nav2 a {
    text-decoration: none;
    color: #666;
  }
  .nav2 a:hover {
    text-decoration: none;
    color: #666;
  }
  .fixed-nav {
    position: fixed;
    top: 70px;
  }

  form {
    border: 3px solid #f1f1f1;
    background: #e6e7e8;
    width: 20rem;
    margin-top: 2rem;
  }
}

.open-btn {
  display: none;
}

.nav2 {
  display: none;
}
