/*$menu-back-color: #161823;
$button-back-color: #576266; //
$button-back-darkcolor: #2d2e3b;
$dropdown-color: #1e2c4f;

$ui-blue:#0b72d8;
$ui-green: #8ef021; //dosn't work well with white text!
$ui-purple: #8D4DE8 ;
$ui-pink: #D92361;

$or-gray: #576266;
$or-red: #d2232a;
$or-yellow:#f68b43;
$or-ui-orange: #b65515;
*/
body, html {
  padding: 0;
  margin: 0; }

body {
  direction: rtl;
  text-align: right;
  background: #EFF0F2;
  font-family: 'Assistant', Arial, sans-serif;
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/*
*/
.col-md-8, .col-md-6, .col-md-4, .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

header #top-strip {
  background: #fff;
  direction: ltr;
  text-align: center;
  padding-bottom: 1em; }
  header #top-strip .brand img {
    height: 60px;
    padding: 5px 0; }
  header #top-strip .contact {
    margin-top: -1em;
    direction: rtl;
    text-align: center;
    padding: 5px 0; }
    header #top-strip .contact a {
      display: inline-block;
      position: relative;
      padding-right: 5px;
      padding-top: 5px;
      font-size: 80%;
      color: #000;
      text-decoration: none; }
      header #top-strip .contact a:before {
        content: '';
        position: relative;
        top: 12px;
        display: inline-block;
        width: 35px;
        height: 30px; }
      header #top-strip .contact a:hover, header #top-strip .contact a:focus {
        text-decoration: underline; }
    header #top-strip .contact .phonelink a:before {
      background: url("../img/icon-phone.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }
    header #top-strip .contact .emaillink a:before {
      background: url("../img/icon-email.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }
    header #top-strip .contact .facebooklink a:before {
      background: url("../img/icon-facebook.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }

#hero {
  position: relative;
  text-align: center; }
  #hero .image-container {
    position: relative;
    height: 20vh;
    overflow: hidden; }
    #hero .image-container img {
      width: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  #hero figure {
    padding: 2em 0;
    width: 90%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #hero figure img {
      width: 100%;
      margin-bottom: 2em; }

main {
  list-style-image: url("../img/bullet.png"); }
  main #about-section {
    background: url("../img/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center; }
    main #about-section .image-wrap {
      width: 200px;
      position: relative;
      border: 4px solid #b7bbc4;
      border-radius: 100px;
      overflow: hidden;
      margin: 1em auto 0;
      background: #fff; }
      main #about-section .image-wrap img {
        position: relative;
        top: 10px;
        width: 200px; }
    main #about-section .about-text {
      padding: 1em 2em;
      font-size: 100%;
      position: relative; }
      main #about-section .about-text p {
        text-align: right; }
      main #about-section .about-text button {
        background: #5B800F;
        border-radius: 20px;
        border: none;
        color: #fff;
        font-size: 80%;
        padding: 0.5em 2em;
        outline: none; }
        main #about-section .about-text button:hover, main #about-section .about-text button:focus {
          text-decoration: underline;
          background: #6b9712;
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  main #services {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em 0 2em; }
    main #services h2 {
      color: #255E79;
      text-align: center;
      font-weight: normal;
      font-size: 200%;
      margin: 0.5em auto; }
    main #services .col-md-4 {
      margin-bottom: 1em; }
    main #services .service-wrap {
      width: 90%;
      margin: 0 auto  2em;
      border: 1px solid #255E79;
      background: #fff;
      height: 100%; }
      main #services .service-wrap h3 {
        text-align: center;
        margin-top: 0;
        padding: 1em;
        background: #255E79;
        color: #fff; }
      main #services .service-wrap p {
        font-size: 115%;
        padding: 0 1em; }
  main #the_blue {
    background: #255E79;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em; }
    main #the_blue h2 {
      color: #fff;
      margin-bottom: 0.25em; }
    main #the_blue h3 {
      color: #B5DC55;
      padding: 0 1em;
      margin-bottom: 0.25em; }
    main #the_blue p {
      margin-top: 0;
      color: #fff;
      padding: 0 1em;
      font-size: 115%; }
  main li {
    padding: 0.25em 0; }
  main #the_points {
    margin: 1em auto; }
    main #the_points #what_we_learn {
      font-size: 24px;
      font-weight: bold; }
      main #the_points #what_we_learn h3 {
        text-align: center;
        font-size: 125%;
        color: #255E79;
        margin: 0.5em; }
      main #the_points #what_we_learn ul {
        max-width: 490px;
        text-align: center;
        padding: 0;
        margin: 0 auto; }
      main #the_points #what_we_learn li {
        display: inline-block;
        padding-left: 20px; }
        main #the_points #what_we_learn li:before {
          content: '';
          display: inline-block;
          margin-left: 10px;
          width: 20px;
          height: 20px;
          background: url("../img/bullet.png");
          background-size: contain;
          background-repeat: no-repeat; }
  main #end-slogen h2 {
    margin: 0  auto;
    text-align: center;
    color: #2868A5;
    padding: 2em; }
  main .about {
    margin: 1em auto 0.5em;
    margin-top: 1em; }
    main .about .col-image {
      text-align: center; }
      main .about .col-image img {
        height: 200px;
        margin: 0 auto; }
    main .about .about-text {
      padding-bottom: 1em; }
    main .about h2 {
      display: inline;
      font-size: 100%;
      font-weight: normal; }
  main .read-more .button-wrap {
    text-align: center; }
  main .read-more button {
    background: #5B800F;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 150%;
    padding: 0.5em 3em;
    outline: none; }
    main .read-more button:hover, main .read-more button:focus {
      text-decoration: underline;
      background: #6b9712;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  main .read-more #more-content {
    display: none;
    font-size: 105%; }

