@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes shake {
  5%, 45% {
    transform: rotate3d(0, 0, 1, -7deg); }
  10%, 40% {
    transform: rotate3d(0, 0, 1, 7deg); }
  15%, 25%, 35% {
    transform: rotate3d(0, 0, 1, -7deg); }
  20%, 30% {
    transform: rotate3d(0, 0, 1, 7deg); }
  51% {
    transform: rotate3d(0, 0, 0, 0deg); }
  100% {
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }
@keyframes slide {
  to {
    transform: translateX(1.5em);
    -moz-transform: translateX(1.5em);
    -webkit-transform: translateX(1.5em); } }
.header .header-nav > li > a:hover {
  color: #134c9a !important; }
.header .header-nav > li.active > a {
  color: #134c9a !important; }
.header .header-nav li.has-dropdown:before {
  border: none; }
.header .header-nav .nav-dropdown {
  padding: 0;
  border: none; }
.header .header-language-dropdown > a {
  text-indent: -9999px; }
  .header .header-language-dropdown > a i {
    text-indent: 0; }
.header .mobile-nav li.has-dropdown:before {
  border: none; }
.header .mobile-nav .nav-dropdown {
  padding: .5rem;
  border: none; }

@media only screen and (max-width: 576px) {
  .mobile-sidebar .sidebar-menu .nav li a {
    padding: 10px; }
  .mobile-sidebar .sidebar-menu .nav ul {
    padding: 0; }
    .mobile-sidebar .sidebar-menu .nav ul li a {
      font-size: 14px;
      padding: 8px;
      padding-left: 20px; }
  .mobile-sidebar .sidebar-menu .toggle i {
    font-size: 1.25rem; } }

.sc-has-bordered {
  margin-top: 20px;
  padding-top: 20px;
  position: relative; }
  .sc-has-bordered:before {
    content: "";
    top: 0;
    left: 50%;
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.06);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.banner .text-box.absolute-text {
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important; }

.sc-banner .text {
  border-radius: 5px; }
  .sc-banner .text h2 {
    font-size: 42px;
    color: #134c9a; }
@media only screen and (max-width: 576px) {
  .sc-banner .text {
    border-radius: 0; }
    .sc-banner .text .text-inner {
      text-align: center; }
    .sc-banner .text h2 {
      font-size: 28px; } }

.sc-overlay-box {
  margin-top: -120px; }
  @media only screen and (max-width: 992px) {
    .sc-overlay-box {
      margin-top: 0; } }

.sc-featured-box .icon-box-img {
  margin: 0; }
  .sc-featured-box .icon-box-img img {
    border-radius: 5px 5px 0 0; }
.sc-featured-box .icon-box-text {
  padding: .5rem;
  text-align: center; }
  .sc-featured-box .icon-box-text h3 {
    font-size: 20px;
    line-height: 1.2; }
  .sc-featured-box .icon-box-text p {
    margin-bottom: .3rem; }
.sc-featured-box .button {
  font-weight: 600; }

.icon-box strong {
  font-weight: 700;
  color: #134c9a; }

.sc-statistic .col {
  padding-bottom: 0; }
.sc-statistic number {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2; }
.sc-statistic p {
  margin: 0;
  font-size: 17px; }
.sc-statistic .icon-box-img img {
  height: 75px;
  width: auto;
  object-fit: contain; }
.sc-statistic .icon-box-text h6 {
  font-size: 15px;
  line-height: 1.4; }
@media only screen and (max-width: 576px) {
  .sc-statistic .col {
    padding: 0 2rem; } }

.sc-media-text {
  background-color: #134c9a; }

.tabbed-content .nav {
  border: 1px solid #eee; }
  .tabbed-content .nav li {
    flex-grow: 1;
    margin: 0; }
    .tabbed-content .nav li a {
      color: #134c9a;
      text-transform: initial;
      font-weight: bold;
      display: block;
      border-top: 3px solid #eee;
      background-color: #f7f7f7;
      text-align: center; }
    .tabbed-content .nav li:hover a, .tabbed-content .nav li.active a {
      background-color: #fff;
      border-top-color: #134c9a; 
}
.tabbed-content .tab-panels {
  border: 1px solid #eee;
  border-top: none;
  padding: 1rem; 
}

.accordion .accordion-title {
  font-size: 100%; 
}
.accordion .accordion-item {
  border: 1px solid #eee; 
}
  .accordion .accordion-item .toggle {
    right: 0;
    top: 0;
    left: auto; 
}

.accordion .accordion-item a {
    border: none;
    background-color: #f7f7f7;
    padding: .3rem 1rem; }
    .accordion .accordion-item a.active .toggle {
      top: -5px; 
}
      
.accordion .accordion-item + .accordion-item {
  margin-top: .5rem; 
}

.wp-block-atlb-timeline-block {
  padding: 1rem 0; }
  .wp-block-atlb-timeline-block .timeline-after {
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #cd8724 92%, rgba(80, 80, 80, 0) 100%) !important;
    background: -webkit-linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #cd8724 92%, rgba(80, 80, 80, 0) 100%) !important;
    background: -moz-linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #cd8724 92%, rgba(80, 80, 80, 0) 100%) !important;
    width: 4px;
    opacity: .35; }
  .wp-block-atlb-timeline-block .wp-block-media-text {
    grid-template-columns: 120px 1fr; }
    .wp-block-atlb-timeline-block .wp-block-media-text .wp-block-media-text__media img {
      border-radius: 3px; }
  .wp-block-atlb-timeline-block .atlb-timeline-content {
    text-align: justify; }
    .wp-block-atlb-timeline-block .atlb-timeline-content h3 {
      text-align: left;
      font-size: 18px;
      color: #134c9a; }

.social-icons .button i {
  top: 0; }

.row-member h2 {
  font-weight: 700;
  margin: 0; }
.row-member h4, .row-member h5 {
  color: #134c9a; }
.row-member h5 {
  font-weight: 700; }
.row-member h4 {
  margin-top: 1rem;
  margin-bottom: .5rem; }
.row-member p {
  text-align: justify; }
.row-member .social-icons .button {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  margin: 0 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }
.row-member .img-inner img {
  border-radius: 3px; }

.row-member + .row-member {
  margin-top: 1.5rem; }

.row-footer {
  padding-top: 1rem;
  margin-top: 1.5rem;
  position: relative; }
  .row-footer:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    height: 1px;
    background-color: #eee;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

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