/*
Theme Name: Utech
Author: Web Media Group
Author URI: https://wmg.co.il
Text Domain: Utech
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/**
 * VARIABLES
 */

/**
 * COLORS
 */

/* Text */

/**
 * TYPOGRAPHY
 */

/*@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700&subset=hebrew');*/

@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800&subset=hebrew");
/**
 * WEBFONT
 */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/**
* MIXINS
*/

/*@include transition (.3s);*/

/*@include calc( width, '100% - 50px' );*/

/* @include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset); */

/*.no-limits {
  font-size: 3vw;
}

.limit-min {
  @include responsive-font(3vw, 20px);
}

.limit-min-max {
  @include responsive-font(3vw, 20px, 50px);
}*/

@media (max-width: 800px) {
  #wpadminbar {
    position: fixed;
  }
}

/**
 * COMMON
 */

dl,
ol,
ul {
  direction: rtl;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.what_learning-container .syllabus-container .container-fluid:before,
.single-courses .bord ul li:before,
.homepage_new .about_us_text-container .row:before,
body.single-course_new .what_learning-container .syllabus-container .container-fluid:before,
body.single-course_new .what_learning-container .row:before,
.clearfix:after,
.what_learning-container .syllabus-container .container-fluid:after,
.single-courses .bord ul li:after,
.homepage_new .about_us_text-container .row:after,
body.single-course_new .what_learning-container .syllabus-container .container-fluid:after,
body.single-course_new .what_learning-container .row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.what_learning-container .syllabus-container .container-fluid:after,
.single-courses .bord ul li:after,
.homepage_new .about_us_text-container .row:after,
body.single-course_new .what_learning-container .syllabus-container .container-fluid:after,
body.single-course_new .what_learning-container .row:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a,
.btn,
button,
input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
}

a,
p {
  direction: rtl;
}

.wrapper {
  width: 100%;
  background-color: #F3F3F3;
}

.col-1 {
  width: 10%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.col-10 {
  width: 100%;
}

.half {
  padding: 0 40px;
}

/**
 * GENERAL
 */

body {
  min-height: 100vh;
  direction: ltr;
  text-align: left;
  color: #2f3238;
  font-size: 19px;
  font-weight: 300;
  font-family: 'Assistant', sans-serif !important;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  body .zopim {
    bottom: 71px !important;
    z-index: 7 !important;
  }
  .homepage_new .cover-container .course_carousel {
    margin-top: 100px;
  }
}

.semi_bold,
.header .navbar .do_it span,
.teaches-container .subtitle,
body.single-course_new .teaches-container .subtitle {
  font-weight: 500;
}

@media (max-width: 767px) {
  .semi_bold,
  .header .navbar .do_it span,
  .teaches-container .subtitle,
  body.single-course_new .teaches-container .subtitle {
    font-weight: 600;
  }
}

b,
strong {
  font-weight: 600;
}

a.strong {
  color: white;
}

@media (max-width: 767px) {
  b,
  strong {
    font-weight: 800;
  }
  html {
    margin-top: 0 !important;
  }
  header {
    height: 70px;
  }
  .single-courses .bord h3 {
    color: white;
  }
  .open_menu {
    background-color: #222323;
  }
  .single-course-cover {
    height: 380px !important;
  }
  .single-course-cover .container {
    top: 50% !important;
  }
  .single-courses aside h4 {
    direction: rtl;
  }
}

h4{
  direction: rtl;
}

.ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.taxt-start {
  text-align: left;
}

.taxt-end {
  text-align: right;
}

.taxt-center {
  text-align: center;
}

.taxt-justify {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
  outline: 0;
}

h2 {
  font-size: 32px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

.yellow {
  color: #54bb7b;
}

.white {
  color: #fff;
}

#acp-toolbar-wrap #acp-toggle-toolbar {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  right: 10px;
  -webkit-transform: translateZ(0);
  -khtml-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#acp-toolbar-wrap #acp-toggle-toolbar .material-icons.md-32 {
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#acp-toolbar-wrap #acp-toggle-toolbar:hover {
  border: 3px solid white;
}

#acp-toolbar-wrap #acp-toggle-toolbar:hover .material-icons.md-32 {
  font-size: 22px;
}

#acp-toolbar {
  right: 15px;
}

@media (max-width: 480px) {
  #acp-toolbar {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#acp-toolbar button {
  cursor: pointer;
}

body {
  font-family: 'Assistant', sans-serif;
}

/**
 * PARTIALS
 */

.header {
  position: fixed;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
  -webkit-box-shadow: 0 4px 16px 0 transparent;
  -moz-box-shadow: 0 4px 16px 0 transparent;
  -o-box-shadow: 0 4px 16px 0 transparent;
  -ms-box-shadow: 0 4px 16px 0 transparent;
  box-shadow: 0 4px 16px 0 transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .container {
  position: relative;
  min-height: 70px;
  font-size: 19px;
}

.header .container a {
  color: white;
  font-weight: bold;
}

.header .navbar .navbar-brand {
  float: left;
  max-width: 145px;
  width: 0%;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  -khtml-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (max-width: 991px) {
  .header .navbar .navbar-brand {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 65%;
    float: none;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home .header .navbar .navbar-brand {
    display: block;
  }
}

.home .header .navbar .navbar-brand {
  display: block;
}

.header .navbar .navbar-brand svg {
  width: 145px;
  height: auto;
  max-height: 42px;
}

.header .navbar .navbar-inks {
  margin-right: -5px;
  margin-left: 120px;
}

.fixed .navbar .navbar-inks {
  margin-left: 150px;
}

@media (max-width: 991px) {
  .header .navbar .navbar-inks {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    flex-direction: column;
    -webkit-box-shadow: 0 -20px 0px -40px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -20px 0px -40px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -20px 0px -40px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0 -20px 0px -40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -20px 0px -40px rgba(0, 0, 0, 0.3) inset;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  .item-box .icon .icon-middle {
    padding-top: 7px;
  }
}

.header .navbar .navbar-inks li {
  display: block;
}

@media (max-width: 991px) {
  header .navbar{
    padding-bottom: 10px !important;
  }
  .header .navbar .navbar-inks li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-brand{
    padding-bottom: 10px;
  }
  .homepage_new logo_carousel .logo_carousel .item img{
    filter: unset !important;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-inks li {
    float: left;
  }
  .single-course-cover {
    height: 450px !important;
  }
  .item-box .icon .icon-middle {
    font-size: 45px;
    padding-top: 16px;
  }
  .fixed .navbar .do_it {
    background-color: #54bb7b;
    color: white;
    border-color: #54bb7b;
  }
  .fixed .navbar .do_it:hover {
    background-color: #5fd48c;
    color: white;
    border-color: #5fd48c;
  }
}

.header .navbar .navbar-inks li a {
  position: relative;
  display: block;
  padding: 25px 5px;
  color: white;
  font-weight: normal;
}

.header .navbar .navbar-inks li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: white;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.header .navbar .navbar-inks li.active a:after,
.header .navbar .navbar-inks li a:hover:after {
  width: 100%;
}

.header .navbar .navbar-inks li a:focus {
  outline: 0;
}

@media (max-width: 991px) {
  .header .navbar .navbar-inks li a:focus:after {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-inks li+li {
    margin-left: 30px;
  }
}

.header .navbar .do_it {
  float: right;
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid;
  margin-left: 30px;
  background-color: transparent;
  color: white;
}

@media (max-width: 991px) {
  .header .navbar .do_it {
    position: relative;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
  }
  .open_menu {
    display: flex !important;
    z-index: 99;
    height: auto !important;
    transition: all 0.3s ease;
    top: unset;
    bottom: -10px;
  }
  .header .navbar .do_it:before {
    position: absolute;
    content: "\f2a0";
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .call-us {
    display: none;
  }
  header {
    bottom: 0;
  }
  .header {
    padding-top: 5px;
  }
  .header .navbar .navbar-inks {
    bottom: -15px;
  }
  .cover-container video {
    width: unset !important;
  }
  .navbar-brand {
    width: 110px !important;
    padding: 5px 0;
  }
  .desktop-do_it {
    display: none !important;
  }
  .mobile-do_it {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .desktop-do_it {
    display: block !important;
  }
  .mobile-do_it {
    display: none !important;
  }
}

.header .navbar .do_it:hover {
  background-color: #fff;
  border-color: #fff;
  color: #54bb7b;
}

@media (max-width: 991px) {
  .header .navbar.open_menu:before {
    position: fixed;
    display: block;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.header .navbar.open_menu .hamburger_btn .icon {
  -webkit-transition-duration: 0.5s;
  -khtml-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}

.header .navbar.open_menu .hamburger_btn .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
  -khtml-transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
  -moz-transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
  -ms-transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
  -o-transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
  transform: rotateZ(45deg) scaleX(1.1) translate(5px, 5px);
}

.header .navbar.open_menu .hamburger_btn .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
  -khtml-transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
  -moz-transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
  -ms-transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
  -o-transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
  transform: rotateZ(-45deg) scaleX(1.1) translate(5px, -6px);
}

.header .navbar.open_menu .navbar-inks {
  background-color: gray;
  -webkit-box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -20px 10px -20px rgba(0, 0, 0, 0.3) inset;
  z-index: 8;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header.fixed {
  background-color: #222323;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.single .header .navbar .navbar-brand {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .single .header .navbar .navbar-brand {
    margin: 0;
    padding-top: 15px;
  }
}

/* Humburger button */

.hamburger_btn {
  position: relative;
  display: none;
  height: 25px;
  width: 25px;
  top: 10px;
  background-color: transparent;
  text-align: initial;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 99999;
}

@media (max-width: 991px) {
  .hamburger_btn {
    display: inline-block;
  }
  .contact-form .form-content .input-group input:not([type="checkbox"]) {
    margin: 5px;
  }
}

.hamburger_btn .icon {
  position: absolute;
  width: 25px;
  height: 3px;
  top: 8px;
  left: 0;
  background-color: white !important;
}

.hamburger_btn .icon:after,
.hamburger_btn .icon:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: white !important;
  -webkit-transition-duration: 0.5s;
  -khtml-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hamburger_btn .icon:before {
  top: -8px;
}

.hamburger_btn .icon:after {
  top: 8px;
}

.hamburger_btn:hover .icon,
.hamburger_btn:hover .icon:after,
.hamburger_btn:hover .icon:before {
  background-color: rgba(47, 50, 56, 0.3);
}

.hamburger_btn:focus {
  outline: 0;
}

.cover-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background: #54bb7b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #54bb7b 0%, #0089cf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #54bb7b 0%, #0089cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #54bb7b 0%, #0089cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bb7b', endColorstr='#0089cf', GradientType=0);
  /* IE6-9 */
}

@media (max-width: 991px) {
  .cover-container {
    z-index: 1;
  }
}

.cover-container .container {
  position: absolute;
  max-width: 760px;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-container .logo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .cover-container .logo {
    margin: 100px auto;
  }
}

@media (max-width: 767px) {
  .cover-container .logo {
    max-width: 280px;
    margin-bottom: 60px;
  }
}

.cover-container .logo svg {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px rgba(47, 50, 57, 0.1));
  filter: drop-shadow(3px 3px rgba(47, 50, 57, 0.1));
}

.cover-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: .1;
  z-index: 5;
  width: 100vw;
}

.cover-container h1 {
  font-size: 55px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cover-container h1 {
    font-size: 40px;
  }
  .what_learning-container{
    padding-top: unset !important;
  }
}

.cover-container h2 {
  margin: 30px 0;
  font-weight: normal;
}

.cover-container h2 ins {
  position: relative;
  text-decoration: none;
}

.cover-container h2 ins:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #2F3239;
}

.cover-container p {
  font-size: 24px;
}

.cover-container .goTo {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid;
  color: white;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .cover-container .goTo {
    bottom: 150px;
  }
  header .navbar {
    padding: 0;
  }
}

.icon1 {
  padding-top: 10px;
}

@media (max-height: 500px) {
  .cover-container .goTo {
    display: none;
  }
}

.cover-container .goTo i {
  position: absolute;
  top: 0;
  left: 22%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-container .goTo:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.cover-container .breadcrumbs {
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.cover-container .breadcrumbs span {
  display: inline;
}

.cover-container .breadcrumbs span a {
  display: inline-block;
  color: #fff;
  /*&:after {
  	content: "\f105";
  	display: inline-block;
  	font-family: "FontAwesome";
  	font-size: inherit;
  }*/
}

.what_learning-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
  margin-top: 0 !important;
}

.what_learning-container h2+p {
  max-width: 400px;
  margin: 20px auto;
}

.what_learning-container h2 {
  padding-top: 70px;
}

.what_learning-container .links_box .item-box {
  position: relative;
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .what_learning-container .links_box .item-box {
    max-width: 370px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.what_learning-container .links_box .item {
  position: relative;
  max-height: 340px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

@media (min-width: 992px) {
  .what_learning-container .links_box .item {
    height: 27vw;
  }
  .header.fixed .navbar .navbar-brand img {
    width: 125px;
  }
  .header.fixed .navbar .navbar-brand {
    width: 125px;
  }
  header {
    bottom: unset;
  }
  .navbar{
     justify-content: unset !important; 
  }
}

@media (max-width: 991px) {
  .what_learning-container .links_box .item {
    height: 340px;
  }
}

@media (max-width: 360px) {
  .what_learning-container .links_box .item {
    height: 380px;
  }
}

/* .what_learning-container .links_box .item:hover {
  margin-top: -6px;
} */

.what_learning-container .links_box .item figcaption,
.what_learning-container .links_box .item>a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.what_learning-container .links_box .item figcaption {
  padding: 20px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}

.what_learning-container .links_box .item figcaption:before,
.what_learning-container .links_box .item figcaption:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, transform 0.6s;
  -khtml-transition: opacity 0.3s, transform 0.6s;
  -moz-transition: opacity 0.3s, transform 0.6s;
  -ms-transition: opacity 0.3s, transform 0.6s;
  -o-transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
}

.what_learning-container .links_box .item figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.what_learning-container .links_box .item figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -khtml-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.what_learning-container .links_box .item figcaption .title {
  font-size: 32px;
  -webkit-transition: all 0.65s;
  -khtml-transition: all 0.65s;
  -moz-transition: all 0.65s;
  -ms-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate3d(0, -20px, 0);
  -khtml-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  margin: 0;
  padding: 15px
}

.what_learning-container .links_box .item figcaption .sub_title {
  position: relative;
  display: block;
  margin: 26% auto 40px;
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.what_learning-container .links_box .item figcaption .sub_title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  background-color: white;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .what_learning-container .links_box .item figcaption .sub_title {
    margin: 32% auto 40px;
  }
}

.what_learning-container .links_box .item figcaption .hover_text {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.5s;
  -khtml-transition: opacity 0.4s, transform 0.5s;
  -moz-transition: opacity 0.4s, transform 0.5s;
  -ms-transition: opacity 0.4s, transform 0.5s;
  -o-transition: opacity 0.4s, transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  -webkit-transform: translate3d(0, 20px, 0);
  -khtml-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.what_learning-container .links_box .item>a {
  background-color: transparent;
  z-index: 3;
  -webkit-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
}

.what_learning-container .links_box .item>a:hover {
  -webkit-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
}

.what_learning-container .links_box .item>a:hover+.text-content:after,
.what_learning-container .links_box .item>a:hover+.text-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.what_learning-container .links_box .item>a:hover+.text-content .sub_title {
  opacity: 0;
  margin: 0 auto;
}

.what_learning-container .links_box .item>a:hover+.text-content .sub_title:after {
  -webkit-transform: translateX(22vw);
  -khtml-transform: translateX(22vw);
  -moz-transform: translateX(22vw);
  -ms-transform: translateX(22vw);
  -o-transform: translateX(22vw);
  transform: translateX(22vw);
}

.what_learning-container .links_box .item>a:hover+.text-content .title,
.what_learning-container .links_box .item>a:hover+.text-content .hover_text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: unset;
}

.what_learning-container .links_box .item.open_registration>a {
  overflow: hidden;
}

.what_learning-container .links_box .item.open_registration>a:before {
  content: attr(data-status);
  position: absolute;
  top: 50px;
  right: -100px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  background-color: #262930;
  z-index: 5;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.what_learning-container .syllabus-container {
  width: 300vw;
  margin-top: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what_learning-container .syllabus-container.developers .container-fluid {
  -webkit-transform: translateX(-200%);
  -khtml-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}

.what_learning-container .syllabus-container.choose .container-fluid {
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.what_learning-container .syllabus-container.designers .container-fluid {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.what_learning-container .syllabus-container .container-fluid {
  float: right;
  width: 100vw;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.what_learning-container .syllabus-container .choose-item {
  width: 50%;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .what_learning-container .syllabus-container .choose-item {
    float: right;
  }
}

@media (max-width: 767px) {
  .what_learning-container .syllabus-container .choose-item {
    width: 100%;
    max-width: 370px;
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .what_learning-container .syllabus-container .choose-item+.choose-item {
    margin-top: 80px;
  }
  .courses-container{
    height: 120px !important;
  }
}

@media (max-width: 480px) {
  .what_learning-container .syllabus-container .choose-item {
    position: relative;
    max-width: 300px;
  }
}

.what_learning-container .syllabus-container .choose-item a {
  display: inline-block;
  width: 100%;
}

.what_learning-container .syllabus-container .choose-item a .img-content {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.what_learning-container .syllabus-container .choose-item a .img-content:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.what_learning-container .syllabus-container .choose-item a:hover .img-content {
  margin-top: -20px;
}

.what_learning-container .syllabus-container .choose-item a:hover .checkbox:before {
  -webkit-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -khtml-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -moz-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -ms-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -o-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
}

.what_learning-container .syllabus-container .choose-item a:hover .checkbox .checkbox_text:after {
  width: 100%;
}

.what_learning-container .syllabus-container .choose-item .img-content {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.what_learning-container .syllabus-container .choose-item .img-content img {
  max-width: none;
  max-height: 350px;
  height: 22vw;
}

@media (max-width: 767px) {
  .what_learning-container .syllabus-container .choose-item .img-content img {
    max-width: 100%;
    max-height: none;
    height: auto;
  }
}

.what_learning-container .syllabus-container .choose-item .checkbox {
  display: block;
}

.what_learning-container .syllabus-container .choose-item .checkbox:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -khtml-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -moz-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -ms-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -o-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -webkit-transition: 0.7s box-shadow ease;
  -moz-transition: 0.7s box-shadow ease;
  -o-transition: 0.7s box-shadow ease;
  -ms-transition: 0.7s box-shadow ease;
  transition: 0.7s box-shadow ease;
}

@media (max-width: 480px) {
  .what_learning-container .syllabus-container .choose-item .checkbox:before {
    width: 25px;
    height: 25px;
  }
}

.what_learning-container .syllabus-container .choose-item .checkbox_text {
  display: inline-block;
  vertical-align: middle;
}

.what_learning-container .syllabus-container .syllabus header {
  position: relative;
  margin-bottom: 50px;
}

.what_learning-container .syllabus-container .syllabus header .back {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 400px) {
  .what_learning-container .syllabus-container .syllabus header .back {
    font-size: 0;
  }
}

.what_learning-container .syllabus-container .syllabus header .back:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 8px;
  font-size: 130%;
  vertical-align: middle;
}

@media (max-width: 400px) {
  .what_learning-container .syllabus-container .syllabus header .back:before {
    font-size: 50px;
  }
}

.what_learning-container .checkbox_text {
  position: relative;
  display: table;
  text-align: center;
  font-size: 40px;
  margin: 8px auto;
  color: #2f3238;
}

@media (max-width: 480px) {
  .what_learning-container .checkbox_text {
    font-size: 30px;
  }
}

.what_learning-container .checkbox_text:after {
  display: block;
  content: "";
  width: 120px;
  height: 4px;
  background-color: #54bb7b;
  margin: 0 auto;
  -webkit-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -ms-transition: 0.7s all ease;
  transition: 0.7s all ease;
}

.teaches-container {
  display: table;
  width: 100%;
  direction: rtl;
}

.teaches-container a {
  color: #ffffff;
  text-decoration: underline;
}

.teaches-container .img-content,
.teaches-container .text-content {
  display: table-cell;
  direction: ltr;
  height: 100%;
}

.teaches-container .img-content {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .teaches-container .img-content {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .teaches-container .img-content {
    display: none;
  }
}

.teaches-container .text-content {
  background-color: #2F3239;
  padding: 6%;
  color: #fff;
  text-align: justify;
}

@media (max-width: 767px) {
  .teaches-container .text-content {
    padding: 20px;
  }
}

.home .teaches-container h2 {
  color: #54bb7b;
}

.map-container {
  position: relative;
  min-height: 70vh;
}

@media (max-width: 767px) {
  .map-container {
    min-height: inherit;
  }
}

.map-container #map-canvas {
  width: 100%;
  height: 100%;
  min-height: 700px;
}

@media (max-width: 767px) {
  .map-container #map-canvas {
    display: none;
    min-height: inherit;
    max-height: 600px;
    height: 170vw;
  }
}

.map-container #map-canvas img {
  max-width: none !important;
  background: none !important;
}

.map-container .text-content {
  position: relative;
  width: 100%;
  background-color: #54bb7b;
  padding: 30px;
  z-index: 2;
}

@media (min-width: 992px) {
  .map-container .text-content {
    position: absolute;
    max-width: 725px;
    width: 46vw;
    top: 50%;
    left: 0;
    padding-top: 0;
    padding-left: 6%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .map-container .text-content {
    padding-bottom: 60px;
  }
}

.map-container .text-content p {
  margin: 0;
}

.map-container .text-content h2,
.map-container .text-content h3 {
  margin-bottom: 5px;
}

.map-container .waze.btn {
  display: none;
}

@media (max-width: 767px) {
  .map-container .waze.btn {
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 15px auto;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 1.8;
    background-color: #40A9F4;
  }
  .map-container .waze.btn:focus,
  .map-container .waze.btn:hover {
    background-color: rgba(64, 169, 244, 0.8);
  }
}

.footer-form {
  background-color: #2F3239;
  color: #fff;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .footer-form:not(.modal_form) .header-title .phone-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-form.modal_form {
    position: fixed;
    max-height: 0;
    left: 10px;
    right: 10px;
    bottom: 75px;
    padding-top: 0px;
    overflow-y: auto;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .footer-form.modal_form.open_form {
    max-height: 80vh;
    z-index: 5;
  }
  .footer-form.modal_form.open_form:after {
    content: "";
    position: fixed;
    display: block;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(84, 187, 123, 0.4);
  }
  .footer-form.modal_form .container {
    position: relative;
    z-index: 6;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 50px;
    background-color: #262930;
  }
}

.footer-form h2,
.footer-form p {
  margin: 0;
}

.footer-form .subtitle {
  color: #d3d3d3;
}

@media (max-width: 767px) {
  .footer-form h2 {
    font-size: 25px;
  }
}

.footer-form .row {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .footer-form .row {
    margin-bottom: 30px;
  }
}

.footer-form .phone-content,
.footer-form .input-group {
  width: 25%;
}

@media (max-width: 767px) {
  .footer-form .phone-content,
  .footer-form .input-group {
    width: 100%;
  }
}

.footer-form .header-title {
  position: relative;
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .footer-form .header-title {
    display: block;
  }
}

.footer-form .header-title .title,
.footer-form .header-title .phone-content,
.footer-form .header-title .thanks-text {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .footer-form .header-title .title,
  .footer-form .header-title .phone-content,
  .footer-form .header-title .thanks-text {
    display: block;
  }
}

.footer-form .header-title .title {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.footer-form .header-title .phone-content {
  text-align: right;
  width: 267px;
}

@media (max-width: 767px) {
  .footer-form .header-title .phone-content {
    margin: 30px auto 0;
    width: 300px;
  }
}

.footer-form .header-title a {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-form .header-title a[href*="tel"] {
    pointer-events: none;
  }
}

.footer-form .header-title a .phone-icon,
.footer-form .header-title a .text-content {
  display: table-cell;
  vertical-align: middle;
}

.footer-form .header-title a .phone-icon {
  width: 70px;
  border: 1px dashed #d3d3d3;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-form .header-title a .phone-icon {
    height: 70px;
  }
}

.footer-form .header-title a .text-content {
  letter-spacing: -.6px;
  padding-left: 10px;
  text-align: left;
}

.footer-form .thanks-text {
  position: absolute;
  font-size: 0%;
  left: 0;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.footer-form.thanks .title {
  position: absolute;
  font-size: 0%;
  left: 0;
  opacity: 0;
}

.footer-form.thanks .thanks-text {
  position: relative;
  font-size: 100%;
  opacity: 1;
  left: auto;
  z-index: 1;
}

.footer-form.thanks .thanks-text i {
  font-size: 33px;
}

.footer-form.thanks .form-content {
  display: none;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.footer-form.thanks .form-content button {
  pointer-events: none;
}

.footer-form.thanks .form-content button:after {
  width: 101.5%;
}

@media (min-width: 768px) {
  .footer-form .form-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.footer-form .form-content form {
  display: block;
}

@media (min-width: 768px) {
  .footer-form .form-content .input-group {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-form .form-content .input-group input {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 5px 0;
  color: #fff;
  border-bottom: 2px solid #54bb7b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*&:focus {
  	padding-left: 5px;
  	padding-right: 5px;
  	outline: 0;
  	background-color: rgba( 255, 255, 255, .15 );
  }*/
}

@media (max-width: 767px) {
  .footer-form .form-content .input-group input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer-form .form-content .input-group label {
  padding-top: 5px;
  font-size: 0%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-form .form-content .input-group.has-error label {
  font-size: 90%;
  opacity: 1;
}

.footer-form .form-content button {
  position: relative;
  width: 100%;
  color: #2F3239;
  padding: 5px 0;
  font-weight: normal;
  background-color: #54bb7b;
  border: 2px solid #54bb7b;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-form .form-content button {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.footer-form .form-content button:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 113%;
  background-color: #2F3239;
  z-index: 2;
  -webkit-transition: all 6s ease-out;
  -khtml-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  -ms-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  transition: all 6s ease-out;
}

.footer-form .form-content button:hover {
  color: #fff;
  background-color: rgba(47, 50, 57, 0.7);
}

.footer-form .form-content button:focus {
  outline: 0;
}

.footer-form .form-content button.loader:after {
  width: 101.5%;
}

@media (min-width: 768px) {
  .single-courses .footer-form {
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .single-courses .footer-form .row {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .single-courses .footer-form .header-title .phone-content {
    display: none;
  }
}

@media (min-width: 768px) {
  .single-courses .footer-form .subtitle {
    display: none;
  }
}

.single-courses .teaches-container {
  padding-bottom: 150px;
}

.footer {
  background-color: #262930;
}

.footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .footer .logo {
    display: none;
  }
}

.footer .logo svg {
  width: 100%;
  max-height: 50px;
}

@media (max-width: 767px) {
  .footer .footer-links {
    float: none !important;
  }
}

.footer .footer-links ul {
  padding: 0;
  list-style: none;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .footer .footer-links ul {
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
}

.footer .footer-links ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer .footer-links ul li {
    display: block;
  }
}

.footer .footer-links ul li a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .footer .footer-links ul li a {
    font-size: 0.8rem;
    padding: 5px;
  }
}

.footer .footer-links ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 0%;
  height: 2px;
  background-color: #0089cf;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.footer .footer-links ul li a:hover:after {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: -ms-calc(100% - 10px);
  width: calc(100% - 10px);
}

/* Keyframes Animation */

@-webkit-keyframes text_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: .9;
  }
  100% {
    opacity: .9;
  }
}

@-moz-keyframes text_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: .9;
  }
  100% {
    opacity: .9;
  }
}

@-o-keyframes text_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: .9;
  }
  100% {
    opacity: .9;
  }
}

@keyframes text_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: .9;
  }
  100% {
    opacity: .9;
  }
}

@-webkit-keyframes letter_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}

@-moz-keyframes letter_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}

@-o-keyframes letter_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}

@keyframes letter_flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}

course_cover .discount_label {
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: -50px;
  left: -140px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 170px 170px 170px;
  border-color: transparent transparent #54bb7b transparent;
  background-color: transparent;
  z-index: 6;
  cursor: pointer;
  outline: 0;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  course_cover .discount_label {
    display: none;
    top: -20px;
    left: -70px;
    font-size: 16px;
    border-width: 0 100px 100px 100px;
  }
}

course_cover .discount_label .text {
  position: absolute;
  width: 170px;
  top: 100px;
  left: -80px;
}

@media (max-width: 767px) {
  course_cover .discount_label .text {
    top: 50px;
    left: -84px;
  }
}

course_cover .discount_label strong {
  display: block;
  font-size: 180%;
  line-height: .8;
}

course_cover .discount_label:hover,
course_cover .discount_label:focus {
  border-color: transparent transparent #60db8d transparent;
}

course_cover .course_cover-container {
  text-align: center;
  background-color: #0089CF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 80px;
}

@media (min-width: 1200px) {
  course_cover .course_cover-container {
    background-size: 100% 100%;
  }
}

@media (min-width: 768px) {
  course_cover .course_cover-container .container {
    display: table;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  course_cover .course_cover-container .container {
    text-align: center !important;
  }
}

course_cover .course_cover-container .text-container,
course_cover .course_cover-container .img-container {
  display: block;
}

@media (min-width: 768px) {
  course_cover .course_cover-container .text-container,
  course_cover .course_cover-container .img-container {
    display: table-cell;
  }
}

@media (min-width: 768px) {
  course_cover .course_cover-container .text-container {
    width: 510px;
    font-size: 24px;
    vertical-align: text-top;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  course_cover .course_cover-container .text-container {
    text-align: center !important;
  }
}

course_cover .course_cover-container .text-container h1 {
  font-size: 36px;
  padding-top: 40px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  course_cover .course_cover-container .text-container h1 {
    font-size: 64px;
    text-align: right;
  }
}

@media (max-width: 480px) {
  course_cover .course_cover-container .text-container h1 {
    padding-top: 15px;
  }
}

course_cover .course_cover-container .text-container>p {
  margin: 10px 0 15px;
  font-weight: normal;
  font-size: 2rem;
}

course_cover .course_cover-container .text-container [class*="btn-"] {
  position: relative;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
  course_cover .course_cover-container .text-container [class*="btn-"] {
    margin-bottom: 20px;
  }
}

course_cover .course_cover-container .text-container [class*="btn-"]+[class*="btn-"] {
  margin-bottom: 40px;
}

course_cover .course_cover-container .text-container [class*="btn-"]::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  -khtml-transform: skewX(-45deg) translateX(0);
  -moz-transform: skewX(-45deg) translateX(0);
  -ms-transform: skewX(-45deg) translateX(0);
  -o-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  transition: none;
}

course_cover .course_cover-container .text-container [class*="btn-"]:hover::before {
  -webkit-transform: skewX(-45deg) translateX(30em);
  -khtml-transform: skewX(-45deg) translateX(30em);
  -moz-transform: skewX(-45deg) translateX(30em);
  -ms-transform: skewX(-45deg) translateX(30em);
  -o-transform: skewX(-45deg) translateX(30em);
  transform: skewX(-45deg) translateX(30em);
  -webkit-transition: all 0.85s ease-in-out;
  -khtml-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -ms-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

course_cover .course_cover-container .text-container .btn-white {
  pointer-events: none;
  width: 100%;
  background-color: #fff;
  border: 1px dashed #0B0B0B;
}

course_cover .course_cover-container .text-container .btn-white::before {
  display: none;
}

course_cover .course_cover-container .text-container .btn-white:hover {
  border-radius: 4px;
  color: #54bb7b;
}

course_cover .course_cover-container .text-container .btn-black {
  display: table;
  width: 310px;
  background-color: white;
  font-size: 24px;
  color: #54bb7b;
  padding: 9px;
  font-weight: 500;
}

@media (max-width: 480px) {
  course_cover .course_cover-container .text-container .btn-black {
    display: block;
    width: 100%;
    font-size: 20px;
  }
}

course_cover .course_cover-container .text-container .btn-black i {
  font-size: 125%;
  padding-right: 5px;
  vertical-align: text-bottom;
}

course_cover .course_cover-container .text-container b {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: black;
}

course_cover .course_cover-container .img-container {
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  course_cover .course_cover-container .img-container {
    vertical-align: bottom;
  }
}

course_cover .course_cover-container .img-container img {
  max-width: 100%;
  margin-bottom: -7px;
}

.course_cover-container .do_it {
  background-color: white;
  color: #54bb7b;
  font-size: 1.8rem;
  border: 1px solid #54bb7b;
}

@media(max-width:769px) {
  .course_cover-container .do_it{
    font-size: 1rem;
    width: 80%;
  }
}

body {
  position: relative;
}

body.hide {
  overflow: hidden;
  /*@include calc( height, '100vh - 88px' );*/
}

main.hide {
  overflow: hidden;
  /*@include calc( height, '100vh - 88px' );*/
}

#overlay {
  position: static;
}

#overlay .course-overlay {
  position: fixed;
  display: none;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  z-index: 10;
  background-color: rgba(47, 50, 57, 0.6);
}

@media (max-width: 560px) {
  #overlay .course-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

#overlay .course-overlay .back {
  position: absolute;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  top: 35% !important;
}

@media (max-width: 768px) {
  #overlay .course-overlay .back {
    top: 40px;
  }
}

#overlay .course-overlay .back:hover {
  color: #ededed;
}

#overlay .course-pop_up_container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  #overlay .course-pop_up_container {
    padding-top: 60px;
  }
}

#overlay .course-pop_up_container .container {
  max-width: 480px;
}

