a {
  text-decoration: none;
  transition: all ease 0.3s;
}

.site-main ul {
  margin: 0;
}

.w-auto {
  width: auto !important;
}

.pt-50 {
  padding-top: 50px;
}

.btn {
  white-space: normal;
}

.btn-nav {
  width: auto !important;
  font-family: peachy-keen-jf !important;
  font-size: 1rem;
  text-transform: uppercase !important;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  display: inline-block !important;
}

.btn-small {
  padding: 0.1rem 1.25rem !important;
}

.home-activities .container .btn {
  display: inline-block;
}

.home-activities .container center .btn {
  margin: 20px 10px;
}

.font-18 {
  font-size: 18px;
}

.font-25 {
  font-size: 25px;
}

.font-34 {
  font-size: 34px;
}

.link-highlight {
  display: inline-block;
  border-radius: 9999px;
  padding: 0.3125rem 1rem;
}

.blob .sub-menu {
  position: relative;
  text-align: left;
}

.blob-contact h6 {
  position: relative;
}

.hero-blob .info {
  margin: 15px 0;
  padding: 25px;
  border-radius: 20px;
}

.home-hero .hero-blob {
  padding-bottom: 0;
}

/* alert */
.alert.alert-top {
  padding: 10px;
  border-radius: 0 !important;
  margin-bottom: 0;
  color: #fff;
}

.alert-top .close {
  width: auto;
  height: auto;
  margin-top: 0;
  font-size: 41px;
  line-height: 16px;
  font-weight: 700;
  opacity: 0.7;
  background-image: none;
}

.alert-bold {
  font-weight: bold;
  font-size: 24px;
  padding: 5px 0;
}

.top-bar {
  min-height: 50px;
}

.top-bar-navigation .menu>li:not(:last-child) {
  margin: 0;
}

.top-bar-navigation li {
  display: block;
}

.top-bar-navigation li a {
  font-weight: 600;
}

.site-header .site-branding {
  top: -60px;
}

/* Fullscreen overlay for modal background */
#active-popup {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1020;
}

/* Modal container */
#popup-container {
  width: 45%;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 28%;
  padding: 40px;
  z-index: 99999999;
  top: 0;
  display: none;
  background: #fff;
}

.modal-content {
  position: relative;
  text-align: center;
  border-radius: 0;
}

/* Close button */
#popup-container a.close {
  opacity: 1;
  border-radius: 20px;
  margin-top: 0;
  z-index: 99;
}

#popup-container h3 {
  z-index: 0;
}

.modal-title,
.modal-date {
  width: 100%;
}

.modal-header {
  display: block;
}

.home-intro .top-blob .headline h2 {
  font-size: 5vw;
}

.home-intro p a:hover {
  text-decoration: none;
}

.slide.bg-apple-green {
  padding: 30px 10px;
}

.text-kellye-green .sub-headline {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-family: ubuntu;
}

.site-header > .container {
  min-height: 90px;
}

.site-header .main-navigation .menu {
  justify-content: right;
}

.location-toggle .toggle>li a {
  color: #58c9e7;
  font-weight: 500;
}

.link-highlight.dark-blue-bg a:hover {
  color: #58c9e7 !important;
}

.location-toggle .toggle>li {
  margin: 0 10px;
}

/* ===========================
--- Gallery section
============================ */

#gallery {
	background-color: #fff;
}

.portfolio-item{
	margin: 10px;
    position:relative;
}

/* Isotope */

.isotope-item { z-index: 2;padding:0px;}
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {transition-property: height, width;}

.isotope .isotope-item {transition-property: transform, opacity;}

/* Gallery */

.gallery-item.selected img {transition: opacity 1s ease-in-out;}

.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}

.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(20px);
    opacity: 1;
}

/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
	border-radius: 10px;
    transition: opacity .3s ease-out;
}

.gallery-thumb:hover .overlay-mask {opacity:1;border:6px solid #f9c708;}

.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 80px;
    width: 80px;
    top: 0%;
	vertical-align:middle;
    left: 50%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    transform: translateY(200px);
    transition: all .3s ease-out;
	border-radius:50%;
}

.gallery-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}

.gallery-thumb .link.centered {
   margin-left: -14%;
    transition-delay: 0s;
    /* margin: 0 auto; */
    margin-top: 50%;
}

