@font-face {
  font-family: "FF Hekaya";
  src: url("../fonts/FF-Hekaya-Light/FFHekaya-Light.woff2") format("woff2"), url("../fonts/FF-Hekaya-Light/FFHekaya-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading #loading-center #loading-center-absolute {
  position: absolute;
  height: 60px;
  width: 60px;
  /*margin: 0;
  top: 50%;
  left: 50%;*/
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}
#loading #loading-center #loading-center-absolute .object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
#loading #loading-center #loading-center-absolute .object.object:nth-child(2n+0) {
  margin-right: 0px;
}
#loading #loading-center #loading-center-absolute .object#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
  background: #23CC88;
}
#loading #loading-center #loading-center-absolute .object#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
  background: #FF4F58;
}
#loading #loading-center #loading-center-absolute .object#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
  background: #FFB400;
}
#loading #loading-center #loading-center-absolute .object#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
  background: #8ECF35;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

.accordion-custom .card {
  border: 0 !important;
}
.accordion-custom .card .card-header {
  padding: 15px 30px;
  border: 0;
  background: #51b96f;
  border-bottom: 7px solid #288743;
  color: #fff;
  font-weight: bold;
}
.accordion-custom .card .card-header .circle-icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5f1e60;
  border: 5px solid #8765a2;
  color: #fff;
  margin-right: 20px;
  transform: scale(1.2);
}
.accordion-custom .card .card-header h5 {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
}
.accordion-custom .card .card-header h5 .title_container {
  display: flex;
  align-items: center;
}
.accordion-custom .card .card-header h5 .btns_container .accordion-button {
  font-size: 14px;
  cursor: pointer;
}
.accordion-custom .card .card-header h5 .btns_container .accordion-button .fa-chevron-up {
  display: block;
}
.accordion-custom .card .card-header h5 .btns_container .accordion-button .fa-chevron-down {
  display: none;
}
.accordion-custom .card .card-header h5 .btns_container .accordion-button.collapsed .fa-chevron-up {
  display: none;
}
.accordion-custom .card .card-header h5 .btns_container .accordion-button.collapsed .fa-chevron-down {
  display: block;
}
.accordion-custom .card .card-body {
  font-size: 24px;
}

