/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding: 0 10px;
  width: 100%;
  max-width: 1300px;
  clear: both;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  z-index: 4;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  *zoom: 1;
}
header:before,
header:after {
  display: table;
  line-height: 0;
  content: "";
}
header:after {
  clear: both;
}
header .toggle-menu {
  display: none;
}
header img {
  float: left;
  height: 50px;
}
header ul {
  float: right;
}
header ul li {
  display: inline-block;
}
header ul li:not(:first-child) {
  margin-left: 40px;
}
header ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 50px;
}
header ul li.active a,
header ul li a:hover {
  color: #e5097f;
}
header ul li.auth {
  color: #fff;
  background: #e5097f;
  padding: 10px 30px;
  border-radius: 15px;
  font-weight: 600;
  position: relative;
  -webkit-transition: -webkit-border-radius 0.1s;
  -moz-transition: border-radius 0.1s;
  -o-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
}
header ul li.auth.without-anim {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header ul li.auth i {
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  header ul li.auth form,
  header ul li.auth ul {
    padding: 0 !important;
    width: 100% !important;
    position: relative !important;
  }
}
header ul li.auth:hover,
header ul li.auth.opened,
header ul li.auth.force-showed {
  border-radius: 5px 5px 0 0;
  overflow: visible;
}
header ul li.auth:hover form,
header ul li.auth.opened form,
header ul li.auth.force-showed form {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 0.18s, padding 0.2s, height 0.15s;
  -moz-transition: -moz-transform 0.18s, padding 0.2s, height 0.15s;
  -o-transition: -o-transform 0.18s, padding 0.2s, height 0.15s;
  transition: -webkit-transform 0.18s,-moz-transform 0.18s,-o-transform 0.18s,transform 0.18s, padding 0.2s, height 0.15s;
  height: auto;
  padding: 20px;
}
header ul li.auth:hover ul,
header ul li.auth.opened ul,
header ul li.auth.force-showed ul {
  -webkit-transition: padding 0.2s, height 0.15s;
  -moz-transition: padding 0.2s, height 0.15s;
  -o-transition: padding 0.2s, height 0.15s;
  transition: padding 0.2s, height 0.15s;
  height: auto;
}
header ul li.auth ul {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 34px;
  width: 100%;
  background: #e5097f;
  height: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header ul li.auth ul li {
  margin: 0;
  width: 100%;
  display: block;
  line-height: 1.4;
  padding: 0 20px;
  border-top: 1px solid #d00084;
}
header ul li.auth ul li a {
  font-size: 13px;
}
header ul li.auth ul li a:hover {
  color: #ddd;
}
header ul li.auth form {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 34px;
  width: 300px;
  background: #e5097f;
  height: 0;
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header ul li.auth form input {
  background: #fff;
  height: 40px;
  border: none;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #444;
  outline: none;
  width: 100%;
  padding: 0 20px;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 500;
}
header ul li.auth form em {
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 10px 0;
}
header ul li.auth form button,
header ul li.auth form a.btn {
  width: 100%;
  display: block;
  margin-top: 10px;
  background: #444;
  border: 0;
  color: #fff;
  height: 40px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}
header ul li.auth form button.facebook,
header ul li.auth form a.btn.facebook {
  background: #3b5998;
  margin-bottom: 10px;
  font-size: 13px;
}
header ul li.auth form button:hover,
header ul li.auth form a.btn:hover {
  opacity: 0.9;
}
header ul li.auth form p.sign-up {
  font-size: 12px;
}
header ul li.auth form p.sign-up a {
  padding: 9px 20px;
  background: #b5006a;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
header ul li.auth form p.sign-up a:hover {
  opacity: 0.8;
}
header.scrolled {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
header.scrolled ul li:not(.active) a {
  color: #888;
}
header.scrolled ul li:not(.active) ul li a {
  color: #fff;
}
header.white-bg {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 980px) {
  header {
    background: #fff;
  }
  header img {
    height: 30px;
  }
  header .toggle-menu {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    background: #e5097f;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    outline: none;
    border: 0;
    padding: 0;
  }
  header > .container > ul {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    background: #e5097f;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s, top 0.3s;
    -moz-transition: -moz-transform 0.2s, top 0.3s;
    -o-transition: -o-transform 0.2s, top 0.3s;
    transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, top 0.3s;
  }
  header > .container > ul.showed {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
  }
  header > .container > ul:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #e5097f;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  header > .container > ul li {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  header > .container > ul li.active a {
    font-weight: 800;
  }
  header > .container > ul li a {
    color: #fff !important;
  }
}
footer {
  width: 100%;
  padding: 100px 0;
  background: #e5097f;
  text-align: center;
}
footer p.heading {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
footer ul.socials {
  width: 100%;
}
footer ul.socials li {
  display: inline-block;
  margin: 0 5px;
}
footer ul.socials li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #e5097f;
  display: block;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
}
footer ul.socials li a i {
  line-height: 41px;
  font-size: 16px;
}
footer ul.socials li a:hover {
  background: #b40764;
  color: #fff;
}
footer p {
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.6;
}
footer p strong {
  display: block;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 620px) {
  footer p.heading {
    font-size: 38px;
  }
}
.cover-slider {
  width: 100%;
  padding: 0;
}
.cover-slider.smaller .owl-carousel {
  height: auto;
}
.cover-slider.smaller .owl-carousel .item img {
  height: 400px;
}
.cover-slider.smaller .owl-carousel .item .overlay h1 {
  margin: 0;
}
.cover-slider .owl-carousel {
  width: 100%;
  height: 100vh;
}
.cover-slider .owl-carousel .item {
  position: relative;
}
.cover-slider .owl-carousel .item:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}
.cover-slider .owl-carousel .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.cover-slider .owl-carousel .item .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.cover-slider .owl-carousel .item .overlay p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cover-slider .owl-carousel .item .overlay h1,
.cover-slider .owl-carousel .item .overlay h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cover-slider .owl-carousel .item .overlay a.btn {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 20px 10px 0;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
}
.cover-slider .owl-carousel .item .overlay a.btn:hover {
  background: #fff;
  color: #e5097f;
}
@media screen and (max-width: 680px) {
  .cover-slider .owl-carousel .item .overlay p {
    font-size: 21px;
  }
  .cover-slider .owl-carousel .item .overlay h1,
  .cover-slider .owl-carousel .item .overlay h2 {
    font-size: 38px;
  }
  .cover-slider .owl-carousel .item .overlay a.btn {
    font-size: 15px;
  }
}
section {
  width: 100%;
  padding: 100px 0;
}
section h2 {
  color: #e5097f;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  section h2 {
    font-size: 42px;
  }
}
section p.sub-heading {
  color: #888;
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}
section p.sub-heading a {
  color: #e5097f;
  text-decoration: none;
}
section p.sub-heading a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  section p.sub-heading {
    font-size: 18px;
  }
}
section.gallery .gallery {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  flex-flow: wrap;
}
@media screen and (max-width: 320px) {
  section.gallery .gallery {
    width: 100%;
  }
}
section.gallery .gallery a {
  border: none;
  text-decoration: none;
  display: inline-block;
  margin: 5px;
}
section.icons ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.icons ul li {
  text-align: center;
}
section.icons ul li:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
section.icons ul li:hover .icon i {
  color: #333;
}
section.icons ul li .icon {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.4s, color 0.3s;
  -moz-transition: -moz-transform 0.4s, color 0.3s;
  -o-transition: -o-transform 0.4s, color 0.3s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, color 0.3s;
}
section.icons ul li .icon i {
  line-height: 60px;
  color: #e5097f;
  font-size: 50px;
}
section.icons ul li h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
section.icons ul li p {
  color: #888;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (max-width: 920px) {
  section.icons ul {
    flex-wrap: wrap;
  }
  section.icons ul li {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  section.icons ul li {
    width: 100%;
  }
}
section.parallax {
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  section.parallax {
    background-attachment: scroll;
  }
}
section.parallax.bigger {
  padding: 0;
  height: 60vh;
}
section.parallax:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}
section.parallax h2,
section.parallax p {
  position: relative;
}
section.parallax.align-left h2,
section.parallax.align-left p.sub-heading {
  text-align: left;
}
section.parallax.align-right h2,
section.parallax.align-right p.sub-heading {
  text-align: right;
}
section.parallax .sub-heading {
  color: #fff;
  margin: 0;
}
section.articles {
  text-align: center;
}
section.articles.centered .list {
  justify-content: center;
}
section.articles.centered .list article {
  margin: 20px;
}
section.articles .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.articles .list article {
  width: 30%;
  margin: 20px 0;
  text-align: left;
}
section.articles .list article .image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
section.articles .list article .image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: -webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
section.articles .list article .texts {
  width: 100%;
}
section.articles .list article .texts a {
  text-decoration: none;
}
section.articles .list article .texts p.date {
  margin-bottom: 10px;
}
section.articles .list article .texts p.date i {
  margin-right: 10px;
}
section.articles .list article .texts h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
section.articles .list article .texts p {
  color: #888;
  font-size: 15px;
  line-height: 1.6;
}
section.articles .list article .texts a.read-more {
  color: #e5097f;
  margin-top: 10px;
  display: block;
}
section.articles .list article .texts a.read-more i {
  margin-left: 8px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
section.articles .list article:hover .image img {
  -webkit-transform: scale(1.1) rotate(4deg);
  -moz-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  -o-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
section.articles .list article:hover .texts h3 {
  color: #e5097f;
}
section.articles .list article:hover .texts a.read-more i {
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  section.articles .list article {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  section.articles .list article {
    width: 100%;
  }
}
section.articles a.archive {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 80px 0 0;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
}
section.articles a.archive i {
  margin-left: 30px;
}
section.articles a.archive:hover {
  background: #f0f0f0;
  color: #e5097f;
}
section.text {
  *zoom: 1;
}
section.text:before,
section.text:after {
  display: table;
  line-height: 0;
  content: "";
}
section.text:after {
  clear: both;
}
section.text img {
  float: left;
  max-width: 40%;
  margin: 0 50px 50px 0;
}
section.text p {
  color: #888;
  font-size: 18px;
  line-height: 1.8;
}
section.text p a {
  color: #e5097f;
  text-decoration: none;
  font-weight: 700;
}
section.text p a:hover {
  text-decoration: underline;
}
section.text p strong {
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 520px) {
  section.text img {
    width: 100%;
    max-width: none;
    margin: 0 0 50px 0;
  }
}
section.counter ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.counter ul li {
  text-align: center;
}
section.counter ul li .icon {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  position: relative;
}
section.counter ul li .icon i {
  line-height: 60px;
  color: #fff;
  font-size: 50px;
}
section.counter ul li p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  min-width: 150px;
}
section.counter ul li p strong {
  font-weight: 900;
  font-size: 55px;
  display: block;
}
@media screen and (max-width: 920px) {
  section.counter ul {
    flex-wrap: wrap;
  }
  section.counter ul li {
    width: 49%;
    margin-bottom: 50px;
  }
}
section.courses ul.filter {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
section.courses ul.filter li {
  display: inline-block;
  margin: 0 20px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
section.courses ul.filter li:hover,
section.courses ul.filter li.active {
  color: #e5097f;
}
section.courses ul.filter li.active:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 130%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  border-right: 1px solid #e5097f;
  border-bottom: 1px solid #e5097f;
  width: 6px;
  height: 6px;
}
section.courses .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 350px;
}
section.courses .list article {
  width: 30%;
  margin: 20px;
  text-align: left;
}
section.courses .list article a {
  text-decoration: none;
}
section.courses .list article .image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
section.courses .list article .image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: -webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
section.courses .list article .image .buy-course {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 12px 40px;
  display: inline-block;
  width: auto;
  font-size: 15px;
}
section.courses .list article .image .back {
  background: #e5097f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
section.courses .list article .image .back a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.courses .list article .image .back p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 30px 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.courses .list article h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
section.courses .list article h3 i {
  color: #888;
  font-size: 16px;
  font-style: italic;
  border-left: 1px solid #888;
  margin-left: 5px;
  padding-left: 6px;
}
section.courses .list article:hover .image .back {
  opacity: 1;
}
section.courses .list article:hover h3 {
  color: #e5097f;
}
section.courses .list article:hover .image .buy-course {
  background: #fff;
  color: #e5097f;
}
@media screen and (max-width: 820px) {
  section.courses ul.filter {
    display: none;
  }
  section.courses .list article {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  section.courses .list article {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  section.courses .list article .image .buy-course {
    width: 80%;
  }
}
section.our-team p.sub-heading {
  margin-bottom: 100px;
}
section.our-team .owl-carousel {
  width: 100%;
}
section.our-team .owl-carousel .owl-dots {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
}
section.our-team .owl-carousel .owl-dots .owl-dot {
  outline: none;
}
section.our-team .owl-carousel .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  margin: 0 5px;
  background: none;
  border: 2px solid #e5097f;
}
section.our-team .owl-carousel .owl-dots .owl-dot.active span {
  background: #e5097f;
}
section.our-team .owl-carousel .item {
  position: relative;
}
section.our-team .owl-carousel .item img {
  width: 100%;
  object-fit: contain;
}
section.our-team .owl-carousel .item .texts {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-align: center;
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, bottom 0.3s, background 0.2s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, bottom 0.3s, background 0.2s;
  -o-transition: -o-transform 0.3s, top 0.3s, bottom 0.3s, background 0.2s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, top 0.3s, bottom 0.3s, background 0.2s;
}
section.our-team .owl-carousel .item .texts h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
section.our-team .owl-carousel .item .texts ul.socials {
  width: 100%;
  -webkit-transition: margin-top 0.2s;
  -moz-transition: margin-top 0.2s;
  -o-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}
section.our-team .owl-carousel .item .texts ul.socials li {
  display: inline-block;
  margin: 0 5px;
}
section.our-team .owl-carousel .item .texts ul.socials li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #e5097f;
  display: block;
  border-radius: 13px;
  cursor: pointer;
  background: #fff;
}
section.our-team .owl-carousel .item .texts ul.socials li a i {
  line-height: 26px;
  font-size: 13px;
}
section.our-team .owl-carousel .item .texts ul.socials li a:hover {
  background: #e5097f;
  color: #fff;
}
section.our-team .owl-carousel .item .texts p {
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.6;
}
section.our-team .owl-carousel .item .texts p strong {
  display: block;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 8px;
}
section.our-team .owl-carousel .item:hover .texts {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  background: transparent;
}
section.our-team .owl-carousel .item:hover .texts ul.socials {
  margin-top: 40px;
}
section.our-team .owl-carousel .item:hover:before {
  opacity: 1;
}
section.our-team .owl-carousel .item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.video,
section.note {
  *zoom: 1;
}
section.video:before,
section.note:before,
section.video:after,
section.note:after {
  display: table;
  line-height: 0;
  content: "";
}
section.video:after,
section.note:after {
  clear: both;
}
section.video .video,
section.note .video,
section.video .image,
section.note .image {
  float: left;
  width: 50%;
  position: relative;
}
section.video .video img,
section.note .video img,
section.video .image img,
section.note .image img {
  width: 100%;
}
section.video .video a,
section.note .video a,
section.video .image a,
section.note .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}
section.video .video a i,
section.note .video a i,
section.video .image a i,
section.note .image a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}
section.video .video a:hover i,
section.note .video a:hover i,
section.video .image a:hover i,
section.note .image a:hover i {
  color: #e5097f;
}
section.video .texts,
section.note .texts {
  float: left;
  width: 50%;
  padding: 40px 0 0 40px;
}
section.video .texts h2,
section.note .texts h2 {
  font-size: 32px;
  text-align: left;
}
section.video .texts h2 i,
section.note .texts h2 i {
  margin: 0 8px 0 13px;
}
section.video .texts p,
section.note .texts p {
  color: #888;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
section.video .texts p a,
section.note .texts p a {
  color: #e5097f;
  text-decoration: none;
  font-weight: 700;
}
section.video .texts p a:hover,
section.note .texts p a:hover {
  text-decoration: underline;
}
section.video .texts p strong,
section.note .texts p strong {
  font-weight: 700;
  color: #333;
}
section.video .texts a.btn,
section.note .texts a.btn {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 80px 0 0;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
}
section.video .texts a.btn i,
section.note .texts a.btn i {
  margin-left: 30px;
}
section.video .texts a.btn:hover,
section.note .texts a.btn:hover {
  background: #f0f0f0;
  color: #e5097f;
}
section.video.align-right .image,
section.note.align-right .image,
section.video.align-right .video,
section.note.align-right .video {
  float: right;
}
section.video.align-right .texts,
section.note.align-right .texts {
  padding: 40px 40px 0 0;
}
@media screen and (max-width: 820px) {
  section.video .video,
  section.note .video,
  section.video .image,
  section.note .image,
  section.video .texts,
  section.note .texts {
    padding: 0;
    width: 100%;
  }
  section.video .texts,
  section.note .texts {
    padding-top: 50px;
  }
}
section.references h2 {
  color: #fff;
}
section.references .owl-carousel {
  margin-top: 50px;
}
section.references .owl-carousel .item p {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
section.references .owl-carousel .item p:not(.author):before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  color: #e5097f;
}
section.references .owl-carousel .item p:not(.author):after {
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #e5097f;
}
section.references .owl-carousel .item p.author {
  font-weight: 700;
  margin-top: 20px;
}
section.contact {
  *zoom: 1;
}
section.contact:before,
section.contact:after {
  display: table;
  line-height: 0;
  content: "";
}
section.contact:after {
  clear: both;
}
section.contact.sign form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
section.contact.sign form .form-login-error {
  margin: -20px 0 30px;
}
section.contact.sign form .form-login-error p {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
section.contact.sign form input[name="email"] {
  width: 100%;
}
section.contact.sign form button {
  float: none;
  display: inline-block;
}
section.contact form {
  width: 65%;
  float: left;
  padding-right: 50px;
}
section.contact form input,
section.contact form textarea {
  background: #fff;
  height: 60px;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #888;
  outline: none;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
section.contact form input[name="name"],
section.contact form input[name="email"] {
  width: 49.3%;
}
section.contact form input[name="email"] {
  float: right;
}
section.contact form textarea {
  resize: none;
  height: 200px;
  padding: 20px;
  line-height: 1.5;
}
section.contact form button {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  float: left;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  margin-top: 10px;
  outline: none;
}
section.contact form button i {
  margin-left: 10px;
}
section.contact form button:hover {
  background: #fff;
  color: #e5097f;
}
section.contact ul {
  float: right;
  width: 35%;
  padding: 35px 0 0 50px;
}
section.contact ul li {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 40px;
}
section.contact ul li .icon {
  width: 20%;
  float: left;
  font-size: 40px;
  color: #e5097f;
}
section.contact ul li .icon i {
  line-height: 55px;
}
section.contact ul li p {
  width: 80%;
  float: left;
  color: #888;
  font-size: 18px;
  line-height: 1.4;
}
section.contact ul li p strong {
  color: #000;
  display: block;
}
section.contact ul li p a {
  color: #888;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  section.contact form,
  section.contact ul {
    width: 100%;
    padding: 0;
  }
  section.contact ul {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  section.contact form input {
    width: 100% !important;
  }
}
section.partners .owl-carousel {
  margin-top: 80px;
}
section.map {
  padding: 0;
}
section.map.disabled iframe {
  pointer-events: none;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 0;
  font-size: 22px;
  background: #e5097f;
  color: #fff;
  outline: none;
  z-index: 5;
  opacity: 0;
  text-align: center;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.back-to-top i {
  display: inline-block;
}
.back-to-top.showed {
  opacity: 1;
}
.back-to-top.showed:hover {
  opacity: 0.5;
}
@media screen and (max-width: 620px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    font-size: 18px;
    bottom: 10px;
    right: 10px;
  }
}
.owl-carousel .owl-stage {
  float: none;
  margin: 0 auto;
}
.buy-course {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: none;
  margin: 30px auto 0;
  max-width: 100%;
  text-align: center;
  width: 300px;
  display: block;
}
.buy-course i {
  margin-right: 10px;
}
.buy-course:hover {
  background: #f0f0f0;
  color: #e5097f;
}
section.text.detail-text ul {
  padding: 10px 0 20px 20px;
  list-style-type: square;
}
section.text.detail-text h1,
section.text.detail-text h2,
section.text.detail-text h3,
section.text.detail-text h4 {
  color: #e5097f;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 680px) {
  section.text.detail-text h1,
  section.text.detail-text h2,
  section.text.detail-text h3,
  section.text.detail-text h4 {
    font-size: 42px;
  }
}
section.text.detail-text h2 {
  font-size: 42px;
}
@media screen and (max-width: 680px) {
  section.text.detail-text h2 {
    font-size: 34px;
  }
}
section.text.detail-text h3 {
  font-size: 36px;
}
@media screen and (max-width: 680px) {
  section.text.detail-text h3 {
    font-size: 26px;
  }
}
section.text.detail-text h3 {
  font-size: 26px;
}
@media screen and (max-width: 680px) {
  section.text.detail-text h3 {
    font-size: 17px;
  }
}
section.text.detail-text p,
section.text.detail-text ul li,
section.text.detail-text span {
  color: #888;
  font-size: 18px !important;
  line-height: 1.8;
}
section.text.detail-text p span,
section.text.detail-text ul li span,
section.text.detail-text span span {
  font-size: 18px !important;
}
section.text.detail-text p a,
section.text.detail-text ul li a,
section.text.detail-text span a {
  color: #e5097f;
  text-decoration: none;
  font-weight: 700;
}
section.text.detail-text p a:hover,
section.text.detail-text ul li a:hover,
section.text.detail-text span a:hover {
  text-decoration: underline;
}
section.text.detail-text p strong,
section.text.detail-text ul li strong,
section.text.detail-text span strong {
  font-weight: 700;
  color: inherit;
}
section.text.detail-text h2 {
  text-align: left;
  margin-top: 30px;
}
.login-form {
  background: #fafafa;
  padding: 200px 0 20px;
  text-align: center;
  min-height: 100vh;
}
.login-form h1 {
  color: #e5097f;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .login-form {
    padding: 90px 10px 20px;
  }
  .login-form h1 {
    font-size: 37px;
  }
}
.login-form p.sub-heading {
  color: #888;
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}
.login-form p.sub-heading a {
  color: #e5097f;
  text-decoration: none;
}
.login-form p.sub-heading a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .login-form p.sub-heading {
    font-size: 18px;
  }
}
.login-form form {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.login-form form .form-login-error {
  margin-bottom: 30px;
}
.login-form form .form-login-error p {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.login-form form button,
.login-form form a.btn:not(.facebook-button) {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 20px 10px 0;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: none;
}
.login-form form button i,
.login-form form a.btn:not(.facebook-button) i {
  margin-left: 20px;
}
.login-form form button:hover,
.login-form form a.btn:not(.facebook-button):hover {
  background: #fff;
  color: #e5097f;
}
.login-form form em {
  margin: 30px 0;
  display: inline-block;
  color: #888;
  font-size: 12px;
}
.login-form form .facebook-button {
  color: #fff;
  background-color: #3b5998;
  padding: 15px 50px 15px 70px;
  text-decoration: none;
  margin: 0 0 30px;
  display: inline-block;
  height: 44px;
  position: relative;
}
.login-form form .facebook-button i {
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.2);
}
.login-form form .facebook-button i:before {
  line-height: 44px;
  font-size: 14px;
}
.login-form form input {
  background: #fff;
  height: 60px;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #888;
  outline: none;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.login-form .login-bottom-links a {
  text-decoration: none;
  line-height: 2;
  color: #666;
}
.syncing {
  width: 100%;
  vertical-align: middle;
}
.syncing .facebook,
.syncing .original-user {
  color: #fff;
  background-color: #3b5998;
  padding: 15px 50px 15px 90px;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  position: relative;
}
.syncing .facebook small,
.syncing .original-user small {
  display: block;
  opacity: 0.9;
  margin-top: 5px;
  font-size: 12px;
}
.syncing .facebook i,
.syncing .original-user i {
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);
}
.syncing .facebook i:before,
.syncing .original-user i:before {
  line-height: 60px;
  font-size: 14px;
}
.syncing .original-user {
  background-color: #999;
}
.syncing i.entypo-shuffle {
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  color: #666;
}
.syncing i.entypo-shuffle:before {
  line-height: 60px;
  font-size: 39px;
}
.syncing .accept-sync {
  background: #e5097f;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  margin-top: 40px;
  outline: none;
  clear: both;
  display: inline-block;
}
.syncing .accept-sync i {
  margin-left: 10px;
}
.syncing .accept-sync:hover {
  background: #fff;
  color: #e5097f;
}
.syncing .decline-sync {
  color: #888;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
}
.syncing .decline-sync:hover {
  text-decoration: underline;
}
.checkbox {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px !important;
  height: 20px !important;
  opacity: 0;
}
.checkbox input:checked + p:before {
  content: "\f00c";
  color: #fff;
  background: #e5097f;
  border-color: #e5097f;
}
.checkbox p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  padding: 2px 0 0 40px;
  text-align: left;
}
.checkbox p:before {
  content: '';
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  line-height: 27px;
  color: #e5097f;
}
.checkbox p a {
  color: #e5097f;
  text-decoration: none;
}
.checkbox p a:hover {
  text-decoration: underline;
}
ul.main-menu {
  position: fixed;
  left: 0;
  top: 70px;
  height: 100vh;
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  align-content: stretch;
  z-index: 999;
  border-right: 1px solid #3e434a;
  background: #303641;
}
@media screen and (max-width: 820px) {
  ul.main-menu {
    display: none;
  }
}
ul.main-menu li {
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid #3e434a;
  color: #fff;
}
ul.main-menu li:last-child {
  border-bottom: 0;
}
ul.main-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
}
ul.main-menu li a:hover {
  background: #e5097f;
  color: #fff;
}
ul.main-menu li a:hover span {
  display: inline-flex;
  align-items: center;
}
ul.main-menu li a i {
  position: absolute;
  width: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-size: 19px;
}
ul.main-menu li span {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  height: 100%;
  background: #e5097f;
  line-height: 1;
  vertical-align: middle;
  font-size: 13px;
  padding-right: 20px;
  display: none;
}
ul.main-menu li:last-child {
  display: none;
}
.finish-auth {
  padding-top: 150px;
}
.finish-auth ul.paginator {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.finish-auth ul.paginator li {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #e5097f;
  -webkit-transition: width 0.24s, background 0.18s;
  -moz-transition: width 0.24s, background 0.18s;
  -o-transition: width 0.24s, background 0.18s;
  transition: width 0.24s, background 0.18s;
  position: relative;
}
.finish-auth ul.paginator li:not(:last-child):after {
  width: 20px;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 3px;
  background: #e5097f;
  content: '';
}
.finish-auth ul.paginator li.active {
  background: #e5097f;
}
.finish-auth ul.paginator li.disabled {
  pointer-events: none;
}
.finish-auth ul.paginator li.complete {
  background: #e5097f;
}
.finish-auth ul.paginator li.complete:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.finish-auth h1 {
  font-size: 32px;
}
.finish-auth h2 {
  font-size: 36px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.finish-auth h3 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
}
.finish-auth input:disabled {
  background: #f0f0f0;
}
@media screen and (min-width: 980px) {
  .finish-auth .form-group.half.left {
    width: 48%;
    float: left;
  }
  .finish-auth .form-group.half.right {
    width: 48%;
    float: right;
  }
  .finish-auth .form-group.city {
    width: 70%;
    float: left;
  }
  .finish-auth .form-group.zip-code {
    width: 28%;
    float: right;
  }
}
.finish-auth input.has-error {
  background: #ffdcdc;
  border: 1px solid #ffc7c7;
}
.finish-auth label.checkbox p {
  padding-top: 0;
  line-height: 1.5;
}
.finish-auth .login-content form {
  position: relative;
  overflow: hidden;
}
.finish-auth .login-content form .steps {
  display: flex;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
.finish-auth .login-content form .steps .step {
  flex: 1;
  min-width: 100%;
  padding: 10px;
}
.finish-auth .prev {
  margin-top: 10px;
  font-size: 16px;
}
.finish-auth .prev:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*# sourceMappingURL=web.css.map */