@media (min-width: 768px) {
  #overlay .course-pop_up_container .container h2 {
    font-size: 24px;
  }
}

#overlay .footer-form {
  position: relative;
  max-width: 420px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media (min-width: 500px) {
  #overlay .footer-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -53%);
  }
}

#overlay .footer-form .container h2 {
  font-weight: 500;
}

#overlay .footer-form .row {
  margin-bottom: 0px;
}

#overlay .footer-form .header-title {
  display: block;
  margin-bottom: 20px;
}

#overlay .footer-form .header-title .title {
  display: block;
  width: 100%;
}

#overlay .footer-form .header-title .phone-content {
  display: none;
}

#overlay .footer-form .form-content {
  margin-bottom: 20px;
}

#overlay .footer-form .form-content .input-group {
  width: 100%;
}

#overlay .footer-form .form-content .input-group input {
  text-align: right;
  padding: 7px 5px;
  color: #fff;
  border: 1px solid #54bb7b;
}

/**
 * PAGES
 */

/**
 * FRONT PAGE
 */

.front-page h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .front-page h3 {
    font-size: 24px;
  }
}

.front-page .header .navbar .navbar-brand svg {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px rgba(47, 50, 57, 0.1));
  filter: drop-shadow(3px 3px rgba(47, 50, 57, 0.1));
}

/**
 * INNER PAGE
 */

body.inner .cover-container {
  height: 650px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  body.inner .cover-container {
    background-color: #DDDDDD;
  }
}

@media (min-width: 992px) {
  body.inner .header.transparent {
    background-color: transparent;
    -webkit-box-shadow: 0 4px 16px 0 transparent;
    -moz-box-shadow: 0 4px 16px 0 transparent;
    -o-box-shadow: 0 4px 16px 0 transparent;
    -ms-box-shadow: 0 4px 16px 0 transparent;
    box-shadow: 0 4px 16px 0 transparent;
  }
  body.inner .header.transparent .navbar-inks a {
    color: #fff;
  }
}

/**
 * COURDE PAGE
 */

.single-courses .cover-container {
  color: #fff;
}

.single-courses .cover-container .breadcrumb li a {
  color: #fff;
}

.single-courses .cover-container .breadcrumb li a:hover {
  color: #54bb7b;
}

.single-courses .course-container .row {
  margin: 0 -15px;
  direction: ltr;
}

.single-courses .course-container h3 {
  font-weight: normal;
}

.single-courses .course-container h2 {
  margin-top: 0;
}

.single-courses aside,
.single-courses aside+section {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .single-courses aside,
  .single-courses aside+section {
    float: right;
  }
}

