html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }
.pal-styled{
  margin:30px 0px;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.pal-styled table{
  width:250px;
  margin-bottom:15px;
}
.pal-styled input{
  border:none;
}
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 16px;
  color: #323232;
  background-repeat: no-repeat;
  position: relative; }
  body.fixed {
    overflow: hidden; }

*:focus {
  outline: none; }

*[padding="no"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }

h1, h2, h3 {
  line-height: 1.2; }

.container, .lg-container, .sm-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container, .lg-container {
  width: 100%; }

.sm-container {
  max-width: 768px; }

a.button {
  display: inline-flex;
  height: 44px;
  padding-right: 80px;
  padding-left: 80px;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  border: 1px solid #dddddd;
  border-radius: 3px; }
  @media (min-width: 768px) {
    a.button {
      padding-right: 40px;
      padding-left: 40px; } }

img[responsive="true"] {
  display: block;
  max-width: 100%;
  height: auto; }

fieldset {
  margin-bottom: 30px;
  position: relative; }
  fieldset.align-right {
    display: flex;
    justify-content: flex-end; }
  fieldset label {
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: bold;
    color: red;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  fieldset input, fieldset textarea, fieldset select {
    width: 100%;
    font-size: 14px;
    font-family: "Roboto", sans-serif !important; }
  fieldset.choose {
    height: 60px;
    border: 1px solid #c8c8c8; }

input, textarea, select {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #c8c8c8;
  color: #323232; }

input, select {
  height: 60px; }

input[name=cv] {
  display: none; }

@media (min-width: 768px) {
  .half-size {
    width: 50%; } }

.styled-select {
  background: url(../images/select-arrow.png) no-repeat 96% 50%;
  height: 60px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #c8c8c8; }
  .styled-select.half-size {
    width: 50%; }
  .styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 100%;
    padding: 0px 20px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }

.resume {
  display: flex;
  justify-content: space-between; }

.up-cv {
  width: 222px;
  height: 60px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center; }

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 150px;
  resize: 1px solid #c8c8c8; }

.mfp-figure figure {
  background-color: #ffffff; }

.send-button {
  width: 200px;
  height: 60px;
  color: #ffffff;
  margin-left: auto;
  cursor: pointer;
  border-radius: 0;
  background-color: #000f4b;
  font-size: 1.125em; }

*::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323232;
  opacity: 1;
  /* Firefox */ }

*:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323232;
  opacity: 1;
  /* Firefox */ }

*::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323232;
  opacity: 1;
  /* Firefox */ }

*::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323232;
  opacity: 1;
  /* Firefox */ }

*:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #323232; }

*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #323232; }

.radio-gruop {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px; }
  .radio-gruop div {
    height: 100%; }
@media (max-width: 544px){
  .radio-gruop .cont-group{
    display: flex;
    flex-direction: column;
  }
  .radio-gruop .cont-group label{
    top:21%;
  }
  .radio-gruop span{width:50%;}
}
input[type=radio]:not(old) {
  width: 2em;
  height: 0px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0; }

input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 30px;
  color: #323232;
  position: relative !important;
  font-weight: 400; }

input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 1px solid #c8c8c8;
  background: white;
  vertical-align: bottom; }

