
h1 {
  font-weight: 600;
}

h2 {
  font-weight: 400;
  margin-top: 1rem;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
  margin-bottom: 1.25rem;
}

h5 {
  font-weight: 600;
}

h6 {
  font-weight: 400;
}

.key-red {
  color: #c82030;
}

.bg-white {
  background-color: white;
}

.white {
  color: white;
}

.border_top_right::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: #c82030;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.border_top_right:hover::before {
  width: 100%;
}

.border_bottom_right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: #c82030;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.border_bottom_right:hover::after {
  width: 100%;
}

/* Grow  */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* zoom in  */
.zoom-img div.zoom-img-container {
  overflow: hidden;
}

.zoom-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.zoom-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* caption from image bottom  */
.cap-img div.cap-img-container {
  overflow: hidden;
  position: relative;
}

.cap-img figcaption {
  padding: 1rem;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: #c82030;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cap-img:hover figcaption {
  bottom: 0;
}

footer .foot-container {
  padding: 2rem 0;
}

footer .foot-container ul {
  padding-left: 0;
}

footer img {
  margin-bottom: 2rem;
  width: 12.5rem;
}

footer h6 {
  display: inline;
  margin-left: 10px;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

footer p {
  font-size: 0.9rem;
}

footer p.copy {
  text-align: center;
  border-top: solid 1px #212121;
  padding: 1.5rem;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: .5rem;
  margin: 2rem 0;
}

footer .sns li {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  footer .sns {
    display: block;
  }
}

footer .foot-nav-title {
  font-weight: 500;
  padding-left: 10px;
  border-left: 2px solid;
  margin-left: 0px;
}

footer .foot-nav-item {
  display: none;
}

@media (min-width: 992px) {
  footer .foot-nav-item {
    display: block;
    padding-left: 0;
  }
  footer .foot-nav-item li {
    margin-bottom: 5px;
  }
  footer .foot-nav-item a {
    font-size: 0.85rem;
    color: #212121;
  }
}

.foot-line {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  display: block;
  background-color: #565a5d;
}

.foot-line a, .foot-line .fa-home {
  vertical-align: sub;
  color: white;
  font-size: 0.9rem;
}

.red-line {
  width: 100%;
  margin: 0;
  border-top: solid 10px #c82030;
}

.head-nav {
  width: 100%;
}

.search-bar input, .search-bar button {
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

.search-bar input {
  line-height: normal;
}

.search-bar input:focus {
  outline: none;
}

.search-bar input::-webkit-search-decoration,
.search-bar input::-webkit-search-cancel-button,
.search-bar input::-ms-clear,
.search-bar input::-ms-reveal {
  display: none;
}

.search-bar input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.search-bar button {
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}

.search-bar button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.search-bar .fluid-input {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .search-bar .fluid-input {
    margin: auto;
    margin-right: 1.5rem;
    width: 250px;
  }
}

.search-bar .fluid-input > * {
  display: table-cell;
  vertical-align: middle;
}

.search-bar .label, .search-bar .button {
  white-space: nowrap;
}

.search-bar .label, .search-bar .box, .search-bar .button > button {
  padding: 10px 15px !important;
  line-height: 1.5;
}

.search-bar .box {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 0 1px  #212121 inset;
  box-shadow: 0 0 0 1px  #212121 inset;
}

.search-bar .button > button {
  color: #fff;
  background-color: #c82030;
}

.lang-switch {
  text-align: center;
}

@media (min-width: 576px) {
  .lang-switch {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.lang-btn {
  width: 100%;
  background-color: #c82030;
}

.lang-btn button {
  width: 100%;
}

.navbar-toggler {
  background: #565a5d;
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 9999 !important;
}

.nav-item a.nav-link {
  color: #212121;
  font-weight: 400;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .nav-item a.nav-link {
    font-weight: 400;
    font-size: 1.2rem;
    padding: .8rem 1rem;
  }
}

.landing-page-nav .nav-item a.nav-link {
  font-size: 1rem;
}

.quick-links {
    font-size: .8rem;
}

.landing-page-nav .block-page-title-block .title.page-title {
  font-size: 2rem;
}

.nav-item a.nav-link .fa {
  margin-left: 5px;
  display: inline;
}

.dropdown-toggle::after {
  display: none;
}

/*.logo-lg-new {
  display: none;
}*/

@media (min-width: 768px) and (max-width: 991.99px) {
  .logo-lg-new {
    display: block;
    height: 50px  !important;
  }
}

@media (min-width: 992px) {
  .logo-lg-new {
    display: block;
    height: 60px  !important;
  }
}

@media (min-width: 1200px) {
  .logo-lg-new {
    display: block;
    height: 70px !important;
    padding-top: 5px;
  }
}

.logo-out img{
  height: 50px;
}

/*@media (min-width: 768px) {
  .logo-out {
    display: none;
  }
}*/

.hide-menu {
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .hide-menu {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .collapse-nav {
    display: block !important;
  }
}

.nav-new {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0px;
}

.nav-new .nav-item {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-new .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -50%;
  right: -50%;
}

@media (min-width: 768px) {
  .nav-new .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
  }
}

.nav-new .dropdown-menu a:hover {
  background-color: #c82030;
  color: white;
}

.first-row-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

nav.bg-white {
  max-height: 100%;
}

@media (min-width: 768px) {
  nav.bg-white {
    min-height: 140px;
  }
}

.carousel {
  position: relative;
  margin-top: 80px;
  height: calc(100% - 80px);
}

@media (min-width: 768px) {
  .carousel {
    margin-top: 150px;
    height: calc(100% - 150px);
  }
}

.carousel-inner {
  height: 100%;
  width: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
}

@media (min-width: 1200px) {
  .carousel-item img {
    width: 100%;
  }
}

.carousel-item a {
  margin: 1rem auto 2rem auto;
}

.blog-section-container, .event-section-container, .staff-section-container, .age-group-container {
  padding-bottom: 1.5rem;
  border: 1px solid #CECDCD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-section-container span, .event-section-container span, .staff-section-container span, .age-group-container span {
  margin-right: .5rem;
}

.age-group-container {
  text-align: center;
}

.age-group-container p {
  text-align: left;
  margin-top: 1rem;
}

.age-group-container h3 {
  margin-top: 1rem;
}

.age-crest-container {
  position: relative;
}

.age-crest-container .age-crest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.5rem;
  height: 6.5rem;
  background-image: url("../img/crest.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 99;
  top: -3rem;
  right: 1rem;
  -webkit-filter: drop-shadow(5px 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(5px 1px 2px rgba(0, 0, 0, 0.5));
}

.age-crest-container .age-crest span {
  margin: 0 auto;
  line-height: 1.1;
  font-size: 1.2rem;
}

.age-crest-container .age-crest span:nth-child(2) {
  font-size: 2.3rem;
  margin-bottom: .5rem;
}

.age-crest-container .grey-line {
  position: relative;
  width: 100%;
  height: 20px;
  background: #565a5d;
}

.fact-section {
  width: 100%;
  background-image: url("../img/fact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
}

.fact-section h3 {
  font-family: "Vidaloka", serif;
  color: white;
  font-size: 4rem;
}

.fact-section div.col-sm.fact {
  text-align: center;
  border-right: 1px solid white;
}

.fact-section div.col-sm:nth-child(5) {
  border: none;
}

.key-defferent-section {
  width: 100%;
  background-image: url("../img/mobilebg/keydifferent_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .key-defferent-section {
    background-image: url("../img/keydifferent_bg.jpg");
    background-position: top;
  }
}

.key-defferent-section .section-title {
  margin-top: 2.25rem;
}

.key-defferent-section button {
  margin: 1rem 0;
}

.key-defferent-section p {
  margin-bottom: 2rem;
}

.staff-1st-row .zoom-img-container {
  height: 100%;
}

.staff-1st-row button {
  margin: 2rem 1rem;
}

.staff-1st-row p {
  margin: 1rem;
}

.staff-1st-row .teamimg {
  height: 100%;
}

@media (max-width: 991px) {
  .staff-1st-row .teamimg {
    width: 100%;
  }
}

.staff-1st-row .teamimg, .staff-1st-row .col-lg-8 {
  padding: 0;
}

.team-list-row {
  padding: 0;
}

.team-list-row .card {
  height: 100%;
}

.testimonials-right {
  width: 100%;
  background-image: url("../img/mobilebg/testimonial.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .testimonials-right {
    background-image: url("../img/testimonial.jpg");
    min-height: 25rem;
    background-position: top center;
  }
}

.testimonials-left {
  width: 100%;
  background-image: url("../img/mobilebg/testimonials2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .testimonials-left {
    background-image: url("../img/testimonials2.jpg");
    min-height: 25rem;
    max-height: 100 !important;
    background-position: top center;
  }
}

.testimonial-comment {
  font-weight: 400;
  position: relative;
  padding: 5rem 3rem;
}

.testimonial-comment::before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f10d';
  top: 1.8rem;
  left: 1.5rem;
  font-size: 2rem;
  color: #c82030;
}

.testimonial-comment span {
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .event-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center !important;
  border-radius: 50% !important;
  height: 4.5rem;
  width: 4.5rem !important;
  background: #c82030;
  margin-right: 1rem;
}

.event-date span {
  width: 4.5rem;
  color: white;
  font-size: 1.5rem;
  line-height: 1.1;
}

.event-section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.event-section-body .event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}

.word-break {
  word-break: break-word;
}

.break-image {
  height: 20rem;
  width: 100%;
  background-image: url("../img/mobilebg/keydifferent_bg.jpg");
  height: 25rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

@media (min-width: 576px) {
  .break-image {
    background-image: url("../img/breakimg2.jpg");
    background-size: cover;
    background-position: top left;
  }
}

.read-more h6 {
  display: inline;
}

.read-more i {
  padding-left: .5rem;
}

.seo-section-container {
  background: #F5F5F5;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.seo-section-container h5 {
  margin-top: .5rem;
}

.seo-section-container p {
  text-align: left;
  margin-top: 2rem;
}

.head-contact {
  background-image: url("../img/headimg/contact.jpg");
  background-position: center center;
}

.form-container {
  background: #F5F5F5;
  padding: 6.25rem 3rem;
}

iframe {
  width: 100%;
<<<<<<< HEAD
  /*height: 23rem;*/
=======
  /* height: 23rem; */
>>>>>>> c626b09d01924cd06f594076df8b8f804c2add38
}

.contact-info-section {
  padding: 0;
}

.info-container {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-container li {
  width: 80%;
  margin-bottom: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-container li div {
  text-align: center;
  padding: 5px;
  color: white;
  height: 3.5rem;
  width: 3.5rem;
  background: #c82030;
  vertical-align: middle;
  display: inline-block;
}

.info-container li div span {
  font-weight: 500;
  font-size: .8rem;
  position: relative;
  top: -5px;
}

.info-container li p {
  margin-left: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

.head-keynews {
  background-image: url("../img/headimg/news.jpg");
  background-position: center center;
}

.blog-cat {
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}

.blog-cat select {
  max-width: 75%;
}

@media (min-width: 576px) {
  .blog-cat select {
    min-width: 70% !important;
    max-width: 70% !important;
  }
}

.blog-cat button {
  padding: auto 1rem;
}

.blog-list-row {
  padding: 0;
}

.blog-list-row .card {
  height: 100%;
}

.list-pagination, .single-pagination {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.single-pagination .page-link {
  margin: 0 4rem !important;
}

.page-mr-top {
  margin-top: 10.5rem;
}

.red-border {
  margin: 1rem 0;
  border-bottom: 3px solid #c82030;
}

.blog-content img {
  max-width: 100%;
}

.blog-content p {
  margin: 3rem 3rem;
}

.blog-main-img {
  margin-top: 100px;
  width: 100%;
  height: 500px;
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-main-img .main-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.blog-main-img img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.blog-main-img .blog-title {
  width: 70%;
  z-index: 99;
}

.blog-main-img .blog-title h2 {
  margin-bottom: 1rem;
}

.blog-main-img .content, .blog-main-img .content a {
  text-align: left;
  padding-left: 0;
  color: white;
}

.blog-content img {
  max-width: 100%;
}

.blog-content p {
  margin: 3rem 0rem;
}

.head-age-group2 {
  background-image: url("../img/headimg/age-group2.jpg");
  background-position: center center;
}

.age-crest-container-lg .age-crest {
  margin: auto;
  position: static;
  width: 10.5rem;
  height: 10.5rem;
  background-position: center;
}

.age-crest-container-lg .age-crest span {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 1.5rem;
}

.age-crest-container-lg .age-crest span:nth-child(2) {
  font-size: 3.5rem;
  margin-bottom: .5rem;
}

.age-service-1 .col-md-8 {
  background-image: url("../img/agegroup/age-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem;
}

.sec-mr.mr-age-group {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 4rem;
}

.age-service-2 .col-md-8 {
  background-image: url("../img/agegroup/age-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20rem;
  background-size: cover;
}

.age-guidance .col-md-8 {
  background-image: url("../img/agegroup/age-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20rem;
  background-size: cover;
}

.age-guidance .sub-text {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 4rem;
}

.age-success {
  background-image: url("../img/agegroup/story.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.age-success p {
  margin-bottom: 2rem;
}

.head-team {
  background-image: url("../img/headimg/contact.jpg");
  background-position: center center;
}

.team-tab-container {
  padding: 0;
}

.team-tab-container .nav-link {
  padding: 1.2rem;
  color: #212121;
  font-weight: 500;
}

.team-tab-container .nav-link:hover {
  background-color: #e3e3e3;
}

.team-tab-container .nav-link.active {
  color: white;
  background-color: #c82030;
}

.single-profile-card {
  background: #F5F5F5;
  padding: 2rem 1rem;
  margin: 2rem 0 1.5rem 0;
}

.single-profile-card ul {
  padding-left: 0;
}

.single-profile-card .profile-list {
  border-left: 5px solid #c82030;
  padding-left: 2rem;
}

.single-profile-card .profile-list li:nth-child(1) {
  margin-bottom: 1rem;
}

.single-profile-card .profile-list li:nth-child(2) {
  margin-bottom: .5rem;
}

.single-profile-card .credentials-list {
  margin-top: .5rem;
}

.single-profile-card .credentials-list li {
  font-size: 14px;
  margin-bottom: .3rem !important;
}

.profile-text p {
  margin: 0 .5rem 0 .5rem;
}

.modal-body {
  padding: 20px;
}

.modal-lg {
  max-width: 860px;
}

.head-keydifference {
  background-image: url("../img/headimg/keydifference.jpg");
  background-position: top center;
}

.col-right-contents .col-md-3 img {
  margin: 2.5rem auto;
  max-width: 100% !important;
}

.links.button.lang-btn {
  padding-left: 0;
  padding: 10px 15px;
  line-height: 1.5;
}

.nav-item .nav-link {
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .nav-item .nav-link {
    font-weight: 400;
    font-size: 1.2rem;
    padding: .8rem 1rem;
  }
}

.nav-item .nav-link .fa {
  margin-left: 5px;
  display: inline;
}

.lang-btn > li > a {
  color: white;
}

.lang-btn > li.en.is-active {
  display: none;
}

.button-wrap {
  width: 1%;
}

html, body {
  height: 100%;
  /* scroll-behavior: smooth; */
}


ul {
  list-style: none;
}

.overflow {
  overflow: hidden;
}

.sec-mr {
  margin-top: 5.25rem;
  margin-bottom: 2.75rem;
}

.page-links {
  padding-left: 0;
  margin-bottom: 3rem;
}

.page-links .page-link-head {
  color: #c82030;
  padding-left: 1rem;
  border-left: 2px solid;
}

.page-links a {
  padding-left: 1rem;
  color: #212121;
  line-height: 2;
}

.page-link-cat {
  color: #212121;
  padding-left: 1rem;
  border-left: 2px solid #c82030;
  margin-bottom: 1rem;
}

.col-right-contents h3 {
  margin-bottom: 2rem;
}

.col-right-contents .col-md-3 img, .col-right-contents .col-md-4 img {
  margin: 2.5rem auto;
  max-width: 100% !important;
}

.col-right-contents .age-group {
  display: block;
  margin-top: 1rem;
}

.col-right-contents-text h3 {
  margin-bottom: 2rem;
}

.col-right-contents-text p {
  margin-bottom: 2.5rem;
}

.col-right-contents-bigimg h3 {
  margin-bottom: 2rem;
}

.col-right-contents-bigimg .col img {
  margin: 2.5rem auto;
  width: 100% !important;
  max-width: 100% !important;
}

.col-right-contents-bigimg p {
  margin-bottom: 2.5rem;
}

.border-btm {
  border-bottom: 1px solid #CECDCD;
  margin-bottom: 2.5rem;
}

.section-head-link {
  overflow: hidden;
}

.section-head-link a {
  padding-top: 12rem;
  margin-top: -12rem;
}

.jumbotron {
  position: relative;
  margin-top: 80px;
  height: calc(100% - 80px);
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .page-title {
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .jumbotron {
    margin-top: 100px;
    height: calc(100% - 100px);
  }
}

.cta-red {
  background: #c82030;
  padding: 1.5rem 0;
}

.cta-btn-outline {
  position: relative;
  top: 25%;
}

.section-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 5.25rem;
  margin-bottom: 2.75rem;
}

.bg-opacity-white {
  padding: 0rem 2rem 2rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  margin: 2.5rem 0rem 2.5rem 0rem;
}

.breadcrumb-top {
  padding: 0;
  font-size: 0.7rem;
}

.breadcrumb-top .breadcrumb {
  background: #F5F5F5 !important;
  margin-bottom: 0;
}

.breadcrumb-top .breadcrumb-item {
  display: inline;
}

.breadcrumb-top .active {
  color: #c82030;
  font-weight: 600;
}

.breadcrumb-top a {
  vertical-align: middle;
  font-size: 0.8rem;
  color: #212121;
}

.age-select-block--cta {
    background: transparent;
    border: 1px solid #c82030;
    color: #c82030;
    padding: 15px;
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .4s ease, color .4s ease;
}

.age-select-block--cta:hover, .age-select-block--cta-active {
  color: white;
  background: #c82030;
}

.age-select-block--age-group {
    font-size: 1.5rem;
    margin-top: 0px;
}

.key-select-age {
    max-width: 20px;
    margin-right: 5px;
    position: relative;
}

a.age-select-block--link {
    text-decoration: none;
}

.head-service {
  background-image: url("../img/headimg/service2.jpg");
  background-position: top center;
}

.age-select-block--cta h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {

  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }

}

.uni-icon {
  width: 12%;
}

p.accordion-title--p {
  min-height: 3rem;
  text-align: center;
}

.accordion-section {
  object-fit: cover;
  background-position: center;
  background-size: cover;
  padding: 2rem;
}

.accordion-section .col-lg-6 {
  background: rgba(255, 255, 255, 0.77);
  padding-bottom: 1rem;
}

#countUpLanding1::after {
  content: '\0020 \f067';
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: -30px;
}

#countUpLanding2::after {
  content: '\f295';
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: -30px;
}

#countUpLanding3::after {
  content: '\f295';
  font-family: FontAwesome;
  font-size: 15px;
  position: relative;
  top: -30px;
}

@media (max-width: 1383px) {
  .age-select-block--cta h3 {
        font-size: 1.2rem;
  }
}

@media (max-width: 1105px) {
  .age-select-block--cta {
    padding: 15px;
  }
}

@media only screen and (max-width: 775px) {
  .uni-icon {
    width: 23%;
    margin-bottom: 1rem;
  }
}
