body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif; }

.navbar-light .navbar-nav .nav-link {
  color: #004289; }

.topbar_wrapper {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 150; }

.active {
  color: #ff0000 !important; }

.dropdown-menu a.active {
  color: #ffffff !important; }

.slick-carousel div {
  width: 100%;
  height: auto;
  background-color: #004289;
  color: #ffffff; }
  .slick-carousel div img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.gallery-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px 50px; }
  .gallery-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .gallery-wrapper .gallery a {
      margin: 3px; }

.clear {
  clear: both; }

.documents_container {
  padding: 20px 15px;
  line-height: 23px; }

.documents-wrapper ul {
  margin: 0px; }
  .documents-wrapper ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 12px 16px; }
.documents-wrapper .btn {
  min-width: 115px;
  font-size: 14px; }

@media (max-width: 767px) {
  .top_promo_wrapper {
    padding: 5px 15px 5px 10px;
    background-color: #004289;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px; }
    .top_promo_wrapper .top_phone {
      display: flex;
      align-items: center;
      color: #ffffff; }
      .top_promo_wrapper .top_phone .contact_icon {
        margin-right: 10px;
        font-size: 25px !important; }

  .brand-name {
    font-size: 16px;
    display: flex;
    color: #004289;
    margin-left: 10px; }

  .navbar {
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59);
    -moz-box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59);
    box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59); }
    .navbar .navbar-toggler {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.1); }
    .navbar .mobile_navbar {
      padding: 5px 10px;
      display: flex;
      width: 100%;
      justify-content: space-between; }
    .navbar .navbar-collapse {
      padding: 5px 10px;
      border-top: 1px solid #cccccc;
      font-size: 13px; }
    .navbar .navbar-nav li {
      padding: 5px 15px; }
      .navbar .navbar-nav li .dropdown-menu {
        padding: 0px;
        border: 1px solid rgba(0, 0, 0, 0.05); }
        .navbar .navbar-nav li .dropdown-menu a {
          padding: 10px;
          font-size: 13px;
          color: #004289; }
          .navbar .navbar-nav li .dropdown-menu a.active {
            color: #ffffff !important; }
    .navbar .navbar-brand {
      padding: 0px;
      display: flex;
      align-items: center; }
    .navbar .navbar-toggler-icon {
      width: 1.2em;
      height: 1.2em; }

  .navbar-brand img {
    width: 30px; }

  .navbar-toggler {
    padding: 0.25rem 0.5rem; }

  .slick-next {
    right: 20px; }
    .slick-next::before {
      content: "\f138";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 20px; }

  .slick-prev {
    left: 20px;
    z-index: 100; }
    .slick-prev::before {
      content: "\f137";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 20px; }

  .content_wrapper {
    padding-top: 80px; }

  .content_wrapper {
    padding-top: 80px; }
    .content_wrapper .top-banner {
      width: 100%;
      height: 100px;
      object-fit: cover;
      overflow: hidden; }
      .content_wrapper .top-banner img {
        width: 100%;
        object-fit: cover; }

  .row {
    margin: 0px; }

  .content_wrapper h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600; }

  .content-container {
    padding: 20px 10px; }
    .content-container p {
      font-size: 14px;
      margin: 15px 0px;
      line-height: 22px;
      text-align: justify; }
    .content-container ul {
      margin: 0px 0px 30px 15px; }
      .content-container ul li {
        margin-top: 10px; }
    .content-container a {
      border-radius: 5px;
      padding: 8px 15px;
      background-color: #044e99;
      color: #eff1f1; }

  .card-thumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px; }
    .card-thumb-wrapper .card {
      width: 100%;
      margin-bottom: 30px; }
      .card-thumb-wrapper .card .card-img-overlay {
        background-color: rgba(1, 23, 41, 0.8);
        display: flex;
        align-items: center;
        justify-content: center; }
      .card-thumb-wrapper .card h5 {
        font-size: 18px;
        text-align: center;
        line-height: 30px; }

  .footer {
    width: 100%;
    height: 50px;
    background-color: #ededed;
    color: #4a4a4a;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 12px; }
    .footer .row {
      margin: 0px; }

  .about_container {
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
    text-align: justify; }
    .about_container p {
      margin: 15px 0px 0px 0px; }

  .gallery-wrapper {
    padding: 20px 15px; }

  /* Contact page style */
  .contact_container {
    margin: 0 auto;
    padding: 20px 15px; }

  .contact_info {
    background-color: #eff1f1;
    padding: 20px 0px 5px 35px;
    border-radius: 5px; }

  .contact_info h3,
  .contact_form_container h3 {
    font-size: 16px; }

  .address_info {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px; }

  .contact_person {
    margin: 15px 35px 30px 0px;
    padding: 15px 15px 15px 0px;
    border-radius: 5px;
    line-height: 30px;
    background-color: #f4f7f7;
    font-size: 14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .contact_person:hover {
    background-color: #eff1f1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19); }

  .contact_icon {
    margin-right: 20px;
    padding-left: 20px; }

  .contact_form_wrapper {
    height: 300px;
    margin-top: 10px;
    padding: 0px; }

  .contact_form_container {
    padding: 20px 35px 12px 35px;
    background-color: #f0eeee; }

  .contact_form {
    margin-top: 30px; }

  .form-group {
    margin-bottom: 15px; }

  .form-control {
    width: 100%;
    border: 1px solid #f4f7f7;
    font-size: 13px;
    text-align: left;
    padding: 0px 10px; }

  label {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px; }

  .form-control input[type="text"] {
    height: 40px;
    margin-bottom: 15px;
    background-color: #ffffff; }

  .contact_form_container textarea {
    width: 100%;
    margin-top: 13px;
    line-height: 24px;
    height: 135px;
    padding-left: 10px; }

  .btn-submit {
    padding: 10px 20px;
    background-color: #086acc;
    border: 0px;
    border-radius: 5px;
    color: #ffffff; }

  .btn-submit:hover {
    background-color: #044e99; }

  .school-map-wrapper {
    width: 100%;
    height: 300px; }

  .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%; } }
@media (min-width: 768px) {
  .top_promo_wrapper {
    padding: 5px 55px 5px 30px;
    background-color: #004289;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .top_promo_wrapper .top_phone {
      display: flex;
      align-items: center;
      color: #ffffff; }
      .top_promo_wrapper .top_phone .contact_icon {
        margin-right: 10px; }

  .brand-name {
    font-size: 18px;
    display: flex;
    color: #004289;
    margin-left: 10px; }

  .navbar {
    padding: 5px 30px;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59);
    -moz-box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59);
    box-shadow: 0px 3px 4px -1px rgba(163, 161, 163, 0.59); }
    .navbar .navbar-nav li {
      padding: 5px 6px; }
      .navbar .navbar-nav li .dropdown-menu {
        padding: 0px; }
        .navbar .navbar-nav li .dropdown-menu a {
          padding: 15px 10px; }

  .navbar-brand {
    display: flex;
    align-items: center; }
    .navbar-brand img {
      width: 50px; }

  .slick-next {
    right: 35px; }
    .slick-next::before {
      content: "\f138";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 30px; }

  .slick-prev {
    left: 35px;
    z-index: 100; }
    .slick-prev::before {
      content: "\f137";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 30px; }

  .content_wrapper {
    padding-top: 75px; }

  .content_wrapper {
    padding-top: 120px; }
    .content_wrapper .top-banner {
      width: 100%;
      height: 180px;
      object-fit: cover;
      overflow: hidden; }
      .content_wrapper .top-banner img {
        width: 100%;
        object-fit: cover; }

  .content_wrapper h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600; }

  .content-container {
    padding: 20px 50px; }
    .content-container p {
      margin: 15px 0px;
      line-height: 24px;
      font-size: 14px; }
    .content-container ul {
      margin: 0px 0px 30px 15px; }
      .content-container ul li {
        margin-top: 10px; }
    .content-container a {
      padding: 8px 15px;
      background-color: #044e99;
      color: #eff1f1; }

  .card-thumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px; }
    .card-thumb-wrapper .card {
      width: 47%;
      margin-bottom: 40px; }
      .card-thumb-wrapper .card .card-img-overlay {
        background-color: rgba(1, 23, 41, 0.8);
        display: flex;
        align-items: center;
        justify-content: center; }
      .card-thumb-wrapper .card h5 {
        font-size: 20px;
        text-align: center;
        line-height: 30px; }

  .footer {
    width: 100%;
    height: 50px;
    background-color: #ededed;
    color: #4a4a4a;
    padding: 5px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .row {
      margin: 0px; }

  .footer_nav {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center; }

  .footer_nav ul {
    margin-top: 25px; }

  .footer_nav ul li {
    color: #ffffff;
    margin-top: 8px;
    list-style-type: none; }

  .footer_nav ul li a {
    color: #e7e8e9;
    text-decoration: none; }

  .footer_nav ul li a:hover {
    color: #b1b2b2; }

  .footer_addr {
    margin-top: 25px; }

  .about_container {
    margin: 0 auto;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 20px;
    text-align: justify; }
    .about_container p {
      margin: 15px 0px 0px 0px; }

  /* Contact page style */
  .contact_container {
    margin: 0 auto;
    padding: 40px 50px; }

  .contact_info {
    background-color: #eff1f1;
    padding: 20px 0px 5px 35px;
    border-radius: 5px; }

  .contact_info h3,
  .contact_form_container h3 {
    font-size: 20px; }

  .address_info {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px; }

  .contact_person {
    margin: 15px 35px 30px 0px;
    padding: 15px 15px 15px 0px;
    border-radius: 5px;
    line-height: 30px;
    background-color: #f4f7f7;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .contact_person:hover {
    background-color: #eff1f1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19); }

  .contact_icon {
    margin-right: 20px;
    padding-left: 20px; }

  .contact_form_wrapper {
    padding: 0px 0px 0px 5px; }

  .contact_form_container {
    padding: 20px 35px 12px 35px;
    background-color: #f0eeee; }

  .contact_form {
    margin-top: 30px; }

  .form-group {
    margin-bottom: 15px; }

  .form-control {
    width: 100%;
    border: 1px solid #f4f7f7;
    font-size: 15px;
    text-align: left;
    padding: 0px 10px; }

  label {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: bold; }

  .form-control input[type="text"] {
    height: 40px;
    margin-bottom: 15px;
    background-color: #ffffff; }

  .contact_form_container textarea {
    width: 100%;
    margin-top: 13px;
    line-height: 24px;
    height: 135px;
    padding-left: 10px; }

  .btn-submit {
    padding: 10px 20px;
    background-color: #086acc;
    border: 0px;
    border-radius: 5px;
    color: #ffffff; }

  .btn-submit:hover {
    background-color: #044e99; }

  .school-map-wrapper {
    width: 100%;
    height: 400px; }

  .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%; }

  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; } }
@media (min-width: 1200px) {
  .top_promo_wrapper {
    padding: 5px 95px 5px 70px;
    background-color: #004289;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .top_promo_wrapper .top_phone {
      display: flex;
      align-items: center;
      color: #ffffff; }
      .top_promo_wrapper .top_phone .contact_icon {
        margin-right: 10px; }

  .navbar {
    padding: 5px 70px; }
    .navbar .navbar-nav li {
      padding: 5px 20px; }

  .navbar-brand {
    display: flex;
    width: auto;
    height: 65px;
    align-items: center; }
    .navbar-brand img {
      width: 50px;
      margin-right: 15px; }
    .navbar-brand .brand-name {
      display: flex;
      font-size: 25px;
      color: #004289; }

  .slick-next {
    right: 50px; }
    .slick-next::before {
      content: "\f138";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 45px; }

  .slick-prev {
    left: 35px;
    z-index: 100; }
    .slick-prev::before {
      content: "\f137";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: "FontAwesome";
      color: #ffffff;
      font-size: 45px; }

  .content_wrapper {
    padding-top: 75px; }

  .content_wrapper {
    padding-top: 120px; }
    .content_wrapper .top-banner {
      width: 100%;
      height: 400px;
      max-height: 400px;
      object-fit: cover;
      overflow: hidden; }
      .content_wrapper .top-banner img {
        width: 100%;
        object-fit: cover; }

  .content-container {
    max-width: 1400px;
    margin: 0px auto;
    padding: 25px 100px; }
    .content-container p {
      font-size: 16px; }

  .card-thumb-wrapper {
    margin: 50px 0px; }
    .card-thumb-wrapper .card h5 {
      font-size: 25px;
      text-align: center;
      line-height: 45px; }

  .about_container {
    margin: 0 auto;
    padding: 40px 100px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    max-width: 1400px; }
    .about_container h3 {
      font-size: 20px; }
    .about_container p {
      margin: 15px 0px 0px 0px; }
    .about_container ul {
      margin: 15px 0px 0px 15px; }

  .documents_container {
    margin: 0 auto;
    padding: 40px 100px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    max-width: 1400px; }

  .documents-wrapper ul li {
    font-size: 16px;
    padding: 12px 20px; }
  .documents-wrapper .btn {
    font-size: 14px; }

  .school-map-wrapper {
    width: 100%;
    height: 500px; }

  .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%; }

  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both; } }
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn; }

/*# sourceMappingURL=style.css.map */