input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  border-radius: 0.125em;
  background: #002076; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.header {
  height: 120px;
  position: relative;
  background: url(../images/header-bg.jpg) no-repeat center center/100% 100%;
  padding-top: 15px; }
  .header .container {
    display: flex;
    justify-content: space-between; }
  .header nav {
    margin-top: 45px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .header nav {
        display: none; } }
    .header nav > ul {
      height: 60px;
      display: flex;
      justify-content: space-between; }
      .header nav > ul > li {
        display: flex;
        position: relative; }
        .header nav > ul > li > a {
          color: #fff;
          display: flex;
          align-items: center;
          transition: all .2s linear;
          -webkit-transition: all .2s linear; }
          @media (min-width: 1170px) {
            .header nav > ul > li > a {
              padding: 0px 15px; } }
          @media (min-width: 991px) {
            .header nav > ul > li > a {
              padding: 0px 22px; } }
        .header nav > ul > li > ul.sub-nav {
          width: 235px;
          background: rgba(0, 27, 107, 0.8);
          position: absolute;
          top: 60px;
          left: 0px;
          max-height: 0px;
          overflow: hidden;
          z-index: 99;
          transition: all .2s linear;
          -webkit-transition: all .2s linear; }
          .header nav > ul > li > ul.sub-nav li a {
            color: #fff;
            display: flex;
            height: 45px;
            align-items: center;
            padding: 0px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            transition: all .2s linear;
            -webkit-transition: all .2s linear; }
            .header nav > ul > li > ul.sub-nav li a:hover {
              background: #001b6b;
              transition: all .2s linear;
              -webkit-transition: all .2s linear; }
        .header nav > ul > li.active {
          background: #fff; }
          .header nav > ul > li.active a {
            color: #233368;
            transition: all .2s linear;
            -webkit-transition: all .2s linear; }
        .header nav > ul > li:hover ul.sub-nav {
          max-height: 500px;
          transition: all .2s linear;
          -webkit-transition: all .2s linear; }
    .header nav > span.track-line {
      content: '';
      height: 3px;
      width: 0px;
      left: 0px;
      background: #fff;
      position: absolute;
      transition: all .2s linear;
      -webkit-transition: all .2s linear; }
  .header__switch {
    width: 35px;
    height: 30px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .header__switch {
        display: none; } }
    .header__switch .header-switch-rule {
      width: 35px;
      height: 2px;
      background-color: #fff;
      margin: 6px auto; }
  .header__logo {
    position: relative;
    z-index: 9; }
    @media (max-width: 768px) {
      .header__logo {
        margin-top: 25px; } }
    @media (max-width: 768px) {
      .header__logo figure img {
        width: 108px;
        height: 145px; } }

.banner {
  width: 100%;
  display: flex;
  position:relative;
  height: 400px; }
.banner .slick-list{
  width:100%;
  height:100%;
}
.banner .slick-list .slick-track{
  height:100%;
}
  @media (min-width: 991px) {
    .banner {
      height: 550px; } }
  @media (min-width: 768px) {
    .banner {
      height: 500px; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .banner {
      height: 450px; } }
  .banner__slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    display:flex !important;
    justify-content: center;
    align-items: center; }
    .banner__slide b {
      position: relative;
      z-index: 3;
      font-size: 40px;
      color: #fff; }
  .banner.sub-banner {
    position: relative;
    height: 250px;
    margin-bottom: 60px; }
    @media (min-width: 991px) {
      .banner.sub-banner {
        height: 350px;
        margin-bottom: 75px; } }
    @media (min-width: 768px) {
      .banner.sub-banner {
        height: 300px;
        margin-bottom: 70px; } }
    /*.banner.sub-banner .banner__slide:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2; }*/
  @media (max-width: 768px) {
    .banner.wide {
      display: none; } }
  @media (min-width: 768px) {
    .banner.narrow {
      display: none; } }

.site-title {
  font-weight: 900;
  display: flex;
  color: #323232; }
  .site-title--small {
    font-size: 25px; }
  .site-title--med {
    font-size: 30px; }
  .site-title--big {
    font-size: 40px; }
  .site-title--bordered {
    border-bottom: 1px solid #c8c8c8; }
  .site-title--centered {
    justify-content: center;
    text-align:center; }
  .site-title--color {
    color: #ffffff; }
  .site-title--red {
    color: #cc151f; }

.link-more {
  font-weight: 900;
  font-size: 18px;
  color: #cc151f;
  display: flex;
  align-items: center; }
  .link-more:after {
    content: '';
    width: 13px;
    height: 20px;
    margin-left: 15px;
    background: url(../images/red-arrow.svg) no-repeat center center/cover; }

.learn-more-wrp {
  width: 100%;
  display: flex;
  justify-content: center; }

.learn-more-link {
  background: #ffffff;
  color: #cc151f;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px; }

@media (min-width: 991px) {
  .founder-section__founder {
    padding: 70px 0px; } }

@media (min-width: 768px) {
  .founder-section__founder {
    padding: 50px 0px; } }

@media (max-width: 768px) {
  .founder-section__founder {
    padding: 50px 0px;
    justify-content: center; } }

.founder-section__founder .founder-content {
  padding: 20px 0px; }
  @media (max-width: 768px) {
    .founder-section__founder .founder-content {
      text-align: center; } }

.founder-section__founder .founder-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .founder-section__founder .founder-wrp {
      align-items: center; } }

@media (max-width: 768px) {
  .founder-section__founder .founder-image {
    display: none; } }

.course-section {
  background: url(../images/tipografi-background.png) no-repeat center center #eeeeee/cover; }
  .course-section h1 {
    background: #c8c8c8;
    padding: 10px 0px; }
  .course-section .learn-more-link {
    margin-bottom: 50px;
    width: 50%; }
  .course-section__courses {
    padding: 50px 0px; }
  .course-section__items {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    transition: all 200ms linear;
    height: 350px; }
    .course-section__items figure {
      width: 164px;
      height: 164px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-radius: 50%; }
    .course-section__items b {
      height: 50px;
      font-size: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: all 200ms linear; }
      .course-section__items b:after {
        content: '';
        width: 50px;
        height: 0px;
        background: url(../images/point-arrow.svg) no-repeat center center;
        transition: all 200ms linear; }
    .course-section__items:hover {
      background-color: #cc151f; }
      .course-section__items:hover b {
        color: #ffffff;
        justify-content: space-between;
        height: 110px; }
        .course-section__items:hover b:after {
          height: 50px; }

.phrase-section {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom:50px;
  background: url(../images/phrase-background.jpg) no-repeat center center/cover; }
  @media (min-width:768px){
    .phrase-section{
      height: 400px;
    }
  }
  .phrase-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6); }
  .phrase-section .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1; }
    .phrase-section .container b {
      font-weight: 900;
      color: #ffffff;
      margin-bottom: 30px; }
    .phrase-section .container p {
      color: #ffffff;
      font-size: 18px;
      width: 65%;
      text-align: center;
      margin-top: 20px; }

.whatson-section {
  padding: 70px 0px; }
  .whatson-section h2 {
    margin-bottom: 23px;
    justify-content: space-between; }
    .whatson-section h2:after {
      content: '';
      width: 9px;
      height: 15px;
      margin-top: 9px;
      background: url(../images/arrow-dark.svg) no-repeat center center;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  @media (max-width: 768px) {
    .whatson-section__list .hide-xs {
      display: none; } }
  @media (max-width: 991px) {
    .whatson-section__list .hide-sm {
      display: none; } }
  .whatson-section__items {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .whatson-section__items figure {
      width: 100%;
      padding-bottom: 75%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
      margin-bottom: 30px; }
      .whatson-section__items figure figcaption {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        text-align: center;
        padding: 6px 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 2; }
      .whatson-section__items figure .zoom-icon {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #cc151f;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        transition: all .2s linear;
        -webkit-transition: all .2s linear; }
        .whatson-section__items figure .zoom-icon img {
          width: 30px;
          height: 37px;
          transition: all .2s linear;
          -webkit-transition: all .2s linear; }
    .whatson-section__items .item-content {
      width: 100%;
      height: 130px;
      border-left: 5px solid #cc151f;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .whatson-section__items .item-content b {
        font-weight: 900;
        font-size: 18px; }
      .whatson-section__items .item-content small {
        color: #cc151f;
        font-size: 14px; }
    .whatson-section__items:hover figure .zoom-icon {
      width: 100%;
      height: 100%;
      background-color: rgba(204, 21, 31, 0.6);
      transition: all .2s linear;
      -webkit-transition: all .2s linear; }
      .whatson-section__items:hover figure .zoom-icon img {
        width: 50px;
        height: 61px;
        transition: all .2s linear;
        -webkit-transition: all .2s linear; }

.faq-section {
  margin-bottom: 100px; }
  .faq-section h2 {
    margin-bottom: 15px;
    justify-content: space-between; }
    .faq-section h2 a {
      font-size: 16px; }
  .faq-section__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .faq-section__item .faq-question {
      display: flex;
      align-content: center;
      width: 100%;
      min-height: 65px;
      padding: 7px 60px 7px 15px;
      margin-bottom: 10px;
      background-color: #eeeeee;
      position: relative; }
      .faq-section__item .faq-question span {
        display: flex;
        align-items: center; }
      .faq-section__item .faq-question:after {
        content: '+';
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 100%;
        font-size: 50px;
        font-weight: 100;
        background-color: #272e7e;
        color: #ffffff; }
    .faq-section__item .faq-answer {
      min-height: 100px;
      padding: 0px 15px 10px 15px;
      border-bottom: 1px solid #c8c8c8; }

.sub-section {
  display: flex;
  margin-bottom: 100px; }
  .sub-section h1 {
    margin-bottom: 30px; }

aside {
  display: none; }
  @media (min-width: 991px) {
    aside {
      display: block; } }
  aside .sidemenu-item {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    transition: all 2ms linear;
    position: relative;
    padding-left: 65px; }
    aside .sidemenu-item:before {
      content: '+';
      width: 50px;
      height: 50px;
      background: #eeeeee;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #cc151f;
      font-size: 40px;
      font-weight: 100;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: all .2s linear;
      -webkit-transition: all .2s linear; }
    aside .sidemenu-item:hover, aside .sidemenu-item.active {
      color: #ffffff;
      background: #cc151f; }
      aside .sidemenu-item:hover:before, aside .sidemenu-item.active:before {
        background: #cc151f;
        color: #ffffff;
        transition: all .2s linear;
        -webkit-transition: all .2s linear; }

.about-page-content {
  position: relative; }

.member {
  margin-bottom: 30px; }

.team-member {
  padding: 20px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  transition: all .2s linear;
  -webkit-transition: all .2s linear; }
  .team-member.active {
    background: #f7f7f7;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-bottom-color: transparent; }
  .team-member figure {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px; }
  .team-member .info {
    display: flex;
    flex-direction: column;
    border-left: 5px solid #cc151f;
    padding-left: 20px; }

.intro {
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 0px 1rem;
  max-height: 0px;
  overflow: hidden;
  transition: all .2s linear;
  -webkit-transition: all .2s linear; }
  .intro > div {
    background: #f7f7f7;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    padding-left: 20px;
    padding-right: 20px; }
  .intro.active {
    max-height: 500px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear; }
    .intro.active > div {
      padding-top: 20px;
      padding-bottom: 20px;
      border-left: 1px solid #c8c8c8;
      border-right: 1px solid #c8c8c8;
      border-bottom: 1px solid #c8c8c8;
      transition: all .2s linear;
      -webkit-transition: all .2s linear; }

.page-content .page-image {
  text-align: center;
  margin: 0px 0px 30px 0px; }
  .page-content .page-image img {
    display: inline; }
    .page-content .page-image.founder {
      float: left !important;
      margin:0px 20px 30px 0px !important;
    }
.events-items .whatson-section__items {
  margin-bottom: 30px; }

.event-section h1 {
  display: flex;
  justify-content: space-between; }
  .event-section h1 a {
    font-size: 16px;
    color: #323232; }

.event-container__title {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex; }

.event-container__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px; }

.event-container__gallery a {
  display: flex;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70%;
  width: 100%;
  margin-bottom: 30px; }
  .event-container__gallery a:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/zoom.svg) no-repeat center center #cc151f;
    background-size: 30px 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear; }
  .event-container__gallery a:hover:after {
    width: 100%;
    padding-bottom: 70%;
    opacity: .6;
    transition: all .2s linear;
    -webkit-transition: all .2s linear; }

.studypage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
.studypage-content.reasons{
  text-align: left;
}
.studypage-content p{
  width:100%;
}
.studypage-content.reasons p{
  margin-bottom:30px;
}
.studypage-content.reasons p b{color:#cc151f;}
  .studypage-content__link {
    margin-top: 70px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .studypage-content__link {
        flex-direction: row; } }
    .studypage-content__link a {
      padding: 30px 0px;
      display: flex;
      align-items: center;
      min-height: 50px; }
      @media (min-width: 991px) {
        .studypage-content__link a {
          padding: 0px 30px; } }
      .studypage-content__link a:nth-child(2) {
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8; }
        @media (min-width: 768px) {
          .studypage-content__link a:nth-child(2) {
            border-left: 1px solid #c8c8c8;
            border-right: 1px solid #c8c8c8; } }

.faqpage-content__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .faqpage-content__item b {
    width: 100%;
    padding: 20px 50px 20px 20px;
    background: #eeeeee;
    position: relative;
    cursor: pointer; }
    .faqpage-content__item b:after {
      content: '+';
      width: 50px;
      height: 100%;
      color: #ffffff;
      background-color: #272e7e;
      position: absolute;
      right: 0px;
      top: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 100;
      font-size: 30px; }
    .faqpage-content__item b.active:after {
      content: '-';
      font-size: 45px; }
  .faqpage-content__item p {
    width: 100%;
    height: 0px;
    padding: 0px 20px;
    font-size: 14px;
    overflow: hidden; }
    .faqpage-content__item p.active {
      border-bottom: 1px solid #c8c8c8;
      padding: 20px;
      height: auto; }

.careerpage-content {
  display: flex;
  flex-direction: column; }
  .careerpage-content p {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px; }
    .careerpage-content p span {
      width: 100%; }
      .careerpage-content p span small {
        color: #cc151f;
        font-size: 20px;
        font-weight: 300;
        margin-right: 20px; }

.contactpage__form form {
  display: flex;
  flex-direction: column; }
  @media (min-width: 991px) {
    .contactpage__form form {
      flex-direction: row;
      justify-content: space-between; } }
  .contactpage__form form ul {
    width: 100%; }
    @media (min-width: 991px) {
      .contactpage__form form ul {
        width: 48%; } }
    .contactpage__form form ul li .field {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
  .contactpage__form form select,.contactpage__form form select option,.contactpage__form form ul li .field span,.contactpage__form form ul li .field select,.contactpage__form form ul li .field select option,.contactpage__form form ul li .radio-gruop span,.contactpage__form form ul li .radio-gruop label{
    font-size:14px !important;
    font-family: "Roboto", sans-serif !important;
  }

footer {
  width: 100%;
  height: 400px;
  padding-top: 45px;
  background: url(../images/footer-bg.jpg) no-repeat center center/cover; }
  footer .footer-content {
    display: flex;
    justify-content: space-between; }
    footer .footer-content__left {
      width: 35%; }
      @media (min-width: 768px) {
        footer .footer-content__left {
          width: 70%; } }
      @media (min-width: 991px) {
        footer .footer-content__left {
          width: 60%; } }
    footer .footer-content__navs {
      width: 100%;
      color: #ffffff;
      font-size: 13px;
      display: flex; }
      @media (min-width: 768px) {
        footer .footer-content__navs {
          justify-content: space-around; } }
      footer .footer-content__navs .nav-links {
        display: flex;
        flex-direction: column; }
        footer .footer-content__navs .nav-links.nav-mainlinks {
          margin-top: -10px; }
        footer .footer-content__navs .nav-links a {
          padding: 10px 0px; }
        footer .footer-content__navs .nav-links b {
          font-size: 14px;
          margin-bottom: 10px; }
        @media (max-width: 768px) {
          footer .footer-content__navs .nav-links.nav-courses {
            display: none; } }
        @media (max-width: 768px) {
          footer .footer-content__navs .nav-links.nav-whatson {
            display: none; } }
    footer .footer-content__right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      footer .footer-content__right .footer-logo {
        margin-bottom: 45px; }
      footer .footer-content__right .foo-social {
        margin-bottom: 45px; }
        footer .footer-content__right .foo-social a {
          padding: 0px 15px; }
          @media (min-width: 768px) {
            footer .footer-content__right .foo-social a {
              padding: 0px 25px; } }
          footer .footer-content__right .foo-social a:nth-child(2) {
            border-right: 1px solid #334d91;
            border-left: 1px solid #334d91; }
          footer .footer-content__right .foo-social a:nth-child(3) {
            padding-right: 0px; }
      footer .footer-content__right .credit {
        color: #334d91; }
.skill-wrp{
  display:flex;
  flex-direction: column;
}
.skill-wrp h2{
  font-size:20px;
  color:#323232;
  margin:30px 0px;
}
.skill-wrp__item{
  display:flex;
  flex-direction:column;
  margin-bottom:15px;
}
.skill-wrp__item span{
  width:100%;
  height:50px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fafafa;
  padding:0px 20px;
  cursor: pointer;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.skill-wrp__item span::after{
  content:'';
  width:15px;
  height:11px;
  background:url(../images/down-gray-arrow.png) no-repeat center center;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.skill-wrp__item span.active{
  background:#323232;
  color:#fff;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.skill-wrp__item span.active::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background:url(../images/down-white-arrow.png) no-repeat center center;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.skill-wrp__item p{
  width:100%;
  max-height:0px;
  font-size:14px;
  padding-left:20px;
  padding-right:20px;
  overflow: hidden;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.skill-wrp__item p.active{
  max-height:600px;
  padding-top:20px;
  padding-bottom:20px;
  transition:all .2s linear;
  -webkit-transition:all .2s linear;
}
.courses-sect .page-text img{
  width:100%;
}
.courses-sect .page-text a{
  text-decoration: underline;
  color:#0421b1;
}
.member-top-container{
  padding:0px !important;
}
.member-top{
  margin-left: auto;
  margin-right: auto;
}
.form-message{
  text-align: center;
  font-size:18px;
  font-weight: 600;
}
.pricingpage__form{
  margin-bottom:40px;
}
.pricingpage__form,.form-pricing,.form-pricing ul,.form-pricing ul li .field{
  width:100%;
  display:flex;
  flex-direction:column;
}
.form-pricing ul li{
  display:flex;
  width:100%;
  margin-bottom:29px;
}
.form-pricing ul li fieldset{
  margin-bottom :0px;
}
.form-pricing ul li span{
  color:#cc151f;
  display:flex;
  width:100%;
  margin-bottom:20px;
}
.form-pricing ul li .radio-gruop{
  width:100%;
  align-items: initial;
  padding:0px;
}
.form-pricing ul li .radio-gruop.differ label{
  height:60px;
  border:1px solid #c8c8c8;
  width:100%;
  cursor:pointer;
}
.form-pricing ul li .radio-gruop.differ input[type=radio]:not(old):checked + label{
  border-color: #cc151f;
  color:#cc151f;
}
.form-pricing ul li input[type=radio]:not(old) {
  width:0px;
  height: 0px;
  margin: 0;
  padding: 0;
  opacity: 0; }

.form-pricing ul li input[type=radio]:not(old) + label {
  width:33%;
  display:flex;
  margin-left:0px;
  align-items:center;
  justify-content: center;
  line-height: 30px;
  color: #323232;
  font-weight: 400; }

.form-pricing ul li input[type=radio]:not(old) + label > span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c8c8c8; }

.form-pricing ul li input[type=radio]:not(old):checked + label > span {
  background: #cc151f; }

.form-pricing ul li.priv{
  display:none;
}
.prc-wrp{
  /*border:1px solid #c8c8c8;*/
  margin-left:0px;
  margin-right:0px;
}
.prc-wrp .prc{
  display:flex;
  align-items:center;
  /*justify-content: space-between;*/
  height:50px;
  border-left:1px solid #90908f;
  border-right:1px solid #90908f;
  border-top:1px solid #90908f;
}
.prc-wrp .prc:last-child{
  border-bottom:1px solid #90908f;
}
.prc-wrp .prc span{
  height:100%;
  display:flex;
  align-items: center;
}
.prc-wrp .prc span.firstspn{
  width:60%;
  border-right:1px solid #90908f;
}
.prc-wrp .prc span.secondspn{
  width:40%;
  justify-content: center;
}
.form-pricing .send-button{
  margin:auto;
}
.pricingpage_info,.pricingpage_info p{
  width:100%;
  display:flex;
  flex-direction: column;
  margin-top:30px;
}
.pricingpage_info p span{
  color:#cc151f;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #90908f;
}
.calc-result-week,.calc-result-total{
  width:100%;
  height:50px;
  display:flex;
  align-items: center;
  color:#fff;
  display:none;
  padding:0px 15px;
}
.calc-result-week{
  background:#cc151f;
}
.calc-result-total{
  background:#272e7e;
}
.week-res,.total-res{
  margin-left:auto;
}
.kvkk{
  display: none;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-top: 3px solid #1d2c4f;
}
.kvkk span{
  line-height: 1.5em;
  font-size:14px;
}
.kvkk span a{
  font-weight: bold;
  color:#000;
}
.kvkk--button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 130px;
  right: 30px;
  bottom: 10px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background-color: #1d2c4f;
}
.coo-line{
  width:100%;
  display:flex;
  flex-direction:column;
}
.coo-line strong{
  margin:30px 0px 20px 0px; 
}
.coo-line p{
  margin-bottom:20px;
  display: flex;
  flex-direction: column;
}
.coo-line p span{
  display:flex;
  flex-direction: column;
  margin-bottom:10px;
}
.coo-line p span small{
  padding-left:20px;
  font-size:16px;
  margin-top:10px;
}
.subpage-content p{
  text-align:left;
  line-height: 23px !important;
  margin:10px 0px;
}
.app-pdf{
  font-weight:600;
  color:#1d2c4f;
}