.subscription-cards .c-card {
  padding: 15px;
}
.subscription-cards .c-card .content-card {
  box-shadow: 0 0 20px rgba(24, 47, 67, 0.2);
  border-radius: 20px;
  padding: 0 20px;
}
.subscription-cards .c-card .content-card .header img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  margin-top: -50px;
}
.subscription-cards .c-card .content-card .header p {
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.subscription-cards .c-card .content-card .body ul {
  font-size: 24px;
  text-align: center;
  list-style: none;
  padding: 0;
}
.subscription-cards .c-card .content-card .footer {
  text-align: center;
  margin: 15px 0 25px 0;
}

/******************* Selector scss ********************************/
.cursor-pointer {
  cursor: pointer;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "FF Hekaya";
}

.view-sub, .dashboard-ul, .profile-page, .bottom-section, .showcase-container .data, .home__bottom, .site-top.main, .contributors-section, .container-form-login, .widget .menu, .optionText ul, .menu-header-menu, .header-web, .social-list ul, .dropdown-menu-header {
  padding: 0;
  margin: 0;
}

.padding-margin-0 {
  padding: 0;
  margin: 0;
}

.size-full {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.col-md-12_5 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.data_pagination .owl-prev, .section-testimonials .owl-prev, .section-awards .owl-prev {
  margin-right: 15px;
  background-image: url(../img/carousel-arrow-left-pink.png) !important;
}
.data_pagination .owl-prev:hover, .section-testimonials .owl-prev:hover, .section-awards .owl-prev:hover {
  background-color: transparent !important;
  border: none !important;
}
.data_pagination .owl-prev:focus, .section-testimonials .owl-prev:focus, .section-awards .owl-prev:focus {
  outline: 0 !important;
}
.data_pagination .owl-next, .section-testimonials .owl-next, .section-awards .owl-next {
  background-image: url(../img/carousel-arrow-right-pink.png) !important;
}
.data_pagination .owl-next:hover, .section-testimonials .owl-next:hover, .section-awards .owl-next:hover {
  background-color: transparent !important;
  border: none !important;
}
.data_pagination .owl-next:focus, .section-testimonials .owl-next:focus, .section-awards .owl-next:focus {
  outline: 0 !important;
}
.data_pagination .owl-prev, .section-testimonials .owl-prev, .section-awards .owl-prev,
.data_pagination .owl-next,
.section-testimonials .owl-next,
.section-awards .owl-next {
  width: 57px;
  height: 61px;
  text-indent: -99999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: hand;
  webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.nicescroll-rails-vr .nicescroll-cursors {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  animation: pace-stripe-animation 500ms linear infinite;
  background-size: 20px 20px;
}

@keyframes pace-stripe-animation {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 100%;
  }
}
.container-web {
  padding-top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.container-site-header {
  padding-top: 0;
  margin: 0;
  padding-bottom: 0;
  background: #fff url(../img/bg-top.jpg) no-repeat center top;
  /*background: #fff url(../img/ramadan/bg1.png) no-repeat center top;*/ /*ramadan*/
  background-size: 100% auto;
  /*ramadan*/
  /*background-position: 0 -50%;
  background-color: #012257;*/
}
.container-site-header.v-1 {
  /*ramadan*/
  background-position: 0 100%;
  background-color: #54bbce;
}
.container-site-header.main1 {
  background: #589aca url(../img/main1/background-top.svg) no-repeat 0 0 !important;
  background-size: 100% !important;
}
.container-site-header.main2 {
  background: #5ee0e8 url(../img/main2/siteTop-bg-geography.png) no-repeat 0 0 !important;
  background-size: 100% !important;
}
.container-site-header.main3 {
  background: #d2ebf0 url(../img/main3/siteTop-bg-math.jpg) no-repeat 0 0 !important;
  background-size: 100% !important;
}
.container-site-header.main4 {
  background: url(../img/main4/bg1.jpg) no-repeat 0 0 !important;
  background-size: 100% !important;
  padding-bottom: 0;
}
.container-site-header.main5 {
  background: #7acadf url(../img/main5/siteTop-bg-geology.png) no-repeat 0 0 !important;
  background-size: 100% !important;
}
.container-site-header.main6 {
  background: #163b44 !important;
}
.container-site-header.contributors-top {
  background: #b4dbf7 url(../img/contributors-banner.jpg) no-repeat center top;
}
.container-site-header.contributors-top .page-banner {
  padding: 50px 0;
}
.container-site-header.contributors-top .page-banner h1 {
  font-size: 140px;
  color: #fff;
  text-shadow: 2px 3px #66a8d0;
  text-transform: uppercase;
}

.header-site.large-screen {
  padding: 10px;
}

.siteFooter__top {
  /*padding: 60px 0 50px 250px;*/
  padding: 60px 0 50px 0;
  position: relative;
}

.siteFooter__widgets {
  overflow: hidden;
}

.siteFooter__logo {
  display: block;
}
.siteFooter__logo img {
  width: 220px;
}

.center-header, .container-create-btn {
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  display: table-cell;
}

.container-create-btn {
  float: right;
  margin-right: 15px;
}

.avatar-user {
  width: 115px;
  float: right;
  margin-right: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.avatar-user img {
  width: 70%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #237da2;
}
.avatar-user p {
  margin-top: 5px;
}

.social-with-logo {
  display: block;
}

.network-logo {
  float: right;
}
.network-logo.small-screen {
  width: 100px;
  margin: 0 auto;
  float: none;
}

.social-list {
  float: left;
  margin-top: 25px;
}
.social-list.small-screen {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.social-list.small-screen a img {
  width: 40px;
  margin: 10px;
}

.button-register .button-site {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}

.container-social-list {
  margin: 25px auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.social-list ul {
  list-style: none;
  float: right;
}

.social-list ul li {
  float: right;
  margin-right: 15px;
}

.social-list ul li a img {
  vertical-align: middle;
  height: 47px;
  cursor: pointer;
}

.main-navbar-collapse {
  padding-top: 7px;
}

.navbar-menu {
  margin-bottom: 0px;
  background: #51b96f;
  border-bottom: 7px solid #288743;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.navbar-menu.large-screen {
  height: 68px;
  padding: 0;
}

.navbar-menu.small-screen {
  background: transparent;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}

.sidebar-view-small {
  padding: 0;
  background: #fff;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.sidebar-view-small .btn-navbar-toggle {
  padding: 15px;
}

.header-top {
  padding: 15px 0 20px;
}

.header-web-small {
  padding: 0;
}

.header-web-large.with-color {
  background: #3890b2;
  margin-bottom: 20px;
}

.menu-header-menu {
  list-style: none;
  margin-right: auto;
}
.menu-header-menu li {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.menu-header-menu a {
  display: block;
  line-height: 1.1;
  border-bottom: 7px solid #dea10c;
  height: 100%;
  background: #febe23;
  font-weight: bold;
  color: #fff;
  padding: 18px 20px !important;
}

.sidebar li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

.menu-view {
  position: fixed;
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 999;
  font-weight: bolder;
  color: #777;
  padding-bottom: 20px;
  webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 15px 0 0 35px;
  -moz-border-radius: 15px 0 0 35px;
  -ms-border-radius: 15px 0 0 35px;
  -o-border-radius: 15px 0 0 35px;
  border-radius: 15px 0 0 35px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #fff;
  overflow-y: auto;
}
.menu-view.close-menu-edit {
  right: -25%;
}
.menu-view .header-menu-view {
  height: 70px;
  width: 100%;
  background: rgba(255, 215, 0, 0.9);
}
.menu-view.main1 {
  background: #589aca url(../img/main1/background-top.svg) no-repeat 0 0 !important;
}
.menu-view.main1 .container-menu-view {
  background: none;
}
.menu-view.main2 {
  background: #589aca url(../img/main2/siteTop-bg-geography.png) no-repeat 0 0 !important;
}
.menu-view.main2 .container-menu-view {
  background: none;
}

.container-menu-view {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.text-header-menu {
  text-transform: uppercase;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
}

.close-window-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.close-window-menu:hover {
  color: #febe23;
}

.body-menu-view {
  width: 100%;
}

.img-avatar-menu img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.img-avatar-menu {
  text-align: center;
  font-size: 30px;
  width: 100%;
  margin-top: 30px;
}

.body-menu-view .star-name {
  color: gold;
}

.body-menu-view .container-btn-menu {
  padding: 20px;
}

.body-menu-view .button-site {
  margin-top: 10px;
  font-size: 22px;
}

.menu-header-menu > li:nth-child(6n+1) > a, .menu-header-menu > li:nth-child(6n+1) li > a {
  background-color: #febe23;
  border-color: #dea10c;
}

.menu-header-menu > li:first-child > a {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.menu-header-menu > li:nth-child(6n+2) > a, .menu-header-menu > li:nth-child(6n+2) li > a {
  background-color: #237da2;
  border-color: #1b6787;
}

.menu-header-menu > li:nth-child(6n+3) > a, .menu-header-menu > li:nth-child(6n+3) li > a {
  background-color: #04d9e6;
  border-color: #08abb5;
}

.menu-header-menu > li:nth-child(6n+4) > a, .menu-header-menu > li:nth-child(6n+4) li > a {
  background-color: #97db37;
  border-color: #7dba27;
}

.menu-header-menu > li:nth-child(6n+5) > a, .menu-header-menu > li:nth-child(6n+5) li > a {
  background-color: #dd7dfd;
  border-color: #b54ed7;
}

.sub-menu {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: transparent !important;
  border: none !important;
  text-align: center;
}
.sub-menu .dropdown-item {
  font-size: 20px;
}
.sub-menu.cl1 .dropdown-item {
  background: #04d9e6;
  border-bottom: 7px solid #08abb5;
}

.form-small-screen {
  position: relative;
  display: block;
}

.container-form-search {
  position: relative;
  margin-right: 6px;
}

.searchForm__input {
  display: block;
  width: 100%;
  font-size: 20px;
  height: 37px;
  outline: 0;
  padding: 10px 40px 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px 20px 20px 10px;
  -moz-border-radius: 10px 20px 20px 10px;
  -ms-border-radius: 10px 20px 20px 10px;
  -o-border-radius: 10px 20px 20px 10px;
  border-radius: 10px 20px 20px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 0;
  background: #fff;
  color: inherit;
  font-weight: bold;
}

.searchForm__submit {
  padding: 0 10px;
  width: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background: #ff7e00 url(../img/search-icon.svg) no-repeat center center;
  background-size: 18px auto;
  border: 0;
  font-size: 20px;
  line-height: 1;
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  height: 38px;
  margin-top: 0 !important;
}

.searchForm__input.small-screen {
  width: 100%;
  border: 2px solid #ff7e00;
}

.navbar-toggler {
  width: 40px;
  height: 28px;
  background: url(../img/hamburgermenu.svg) no-repeat 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  text-indent: -99999px;
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: 0 !important;
}

.navbar-toggler.blue-btn {
  background: url(../img/hamburgermenu-blue.svg) no-repeat 0 0;
}

.logo-small-screen {
  max-width: 280px;
  padding: 10px 0 10px 0 !important;
}
.logo-small-screen img {
  margin: 0 auto;
}

.text-contact {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
}

.section-intro-title {
  max-width: 1180px;
  margin: 90px auto;
  position: relative;
}

.intro-title {
  font-size: 75px;
  line-height: 1.1;
  color: #51b96f;
  text-shadow: 0 4px 1px #288743;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.intro-text {
  font-size: 40px;
  line-height: 1.2;
  color: #b9489a;
  text-shadow: 0 3px 1px #7a0059;
  text-align: center;
  font-weight: bold;
}

.intro-text .text-animation {
  font-size: 55px;
  width: 100%;
  height: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.wheel {
  height: 350px;
  overflow: hidden;
}

.wheel-anim {
  position: relative;
  width: 600px;
  margin: auto;
}

.wheel-main img {
  width: 100%;
}

.wheel-main.right-anime-run {
  animation: spin 10s linear 0s infinite normal none running;
}

.wheel-main.right-anime-pause {
  animation: spin 10s linear 0s infinite normal none paused;
}

.wheel-main.left-anime-run {
  animation: spin 10s linear 0s infinite reverse none running;
}

.wheel-main.left-anime-pause {
  animation: spin 10s linear 0s infinite reverse none paused;
}

.wheelArrowLeft {
  position: absolute;
  left: -63px;
  top: 160px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  cursor: pointer;
}

.wheelArrowRight {
  position: absolute;
  right: -63px;
  top: 160px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  cursor: pointer;
}

.wheelIndicator {
  top: 135px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.optionText ul {
  position: relative;
  top: -322px;
  left: 270px;
  list-style-type: none;
  text-align: center;
}

.optionText ul {
  position: relative;
  top: -322px;
  left: 270px;
  list-style-type: none;
  text-align: center;
}

.optionText ul li {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  line-height: 18px;
}

.optionText ul li a {
  color: #fff;
}

.optionText ul li a:hover {
  color: #f27318;
}

.optionText ul li:nth-child(1) {
  -webkit-transform: rotate(-88deg) translateX(170px) rotate(89deg);
  -moz-transform: rotate(-88deg) translateX(170px) rotate(89deg);
  -ms-transform: rotate(-88deg) translateX(170px) rotate(89deg);
  -o-transform: rotate(-88deg) translateX(170px) rotate(89deg);
  transform: rotate(-88deg) translateX(170px) rotate(89deg);
}

.optionText ul li:nth-child(2) {
  -webkit-transform: rotate(-51deg) translateX(175px) rotate(90deg);
  -moz-transform: rotate(-51deg) translateX(175px) rotate(90deg);
  -ms-transform: rotate(-51deg) translateX(175px) rotate(90deg);
  -o-transform: rotate(-51deg) translateX(175px) rotate(90deg);
  transform: rotate(-51deg) translateX(175px) rotate(90deg);
}

.optionText .wheel_en li:nth-child(2) {
  -webkit-transform: rotate(-51deg) translateX(176px) rotate(90deg);
  -moz-transform: rotate(-51deg) translateX(176px) rotate(90deg);
  -ms-transform: rotate(-51deg) translateX(176px) rotate(90deg);
  -o-transform: rotate(-51deg) translateX(176px) rotate(90deg);
  transform: rotate(-51deg) translateX(176px) rotate(90deg);
}

.optionText ul li:nth-child(3) {
  -webkit-transform: rotate(-7deg) translateX(175px) rotate(89deg);
  -moz-transform: rotate(-7deg) translateX(175px) rotate(89deg);
  -ms-transform: rotate(-7deg) translateX(175px) rotate(89deg);
  -o-transform: rotate(-7deg) translateX(175px) rotate(89deg);
  transform: rotate(-7deg) translateX(175px) rotate(89deg);
}

.optionText ul li:nth-child(4) {
  -webkit-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -moz-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -ms-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -o-transform: rotate(30deg) translateX(185px) rotate(90deg);
  transform: rotate(30deg) translateX(185px) rotate(90deg);
}

.optionText .wheel_en li:nth-child(4) {
  -webkit-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -moz-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -ms-transform: rotate(30deg) translateX(185px) rotate(90deg);
  -o-transform: rotate(30deg) translateX(185px) rotate(90deg);
  transform: rotate(30deg) translateX(185px) rotate(90deg);
}

.optionText ul li:nth-child(5) {
  -webkit-transform: rotate(71deg) translateX(182px) rotate(90deg);
  -moz-transform: rotate(71deg) translateX(182px) rotate(90deg);
  -ms-transform: rotate(71deg) translateX(182px) rotate(90deg);
  -o-transform: rotate(71deg) translateX(182px) rotate(90deg);
  transform: rotate(71deg) translateX(182px) rotate(90deg);
}

.optionText ul li:nth-child(6) {
  -webkit-transform: rotate(108deg) translateX(180px) rotate(90deg);
  -moz-transform: rotate(108deg) translateX(180px) rotate(90deg);
  -ms-transform: rotate(108deg) translateX(180px) rotate(90deg);
  -o-transform: rotate(108deg) translateX(180px) rotate(90deg);
  transform: rotate(108deg) translateX(180px) rotate(90deg);
}

.optionText .wheel_en li:nth-child(6) {
  -webkit-transform: rotate(109deg) translateX(180px) rotate(90deg);
  -moz-transform: rotate(109deg) translateX(180px) rotate(90deg);
  -ms-transform: rotate(109deg) translateX(180px) rotate(90deg);
  -o-transform: rotate(109deg) translateX(180px) rotate(90deg);
  transform: rotate(109deg) translateX(180px) rotate(90deg);
}

.optionText ul li:nth-child(7) {
  -webkit-transform: rotate(147deg) translateX(181px) rotate(90deg);
  -moz-transform: rotate(147deg) translateX(181px) rotate(90deg);
  -ms-transform: rotate(147deg) translateX(181px) rotate(90deg);
  -o-transform: rotate(147deg) translateX(181px) rotate(90deg);
  transform: rotate(147deg) translateX(181px) rotate(90deg);
}

.optionText ul li:nth-child(8) {
  -webkit-transform: rotate(189deg) translateX(189px) rotate(91deg);
  -moz-transform: rotate(189deg) translateX(189px) rotate(91deg);
  -ms-transform: rotate(189deg) translateX(189px) rotate(91deg);
  -o-transform: rotate(189deg) translateX(189px) rotate(91deg);
  transform: rotate(189deg) translateX(189px) rotate(91deg);
}

.optionText .wheel_en li:nth-child(8) {
  -webkit-transform: rotate(189deg) translateX(189px) rotate(-270deg);
  -moz-transform: rotate(189deg) translateX(189px) rotate(-270deg);
  -ms-transform: rotate(189deg) translateX(189px) rotate(-270deg);
  -o-transform: rotate(189deg) translateX(189px) rotate(-270deg);
  transform: rotate(189deg) translateX(189px) rotate(-270deg);
}

.optionText ul li:nth-child(9) {
  -webkit-transform: rotate(227deg) translateX(187px) rotate(92deg);
  -moz-transform: rotate(227deg) translateX(187px) rotate(92deg);
  -ms-transform: rotate(227deg) translateX(187px) rotate(92deg);
  -o-transform: rotate(227deg) translateX(187px) rotate(92deg);
  transform: rotate(227deg) translateX(187px) rotate(92deg);
}

.optionText .wheel_en li:nth-child(9) {
  -webkit-transform: rotate(227deg) translateX(180px) rotate(90deg);
  -moz-transform: rotate(227deg) translateX(180px) rotate(90deg);
  -ms-transform: rotate(227deg) translateX(180px) rotate(90deg);
  -o-transform: rotate(227deg) translateX(180px) rotate(90deg);
  transform: rotate(227deg) translateX(180px) rotate(90deg);
}

.lang-fr.optionText ul li:nth-child(1) {
  -webkit-transform: rotate(-93deg) translateX(170px) rotate(92deg);
  -moz-transform: rotate(-93deg) translateX(170px) rotate(92deg);
  -ms-transform: rotate(-93deg) translateX(170px) rotate(92deg);
  -o-transform: rotate(-93deg) translateX(170px) rotate(92deg);
  transform: rotate(-93deg) translateX(170px) rotate(92deg);
}

.lang-fr.optionText ul li:nth-child(3) {
  -webkit-transform: rotate(-10deg) translateX(174px) rotate(86deg);
  -moz-transform: rotate(-10deg) translateX(174px) rotate(86deg);
  -ms-transform: rotate(-10deg) translateX(174px) rotate(86deg);
  -o-transform: rotate(-10deg) translateX(174px) rotate(86deg);
  transform: rotate(-10deg) translateX(174px) rotate(86deg);
}

.lang-fr.optionText ul li:nth-child(4) {
  -webkit-transform: rotate(33deg) translateX(173px) rotate(86deg);
  -moz-transform: rotate(33deg) translateX(173px) rotate(86deg);
  -ms-transform: rotate(33deg) translateX(173px) rotate(86deg);
  -o-transform: rotate(33deg) translateX(173px) rotate(86deg);
  transform: rotate(33deg) translateX(173px) rotate(86deg);
}

.lang-fr.optionText ul li:nth-child(6) {
  -webkit-transform: rotate(117deg) translateX(190px) rotate(81deg);
  -moz-transform: rotate(117deg) translateX(190px) rotate(81deg);
  -ms-transform: rotate(117deg) translateX(190px) rotate(81deg);
  -o-transform: rotate(117deg) translateX(190px) rotate(81deg);
  transform: rotate(117deg) translateX(190px) rotate(81deg);
}

.lang-fr.optionText ul li:nth-child(7) {
  -webkit-transform: rotate(147deg) translateX(177px) rotate(90deg);
  -moz-transform: rotate(147deg) translateX(177px) rotate(90deg);
  -ms-transform: rotate(147deg) translateX(177px) rotate(90deg);
  -o-transform: rotate(147deg) translateX(177px) rotate(90deg);
  transform: rotate(147deg) translateX(177px) rotate(90deg);
}

.lang-fr.optionText ul li:nth-child(8) {
  -webkit-transform: rotate(190deg) translateX(181px) rotate(91deg);
  -moz-transform: rotate(190deg) translateX(181px) rotate(91deg);
  -ms-transform: rotate(190deg) translateX(181px) rotate(91deg);
  -o-transform: rotate(190deg) translateX(181px) rotate(91deg);
  transform: rotate(190deg) translateX(181px) rotate(91deg);
}

.lang-fr.optionText ul li:nth-child(9) {
  -webkit-transform: rotate(228deg) translateX(182px) rotate(91deg);
  -moz-transform: rotate(228deg) translateX(182px) rotate(91deg);
  -ms-transform: rotate(228deg) translateX(182px) rotate(91deg);
  -o-transform: rotate(228deg) translateX(182px) rotate(91deg);
  transform: rotate(228deg) translateX(182px) rotate(91deg);
}

.lang-tr.optionText .wheel_en li:nth-child(2) {
  -webkit-transform: rotate(-51deg) translateX(172px) rotate(90deg);
  -moz-transform: rotate(-51deg) translateX(172px) rotate(90deg);
  -ms-transform: rotate(-51deg) translateX(172px) rotate(90deg);
  -o-transform: rotate(-51deg) translateX(172px) rotate(90deg);
  transform: rotate(-51deg) translateX(172px) rotate(90deg);
}

.lang-tr.optionText ul li:nth-child(3) {
  -webkit-transform: rotate(-9deg) translateX(177px) rotate(87deg);
  -moz-transform: rotate(-9deg) translateX(177px) rotate(87deg);
  -ms-transform: rotate(-9deg) translateX(177px) rotate(87deg);
  -o-transform: rotate(-9deg) translateX(177px) rotate(87deg);
  transform: rotate(-9deg) translateX(177px) rotate(87deg);
}

.lang-tr.optionText .wheel_en li:nth-child(4) {
  -webkit-transform: rotate(31deg) translateX(177px) rotate(87deg);
  -moz-transform: rotate(31deg) translateX(177px) rotate(87deg);
  -ms-transform: rotate(31deg) translateX(177px) rotate(87deg);
  -o-transform: rotate(31deg) translateX(177px) rotate(87deg);
  transform: rotate(31deg) translateX(177px) rotate(87deg);
}

.lang-tr.optionText ul li:nth-child(5) {
  -webkit-transform: rotate(70deg) translateX(185px) rotate(90deg);
  -moz-transform: rotate(70deg) translateX(185px) rotate(90deg);
  -ms-transform: rotate(70deg) translateX(185px) rotate(90deg);
  -o-transform: rotate(70deg) translateX(185px) rotate(90deg);
  transform: rotate(70deg) translateX(185px) rotate(90deg);
}

.lang-tr.optionText ul li:nth-child(7) {
  -webkit-transform: rotate(149deg) translateX(187px) rotate(88deg);
  -moz-transform: rotate(149deg) translateX(187px) rotate(88deg);
  -ms-transform: rotate(149deg) translateX(187px) rotate(88deg);
  -o-transform: rotate(149deg) translateX(187px) rotate(88deg);
  transform: rotate(149deg) translateX(187px) rotate(88deg);
}

.lang-tr.optionText .wheel_en li:nth-child(8) {
  -webkit-transform: rotate(188deg) translateX(180px) rotate(-270deg);
  -moz-transform: rotate(188deg) translateX(180px) rotate(-270deg);
  -ms-transform: rotate(188deg) translateX(180px) rotate(-270deg);
  -o-transform: rotate(188deg) translateX(180px) rotate(-270deg);
  transform: rotate(188deg) translateX(180px) rotate(-270deg);
}

.lang-tr.optionText .wheel_en li:nth-child(9) {
  -webkit-transform: rotate(232deg) translateX(172px) rotate(88deg);
  -moz-transform: rotate(232deg) translateX(172px) rotate(88deg);
  -ms-transform: rotate(232deg) translateX(172px) rotate(88deg);
  -o-transform: rotate(232deg) translateX(172px) rotate(88deg);
  transform: rotate(232deg) translateX(172px) rotate(88deg);
}

.wheelNav {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 267px;
  left: 258px;
}

.radialNav {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 43px;
  -webkit-transform-origin: center center;
}

.radialNav a {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  position: absolute;
  left: 4px;
  width: 70px;
  height: 70px;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  z-index: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.radialNav a:nth-child(1) {
  background: url(../img/wheel/1.png);
  -webkit-transform: rotate(0deg) translateY(-232px);
  -moz-transform: rotate(0deg) translateY(-232px);
  -ms-transform: rotate(0deg) translateY(-232px);
  -o-transform: rotate(0deg) translateY(-232px);
  transform: rotate(0deg) translateY(-232px);
}

.radialNav a:nth-child(2) {
  background: url(../img/wheel/2.png);
  -webkit-transform: rotate(-49deg) translateX(235px) rotate(90deg);
  -moz-transform: rotate(-49deg) translateX(235px) rotate(90deg);
  -ms-transform: rotate(-49deg) translateX(235px) rotate(90deg);
  -o-transform: rotate(-49deg) translateX(235px) rotate(90deg);
  transform: rotate(-49deg) translateX(235px) rotate(90deg);
}

.radialNav a:nth-child(3) {
  background: url(../img/wheel/3.png);
  -webkit-transform: rotate(-10deg) translateX(232px) rotate(90deg);
  -moz-transform: rotate(-10deg) translateX(232px) rotate(90deg);
  -ms-transform: rotate(-10deg) translateX(232px) rotate(90deg);
  -o-transform: rotate(-10deg) translateX(232px) rotate(90deg);
  transform: rotate(-10deg) translateX(232px) rotate(90deg);
}

.radialNav a:nth-child(4) {
  background: url(../img/wheel/4.png);
  -webkit-transform: rotate(30deg) translateX(228px) rotate(90deg);
  -moz-transform: rotate(30deg) translateX(228px) rotate(90deg);
  -ms-transform: rotate(30deg) translateX(228px) rotate(90deg);
  -o-transform: rotate(30deg) translateX(228px) rotate(90deg);
  transform: rotate(30deg) translateX(228px) rotate(90deg);
}

.radialNav a:nth-child(5) {
  background: url(../img/wheel/5.png);
  -webkit-transform: rotate(70deg) translateX(226px) rotate(185deg);
  -moz-transform: rotate(70deg) translateX(226px) rotate(185deg);
  -ms-transform: rotate(70deg) translateX(226px) rotate(185deg);
  -o-transform: rotate(70deg) translateX(226px) rotate(185deg);
  transform: rotate(70deg) translateX(226px) rotate(185deg);
}

.radialNav a:nth-child(6) {
  background: url(../img/wheel/6.png);
  -webkit-transform: rotate(109deg) translateX(224px) rotate(92deg);
  -moz-transform: rotate(109deg) translateX(224px) rotate(92deg);
  -ms-transform: rotate(109deg) translateX(224px) rotate(92deg);
  -o-transform: rotate(109deg) translateX(224px) rotate(92deg);
  transform: rotate(109deg) translateX(224px) rotate(92deg);
}

.radialNav a:nth-child(7) {
  background: url(../img/wheel/7.png);
  -webkit-transform: rotate(150deg) translateX(226px) rotate(91deg);
  -moz-transform: rotate(150deg) translateX(226px) rotate(91deg);
  -ms-transform: rotate(150deg) translateX(226px) rotate(91deg);
  -o-transform: rotate(150deg) translateX(226px) rotate(91deg);
  transform: rotate(150deg) translateX(226px) rotate(91deg);
}

.radialNav a:nth-child(8) {
  background: url(../img/wheel/8.png);
  -webkit-transform: rotate(190deg) translateX(224px) rotate(90deg);
  -moz-transform: rotate(190deg) translateX(224px) rotate(90deg);
  -ms-transform: rotate(190deg) translateX(224px) rotate(90deg);
  -o-transform: rotate(190deg) translateX(224px) rotate(90deg);
  transform: rotate(190deg) translateX(224px) rotate(90deg);
}

.radialNav a:nth-child(9) {
  background: url(../img/wheel/9.png);
  -webkit-transform: rotate(231deg) translateX(228px) rotate(-267deg);
  -moz-transform: rotate(231deg) translateX(228px) rotate(-267deg);
  -ms-transform: rotate(231deg) translateX(228px) rotate(-267deg);
  -o-transform: rotate(231deg) translateX(228px) rotate(-267deg);
  transform: rotate(231deg) translateX(228px) rotate(-267deg);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wheelIndicatorText {
  position: absolute;
  top: 50%;
  left: 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%);
  text-align: center;
  font-weight: bold;
  color: #f27318;
  font-size: 24px;
}
.wheelIndicatorText span {
  color: springgreen;
}

.item-owl {
  cursor: pointer;
}

.item-owl span {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #f27318;
  font-size: 20px;
}

.item-owl span:hover {
  color: springgreen;
}

/********************************* animation text ************************************/
.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #51b96f;
}

.pomegranate {
  color: #febe23;
}

.green {
  color: #16a085;
}

.midnight {
  color: #dd7dfd;
}

.midnight2 {
  color: #ff7e00;
}

.body-web {
  padding: 0 0 0 0;
  background: #9eddf9 url(../img/page-bg.jpg) repeat 0 0;
}

.welcome-section {
  padding: 0 15px;
  background-image: url(../img/welcome-bg.png);
  background-color: #313031;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 0;
  border-width: 17px 0 17px 0;
  border-style: solid;
  border-color: #73571b;
  text-align: center;
}
.welcome-section.main3 {
  margin: 15px;
  padding: 15px;
  border-width: 17px;
  margin-bottom: 100px;
}

.welcome__inner {
  padding: 60px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.welcome__inner .welcome__title {
  font-size: 47px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 1px #4d5256;
  margin-top: 0;
  margin-bottom: 20px;
}
.welcome__inner .welcome__text {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
.welcome__inner.part2 .welcome__text {
  font-size: 25px;
  color: #fff;
  text-shadow: 0 3px 1px #2b8091;
  text-align: center;
  font-weight: bold;
}

.section-games {
  padding: 0 15px;
}

.section-studying {
  padding: 0;
  width: 100%;
  background-color: #51b96f;
  position: relative;
}
.section-studying::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave_0.svg);
  background-size: cover;
  display: block;
  top: -70px;
  width: 100%;
  height: 104px;
  z-index: 24;
}
.section-studying .title {
  font-size: 47px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.section-studying .container {
  padding: 50px 0 50px 0;
}
.section-studying .skill-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.section-studying .skill-block img {
  width: 100%;
}
.section-studying .skill-block .description-matrics .h1, .section-studying .skill-block .description-matrics h5 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.section_test_readingLevel {
  padding: 0;
  width: 100%;
  background: #f269da;
  position: relative;
}
.section_test_readingLevel::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave_1.svg);
  background-size: cover;
  display: block;
  top: -70px;
  width: 100%;
  height: 104px;
  z-index: 24;
}
.section_test_readingLevel .welcome__title {
  color: #fff;
  text-shadow: 0 4px 1px #4d5256;
}
.section_test_readingLevel .intro-text {
  color: #fff;
}
.section_test_readingLevel .img-hint {
  width: 100%;
}
.section_test_readingLevel .welcome__inner {
  padding: 15px;
}
.section_test_readingLevel .container {
  padding: 50px 0;
}
.section_test_readingLevel .div-p {
  padding-bottom: 25px;
}
.section_test_readingLevel .div-p img {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.section-platforms {
  padding: 0;
  width: 100%;
  background: #f269da;
  position: relative;
}
.section-platforms::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave_1.svg);
  background-size: cover;
  display: block;
  top: -70px;
  width: 100%;
  height: 104px;
  z-index: 24;
}
.section-platforms .intro-text {
  color: #fff;
}
.section-platforms .img-hint {
  width: 100%;
}
.section-platforms .welcome__inner {
  padding: 15px;
}
.section-platforms .container {
  padding: 50px 0;
}
.section-platforms .div-p {
  padding-bottom: 25px;
}
.section-platforms .div-p img {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.section-awards {
  position: relative;
  padding: 0;
  width: 100%;
  background-color: #f2edfa;
  text-align: center;
}
.section-awards::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave_2.svg);
  background-size: cover;
  display: block;
  top: -70px;
  width: 100%;
  height: 104px;
  z-index: 24;
}
.section-awards .container {
  padding: 50px 0 50px 0;
}
.section-awards .welcome__inner {
  padding: 40px 0 0 0;
}
.section-awards .welcome__title {
  color: #82bd00;
}
.section-awards .div-p {
  padding-bottom: 25px;
}
.section-awards .div-p img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.section-awards .div-p .des {
  color: #82bd00;
  margin-top: 15px;
  padding: 10px;
  font-size: 30px;
}

.section-testimonials {
  position: relative;
  text-align: center;
  padding: 0;
  width: 100%;
  background-color: #f2edfa;
}
.section-testimonials .container {
  padding: 0;
}
.section-testimonials .welcome__inner {
  padding: 60px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-testimonials .welcome__title {
  color: #e664d0;
  text-shadow: 0 4px 1px #971481;
}
.section-testimonials .div-p {
  padding-bottom: 25px;
}
.section-testimonials .div-p img {
  display: block;
  margin: 0 auto;
  width: auto;
  border-radius: 100%;
  border: 5px solid #e664d0;
}
.section-testimonials .div-p .des {
  color: #ee67d7;
  margin-top: 15px;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
.section-testimonials .div-p h6 {
  padding: 0 !important;
  margin: 0;
}

.section-test-pro {
  padding: 50px 0;
  width: 100%;
  background-color: #f269da;
  background-image: url(../img/absurdity.png);
  position: relative;
  text-align: center;
}
.section-test-pro::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave1.svg);
  display: block;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 24;
  background-size: cover;
}
.section-test-pro::after {
  content: "";
  position: absolute;
  background-image: url(../img/shape/wave1.svg);
  display: block;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 24;
  background-size: cover;
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.section-test-pro .intro-text {
  color: #fff;
}
.section-test-pro .img-hint {
  width: 100%;
}
.section-test-pro .container {
  padding: 25px 0;
}
.section-test-pro .container .welcome__inner {
  padding: 15px;
}
.section-test-pro .container .button-site {
  margin: 0 auto;
}

.fs--purple .fs__title, .fs--purple .fs__slider {
  background-color: #b640de;
  -webkit-box-shadow: 0 6px 0 #7d11a2;
  -moz-box-shadow: 0 6px 0 #7d11a2;
  -ms-box-shadow: 0 6px 0 #7d11a2;
  -o-box-shadow: 0 6px 0 #7d11a2;
  box-shadow: 0 6px 0 #7d11a2;
}

.fs--purple .fs__title {
  text-shadow: 1px 3px 0 #62138a;
}

.fs--yellow .fs__title, .fs--yellow .fs__slider {
  background-color: #febe23;
  -webkit-box-shadow: 0 6px 0 #c18b09;
  -moz-box-shadow: 0 6px 0 #c18b09;
  -ms-box-shadow: 0 6px 0 #c18b09;
  -o-box-shadow: 0 6px 0 #c18b09;
  box-shadow: 0 6px 0 #c18b09;
}

.fs--yellow .fs__title {
  text-shadow: 1px 3px 0 #d96922;
}

.fs--green .fs__title, .fs--green .fs__slider {
  background-color: #51b96f;
  -webkit-box-shadow: 0 6px 0 #2f9f4f;
  -moz-box-shadow: 0 6px 0 #2f9f4f;
  -ms-box-shadow: 0 6px 0 #2f9f4f;
  -o-box-shadow: 0 6px 0 #2f9f4f;
  box-shadow: 0 6px 0 #2f9f4f;
}

.fs--green .fs__title {
  text-shadow: 1px 3px 0 #7c5d01;
}

.fs__title {
  font-size: 36px;
  color: #fefb23;
  padding: 16px 30px;
  margin: 0 0 26px;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.fs__slider {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 20px 0;
}

.fs__item {
  float: left;
  padding: 12px;
  background: #fff;
  margin-bottom: 20px;
}

.card {
  padding: 8px;
  margin-bottom: 15px;
  background: #fff;
  border: 5px solid #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.card__body {
  position: relative;
  overflow: hidden;
}

.card__image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e6e6e6;
}

.card__image--round-edge {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.card__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #2885ab;
  font-size: 25px;
  line-height: 1.1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.fs {
  margin-bottom: 60px;
}
.fs .owl-nav {
  position: absolute;
  top: -110px;
  right: -20px;
}
.fs .owl-prev {
  margin-right: 15px;
  background-image: url(../img/carousel-arrow-left-pink.png) !important;
}
.fs .owl-prev:hover {
  background-color: transparent !important;
  border: none !important;
}
.fs .owl-prev:focus {
  outline: 0 !important;
}
.fs .owl-next {
  background-image: url(../img/carousel-arrow-right-pink.png) !important;
}
.fs .owl-next:hover {
  background-color: transparent !important;
  border: none !important;
}
.fs .owl-next:focus {
  outline: 0 !important;
}
.fs .owl-prev, .fs .owl-next {
  width: 57px;
  height: 61px;
  text-indent: -99999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: hand;
  webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.card {
  margin-bottom: 20px;
}
.card:hover {
  border-color: #2176b3 !important;
}

.fun-area {
  float: right;
  padding: 24px 24px 10px;
  background: #3dafae;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.fun-area .fa_title {
  font-size: 36px;
  color: #fefb23;
  margin: 0 0 25px;
  background: #309e9d;
  padding: 10px;
  text-shadow: 1px 2px 1px #157b7a;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.fun-area .card__text {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: center;
}

.siteFooter {
  font-size: 0.875rem;
  color: #fff;
  background: #88bf49;
  position: relative;
  /* &::before {
     content: "";
     position: absolute;
     background-image: url(../img/shape/wave_0.svg);
     background-size: cover;
     display: block;
     top: -70px;
     width: 100%;
     height: 104px;
     z-index: 24;
   }*/
}
.siteFooter.main1 {
  padding-top: 85px;
  margin-top: -192px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: url(../img/main1/footer-bg.svg) no-repeat left top;
  background-size: cover;
  position: relative;
}
.siteFooter.main2, .siteFooter.main5 {
  background: #05668f;
}
.siteFooter.main3 {
  background: #929497;
}
.siteFooter.main4 {
  background: url(../img/main4/bg1.jpg) no-repeat 0 0 !important;
  background-size: 100% !important;
  padding-bottom: 0;
}
.siteFooter.main6 {
  background: #915f3c;
  padding-top: 75px;
}

.widget {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
}
.widget .widget__title {
  font-size: 35px;
  line-height: 1.1;
  color: #ffd200;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 15px;
}
.widget .menu {
  list-style: none;
}
.widget .menu li {
  font-size: 20px;
}
.widget .menu li a {
  color: inherit;
}

.siteFooter__widgetArea {
  float: left;
}

.socialLinks > * {
  margin-right: 15px;
}

.socialLinks img {
  vertical-align: middle;
  height: 47px;
}

.siteFooter__info {
  padding: 1.5em 0;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
  /*background: #fff url(../img/bg-top.jpg) no-repeat center top;
  background-size: 100% auto;*/
  /* &::before {
     content: "";
     position: absolute;
     background-image: url(../img/shape/wave_3.svg);
     display: block;
     top: -65px;
     width: 100%;
     height: 100px;
     z-index: 24;
     background-size: cover;
   }*/
}
.siteFooter__info.main1 {
  background: #b47906;
}
.siteFooter__info.main2, .siteFooter__info.main5 {
  background: #005865;
}
.siteFooter__info.main3 {
  background: #7e8389;
}
.siteFooter__info.main4 {
  background: #002863;
}

.pageHeader {
  background: #fd9900;
  padding: 15px;
  color: #fff;
  border-bottom: 7px solid #a96703;
  margin-bottom: 30px;
}
.pageHeader.green-header {
  background: #51b96f;
  border-bottom: 7px solid #288743;
}
.pageHeader.blue-header {
  background: #3995bb;
  border-bottom: 7px solid #1b6787;
}
.pageHeader.beige-header {
  background: #8e79bc;
  border-bottom: 7px solid #7d6ba8;
}
.pageHeader .back {
  padding: 0 25px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.pageHeader__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 43px;
  color: inherit;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.content {
  clear: both;
  padding: 50px;
  background: #fff;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.content .header-content {
  color: #51b96f;
  font-weight: normal;
  margin: 1.5rem 0 1.5rem 0;
}
.content .main-view {
  font-size: 55px;
}
.content .short-view,
.content .subject {
  font-size: 30px;
  font-weight: bold;
  color: #732374;
}
.content .subject_2 {
  font-size: 28px;
  font-weight: bold;
}
.content p,
.content ul,
.content ol {
  font-size: 30px;
  margin: 1rem 0 1rem 0;
  color: #732374;
}
.content p.langDir,
.content ul.langDir,
.content ol.langDir {
  text-align: left;
}
.content .button-site {
  font-size: 24px;
}

.contact-holder {
  display: block;
}
.contact-holder form {
  padding: 4px 0 0;
}
.contact-holder .contact-information {
  float: right;
}
.contact-holder .contact-information .fa, .contact-holder .contact-information .fab {
  color: #ddba84;
}
.contact-holder .contact-information .social span {
  font-size: 50px;
  margin: 0 25px 0 0;
}

.span-loc {
  padding: 20px;
}

.form-input-ul {
  list-style: none;
  padding: 0;
}
.form-input-ul .bootstrap-select .dropdown-toggle, .form-input-ul .bootstrap-select .dropdown-toggle:focus, .form-input-ul .bootstrap-select .dropdown-toggle:active {
  background: transparent;
  border: none;
  padding: 0;
}
.form-input-ul .bootstrap-select .dropdown-menu .inner li {
  font-size: 1rem;
}

.gform_body .alert {
  font-size: 20px;
}
.gform_body .gfield_label {
  font-weight: bold;
  line-height: 1.3;
  clear: both;
  display: none;
}
.gform_body .ginput_container {
  margin-top: 8px;
}

.input-form {
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  background: #f5ce92;
  color: #3b3b3b;
  border: solid #ddba84;
  border-width: 5px 0 0;
  margin: 0;
  padding: 13px;
  border-radius: 5px;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.input-form:focus {
  border-color: #000;
}
.input-form.text-area {
  min-height: 160px;
}

.input-submit-contact {
  display: inline-block;
  padding: 15px 45px 12px;
  background: #b66438;
  font: 28px/1.2 "FF Hekaya" !important;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-width: 0 0 4px 0;
  border-style: solid;
  outline: 0;
  border-color: #983b20;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.input-submit-contact:active {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.noticeBoard {
  background: #fff;
  padding: 15px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 0px #d4d3d2;
  -moz-box-shadow: 0px 7px 0px #d4d3d2;
  -ms-box-shadow: 0px 7px 0px #d4d3d2;
  -o-box-shadow: 0px 7px 0px #d4d3d2;
  box-shadow: 0px 7px 0px #d4d3d2;
  margin: 50px 0 100px 0;
}

.noticeBoard__inner {
  background: #3b93b5;
  color: #fff;
  padding: 20px 30px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.type-reg {
  cursor: pointer;
  width: 50%;
}
.type-reg img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.type-reg p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 30px;
}

.gold-color {
  color: gold;
}

.noticeBoard__header {
  border-bottom: 1px solid #fd9900;
  padding-bottom: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.noticeBoard__title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  float: left;
}

.container-form-login .info-box {
  float: left;
}
.container-form-login .img-box {
  float: right;
}

.noticeBoard__header-right {
  font-size: 16px;
  text-align: right;
  float: right;
  margin-left: 15px;
}
.noticeBoard__header-right a {
  color: inherit;
  text-decoration: underline !important;
}

.pmpro_form .noticeBoard .infoimg {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pmpro_form .form__input-group > :last-child {
  margin-right: 0;
}
.pmpro_form .form__input {
  font-size: 1rem;
  width: 100%;
  max-width: none;
  border: 3px solid #729ecf;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.pmpro_form .pmpro_submit {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.pmpro_user_fields .button-site {
  font-size: 20px;
  cursor: pointer;
}
.pmpro_user_fields h3 {
  font-size: 24px;
}

.form__input-group {
  margin-top: 0;
  margin-bottom: 15px;
}

.form__input {
  display: block;
  width: 100%;
  padding: 0 15px;
  outline: none;
  line-height: 50px;
  height: 50px;
  border: 3px solid transparent;
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -3px 0px #3a6581;
  -moz-box-shadow: 0px -3px 0px #3a6581;
  -ms-box-shadow: 0px -3px 0px #3a6581;
  -o-box-shadow: 0px -3px 0px #3a6581;
  box-shadow: 0px -3px 0px #3a6581;
}
.form__input:focus {
  border: 3px solid #3a6581;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.type-register img {
  max-width: 100%;
}

.contributors-body {
  background: #9eddf9 url(../img/contributors-body.png) repeat 0 0;
  background-size: contain;
}
.contributors-body .main {
  padding-top: 60px;
}
.contributors-body #back-button {
  font-size: 20px;
  padding: 15px 22px;
  text-shadow: none;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.contributors-footer {
  padding: 0 0 250px 0;
  background: #9eddf9 url(../img/contributors-footer.png) repeat 0 0;
  background-size: cover;
  height: 500px;
}

.ccard {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #e06371;
  background-image: url(../img/ccard-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center;
  margin-bottom: 40px;
}
.ccard .button-site {
  padding: 0.8em 1.1em;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ccard--red {
  background-color: #e06371;
  -webkit-box-shadow: 0px 10px 0px #ce4f5d;
  -moz-box-shadow: 0px 10px 0px #ce4f5d;
  -ms-box-shadow: 0px 10px 0px #ce4f5d;
  -o-box-shadow: 0px 10px 0px #ce4f5d;
  box-shadow: 0px 10px 0px #ce4f5d;
}
.ccard--red .button-site {
  background-color: #edb44f;
  border-color: #e69d19;
}

.ccard--yellow {
  background-color: #edb44f;
  -webkit-box-shadow: 0px 10px 0px #d0962e;
  -moz-box-shadow: 0px 10px 0px #d0962e;
  -ms-box-shadow: 0px 10px 0px #d0962e;
  -o-box-shadow: 0px 10px 0px #d0962e;
  box-shadow: 0px 10px 0px #d0962e;
}

.ccard--yellow .button-site {
  background-color: #e06371;
  border-color: #ce4f5d;
}

.ccard__thumb {
  margin-bottom: 20px;
}

.ccard__title {
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.ccard__meta {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}

.ccard__desc {
  margin: 15px 0 20px;
  font-size: 14px;
  font-weight: 300;
}

.content-area {
  margin: 0 auto;
  padding-bottom: 30px;
  color: #777;
}

.profileHead {
  text-align: center;
  margin-bottom: 40px;
}

.profileHead__pic {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.profileHead__pic img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.profileHead__name {
  font-size: 48px;
  line-height: 1;
  color: #183e78;
  margin: 20px 0 0;
}

.profileHead__position {
  font-size: 22px;
  text-transform: uppercase;
  color: #999;
  font-weight: 300;
}

.postnav__prev {
  float: left;
}

/*--------------- main 1 ----------------------------*/
.home__top {
  padding-bottom: 100px;
}

.intro {
  text-align: center;
  margin: 50px 0 40px;
}

.welcome.main1 {
  height: 670px;
  padding-top: 210px;
  position: relative;
  background-image: url(../img/main1/welcome-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  top: -180px;
  margin-bottom: -120px;
}
.welcome.main2 {
  min-height: 460px;
  background-color: #00667b;
  background-image: url(../img/main2/grid-line.png), url(../img/main2/welcome-bg.png);
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  background-position: left top, center center;
  padding: 60px 15px;
  border: 25px solid #fff;
  position: relative;
  margin-bottom: 100px;
}
.welcome.main3 {
  height: 670px;
  padding-top: 210px;
  position: relative;
  background-image: url(../img/main3/siteTop-bg-math.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  top: -180px;
  margin-bottom: -120px;
}
.welcome .signup-button {
  background: #fb4977;
  padding: 8px;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 7px 0px #cd0e3f;
  -moz-box-shadow: 0px 7px 0px #cd0e3f;
  -ms-box-shadow: 0px 7px 0px #cd0e3f;
  -o-box-shadow: 0px 7px 0px #cd0e3f;
  box-shadow: 0px 7px 0px #cd0e3f;
}
.welcome .signup-button span {
  border: 3px dotted #fff200;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  text-shadow: 0 6px #cd0e3f;
}

.main1 .welcome__title, .main1 .welcome__text {
  color: #51200d;
}

.showcase-container {
  background-image: url(../img/navigation-owl/tab-stand-plane.png);
  background-size: 100% 8px;
  background-position: 0 67px;
  background-repeat: no-repeat;
  padding-top: 41px !important;
  padding-left: 0 !important;
}
.showcase__tab {
  margin-bottom: 15px;
  text-align: center;
}
.showcase__tab a {
  font-size: 28px;
  color: #fff !important;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  height: 86px;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 80px;
}

.header-menu-stage .owl-item li {
  list-style: none;
}

.showcase .ui-state-active a {
  height: 109px;
}
.showcase .owl-nav {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  position: absolute;
}
.showcase .owl-nav button {
  webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-repeat: no-repeat !important;
}
.showcase .owl-prev, .showcase .owl-next {
  width: 75px;
  height: 61px;
  margin: 0;
  background: red;
}
.showcase .owl-prev {
  float: left;
  background-image: url(../img/navigation-owl/tab_carousel_arw_left.png) !important;
}
.showcase .owl-next {
  float: right;
  background-image: url(../img/navigation-owl/tab_carousel_arw_right.png) !important;
}
.showcase span {
  display: none;
}
.showcase #tab-game a {
  background-image: url(../img/navigation-owl/kb_tab_lgreen_nrml.svg);
  width: 209px;
}
.showcase #tab-game.ui-state-active a {
  background-image: url(../img/navigation-owl/kb_tab_lgreen_active.svg);
}
.showcase #tab-worksheet a {
  background-image: url(../img/navigation-owl/kb_tab_red_nrml.svg);
  width: 323px;
}
.showcase #tab-worksheet.ui-state-active a {
  background-image: url(../img/navigation-owl/kb_tab_red_active.svg);
}
.showcase #tab-video a {
  background-image: url(../img/navigation-owl/kb_tab_bgrn_nrml.svg);
  width: 227px;
}
.showcase #tab-video.ui-state-active a {
  background-image: url(../img/navigation-owl/kb_tab_bgrn_active.svg);
}
.showcase #tab-music a {
  background-image: url(../img/navigation-owl/kb_tab_vio_nrml.svg);
  width: 220px;
}
.showcase #tab-music.ui-state-active a {
  background-image: url(../img/navigation-owl/kb_tab_vio_active.svg);
}

.view-data {
  margin-top: 0px;
  margin-bottom: 100px;
}

.showcase__items-title {
  font-size: 45px;
  line-height: 1.1;
  color: #fec823;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 40px;
  text-shadow: 3px 5px #114955;
  text-align: center;
}

.pagination {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 30px 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.pagination .page-numbers {
  color: inherit;
  background: url(../img/pagination/pagenumber-bg.png) no-repeat 0 0;
  width: 43px;
  height: 47px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.pagination .current {
  background-image: url(../img/pagination/pagenumber-active-bg.png);
  line-height: 40px;
}

.pagenav {
  text-align: center;
  margin: 30px 0;
  clear: both;
}
.pagenav > * {
  margin: 0 8px 15px;
  vertical-align: middle;
  display: inline-block;
}
.pagenav.main4 {
  margin: 0;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-indent: -99999px;
  width: 65px;
  height: 70px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.next {
  background-image: url(../img/pagination/pagenumber-next.png);
  margin-left: 12px;
}
.pagination .page-numbers.prev {
  background-image: url(../img/pagination/pagenumber-prev.png);
  margin-right: 12px;
}
.pagination .page-numbers.dots {
  background-image: url(../img/pagination/pagenumber-dot.png);
  background-position: center top;
  background-size: 100% auto;
  color: #000;
}

.docCard {
  padding: 12px;
  margin-bottom: 15px;
  background: #e2e2e2;
  display: table;
  width: 100%;
  height: 145px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.container-data-worksheet .docCard {
  height: 250px;
}

.docCard__body {
  padding: 15px;
  background: #fff url(../img/band-pdf.png) no-repeat top right;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.docCard__title {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #2885ab;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.3;
  max-height: 41.6px;
}

.audioPlayer {
  width: 100%;
  max-width: 100%;
  background: #e2e2e2;
  padding: 7px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 20px 20px 0;
  font-family: "Rubik", sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.audioPlayer__inner {
  position: relative;
  padding: 15px;
  background: #fff;
  height: 110px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.audioPlayer__playBtn {
  width: 48px;
  height: 46px;
  background: url(../img/music-play.svg) no-repeat 0 0;
  background-size: 100% auto;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  text-indent: -999999px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.audioPlayer__playBtn:hover {
  background-image: url(../img/music-play-hover.svg);
}
.audioPlayer__playBtn:focus {
  outline: 0 !important;
}

.audioPlayer__title {
  color: #2885ab;
  font-size: 18px;
  margin: 0 0 7px 60px;
  line-height: 1.1;
}

.audioPlayer__author {
  font-size: 14px;
  margin-left: 60px;
}

.audioPlayer__time-rail {
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ca27b1;
  width: 30%;
}

.quickTopics {
  text-align: center;
  margin-bottom: 50px;
}
.quickTopics .card {
  padding: 10px;
  position: relative;
  margin-bottom: 63px;
}
.quickTopics .card__label {
  position: absolute;
  bottom: -25px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.quickTopics.main4 {
  margin-bottom: 0;
}

/*profile page*/
.profile-page-bg {
  background: #d9eeff url(../img/bg-top-contributors.jpg);
  background-size: auto 100%;
}

.sidebar .widget__title {
  color: #fff;
  background: #51b96f;
  border-bottom: 7px solid #288743;
  text-shadow: none;
  margin: 0;
  padding: 12px 25px;
}
.sidebar .widget__title.green-wedget {
  background: #51b96f;
  border-bottom: 7px solid #288743;
}
.sidebar .widget__title.blue-wedget {
  background: #3995bb;
  border-bottom: 7px solid #1b6787;
}

.pageList {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
  background: #fff;
  color: #3d3939;
}
.pageList > li {
  font-size: 16px;
  font-weight: 500;
}
.pageList li {
  line-height: 1.2;
  border-bottom: 1px solid #d7d7d7;
}
.pageList a {
  color: inherit;
  display: block;
  padding: 13px 20px;
}

.bottom-section {
  position: relative;
  background: #93d1da;
}
.bottom-section.main3 {
  background: #f2edfa;
}
.bottom-section.bg_2 {
  background: #44d2d9;
}
.bottom-section.bg_3 {
  /*ramadan*/
  background: #fff;
  margin-top: -1px;
  /*background: #96badd;*/
}
.bottom-section.bg_4 {
  background: #021648;
}
.bottom-section.bg_5 {
  background: #87cddc;
}
.bottom-section .city-img {
  margin: 0 auto;
  display: block;
}
.bottom-section .city-img.main3 {
  width: 100%;
}
.bottom-section .city-img.main6 {
  margin-bottom: -75px;
}

.profile-page {
  overflow-x: hidden;
}

.dashbord-sidepar {
  width: 100%;
  font-size: 22px;
  background: #3995bb;
}

.img-avatar-pro {
  width: 100%;
  padding: 15px;
  background: #51b96f;
}
.img-avatar-pro img {
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #237da2;
}
.img-avatar-pro p {
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid;
  margin-top: 20px;
  padding: 15px;
  color: #fff;
}

.dashboard-ul {
  list-style: none;
  width: 100%;
  text-align: center;
  color: #fff;
  border: none;
}
.dashboard-ul .li-pro {
  position: relative;
  padding: 20px;
  cursor: pointer;
  border-bottom: 7px solid #1b6787;
}
.dashboard-ul .li-pro:nth-child(1):hover {
  border-bottom: 7px solid #51b96f !important;
  color: #51b96f;
}
.dashboard-ul .li-pro:nth-child(2):hover {
  border-bottom: 7px solid gold !important;
  color: gold;
}
.dashboard-ul .li-pro:nth-child(3):hover {
  border-bottom: 7px solid #95ff00 !important;
  color: #95ff00;
}
.dashboard-ul .li-pro:nth-child(4):hover {
  border-bottom: 7px solid #ff2209 !important;
  color: #ff2209;
}
.dashboard-ul .li-pro:nth-child(5):hover {
  border-bottom: 7px solid #7002ff !important;
  color: #7002ff;
}
.dashboard-ul .li-pro:nth-child(6):hover {
  border-bottom: 7px solid #047dff !important;
  color: #047dff;
}
.dashboard-ul .li-pro:nth-child(7):hover {
  border-bottom: 7px solid #ff1362 !important;
  color: #ff1362;
}
.dashboard-ul .li-pro:nth-child(8):hover {
  border-bottom: 7px solid #ffe600 !important;
  color: #ffe600;
}
.dashboard-ul .li-pro:nth-child(9):hover {
  border-bottom: 7px solid #3eff03 !important;
  color: #3eff03;
}
.dashboard-ul .li-pro span {
  position: relative;
}
.dashboard-ul .sub-data {
  padding-left: 0;
  padding-right: 0;
}

.view-sub {
  list-style: none;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
.view-sub li {
  padding: 20px;
  cursor: pointer;
  border-bottom: 7px solid #1b6787;
}
.view-sub li:nth-child(6n+1) {
  background-color: #febe23;
  border-color: #dea10c;
}
.view-sub li:nth-child(6n+1):hover {
  background-color: #dea10c;
  border-color: #febe23;
}
.view-sub li:nth-child(6n+2) {
  background-color: #237da2;
  border-color: #1b6787;
}
.view-sub li:nth-child(6n+2):hover {
  background-color: #1b6787;
  border-color: #237da2;
}
.view-sub li:nth-child(6n+3) {
  background-color: #04d9e6;
  border-color: #08abb5;
}
.view-sub li:nth-child(6n+3):hover {
  background-color: #08abb5;
  border-color: #04d9e6;
}
.view-sub li:nth-child(6n+4) {
  background-color: #97db37;
  border-color: #7dba27;
}
.view-sub li:nth-child(6n+4):hover {
  background-color: #7dba27;
  border-color: #97db37;
}

.star-st {
  color: #FFBC0B;
  overflow: hidden;
  text-shadow: 2px 2px 5px #d29b09;
}

.notification-sq {
  font-size: 10px;
  font-weight: bolder;
  position: absolute;
  padding: 6px 8px;
  line-height: 100%;
  border: 2px #fff solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #3498db;
  transition: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  top: -10px;
  right: -10px;
}
.notification-sq:hover {
  background: #FFBC0B;
  color: #fff;
}

.relative span {
  position: relative;
}

.wlco-mob-name {
  font-size: 20px;
}

/********************* profile style 2 ********************************/
.profile-style-2 .profile-page-bg {
  background: #5d3f99;
}
.profile-style-2 .logo-site-header {
  width: 200px;
}
.profile-style-2 .header-top {
  padding: 0;
}
.profile-style-2 .avatar-user img {
  width: 50%;
}
.profile-style-2 .home__top {
  padding: 0 0 100px 0;
}
.profile-style-2 .header-web-large {
  margin-bottom: 0px;
  background: #262745;
}
.profile-style-2 .img-avatar-pro {
  padding: 7px;
}
.profile-style-2 .img-avatar-pro img {
  width: 75%;
}
.profile-style-2 .img-avatar-pro p {
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.profile-style-2 .dashbord-sidepar {
  -webkit-box-shadow: 5px 5px 5px #2dc2ff;
  -moz-box-shadow: 5px 5px 5px #2dc2ff;
  -ms-box-shadow: 5px 5px 5px #2dc2ff;
  -o-box-shadow: 5px 5px 5px #2dc2ff;
  box-shadow: 5px 5px 5px #2dc2ff;
}
.profile-style-2 .dashboard-ul .li-pro {
  border-bottom: 0;
}
.profile-style-2 .dashboard-ul .li-pro .style2 {
  width: 100%;
  font-size: 50px;
}
.profile-style-2 .dashboard-ul .li-pro:hover {
  border-bottom: 0 !important;
}
.profile-style-2 .content {
  background: #8e79bc url("../img/dot-2-1.png");
}
.profile-style-2 .siteFooter__info {
  background: #8e79bc;
}

/******************* custom modal ********************************/
.custom-modal.modal-lang .modal-header {
  background: #51b96f;
  border-bottom: 3px solid #288743;
  color: #fff;
  display: block;
}
.custom-modal.modal-lang .modal-title {
  width: 100%;
  text-align: center;
}
.custom-modal.modal-lang .modal-body .flags {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.custom-modal.modal-lang .modal-body .flags .flag {
  width: 100px;
  cursor: pointer;
  text-align: center;
}
.custom-modal.modal-lang .modal-body .flags .flag img {
  width: 100%;
}

.flag-selectpicker {
  width: 25px;
  margin: 0 15px;
}

.container-price {
  text-align: center;
}
.container-price .card-main {
  padding: 30px;
}
.container-price .card-main .card.box-shadow {
  box-shadow: 22px 10px 73px -10px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 22px 10px 73px -10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 22px 10px 73px -10px rgba(0, 0, 0, 0.49);
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.container-price .card-main .card:hover {
  border-color: transparent !important;
}
.container-price .card-main .card .card-header {
  background: transparent;
  border: none;
}
.container-price .card-main .card .header-text {
  font-size: 40px;
  text-align: left;
}
.container-price .card-main .card .card-body {
  padding-top: 0;
}
.container-price .card-main .card .shortView {
  -webkit-border-top-right-radius: 150px;
  -webkit-border-bottom-left-radius: 150px;
  -moz-border-radius-topright: 150px;
  -moz-border-radius-bottomleft: 150px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  font-size: 45px;
  margin-left: -30%;
  margin-top: 0;
  width: 100%;
  color: #fff;
}
.container-price .card-main .card .list-unstyled {
  font-size: 20px;
  padding: 0;
  margin: 0;
  display: inline-grid;
}
.container-price .card-main .card .list-unstyled li {
  color: #000;
  text-align: left;
}
.container-price .card-main .card .list-unstyled li .s2 {
  text-align: center;
  width: 85%;
  display: block;
  float: right;
}
.container-price .card-main .card .list-unstyled li .s1 {
  text-align: left;
}
.container-price .card-main .card .btn-card {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.container-price .card-main.color-1 .header-text,
.container-price .card-main.color-1 .s1,
.container-price .card-main.color-1 .btn-card {
  color: #df27ed;
}
.container-price .card-main.color-1 .shortView {
  background: #df27ed;
}
.container-price .card-main.color-2 .header-text,
.container-price .card-main.color-2 .s1,
.container-price .card-main.color-2 .btn-card {
  color: red;
}
.container-price .card-main.color-2 .shortView {
  background: red;
}
.container-price .card-main.color-3 .header-text,
.container-price .card-main.color-3 .s1,
.container-price .card-main.color-3 .btn-card {
  color: #35d461;
}
.container-price .card-main.color-3 .shortView {
  background: #35d461;
}

/*# sourceMappingURL=style.css.map */
