@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
body, ul, li {
  margin: 0;
  padding: 0;
  font-family: "Lora", serif;
}

.main-navigation li a:hover {
  color: #000000;
}

.banner_heading {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 30px;
  color: #fff;
  z-index: 2;
}

.form_section {
  background: #f8f8f8;
  padding: 50px;
}

.form_section {
  padding: 20px;
}

.animated-text .line {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.animated-text .line:nth-child(1) {
  animation-delay: 0.3s;
}

.animated-text .line:nth-child(2) {
  animation-delay: 0.1s;
}

.animated-text .line:nth-child(3) {
  animation-delay: 0.2s;
}

.animated-text .line:nth-child(4) {
  animation-delay: 1.1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner_heading h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}

.banner_heading h1 {
  font-size: 80px;
  padding-bottom: 24px;
}

.banner_heading h2 small {
  font-size: 36px;
}

.site-branding {
  display: none;
}

.top_logo_section {
  padding: 20px;
}

.home-site-branding img {
  width: 100%;
  max-width: 440px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* black overlay with 40% opacity */
  z-index: 1;
}

.banner_heading p {
  font-size: 22px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a:hover {
  color: #d6d6d6;
}

.banner_heading h1 sup {
  font-size: 20px;
  top: -2em;
}

.menu-toggle {
  display: none;
}

.page_content_layout {
  display: flex;
}

section {
  position: relative;
}

.general_section, .team_section {
  padding: 60px 20px;
}

.general_section p, .general_section li, .team_text p {
  font-size: 18px;
  margin-bottom: 1rem;
}

.top_banner .background_image_banner img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}

.txt-space {
  padding: 0 30px 0 40px;
}

.team_section .row {
  border-top: 2px solid #222e3a;
  margin-top: 70px;
  padding-top: 70px;
}

.team_social_link {
  color: #A6A6A6;
  font-size: 18px;
  text-decoration: none;
}

.team_section {
  padding-top: 0;
}

.team_social_link:hover {
  text-decoration: underline;
}

.top_banner .banner_heading h1 {
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-header {
  width: 300px;
  flex: 30%;
  position: fixed;
  left: 0;
  height: 100%;
  background-color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.content_section {
  padding-left: 300px;
  height: 100vh;
}

.header-left {
  min-height: 100%;
  padding: 50px 50px 70px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.website_logo {
  display: block;
}

.main-navigation li a {
  padding: 12px 0 20px;
  display: block;
  position: relative;
  color: #939598;
  font-size: 26px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.main-navigation li {
  list-style: none;
}

.main-navigation li.current-menu-item a {
  color: #000;
}

.site-branding,
.main-navigation,
.social_links {
  margin-bottom: 60px;
}

.social_links a {
  color: #939598;
  border: 1px solid;
  padding: 2px 10px;
  font-size: 24px;
}

.copyright_text {
  font-size: 12px;
  color: #939598;
}

.social_links a:hover {
  color: #000000;
}

.mb_toggle, .btn_close {
  display: none;
}

.btn_close {
  position: absolute;
  right: 0;
  border: none;
  border-radius: 50%;
  background: rgba(33, 37, 41, 0.631372549);
  color: #fff;
  font-size: 22px;
  height: 36px;
  width: 36px;
  top: 7px;
  right: 2px;
}

.form_section form input[type=submit] {
  background: #212529;
  width: 100%;
  max-width: 30%;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 991px) {
  .home-site-branding img {
    width: 100%;
    max-width: 280px;
  }
  .site-branding, .btn_close {
    display: block;
  }
  .top_banner .background_image_banner img {
    height: 180px;
  }
  .site-branding {
    margin-top: 50px;
  }
  .txt-space {
    padding: 20px 20px 0 20px;
  }
  .site-header {
    left: -375px;
    width: 375px;
    top: 0;
    transition: left 0.3s ease;
  }
  .content_section {
    padding: 0;
  }
  .mb_toggle {
    display: block;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 9;
    margin: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2392156863);
    width: 40px;
    height: 40px;
    font-size: 24px;
    border: none;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .content_section {
    padding: 0;
    height: 100%;
  }
  .header-left {
    padding: 20px;
  }
  .video-container {
    height: 100vh;
  }
  .banner_heading {
    padding: 10px;
  }
  .banner_heading h1 {
    font-size: 60px;
  }
  .banner_heading h2 {
    font-size: 36px;
  }
  .banner_heading p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */