@import url(normalize.css);

@import url(foundation.min.css);

@import url(font-awesome.min.css);

@import url(common.css);

@import url(foundation_calendar.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

@import url(usefull.less);

.top-bar-section ul li > a,
a,
article,
aside,
audio,
body,
button,
canvas,
details,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
input,
label,
legend,
main,
nav,
section,
small,
summary,
textarea,
time,
video {
  font-family: "Open Sans", sans-serif;

  font-weight: 400;
}

.error > label > small {
  text-transform: none;
}

.relative {
  position: relative;
}

.orbit-container .orbit-timer {
  display: none;
}

.about__testimonials__more a {
  color: #fff;

  border-bottom: 1px solid;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;

  color: #fff !important;

  background-color: #333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666 !important;

  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #ccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.non-responsive {
  width: 1200px;

  max-width: 1200px;

  min-width: 1200px;

  margin: 0 auto;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;

  max-width: 1200px;

  min-width: 1200px;

  margin: 0 auto;
}

.breadcrumbs {
  border: none;

  background: 0 0;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.breadcrumbs a:hover i,
.breadcrumbs a:not(.current):hover {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1720px;

  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333;
}

.imonline-logo {
  position: absolute;

  bottom: 0;

  right: 0;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;

  text-transform: capitalize;

  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 0;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  padding: 0;

  background-color: #f58220;
}

.site-header__con {
  border-bottom: 10px solid #fff;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 15px;

  left: auto;

  right: 15px;

  margin-top: 0;

  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;

  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;

  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 120px;
}

.innerpage main {
  padding-top: 280px;
}

.page--padding {
  padding-top: 250px;
}

.column,
.columns,
.row--padding {
  padding-left: 12px;

  padding-right: 12px;
}

.row--sm {
  max-width: 800px;
}

.row--lg {
  max-width: 1720px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;

  font-family: "Open Sans", sans-serif;

  font-weight: 600 !important;

  background-color: #a9cf38;

  border-radius: 3px;

  font-size: 14px;
}

.home-active li:first-of-type a {
  font-weight: 800;

  text-decoration: none;
}

ul.title-area {
  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.top-bar {
  height: 110px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.top-bar-section .dropdown li a {
  white-space: normal;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 18px;

  color: #fff;

  background-color: transparent;

  font-weight: 300;

  padding: 0 20px;

  position: relative;

  display: inline-block;
}

.top-bar-section li:not(.has-form) a:not(.button)::after,
ul.center > li.has-dropdown:not(:last-of-type)::after {
  position: absolute;

  top: 50%;

  right: 0;

  content: "";

  width: 6px;

  height: 6px;

  background-color: #fff;

  border-radius: 50%;

  margin-top: -3px;
}

.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

.top-bar-section .has-dropdown > a {
  padding-right: 30px !important;

  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form) > a {
  color: #fff;

  background-color: #f58220;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  padding: 0 30px;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;

  background-color: #fff;
}

.top-bar-section ul.dropdown li a:not(.button) {
  padding: 8px 15px 8px 30px;

  font-size: 17px;

  line-height: 25px;
}

.video-container {
  position: relative;

  padding-bottom: 52.7%;

  height: 0;

  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: table;
}

.video-container::before {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  z-index: 10;
}

.slideshow {
  background-color: #f58220;

  padding-bottom: 100px;

  position: relative;
}

.slideshow .sliderCaption {
  position: absolute;

  bottom: 0;

  left: 0;

  color: #fff;

  padding: 30px 50px;

  background-color: rgba(0, 0, 0, 0.25);

  font-size: 42px;

  font-weight: 400;

  line-height: 50px;
}

.slick-slider {
  margin-bottom: 0;
}

.slideshow .slick-next,
.slideshow .slick-prev {
  display: block;

  content: "";

  background-image: url(../img/arrow_right.png) !important;

  width: 98px;

  height: 228px;

  background-size: contain;

  background-repeat: no-repeat;

  margin: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.slideshow .slick-prev {
  background-image: url(../img/arrow_left.png) !important;
}

.slideshow .slick-next:before,
.slick-prev:before {
  content: "";
}

.clearfix {
  display: block;

  content: "";

  clear: both;
}

.about__testimonials,
.about__text {
  padding: 0;

  min-height: 835px;
}

.about__text {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.about__testimonials {
  background-color: #a9cf38;

  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;

  flex-direction: column;
}

.testimonials {
  background-color: #a9cf38;

  padding: 100px 12px;

  font-size: 24px;

  color: #4a4f52;

  line-height: 40px;
}

.testimonials .row > span {
  cursor: pointer;

  margin-bottom: 21px;
}

#testimonial1 {
  background-color: #748b2f;
}

.testimonials__con img {
  border-radius: 50%;

  margin-bottom: 10px;
}

.testimonials__con > div:not(:first-of-type),
.testimonials__con > img:not(:first-of-type) {
  display: none;
}

.about__text__con,
.testimonials__con {
  max-width: 550px;

  margin-left: auto;

  margin-right: auto;

  font-size: 36px;

  color: #fff;

  line-height: 1.2em;

  font-weight: 300;
}

.orbit-container {
  max-width: 550px;

  margin-left: auto;

  margin-right: auto;
}

.orbit-bullets {
  margin: 0;

  height: 30px;
}

.orbit-bullets-container {
  margin-top: 8px;
}

.orbit-container .orbit-slide-number {
  display: none;
}

.orbit-container .orbit-prev {
  left: -10px;
}

.orbit-container .orbit-next {
  right: -10px;
}

.orbit-container .orbit-slides-container li .orbit-caption {
  background-color: transparent;

  position: static;

  padding: 0.625rem 24px;

  font-size: 16px;
}

.orbit-container .orbit-slides-container li .orbit-caption strong {
  display: block;

  margin-top: 20px;

  font-size: 14px;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: transparent;
}

.orbit-container .orbit-bullets li {
  display: inline-block;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: #fff;

  cursor: pointer;

  margin-right: 10px;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.orbit-container .orbit-bullets li.active {
  background-color: #999;
}

.orbit-container .orbit-slides-container img {
  border-radius: 50%;

  margin-left: 20px;
}

.testimonials__con strong:last-of-type {
  font-size: 24px;

  margin-top: 35px;

  display: block;

  color: #fff;

  font-weight: 300;
}

.testimonials__con__btn {
  text-align: center;

  display: block !important;
}

.btn__testimonial {
  display: inline-block;

  width: 18px;

  height: 18px;

  border-radius: 50%;

  background-color: #fff;

  cursor: pointer;
}

.about__text__con {
  color: #000;

  padding: 100px 12px;
}

.about__text__con h1 {
  font-weight: 900;

  font-size: 36px;

  margin-top: 70px;
}

.about__text__con p {
  font-size: 36px;

  font-weight: 300;

  line-height: 47px;

  margin-bottom: 25px;
}

.about__text__con p:first-letter {
  color: #f58220;

  font-weight: 700;

  font-size: 64px;
}

.about__text__con .btn--read-more a {
  font-size: 24px;

  color: #000;

  font-weight: 300;

  border-bottom: 2px solid #a9cf38;

  position: relative;

  padding: 12px 0;

  -webkit-transition: 0.25s ease-out color;

  -o-transition: 0.25s ease-out color;

  transition: 0.25s ease-out color;
}

.about__text__con .btn--read-more a:hover {
  color: #f58220;
}

.about__text__con .btn--read-more a::after {
  position: absolute;

  bottom: -4px;

  right: -47px;

  content: "";

  background-image: url(../img/leave.png);

  background-repeat: no-repeat;

  width: 48px;

  height: 66px;
}

.services {
  padding-top: 100px;

  padding-bottom: 100px;

  font-size: 16px;

  font-weight: 300;

  color: #333;
}

.services h2 {
  margin-bottom: 45px;
}

.services h2 a {
  font-size: 18px;

  font-weight: 900;

  text-align: center;

  color: #333;

  display: block;

  position: relative;
}

.services h2 a::before {
  position: absolute;

  content: "";

  top: -46px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 32px;

  height: 32px;
}

.services h2 a::after {
  position: absolute;

  content: "";

  bottom: -16px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 50px;

  height: 2px;

  background-color: #3eb2ce;
}

.services li:first-of-type h2 a::before {
  background-image: url(../img/book.png);
}

.services li:nth-of-type(2) h2 a::before {
  background-image: url(../img/study.png);
}

.services li:nth-of-type(3) h2 a::before {
  background-image: url(../img/exams.png);
}

.services li:nth-of-type(4) h2 a::before {
  background-image: url(../img/ariston.png);

  height: 100px;

  top: -118px;

  background-repeat: no-repeat;

  background-position: center;

  width: 100%;
}

.services li:nth-of-type(5) h2 a::before {
  /*background-image: url(../img/ariston.png);*/

  width: 100%;

  height: 100px;

  background-repeat: no-repeat;

  background-position: center;

  top: -118px;
}

.services li:nth-of-type(4) h2,
.services li:nth-of-type(5) h2 {
  margin-top: 70px;
}

.services li {
  line-height: 22px;

  position: relative;

  padding-left: 30px;

  padding-right: 30px;

  margin-bottom: 60px;
}

.services li::after {
  position: absolute;

  bottom: 0;

  right: 30px;

  content: "";

  width: calc(90% - 30px);

  height: 1px;

  background-color: #e5e7e9;
}

.services li::before {
  position: absolute;

  bottom: 0;

  right: 30px;

  content: "";

  width: 1px;

  height: 90%;

  background-color: #e5e7e9;
}

.services__con {
  min-height: 300px;

  position: relative;

  padding-left: 30px;

  padding-right: 30px;

  padding-bottom: 25px;

  padding-top: 115px;
}

.services__con .read-more {
  display: block;

  text-align: center;

  margin-top: 20px;

  font-size: 15px;

  text-decoration: underline;

  color: #f58220;
}

.services__con::after {
  position: absolute;

  top: 0;

  left: 0;

  content: "";

  width: 90%;

  height: 1px;

  background-color: #e5e7e9;
}

.services__con::before {
  position: absolute;

  top: 0;

  left: 0;

  content: "";

  width: 1px;

  height: 90%;

  background-color: #e5e7e9;
}

.area {
  line-height: 22px;

  color: #000;

  font-weight: 300;

  overflow-y: hidden;

  padding-bottom: 20px;
}

.area__intro {
  text-align: center;

  margin-bottom: 85px;

  font-size: 22px;

  max-width: 800px;

  margin-left: auto;

  margin-right: auto;

  color: #000;

  font-weight: 300;
}

.area .row {
  margin-bottom: 50px;
}

.area > .row:first-of-type {
  position: relative;
}

.area > .row:first-of-type::before {
  position: absolute;

  content: "";

  background-image: url(../img/points_5.jpg);

  width: 35px;

  height: 1430px;

  top: 0;

  left: 50%;

  -webkit-transform: translateX(-15px);

  -ms-transform: translateX(-15px);

  transform: translateX(-15px);
}

.area img {
  border-radius: 50%;

  margin-top: 0;
}

.area h2 {
  color: #333;

  margin: 45px 0 -5px;

  font-weight: 900;

  font-size: 24px;
}

.area .btn--read-more {
  max-width: 280px;
}

.area .btn--read-more a {
  display: inline-block;

  font-weight: 300;

  color: #000;

  border-bottom: 1px solid #000;

  margin-top: 30px;
}

.area__text {
  max-width: 280px;
}

.area__text--l {
  margin-left: auto;
}

.area__text--r {
  margin-right: auto;
}

.area__img--l {
  text-align: left;
}

.area__img--r {
  text-align: right;
}

.courses {
  padding: 100px 0 80px;
}

.courses__list:nth-of-type(1) {
  max-width: 1351px;

  margin-left: auto;

  margin-right: auto;
}

.courses__read-more {
  text-decoration: underline;

  color: #ee5b54;
}

.course__title {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 50px;

  text-align: center;
}

.course__title:not(:first-of-type) {
  margin-top: 50px;
}

.course__title a {
  color: #333;

  display: inline-block;

  padding: 34px 15px;

  font-size: 34px;

  font-weight: 700;

  letter-spacing: -1px;

  padding-bottom: 0;

  border-bottom: 10px solid;
}

.course__title a:hover {
  border-bottom: 10px solid #f58220;
}

.courses__category {
  font-size: 14px;

  color: #333;

  margin-top: 35px;

  display: inline-block;

  background-color: #ee5b54;

  padding: 5px 10px;

  color: #fff;
}

.courses__category:hover {
  color: #333;
}

.courses__img {
  display: block;
}

.courses__title {
  margin-top: 15px;

  margin-bottom: 15px;

  line-height: 30px;
}

.courses__title a {
  font-size: 22px;

  font-weight: 900;

  color: #333;

  display: block;

  letter-spacing: -0.5px;
}

.teachers {
  padding-bottom: 100px;
}

.teachers__list {
  max-width: 895px;

  margin-left: auto;

  margin-right: auto;
}

.teachers__list li {
  padding: 0 24px 20px;
}

.teachers__list li img {
  height: 300px;

  width: 250px;

  -o-object-fit: cover;

  object-fit: cover;
}

.teacher__info {
  position: absolute;

  top: 88%;

  background-color: #3eb2ce;

  color: #fff;

  width: 100%;

  max-width: 215px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  padding: 12px 35px;

  text-align: center;

  font-size: 14px;
}

.teacher__info .moduleTitle {
  font-weight: 700;

  font-size: 15px;

  border-bottom: 1px dashed #fff;

  padding-bottom: 10px;

  margin-bottom: 10px;

  line-height: 22px;
}

.teachers__title {
  text-align: center;

  font-weight: 700;

  font-size: 34px;

  letter-spacing: -1px;

  color: #333;

  margin-bottom: 12px;
}

.teachers__title span {
  color: #3eb2ce;
}

.teachers__subtitle {
  position: relative;

  text-align: center;

  font-size: 15px;

  color: #666;

  position: relative;

  max-width: 800px;

  margin: 0 auto 90px;
}

.teachers__subtitle::after {
  position: absolute;

  bottom: -41px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  content: "";

  background-image: url(../img/teachers_graphic.jpg);

  width: 230px;

  height: 25px;
}

.curriculum {
  margin-top: 100px;

  background-color: #ee5b54;

  padding: 50px;
}

.curriculum__title {
  color: #fff;

  font-weight: 300;

  font-size: 50px;

  margin-bottom: 0;
}

.curriculum__file {
  text-align: right;
}

.curriculum__file a {
  display: inline-block;

  font-size: 14px;

  color: #fff;

  border: 2px solid #fff;

  padding: 20px 45px;

  border-radius: 50px;

  font-weight: 700;

  margin-top: 7px;

  -webkit-transition: 0.25s ease-out color, 0.25s ease-out background-color;

  -o-transition: 0.25s ease-out color, 0.25s ease-out background-color;

  transition: 0.25s ease-out color, 0.25s ease-out background-color;
}

.curriculum__file a:hover {
  color: #ee5b54;

  background-color: #fff;
}

.site-footer {
  padding: 100px 0 60px;
}

.site-footer__copyrights {
  margin-top: 32px;

  color: #333;

  font-size: 15px;
}

.site-footer__copyrights a {
  color: #333;

  display: inline-block;

  border-bottom: 1px solid #333;
}

.site-footer__contact {
  line-height: 30px;

  font-size: 14px;
}

.site-footer__contact .moduleTitle {
  font-size: 15px;

  font-weight: 700;

  margin-bottom: 20px;
}

.site-footer__contact a {
  color: #333;

  font-size: 14px;
}

.site-footer__contact i {
  font-size: 17px;

  width: 20px;

  color: #ee5b54;
}

.site-footer__logo {
  text-align: right;
}

.static-page__title {
  text-align: center;

  font-size: 32px;

  color: #333;

  font-weight: 300;

  margin-bottom: 70px;
}

.static-page__content p {
  line-height: 28px;
}

.article__gallery a img {
  height: 300px;

  -o-object-fit: cover;

  object-fit: cover;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  /*line-height: 25px;*/
}

.cat__article-img {
  border-bottom: 12px solid #ee5b54;
}

.cat__article-title {
  margin-bottom: 20px;
}

.cat__article-title a {
  font-size: 18px;

  text-align: center;

  color: #3eb2ce;

  font-weight: 700;

  display: block;

  margin-top: 22px;
}

.cat__article-intro {
  font-size: 15px;
}

.article__title {
  font-weight: 400 !important;

  text-align: left;

  font-size: 32px;

  color: #333;

  font-weight: 300;

  margin-bottom: 40px;

  margin-top: 40px;

  letter-spacing: -1px;
}

.article__img {
  border-right: 12px solid #ee5b54;
}

@media screen and (max-width: 1330px) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 16px;

    padding: 0 20px;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 20px !important;
  }

  .testimonials__con {
    font-size: 24px;

    line-height: 40px;
  }

  .testimonials__con strong:last-of-type {
    font-size: 18px;

    margin-bottom: 32px;

    text-align: center;
  }

  .about__text__con,
  .testimonials {
    padding: 100px 20px;
  }

  .about__text__con p {
    font-size: 28px;

    line-height: 42px;
  }

  .slideshow .sliderCaption {
    padding: 15px 50px;

    font-size: 32px;
  }

  .top-bar-section ul.dropdown li a:not(.button) {
    padding: 8px 15px 8px 20px;

    font-size: 15px;

    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  [class*="block-grid-"] {
    text-align: center;

    margin-left: auto;

    margin-right: auto;
  }

  .courses__list p {
    display: none;
  }

  .courses__title a {
    font-size: 18px;

    line-height: 22px;
  }

  .services li::after,
  .services li::before {
    right: 0;
  }

  .services li:last-of-type::after,
  .services li:last-of-type::before {
    right: 15px;
  }

  .services__con {
    padding-left: 15px;

    padding-right: 15px;
  }

  .services li {
    padding-left: 15px;

    padding-right: 15px;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 15px;

    padding: 0 10px;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 10px !important;
  }

  .top-bar-section li:not(.has-form) a:not(.button)::after,
  li.has-dropdown.not-click:not(:last-of-type)::after {
    display: none;
  }

  .about__testimonials,
  .about__text {
    min-height: 500px;
  }

  .testimonials__con {
    font-size: 18px;

    line-height: 30px;

    text-align: center;
  }

  .about__text__con p {
    font-size: 25px;

    line-height: 36px;

    margin-bottom: 30px;

    text-align: center;
  }

  .about__text__con .btn--read-more {
    text-align: center;
  }

  .about__text__con .btn--read-more a {
    font-size: 25px;
  }

  .btn__testimonial {
    width: 13px;

    height: 13px;
  }

  .testimonials__con strong:last-of-type {
    margin-top: 28px;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }
}

@media screen and (max-width: 840px) {
  .about {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .about__testimonials,
  .about__text {
    width: 100%;
  }

  .slideshow .sliderCaption {
    font-size: 24px;

    line-height: 32px;
  }
}

@media screen and (max-width: 640px) {
  .slideshow .slider img {
    min-height: 250px;

    -o-object-fit: cover;

    object-fit: cover;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 10px 30px;
  }

  .slideshow .slick-next,
  .slideshow .slick-prev {
    display: none !important;
  }

  .video-container::before {
    display: none;
  }

  .site-footer__copyrights {
    display: none;
  }

  .area .btn--read-more,
  .area__text {
    text-align: center;

    max-width: 100%;
  }

  .area__img--l,
  .area__img--r {
    text-align: center;
  }

  .area > .row:nth-of-type(2),
  .area > .row:nth-of-type(4) {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }

  .area .btn--read-more a {
    margin-top: 15px;

    font-weight: 400;
  }

  .site-footer__contact {
    margin-top: 50px;
  }

  .area > .row:first-of-type::before {
    opacity: 0.15;
  }

  .services {
    max-width: 400px;

    margin-left: auto;

    margin-right: auto;
  }

  .services li {
    margin-bottom: 30px;
  }

  .st_linkedin_hcount {
    display: none;
  }

  .slideshow {
    padding-bottom: 75px;
  }

  .innerpage main {
    padding-top: 180px;
  }

  .top-bar-section ul.dropdown li a:not(.button) {
    padding: 6px 15px 6px 30px !important;
  }

  .about__text__con .btn--read-more a {
    font-size: 20px;
  }

  .top-bar.expanded {
    min-height: 400px;
  }

  .courses__list li {
    padding-left: 10px;

    padding-right: 10px;
  }

  .teachers__list li:not(:last-of-type) {
    margin-bottom: 100px;
  }

  .about__text__con p {
    font-size: 22px;

    line-height: 34px;
  }

  .imonline-logo {
    bottom: -101px;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);
  }

  .curriculum__title {
    text-align: center;

    font-size: 26px;

    margin-bottom: 30px;
  }

  .curriculum__file {
    text-align: center;
  }

  .curriculum__file a {
    font-size: 13px;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .site-footer {
    text-align: center;

    padding: 50px 0 165px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000;

    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 0 8px 0 2px #fff, 0 16px 0 2px #fff, 0 24px 0 2px #fff;

    box-shadow: 0 8px 0 2px #fff, 0 16px 0 2px #fff, 0 24px 0 2px #fff;

    width: 24px;
  }

  .top-bar.expanded .title-area {
    background: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 75px;

    display: block;
  }

  ul.dropdown {
    background: 0 0 !important;
  }

  .top-bar .name {
    background-color: #f58220;
  }

  #logo {
    -webkit-transform: scale(0.75);

    -ms-transform: scale(0.75);

    transform: scale(0.75);

    -webkit-transform-origin: top left;

    -ms-transform-origin: top left;

    transform-origin: top left;

    padding-left: 17px;
  }

  .top-bar .toggle-topbar.menu-icon a {
    padding-right: 34px;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 10px 10px;
  }

  .homepage main {
    padding-top: 85px;
  }

  .slideshow .sliderCaption {
    text-align: center;

    font-size: 17px;

    line-height: 24px;
  }

  .orbit-container .orbit-slides-container img {
    margin-left: auto;

    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .about__testimonials {
    padding-top: 80px;

    padding-bottom: 80px;
  }
}