.single-courses .bord {
  display: block;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.single-courses .bord .card_header {
  padding-top: 20px;
  border-bottom: 1px solid #0089cf;
  padding-bottom: 15px;
}

.single-courses .bord h3,
.single-courses .bord h4 {
  margin-top: 0;
  color: black;
}

.single-courses .bord ul {
  padding: 0;
  font-weight: normal;
}

.single-courses .bord ul li {
  display: block;
  padding: 5px 0;
}

.single-courses .bord i:before {
  vertical-align: middle;
}

.single-courses .bord .borerd {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.single-courses .bord p {
  margin: 0;
}

.single-courses .bord p b {
  font-weight: 500;
}

.single-courses .bord .table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.single-courses .bord .table .cel {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 10px;
}

.single-courses .bord .text-content .cel {
  padding: 0;
  vertical-align: top;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .single-courses .bord .text-content .cel {
    display: block;
    margin: 20px auto 10px;
  }
  .header .navbar .do_it {
    margin-top: 10px;
  }
}

.single-courses .bord .text-content .img-content {
  width: 30%;
  vertical-align: top;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .single-courses .bord .text-content .img-content {
    padding-right: 0;
    width: 100%;
  }
}

.single-courses .bord .text-content .img-content img {
  max-width: 100%;
  margin-bottom: 20px;
}

.single-courses aside {
  max-width: 360px;
  width: 100%;
  letter-spacing: -0.3px;
}

@media (max-width: 767px) {
  .single-courses aside {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.single-courses aside h3,
.single-courses aside h4 {
  display: block;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

.single-courses aside .bord ul {
  list-style: none;
  margin-top: 20px;
}
.single-courses aside .bord ul .date{
  font-weight: bold;
  font-size: 20px;
}

.single-courses aside .bord ul i {
  width: 25px;
  text-align: center;
  margin-right: 15px;
}

.single-courses aside .bord.btn {
  color: #2f3238;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-courses aside .bord.btn i {
  margin: 0;
  line-height: 1.5;
}

.single-courses aside .bord.btn:hover {
  color: #54bb7b;
}

.single-courses aside .more {
  position: relative;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 40px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.single-courses aside .more p {
  margin: 0;
}

.single-courses aside .more a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}

.single-courses aside .more a:hover {
  color: #54bb7b;
}

.single-courses aside .more:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  top: 50%;
  right: 15px;
  font-size: 160%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-courses aside .banner {
  text-align: center;
  margin-bottom: 15px;
}

.single-courses aside .banner a {
  display: block;
  padding: 25px 10px;
  color: white;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: #54bb7b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #54bb7b 0%, #0089cf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #54bb7b 0%, #0089cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #54bb7b 0%, #0089cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bb7b', endColorstr='#0089cf', GradientType=0);
  /* IE6-9 */
}

@media (min-width: 768px) {
  .single-courses aside .banner a {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .single-courses aside .banner a:hover,
  .single-courses aside .banner a:focus {
    background-color: #fff;
    border-color: #2f3238;
  }
}

.single-courses aside .banner span {
  padding-top: 6px;
  display: block;
  font-size: 36px;
  font-weight: 700;
}

.single-courses aside .teacher .social-media {
  direction: rtl;
}

.single-courses aside .teacher .social-media li {
  display: inline-block;
}

.single-courses aside .teacher .social-media li a {
  display: block;
  color: #54bb7b;
}

.single-courses aside .teacher .social-media li a:hover {
  color: #2f3238;
}

.single-courses aside .teacher .social-media li a i {
  margin: 0;
}

.single-courses aside .teacher .social-media li i {
  width: 40px;
  text-align: right;
}

.single-courses aside .teacher p {
  font-size: 17px;
}

.single-courses aside .teacher .img-content {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 15px 0;
}

.single-courses aside .teacher .img-content img {
  position: absolute;
  max-width: 140%;
  min-width: 20%;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-courses aside+section {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: -o-calc(100% - 360px);
  width: -ms-calc(100% - 360px);
  width: calc(100% - 360px);
}

@media (max-width: 767px) {
  .single-courses aside+section {
    width: 100%;
  }
}

.single-courses aside+section h3 {
  margin-top: 2em;
}

.single-courses aside+section .bord h3 {
  margin: 0;
}

.single-courses aside+section .bord .card_header i {
  padding: 0 3px;
}

.single-courses aside+section .bord a {
  color: #98999B;
}

.single-courses aside+section .bord a:hover {
  color: #54bb7b;
}

.single-courses .syllabus-container {
  margin: 30px 0;
}

.single-courses .syllabus {
  padding-top: 30px;
}

.single-courses .syllabus span {
  display: block;
}

.single-courses .syllabus .col {
  display: inline-block;
}

.single-courses .syllabus .col.col_1 {
  width: 120px;
}

.single-courses .syllabus .col.col_2 {
  width: -webkit-calc((100% - 120px) - 5px);
  width: -moz-calc((100% - 120px) - 5px);
  width: -o-calc((100% - 120px) - 5px);
  width: -ms-calc((100% - 120px) - 5px);
  width: calc((100% - 120px) - 5px);
}

.single-courses .syllabus .header-group {
  padding-left: -webkit-calc(70px + 15px);
  padding-left: -moz-calc(70px + 15px);
  padding-left: -o-calc(70px + 15px);
  padding-left: -ms-calc(70px + 15px);
  padding-left: calc(70px + 15px);
}

.single-courses .syllabus .header-group .col {
  text-decoration: underline;
}

.single-courses .syllabus .row-group {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  padding-left: -webkit-calc(70px + 35px);
  padding-left: -moz-calc(70px + 35px);
  padding-left: -o-calc(70px + 35px);
  padding-left: -ms-calc(70px + 35px);
  padding-left: calc(70px + 35px);
  counter-increment: num_row;
  margin-bottom: 40px;
}

.single-courses .syllabus .row-group li {
  margin-bottom: 5px;
}

.single-courses .syllabus .row-group:before,
.single-courses .syllabus .row-group:after {
  clear: none;
}

.single-courses .syllabus .row-group:after {
  position: absolute;
  top: 0;
  left: 70px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #54bb7b;
}

.single-courses .syllabus .row-group:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  letter-spacing: -1px;
  content: attr(data-text) " " counter(num_row);
  color: #54bb7b;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-courses .teaches-container .text-content {
  background-color: #54bb7b;
  color: #2f3238;
}

@media (max-width: 767px) {
  .single-courses .footer-form {
    position: relative;
    max-height: none;
    left: auto;
    right: auto;
    bottom: auto;
    padding-bottom: 40px;
  }
  .single-courses .footer-form+section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-courses .footer-form .row {
    margin: 0;
  }
  .single-courses .footer-form .subtitle {
    display: none;
  }
  .single-courses .footer-form h2 {
    font-size: 35px;
    font-weight: lighter;
  }
  .single-courses .footer-form .header-title .phone-content {
    display: none;
  }
  .single-courses .footer-form .form-content {
    padding-top: 20px;
  }
}

/**
 * FRONT PAGE 2
 */

.homepage_new .material-icons {
  font-size: inherit;
}

.homepage_new .cover-container h1 {
  margin-top: 7%;
  margin-bottom: 12.6%;
}

.homepage_new .cover-container .course_carousel {
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 0 auto 50px;
}

.homepage_new .cover-container .course_carousel .course_carousel {
  padding: 0 50px;
}

.homepage_new .cover-container .course_carousel .course_carousel .owl-stage-outer {
  margin-left: -35px;
}

.homepage_new .cover-container .course_carousel .course_carousel .owl-item {
  color: white;
}

.homepage_new .cover-container .course_carousel .course_carousel p{
  color: white;
}

.homepage_new .cover-container .course_carousel .course_carousel a {
  color: white;
}


.homepage_new .cover-container .course_carousel .course_carousel .item {
  font-size: 19px;
  text-align: center;
  padding: 15px 10px;
  border: 1px dashed white;
  margin: 0 auto;
}

.homepage_new .cover-container .course_carousel .course_carousel .item p {
  font-size: inherit;
  margin: 0 0 7px;
}

.homepage_new .cover-container .course_carousel .course_carousel .item b {
  display: block;
  font-weight: 400;
}

.homepage_new .cover-container .course_carousel .course_carousel .item a {
  display: block;
  font-size: inherit;
  text-decoration: underline;
}

.homepage_new .cover-container .course_carousel .owl-nav {
  height: 0;
  color: white;
}

.homepage_new .cover-container .course_carousel .owl-nav>div {
  position: absolute;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 35px;
}

.homepage_new .cover-container .course_carousel .owl-nav .owl-next {
  left: 0;
}

.homepage_new .cover-container .course_carousel .owl-nav .owl-prev {
  right: 0;
}

.homepage_new .about_course-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.homepage_new .about_course-container .container {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.homepage_new .about_course-container .container h2 {
  padding-top: 70px;
  margin-bottom: 2.5rem;
}

.homepage_new .about_course-container h2+p {
  margin: 20px auto;
}

.homepage_new .about_course-container h2+p strong {
  font-weight: 500;
}

.homepage_new .about_course-container h3 {
  font-weight: 600;
}

@media (min-width: 768px) {
  .homepage_new .about_course-container h3 {
    font-size: 24px;
  }
}

.homepage_new .about_course-container .links_box {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-top: 15px;
}

.homepage_new .about_course-container .item-box {
  -webkit-flex-basis: calc(100% / 2);
  -khtml-flex-basis: calc(100% / 2);
  -moz-flex-basis: calc(100% / 2);
  -ms-flex-basis: calc(100% / 2);
  -o-flex-basis: calc(100% / 2);
  flex-basis: calc(100% / 2);
  max-width: 310px;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .homepage_new .about_course-container .item-box {
    -webkit-flex-basis: calc(100% / 3);
    -khtml-flex-basis: calc(100% / 3);
    -moz-flex-basis: calc(100% / 3);
    -ms-flex-basis: calc(100% / 3);
    -o-flex-basis: calc(100% / 3);
    flex-basis: calc(100% / 3);
    font-size: 18px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .homepage_new .about_course-container .item-box {
    -webkit-flex-basis: calc(100% / 6);
    -khtml-flex-basis: calc(100% / 6);
    -moz-flex-basis: calc(100% / 6);
    -ms-flex-basis: calc(100% / 6);
    -o-flex-basis: calc(100% / 6);
    flex-basis: calc(100% / 6);
  }
}

.homepage_new .about_course-container .item-box .icon {
  width: 56px;
  height: 56px;
  line-height: 51px;
  font-size: 36px;
  border: 2px solid #0089cf;
  border-radius: 50%;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .homepage_new .about_course-container .item-box .icon {
    width: 81px;
    height: 81px;
    line-height: 76px;
    font-size: 51px;
  }
}

.homepage_new .about_course-container .item-box p {
  margin: 0;
}

.homepage_new .what_learning-container {
  background-color: #fff;
}

.homepage_new .what_learning-container .syllabus-container .container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.homepage_new .about_us_text-container {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #2F3239;
  color: #fff;
}

.homepage_new .about_us_text-container h2 {
  color: #54bb7b;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .homepage_new .about_us_text-container .row {
    margin: 0 -15px;
  }
}

.homepage_new .about_us_text-container b,
.homepage_new .about_us_text-container strong,
.homepage_new .about_us_text-container h3 {
  font-weight: 500;
}

.homepage_new .about_us_text-container h3 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .homepage_new .about_us_text-container h3 {
    font-size: 22px;
  }
}

.homepage_new .about_us_text-container [class^="col"] {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .homepage_new .about_us_text-container [class^="col"] {
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.homepage_new .about_us_text-container [class^="col"] p {
  text-align: justify;
}

.homepage_new course_cover {
  position: relative;
  display: block;
  overflow: hidden;
}

.homepage_new course_cover .discount_label {
  position: absolute;
}

.homepage_new course_cover .course_cover-container {
  padding-top: 30px;
}

.homepage_new course_cover .course_cover-container .text-container h2 {
  font-size: 36px;
  padding-top: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .homepage_new course_cover .course_cover-container .text-container h2 {
    font-size: 64px;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .homepage_new course_cover .course_cover-container .text-container h2 {
    padding-top: 15px;
  }
}

.homepage_new logo_carousel {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
  width: 100%;
}

.homepage_new logo_carousel h2,
.homepage_new logo_carousel h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 40px;
}

.homepage_new logo_carousel .logo_carousel .item {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage_new logo_carousel .logo_carousel .item .logo-content {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepage_new logo_carousel .logo_carousel .item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.homepage_new logo_carousel .logo_carousel .item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.homepage_new logo_carousel .logo_carousel .owl-stage-outer::before,
.homepage_new logo_carousel .logo_carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  z-index: 9999;
}

.homepage_new logo_carousel .logo_carousel .owl-stage-outer::before {
  left: 0;
  background-image: -webkit-linear-gradient(right, transparent, #F3F3F3);
  background-image: -o-linear-gradient(right, transparent, #F3F3F3);
  background-image: linear-gradient(to left, transparent, #F3F3F3);
}

.homepage_new logo_carousel .logo_carousel .owl-stage-outer::after {
  right: 0;
  background-image: -webkit-linear-gradient(left, transparent, #F3F3F3);
  background-image: -o-linear-gradient(left, transparent, #F3F3F3);
  background-image: linear-gradient(to right, transparent, #F3F3F3);
}

@-webkit-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-moz-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-o-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-webkit-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@-moz-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@-o-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

.contact-form {
  background-color: #2F3239;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  z-index: 3;
}

@media (max-width: 767px) {
  .contact-form {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
    text-align: center;
  }
}

.contact-form.fixed_anim,
.homepage_new .contact-form.rel_anim {
  position: fixed;
}

.contact-form.fixed_anim {
  width: 100%;
  bottom: 0;
  -webkit-animation: form_aminIn 0.3s ease-in-out alternate;
  -khtml-animation: form_aminIn 0.3s ease-in-out alternate;
  -moz-animation: form_aminIn 0.3s ease-in-out alternate;
  -ms-animation: form_aminIn 0.3s ease-in-out alternate;
  -o-animation: form_aminIn 0.3s ease-in-out alternate;
  animation: form_aminIn 0.3s ease-in-out alternate;
}

@media (min-width: 768px) {
  .contact-form.fixed_anim {
    padding-bottom: 30px;
  }
}

.contact-form .form-content .input-group {
  width: 100%;
}

.contact-form h2,
.homepage_new .contact-form p {
  margin: 0;
}

.contact-form .subtitle {
  color: #d3d3d3;
}

@media (max-width: 767px) {
  .contact-form h2 {
    font-size: 19px;
  }
}

.contact-form .phone-content,
.homepage_new .contact-form .input-group {
  width: 25%;
}

@media (max-width: 767px) {
  .contact-form .phone-content,
  .homepage_new .contact-form .input-group {
    width: 100%;
  }
}

.contact-form .header-title {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .contact-form .header-title {
    display: block;
  }
}

.contact-form .header-title .title,
.contact-form .header-title .phone-content,
.contact-form .header-title .thanks-text {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .contact-form .header-title .title,
  .contact-form .header-title .phone-content,
  .contact-form .header-title .thanks-text {
    display: block;
  }
}

.contact-form .header-title .title {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.contact-form .header-title .phone-content {
  text-align: left;
  width: 267px;
}

@media (max-width: 767px) {
  .contact-form .header-title .phone-content {
    margin: 30px auto 0;
    width: 300px;
  }
}

.contact-form .header-title a {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-form .header-title a[href*="tel"] {
    pointer-events: none;
  }
}

.contact-form .header-title a .phone-icon,
.contact-form .header-title a .text-content {
  display: table-cell;
  vertical-align: middle;
}

.contact-form .header-title a .phone-icon {
  width: 70px;
  border: 1px dashed #d3d3d3;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-form .header-title a .phone-icon {
    height: 70px;
  }
}

.contact-form .header-title a .text-content {
  letter-spacing: -.6px;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.contact-form .thanks-text {
  position: absolute;
  font-size: 0%;
  left: auto;
  right: 0;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.contact-form.thanks {
  padding-top: 15px;
  padding-bottom: 10px;
}

.contact-form.thanks .title {
  position: absolute;
  font-size: 0%;
  left: auto;
  right: 0;
  opacity: 0;
}

.contact-form.thanks .thanks-text {
  position: relative;
  font-size: 100%;
  opacity: 1;
  left: auto;
  right: auto;
  z-index: 1;
}

.contact-form.thanks .thanks-text i {
  font-size: 33px;
}

.contact-form.thanks .form-content {
  display: none;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.contact-form.thanks .form-content button {
  pointer-events: none;
}

.contact-form.thanks .form-content button:after {
  width: 101.5%;
}

@media (min-width: 768px) {
  .contact-form .form-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.contact-form .form-content form {
  display: block;
  width: 100%;
}

.contact-form .form-content .input-group {
  position: relative;
  width: 20%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .contact-form .form-content .input-group {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.contact-form .form-content .input-group.checkbox {
  width: 100%;
  text-align: center;
  clear: both;
}

@media (min-width: 768px) {
  .contact-form .form-content .input-group.checkbox {
    text-align: right;
  }
}

.contact-form .form-content .input-group input {
  text-align: right;
}

.contact-form .form-content .input-group input:not([type="checkbox"]) {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 7px 5px;
  color: #fff;
  border-bottom: 1px solid #0089ca;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-form .form-content .input-group input:not([type="checkbox"])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

.contact-form .form-content .input-group input:not([type="checkbox"]):-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

.contact-form .form-content .input-group input:not([type="checkbox"])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

.contact-form .form-content .input-group input:not([type="checkbox"]):-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

.contact-form .form-content .input-group label {
  padding-top: 5px;
  font-size: 0%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 579px) {
  .contact-form .form-content .input-group label {
    display: block;
    margin-bottom: 3px;
    line-height: .85;
  }
}

.contact-form .form-content .input-group.has-error label {
  font-size: 85%;
  opacity: 1;
}

@media (max-width: 579px) {
  .contact-form .form-content .input-group.has-error label {
    font-size: 79%;
    margin-bottom: 6px;
  }
}

.contact-form .form-content [type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.contact-form .form-content [type="checkbox"]+label {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 1;
}

@media (min-width: 768px) {
  .contact-form .form-content [type="checkbox"]+label {
    font-size: 18px;
  }
}

.contact-form .form-content [type="checkbox"]+label:before {
  content: " \002714 ";
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 0px;
  text-align: center;
  color: #54bb7b;
  line-height: 21px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 0;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .contact-form .form-content [type="checkbox"]+label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

.contact-form .form-content [type="checkbox"]:checked+label:before {
  color: #2f3238;
  font-size: 16px;
}

.contact-form .form-content button {
  position: relative;
  width: 100%;
  color: white;
  padding: 6px 0;
  font-weight: normal;
  background-color: #0089cf;
  border: 2px solid #0089cf;
  cursor: pointer;
  z-index: 1;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  /*@media (max-width: 767px) {
  	margin-top: 10px;
  	padding-top: 7px;
  	padding-bottom: 7px;
  }*/
}

.contact-form .form-content button:after {
  content: "";
  position: absolute;
  top: -2px;
  left: auto;
  right: -2px;
  width: 0;
  height: 113%;
  background-color: #2F3239;
  z-index: 2;
  -webkit-transition: all 6s ease-out;
  -khtml-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  -ms-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  transition: all 6s ease-out;
}

.contact-form .form-content button:hover {
  color: #fff;
  background-color: rgba(47, 50, 57, 0.7);
}

.contact-form .form-content button:focus {
  outline: 0;
}

.contact-form .form-content button.loader:after {
  width: 101.5%;
}

#overlay {
  position: static;
}

#overlay .course {
  position: fixed;
  display: none;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  z-index: 5;
  background-color: rgba(47, 50, 57, 0.6);
}

@media (max-width: 560px) {
  #overlay .course {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.homee_new #overlay .course .back {
  position: absolute;
  top: 10px;
  background-color: transparent;
  border: 0;
  font-size: 33px;
  color: #fff;
  cursor: pointer;
}

#overlay .course .back:hover {
  color: #ededed;
}

#overlay .course-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  #overlay .course-container {
    padding-top: 60px;
  }
}

#overlay .course-container .container {
  max-width: 480px;
}

@media (min-width: 768px) {
  #overlay .course-container .container h2 {
    font-size: 24px;
  }
}

#overlay .contact-form {
  position: relative;
  max-width: 420px;
  text-align: center;
  padding: 40px;
}

@media (min-width: 500px) {
  #overlay .contact-form {
    position: absolute;
    top: 50vh;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -53%);
  }
}

#overlay .contact-form .back {
  top: 0;
  left: 7px;
  outline: 0;
}

#overlay .contact-form .form-content .input-group {
  width: 100%;
  float: none;
}

@media (max-width: 767px) {
  #overlay .contact-form .form-content .input-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#overlay .contact-form .form-content .input-group input {
  text-align: right;
}

/**
 * COURSE 2
 */

body.single-course_new .material-icons {
  font-size: inherit;
  vertical-align: middle;
}

@media (max-width: 767px) {
  body.single-course_new main.hide {
    height: 100vh;
  }
}

body.single-course_new .wrapper .header {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  background-color: transparent;
  z-index: 5;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  body.single-course_new .wrapper .header {
    position: fixed;
    background-color: #54bb7b;
  }
}

body.single-course_new .wrapper .header>.container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

body.single-course_new .wrapper .header .navbar {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -khtml-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -khtml-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 15px;
}

@media (min-width: 992px) {
  body.single-course_new .wrapper .header .navbar {
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -khtml-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
}

body.single-course_new .wrapper .header .navbar>a {
  display: block;
  color: #2F3239;
}

@media (max-width: 767px) {
  body.single-course_new .wrapper .header .navbar>a:not(.navbar-brand) {
    font-size: 27px;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 38px;
    border: 2px dashed;
  }
}

body.single-course_new .wrapper .header .navbar>a:not(.navbar-brand) i {
  vertical-align: middle;
}

@media (min-width: 768px) {
  body.single-course_new .wrapper .header .navbar>a:not(.navbar-brand) {
    display: none;
  }
}

body.single-course_new .wrapper .header .navbar>a.back {
  display: block;
}

@media (max-width: 767px) {
  body.single-course_new .wrapper .header .navbar>a.back span {
    display: none;
  }
}

body.single-course_new .wrapper .header .navbar>a:hover,
body.single-course_new .wrapper .header .navbar>a:focus {
  color: #fff;
}

body.single-course_new .wrapper .header .navbar .navbar-brand {
  max-width: 145px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  -khtml-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

body.single-course_new .wrapper .header .navbar .navbar-brand svg {
  width: 145px;
  height: auto;
  max-height: 42px;
  -webkit-filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.15));
}

body.single-course_new course_cover .course_cover-container .text-container h2 {
  font-size: 36px;
  padding-top: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  body.single-course_new course_cover .course_cover-container .text-container h2 {
    font-size: 64px;
    text-align: right;
  }
}

@media (max-width: 480px) {
  body.single-course_new course_cover .course_cover-container .text-container h2 {
    padding-top: 15px;
  }
}

body.single-course_new course_cover .course_cover-container .text-container .btn-white {
  pointer-events: none;
}

body.single-course_new .what_learning-container {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

body.single-course_new .what_learning-container h2+p {
  max-width: 400px;
  margin: 20px auto;
}

body.single-course_new .what_learning-container .links_box .item-box {
  position: relative;
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .links_box .item-box {
    max-width: 370px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

body.single-course_new .what_learning-container .links_box .item {
  position: relative;
  max-height: 340px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

@media (min-width: 992px) {
  body.single-course_new .what_learning-container .links_box .item {
    height: 27vw;
  }
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .links_box .item {
    height: 260px;
  }
}

@media (max-width: 360px) {
  body.single-course_new .what_learning-container .links_box .item {
    height: 380px;
  }
}

body.single-course_new .what_learning-container .links_box .item:hover {
  margin-top: -6px;
}

body.single-course_new .what_learning-container .links_box .item figcaption,
body.single-course_new .what_learning-container .links_box .item>a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body.single-course_new .what_learning-container .links_box .item figcaption {
  padding: 20px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}

body.single-course_new .what_learning-container .links_box .item figcaption:before,
body.single-course_new .what_learning-container .links_box .item figcaption:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, transform 0.6s;
  -khtml-transition: opacity 0.3s, transform 0.6s;
  -moz-transition: opacity 0.3s, transform 0.6s;
  -ms-transition: opacity 0.3s, transform 0.6s;
  -o-transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
}

body.single-course_new .what_learning-container .links_box .item figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

body.single-course_new .what_learning-container .links_box .item figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -khtml-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

body.single-course_new .what_learning-container .links_box .item figcaption .title {
  font-size: 32px;
  padding-top: 10px;
  -webkit-transition: all 0.65s;
  -khtml-transition: all 0.65s;
  -moz-transition: all 0.65s;
  -ms-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate3d(0, -20px, 0);
  -khtml-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  margin: 0;
}

body.single-course_new .what_learning-container .links_box .item figcaption .sub_title {
  position: relative;
  display: block;
  margin: 26% auto 40px;
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

body.single-course_new .what_learning-container .links_box .item figcaption .sub_title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  background-color: white;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .links_box .item figcaption .sub_title {
    margin: 32% auto 40px;
  }
}

body.single-course_new .what_learning-container .links_box .item figcaption .hover_text {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.4s, transform 0.5s;
  -khtml-transition: opacity 0.4s, transform 0.5s;
  -moz-transition: opacity 0.4s, transform 0.5s;
  -ms-transition: opacity 0.4s, transform 0.5s;
  -o-transition: opacity 0.4s, transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  -webkit-transform: translate3d(0, 20px, 0);
  -khtml-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

body.single-course_new .what_learning-container .links_box .item>a {
  background-color: transparent;
  z-index: 3;
  -webkit-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 26px -10px rgba(0, 0, 0, 0.3);
}

body.single-course_new .what_learning-container .links_box .item>a:hover {
  -webkit-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px 3px rgba(0, 0, 0, 0.2);
}

body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content:after,
body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content .sub_title {
  opacity: 0;
  margin: 0 auto;
}

body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content .sub_title:after {
  -webkit-transform: translateX(22vw);
  -khtml-transform: translateX(22vw);
  -moz-transform: translateX(22vw);
  -ms-transform: translateX(22vw);
  -o-transform: translateX(22vw);
  transform: translateX(22vw);
}

body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content .title,
body.single-course_new .what_learning-container .links_box .item>a:hover+.text-content .hover_text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.single-course_new .what_learning-container .links_box .item.open_registration>a {
  overflow: hidden;
}

body.single-course_new .what_learning-container .links_box .item.open_registration>a:before {
  content: attr(data-status);
  position: absolute;
  top: 50px;
  right: -100px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  background-color: #262930;
  z-index: 5;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

body.single-course_new .what_learning-container .syllabus-container {
  width: 300vw;
  margin-top: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .syllabus-container {
    max-height: 350px;
    height: 180vw;
  }
}

@media (max-width: 767px) {
  body.single-course_new .what_learning-container .syllabus-container {
    max-height: 520px;
  }
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .syllabus-container.developers,
  body.single-course_new .what_learning-container .syllabus-container.designers {
    max-height: 1210px;
    height: 370vw;
  }
}

@media (max-width: 991px) {
  body.single-course_new .what_learning-container .syllabus-container.developers {
    height: 220vw;
  }
}

body.single-course_new .what_learning-container .syllabus-container.developers .container-fluid {
  -webkit-transform: translateX(-200%);
  -khtml-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}

body.single-course_new .what_learning-container .syllabus-container.choose .container-fluid {
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

body.single-course_new .what_learning-container .syllabus-container.designers .container-fluid {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

body.single-course_new .what_learning-container .syllabus-container .container-fluid {
  float: right;
  width: 100vw;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item {
  width: 50%;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  body.single-course_new .what_learning-container .syllabus-container .choose-item {
    float: right;
  }
}

@media (max-width: 767px) {
  body.single-course_new .what_learning-container .syllabus-container .choose-item {
    width: 100%;
    max-width: 370px;
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.single-course_new .what_learning-container .syllabus-container .choose-item+.choose-item {
    margin-top: 80px;
  }
}

@media (max-width: 480px) {
  body.single-course_new .what_learning-container .syllabus-container .choose-item {
    position: relative;
    max-width: 300px;
  }
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a {
  display: inline-block;
  width: 100%;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a .img-content {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a .img-content:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a:hover .img-content {
  margin-top: -20px;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a:hover .checkbox:before {
  -webkit-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -khtml-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -moz-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -ms-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -o-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 20px #2f3238 inset, 0px 0px 0px 2px #2f3238;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item a:hover .checkbox .checkbox_text:after {
  width: 100%;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item .img-content {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item .img-content img {
  max-width: none;
  max-height: 350px;
  height: 22vw;
}

@media (max-width: 767px) {
  body.single-course_new .what_learning-container .syllabus-container .choose-item .img-content img {
    max-width: 100%;
    max-height: none;
    height: auto;
  }
}

body.single-course_new .what_learning-container .syllabus-container .choose-item .checkbox {
  display: block;
}

body.single-course_new .what_learning-container .syllabus-container .choose-item .checkbox:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -khtml-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -moz-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -ms-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -o-box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  box-shadow: 0px 0px 0px 8px #F3F3F3 inset, 0px 0px 0px 0px #2f3238 inset, 0px 0px 0px 2px #2f3238;
  -webkit-transition: 0.7s box-shadow ease;
  -moz-transition: 0.7s box-shadow ease;
  -o-transition: 0.7s box-shadow ease;
  -ms-transition: 0.7s box-shadow ease;
  transition: 0.7s box-shadow ease;
}

@media (max-width: 480px) {
  body.single-course_new .what_learning-container .syllabus-container .choose-item .checkbox:before {
    width: 25px;
    height: 25px;
  }
}

body.single-course_new .what_learning-container .syllabus-container .choose-item .checkbox_text {
  display: inline-block;
  vertical-align: middle;
}

body.single-course_new .what_learning-container .syllabus-container .syllabus header {
  position: relative;
  margin-bottom: 50px;
}

body.single-course_new .what_learning-container .syllabus-container .syllabus header .back {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 400px) {
  body.single-course_new .what_learning-container .syllabus-container .syllabus header .back {
    font-size: 0;
  }
}

body.single-course_new .what_learning-container .syllabus-container .syllabus header .back:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 8px;
  font-size: 130%;
  vertical-align: middle;
}

@media (max-width: 400px) {
  body.single-course_new .what_learning-container .syllabus-container .syllabus header .back:before {
    font-size: 50px;
  }
}

body.single-course_new .what_learning-container .checkbox_text {
  position: relative;
  display: table;
  text-align: center;
  font-size: 40px;
  margin: 8px auto;
  color: #2f3238;
}

@media (max-width: 480px) {
  body.single-course_new .what_learning-container .checkbox_text {
    font-size: 30px;
  }
}

body.single-course_new .what_learning-container .checkbox_text:after {
  display: block;
  content: "";
  width: 120px;
  height: 4px;
  background-color: #54bb7b;
  margin: 0 auto;
  -webkit-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -ms-transition: 0.7s all ease;
  transition: 0.7s all ease;
}

@media (min-width: 480px) {
  body.single-course_new .what_learning-container {
    background-image: url("./assets/images/pappers.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
  }
}

@media (max-width: 767px) {
  body.single-course_new .what_learning-container {
    background-size: 28vw auto;
  }
}

@media (min-width: 992px) {
  body.single-course_new .what_learning-container {
    background-size: 13.5vw auto;
  }
}

body.single-course_new .what_learning-container h2 {
  text-align: center;
}

@media (min-width: 768px) {
  body.single-course_new .what_learning-container .row {
    margin: 0 -10px;
  }
}

body.single-course_new .what_learning-container p {
  text-align: justify;
}

body.single-course_new .what_learning-container b {
  font-weight: 500;
}

body.single-course_new .what_learning-container [class^="col"] {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  body.single-course_new .what_learning-container [class^="col"] {
    width: 50%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.single-course_new .what_learning-container .course_scope {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

body.single-course_new .what_learning-container .course_scope .item {
  -webkit-width: calc( (100% / 3) - 1px);
  -khtml-width: calc( (100% / 3) - 1px);
  -moz-width: calc( (100% / 3) - 1px);
  -ms-width: calc( (100% / 3) - 1px);
  -o-width: calc( (100% / 3) - 1px);
  width: calc( (100% / 3) - 1px);
  text-align: center;
  font-weight: 400;
}

@media (min-width: 768px) {
  body.single-course_new .what_learning-container .course_scope .item {
    -webkit-width: calc( 100% / 5 - 1px);
    -khtml-width: calc( 100% / 5 - 1px);
    -moz-width: calc( 100% / 5 - 1px);
    -ms-width: calc( 100% / 5 - 1px);
    -o-width: calc( 100% / 5 - 1px);
    width: calc( 100% / 5 - 1px);
  }
}

body.single-course_new .what_learning-container .course_scope .item span {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  width: 91px;
  height: 91px;
  border: 2px solid #54bb7b;
  border-radius: 50%;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate3d(0, 0, 0);
  -khtml-transform: rotate3d(0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0);
  -o-transform: rotate3d(0, 0, 0);
  transform: rotate3d(0, 0, 0);
}

@media (max-width: 479px) {
  body.single-course_new .what_learning-container .course_scope .item span {
    width: 56px;
    height: 56px;
    font-size: 25px;
  }
}

body.single-course_new .what_learning-container .course_scope .item p {
  text-align: center;
}

@media (min-width: 768px) {
  body.single-course_new .what_learning-container .course_scope .item p {
    font-size: 20px;
  }
}

body.single-course_new .about_course-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
}

body.single-course_new .about_course-container .container {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

body.single-course_new .about_course-container h2+p {
  margin: 20px auto;
}

body.single-course_new .about_course-container h2+p strong {
  font-weight: 500;
}

body.single-course_new .about_course-container h3 {
  font-weight: 600;
}

@media (min-width: 768px) {
  body.single-course_new .about_course-container h3 {
    font-size: 24px;
  }
}

body.single-course_new .about_course-container .links_box {
  padding-top: 15px;
}

body.single-course_new .about_course-container .item-box {
  width: -webkit-calc(100% / 2 - 1px);
  width: -moz-calc(100% / 2 - 1px);
  width: -o-calc(100% / 2 - 1px);
  width: -ms-calc(100% / 2 - 1px);
  width: calc(100% / 2 - 1px);
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  body.single-course_new .about_course-container .item-box:nth-of-type(odd) {
    clear: both;
  }
}

@media (min-width: 768px) {
  body.single-course_new .about_course-container .item-box {
    width: -webkit-calc(100% / 3 - 1px);
    width: -moz-calc(100% / 3 - 1px);
    width: -o-calc(100% / 3 - 1px);
    width: -ms-calc(100% / 3 - 1px);
    width: calc(100% / 3 - 1px);
    font-size: 18px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 60px;
  }
  body.single-course_new .about_course-container .item-box:nth-of-type(3n+4) {
    clear: both;
  }
}

body.single-course_new .about_course-container .item-box .icon {
  width: 56px;
  height: 56px;
  line-height: 51px;
  font-size: 36px;
  border: 2px solid #54bb7b;
  border-radius: 50%;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  body.single-course_new .about_course-container .item-box .icon {
    width: 81px;
    height: 81px;
    line-height: 76px;
    font-size: 51px;
  }
}

body.single-course_new .about_course-container .item-box p {
  margin: 0;
}

body.single-course_new .teaches-container {
  display: table;
  width: 100%;
  direction: rtl;
}

body.single-course_new .teaches-container a {
  color: #ffffff;
  text-decoration: underline;
}

body.single-course_new .teaches-container .img-content,
body.single-course_new .teaches-container .text-content {
  display: table-cell;
  direction: ltr;
  height: 100%;
}

body.single-course_new .teaches-container .img-content {
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  body.single-course_new .teaches-container .img-content {
    width: 30%;
  }
}

@media (max-width: 767px) {
  body.single-course_new .teaches-container .img-content {
    display: none;
  }
}

body.single-course_new .teaches-container .text-content {
  background-color: #2F3239;
  padding: 6%;
  color: #fff;
  text-align: justify;
}

@media (max-width: 767px) {
  body.single-course_new .teaches-container .text-content {
    padding: 20px;
  }
}

body.single-course_new .home .teaches-container h2 {
  color: #54bb7b;
}

body.single-course_new .teaches-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: -6vw;
    right: -5%;
    background-image: url("./assets/images/pc.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    background-size: 16vw auto;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  body.single-course_new .teaches-container::before {
    background-size: 18vw auto;
  }
}

@media (min-width: 1200px) {
  body.single-course_new .teaches-container::before {
    top: -9vw;
    background-size: 20vw auto;
  }
}

body.single-course_new .teaches-container .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  body.single-course_new .teaches-container .table {
    background-color: white;
    -webkit-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container .table .content {
    -webkit-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 10px 55px -5px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container .table .cel {
    padding: 20px 0 10px;
    vertical-align: middle;
  }
}

body.single-course_new .teaches-container .bord .text-content {
  color: #2f3238;
  background-color: transparent;
}

@media (max-width: 767px) {
  body.single-course_new .teaches-container .bord .text-content {
    margin-bottom: 30px;
  }
  body.single-course_new .teaches-container .bord .text-content .content {
    padding: 25px 15px;
  }
}

@media (min-width: 600px) {
  body.single-course_new .teaches-container .bord .text-content {
    direction: rtl;
  }
  body.single-course_new .teaches-container .bord .text-content .content {
    padding: 15px 30px;
    background-color: #fff;
  }
  body.single-course_new .teaches-container .bord .text-content p {
    min-height: 140px;
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container .bord .img-content {
    width: 36%;
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container .bord .img-content .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 315px;
    height: 38vw;
  }
}

@media (max-width: 480px) {
  body.single-course_new .teaches-container .bord .img-content img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.single-course_new .teaches-container .bord .img-content img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -khtml-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    /* IE10+ and edge CSS styles go here */
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active),
(min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  body.single-course_new .teaches-container .bord .img-content img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

body.single-course_new .teaches-container .bord p {
  margin: 0 0 10px;
}

body.single-course_new .teaches-container .bord p b {
  font-weight: 500;
}

body.single-course_new .teaches-container .social-media {
  padding: 15px 0 0;
  text-align: right;
  margin: 15px 0 0px;
  border-top: 1px solid #54bb7b;
}

body.single-course_new .teaches-container .social-media li {
  display: inline-block;
}

body.single-course_new .teaches-container .social-media li a {
  display: block;
  color: #54bb7b;
}

body.single-course_new .teaches-container .social-media li a:hover {
  color: #2f3238;
}

body.single-course_new .teaches-container .social-media li a i {
  text-align: left;
  margin: 0;
}

body.single-course_new .teaches-container .social-media li i {
  width: 40px;
  text-align: right;
}

body.single-course_new .map-container {
  position: relative;
  background-color: #fff;
}

body.single-course_new .map-container #map-canvas {
  width: 100%;
  height: 100%;
  min-height: 460px;
}

@media (max-width: 767px) {
  body.single-course_new .map-container #map-canvas {
    display: none;
    min-height: inherit;
    max-height: 450px;
    height: 170vw;
  }
}

body.single-course_new .map-container #map-canvas img {
  max-width: none !important;
  background: none !important;
}

body.single-course_new .map-container .text-content {
  position: relative;
  width: 100%;
  background-color: #2f3238;
  color: #fff;
  padding: 20px 15px;
  z-index: 2;
  text-align: center;
}

@media (min-width: 768px) {
  body.single-course_new .map-container .text-content {
    position: absolute;
    max-width: 590px;
    width: 54vw;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

body.single-course_new .map-container .text-content p {
  margin: 0 0 10px;
  line-height: 1.2;
}

body.single-course_new .map-container .text-content h2,
body.single-course_new .map-container .text-content h3 {
  color: #54bb7b;
  margin: 0 0 20px;
  font-weight: 500;
}

body.single-course_new .map-container .text-content h3 {
  font-size: 24px;
}

body.single-course_new .map-container .text-content .item-box {
  width: 100%;
}

@media (min-width: 580px) {
  body.single-course_new .map-container .text-content .item-box {
    width: 50%;
    float: right;
  }
}

@media (max-width: 579px) {
  body.single-course_new .map-container .text-content .item-box {
    max-width: 240px;
    margin: 0 auto 20px;
  }
  body.single-course_new .map-container .text-content .item-box+.item-box {
    margin-top: 40px;
  }
}

body.single-course_new .map-container .text-content .icon {
  width: 81px;
  height: 81px;
  line-height: 76px;
  font-size: 48px;
  border: 2px solid #54bb7b;
  border-radius: 50%;
  margin: 0 auto 15px;
}

body.single-course_new .map-container .text-content p {
  font-size: 19px;
}

@media (min-width: 580px) {
  body.single-course_new .map-container .text-content p {
    padding: 0 15px;
  }
}

body.single-course_new .map-container {
  min-height: inherit;
}

body.single-course_new .call_me-container {
  background-color: #54bb7b;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  body.single-course_new .call_me-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

body.single-course_new .call_me-container h2,
body.single-course_new .call_me-container p {
  margin: 0;
}

body.single-course_new .call_me-container h2 {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  body.single-course_new .call_me-container h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  body.single-course_new .call_me-container p {
    font-size: 22px;
  }
}

body.single-course_new .call_me-container a[href*="tel:"] {
  color: inherit;
}

@media (min-width: 768px) {
  body.single-course_new .call_me-container a[href*="tel:"] {
    pointer-events: none;
  }
}

@-webkit-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-moz-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-o-keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@keyframes form_aminIn {
  from {
    bottom: -50vw;
  }
  to {
    bottom: 0;
  }
}

@-webkit-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@-moz-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@-o-keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

@keyframes form_aminOut {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -50vw;
  }
  100% {
    bottom: auto;
  }
}

body.single-course_new .contact-form {
  background-color: #2F3239;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  z-index: 3;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
    text-align: center;
  }
}

body.single-course_new .contact-form.fixed_anim,
body.single-course_new .contact-form.rel_anim {
  position: fixed;
}

body.single-course_new .contact-form.fixed_anim {
  width: 100%;
  bottom: 0;
  -webkit-animation: form_aminIn 0.3s ease-in-out alternate;
  -khtml-animation: form_aminIn 0.3s ease-in-out alternate;
  -moz-animation: form_aminIn 0.3s ease-in-out alternate;
  -ms-animation: form_aminIn 0.3s ease-in-out alternate;
  -o-animation: form_aminIn 0.3s ease-in-out alternate;
  animation: form_aminIn 0.3s ease-in-out alternate;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form.fixed_anim {
    padding-bottom: 30px;
  }
}

body.single-course_new .contact-form .form-content .input-group {
  width: 100%;
}

body.single-course_new .contact-form h2,
body.single-course_new .contact-form p {
  margin: 0;
}

body.single-course_new .contact-form .subtitle {
  color: #d3d3d3;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form h2 {
    font-size: 19px;
  }
}

body.single-course_new .contact-form .phone-content,
body.single-course_new .contact-form .input-group {
  width: 25%;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .phone-content,
  body.single-course_new .contact-form .input-group {
    width: 100%;
  }
}

body.single-course_new .contact-form .header-title {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .header-title {
    display: block;
  }
}

body.single-course_new .contact-form .header-title .title,
body.single-course_new .contact-form .header-title .phone-content,
body.single-course_new .contact-form .header-title .thanks-text {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .header-title .title,
  body.single-course_new .contact-form .header-title .phone-content,
  body.single-course_new .contact-form .header-title .thanks-text {
    display: block;
  }
}

body.single-course_new .contact-form .header-title .title {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

body.single-course_new .contact-form .header-title .phone-content {
  text-align: left;
  width: 267px;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .header-title .phone-content {
    margin: 30px auto 0;
    width: 300px;
  }
}

body.single-course_new .contact-form .header-title a {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .header-title a[href*="tel"] {
    pointer-events: none;
  }
}

body.single-course_new .contact-form .header-title a .phone-icon,
body.single-course_new .contact-form .header-title a .text-content {
  display: table-cell;
  vertical-align: middle;
}

body.single-course_new .contact-form .header-title a .phone-icon {
  width: 70px;
  border: 1px dashed #d3d3d3;
  text-align: center;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .header-title a .phone-icon {
    height: 70px;
  }
}

body.single-course_new .contact-form .header-title a .text-content {
  letter-spacing: -.6px;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

body.single-course_new .contact-form .thanks-text {
  position: absolute;
  font-size: 0%;
  left: auto;
  right: 0;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

body.single-course_new .contact-form.thanks {
  padding-top: 15px;
  padding-bottom: 10px;
}

body.single-course_new .contact-form.thanks .title {
  position: absolute;
  font-size: 0%;
  left: auto;
  right: 0;
  opacity: 0;
}

body.single-course_new .contact-form.thanks .thanks-text {
  position: relative;
  font-size: 100%;
  opacity: 1;
  left: auto;
  right: auto;
  z-index: 1;
}

body.single-course_new .contact-form.thanks .thanks-text i {
  font-size: 33px;
}

body.single-course_new .contact-form.thanks .form-content {
  display: none;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

body.single-course_new .contact-form.thanks .form-content button {
  pointer-events: none;
}

body.single-course_new .contact-form.thanks .form-content button:after {
  width: 101.5%;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .form-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.single-course_new .contact-form .form-content form {
  display: block;
}

body.single-course_new .contact-form .form-content .input-group {
  position: relative;
  width: 25%;
  font-size: 17px;
  float: right;
}

@media (max-width: 767px) {
  body.single-course_new .contact-form .form-content .input-group {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .form-content .input-group {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.single-course_new .contact-form .form-content .input-group.checkbox {
  width: 100%;
  text-align: center;
  clear: both;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .form-content .input-group.checkbox {
    text-align: right;
  }
}

body.single-course_new .contact-form .form-content .input-group input {
  text-align: right;
}

body.single-course_new .contact-form .form-content .input-group input:not([type="checkbox"]) {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 7px 5px;
  color: #fff;
  border: 1px solid #54bb7b;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.single-course_new .contact-form .form-content .input-group input:not([type="checkbox"])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

body.single-course_new .contact-form .form-content .input-group input:not([type="checkbox"]):-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

body.single-course_new .contact-form .form-content .input-group input:not([type="checkbox"])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

body.single-course_new .contact-form .form-content .input-group input:not([type="checkbox"]):-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
  font-weight: lighter;
  opacity: 1;
}

body.single-course_new .contact-form .form-content .input-group label {
  padding-top: 5px;
  font-size: 0%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 579px) {
  body.single-course_new .contact-form .form-content .input-group label {
    display: block;
    margin-bottom: 3px;
    line-height: .85;
  }
}

body.single-course_new .contact-form .form-content .input-group.has-error label {
  font-size: 85%;
  opacity: 1;
}

@media (max-width: 579px) {
  body.single-course_new .contact-form .form-content .input-group.has-error label {
    font-size: 79%;
    margin-bottom: 6px;
  }
}

body.single-course_new .contact-form .form-content [type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

body.single-course_new .contact-form .form-content [type="checkbox"]+label {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 1;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .form-content [type="checkbox"]+label {
    font-size: 18px;
  }
}

body.single-course_new .contact-form .form-content [type="checkbox"]+label:before {
  content: " \002714 ";
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 0px;
  text-align: center;
  color: #54bb7b;
  line-height: 21px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 0;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  body.single-course_new .contact-form .form-content [type="checkbox"]+label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

body.single-course_new .contact-form .form-content [type="checkbox"]:checked+label:before {
  color: #2f3238;
  font-size: 16px;
}

body.single-course_new .contact-form .form-content button {
  position: relative;
  width: 100%;
  color: #2F3239;
  padding: 6px 0;
  font-weight: normal;
  background-color: #54bb7b;
  border: 2px solid #54bb7b;
  cursor: pointer;
  z-index: 1;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  margin-bottom: 10px;
  /*@media (max-width: 767px) {
  	margin-top: 10px;
  	padding-top: 7px;
  	padding-bottom: 7px;
  }*/
}

body.single-course_new .contact-form .form-content button:after {
  content: "";
  position: absolute;
  top: -2px;
  left: auto;
  right: -2px;
  width: 0;
  height: 113%;
  background-color: #2F3239;
  z-index: 2;
  -webkit-transition: all 6s ease-out;
  -khtml-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  -ms-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  transition: all 6s ease-out;
}

body.single-course_new .contact-form .form-content button:hover {
  color: #fff;
  background-color: rgba(47, 50, 57, 0.7);
}

body.single-course_new .contact-form .form-content button:focus {
  outline: 0;
}

body.single-course_new .contact-form .form-content button.loader:after {
  width: 101.5%;
}

body.single-course_new #overlay {
  position: static;
}

body.single-course_new #overlay .course {
  position: fixed;
  display: none;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  z-index: 5;
  background-color: rgba(47, 50, 57, 0.6);
}

@media (max-width: 560px) {
  body.single-course_new #overlay .course {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

body.single-course_new #overlay .course .back {
  position: absolute;
  top: 10px;
  background-color: transparent;
  border: 0;
  font-size: 33px;
  color: #fff;
  cursor: pointer;
}

body.single-course_new #overlay .course .back:hover {
  color: #ededed;
}

body.single-course_new #overlay .course-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  body.single-course_new #overlay .course-container {
    padding-top: 60px;
  }
}

body.single-course_new #overlay .course-container .container {
  max-width: 480px;
}

@media (min-width: 768px) {
  body.single-course_new #overlay .course-container .container h2 {
    font-size: 24px;
  }
}

body.single-course_new #overlay .contact-form {
  position: relative;
  max-width: 420px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media (min-width: 500px) {
  body.single-course_new #overlay .contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -53%);
  }
}

body.single-course_new #overlay .contact-form .back {
  top: 0;
  left: 7px;
  outline: 0;
}

body.single-course_new #overlay .contact-form .form-content .input-group {
  width: 100%;
  float: none;
}

@media (max-width: 767px) {
  body.single-course_new #overlay .contact-form .form-content .input-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.single-course_new #overlay .contact-form .form-content .input-group input {
  text-align: right;
}

/*RTL*/

.pull-left {
  float: right;
  direction: rtl;
}

.pull-right {
  float: left;
  direction: rtl;
}

body {
  direction: rtl;
  text-align: right;
}

.taxt-start {
  text-align: right;
}

.taxt-end {
  text-align: left;
}

#acp-toolbar-wrap #acp-toggle-toolbar {
  right: auto;
  left: 10px;
}

#acp-toolbar {
  right: auto;
  left: 15px;
}

@media (max-width: 480px) {
  #acp-toolbar {
    left: 0;
    right: 0;
  }
}

.header .navbar .navbar-brand {
  float: right;
}

@media (max-width: 991px) {
  .header .navbar .navbar-brand {
    float: none;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-inks li {
    float: right;
  }
}

.header .navbar .navbar-inks li a:after {
  left: auto;
  right: 0;
}

@media (min-width: 992px) {
  .header .navbar .navbar-inks li+li {
    margin-left: auto;
    margin-right: 30px;
  }
}

.header .navbar .do_it {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .header .navbar .do_it {
    margin-right: 230px !important;
  }
  header {
    background-color: #222323 !important;
  }
}

.single .header .navbar .navbar-brand {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .single .header .navbar .navbar-brand {
    margin: 0;
    width: 110px;
  }
}

.what_learning-container .links_box .item-box {
  float: right;
}

@media (max-width: 991px) {
  .what_learning-container .links_box .item-box {
    float: none;
  }
}

.what_learning-container .links_box .item.open_registration>a:before {
  right: auto;
  left: -100px;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media (max-width: 1199px) {
  .what_learning-container .links_box .item.open_registration>a:before {
    left: -80px;
  }
}

.what_learning-container .syllabus-container.developers .container-fluid {
  -webkit-transform: translateX(200%);
  -khtml-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.what_learning-container .syllabus-container.choose .container-fluid {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.what_learning-container .syllabus-container.designers .container-fluid {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.what_learning-container .syllabus-container .container-fluid {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  float: left;
}

.what_learning-container .syllabus-container .checkbox:before {
  margin-right: 0;
  margin-left: 7px;
}

.what_learning-container .syllabus-container .syllabus header .back {
  left: auto;
  right: 0;
}

.what_learning-container .syllabus-container .syllabus header .back:before {
  content: "\f105";
  margin-right: 0;
  margin-left: 8px;
}

.teaches-container {
  direction: ltr;
}

.teaches-container .img-content,
.teaches-container .text-content {
  direction: rtl;
}

@media (min-width: 992px) {
  .map-container .text-content {
    left: auto;
    right: 0;
    padding-left: 30px;
    padding-right: 6%;
  }
}

.footer-form .header-title .phone-content {
  text-align: left;
}

.footer-form .header-title a .text-content {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.footer-form .thanks-text {
  left: auto;
  right: 0;
}

.footer-form.thanks .title {
  left: auto;
  right: 0;
}

.footer-form.thanks .thanks-text {
  left: auto;
  right: auto;
}

.footer-form .form-content .input-group {
  float: right;
}

.footer-form .form-content button:after {
  left: auto;
  right: -2px;
}

.footer .footer-links ul li a:after {
  left: auto;
  right: 5px;
}

@media (min-width: 768px) {
  .single-courses aside,
  .single-courses aside+section {
    float: left;
  }
}

.single-courses aside .bord li i {
  margin-right: 0;
  margin-left: 15px;
}

.single-courses aside .bord .text-content .img-content {
  padding-right: 0;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .single-courses aside .bord .text-content .img-content {
    padding-right: 0;
    padding-right: 0;
  }
}

.single-courses aside .more {
  padding-left: 40px;
  padding-right: 15px;
}

.single-courses aside .more:after {
  content: "\f104";
  right: auto;
  left: 15px;
}

.single-courses aside .teacher .social-media {
  direction: ltr;
}

.single-courses aside .teacher .social-media i {
  text-align: left;
}

.single-courses .syllabus {
  padding-left: 0;
}

.single-courses .syllabus .header-group {
  padding-left: 0;
  padding-right: -webkit-calc(70px + 15px);
  padding-right: -moz-calc(70px + 15px);
  padding-right: -o-calc(70px + 15px);
  padding-right: -ms-calc(70px + 15px);
  padding-right: calc(70px + 15px);
}

.single-courses .syllabus .row-group {
  padding-left: 0;
  padding-right: -webkit-calc(70px + 35px);
  padding-right: -moz-calc(70px + 35px);
  padding-right: -o-calc(70px + 35px);
  padding-right: -ms-calc(70px + 35px);
  padding-right: calc(70px + 35px);
}

.single-courses .syllabus .row-group:after {
  left: auto;
  right: 70px;
}

.single-courses .syllabus .row-group:before {
  left: auto;
  right: 0;
}

.title h4 {
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: unset;
}

.title h2 {
  font-weight: unset;
}

.call-us {
  text-align: left;
  margin-left: -15px;
  left: 0;
  position: absolute;
}

.call-us-text {
  float: left;
  padding-right: 15px;
}

.call-us i {
  font-size: 4rem !important;
  border: 1px white dotted;
  margin-top: 5px;
}

.call-us .call-us-text .text-number {
  font-size: 2rem;
}

.call-us .call-us-text .text-text {
  font-size: 1.15rem;
  padding-right: 10px;
  font-weight: 400;
}

.blue {
  color: #0089CF;
}

.footer-logo-text{
  color: white;
}
/*# sourceMappingURL=style.css.map */

.course-pop_up_container .call-us {
  display: none;
}

.links_box .item-box {
  float: right;
}

#designers {
  transform: unset !important;
  float: right;
}

.text-decoration:hover {
  text-decoration: none;
}

.single-courses strong {
  color: black;
}

b {
  color: black;
}

header .navbar {
  padding: 0 1rem;
}

.new_form {
  padding: 30px 0;
}

.footer-inks {
  margin-top: 9px;
}

.homepage_new logo_carousel .logo_carousel .owl-stage-outer::after,
.homepage_new logo_carousel .logo_carousel .owl-stage-outer::before {
  background-image: linear-gradient(to left, transparent, #ffffff);
}

.arrow-text-bottom {
  vertical-align: text-bottom;
}

.what_learning-container .links_box .item>a:hover {
  opacity: 0;
}

.courses-container {
  background-size: 100% 100%;
  height: 350px;
  color: white;
}

.bottom-list {
  margin-top: 0 !important;
}

.bottom-list li {
  padding: 20px 0 !important;
}

.cover-container {
  background-size: 100% 100%;
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.card_header {
  background-color: transparent !important;
}

.error404, .page-template-thank-you{
  height: 100vh;
  overflow: hidden;
}

.container404{
  margin-top: 10%;
  margin-bottom: 10%;
}

.error404 #page, .page-template-thank-you #page{
  height: 100vh;
}

.error404 .header, .page-template-content .header{
  background-color: #262930;
  position: sticky;
}

.error404 .header .navbar-brand{
  width: 100%;
}

.container404 p{
  text-align: center;
  font-size: 3rem;
}

.container404 button{
  display: block;
  margin: 30px auto;
  padding: 20px;
  font-size: 2rem;
  background-color: #0089cf;
  color: white;
}

.container404 button:hover{
  background-color: #0095e0;
  color: white;
}


.container-thank-you {
  margin-top: 10%;
  margin-bottom: 10%;
}

.page-template-thank-you .header {
  background-color: #262930;
  position: sticky;
}

.page-template-thank-you .header .navbar-brand {
  width: 100%;
}

.container-thank-you p {
  text-align: center;
  font-size: 3rem;
  color: black;
}

.container-thank-you p strong {
  color: black;
}

.container-thank-you button {
  display: block;
  margin: 30px auto;
  padding: 20px;
  font-size: 2rem;
  background-color: #0089cf;
  color: white;
}

.container-thank-you button:hover {
  background-color: #0095e0;
  color: white;
}

.error404 footer, .page-template-thank-you footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

header.table{
  background-color: unset !important;
}

.page-template-content strong{
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
}

.content-container{
  margin-top: 50px;
  margin-bottom: 50px;
}

.content-container h1{
  color: #0089cf;
}

.our-team{
  color: #0089cf;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer-logo{
  height: 100px;
}

.bottom-button button {
  width: 90vw;
  color: white;
  margin-right: 5vw;
  padding: 10px;
  font-size: 1.3rem;
}

.bottom-button-1 button {
  background-color: transparent;
  border: 1px solid white;
  margin-bottom: 25px;
}

.bottom-button-2 button {
  background-color: #54bb7b;
  border: 1px solid #54bb7b;
}

.facbook-mobile img{
  height: 30px;
}

.facbook-mobile {
  position: absolute;
  left: 25%;
  padding-top: 10px;
}

.facebook-desktop img {
  height: 40px;
}

.menu-item-775 a {
  font-size: 0 !important;
}

.menu-item-775 a::before{
  content: url('assets/images/facebook.svg');
  height: 40px;
}

.fb_dialog.fb_dialog_mobile {
  bottom: 75px !important;
}

.single-courses .aside-form .header-title {
    margin: 0;
    direction: rtl;
    padding: 0;
}

.aside-form .header-title .title {
  padding: 15px;
}

.aside-form .header-title .title h2{
  font-size: 1.8rem;
}

.aside-form .header-title .title h4 {
  font-size: 1.3rem;
  font-weight: lighter;
  text-align: right;
}

.aside-form .form-content form {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.aside-form .form-content form .input-group {
  width: unset;
}

.aside-form .form-content form .input-group input {
  direction: rtl;
}

.aside-form .form-content form .input-group.checkbox {
  padding: 15px;
}

.aside-form .form-content form .input-group.checkbox label {
  direction: rtl;
  position: absolute;
  right: 15px;
}

.aside-form .form-content form .input-group .submitForm {
    margin-top: 25px;
}

.aside-form .form-content form .input-group label {
    direction: rtl;
    width: 100%;
}


body.page-id-828 {
  background: #f3f3f3;
}
body.page-id-828 h1 {
  text-align: center;
}
body.page-id-828 header,
body.page-id-828 footer {
  display: none !important;
}

a[href="#bottom"] {
  animation: jump 5s ease 5s infinite normal;
}

@keyframes jump {
  15% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-30px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  35% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.single-courses aside .bord ul .date span:last-of-type {
  display: none
}

.single-courses .bord ul li {
  padding: 5px 0 !important;
}

.utech-form .wpcf7-form-control-wrap input {
  margin: 0 0 10px 0;
}

.utech-form label {
  margin-top: 10px;
  margin-bottom: 0;
}

.utech-form .wpcf7-radio {
  margin-bottom: 20px;
  display: inline-block;
}

.utech-form input[type="date"] {
  	-webkit-appearance: button;
}

.utech-form .checkbox-payment span {
  margin: 0;
}

.utech-form .wpcf7-submit {
  	position: relative;
  	color: white;
  	padding: 6px 10px;
  	background-color: #0089cf;
  	border: 2px solid #0089cf;
  	cursor: pointer;
  	z-index: 1;
  	font-size: inherit;
  	font-family: inherit;
  	font-weight: 500;
}