/*==================================
=            Navigation            =
==================================*/
/*!
 * Bootstrap 4 multi dropdown navbar ( https://bootstrapthemes.co/demo/resource/bootstrap-4-multi-dropdown-navbar/ )
 * Copyright 2017.
 * Licensed under the GPL license
 */
.navbar-nav {
   
}
.nav-link {
  padding: 6.4px 16px 3.2px 16px;
  padding: 0.4rem 1rem 0.2rem 1rem; }

@media screen and (min-width: 992px) {
  .dropdown-item,
  .level-2 .nav-link {
    transition: all 0.3s ease 0s;
    padding: 0.25rem 1.5rem; }
  .dropdown:hover > .dropdown-menu {
    display: block !important; }
  .dropdown:hover .dropdown-item,
  .dropdown:hover .level-2 .nav-link {
    padding: 0.5rem 1.5rem; }
  .level-2:hover > .dropdown-menu {
    display: block !important;
    top: 0;
    left: 100%;
    background-color: #102a6a; } }

/* Drop-down styles */
.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: none !important;
  background-color: #133380;
  min-width: 235px;
  top: 34px;
}

.dropdown-menu.show {
  width: 100%;
  left: 0; }

@media (max-width: 1199.98px) {
  .dropdown-menu.show {
    padding-left: 1em; } }

.dropdown-item {
  color: #fff; }

.dropdown-item:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2); 
    
}

@media screen and (min-width: 991px) {
  .navbar {
    padding-bottom: 0; 
  }
  .navbar .navbar-nav > .nav-item {
    display: inline-block;
    padding: 0 0.95rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .navbar .navbar-nav > .nav-item:not(:last-child) {
        margin-right: 0.5rem; 
  }
  .navbar .navbar-nav .nav-item:nth-child(1) .nav-link {
    color: #239D90; 
  }
  .navbar .navbar-nav .nav-item:nth-child(1) .dropdown-toggle:after {
    border-top-color: #239D90;
    border-bottom-color: #239D90;
  }
  .navbar .navbar-nav .nav-item:nth-child(2) .nav-link {
    color: #F39322; 
  }
  .navbar .navbar-nav .nav-item:nth-child(2) .dropdown-toggle:after {
    border-top-color: #F39322;
    border-bottom-color: #F39322;
  }
  .navbar .navbar-nav .nav-item:nth-child(3) .nav-link {
    color: #D94B53;
  }
  .navbar .navbar-nav .nav-item:nth-child(3) .dropdown-toggle:after {
    border-top-color: #D94B53;
    border-bottom-color: #D94B53;
  }
  .navbar .navbar-nav .nav-item:nth-child(4) .nav-link {
    color: #817FB8;
  }
  .navbar .navbar-nav .nav-item:nth-child(4) .dropdown-toggle:after {
    border-top-color: #817FB8;
    border-bottom-color: #817FB8;
  }
  .navbar .navbar-nav .nav-item:nth-child(5) .nav-link {
    color: #FECE34;
  }
  .navbar .navbar-nav .nav-item:nth-child(5) .dropdown-toggle:after {
    border-top-color: #FECE34;
    border-bottom-color: #FECE34;
  }
  .navbar .navbar-nav .nav-item:nth-child(6) .nav-link {
    color: #29ABE3;
  }
  .navbar .navbar-nav .nav-item:nth-child(6) .dropdown-toggle:after {
    border-top-color: #29ABE3;
    border-bottom-color: #29ABE3;
  }
}

.tab-content > .tab-pane {
  padding: 16px;
  padding: 1rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  text-decoration: none;
  background-color: white; }

@media screen and (max-width: 640px) {
  .nav-tabs .nav-link {
    padding: 0.5em;
    border: 1px solid; } }

@media screen and (min-width: 992px) {
  .dropdown-menu.show {
    padding-left: 0em; } }

.non-navlink {
  color: #FFF !important;
  cursor: pointer; }

.neighbours {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
.nav-toggle {
  background-color: transparent;
  border-color: transparent; }

/*Hamburger Animation */
.animated-navbar-toggler {
  position: fixed;
  top: 1.6px;
  top: 0.1rem;
  right: 19.2px;
  right: 1.2rem;
  bottom: auto;
  left: auto;
  margin: auto;
  cursor: pointer;
  height: 25px;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all 0.18s ease-in-out 0s;
  width: 30px;
  z-index: 10003; }

.animated-navbar-toggler span {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all 0.18s ease-in-out 0s;
  width: 30px; }

.animated-navbar-toggler span:nth-child(1) {
  top: 0; }

.animated-navbar-toggler span:nth-child(2),
.animated-navbar-toggler span:nth-child(3) {
  top: 10px; }

.animated-navbar-toggler span:nth-child(4) {
  top: 20px; }

.animated-navbar-toggler.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0; }

.animated-navbar-toggler.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.animated-navbar-toggler.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.animated-navbar-toggler.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0; }