footer {
  background: #fff;
  direction: ltr;
  text-align: left; }
  footer .brand {
    text-align: center; }
    footer .brand img {
      height: 60px;
      padding: 5px 0; }
  footer .contact {
    margin-top: -1em;
    direction: rtl;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 1em; }
    footer .contact a {
      display: inline-block;
      position: relative;
      padding-right: 5px;
      padding-top: 5px;
      font-size: 80%;
      color: #000;
      text-decoration: none; }
      footer .contact a:before {
        content: '';
        position: relative;
        top: 12px;
        display: inline-block;
        width: 35px;
        height: 30px; }
      footer .contact a:hover, footer .contact a:focus {
        text-decoration: underline; }
    footer .contact .phonelink a:before {
      background: url("../img/icon-phone.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }
    footer .contact .emaillink a:before {
      background: url("../img/icon-email.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }
    footer .contact .facebooklink a:before {
      background: url("../img/icon-facebook.png");
      background-size: contain;
      background-position-x: right;
      background-repeat: no-repeat; }
  footer:after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    background: #255E79; }

@media (min-width: 576px) {
  #hero .image-container {
    height: 30vh; }
  main #about-section .image-wrap {
    margin-right: 2em;
    float: right; }
  main #about-section .about-text {
    text-align: right;
    padding: 1em 2em;
    font-size: 125%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 250px; }
  main #the_blue h2 {
    padding: 0 3em;
    margin-bottom: 0.25em; }
  main #the_blue p {
    padding: 0 2em; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%; }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  header #top-strip {
    direction: ltr;
    text-align: left;
    padding-bottom: 0; }
    header #top-strip .container {
      max-width: 100%; }
    header #top-strip .brand {
      padding: 5px 0 10px; }
      header #top-strip .brand img {
        height: 80px;
        padding: 0; }
    header #top-strip .contact {
      margin-top: 0;
      direction: rtl;
      text-align: right; }
      header #top-strip .contact a {
        padding-right: 10px;
        padding-top: 10px;
        font-size: 125%; }
        header #top-strip .contact a:before {
          content: '';
          width: 50px;
          height: 41px; }
  #hero .image-container {
    height: 300px; }
  #hero figure img {
    width: 680px; }
  main {
    position: relative; }
    main #services .service-wrap {
      width: 100%; }
    main #the_blue {
      margin: auto 0; }
    main .about .col-image {
      text-align: left; }
    main .about .about-text {
      position: absolute;
      bottom: 0;
      padding-left: 4em; }
    main #course-content {
      position: relative;
      margin-top: -50px;
      z-index: 10; }
    main .read-more {
      text-align: center; }
      main .read-more #more-content {
        width: 80%;
        margin: 1em auto; }
        main .read-more #more-content p {
          text-align: right; }
  footer {
    direction: ltr;
    text-align: left; }
    footer .brand {
      padding: 10px 0 10px; }
      footer .brand img {
        height: 80px; }
    footer .contact {
      margin-top: 0;
      direction: rtl;
      text-align: right;
      margin-bottom: 0; }
      footer .contact a {
        padding-right: 10px;
        padding-top: 10px;
        font-size: 125%; }
        footer .contact a:before {
          content: '';
          width: 50px;
          height: 41px; } }

/*
 @media (min-width: 960px) { 
    @import "breakpoints/960"; 
 }
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  #hero .image-container {
    height: 400px; }
  #hero figure img {
    width: 960px; }
  main #about-section {
    padding-top: 1em;
    padding-bottom: 2em; }
  main #course-content {
    margin-top: -80px; }
  main #the_points #what_we_learn ul {
    max-width: 100%; } }

@media (min-width: 1600px) {
  #hero .image-container {
    height: 500px; }
  #hero figure img {
    width: 1140px; }
  main #course-content {
    position: relative;
    margin-top: -100px;
    z-index: 10; } }
