/* Fonts */
@font-face {
  font-family: 'BalooB';
  src: url("../fonts/BalooPaaji2-Bold.eot");
  src: url("../fonts/BalooPaaji2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooPaaji2-Bold.woff2") format("woff2"), url("../fonts/BalooPaaji2-Bold.woff") format("woff"), url("../fonts/BalooPaaji2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BalooM';
  src: url("../fonts/BalooPaaji2-Medium.eot");
  src: url("../fonts/BalooPaaji2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooPaaji2-Medium.woff2") format("woff2"), url("../fonts/BalooPaaji2-Medium.woff") format("woff"), url("../fonts/BalooPaaji2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BalooEB';
  src: url("../fonts/BalooPaaji2-ExtraBold.eot");
  src: url("../fonts/BalooPaaji2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooPaaji2-ExtraBold.woff2") format("woff2"), url("../fonts/BalooPaaji2-ExtraBold.woff") format("woff"), url("../fonts/BalooPaaji2-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BalooR';
  src: url("../fonts/BalooPaaji2-Regular.eot");
  src: url("../fonts/BalooPaaji2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooPaaji2-Regular.woff2") format("woff2"), url("../fonts/BalooPaaji2-Regular.woff") format("woff"), url("../fonts/BalooPaaji2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BalooSB';
  src: url("../fonts/BalooPaaji2-SemiBold.eot");
  src: url("../fonts/BalooPaaji2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BalooPaaji2-SemiBold.woff2") format("woff2"), url("../fonts/BalooPaaji2-SemiBold.woff") format("woff"), url("../fonts/BalooPaaji2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/* Variables */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px; }

.padding {
  padding: 0 90px; }

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 123px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

article .slide {
  background: #fcd2c1 url(../img/slide.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  article .slide .text h1 {
    font: 50px/50px "BalooB";
    color: #231f20;
    margin: 0; }
  article .slide .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 255px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    background-color: #1d8bcb;
    padding: 0 15px;
    height: 52px;
    margin: 30px 0 0 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
    article .slide .text a i {
      background: url(../img/btn2.png) no-repeat center center;
      background-position: -32px -0px;
      width: 26px;
      height: 26px;
      margin: 0 0 0 14px;
      -webkit-transition: background-position .4s;
      -o-transition: background-position .4s;
      transition: background-position .4s; }
    article .slide .text a span {
      font: 21px/21px "BalooB";
      letter-spacing: 2px;
      color: #fff;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }

article section > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 40px 0; }
  article section > div:first-child span {
    font: 30px/30px "BalooB";
    color: #7f8080;
    background-color: #fff;
    padding: 0 30px; }
  article section > div:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 2px;
    margin-top: -2px;
    background-color: #fff;
    z-index: -1; }

article .courses .courses-list .courses-list-item {
  padding: 30px 30px 20px 30px;
  margin: 0 0 40px 0;
  /* box-shadow: 0 10px 10px rgba(0,0,0,.2); */ }
  article .courses .courses-list .courses-list-item.color1 {
    background-color: #f27179; }
  article .courses .courses-list .courses-list-item.color2 {
    background-color: #7f8080; }
  article .courses .courses-list .courses-list-item.color3 {
    background-color: #3c9cd7; }
  article .courses .courses-list .courses-list-item.color4 {
    background-color: #5bbd72; }
  article .courses .courses-list .courses-list-item.color5 {
    background-color: #009688; }
  article .courses .courses-list .courses-list-item.color6 {
    background-color: #bd60a5; }
  article .courses .courses-list .courses-list-item.color7 {
    background-color: #f68d6f; }
  article .courses .courses-list .courses-list-item.color8 {
    background-color: #42c7c5; }
  article .courses .courses-list .courses-list-item.color9 {
    background-color: #cea684; }
  article .courses .courses-list .courses-list-item > img {
    float: right;
    margin: 0 auto 15px auto; }
  article .courses .courses-list .courses-list-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 240px;
    font: 30px/30px "BalooB";
    color: #fff;
    margin: 0;
    padding: 0 15px; }
  article .courses .courses-list .courses-list-item .btnn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 50px 0 0 0;
    padding: 15px 15px 0 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.5); }
    article .courses .courses-list .courses-list-item .btnn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-decoration: none;
      opacity: .5;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
      article .courses .courses-list .courses-list-item .btnn a i {
        background: url(../img/btn2.png) no-repeat center center;
        background-position: -32px -0px;
        width: 26px;
        height: 26px;
        margin: 0 8px 0 0;
        -webkit-transition: background-position .4s;
        -o-transition: background-position .4s;
        transition: background-position .4s; }
      article .courses .courses-list .courses-list-item .btnn a span {
        font: 21px/21px "BalooB";
        letter-spacing: 2px;
        color: #fff;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s; }
      article .courses .courses-list .courses-list-item .btnn a:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      article .courses .courses-list .courses-list-item .btnn a:hover {
        opacity: 1;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s; }
        article .courses .courses-list .courses-list-item .btnn a:hover i {
          background-position: 0 0;
          -webkit-transition: background-position .4s;
          -o-transition: background-position .4s;
          transition: background-position .4s; }
        article .courses .courses-list .courses-list-item .btnn a:hover span {
          color: #ffdf69;
          -webkit-transition: color .4s;
          -o-transition: color .4s;
          transition: color .4s; }

article .experiences .experiences-list .experiences-list-item {
  margin: 0 0 40px 0; }
  article .experiences .experiences-list .experiences-list-item.color1 {
    background-color: #f27179; }
  article .experiences .experiences-list .experiences-list-item.color2 {
    background-color: #7f8080; }
  article .experiences .experiences-list .experiences-list-item.color3 {
    background-color: #3c9cd7; }
  article .experiences .experiences-list .experiences-list-item iframe {
    width: 100%;
    height: 190px;
    margin: 0 0 20px 0; }
  article .experiences .experiences-list .experiences-list-item .image {
    height: 200px;
    overflow: hidden; }
    article .experiences .experiences-list .experiences-list-item .image img {
      height: 200px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  article .experiences .experiences-list .experiences-list-item .text {
    padding: 20px; }
    article .experiences .experiences-list .experiences-list-item .text p {
      font: 30px/30px "BalooB";
      color: #fff;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 59px; }
    article .experiences .experiences-list .experiences-list-item .text span {
      display: block;
      font: 16px "BalooR";
      color: #fff; }
    article .experiences .experiences-list .experiences-list-item .text a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-decoration: none;
      opacity: .5;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
      article .experiences .experiences-list .experiences-list-item .text a i {
        background: url(../img/btn2.png) no-repeat center center;
        background-position: -32px -0px;
        width: 26px;
        height: 26px;
        margin: 0 8px 0 0;
        -webkit-transition: background-position .4s;
        -o-transition: background-position .4s;
        transition: background-position .4s; }
      article .experiences .experiences-list .experiences-list-item .text a span {
        font: 21px/21px "BalooB";
        letter-spacing: 2px;
        color: #fff;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s; }
      article .experiences .experiences-list .experiences-list-item .text a:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      article .experiences .experiences-list .experiences-list-item .text a:hover {
        opacity: 1;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s; }
        article .experiences .experiences-list .experiences-list-item .text a:hover i {
          background-position: 0 0;
          -webkit-transition: background-position .4s;
          -o-transition: background-position .4s;
          transition: background-position .4s; }
        article .experiences .experiences-list .experiences-list-item .text a:hover span {
          color: #ffdf69;
          -webkit-transition: color .4s;
          -o-transition: color .4s;
          transition: color .4s; }

article .banner .banner-list .banner-item {
  height: 380px;
  background-color: #e8f2f8;
  padding: 40px;
  position: relative; }
  article .banner .banner-list .banner-item p {
    display: block;
    font: 24px/24px "BalooR";
    color: #231f20;
    margin: 0; }
  article .banner .banner-list .banner-item em {
    display: block;
    font: 30px/30px "BalooB";
    color: #231f20;
    font-style: normal; }
  article .banner .banner-list .banner-item a {
    display: inline-block;
    font: 19px "BalooB";
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    margin: 15px 0 0 0; }
  article .banner .banner-list .banner-item img {
    position: absolute;
    right: 0;
    bottom: 0; }
  article .banner .banner-list .banner-item.color1 {
    background: #e8f2f8 url("../img/banner6.png") no-repeat right bottom;
    background-size: contain; }
    article .banner .banner-list .banner-item.color1 a {
      background-color: #edb2b2; }
  article .banner .banner-list .banner-item.color2 {
    background: #e8f2f8 url("../img/banner5.png") no-repeat right bottom;
    background-size: contain; }
    article .banner .banner-list .banner-item.color2 a {
      background-color: #6bcbb4; }
  article .banner .banner-list .banner-item.color3 {
    background: #e8f2f8 url("../img/banner4.png") no-repeat right bottom;
    background-size: contain; }
    article .banner .banner-list .banner-item.color3 a {
      background-color: #86adea; }

article .banner .banner-list:before {
  display: none; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 320px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f8080;
  margin: 45px 0 0 0;
  position: relative; }
  footer .footer-site-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    footer .footer-site-top .footer-site-top-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      footer .footer-site-top .footer-site-top-left p {
        font: 19px/24px "BalooR";
        color: #fff;
        margin: 0; }
    footer .footer-site-top .footer-site-top-right {
      text-align: right; }
      footer .footer-site-top .footer-site-top-right img {
        margin: 0 20px 0 0; }
        footer .footer-site-top .footer-site-top-right img:nth-child(2) {
          margin: 0; }
      footer .footer-site-top .footer-site-top-right p {
        font: 19px/24px "BalooR";
        color: #fff;
        margin: 15px 0 0 0; }
  footer .footer-site-bottom {
    position: absolute;
    bottom: 30px; }
    footer .footer-site-bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      footer .footer-site-bottom ul li a {
        font: 13px "BalooSB";
        color: #c2c2c2;
        text-decoration: none;
        padding: 0 15px 0 0;
        position: relative;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s; }
        footer .footer-site-bottom ul li a:before {
          content: '|';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 5px;
          color: #c2c2c2; }
        footer .footer-site-bottom ul li a:hover {
          color: #ffdf69;
          -webkit-transition: color .4s;
          -o-transition: color .4s;
          transition: color .4s; }
      footer .footer-site-bottom ul li:last-child a:before {
        display: none; }

@media screen and (max-width: 1200px) {
  .padding, .container {
    padding: 0 10px; }
  .row {
    margin-left: -5px;
    margin-right: -5px; }
  div[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  article section > div:first-child span {
    padding: 0 10px; }
  article section > div:first-child span, article .experiences .experiences-list .experiences-list-item .text p {
    font: 30px/30px "BalooB"; }
  /* article .slide .text h1{font:} */
  article .banner .banner-list .banner-item, article .courses .courses-list .courses-list-item, article .experiences .experiences-list .experiences-list-item {
    margin: 0 0 10px 0; }
  footer .footer-site-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 992px) {
  .slide .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  article .slide {
    background: #fcd2c1 !important;
    height: auto;
    padding: 40px; }
  article .slide .text h1 {
    font: 35px/35px "BalooB";
    text-align: center; }
  article .slide .text a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto; } }

@media screen and (max-width: 567px) {
  footer .footer-site-bottom {
    display: none; }
  footer {
    height: auto;
    padding: 10px; }
  footer .footer-site-top .footer-site-top-right img {
    margin: 10px 0 !important; }
  footer .footer-site-bottom {
    position: relative;
    bottom: inherit; }
  footer .footer-site-top .footer-site-top-right {
    text-align: inherit; } }
