* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



section.banner:after {
  background: linear-gradient(90deg, black ,#000000, transparent);
  position: absolute;
  width: 65%;
  left: 0;
  z-index: 4;
  content: "";
  height: 90vh;
  top: 0;
}

.rowcustom {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: -15px;
}
  /* GLOBAL FONTS */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap");

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black.woff2") format("woff2"),
    url("../fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-BlackItalic.woff2") format("woff2"),
    url("../fonts/Nunito-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"),
    url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-BoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraLight.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Italic.woff2") format("woff2"),
    url("../fonts/Nunito-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Nunito-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Light.woff2") format("woff2"),
    url("../fonts/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-LightItalic.woff2") format("woff2"),
    url("../fonts/Nunito-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --primary-Ch: #12265a;
  --color1: #fa9db8;
  --color2: #46b4df;
  --color3: #ffdd98;
  --color4: #fcf9f4;
  --color5: #feb9cd;
  --color6: #ffc85b;
  --color7: #2d4073;
  --color8: #233767;
}

/* COLORS */
.color-white {
  color: var(--white) !important;
}
.color-black {
  color: var(--black) !important;
}
.primary-ch {
  color: var(--primary-Ch) !important;
}
.color1 {
  color: var(--color1) !important;
}
.color2 {
  color: var(--color2) !important;
}
.color3 {
  color: var(--color3) !important;
}
.text-crejo-dark-20{
  --tw-text-opacity:1;
  color:rgba(129,141,156,var(--tw-text-opacity))
}
.text-crejo-purple-70{
  --tw-text-opacity:1;
  color:rgba(98,36,178,var(--tw-text-opacity))
}
.text-crejo-teal-70{
  --tw-text-opacity:1;
  color:rgba(36,178,169,var(--tw-text-opacity))
}
.text-crejo-dark-70{
  --tw-text-opacity:1;
  color:rgba(26,31,35,var(--tw-text-opacity))
}
/* Backgrounds */
.bg-white {
  background-color: var(--white) !important;
}
.bgcolor1 {
  background-color: #9d3ed1 !important;
}
.bgcolor2 {
  background-color: #af0073 !important;
}
.bgcolor3 {
  background-color: var(--color3) !important;
}
.bgcolor4 {
  background-color: var(--color4) !important;
}
.bgcolor5 {
  background-color: var(--color5) !important;
}
.bgcolor6 {
  background-color: var(--color6) !important;
}
.bgcolor7 {
  background-color: var(--color7) !important;
}
.bgcolor8 {
  background-color: var(--color8) !important;
}
.bgcolor10{
  background-color:  #233767 !important;
}

/* positions */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.bg-c_white-opacity50{
  background-color:var(--white-opacity-50)
}

/* FONTS */
.nunito {
  font-family: "Nunito", sans-serif;
}
.mulis {
  font-family: "Mulish", sans-serif;
}

/* FONT WEIGHT */
.font-w-300 {
  font-weight: 300;
}
.font-w-400 {
  font-weight: 400;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-800 {
  font-weight: 800;
}
.font-w-900 {
  font-weight: 900;
}

/* FONT SIZE */
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 24px;
}
.fs-40 {
  font-size: 40px;
}
.fs-48 {
  font-size: 48px;
}
.fs-60 {
  font-size: 60px;
}

.pointer {
  cursor: pointer;
}
.underline-none {
  text-decoration: none !important;
}

/* FLEX */
.flex-15 {
  flex: 0 0 15%;
}
.flex-20 {
  flex: 0 0 20%;
}
.flex-80 {
  flex: 0 0 80%;
}
/*Navbar*/
.sticky-top{
  background:#fff;
  position:fixed;
  z-index: 999999;
  box-shadow: 0 0 10px #000000b0;
}
.nav-item > {
background-color: #fdc564;
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
border-radius: 5px;
max-height: 35px;
max-width: auto;
position: relative;
transition: 0.5s;
opacity: 1;
}
.brand-logo {
  height: 70px;
}
.logo-text{
  position: relative;
  padding-top: 5px;
  left:65px;
  bottom: 65px;
 }
 .logo-text-bottom{
   position: relative;
   left: 68px;
   bottom: 80px;
  }
  .logo-text-footer{
    position: relative;
    left:70px;
    bottom: 80px;
  }
 
 .navbar-brand{
   padding-left:0px;
   padding-right: 50px;
   height: 80px;
   line-height: 75px;
 }

 @media (max-width: 992px) {
    
  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -45%;
    transition: all 0.2s ease;
}

.navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: auto;
    width: 45%;
    transition: left 0.35s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
 }
  }
 /* DropDown */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:15px;
  padding:7px;
}
.dashed-dropdown{
  border: 2px dashed #feb9cd;
  border-radius: 15px;
  padding: auto;
}
.dropdown-content a {
  float: none;
  color: #2d4073;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  
}

.dropdown-content a:hover {
  background-color:transparent;
  color: #fdc564;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* MAIN CSS */
.primary-nav > li > a {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  vertical-align: middle;
  padding: 0 25px !important;
  align-items: center;
  color: inherit;
  opacity: 1;
  font-size: 16px;
}



/* EDUCATION PROGRAM */
.education_program {
  padding-bottom: 6rem;
}
.education__program--card--outer {
  border-radius: 25px;
}

.education__matter--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.education__matter--content p {
  line-height: 32px;
  margin-top: 40px;
  color: #70747f;
}
/* EDUCATION PROGRAM */
.shadow-card-lg,.shadow-lighter-grey{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.shadow-card-lg{--tw-shadow:0 1px 20px 0 rgb(0 0 0/14%)}

.list-disc{list-style-type:disc}
/*Our Team*/
.card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 1cm;
}
.card-img{
  border-radius: 1cm;
}
.card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container-card{
  padding: 10px 16px;
}
/*Gallery*/
.gallery{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 1cm;
}
.gallery:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/*Better Skills*/
.card-better{
  width: auto;
  height: 95%;
  padding: 2rem 2rem;
  background: white;
  display: flex;
  position: relative;
  align-items: center;
  transition: 0.5s ease-in-out;
  border-radius: 1cm;
}
.card-better:hover{
  transform: translateY(20px);
}
.card-better:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}
.card-better:hover:before{
  opacity: 1;
}