@media screen and (min-width: 992px) {
  .animated-navbar-toggler,
  .sm_menu_outer {
    display: none; }
  .mm_main_nav {
    display: -ms-flexbox;
    display: flex; } }

.hasChild {
  position: relative; }
  .hasChild.active {
    position: static; }

.show-subnav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  cursor: pointer; }

/* Sidebar Nav */
@media screen and (max-width: 992px) {
  .minimal-menu {
    overflow: auto;
    left: -100%;
    bottom: 0;
    width: 375px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: left 0.8s, opacity 0.5s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); 
    padding-top: 40px;
  }
  .minimal-menu.open {
    visibility: visible;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .minimal-menu.open .navbar-nav {
      display: initial; }
    .minimal-menu.open .nav-item {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      border-bottom: 1px solid #061027; }
      .minimal-menu.open .nav-item .nav-link {
        margin-left: 1rem; }
    .minimal-menu.open .dropdown-menu {
      position: static !important;
      float: none;
      padding: 0; }
    .minimal-menu.open .level-1 .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .minimal-menu.open .level-2 .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.3);
    } 
}
/*=================================
=            Home page            =
=================================*/
.home-page {
  overflow-x: hidden; }
  .home-page .news,
  .home-page .events {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    border-radius: 1rem; 
  }
.carousel-item img {
  width: 100%; }

.carousel {
  position: relative;
  box-shadow: none;
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  .carousel:before {
    width: 64px;
    height: 64px; } }

.welcome {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background-image: url("");
  background-position: right top;
  background-size: 150px;
  background-repeat: no-repeat; }
  .welcome a {
    color: inherit;
    text-decoration: underline; }
  .welcome .display-text {
    font-size: 2.8125em; }
  .welcome .lead,
  .welcome p:first-child {
    font-size: 20px;
    font-size: 1.25rem;
    color: #133380;
    margin-top: 16px;
    margin-top: 1rem; }
  @media (min-width: 768px) {
    .welcome {
      background-position: right 1rem bottom 1rem; } }
  @media (max-width: 991.98px) {
    .welcome {
      padding-bottom: 7.5rem;
      background-position: center bottom 1rem; } }

