.acm-slideshow {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .acm-slideshow {
    padding: 0 30px;
  }
}
.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
}
.acm-slideshow .owl-carousel .owl-stage-outer {
  border-radius: 18px;
}
.acm-slideshow .owl-carousel .item {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item .img-bg {
  border-radius: 18px;
  max-width: 100%;
}
.acm-slideshow .owl-carousel .item .slider-img {
  width: 100%;
  height: auto;
}
.acm-slideshow .owl-carousel .item .slider-thumb {
  width: auto;
}
.acm-slideshow .owl-carousel .item .slider-content {
  background-size: cover;
  text-align: center;
  padding: 240px 45px;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 120px 45px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 60px 45px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content h1 {
  margin-bottom: 30px;
  margin-top: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content .btn {
    padding: 6px 12px;
    font-size: 15px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner {
  max-width: 780px;
  margin: auto;
}
.acm-slideshow .owl-carousel .item .slider-content-inner a {
  color: #ffffff;
}
.acm-slideshow .owl-carousel .owl-nav > div {
  top: 50%;
  margin-top: -107px;
  height: 214px;
  position: absolute;
  left: 0;
  width: 52px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div {
    left: 7.5px;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div::after {
  content: "";
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-right.png');
  filter: invert(100%) sepia(99%) saturate(31%) hue-rotate(41deg) brightness(106%) contrast(100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div::after {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-slideshow .owl-carousel .owl-nav > div::after {
    display: none;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div .icon {
  background: #0084d4;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  top: 50%;
  text-align: center;
  left: 0;
  position: absolute;
  margin-top: -24px;
  margin-left: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  z-index: 1;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-nav > div .icon {
    left: 24px;
    line-height: 30px;
    margin-top: -15px;
    height: 30px;
    width: 30px;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div .icon:hover,
.acm-slideshow .owl-carousel .owl-nav > div .icon:focus,
.acm-slideshow .owl-carousel .owl-nav > div .icon:active {
  background: #0074bb;
}
.acm-slideshow .owl-carousel .owl-nav > div.owl-next {
  right: -1px;
  left: auto;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div.owl-next {
    right: 7.5px;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div.owl-next:after {
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-left.png');
}
.acm-slideshow .owl-carousel .owl-nav > div.owl-next .icon {
  right: 0;
  left: auto;
  margin-right: -24px;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-nav > div.owl-next .icon {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div.owl-next .icon {
    right: 24px;
  }
}
.acm-slideshow #next-section {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #0084d4;
  bottom: 0;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -107px;
  height: 48px;
  width: 214px;
  z-index: 1;
}
@media (max-width: 767px) {
  .acm-slideshow #next-section {
    display: none;
  }
}
.acm-slideshow #next-section:before {
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-top.png');
  filter: invert(100%) sepia(99%) saturate(31%) hue-rotate(41deg) brightness(106%) contrast(100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-slideshow #next-section:before {
    background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-top-ie1.png');
  }
}
.acm-slideshow #next-section .icon {
  font-size: 24px;
  color: #0084d4;
  position: relative;
  z-index: 1;
}
.acm-features.style-1 .features-image {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .features-image {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 30px;
  }
}
.acm-features.style-1 .features-image > div {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .features-image > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.acm-features.style-1 .features-image img {
  border-radius: 18px;
  width: 100%;
}
.acm-features.style-1 .features-description {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.acm-features.style-1 .features-description .lead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .features-description .lead {
    margin-bottom: 30px;
  }
}
.acm-features.style-2 .features-description {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.acm-features.style-2 .features-description .lead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-description .lead {
    margin-bottom: 30px;
  }
}
.acm-features.style-2 .features-image {
  padding: 0 88px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image {
    padding: 0;
    margin-bottom: 30px;
  }
}
.acm-features.style-2 .features-image .item {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}
.acm-features.style-2 .features-image .item .image-inner {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}
.acm-features.style-2 .features-image .item .image-inner img {
  -webkit-transition: transform 700ms;
  -o-transition: transform 700ms;
  transition: transform 700ms;
}
.acm-features.style-2 .features-image .item .feature-title {
  padding: 30px;
  text-align: center;
}
.acm-features.style-2 .features-image .item .feature-title h3 {
  border-bottom: 6px solid #fdf9ef;
  display: inline;
  margin: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.acm-features.style-2 .features-image .item:hover {
  transform: translateY(-7.5px);
  -webkit-transform: translateY(-7.5px);
}
.acm-features.style-2 .features-image .item:hover h3 {
  border-bottom-color: #faf0d8;
}
.acm-features.style-2 .features-image .item:hover .image-inner img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.acm-features.style-2 .features-image .owl-carousel {
  max-width: 1614px;
  margin: auto;
  position: static;
  margin-top: -15px;
}
.acm-features.style-2 .features-image .owl-carousel .owl-stage-outer {
  padding-top: 15px;
}
.acm-features.style-2 .features-image .owl-nav > div {
  top: 50%;
  margin-top: -107px;
  height: 214px;
  position: absolute;
  left: -15px;
  width: 52px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image .owl-nav > div {
    left: 15px;
  }
}
.acm-features.style-2 .features-image .owl-nav > div::after {
  content: "";
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-right.png');
  filter: invert(100%) sepia(99%) saturate(31%) hue-rotate(41deg) brightness(106%) contrast(100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image .owl-nav > div::after {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-features.style-2 .features-image .owl-nav > div::after {
    display: none;
  }
}
.acm-features.style-2 .features-image .owl-nav > div .icon {
  background: #0084d4;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  top: 50%;
  text-align: center;
  left: 0;
  position: absolute;
  margin-top: -24px;
  margin-left: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image .owl-nav > div .icon {
    left: 24px;
  }
}
.acm-features.style-2 .features-image .owl-nav > div .icon:hover,
.acm-features.style-2 .features-image .owl-nav > div .icon:focus,
.acm-features.style-2 .features-image .owl-nav > div .icon:active {
  background: #0074bb;
}
.acm-features.style-2 .features-image .owl-nav > div.owl-next {
  right: -15px;
  left: auto;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image .owl-nav > div.owl-next {
    right: 15px;
  }
}
.acm-features.style-2 .features-image .owl-nav > div.owl-next:after {
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-left.png');
}
.acm-features.style-2 .features-image .owl-nav > div.owl-next .icon {
  right: 0;
  left: auto;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-image .owl-nav > div.owl-next .icon {
    right: 24px;
  }
}
.acm-teams .teams-img {
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 30px;
}
.acm-teams .teams-img img {
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.acm-teams .teams-text {
  text-align: center;
}
.acm-teams .teams-text h3 {
  border-bottom: 6px solid #fdf9ef;
  display: inline;
  margin-top: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.mod-bg-secondary .acm-teams .teams-text h3,
.mod-bg-primary .acm-teams .teams-text h3 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.acm-teams .teams-text p {
  color: #b5b6b7;
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.mod-bg-secondary .acm-teams .teams-text p,
.mod-bg-primary .acm-teams .teams-text p {
  color: #ffffff;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.acm-teams .teams-item:hover .teams-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.acm-teams .teams-item:hover h3 {
  border-bottom-color: #faf0d8;
}
.acm-teams .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acm-teams .owl-dots .owl-dot span {
  background: #999999;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  height: 4px;
  width: 4px;
}
.acm-teams .owl-dots .owl-dot.active span {
  background: #ffffff;
  border: 2px solid #403d75;
  position: relative;
  top: 2px;
  height: 8px;
  width: 8px;
}
.mod-bg-secondary .acm-teams .owl-dots .owl-dot.active span,
.mod-bg-primary .acm-teams .owl-dots .owl-dot.active span {
  border-color: rgba(255, 255, 255, 0.1);
}
.acm-gallery .btn {
  margin-top: 24px;
}
.acm-gallery .btn > fa {
  margin-left: 5px;
}
.acm-gallery .isotope-layout {
  overflow: hidden;
  margin-bottom: -30px;
}
.acm-gallery .isotope-layout .custom.bg-image {
  padding: 0;
  position: static;
}
.acm-gallery .isotope-layout .isotope:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .acm-gallery .isotope-layout .isotope {
    margin: 0 -7.5px !important;
  }
  .acm-gallery .isotope-layout .isotope > div:not(.grid-sizer) {
    padding: 0 7.5px 15px !important;
  }
}
.acm-gallery .isotope-layout .isotope .mask {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.acm-gallery .isotope-layout .grid-xs-1 {
  width: 100%;
}
.acm-gallery .isotope-layout .grid-xs-1.item-2 {
  width: 100%;
}
.acm-gallery .isotope-layout .grid-xs-2 {
  width: 50%;
}
.acm-gallery .isotope-layout .grid-xs-2.item-2 {
  width: 100%;
}
.acm-gallery .isotope-layout .grid-xs-3 {
  width: 33.3%;
}
.acm-gallery .isotope-layout .grid-xs-3.item-2 {
  width: 66.6%;
}
.acm-gallery .isotope-layout .grid-xs-4 {
  width: 25%;
}
.acm-gallery .isotope-layout .grid-xs-4.item-2 {
  width: 50%;
}
.acm-gallery .isotope-layout .grid-xs-5 {
  width: 20%;
}
.acm-gallery .isotope-layout .grid-xs-5.item-2 {
  width: 40%;
}
.acm-gallery .isotope-layout .grid-xs-6 {
  width: 16.6%;
}
.acm-gallery .isotope-layout .grid-xs-6.item-2 {
  width: 33.2%;
}
.acm-gallery .isotope-layout .grid-xs-7 {
  width: 14.28%;
}
.acm-gallery .isotope-layout .grid-xs-7.item-2 {
  width: 28.56%;
}
.acm-gallery .isotope-layout .grid-xs-8 {
  width: 12.5%;
}
.acm-gallery .isotope-layout .grid-xs-8.item-2 {
  width: 25%;
}
.acm-gallery .isotope-layout .grid-xs-9 {
  width: 11.1%;
}
.acm-gallery .isotope-layout .grid-xs-9.item-2 {
  width: 22.2%;
}
.acm-gallery .isotope-layout .grid-xs-10 {
  width: 10%;
}
.acm-gallery .isotope-layout .grid-xs-10.item-2 {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .acm-gallery .isotope-layout .grid-sm-1 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-sm-1.item-2 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-sm-2 {
    width: 50%;
  }
  .acm-gallery .isotope-layout .grid-sm-2.item-2 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-sm-3 {
    width: 33.3%;
  }
  .acm-gallery .isotope-layout .grid-sm-3.item-2 {
    width: 66.6%;
  }
  .acm-gallery .isotope-layout .grid-sm-4 {
    width: 25%;
  }
  .acm-gallery .isotope-layout .grid-sm-4.item-2 {
    width: 50%;
  }
  .acm-gallery .isotope-layout .grid-sm-5 {
    width: 20%;
  }
  .acm-gallery .isotope-layout .grid-sm-5.item-2 {
    width: 40%;
  }
  .acm-gallery .isotope-layout .grid-sm-6 {
    width: 16.6%;
  }
  .acm-gallery .isotope-layout .grid-sm-6.item-2 {
    width: 33.2%;
  }
  .acm-gallery .isotope-layout .grid-sm-7 {
    width: 14.28%;
  }
  .acm-gallery .isotope-layout .grid-sm-7.item-2 {
    width: 28.56%;
  }
  .acm-gallery .isotope-layout .grid-sm-8 {
    width: 12.5%;
  }
  .acm-gallery .isotope-layout .grid-sm-8.item-2 {
    width: 25%;
  }
  .acm-gallery .isotope-layout .grid-sm-9 {
    width: 11.1%;
  }
  .acm-gallery .isotope-layout .grid-sm-9.item-2 {
    width: 22.2%;
  }
  .acm-gallery .isotope-layout .grid-sm-10 {
    width: 10%;
  }
  .acm-gallery .isotope-layout .grid-sm-10.item-2 {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .acm-gallery .isotope-layout .grid-md-1 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-md-1.item-2 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-md-2 {
    width: 50%;
  }
  .acm-gallery .isotope-layout .grid-md-2.item-2 {
    width: 100%;
  }
  .acm-gallery .isotope-layout .grid-md-3 {
    width: 33.3%;
  }
  .acm-gallery .isotope-layout .grid-md-3.item-2 {
    width: 66.6%;
  }
  .acm-gallery .isotope-layout .grid-md-4 {
    width: 25%;
  }
  .acm-gallery .isotope-layout .grid-md-4.item-2 {
    width: 50%;
  }
  .acm-gallery .isotope-layout .grid-md-5 {
    width: 20%;
  }
  .acm-gallery .isotope-layout .grid-md-5.item-2 {
    width: 40%;
  }
  .acm-gallery .isotope-layout .grid-md-6 {
    width: 16.6%;
  }
  .acm-gallery .isotope-layout .grid-md-6.item-2 {
    width: 33.2%;
  }
  .acm-gallery .isotope-layout .grid-md-7 {
    width: 14.28%;
  }
  .acm-gallery .isotope-layout .grid-md-7.item-2 {
    width: 28.56%;
  }
  .acm-gallery .isotope-layout .grid-md-8 {
    width: 12.5%;
  }
  .acm-gallery .isotope-layout .grid-md-8.item-2 {
    width: 25%;
  }
  .acm-gallery .isotope-layout .grid-md-9 {
    width: 11.1%;
  }
  .acm-gallery .isotope-layout .grid-md-9.item-2 {
    width: 22.2%;
  }
  .acm-gallery .isotope-layout .grid-md-10 {
    width: 10%;
  }
  .acm-gallery .isotope-layout .grid-md-10.item-2 {
    width: 20%;
  }
}
.acm-gallery .isotope-layout .item {
  background: transparent;
  float: left;
  margin: -0.3px;
}
.acm-gallery .isotope-layout .item a {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .acm-gallery .isotope-layout .item.item-2 {
    margin-left: -1px;
  }
}
.acm-gallery .isotope-layout .item img {
  border-radius: 18px;
  margin: 0;
  width: 100%;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.acm-gallery .isotope-layout .item .item-image {
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
}
.acm-gallery .isotope-layout .item .item-image:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.ekko-lightbox .modal-loading {
  display: none;
}
.ekko-lightbox.fade {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.ekko-lightbox.fade.in {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.ekko-lightbox .modal-dialog {
  margin-top: 15%;
}
@media screen and (min-width: 480px) {
  .ekko-lightbox .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 90%;
    margin-top: auto;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
.ekko-lightbox .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ekko-lightbox .modal-header .close {
  border-radius: 18px;
  background: #ffffff;
  color: #000000;
  height: 35px;
  margin: 12px;
  width: 35px;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  padding: 0 24px;
  width: 100%;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  color: #ffffff;
  padding: 24px !important;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
  float: right;
}
.ekko-lightbox .img-responsive {
  border-radius: 18px;
  margin: 0;
}