.card-better .card-better-body{
  position: relative;
  z-index: 3;
  color: black;
  opacity: 1;
  transform: translateY(30px);
  transition: 0.5s all;
}

.card-better:hover .card-better-body:hover{
  opacity: 1;
  transform: translateY(0px);
}
/* NEWS */
.news__card--img img {
  width: 100%;
  border-radius: 25px;
}
.news-tag {
  border-radius: 5px;
  left: 20px;
  bottom: 20px;
}

/* FOOTER */
.footer-brand-logo {
  height: 70px;
}
.footer-wave {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-wave {
  transform: scaleX(1.5);
}
.copyright-wrapper {
  transform: translateY(-20px);
}
.apost {
  width: 33px;
  height: 50px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  border-bottom-left-radius: 33px;
}

.parent-testimony::after {
  content: '"';
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 28px;
  font-size: 150px;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
  font-family: "Nunito";
}

.slick-navigation .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--color2);
  transition: all 0.5s;
  display: inline-block;
  font: 0px/0px tahoma;
  margin-left: 10px;
}

.slick-navigation .slick-dots li.slick-active button {
  background: black;
}

/* Animations */
.start-1-wrapper {
  text-align: -webkit-right;
  padding-right: 25px;
  padding-top: 25px;
}
.start-1-wrapper img {
  transition: all 0.5s;
  animation: start1 1s linear infinite;
  transform-origin: 50%, 0%, 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.start-2-wrapper {
  text-align: -webkit-right;
  padding-right: 45px;
  padding-top: 25px;
}
.start-3-wrapper {
  text-align: -webkit-right;
  padding-right: 75px;
  padding-top: 25px;
}
.rocket {
  position: absolute;
  bottom: 240px;
  left: 220px;
}
.inner-dashed-border{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.education__program--card--outer .inner-dashed-border:hover{
  animation-play-state: running;
}
@keyframes dashed_border_running{
  100% {
    stroke-dashoffset: -1000;
  }
}


  .education_program {
    padding-bottom: 3rem;
  }
  .education__matter--content {
    position: fixed;
    transform: initial;
    width: initial;
    text-align: center;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-60 {
    font-size: 30px;
  }
  .footer-wave {
    height: 40px;
    position: relative;
  }
  .copyright-wrapper {
    transform: translateY(-7px);
  }

@media(min-width:576px){
  .custom-container,.custom-container-sm{
    max-width:750px;
  }
}
/*course page*/

.lines  {
	margin-top:10px;
}
.lines li {
    color: #12265a;
    display: inline-block;
    position: relative;
    margin: 10px 10px 0 0;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500;
}
.lines li:before {
    content: ".";
    position: absolute;
    font-size: 50px;
    left: 0;
    top: -24%;
    color: #12265a;
    line-height: 0;
}
.banner_button {
  display :flex;
  height: 50px;
  width: 180px;
  position: absolute;
  background: #233767;
  border-radius: 10px;
  outline: none;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.banner_button:hover {
  background: #12265a;
}

.banner_button:active {
  background: #233767;
}

.button__text,
.button__icon{
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  color: white;
  height: 100%;
}
.baner-image{
  display:block !important;
  text-align:center;
}
.baner-image img {
 border-radius: 0 !important;
 width: 100% !important;
 height: auto !important;
 margin:  0 0;
}
.baner-image .drop {
  background: linear-gradient(0deg, black ,#000000b3, #00000000);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 8vh;
}


.banner-kid{
  height: 360px !important;
      float: right;
      object-fit: unset !important;
      position: absolute;
      top: 15%;
      left: 92%;
      width: auto !important;
      border-radius: 0 !important;
  }
   .left-course {
    padding: 25px 10px;
    margin-bottom:0px !important;
}

/*booking*/
.book-free {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.book-free h2{
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;

}
.book-free select {
background-color: #266C6E !important;
  color: #fff !important;
  background: linear-gradient(0deg, #266c6e, #266c6e);
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  margin-bottom: 15px;
}    
.book-free input {
  height: 55px;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  margin-bottom: 15px;
}
/*.book-free .col-md-5 img{*/
/*    box-shadow: 5px 5px 10px #00000045;*/
/*}*/
.book-free .col-md-5 {
  padding-right: 5%;
}
.time-slot ul li {
  display: inline-block;
  width: 24%;
  margin-right: 2px;
}

.time-slot ul li input[type=radio] {
  display: none;
}
.time-slot ul li span {    
  padding: 10px;
  border: 1px solid;
  text-decoration: none;
  font-size: 14px;
  height: 55px;
  color: #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-slot ul li input:checked + label {
  background: #266c6e;
}
.time-slot ul li input:checked + label span{
  color: #fff;
}
.book-free .background-book img {
  position: absolute;
  width: auto;
  box-shadow: none;
}
.book-free .background-book .book1 {
  right: 5%;
  bottom: 10%;
}
.book-free .background-book .book2 {
  right: 5%;
  top: 10%;
}
.book-free .background-book .book3 {
  top: -20%;
  left: -10%;
}
.book-free .background-book .book4 {
  width: 18%;
  bottom: -20%;
  left: -8%;
}

.a-white{
color: white;
}
