section.courseOverview {
  background: #f2f6fe;
  padding-top: 60px;
  padding-bottom: 60px; }
  section.courseOverview h1 {
    text-align: center;
    margin-bottom: 30px; }
  section.courseOverview p.subTitle {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.6; }
  section.courseOverview .overviewCard {
    padding: 0;
    margin-top: 40px; }
    section.courseOverview .overviewCard > .header {
      background: #16B6F1;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom: 2px solid #1b8eb9;
      color: #FFF;
      padding: 16px 20px;
      font-size: 16px;
      font-weight: 600; }
      section.courseOverview .overviewCard > .header .course-header-icon {
        width: 32px;
        height: 32px;
        margin-right: 10px; }
        section.courseOverview .overviewCard > .header .course-header-icon svg {
          width: 32px;
          heigth: 32px; }
    section.courseOverview .overviewCard > .content {
      padding: 20px 40px; }
      section.courseOverview .overviewCard > .content > ul {
        padding: 0;
        list-style: none;
        text-align: left; }
        section.courseOverview .overviewCard > .content > ul > li {
          display: inline-block;
          margin: 6px 0;
          width: calc(33% - 4px);
          vertical-align: top; }
          @media only screen and (max-width: 991px) {
            section.courseOverview .overviewCard > .content > ul > li {
              width: calc(50% - 4px); } }
  @media only screen and (max-width: 991px) and (max-width: 610px) {
    section.courseOverview .overviewCard > .content > ul > li {
      width: 100%; } }

          section.courseOverview .overviewCard > .content > ul > li .domainNr {
            display: inline-block;
            vertical-align: middle;
            background: #fcc000;
            border-radius: 40px;
            text-align: center;
            color: #FFF;
            width: 26px;
            line-height: 26px;
            font-weight: 600; }
          section.courseOverview .overviewCard > .content > ul > li a:hover .title {
            text-decoration: underline; }
          section.courseOverview .overviewCard > .content > ul > li .title {
            display: inline-block;
            width: calc(100% - 30px);
            vertical-align: middle;
            padding-left: 12px; }
  section.courseOverview a.allSubjects {
    display: block;
    margin-top: 30px;
    color: #16B6F1;
    text-align: center;
    font-size: 16px; }
    section.courseOverview a.allSubjects:hover {
      text-decoration: underline; }

/*# sourceMappingURL=Visitor_courseOverview.css.map */

