@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900|Schoolbell&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap");
html,
body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow-x: hidden;
}

html h3,
body h3 {
  font-size: 1.3rem;
}

/**
    Temp info bar
 */
/*.fixed-top{top: 56px!important;}*/

.logo {
  width: 215px !important;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

@media only screen and (max-width: 1370px) {
  .logo {
    width: 140px !important;
  }
}

/**
   Temporary infobar
 */

#infobar{
    padding: 10px;
    background-color: #ca0000;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
}

.logo-small {
  width: 100px !important;
}

.navbar {
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}

@media only screen and (max-width: 990px) {
  .navbar {
    background-color: #FFFF;
  }
}


.navbar .dropdown-menu {
  background-color: #17a2b8 !important;
  font-family: "Dosis", sans-serif;
  border: none;
}

.navbar .dropdown-menu .dropdown-item {
  color: #FFFF !important;
  font-weight: 600;
}

.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #fcd055 !important;
}

.navbar-toggler-icon {
  width: 35px;
  height: 35px;
  background: url("../img/bars-solid.svg") no-repeat !important;
  background-position: center;
  background-position: cover;
}

.navbar-nav {
  margin-left: 200px;
}

@media only screen and (max-width: 990px) {
  .navbar-nav {
    margin-left: 0px;
  }
}

.nav-link {
  color: #ac170c !important;
  font-size: 1.3em;
  font-family: "Dosis", sans-serif;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: .5rem 1.4rem !important;
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  .nav-link {
    font-size: 1.3em;
  }
}

.nav-link:hover {
  color: #F95057 !important;
}

.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition: padding 0.4s linear;
  transition: padding 0.4s linear;
  background-color: white !important;
}

.titlefont {
  font-family: "Schoolbell";
  color: #009EDD;
}

.text {
  color: #000000;
  font-family: "Nunito", sans-serif;
}

.text a{
  color: #ac170c;
}

.light {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
}

