/* R E S E T */
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;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
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;
}
::-webkit-scrollbar {
  display: none;
}
a {
    text-decoration: none;
}
/* R E S E T */
* {
    direction: rtl;
    box-sizing: border-box;
    cursor: none;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #1E159C;
}

::selection {
  color: #fff;
  background: #1E159C;
}
.wrapper {
  width: 72%;
  max-width: 1400px;
  margin: 0 auto;
}
.hero {
  background: linear-gradient(31deg, rgba(24,18,114,1) 27%, rgba(35,24,197,1) 100%);
  border-radius: 40px;
  padding: 64px;
  position: relative;
  margin: 40px auto;

}
.heroTitle {
  font-family: "kalameh", arial;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
}
.heroSlogan {
  font-family: "kalameh", arial;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 32px;
}
.heroBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.heroBg img {
  pointer-events: none;
}
.p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  margin-top: 64px;
  margin-right: 40px;
}
.pR {
  width: 90%;
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
}
.pL img {
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(.44,0,.18,1);
}
.pL a:hover img {
  transform: scale(0.85);
}
.secTitle {
  font-family: "kalameh", arial;
    color: #1E159C;
    font-size: 40px;
    font-weight: 700;
    margin-top: 200px;
    margin-bottom: 24px;
}
.secP {
  width: 72%;
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    margin-top: 32px;
}
.service {
  background-color: #F9FEF5;
  border: 2px solid #63C514;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 72px;
  padding: 32px 64px 56px;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
}
.serviceRTitle {
  font-family: "kalameh", arial;
  color: #1B1B1B;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}
.serviceRP {
  width: 100%;
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    margin-top: 24px;
}
.serviceRBtn {
  margin-top: 48px;
}
.serviceRBtn a {
  font-family: "kalameh", arial;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  background-color: #63C514;
  border-radius: 100px;
  padding: 12px 24px;
  transition: all 0.3s cubic-bezier(.44,0,.18,1);
}
.serviceRBtn a:hover {
  background-color: #1E159C;
  padding: 12px 32px;
}
.serviceBg {
  position: absolute;
  left: 64px;
  bottom: 0;
  height: 100%;
}
.serviceBg img {
  height: 100%;
}
.teacher {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacherR {
  display: flex;
  align-items: center;
}
.teacherRImg img {
  border-radius: 100%;
  width: 200px;
}
.teacherRInfo {
  margin-right: 48px;
  margin-top: -64px;
}
.teacherRInfoTitle {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 18px;
  font-weight: 500;
  border: 3px solid #1E159C;
  border-radius: 100px;
  padding: 12px 16px;
  display: inline-block;
  margin-top: 120px;
}
.teacherRInfoName {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.teacherRInfoName h6 {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 32px;
  font-weight: 700;
}
.teacherRInfoName a {
  margin-right: 16px;
}
.teacherRInfoName img {
  width: 32px;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(.44,0,.18,1);
}
.teacherRInfoName a:hover img {
  transform: scale(0.8);
}
.teacherRInfoJob {
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    margin-top: 16px;
}
.teacherRInfoJob span {
  color: #63C514;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
.twos, .fours, .threes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
}
.twosItem {
  background-color: #F3F2FD;
  border: 2px solid #1E159C;
  border-radius: 40px;
  padding: 0 0 32px;
  width: 48%;
  overflow: hidden;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
}
.twosItemTitle {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 32px;
  font-weight: 500;
  padding: 24px 48px 0;
}
.twosItemP {
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    margin-top: 24px;
    padding: 0 48px;
}
.photo {
  margin: 120px 0;
}
.photo img {
  width: 100%;
  border-radius: 40px;
}
.foursItemTitle {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}
.foursItem {
  padding: 32px;
  width: 23%;
  background-color: #F3F2FD;
  border: 2px solid #1E159C;
  border-radius: 40px;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
}
.foursItemP {
  margin-top: 32px;
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
  text-align: center;
}
.people {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.peopleItem {
  padding: 32px;
  width: 23%;
  background-color: #F3F2FD;
  border: 2px solid #1E159C;
  border-radius: 40px;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
}
.peopleItemPic {
  margin: 0 auto;
  text-align: center;
}
.peopleItemPic img {
  width: 104px;
  border: 8px solid #fff;
  border-radius: 100%;
}
.peopleItemName {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.peopleItemName h6 {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 24px;
  font-weight: 700;
}
.peopleItemName a {
  margin-right: 12px;
}
.peopleItemName img {
  width: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s cubic-bezier(.44,0,.18,1);
}
.peopleItemName a:hover img {
  transform: scale(0.8);
}
.peopleItemJob {
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    text-align: center;
    margin-top: 16px;
}
.collabs { 
  margin: 150px auto;
  text-align: center;
}
.collabsTitle {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 24px;
  font-weight: 500;
  border: 3px solid #63C514;
  border-radius: 100px;
  padding: 16px 24px;
  display: inline-block;
}
.collabsCtr {
  display: flex;
  margin-top: 72px;
  justify-content: space-evenly;
  align-items: center;
}
.collabsCtrItem img {
  width: 140px;
}
.collabsCtrItem span {
  font-family: "kalameh", arial;
  color: #1B1B1B;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-top: 16px;
  transition: color 0.3s cubic-bezier(.44,0,.18,1);
}
.collabsCtr a {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s cubic-bezier(.44,0,.18,1);
}
.collabsCtr a:hover {
  transform: scale(0.9);
}
.collabsCtr a:hover span {
  color: #63C514;
}
.support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #63C514;
  background-color: #F9FEF5;
  border-radius: 40px;
  padding: 32px 48px 48px;
}
.supportRTitle {
  font-family: "kalameh", arial;
  color: #1B1B1B;
  font-size: 32px;
  font-weight: 500;
}
.supportRP {
  font-family: "bakh", tahoma;
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 24px;
}
.supportR input {
  margin-bottom: 16px;
  border: 2px solid #63C514;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  padding: 12px 24px;
  font-family: "bakh", tahoma;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 300;
  width: 500px;
  display: block;
}
.supportR textarea {
  border: 2px solid #63C514;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  padding: 12px 24px;
  font-family: "bakh", tahoma;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 300;
  width: 500px;
  display: block;
  resize: none;
  height: 120px;
}
.supportL {
  text-align: left;
}
.supportL img {
  width: 80%;
}
.footer {
  margin-top: 120px;
  background: linear-gradient(31deg, rgba(24,18,114,1) 27%, rgba(35,24,197,1) 100%);
  border-radius: 40px;
  padding: 32px 64px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerR {
  display: flex;
  align-items: center;
}
.footerRLogo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fff;
}
.footerRInfo {
  margin-right: 48px;
}
.footerRInfo h4 {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.footerRInfo span {
  display: block;
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 18px;
}

.footerInfoItem {
  display: flex;
  margin: 16px 0;
}
.footerInfoItem img {
  margin-left: 16px;
  width: 16px;
}
.footerInfoItem span {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  align-items: center;
  transition: color 0.3s cubic-bezier(.5,0,.24,1);
}
.footerLine {
  margin: 0 32px;
  width: 1px;
  height: 75px;
  background-color: #fff;
  mask: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.footerL {
  display: flex;
  align-items: center;
}
.footerInfoItem a:hover span {
  color: #63C514;
}

.footerSocialIcons img {
  width: 24px;
}
.footerSocialIcons {
  display: flex;
}
.footerSocialIcons a {
  margin: 0 16px;
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s cubic-bezier(.5,0,.24,1);
}
.footerSocialIcons a:hover {
  transform: scale(0.8);
}
.footerSocialText {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.footerSocial {
  text-align: center;
}
.copyrightCtr {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 32px;
}
.copyrightCtrLogo {
  height: 64px;
  overflow: hidden;
}
.copyrightCtr img {
  transform: none;
  transition: transform 0.3s cubic-bezier(.5,0,.24,1);
}
.copyrightCtrText {
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  display: flex;
  align-items: center;
}
.copyrightCtr a:hover img {
  transform: translateY(-50%);
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.loadingR, .loadingL, .loadingR1, .loadingL1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.loadingR1, .loadingL1 {
  background-color: #362cbd;
}
.loadingR, .loadingL {
  background-color: #1E159C;
}

.loadingL, .loadingL1 {
  left: 0;
}
.loadingR, .loadingR1 {
  right: 0;
}
.loadingText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.cursor {
  position: fixed;
  left: 50%;
  top: -50px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  z-index: 20;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  pointer-events: none;
}












/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
/* Main styles */
body {
  /* img size is 50x50 */
  background: url("images/bg.png") repeat 0 0;
  background-blend-mode: color;
  -webkit-animation: bg-scrolling-reverse 1.8s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 1.8s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 1.8s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 1.8s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.topLogos {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 40px auto;
}
.topLogos a {
  margin: 0 24px;
  display: inline-block;
}
.topLogos img {
  height: 100px;
}
.topLogosSmall {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 32px auto 0;
}
.topLogosSmall a {
  margin: 0 16px;
  display: inline-block;
}
.topLogosSmall img {
  height: 40px;
}
.vid {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 40px;
}
.serviceRPBulletIcon {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #63C514;
  margin-left: 16px;
}
.serviceRPBullet {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.twosItemPic {
  overflow: hidden;
  position: relative;
}
.twosItemPic img {
  width: 100%;
}
.coursePurchase {
  margin: 72px 0;
  background-color: #F3F2FD;
  border: 2px solid #1E159C;
  border-radius: 40px;
  -webkit-box-shadow: 0px 64px 33px -57px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 64px 33px -57px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 64px 33px -57px rgba(0, 0, 0, 0.48);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 64px;
}
.coursePurchaseR {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 32px;
  font-weight: 300;
  line-height: 110%;
}
.courseBtn a {
  font-family: "kalameh", arial;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  background-color: #1E159C;
  border-radius: 100px;
  padding: 12px 24px;
  transition: all 0.3s cubic-bezier(.44,0,.18,1);
}
.courseBtn a:hover {
  background-color: #63C514;
  padding: 12px 32px;
}


.threesItem {
  background-color: #F3F2FD;
  border: 2px solid #1E159C;
  border-radius: 40px;
  padding: 0 0 32px;
  width: 30%;
  overflow: hidden;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
}
.threesItemStars {
  text-align: center;
  margin: 24px 0 16px;
}
.threesItemTitle {
  text-align: center;
}
.threesItemTitle h6 {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 32px;
  font-weight: 700;
}
.threesItemTitle span {
  font-family: "kalameh", arial;
  color: #1E159C;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  margin-top: 16px;
}
.threesItemItems {
  margin-top: 24px;
}
.threesItemItemsItem {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-family: "bakh", tahoma;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 0;
    margin: 2px auto;
}
.threesP {
  margin-top: 56px;
  width: 100%;
}

.eds {
  background-color: #EBEEF0;
  border: 2px solid #00111F;
  border-radius: 40px;
  padding: 32px 64px;
  overflow: hidden;
  -webkit-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  box-shadow: 0px 89px 53px -87px rgba(0,0,0,0.48);
  margin-top: 200px;
}
.edsTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edsTop h4 {
  font-family: "kalameh", arial;
  color: #00111F;
  font-size: 24px;
  font-weight: 500;
}
.edsTop img {
  height: 32px;
}
.edsP {
  font-family: "bakh", tahoma;
    color: #00111F;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 24px;
}
.edsP span {
  display: block;
  color: #1E159C;
  font-weight: 500;
  margin-top: 16px;
}
.edsBtn {
  margin: 40px 0 24px;
}
.edsBtn .courseBtn a {
  background-color: #00111F;
}
.edsBtn .courseBtn a:hover {
  background-color: #1E159C;
}