.gallery-thumb i {transition: all 0.2s ease-in-out;color:#fff;}

.gallery-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: 0.1s;
	line-height:75px;
}

/* Nav-pills */

.nav-pills{
	display: inline-block;
	margin-bottom:20px;
}

.text-center .nav-pills li {
  margin: 15px 0;
  display: inline-block;
  list-style-type: none;
}

.nav-pills>li>a {
	transition: all .2s ease-in-out;
	border-radius: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav > li > a:hover{
	color: #fff;
	font-size:20px;
	font-weight:600;
	margin:5px;
	padding:15px 30px;
  text-decoration: none;
}

div.pp_overlay {
    z-index: 9999!important;
}
div.pp_pic_holder {
    z-index: 99999!important;
}

div.ppt {
  display: none !important;
}

/* Owl-carousel */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-carousel {
  padding: 0 40px;
}

.owl-carousel .owl-item {
  perspective: 1000px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -50px;
  text-align: center;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev:hover,
.owl-next:hover {
  transition: all 0.3s ease-in-out;
}

.owl-prev i,
.owl-next i {
  padding: 0;
  height: 45px;
  width: 45px;
  color: #fff;
  line-height: 45px;
  box-shadow: 10px 10px 20px #cecece;
}

.owl-carousel.owl-loaded {
  display: block;
  clear: both;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  border: 2px solid #cecece;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
}

.owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}

.owl-dots .owl-dot span:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.owl-dots .owl-dot.active span::before {
  transform: translate(-50%, -50%) scale(1);
}

.custom-border {
  border-radius: 20px 90px 70px 170px / 70px 40px 30px 40px !important;
}

/* testimonials */

.testimonials-inner {
  padding: 40px 0;
}

.testimonial {
  border-radius: 30px;
  color: #fff;
  padding: 20px;
  position: relative;
}

.testimonial .testimonial-title {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
}

.testimonial .post {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.testimonial .testimonial-review {
  padding-top: 20px;
}

.testimonial .testimonial-pic {
  width: 100px;
  display: block;
  border: 5px solid;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

blockquote {
  padding: 20px;
  font-family: 'Nunito', sans-serif;
  margin-top: 50px;
  border-radius: 20px;
  border: 0;
}

blockquote::before {
  margin-top: -90px;
  left: 20px;
  color: #fff;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4em;
  position: absolute;
  opacity: 0.2;
}

.home-page ~ .background {
  background-color: #e76ca9;
}

.pattern-dots .container {
  margin-bottom: 0;
}

/* =========================== Services section ============================ */
.service {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.service h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.7rem;
}

#owl-programs h6 {
  font-weight: 700;
  /* margin: 10px!important; */
  /* display: inline; */
  border-radius: 10px;
  /* font-weight: 700; */
  /* margin: 10px!important; */
  /* display: inline; */
  padding: 15px;
  color: #1f4388;
  margin-top: 0;
  font-size: 18px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 10px; */
}

#owl-programs p {
  border-radius: 20px;
}

#owl-programs h3 {
  margin-top: -110px;
  display: inline-flex;
  padding: 25px 15px;
  border-radius: 20px;
  position: relative;
}

#owl-programs h5 {
  margin-bottom: 0;
}

.service img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.service:hover img {
  border: 10px solid #c83293;
}

.service .btn {
  color: #fff;
}

.pensil-bg {
  margin-bottom: 0 !important;
  padding-bottom: 150px;
  background: url('./../img/pens-bg-1.jpg') repeat-x center bottom;
  background-size: auto;
}

.border__wrapper {
  position: relative;
  border: 3px solid #fff;
  z-index: 9;
  margin-bottom: -3px;
  box-shadow: 0 0.25rem 0.5rem -0.0825rem rgb(0 0 0 / 30%), 0 0.25rem 0.5rem -0.0825rem rgb(0 0 0 / 10%);
}

.blob .border__wrapper img {
  padding: 3px;
}

.img-blob .blob .links {
  display: block;
}

.blob img {
  z-index: 1;
  position: relative;
  padding: 10px;
}