.semibold {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

.black {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

.logomobil {
  width: 150px;
}

.logo {
  width: 64px;
}

.logolg {
  width: 200px;
  padding: 10px;
}

.hero-img {
  position: absolute;
  width: 20%;
  top: 16%;
  left: -30px;
  -webkit-transition: ease 0.9s;
  transition: ease 0.9s;
}

@media only screen and (max-width: 1366px) {
  .hero-img {
    width: 15%;
    left: -25px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-img {
    width: 30%;
  }
}

@media only screen and (max-width: 520px) {
  .hero-img {
    top: 34%;
    width: 30%;
  }
    .index{
        min-height: 530px!important;
    }
}

.hero-img-scroll {
  opacity: 0.3;
  left: -400px;
}

.index {
  height: 101vh;
  min-height: 768px;
  background: url("../img/homehero.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .index {
    height: 100vh;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .index {
    height: 80vh;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .index {
    height: auto;
    padding-top: 0px;
  }
}

.indextitle {
  margin-top: 26%;
}

@media only screen and (max-width: 1370px) {
  .indextitle {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  .indextitle {
    margin-top: 30%;
  }
}

@media only screen and (max-width: 1024px) {
  .indextitle {
    margin-top: 40%;
  }
}

@media only screen and (max-width: 770px) {
  .indextitle {
    margin-top: 40%;
  }
}

@media only screen and (max-width: 520px) {
  .indextitle {
    margin-top: 35%;
  }
}

@media only screen and (max-width: 1024px) {
  .index-title,
  .pagetitle-sub {
    text-align: center;
  }
}

@media only screen and (min-width: 1800px) {

   .indextitle {
    margin-top: 32%;
  }
}

.index-title a,
.pagetitle-sub a {
  color: #ac170c;
}

.homebuttons {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

@media only screen and (max-width: 1024px) {
  .homebuttons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (max-width: 500px) {
  .homebuttons {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.homecard {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.homecard:hover {
  -webkit-transform: translate(0, -15px) !important;
          transform: translate(0, -15px) !important;
}

.pagetitle {
  font-size: 3.9rem;
  font-family: "Dosis", sans-serif;
  color: #ac170c;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .pagetitle {
    font-size: 2.9rem;
  }
}

.pagetitle-sub {
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  color: #ac170c;
  position: relative;
  margin: 20px 0px 30px 0px;
}

section {
  height: 400px;
  background: url("../img/yellowpath.svg") no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 700px) {
  section {
    background: #fcd055;
    height: auto;
  }
}

/*section .path-text {
  width: 50%;
  color: #ac170c;
  text-align: center;
  font-weight: 800;
  margin-bottom: 32px;
}*/

section .path-text {
  width: 50%;
  color: #ac170c;
  text-align: center;
  font-weight: 800;
  margin-bottom: 32px;
  margin-top: 120px;
}

@media only screen and (max-width: 700px) {
  section .path-text {
    font-size: 1.2rem;
    pad/ding-top: 1rem;
    font-weight: 800;
    width: 90%;
      margin-top: 50px!important;
  }
}

.aboutus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFFF), color-stop(50%, #fcd055), to(#FFFF));
  background: linear-gradient(180deg, #FFFF 10%, #fcd055 50%, #FFFF 100%);
  position: relative;
  margin-top: 14%;
}

@media only screen and (max-width: 700px) {
  .aboutus {
    margin-top: 31%;
  }
}

.aboutus .sqblue {
  position: absolute;
  left: 5%;
  top: 100%;
  width: 10%;
}

.aboutus .pinkdots {
  position: absolute;
  right: 8%;
  top: 100%;
}

@media only screen and (max-width: 991px) {
  .aboutus .pinkdots {
    padding-top: 10%;
  }
}

.aboutus .decor {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 20%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.aboutus .bigsq {
  position: absolute;
  top: 12%;
  width: 48%;
  right: 25%;
  z-index: -1;
}

.aboutus .aboutimg {
  width: 100%;
}


.teaching {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFFF), color-stop(90%, #fcd055));
  background: linear-gradient(180deg, #FFFF 10%, #fcd055 90%);
}

@media only screen and (max-width: 991px) {
  .aboutus .aboutimg {
    width: 70%;
  }
}

.aboutus .ourvalues {
  position: relative;
}

.aboutus .sqbig {
  position: absolute;
  left: 1%;
}

.aboutus .kid1 {
  width: 5%;
  position: absolute;
  left: 1%;
}

.aboutus .kid2 {
  width: 5%;
  position: absolute;
  right: 1%;
}

.aboutus .kid3 {
  width: 5%;
  position: absolute;
  left: 1%;
  top: 80%;
}

.aboutus .kid4 {
  width: 5%;
  position: absolute;
  right: 1%;
  top: 80%;
}

.aboutus .abouttext h3 {
  color: #5b5b5b;
}

.aboutus .abouttext p {
  /*color: #5b5b5b;*/
  color: black;

}

.aboutus .abouttitle {
  padding-top: 80px;
  text-align: center;
  margin: auto;
  color: #009EDD;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1200px) {
  .aboutus .abouttitle {
    padding-top: 60px;
  }
}

.aboutus .abouttitle h1 {
  font-size: 2.5rem;
  font-family: "Dosis", sans-serif;
}

.aboutus .abouttitle p {
  width: 80%;
  font-family: "Nunito", sans-serif;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .aboutus .abouttitle p {
    text-align: left;
    width: 90%;
  }
}

.aboutus .vision {
  margin-top: 70px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .aboutus .vision {
    text-align: left;
  }
}

.aboutus .vision img {
  position: absolute;
}

.aboutus .vision .decor {
  top: 60%;
  width: 10%;
}

.aboutus .vision .bigsqvision {
  z-index: -1;
  width: 60%;
  top: 0;
}

.aboutus .vision .vision-content {
  height: auto;
}

.aboutus .vision .vision-content .vision-box {
  width: 800px;
  height: 500px;
  background: #009EDD;
  z-index: 1;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

.aboutus .vision .vision-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 250px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin: auto;
  background-color: #009EDD;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media only screen and (max-width: 770px) {
  .aboutus .vision .vision-img {
    margin-top: 50px;
  }
}

.aboutus .vision .vision-img .visionpic {
  max-width: 100%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.aboutus .vision .vision-img:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.aboutus .vision .vision-img:hover .visionpic {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.aboutus .vision .offer-img {
  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;
  width: 60%;
  height: 220px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin: auto;
  background-color: #b4e6f2;
}

@media only screen and (max-width: 770px) {
  .aboutus .vision .offer-img {
    margin-top: 50px;
  }
}

.aboutus .vision .offer-img .visionpic {
  max-width: 90%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.aboutus .vision .offer-img .offerpic {
  max-width: 100%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.offer {
  height: auto;
  margin-bottom: 80px;
  margin-top: 20px;
}

.offeringtext h1 {
  margin-bottom: 16px;
}

.offeringtext h3 {
  padding-bottom: 32px;
  color: #5b5b5b;
}

.offeringlist .kid8 {
  position: absolute;
  left: -8%;
  top: 50%;
  width: 15%;
}

@media only screen and (max-width: 1024px) {
  .offeringlist {
    margin-bottom: 60px;
  }
}

.bluebox-offering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #009EDD;
  color: white;
  font-size: 16px;
  padding: 40px;
  border-radius: 30px;
  position: relative;
}

.bluebox-offering:before {
  content: '';
  width: 64px;
  height: 64px;
  background: url("../img/svg/katica.svg");
  position: absolute;
  top: -32px;
  left: -10px;
}

@media only screen and (max-width: 1200px) {
  .bluebox-offering {
    margin: auto;
    width: 90%;
  }
}

@media only screen and (max-width: 460px) {
  .bluebox-offering {
    padding: 32px;
  }
}

.bluebox-offering .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.bluebox-offering .check p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}

.bluebox-offering .check i {
  font-size: 32px;
  color: #fcd055;
  padding-right: 8px;
}

.offering-section-two {
  position: relative;
  margin-top: 100px;
}

.offering-section-two .bigpink {
  position: absolute;
  z-index: -1;
  width: 50%;
  left: 30%;
}

.offering-section-two .bigblue {
  position: absolute;
  z-index: -1;
  width: 50%;
  left: 10%;
}

.offering-section-two .offering-pic {
  padding: 50px 0 50px 0;
}

.offering-section-two .offering-pic img {
  width: 50%;
}

.offeringfooter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offeringfooter h3 {
  color: white;
  font-weight: 600;
}

.offeringfooter #priceless {
  color: #fcd055;
  font-family: #ac170c;
}

.footerv2 {
  min-height: 600px;
  margin-top: 50px;
  background: #F95057;
  color: #005dc7;
  font-weight: 300;
  padding: 32px;
  min-height: 400px;
  background: url("../img/footerpath.svg") no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 430px) {
  .footerv2 p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 700px) {
  .footerv2 {
    padding-left: 5%;
    background: #F95057;
  }
}

.footer {
  padding: 32px 0;
  background-color: #fcd055;
  background: url("../img/svg/kidgroupf.png") #fcd055;
  color: #5b5b5b !important;
  font-weight: 300;
  padding-top: 64px;
}

.footer a, .footer i{
    color: #ac170c!important;
}

.footer .footerwrap {
  margin: 32px 0;
}

@media only screen and (max-width: 600px) {
  .footer .footerwrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.footer h3 {
  color: #ac170c;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
}

.footer p {
  margin: 0 !important;
  color: black;
}

@media only screen and (max-width: 500px) {
  .footer {
    padding-left: 5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer i {
  color: #009EDD;
  margin-right: 5px;
}

.footer-left img {
  width: 100px;
  padding: 10px;
}

@media only screen and (max-width: 430px) {
  .footer-center {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.footerpath {
  background: url("../img/yellowpath.svg") no-repeat;
}

.offeringpath {
  background: url("../img/yellowpath2.svg") no-repeat;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media only screen and (max-width: 1000px) {
  .offeringpath {
    height: auto;
    background: white;
    padding-bottom: 50px;
  }
}

.fp {
  height: 500px;
}

.footer-right .footer-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-right .footer-email .fas {
  padding-top: 4px;
}

.footer-right .footer-email i {
  padding-right: 6px;
}

.footer-right .footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-right .footer-phone .fas {
  padding-top: 4px;
}

.footer-right .footer-phone i {
  padding-right: 6px;
}

.footer-right .footer-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-right .footer-fb .fab {
  padding-top: 4px;
}

.footer-right .footer-fb i {
  padding-right: 6px;
}

.copyright {
  background: #fcd055;
  color: #5b5b5b;
  font-size: 15px;
  padding: 12px;
  border-top: 1px solid white;
  color: black;
}

.copyright p{
  margin-bottom: 0;
  /*font-size: */
}

.contactpage {
  background: #ffff !important;
  background: url("img/contactus.jpg") no-repeat !important;
  background-position: right;
  background-size: cover;
  margin-top: 2% !important;
}

@media only screen and (max-width: 1000px) {
  .contactpage {
    margin-top: 6% !important;
  }
}

.card-group {
  margin-top: -180px;
}

@media only screen and (max-width: 510px) {
  .card-group {
    margin-top: 0px;
  }
}

.card-img-top {
  padding-top: 42px;
  width: 50px !important;
}

.cardv1 {
  border: none !important;
  height: 180px;
  opacity: 0.9;
  color: white;
  margin-right: 8px;
  margin-left: 8px;
}

.cardv1 h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.cardv1 img {
  width: 15%;
}

.cardv1 .card-body .card-title {
  font-family: #ac170c;
  font-weight: 800;
}

.cardv1:nth-child(1) {
  background-color: #05A366;
}

.cardv1:nth-child(2) {
  background-color: #F95057;
}

.cardv1:nth-child(3) {
  background-color: #8868AC;
}

.cardv1:nth-child(4) {
  background-color: #009EDD;
}

.cardv1:nth-child(5) {
  background-color: #0190AA;
}

.cardv1:nth-child(6) {
  background-color: #009DDB;
}

.cardv1:nth-child(7) {
  background-color: #ED74AC;
}

.cardv1:nth-child(8) {
  background-color: #05A366;
}

.cardv1:nth-child(9) {
  background-color: #971897;
}

.indexcard {
  font-family: "Schoolbell" !important;
}

@media only screen and (max-width: 1024px) {
  .indexcard {
    font-size: 1rem;
    text-align: center;
  }
}

.gallerysection {
  margin-top: 13%;
}

.gallerysection .gallery-hero {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .gallerysection .gallery-hero {
    width: 20%;
    top: 30%;
  }
}

.gallerysection .gallery {
  margin-top: 32px;
  margin-bottom: 100px;
  display: -ms-grid;
  display: grid;
  grid-gap: 32px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media only screen and (max-width: 1000px) {
  .gallerysection {
    padding-top: 5%;
  }
}

@media only screen and (max-width: 700px) {
  .gallerysection {
    margin-top: 150px;
  }
}

.gallerysection .pic {
  position: relative;
}

.gallerysection .pic img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}

@media only screen and (max-width: 365px) {
  .gallerysection .pic img {
    width: 100%;
    height: auto;
  }
}

.gallerysection .pic::before {
  content: '';
  width: 260px;
  height: 100%;
  background: #F95057;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

@media only screen and (max-width: 365px) {
  .gallerysection .pic::before {
    width: 100%;
    height: auto;
  }
}

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

.gallerysection h1 {
  font-family: "Nunito", sans-serif;
  color: #0092c7;
  font-size: 4.5rem;
  margin-bottom: 50px;
  position: relative;
}

.gallerysection h1:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 10px;
  background: #fcd055;
  top: 80%;
  z-index: -1;
}

@media only screen and (max-width: 700px) {
    .gallerysection h1{
        font-size: 3rem;
    }
    .gallerysection .pic img{
        width: 100%;
        height: auto;
    }

    .contact-card{
        width: 100%!important;
    }

    .gmap{
        width: 100%!important;
    }

    .parents-title{
        font-size: 1.5rem;
    }
}

.gallerysection .pinkdots {
  position: absolute;
  top: 50%;
  left: 1%;
}

.gallerysection .bigkek {
  position: absolute;
  left: 1%;
  z-index: -1;
  width: 40%;
}

.gallerysection .sq {
  position: absolute;
  top: 30%;
  right: 1%;
  width: 15%;
}

@media only screen and (max-width: 1200px) {
  .gallerysection .sq {
    display: none;
  }
}

.ppp {
  background: url("../img/svg/kidgroupf.png");
  background-attachment: fixed;
}

@media only screen and (max-width: 770px) {
  .ppp {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 700px) {
  .ppp {
    margin-top: 33%;
  }
}

.parentspartners {
  padding-top: 12% !important;
  background: url("../img/parents1.jpg") no-repeat !important;
  background-size: 100% !important;
  background-position: cover !important;
  background-attachment: fixed !important;
}

.parentspartners h1 {
  color: #ac170c;
}

.parentspartners p {
  width: 50%;
  /*color: #5b5b5b;*/
  color:black;
}

@media only screen and (max-width: 800px) {
  .parentspartners p {
    width: 100%;
  }
}

@media only screen and (max-width: 430px) {
  .parentspartners {
    margin-top: 8%;
    margin-bottom: 32px;
    background: #fcd055 !important;
  }
}

.parents-title {
  font-family: 'Dosis', sans-serif;
  color: #ac170c;
}

.parents {
  background-color: rgba(255, 255, 255, 0.445);
}

.parents h3 {
  font-weight: 600;
  color: #009EDD;
  font-family: 'Dosis', sans-serif;
}

.parents .parents-blue-title{
   color: #009EDD;
}

.parents ul li {
  padding-top: 13px;
}

.vision-list {
  position: relative;
  margin: auto;
  width: 100%;
}

.vision-list h3 {
  color: #009EDD;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.vision-list .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
  font-family: "Nunito", sans-serif;
  padding: 8px;
}

.vision-list .check i {
  font-size: 32px;
  color: #fcd055;
  padding-right: 8px;
}

.tstm {
  padding-top: 15%;
}

.card-testimonals {
  background: url("img/testimonals.png") no-repeat;
  background-position: center;
  background-size: 30%;
}

.card-testimonals img {
  width: 16px;
}

.card-testimonals .testimonals-text {
  font-size: 1.1rem;
  margin: auto;
  padding-bottom: 4px;
  color: #5b5b5b !important;
}

.carousel-indicators {
  bottom: -40px !important;
  margin: auto;
}

.carousel-item .card-body {
  width: 80%;
  margin: auto;
}

.blockquote-footer {
  /*color: #009EDD !important;*/
  color:#ac170c!important;
}

.admission {
  width: 80%;
}

.bgboxa {
  background: url("../img/sqblue.svg") no-repeat;
  opacity: 0.3;
  background-position: center;
  background-size: 80%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media only screen and (max-width: 1200px) {
  .bgboxa {
    background-size: 60%;
  }
}

.bgboxa img {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.bgboxb {
  background: url("img/kockabg.svg") no-repeat;
  background-position: center;
  background-size: 90%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.parentsimg {
  max-width: 60%;
}

.parentsimg1 {
  max-width: 80%;
}

.faq-section {
  margin-bottom: 50px;
}

.faq-card {
  background: white !important;
}

.faq-card a {
  color: #009EDD;
  font-family: "Nunito", sans-serif;
}

.faq-card .card-header {
  background-color: #fcd055 !important;
}

.faq-side {
  width: 80%;
}

@media only screen and (max-width: 1200px) {
  .faq-side {
    width: 50%;
    margin-top: 16px;
  }
}

.contact {
  height: 100vh;
  margin-top: 8%;
  padding-top: 4%;
}

@media only screen and (max-width: 1980px) {
  .contact {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .contact {
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 700px) {
  .contact {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 700px) {
  .book {
    text-align: center;
  }
}

.contactform {
  background: #ffff;
  padding: 32px;
  margin: auto;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.contactform h3 {
  color: #5b5b5b;
  padding: 0px 0 32px;
  font-weight: 700;
}

.contactform abbr{
    color: #ac170c;
}

.form-control {
  border-radius: 0.5rem !important;
}

.label {
  font-family: "Nunito", sans-serif !important;
}

.contactbtn {
  color: #ffff !important;
  width: 100%;
  background: #F95057 !important;
  border-radius: 1rem !important;
}

.contactbtn:hover {
  color: #fcd055 !important;
  background: #009EDD !important;
}

.contacts {
  padding: 0 50px;
}

@media only screen and (max-width: 1200px) {
  .contacts {
    padding: 50px 0px;
  }
}

.contact-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.contact-card {
  width: 201px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #5b5b5b;
  padding: 1rem;
  margin: 0rem 0.5rem;
  background-color: white;
}

@media only screen and (max-width: 770px) {
  .contact-card {
    margin: 0.5rem 0.5rem;
  }
}

.contact-card i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #F95057;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contact-card h3 {
  font-size: 1rem;
}

.contact-card:hover i {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.gmap {
  width: 83%;
  height: 360px;
  margin: auto;
  margin-top: 1rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.tourmap {
  height: 310px !important;
}

.tel img {
  position: absolute;
  width: 80%;
}

.form-control::-webkit-input-placeholder {
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control:-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control::placeholder {
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa !important;
  font-size: 13px;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa !important;
  opacity: 1;
  font-size: 13px;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa !important;
  font-size: 13px;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa !important;
  font-size: 13px;
}

.buttonstyle {
  font-size: 0.8rem !important;
  width: 140px;
  position: relative;
  border-radius: 0rem !important;
  text-transform: uppercase;
  padding: 0.8rem 0.6rem !important;
  line-height: 35px;
  font-weight: 800 !important;
  color: #FFFF !important;
}

.gomb {
  position: relative;
}

.buttonbc {
  position: absolute;
  width: 140px;
  height: 44px;
  top: 8px;
  left: -3px;
  z-index: 0;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.buttonred {
  background: #F95057;
}

.buttonyellow {
  background: #fcd055;
}

.gomb:hover .buttonbc {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
/*# sourceMappingURL=main.css.map */