.news,
.events,
.galleries {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  color: #6610f2; }

.news {
  background-color: white; }

.events,
.galleries {
  margin-top: 1.5em;
  background-color: white; }

.galleries img {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.news .section-header,
.events .section-header {
  background-color: transparent;
  margin-top: 0px;
  font-size: 2em; }
  .news .section-header .link,
  .events .section-header .link {
    color: white; }

.welcome .section-header .title {
  background-color: #133380;
  padding-left: 16px;
  padding-left: 1rem; }

.welcome .section-header .title:after {
  position: absolute;
  left: 78%;
  top: -10px;
  width: 150%;
  height: 150%; }

.events .section-header .title {
  background: #133380;
  padding-left: 16px;
  padding-left: 1rem; }

.news--title {
  margin-bottom: 0;
  font-size: 28.8px;
  font-size: 1.8rem; }

.news-intro {
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }

.news-row {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.news li,
.news-home li {
  list-style-type: disc;
  padding: 0;
  max-height: 24px;
  max-height: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #133380; }

.galleries {
  padding: 32px;
  padding: 2rem; }

.galleries .section-header {
  background-color: transparent;
  padding: 0; }

.galleries .section-content {
  padding: 16px;
  padding: 1rem; }

.map-img {
  box-sizing: border-box;
  border: 0.25em solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  margin-top: 0.5rem; }

.policy-item {
  padding-top: 16px;
  padding-top: 1rem; }

.news-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .news-home .latestnews .title {
    background-color: #f74634;
    padding-left: 16px;
    padding-left: 1rem; }
  .news-home .latestnews h3.latest {
    padding: 16px;
    padding: 1rem;
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 1rem; }
    .news-home .latestnews h3.latest a {
      color: #000; }
  .news-home .latestnews h3:nth-child(even) {
    background-color: #E5ECF8; }
  .news-home .usefulinfo .title {
    background-color: #f74634;
    padding-left: 16px;
    padding-left: 1rem; }
  .news-home .latestnews,
  .news-home .usefulinfo {
    background-color: #FFF;
    border-radius: 1rem; }
  .news-home .latestnews {
    position: relative; }
    .news-home .latestnews li a {
      color: #133380; }
    .news-home .latestnews li:nth-child(odd) {
      background-color: #E5ECF8;
      margin-left: -0.5em;
      padding-left: 0.5em; }
      .news-home .latestnews li:nth-child(odd) a {
        color: #026fb0; }
  .news-home .usefulinfo li a {
    color: #133380; }

@media screen and (min-width: 300px) {
  .news-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .news-home .latestnews,
    .news-home .usefulinfo {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .news-home .usefulinfo {
      margin-top: 1rem; } }

@media screen and (min-width: 769px) {
  .news-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /*justify-content: space-between;*/ }
    .news-home .latestnews,
    .news-home .usefulinfo {
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
      max-width: 49%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
    .news-home .usefulinfo {
      margin-top: 0rem; } }

.news-home {
  margin-top: 32px;
  margin-top: 2rem; }
  .news-home .latestnews .title {
    position: relative; }
    .news-home .latestnews .title:before, .news-home .latestnews .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%; }
    .news-home .latestnews .title:before {
      background: url(/assets/images/img-pinRed.png) no-repeat;
      top: -0.3em;
      left: 0.1em; }
    .news-home .latestnews .title:after {
      background: url(/assets/images/img-pinBlue.png) no-repeat top right;
      top: -0.3em;
      margin-left: -17px; }
  .news-home .usefulinfo .title {
    position: relative; }
    .news-home .usefulinfo .title:before, .news-home .usefulinfo .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%; }
    .news-home .usefulinfo .title:before {
      background: url(/assets/images/img-pinRed.png) no-repeat;
      top: -0.3em;
      left: 0.1em; }
    .news-home .usefulinfo .title:after {
      background: url(/assets/images/img-pinBlue.png) no-repeat top right;
      top: -0.3em;
      margin-left: -17px; }

.welcome .title.welcome-title {
  position: relative;
  color: #f6c343; }
  .welcome .title.welcome-title:before, .welcome .title.welcome-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%; }
  .welcome .title.welcome-title:before {
    background: url(/assets/images/img-pinRed.png) no-repeat;
    top: -0.3em;
    left: 0.3em; }
  .welcome .title.welcome-title:after {
    background: url(/assets/images/img-pinBlue.png) no-repeat;
    top: -0.3em;
    left: 95%; }

.events .title {
  position: relative; }
  .events .title:before, .events .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%; }
  .events .title:before {
    background: url(/assets/images/img-pinBlue.png) no-repeat;
    top: -0.3em;
    left: 0.1em; }
  .events .title:after {
    background: url(/assets/images/img-pinRed.png) no-repeat top right;
    top: -0.3em;
    margin-left: -17px; }

.gallery .title {
  position: relative;
  padding-left: 70px; }
  .gallery .title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0em;
    left: 0.5em; }

.webp .background {
  background-image: none; }

.simplesearch-results {
  font-weight: 700; }

.simplesearch-paging {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.simplesearch-result-pages {
  margin-right: 16px;
  margin-right: 1rem; }

.site-header {
  background-color: #d1e2f7;
  min-height: 6em;
  border-top: 30px solid #5ea24f;
  border-bottom: 15px solid #133380;
  position: relative; }
  .site-header:after {
    display: block;
    clear: both;
    content: ""; }
  .site-header .row {
    -ms-flex-align: end;
        align-items: flex-end; }
    @media screen and (min-width: 480px) {
      .site-header .row {
        background-size: 350px; } }
    @media screen and (min-width: 650px) {
      .site-header .row {
        background-size: 450px; } }
    @media screen and (min-width: 900px) {
      .site-header .row {
        background-size: auto;
        background-position: top 10px right 20px; 
      } 
    }
.logo-wrapper {
  overflow: hidden;
  height: auto; }
  .logo-wrapper img {
    margin: 0 auto;
    display: block; }
  @media screen and (min-width: 650px) {
    .logo-wrapper {
      height: auto; } }
  @media screen and (min-width: 900px) {
    .logo-wrapper {
      height: auto;
      display: block;
      text-align: center; 
        
    } 
      
  }

.school-slogan {
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
  color: #43A442;
  width: 100%;
  -ms-flex-order: 5;
  order: 5;
  text-align: center;
  font-size: 39px;
  margin-bottom: 10px; 
  line-height: 48.75px;
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 1040px) {
}

@media screen and (min-width: 992px) {
  .site-header .navbar {
    font-size: 0.9em;
    justify-content: center; 
      
  } 
}

@media screen and (min-width: 1600px) {
  .site-header .navbar {
    font-size: 1em; }
  .site-header .display-text {
    font-size: 2.4rem; } }

/*================================
=            Carousel            =
================================*/
.carousel {
  max-width: 100%;
  border: none;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 5%; 
}
/*=====  End of Carousel  ======*/
/*===============================
=            Sidebar            =
===============================*/
.sidebar {
  position: relative;
  color: #000;
  box-sizing: border-box; 
  z-index: 20;
    
}
  .sidebar a {
    color: #133380; }

.sidebar-section {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 1.5em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  border: 2px solid #5ea24f; }

.sidebar-section ul {
  list-style-type: none;
  line-height: 1.8;
  padding: 0;
  margin: 0; }
  .sidebar-section ul li {
    width: 100%;
    padding: 0; }
  .sidebar-section ul .useful-link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }

.section-content {
  padding: 16px;
  padding: 1rem;
  text-align: justify; }

.sidebar .section-content,
.sidebar .sidebar-footer {
  padding: 8px 16px;
  padding: 0.5rem 1rem; }

.section-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .section-header > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .section-header .section-title {
    margin: 0;
    color: #fff; }
  .section-header .link {
    text-decoration: none;
    color: #f74634;
    font-size: 16px;
    font-size: 1rem; }

.sidebar .section-header {
  background-color: #5ea24f;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  color: #fff; }
  .sidebar .section-header .link {
    color: white; }

.sidebar-section-link {
  display: block;
  color: inherit; }

.sidebar-section.attendance {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.attendance .section-content {
  margin-righht: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  color: #133380; }
  .attendance .section-content p {
    font-size: 12px;
    font-size: 0.75rem; }
  .attendance .section-content > * {
    /*flex-basis: 30%;*/ }

.sidebar-section.achievements {
  padding: 0; }

.sidebar-section.achievements .section-content ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-block; }
  .sidebar-section.achievements .section-content ul li img {
    display: block;
    margin: 0 auto; }

.inner-sidebar {
  position: relative; }
  .inner-sidebar li a {
    width: 100%;
    color: white; }
  .inner-sidebar li:after {
    content: '';
    font-family: "FontAwesome";
    position: absolute;
    right: 32px;
    right: 2rem;
    color: white; }

.sidebar-section.search .section-content {
  padding-top: 16px;
  padding-top: 1rem; }

.sidebar-section.search label {
  display: none;
  visibility: hidden;
  clip: rect(0, 0, 0, 0); }

.sidebar-section.search input {
  border-radius: 4px;
  border: none;
  min-height: 2.5em; }

.sidebar-section.search input[type="text"] {
  width: 100%;
  max-width: calc(100% - 50px);
  padding-left: 0.5em;
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0; }

.sidebar-section.search input[type="submit"],
.sidebar-section.search .btn.btn-secondary {
  position: relative;
  vertical-align: top;
  margin-left: 0;
  min-height: 40px;
  -ms-transform: translateX(-4px);
      transform: translateX(-4px);
  font-family: FontAwesome;
  background-color: #adb5bd;
  border-color: #adb5bd;
  border-top-right-radius: 16px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  box-shadow: none; }

.sidebar-section.video {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .sidebar-section.video .section-content {
    text-align: center;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem; }

.sidebar iframe.video {
  border: 4px solid white;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #0a0a0a;
  width: 460px;
  max-width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.sidebar .twitter-icon {
  max-width: 2em;
  height: auto; }

.sidebar-section.quotes {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.sidebar .blockquote:after {
  display: block;
  clear: both;
  content: ""; }

.sidebar .blockquote cite {
  float: right; }

.sidebar-section.twitter .section-content {
  padding-top: 1em;
  padding-bottom: 1em; }

.sidebar-section.twitter + .sidebar-section.search,
.sidebar-section.search + .sidebar-section.attendance {
  margin-top: 24px;
  margin-top: 1.5rem; }

/*==============================
=            Footer            =
==============================*/
.site-footer {
  padding-top: 60px;
  background-color: #5ea24f;
  color: #fff;
  overflow-x: hidden; }

.site-footer .btn.btn-primary {
  margin-top: 1em; }

.site-footer h4 {
  color: #2e3d8e; }

.site-footer h3 {
  font-weight: bold;
  margin-top: 10px; }

.site-footer p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #fff; }

.footerAddress ul {
  padding: 0;
  margin: 0; 
}
.footerAddress ul li {
    list-style-type: none;
    padding-bottom: 5px; 
}
.footerAddress .fa {
  font-size: 16px;
  margin-right: 5px; }

.site-footer a.button {
   color: #132148;
}

.site-footer p {
  padding: 4px 0 4px 0;
  padding: .25rem 0 .25rem 0; }
  .site-footer p:first-of-type {
    padding-top: 0; }

.site-footer .copyright {
  margin-top: 100px;
  border-top: 12px solid #fff;
  background-color: #132148;
  padding: 1em;
  color: #fff; 
}
.site-footer .copyright a {
  color: #fff; 
}

.site-footer .container:after {
  display: block;
  clear: both;
  content: ""; 
}
.site-footer img.footer_header {
  border: 5px solid #fff;
  border-radius: 18px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .address-col,
  .contact-col {
    padding-left: 1rem;
    padding-right: 1rem; } }

.social-col .list {
  font-size: 1.5em; }
  @media (max-width: 991.98px) {
    .social-col .list {
      padding-left: 1rem;
      padding-right: 1rem; } }

.footer-logo {
  max-width: 192px;
  max-width: 12rem;
  height: auto;
  max-height: 80px;
  max-height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.7);
  padding: 0; }
  .footer-logo:not(:last-child) {
    margin-right: 0.5em; }

.sidebar .form input[type="submit"],
.site-footer .form input[type="submit"] {
  font-family: "FontAwesome", sans-serif; }

.site-footer .form .form-control {
  width: auto;
  display: inline-block;
  background-color: #fff;
  border-color: #fff;
  color: #adb5bd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
  margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    .site-footer .form .form-control {
      max-width: 180px; } }
  @media screen and (min-width: 640px) {
    .site-footer .form .form-control {
      max-width: 300px; } }
  @media screen and (min-width: 992px) {
    .site-footer .form .form-control {
      font-size: 0.875em;
      max-width: 160px; } }
  @media screen and (min-width: 1200px) {
    .site-footer .form .form-control {
      font-size: 1em;
      max-width: 200px; } }

.site-footer .form button[type="submit"] {
  position: relative;
  display: inline-block;
  background-color: #133380;
  border: none;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 16px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 16px;
  border-bottom-right-radius: 1rem;
  vertical-align: top;
  min-height: 38px; }

.social-col,
.address-col,
.contact-col {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.address-col {
  border-bottom: 2px solid #2e3d8e; }

@media screen and (min-width: 992px) {
  .social-col,
  .address-col,
  .contact-col {
    margin-bottom: 0; }
  .address-col {
    border-right: 2px solid #2e3d8e;
    border-bottom: none; } }

.contact-us .form-control {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

#searchBtn.btn {
  background-color: #fff;
  box-shadow: none; }

/*==================================
=            Typography            =
==================================*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff; 
    
}

a {
  color: #133380; }

.display-text {
  font-weight: 400 !important;
  font-size: 40px;
  font-size: 2.5rem; 
}
.title {
  color: #000;
  z-index: 10;
  width: 100%;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8; 
}
.section-header .title {
  background: #133380;
  color: #f6c343; 
}
.list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list-inline li {
  display: inline-block; 
}
.text-red {
  color: #f74634; }

.text-blue {
  color: #133380; }

.text-green {
  color: #5ea24f; }

.boxed-content {
  background-color: #FFF;
  border-radius: 1.2rem;
  padding: 0px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border: 2px solid #133380;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25); 
}

.latestnews.boxed-content,
.usefulinfo.boxed-content {
  border-color: #f74634; }

.boxed-content.sidebar-image {
  box-shadow: none;
  border-color: #5ea24f; }

.boxed-content-inner {
  padding: 16px;
  padding: 1rem; }

.pin {
  position: relative; }
  .pin:before, .pin:after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat; }

.pin-top:before {
  top: -0.5em;
  right: 0.5em;
  background-image: url("/assets/images/pin-blue.png"); }

.pin-bottom:after {
  bottom: 0.5em;
  left: 0.5em;
  background-image: url("/assets/images/pin-blue.png"); }

.pin-bottom-right:after {
  bottom: 0.5em;
  right: 0.5em;
  background-image: url("/assets/images/pin-blue.png"); }

.pin-top .pin-green:before {
  background-image: url("/assets/images/pin-green.png"); }

.pin-top .pin-red:before {
  background-image: url("/assets/images/pin-red.png"); }

.pin-bottom .pin-green:after {
  background-image: url("/assets/images/pin-green.png"); }

.pin-bottom .pin-red:after {
  background-image: url("/assets/images/pin-red.png"); }

.dojo a {
  display: inline-block; }

.dojo span {
  background-color: #85D60B;
  display: inline-block;
  height: 61px;
  font-size: 16px;
  padding: 16px;
  padding: 1rem; }

.galitem {
  padding: 10px; }

.sidebar-section .galitem {
  width: 50%; }

/* photo gallery page */
.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery a {
    color: #2e3d8e;
    text-decoration: underline; }

.gallery.boxed-content {
  border-color: #3498db;
  background-color: #fff;
  box-shadow: none;
  padding: 16px;
  padding: 16px;
  padding: 1rem; }

.pageNav ul li {
  display: inline-block; }

/* virtual office sidebar list */
ul.virtualOffice li {
  background-image: url("/assets/images/icon-arrowsblue.png");
  background-position: right center;
  background-repeat: no-repeat; }
  ul.virtualOffice li a {
    color: #133380; }

.content {
  width: 100%;
  margin: 0 auto; 
}

.body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

header,
footer {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

/**
 * Add any CSS here to override any plugins or frameworks css
 *
 * CSS only Bootstrap config should be done in /styles/modules/_bootstrap-vars.scss
 */
.section-content ul {
  padding: 0 0 0 30px; }

.section-content li {
  margin-left: 10px; }

.section-content .tab-content > .tab-pane {
  display: none; }

.section-content .tab-content > .active {
  display: block; }

.dropdown-menu.show {
  width: auto; }

.table td,
.table th {
  border-left: 1px solid #dee2e6; }

.table td:last-child, .table th:last-child {
  border-right: 1px solid #dee2e6; }

.table tr:last-child {
  border-bottom: 1px solid #dee2e6; }

.fa.fa-search {
  font-size: 20px; }

.section-header .fa,
.fa {
  font-size: 30px; }

.nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.tab-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; 
}
.nav-tabs .nav-item {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center; 
}

.input-group-prepend,
.input-group-append {
  display: block; }

img.float-right {
  margin: 5px 0 5px 20px; }

img.float-left {
  margin: 5px 20px 5px 0; }

.dropdown-toggle:after {
  border-top-color: #fff;
  border-bottom-color: #fff;
  position: relative;
  top: 32px;
  top: 2rem;
  right: 50%;
  margin-right: -0.6em;
  margin-left: 0;
  vertical-align: 0.3em; }

.level-2 .dropdown-toggle:after {
  border-top-color: #fff;
  border-bottom-color: #fff;
  top: 18px;
  right: 24px;
  margin-right: 0;
  margin-left: 0;
  vertical-align: 0.3em; 
  transform: rotate(270deg);
}