.blob p,
.blob .w-25 {
  z-index: 1;
  position: relative;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio {
  max-width: 560px;
}

.ratio .video-embed {
  padding: 5%;
}

.ratio img {
  width: 150px;
}

.ration-num {
  z-index: 1;
  position: relative;
  padding: 5px;
  border-radius: 10px;
}

.video {
  position: relative;
  z-index: 0;
}

.img-side {
  position: absolute !important;
  right: -95px;
  top: 50px;
}

.about-page .blob i {
  font-size: 90px;
}

.about-page .blob h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 2.25rem;
  color: #fff;
}

.about-page a {
  position: relative;
  text-decoration: none;
}

.site-title,
.site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.broken_link,
a.broken_link {
  text-decoration: line-through;
}

.custom-bg-1 {
  padding: 100px 0;
  background: url('./../img/curriculum-1.jpg') no-repeat top center;
  background-size: cover;
}

.custom-bg-2 {
  min-height: 520px;
  padding: 100px 0;
  background: url('./../img/fingers.png') no-repeat left bottom;
  background-size: cover;
}

.custom-bg-3 {
  padding: 100px 0;
  background: url('./../img/french-baby41f1.jpg') no-repeat center top;
  background-size: contain;
}

.custom-bg-4 {
  padding: 100px 0;
  background: url('./../img/Mandarin.png') no-repeat center top;
  background-size: contain;
}

.custom-bg-5 {
  padding: 100px 0;
  background: url('./../img/spanish.jpg') no-repeat center top;
  background-size: contain;
}

.kt-layout > .kt-row-column-wrap {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.kt-layout {
  margin-top: 0;
  background-image: url('/uploads/2021/01/dots-clouds.png');
  background-size: cover;
  background-position: 0 55.00000000000001%;
  background-attachment: fixed;
  background-repeat: repeat;
}

.kt-layout > .kt-row-column-wrap {
  padding-top: 5%;
  padding-bottom: 5%;
}

.kt-layout > .kt-row-layout-overlay {
  opacity: 1;
}

.team-member-wrapper img {
  border-radius: 9999px;
  margin: 0 auto 1.25rem;
  box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgb(0 0 0 / 10%), 0 0.625rem 0.625rem -0.3125rem rgb(0 0 0 / 4%);
  position: relative;
  max-width: 100%;
  width: 200px;
  z-index: 1;
}

.team-member-wrapper {
  width: 100%;
  position: relative;
}

.team-member-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='317.46' height='231.829' fill='%236fbf4a' opacity='.9'%3E%3Cpath data-name='Path 1588' d='M154.301 18.559c86.614 62.01 198.23 69.225 152.577 118.6s-34.57 134.324-152.577 73.6-183.779-44.976-141.381-95.038S67.687-43.451 154.301 18.559z' fill='%235ac9e7'/%3E%3C/svg%3E");
  background-size: contain;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top;
}

.staff .card {
  display: block;
  padding: 25px 15px !important;
  border-radius: 30px;
}

/*.position-dscrptn {
  height: 200px;
  overflow: hidden;
}*/

.module .collapse:not(.show) {
  display: block;
  height: 250px;
  overflow: hidden;
}

.module .collapsing {
  height: 3rem;
}

.module a.collapsed::after {
  content: '+ Show More';
}

.module a:not(.collapsed)::after {
  content: '- Hide';
}

.site-main .sidebar {
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px 0;
}

ul.sidebar li {
  list-style-type: none;
  margin: 20px 0;
}

.sidebar li a {
  font-size: 18px;
}

/* accordions */

.accordion .card {
	border: 0px;
	display: block;
	padding: 0px;
	border-radius: 0px;
	background: #fff;
  box-shadow: none;
}

.accordion .card-link {
	display: block;
	padding: 5px 20px;
	border-radius: 5px;
	border-bottom: 0;
	transition: all 0.8s;
	margin: 5px;
	cursor: pointer;
}

.accordion .card-link,
.accordion .card-link.collapsed,
.accordion .card-link:focus {
	color: #ffffff!important;
	transition: all 0.8s;
}

.accordion .card-body {
	margin: 0 20px;
	padding: 20px 10px;
	border-radius: 5px;
}

.accordion .card {
	padding: 0px;
	background: transparent;
}