.pt-footer-block {
  width: 100% !important;
  background: #565656; }
  .pt-footer-block .footer-block-container {
    margin-left: auto;
    margin-right: auto; }
    .pt-footer-block .footer-block-container section.footer {
      background: #565656;
      padding: 20px 0;
      color: #FFF;
      margin: 0; }
      .pt-footer-block .footer-block-container section.footer .logo {
        margin-top: 30px; }
      .pt-footer-block .footer-block-container section.footer .logo-text-border-class {
        background-position: 0px -117px;
        width: 209px;
        height: 43px; }
      .pt-footer-block .footer-block-container section.footer h3 {
        font-size: 30px;
        font-weight: 100; }
      .pt-footer-block .footer-block-container section.footer h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 14px; }
      .pt-footer-block .footer-block-container section.footer .linkList {
        list-style: none;
        padding: 0;
        margin-bottom: 50px; }
        @media only screen and (max-width: 1199px) and (min-width: 768px) {
          .pt-footer-block .footer-block-container section.footer .linkList {
            height: 300px; } }
        .pt-footer-block .footer-block-container section.footer .linkList li {
          font-size: 15px;
          font-weight: 400;
          margin: 4px 0;
          color: #FFF; }
          .pt-footer-block .footer-block-container section.footer .linkList li a:hover {
            text-decoration: underline; }
      .pt-footer-block .footer-block-container section.footer iframe {
        display: block !important; }
      .pt-footer-block .footer-block-container section.footer .iframe {
        border: 1px solid #FFF;
        margin: 2px;
        background: #f1f1f1;
        padding: 2px;
        display: inline-block; }
      .pt-footer-block .footer-block-container section.footer .socials {
        text-align: center;
        margin-bottom: 30px; }
        .pt-footer-block .footer-block-container section.footer .socials .icon {
          margin: 0 10px; }
      .pt-footer-block .footer-block-container section.footer .closingBrand {
        font-size: 14px;
        text-align: center;
        display: block;
        font-weight: 400; }

/*# sourceMappingURL=Visitor_footer.css.map */

.navHeight {
  height: 66px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -4; }
  .navHeight.fixed {
    position: relative; }

nav.topNav {
  height: 86px;
  line-height: 86px;
  z-index: 100;
  position: relative;
  background: #16B6F1;
  box-shadow: none;
  border-bottom: none; }
  @media only screen and (max-width: 768px) {
    nav.topNav {
      height: 56px;
      line-height: 56px; } }
  nav.topNav.fixed {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  nav.topNav .logoHolder {
    display: inline-block; }
    nav.topNav .logoHolder .logo {
      vertical-align: middle;
      display: inline-block; }
      nav.topNav .logoHolder .logo svg {
        height: 36px; }
      nav.topNav .logoHolder .logo .large {
        display: block; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  nav.topNav .logoHolder .logo .large {
    display: none; } }
@media only screen and (max-width: 991px) and (max-width: 340px) {
  nav.topNav .logoHolder .logo .large {
    display: none; } }

      nav.topNav .logoHolder .logo .small {
        display: none; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  nav.topNav .logoHolder .logo .small {
    display: block; } }
@media only screen and (max-width: 991px) and (max-width: 340px) {
  nav.topNav .logoHolder .logo .small {
    display: block; } }

  nav.topNav .menuHolder {
    display: block;
    position: relative; }
    nav.topNav .menuHolder.topMenu {
      float: right; }
      @media only screen and (max-width: 767px) {
        nav.topNav .menuHolder.topMenu {
          display: none; } }
    nav.topNav .menuHolder ul.menu {
      list-style: none;
      display: inline-block;
      margin: 0;
      z-index: 15;
      position: relative;
      cursor: default; }
      nav.topNav .menuHolder ul.menu.topMenu {
        color: #fff;
        padding-left: 0;
        line-height: 1.375; }
      nav.topNav .menuHolder ul.menu > li {
        display: inline-block;
        margin: 0 10px;
        position: relative;
        border-radius: 4px;
        vertical-align: middle; }
        @media only screen and (max-width: 1199px) {
          nav.topNav .menuHolder ul.menu > li {
            margin: 0 2px; } }
        nav.topNav .menuHolder ul.menu > li.active {
          text-decoration: underline; }
        nav.topNav .menuHolder ul.menu > li div.menuButton {
          font-size: 14px;
          font-weight: 800;
          line-height: 33px;
          padding: 0 12px; }
        nav.topNav .menuHolder ul.menu > li.dropDown {
          cursor: pointer; }
          nav.topNav .menuHolder ul.menu > li.dropDown:hover .text {
            text-decoration: underline; }
        nav.topNav .menuHolder ul.menu > li > a:hover {
          text-decoration: underline; }
        nav.topNav .menuHolder ul.menu > li .button {
          border-radius: 0px;
          padding: 10px 10px 8px 17px; }
          nav.topNav .menuHolder ul.menu > li .button .text {
            font-weight: 800; }
  nav.topNav .hamburgerMenuHolder {
    display: block;
    float: right; }
    @media only screen and (min-width: 768px) {
      nav.topNav .hamburgerMenuHolder {
        display: none; } }
    nav.topNav .hamburgerMenuHolder .hamburgerButton {
      display: inline-block;
      cursor: pointer; }
      nav.topNav .hamburgerMenuHolder .hamburgerButton .img {
        display: inline-block;
        vertical-align: middle; }
        nav.topNav .hamburgerMenuHolder .hamburgerButton .img svg {
          height: 26px;
          width: 26px;
          background: none; }
      nav.topNav .hamburgerMenuHolder .hamburgerButton .text {
        color: #fff;
        font-size: 22px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 2px;
        vertical-align: middle;
        display: inline-block;
        font-weight: 600; }
  nav.topNav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #16B6F1;
    border-bottom: 2px solid #4093C1;
    line-height: 66px;
    height: 66px;
    color: #FFF; }

/*# sourceMappingURL=Visitor_navbar.css.map */

.visitorSideMenu {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 2px 0 4px 0 #c4c4c4;
  display: none;
  right: -50px;
  margin: 0 0 0 -50px;
  padding-left: 30px;
  padding-right: 80px;
  padding-top: 30px;
  position: fixed;
  top: 66px;
  width: 400px;
  z-index: 98;
  font-weight: 600;
  color: #555;
  border-top-left-radius: 4px; }
  .visitorSideMenu .closeIconHolder {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 20px;
    text-align: center; }
    .visitorSideMenu .closeIconHolder .closeIcon {
      display: block;
      width: 14px;
      height: 14px; }
  .visitorSideMenu .top {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0; }
    .visitorSideMenu .top svg {
      height: 24px; }
    .visitorSideMenu .top .title {
      display: inline-block;
      vertical-align: middle; }
  .visitorSideMenu .seperator {
    height: 1px;
    width: 100%;
    background: #E0E0E0; }
  .visitorSideMenu a .sideMenuItem {
    display: block;
    padding: 14px 0;
    margin: 8px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 4px; }
  .visitorSideMenu a:hover .sideMenuItem {
    background: #D1F1FD; }

/*# sourceMappingURL=Visitor_sideMenu.css.map */

section.subNavigation {
  background: #FFF;
  margin: 0; }
  section.subNavigation .heading {
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    text-decoration: underline; }
  section.subNavigation .triangel-sub-navigation {
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 25px solid #FFF;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(180deg); }
  section.subNavigation ul {
    padding: 0;
    list-style: none;
    text-align: center; }
    section.subNavigation ul.size-4 > li {
      width: calc(25% - 4px); }
      @media only screen and (max-width: 660px) {
        section.subNavigation ul.size-4 > li {
          height: 140px; }
          section.subNavigation ul.size-4 > li .iconHolder {
            height: 90px;
            text-align: center; }
            section.subNavigation ul.size-4 > li .iconHolder .sub-navigation-svg {
              width: 85px;
              height: 85px; } }
      @media only screen and (max-width: 540px) {
        section.subNavigation ul.size-4 > li {
          height: 80px; }
          section.subNavigation ul.size-4 > li .iconHolder {
            height: 46px;
            text-align: center; }
            section.subNavigation ul.size-4 > li .iconHolder .sub-navigation-svg {
              width: 45px;
              height: 45px; }
              section.subNavigation ul.size-4 > li .iconHolder .sub-navigation-svg svg {
                width: 45px;
                height: 45px; }
          section.subNavigation ul.size-4 > li .title {
            font-size: 13px; } }
    section.subNavigation ul.size-5 > li {
      width: calc(20% - 4px); }
      @media only screen and (max-width: 540px) {
        section.subNavigation ul.size-5 > li {
          width: calc(50% - 4px);
          height: unset; }
          section.subNavigation ul.size-5 > li .arrowDown {
            display: none !important; } }
    section.subNavigation ul.size-6 > li {
      width: calc(16.66% - 4px); }
      @media only screen and (max-width: 991.9px) {
        section.subNavigation ul.size-6 > li {
          width: calc(33.33% - 4px);
          height: unset; }
          section.subNavigation ul.size-6 > li .arrowDown {
            display: none !important; } }
    section.subNavigation ul > li {
      display: inline-block;
      position: relative;
      margin: 40px 0 0;
      padding: 0 8px;
      vertical-align: top;
      height: 230px; }
      section.subNavigation ul > li .arrowDown {
        display: none; }
      section.subNavigation ul > li.active .title {
        text-decoration: underline; }
      section.subNavigation ul > li.active .arrowDown {
        display: block; }
      section.subNavigation ul > li .course {
        cursor: pointer; }
        section.subNavigation ul > li .course:hover .title {
          text-decoration: underline; }
      section.subNavigation ul > li .iconHolder {
        display: block;
        height: 130px; }
        section.subNavigation ul > li .iconHolder .sub-navigation-svg {
          width: 125px;
          height: 125px; }
          @media only screen and (max-width: 450px) {
            section.subNavigation ul > li .iconHolder .sub-navigation-svg {
              width: 105px;
              height: 105px; } }
          section.subNavigation ul > li .iconHolder .sub-navigation-svg.active {
            background: #16B6F1; }
        section.subNavigation ul > li .iconHolder img {
          max-width: 100%; }
      section.subNavigation ul > li .title {
        display: block;
        font-weight: 600;
        margin-top: 10px;
        height: 40px; }
      section.subNavigation ul > li .arrowDown {
        position: absolute;
        bottom: -39px;
        left: calc(50% - 33px); }

/*# sourceMappingURL=Visitor_subNavigation.css.map */

.pt-visitor-testimonialSlider .header {
  display: flex;
  margin-top: 50px; }
  @media only screen and (max-width: 576px) {
    .pt-visitor-testimonialSlider .header {
      flex-direction: column; } }
  .pt-visitor-testimonialSlider .header h2 {
    font-size: 24px; }
  .pt-visitor-testimonialSlider .header .parentsView {
    width: 50%; }
    @media only screen and (max-width: 576px) {
      .pt-visitor-testimonialSlider .header .parentsView {
        width: 100%; } }
    .pt-visitor-testimonialSlider .header .parentsView .description {
      margin-top: 5px; }
  .pt-visitor-testimonialSlider .header .stats {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media only screen and (max-width: 576px) {
      .pt-visitor-testimonialSlider .header .stats {
        width: 100%; } }
    .pt-visitor-testimonialSlider .header .stats .blueText {
      color: #16B6F1;
      font-size: 20px;
      font-weight: 900; }
.pt-visitor-testimonialSlider .testimonials-holder {
  display: flex;
  flex-direction: column; }
  .pt-visitor-testimonialSlider .testimonials-holder.full-slide .slider .click-arrow {
    opacity: 0;
    cursor: default; }
  .pt-visitor-testimonialSlider .testimonials-holder.full-slide .slider .middle-chapters {
    border-right: none; }
    .pt-visitor-testimonialSlider .testimonials-holder.full-slide .slider .middle-chapters .chapters-bar .chapter {
      width: 100%; }
  .pt-visitor-testimonialSlider .testimonials-holder .slider {
    display: flex;
    position: relative;
    padding: 0 10px;
    z-index: 2;
    margin-top: 20px; }
    .pt-visitor-testimonialSlider .testimonials-holder .slider .svg-icon {
      width: 20px;
      height: 20px;
      color: #FFF;
      background: #84D521;
      padding: 4px;
      border-radius: 4px; }
    .pt-visitor-testimonialSlider .testimonials-holder .slider .click-arrow {
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative;
      top: calc(50% - 22px); }
      .pt-visitor-testimonialSlider .testimonials-holder .slider .click-arrow.left-arrow {
        position: absolute;
        z-index: 5;
        left: 0px; }
        .pt-visitor-testimonialSlider .testimonials-holder .slider .click-arrow.left-arrow .svg-icon {
          transform: rotate(180deg); }
      .pt-visitor-testimonialSlider .testimonials-holder .slider .click-arrow.right-arrow {
        position: absolute;
        z-index: 5;
        right: 0px; }
      .pt-visitor-testimonialSlider .testimonials-holder .slider .click-arrow:hover .svg-icon {
        color: #77b41a; }
    .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters {
      display: block;
      overflow: hidden;
      position: relative; }
      .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar {
        display: flex;
        gap: 22px;
        transition: transform 1s ease; }
        .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
          text-align: justify;
          margin-left: 0px;
          cursor: pointer;
          min-width: 360px;
          min-height: 130px;
          display: flex;
          flex-direction: column; }
          @media only screen and (max-width: 768px) {
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
              min-width: 293px; } }
          @media only screen and (max-width: 576px) {
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
              min-width: 215px; } }
          @media only screen and (min-width: 768px) {
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
              min-width: 282px; } }
          @media only screen and (min-width: 992px) {
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
              min-width: 238px; } }
          @media only screen and (min-width: 1200px) {
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter {
              min-width: 294px; } }
          .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter .shortDescriptionBox {
            background: #16B6F1;
            color: #FFF;
            border-radius: 8px;
            padding: 25px;
            flex: 1;
            position: relative; }
            .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter .shortDescriptionBox .arrowDown {
              border-left: 15px solid transparent;
              border-right: 15px solid transparent;
              border-bottom: 15px solid #16B6F1;
              margin-left: auto;
              margin-right: auto;
              transform: rotate(180deg);
              position: absolute;
              left: 5px;
              bottom: -8px; }
          .pt-visitor-testimonialSlider .testimonials-holder .slider .middle-chapters .chapters-bar .chapter .slideLable {
            margin-top: 20px;
            font-weight: 600; }
  .pt-visitor-testimonialSlider .testimonials-holder .chapter-title {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 100px; }

/*# sourceMappingURL=Visitor_testimonialSlider.css.map */

body .orangeBottom {
  border-bottom: 3px solid #FFB037; }
body .blueBottom {
  border-bottom: 3px solid #16B6F1; }
body .whiteBottom {
  border-bottom: 3px solid #FFF; }
body h1, body h2 {
  word-wrap: break-word; }
body h2 {
  font-weight: 300;
  font-size: 22px; }
body main {
  overflow: hidden; }
body .over-bg-section {
  position: relative;
  z-index: 5; }
body section {
  margin-top: 100px; }
  body section:first-of-type {
    margin-top: 100px; }
  body section h2 {
    font-size: 30px;
    font-weight: 700; }
    body section h2 b {
      font-weight: 900; }
  body section .subtitle {
    text-align: center;
    margin-top: 15px;
    font-size: 16px; }
    body section .subtitle .readMore {
      display: inline-block;
      text-align: right;
      margin-top: 10px;
      width: 100%; }
      body section .subtitle .readMore a {
        color: #16B6F1; }
        body section .subtitle .readMore a:hover {
          text-decoration: underline; }
  body section.center {
    text-align: center; }
  body section.white h2, body section.white p.subtitle {
    color: #FFF; }
  body section.grey-bg {
    margin-top: 60px;
    background: #F2F6FE;
    padding: 60px 0; }
  body section.text-image h3 {
    font-weight: 800;
    font-size: 18px; }
  body section.text-image .text-image-row {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    row-gap: 10px;
    align-items: center; }
    body section.text-image .text-image-row:not(:first-of-type) {
      margin-top: 80px; }
    body section.text-image .text-image-row .image-holder {
      width: 40%;
      display: flex;
      justify-content: center; }
      body section.text-image .text-image-row .image-holder img, body section.text-image .text-image-row .image-holder svg {
        max-width: 100%;
        border-radius: 12px;
        max-height: 170px;
        width: 100%; }
    body section.text-image .text-image-row .text-holder {
      width: 60%; }
    body section.text-image .text-image-row.text-right {
      text-align: left; }
    @media only screen and (max-width: 991px) {
      body section.text-image .text-image-row.text-right {
        flex-direction: column-reverse; }
      body section.text-image .text-image-row.text-left {
        flex-direction: column; }
      body section.text-image .text-image-row .image-holder {
        width: 100%; }
      body section.text-image .text-image-row .text-holder {
        width: 100%; } }
@media only screen and (max-width: 991px) {
  body section:first-of-type {
    margin-top: 60px; } }

body.grey {
  background: #E9E9E9; }
  body.grey main {
    background: none; }
  body.grey:not(.noBottom) .pt-footer-block {
    overflow: unset;
    margin-top: 260px; }
    body.grey:not(.noBottom) .pt-footer-block::before {
      content: url(/assets/Slimleren/svg/bg-bottom.svg);
      top: -302px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: -3; }
    @media only screen and (max-width: 875px) {
      body.grey:not(.noBottom) .pt-footer-block {
        margin-top: 100px; }
        body.grey:not(.noBottom) .pt-footer-block::before {
          transform: scale(0.5) translateX(-160px);
          top: -247px; } }
    @media only screen and (max-width: 660px) {
      body.grey:not(.noBottom) .pt-footer-block {
        margin-top: 100px; }
        body.grey:not(.noBottom) .pt-footer-block::before {
          transform: scale(0.4) translateX(-440px);
          top: -235px; } }
    @media only screen and (max-width: 480px) {
      body.grey:not(.noBottom) .pt-footer-block::before {
        transform: scale(0.4) translateX(-700px); } }
    body.grey:not(.noBottom) .pt-footer-block .footer-block-container {
      margin-left: auto;
      margin-right: auto;
      z-index: 10;
      position: relative;
      margin-top: -370px; }
  body.grey::before {
    content: url(/assets/Slimleren/svg/bg-left.svg);
    position: fixed;
    left: 0;
    top: 180px;
    z-index: -4; }
    @media only screen and (max-width: 1215px) {
      body.grey::before {
        left: -50px; } }
  @media only screen and (max-width: 1215px) and (max-width: 1140px) {
    body.grey::before {
      left: -170px; } }

  @media only screen and (max-width: 1215px) and (max-width: 1140px) and (max-width: 500px) {
    body.grey::before {
      left: -200px; } }

  body.grey::after {
    content: url(/assets/Slimleren/svg/bg-right.svg);
    position: fixed;
    right: 0;
    top: 180px;
    z-index: -4; }
    @media only screen and (max-width: 500px) {
      body.grey::after {
        right: -100px; } }

/*# sourceMappingURL=Visitor_visitor.css.map */