.accordion .card-header {
	font-weight: 700;
	font-size: 17px;
	padding: 0px;
	line-height: 1.3;
	color: #fff;
	border-radius: 5px;
	margin-bottom: px;
	letter-spacing: 0.7px;
	border: 0;
}

.accordion {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.accordion a:before {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	top: 0;
	left: -75px;
	background: transparent;
	margin-right: 10px;
}

.accordion .card-body a:before {
	content: '';
	width: 0;
	height: 0;
	margin-right: 0;
}

.accordion .card-header a.collapsed:before {
	content: "\f067";
}

/* footer */
.site-footer p,
.site-footer a {
  font-size: 17px;
}

.site-footer .widget-area .footer-widget.logos {
  justify-content: flex-start;
  align-content: start;
}

.social-icon i {
  padding: 10px;
  font-size: 24px;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.social-icon i:hover {
  transform: scale(1.1);
}

/************ min width 1200px *************/
@media (min-width: 1200px) {
  .service {
    height: 800px;
  }

  .home-hero .img-slider img {
    padding-left: 0;
  }

  #owl-programs .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }

  .home-intro .top-blob .headline h2 {
    font-size: 2vw;
  }

  .home-intro .top-blob .mission {
    width: 30%;
  }
}

@media (max-width: 1199px) {
  .service br {
    display: none;
  }

  .service {
    height: 100%;
  }
}

/************ min width 1024px *************/
@media (min-width: 1024px) {
  .slide.bg-apple-green {
    padding: 32px;
  }

  .custom-bg-2 {
    background-size: cover;
  }

  .custom-bg-3 {
    min-height: 520px;
    background-size: cover;
  }

  .custom-bg-4 {
    min-height: 520px;
    background-position: left 30px;
    background-size: cover;
  }

  .custom-bg-5 {
    min-height: 520px;
    background-size: cover;
  }
}

/************ min width 1200px *************/
@media (min-width: 1200px) {
  .slide.bg-apple-green {
    padding: 32px;
  }

  .custom-bg-2 {
    background-size: contain;
  }

  .custom-bg-3 {
    background-size: contain;
    background-position: right top;
  }

  .custom-bg-4 {
    background-position: left 30px;
    background-size: contain;
  }

  .custom-bg-5 {
    background-size: contain;
    background-position: right top;
  }
}

/************ max width 992px *************/
@media (max-width: 992px) {
  #popup-container {
    width: 90%;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .service h3 {
    text-align: center;
    margin-left: 0;
  }

  .service {
    height: 100%;
  }
}

/************ max width 767px *************/
@media (max-width: 767px) {
  .font-34 {
    font-size: 25px;
  }

  .img-blob .blob {
    float: none;
    padding: 25px 15px;
    border-radius: 30px;
  }

  .accordion a:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		left: -25px;
		top: 10px;
	}
	.accordion:before {
		left: 12px;
	}
	.accordion .card-header {
		padding: 5px;
	}
}

/************ min width 600px *************/
@media (min-width: 600px) {
.off-canvas-container {
    width: 400px;
}

.home-hero .hero-blob {
  padding-top: 190px;
}
}

@media (max-width: 600px) {
.home-hero .hero-blob {
  padding-top: 110px;
}
}

/************ max width 480px *************/
@media (max-width: 480px) {
  .home-hero .hero-blob {
    padding-top: 90px;
  }

  .owl-prev i,
  .owl-next i {
    font-size: 18px;
    padding: 0;
    height: 22px;
    width: 19px;
    line-height: 22px;
  }

  .owl-carousel {
    padding: 0 20px;
  }

	.nav-pills > li {float: none;}
}

/************ min width 9000px *************/
@media (min-width: 900px) {
  .site-header>.container {
    padding-bottom: 50px;
  }

  .home-hero .hero-blob {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .hero-blob .info-slide {
    background-color: #9c268f;
  }

  .home-hero .hero-blob .info-slide .slick-track {
    display: block;
  }
}

/************ max width 1199px *************/
@media (max-width: 1199px) {
  .img-blob .blob {
    position: relative;
  }

  .hero-blob .info {
    padding: 15px;
  }
}


/************ min width 1200px *************/
@media (min-width: 1200px) {
  .site-header>.container {
    padding-bottom: 20px;
  }

  .home-hero .hero-blob {
    max-width: 550px;
  }
}
