@charset "utf-8";
::-webkit-selection {
  background-color: #134779;
  color: rgba(0, 0, 0, 0.87);
}

::-moz-selection {
  background-color: #134779;
  color: rgba(0, 0, 0, 0.87);
}

::selection {
  background-color: #134779;
  color: rgba(0, 0, 0, 0.87);
}


/* Force Simple Scrollbars */

body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: #134779;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}

body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

/* Inverted UI */

body .ui.inverted::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

body .ui.inverted::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

body .ui.inverted::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}
.header
{
	display: none;
}
.center {
    width: 90%;
}
.xs-font
{
	font-size: 2.5vw;
}
.s-font
{
	font-size: 3vw;
}
.m-font
{
	font-size: 3vw;
}
.l-font
{
	font-size:4vw;
}
.xl-font
{
	font-size:5vw;
}
.padding-5
{
	padding: 2%;
}
.padding-10
{
	padding: 3vw;
}
.padding-15
{
	padding: 4%;
}
.padding-30
{
	padding: 5%;
}
.section-white
{
	padding: 5% 0px;
}
.section-white-pro
{
	padding: 5% 0px 8% 0px;
}
.section-grey
{
	padding: 5% 0px;
}
.section-blue
{
	padding: 5% 0px;
}
.section-baby-blue
{
	padding: 5% 0px;
}
.btn
{
	padding: 5% 3vw;
	margin-top: 5%;
}
.input-form
{
	padding:4vw 3vw;
	font-size: 3vw;
}
.area-form
{
	padding: 4%;
	font-size: 3vw;
	min-height: 200px;
}
.left-30
{
	margin-left: 5%;
}

.title-section
{
	text-align: center;
	margin-bottom: 5%;
}
.title-section h2
{
	font-size: 5vw;
	line-height: normal;
}
.hero {
    height: auto;
}
.hero:before {
    height: 100%;
	width: 100%;
}
.right-hero, .left-hero {
    width: 100%;
}
.right-hero {
    margin-top: 5%;
}
.inner-hero {
    padding: 0px 5%;
}
.right-hero h3 {
    font-size: 5vw;
    font-weight: 300;
}
.right-hero h1 {
    font-size: 19vw;
}
.right-hero h2 {
    font-size: 8vw;
    margin-top: 3%;
}
.hero-desk {
    margin: 5% auto;
    width: 100%;
}
.hero-button .sign-link {
    padding: 3vw 3vw;
}
.hero-button .great-link {

    padding: 3vw 3vw;
}
.great-link:before {
    margin-left: 1vw;
    font-size: 3vw;
}
.sign-link:before {
   margin-left: 1vw;
    font-size: 3vw;
}
.left-hero
{
	margin-top: 5%;
}
.colum-1 img
{
	height: 50vh;
}
.colum-2 {
    margin-right: 5%;
    margin-top: 3%;
}
.app-top h2 {
    margin-bottom: 3vw;
	color: #fff;
}
.down-section {
    margin-top: 12vw;
}
.under-hero-left {
    width: 100%;
    margin-top: -50vw;
}
.play-button:before {
    font-size: 6vw;
    width: 15vw;
    height: 15vw;
    line-height: 15vw;
}
.project-logo {
    margin-bottom: 5%;
}
.project-name {
    margin-bottom: 5%;
}
.desk-small {
    margin-bottom: 4%;
    height: 16vh;
}
.desk-small p {
    line-height: 1.7;
}
.projects-slider .swiper-slide:nth-child(3n-2)
{
	margin-top: 0px !important;
}
.projects-slider .swiper-slide:nth-child(3n-1)
{
	margin-top: 0px !important;
}
.projects-slider .swiper-slide:nth-child(3n)
{
	margin-top: 0px !important;
}
.projects-slider {
    padding: 0px 0px 50px 0px !important;
}
.numbers ul li {
    width: 47.5%;
    text-align: center;
    align-self: center;
    position: relative;
    padding-top: 8%;
	margin-top:10vw;
}
.numbers ul li:last-child
{
	width: 100%
}
.numbers ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.numbers ul li:nth-child(2n)
{
	margin-left: 0px;
}
.numbers ul li span {
    width: 14vw;
    height: 14vw;
    text-align: center;
    line-height: 14vw;
    top: -7vw;
    font-size: 5vw;
}
.map-right {
    width: 100%;
}
.map-right h2 {
    font-size: 5vw;
    line-height: normal;
    margin-bottom: 4%;
}
.map-right p {
    margin-bottom: 4%;
    line-height: 1.6;
}
.map-left {
    width: 100%;
    margin-right: 0px;
}
#chartdiv {
    height: 50vh;
}
.section-bg
{
	padding: 5% 0px;
}
.colum-t {
    margin-top: 3vw;
}
.colum-t span {
    margin-bottom: 2vw;
    display: block;
}
.colum-t span {
    margin-bottom: 2vw;
}
.news-blocks ul li
{
	width: 100%;
	margin-left: 0px;
}
.image-block {
    position: relative;
    margin-bottom: 4%;
	width: 100%;
	height: auto;
}
.image-block a img {
	width: 100%;
	height: auto;
}
.news-blocks ul li:nth-child(2),.news-blocks ul li:nth-child(3)
{
	margin-top: 5%;
}
.block-details h2 {
    margin-bottom: 3%;
}
.block-details p {
    line-height: 1.6;
}
.right-testimonial {
    width: 100%;
    margin-left: 0px;
	margin-bottom: 5%
}
.right-testimonial span {
    margin-bottom: 3vw;
}
.right-testimonial h2 {
    font-size: 7vw;
    line-height: 1.8;
    margin-bottom: 5%;
}
.more:after
{
	margin-left: 2vw;
}
.left-testimonial {
    width: 100%;
}
.testimonial-block img {
    width: 20vw;
    height: 20vw;
    border-radius: 100%;
    position: absolute;
    top: -10vw;
}
.testimonial-block h3
{
	margin-bottom: 3vw;
}
.testimonial-block h2

{
	margin-bottom: 2vw;
	min-height: auto;
}
.testimonial-block p
{
	margin-bottom: 3vw;
	line-height: 1.4;
}
.testimonial-slider {
    padding: 10vw 0px 0px 0px !important;
}
.testimonial-block
{
	padding-top: 13vw;
}
.footer {
    padding: 5% 0px;
}
.right-footer {
    width: 100%;
    margin-left: 0;
}.app-footer ul li {
    margin-left: 4%;
}
.app-footer {
    margin-top: 4%;
}
.menu-footer {
    width: 100%;
    margin-left: 0;
	margin-top: 5%;
	justify-content: center;
}
.menu-footer ul li
{
	margin-bottom: 3.5vw;
	text-align: center;
}
.left-footer {
    width: 100%;
	margin-top: 5%;
	text-align: center;
}
.social ul
{
	align-content: center;
	justify-content: center;
}
.left-footer .social ul li {
    margin-left: 4.5vw;
}
.social ul li:last-child
{
	margin-left: 0px;
}
.bottom-footer {
    padding-top: 5%;
    margin-top: 5%;
}
.footer-links
{
	margin-top: 5%;
}
/*Menu*/
.responsive-nav-icon 
{
    display: block;
    z-index: 1;
    float: left;
}
.responsive-nav-icon::before 
{
    font-family: 'Icons';
    font-size: 5vw;
    text-align: center;
    display: block;
    content: "\f0c9";
    color: #fff;
}
.anime-menu
{
	right:0px !important;
	width:220px !important;
	visibility:visible;
	z-index: 99999999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-slide
{
	position:fixed;
	width:220px;
	padding: 1.5rem;
	height:100%;
	background-color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top:0px;
	right:-220px;
	display:block;
	z-index: 99999999999;
}
.over-lay
{
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom right,#000,#010101);
	opacity:.8;
	top:0px;
	left:0px;
	position:absolute;
	display:none;
	z-index: 9999999999;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.close-menu {
	position: relative;
	margin-bottom: 5%;
	border-radius: 100%;
	height: 5vw;
}
.top-menu-slide
{
	margin-bottom: 5%;
}
.close:hover {
  opacity: 1;
}
.close-menu:before, .close-menu:after {
  position: absolute;
      left: 3.8vw;
    top: 1.5vw;
  content: ' ';
  height: 5vw;
  width: 2px;
  background-color: #8A7D4A;
	display: block;
}
.close-menu:before {
  transform: rotate(45deg);
}
.close-menu:after {
  transform: rotate(-45deg);
}
.menu-icon a
{
	position: relative;
	width: 30px;
	height: 30px;
}
.lines {
    display: block;
    background-color: #28245C;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lines:before {
    background-color: #28245C;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
}
.lines:after {
    background-color: #28245C;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: -8px;
}
.mobile-header
{
	background-color: transparent;
 
  /*  box-shadow: -1px 11px 12px -10px rgb(0 0 0 / 33%);
    -webkit-box-shadow: -1px 11px 12px -10px rgb(0 0 0 / 33%);
    -moz-box-shadow: -1px 11px 12px -10px rgba(0,0,0,0.33);
	border-bottom: 1px solid #662483;*/
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
}
	.logo {
    width: auto;
    margin: auto;
}
	.logo a img
	{
		height: 70px;
		width: auto;
		margin: auto;
	}
.drop {
    overflow: hidden;
    list-style: none;
    position: inherit;
    padding: 0;
    min-width: 100%;
    right: 0;
    top: 5%;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
	display: none;
}
.shop-link {
    padding: 3vw;
    margin-right: 3vw;
    min-width: auto;
}
.shop-link:before {
    margin-left: 2vw;
}
.donate-link {
    padding: 3vw;
    min-width: auto;
}
.donate-link:before {
   margin-left: 2vw;
}
.logs-links {
    margin-right: 0px;
}
.sign-link:before
{
	margin-left: 0px;
}
.great-link {
    margin-right: 2vw;
}
.top-mobile-header
{
	padding: 3% 0px;
}
.bottom-mobile-header
{
	padding: 3% 0px;
}
.right-mobile
{
	width: 13%;
}
.center-mobile
{
	width: 33%;
}
.nav-li
{
	margin-left: 0px;
	margin-bottom: 3.5vw;
}
.drop-li {
    display: block;
    background: #fff !important;
    border-bottom: 0px;
    z-index: 99999999999999999999999999999999;
}
.drop-link {
    padding: 3vw;
}
.logo-menu
{
	margin-bottom: 4vw;
}
.logo-menu a img
{
	height: 70px;
}
.menu-mobile
{
	margin-bottom: 4vw;
}
.menu-slide .social ul
{
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
}
.inner-pop {
    width: 90%;
}
.tittle-inner {
    margin-bottom: 2vw;
}
.tittle-inner h2 {
    font-size: 6vw;
    line-height: normal;
}
.bread-crumb ul li {
    margin-left: 2vw;
}
.bread-crumb ul li a:after {
    margin-right: 2vw;
    font-size: 3.5vw;
}
.about-desk .desk-inner {
    width: 100%;
    font-size: 3.5vw;
}
.desk-inner, .desk-inner p {
    font-size: 3.5vw !important;
    line-height: 1.6 !important;
}
.video-about {
    position: relative;
    width: 100%;
    height: 250px;
	margin-top: 5%;
}
.right-team {
    width: 100%;
    margin-left: 0px;
}
.tittle-right-team h2 {
    font-size:6vw;
}
.tittle-right-team h3 {
    font-size: 6vw;
}
.big-team img {
    width: 50%;
    margin-bottom: 2vw;
    margin-top: 3vw;
	margin-right: auto;
	margin-left: auto;
}
.big-team h2 {
    margin-bottom: 2vw;
}
.left-team
{
	margin-top: 5%;
}
.left-team ul li {
    width: 47.5%;
    margin-top: 5%;
	
}
.left-team ul li:nth-child(2n) {
	margin-left: 0px;
}
.left-team ul li:nth-child(4n) {
	margin-left: 0px;
}
.left-team ul li:nth-child(3),.left-team ul li:nth-child(4) {
     margin-top: 5%;
}
.about-row {
    width: 100%;
}
.about-row img {
    width: 30%;
    margin-left: 5%;
}
.about-details {
    width: 65%;
}
.left-team ul li img {
    width: 43vw;
    height: 43vw;
}
.about-details h2 {
    margin-bottom: 2vw;
}
.about-details p {
    line-height: 1.6;
}
.section-white .about-row img {
    margin-left: 0;
    margin-right: 5%;
}
.title-bg {
    width: 30%;
    margin-left: 5%;
}
.reason-list {
    width: 65%;
}
.reason-list ol li {
    width: 100%;
    margin-top: 5%;
    margin-left: 0px;
}
.reason-list ol li:nth-child(2) {
    margin-top: 5%;
}
.reason-list ol li h2
{
	font-size: 3.5vw;
	width: calc(100% - 10vw)
}
.reason-list ol li::before {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 100%;
    margin-left: 2vw;
	font-size: 3vw
}
.icon-reason:before {
    content: "\f059";
    font-size: 8vw;
    margin-bottom: 2vw;
    font-family: "Icons3";
    font-style: normal;
    position: relative;
}
.title-bg h2 {
    font-size: 5vw;
    position: relative;
}
.left-title-bg:after {
    height: calc(60% + 8%);
    bottom: -8%;
}
.right-title-bg:before {
    height: calc(60% + 8%);
    top: -8%;
}
.al7wkama-title h2 {
    font-size: 5vw;
}
.al7wkama-item ul li
{
	width: 100%;
	margin-left: 0px;
	margin-top: 5%;
}
.al7wkama-item ul li:nth-child(3),.al7wkama-item ul li:nth-child(2)
{
	margin-top: 5%;
}
.pdf-icon {
    font-style: normal;
    font-size: 9vw;
    margin-left: 3vw;
    width: 10vw;
}
.al7wkama-item ul li h2 {
    width: calc(100% - 13vw);
}
.al7wkama-section {
    margin-top: 8%;
}
.desk-site p {
    font-size: 3.5vw;
    line-height: 1.7;
}
.al7wkama-form {
    margin-top: 5%;
}
.top-al7wkama-form ul li
{
	width: 100%;
	margin-left: 0px;
	margin-top: 5%;
}
.top-al7wkama-form ul li:nth-child(1)
{
	margin-top: 0px;
}
.form-group label {
    display: block;
    margin-bottom: 3vw;
}
.down-select {
    left: 4vw;
    bottom: 3.5vw;
}
.bottom-al7wkama-form {
    margin-top: 5%;
}
.bottom-al7wkama-form h2 {
    margin-bottom: 4%;
}
.question-al7 {
    margin-bottom: 5vw;
}
.bottom-al7wkama-form .question-al7 h2 {
    margin-bottom: 3vw;
}
.container-radio {
    display: block;
    position: relative;
    padding-right: 25px;
    font-size: 3vw;
}
.radiomark {
    position: absolute;
    top: 0;
    right: 0;
    height: 4vw;
    width: 4vw;
    background-color: #eee;
    border-radius: 100%;
}
.container-radio .radiomark:after {
    left: 0.5vw;
    top: 0.5vw;
    width: 3vw;
    height: 3vw;
    background-color: #2196F3;
    border-radius: 100%;
}
.share-project span {
    margin-left: 2vw;
}
.left-10 {
    margin-left: 2vw;
}
.share-project ul li a {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
	font-size: 3vw
}
.project-right
{
	width: 40%
}
.project-logo2
{
	width: 100%
}
.share-project
{
	width: 60%;
	justify-content: flex-end;
}
.share-project span
{
	/*margin-bottom: 2vw;*/
/*	margin-left: 0px;
	text-align: right;
	align-self: flex-start;*/
	display: none;
}
.project-logo2 img {
    height: auto;
	width: 100%;
}
.project-tittle {
    margin-top: 3vw;
}
.to-system a:before {
    content: "\f109";
    margin-left: 3vw;
    font-family: "Icons3";
}
.desk-inner {
    width: 65%;
}
.title-bg-l {
    width: 30%;
    margin-right: 5%;
}
.icon-idea:before {
    content: "\f059";
    font-size: 8vw;
    margin-bottom: 2vw;
    font-family: "Icons3";
    font-style: normal;
    position: relative;
}
.title-bg-l h2 {
    font-size: 5vw;
}
.accordion__panel {
    margin-bottom: 5%;
}
.accordion__inner p {
    line-height: 1.7;
}
.accordion__btn h2
{
	width: calc(100% - 20%);
	text-align: right;
	line-height: 1.7
}
.contact ul li {
    width: 100%;
    margin-top: 5vw;
	margin-left: 0px;
    position: relative;
}
.contact ul li:nth-child(2)
{
    margin-top: 5vw;
}
.how-list ol li {
    width: 100%;
    margin-top: 4vw;
	margin-left: 0px;
}
.how-list ol li:nth-child(2),.how-list ol li:nth-child(3),.how-list ol li:nth-child(4)
{
	margin-top: 4vw;
}.number-list {
    width: 9vw;
    height: 9vw;
    line-height: 9vw;
}
.number-list::after {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
}
.line-list {
    height: 20px;
}
.top-episode .tittle-section
{
	margin-bottom: 5%;
}
.top-episode .form-group {
    width: 100%;
}
.episode-numbers {
    margin-top: 5%;
}
.left-15 {
    margin-left: 3vw;
}
.episode-numbers ul li
{
	margin-bottom: 3vw;
}
.episode-numbers ul li a {
    padding: 4vw 4vw;
	width: 12.5vw;
}
.episode-numbers ul li a span {
    margin-bottom: 3vw;
}
.episode-numbers ul li:nth-child(6n)
{
	margin-left: 0px;
}
.map-left-inner {
    padding-right: 0px;
    border-right:0px;
    width: 100%;
    text-align: center;
}
.map-left-inner h2 {
    margin-bottom: 5%;
}
.map-left-inner ul li {
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.tittle-section {
    margin-bottom: 5%;
}
.tittle-section h2 {
    font-size: 5vw;
    line-height: normal;
}
.program ul li {
    text-align: center;
    width: 100%;
	margin-left: 0px;
	margin-top: 5%
}
.left-center-numbers {
    width: 100%;
    margin-right: 0px;
}
.left-center-numbers .all-numers {
    margin-top: 5%;
}
.all-numers {
    margin-bottom: 5%;
}
.all-numers ul li {
    width: 100%;
}
.man-icon {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    top: -6vw;
}
.all-numers ul li h3 {
    margin-bottom: 4%;
    margin-top: 4%;
}
.right-down-numbers {
    width: 100%;
}
.left-down-numbers .program {
    margin-top: 5%;
}
.left-down-numbers
{
	margin-top: 5%;
	  width: 100%;
	margin-right: 0px;
}
.left-center-numbers .tittle-section h2 {
    line-height: 1.7;
}
.statistics-top {
    margin-bottom: 5%;
}
.statistics-top ul li {
    width: 100%;
	margin-left: 0px;
	margin-top: 5%;
}
.statistics-top ul li:nth-child(1)
{
	margin-top: 0px;
}
.statistics-list ul li:nth-child(1),.statistics-list ul li:nth-child(2),.statistics-list ul li:nth-child(3)
{
	 margin-top: 5%;
}
.studen-name {
    margin-right: 3vw;
}
.statistics-list ul li {
    margin-top: 5%;
    width: 100%;
	margin-left: 0px;
}
.repeat-inner-list h3 {
    padding: 4vw;
}
.repeat-inner-list h2 {
    padding: 4vw;
}
.log-donator ul li {
    width: 100%;
	margin-left: 0px;
		margin-top: 5%
}
.log-donator ul li:nth-child(2)
{
	margin-top: 5%
}
.log-donator ul li:nth-child(3) {
    margin-top: 5%;
    margin-left: 0px;
}
.log-donator ul li h3
{
	margin-left: 0px;
	margin-bottom: 4%;
}
.frind-details {
    padding-top: 5%;
}
.frind-details .form-group
{
	margin-left: 0px;
}
.frind-details .form-group:nth-child(1)
{
	margin-bottom: 5%
}
.registration ul li:nth-child(2),.registration ul li:nth-child(3)  {
   margin-top: 5%;
}
.registration ul li {
    width: 100%;
    margin-top: 5%;
	margin-left: 0px
}
.log-teacher .choose-answer {
    margin-top: 5%;
}
.top-lang {
    margin-bottom: 5%;
}
.left-all-lang p {
    margin-left: 2vw;
}
.top-lang {
    margin-bottom: 5%;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 7vw;
    cursor: pointer;
    font-size: 3vw;
	margin-left: 5%;
	width: 47.5%
}
.all-lang .all-check .container-checkbox
{
	 margin-bottom: 5vw;
}
.registration ul li:nth-child(7), .registration ul li:nth-child(8), .registration ul li:nth-child(9), .registration ul li:nth-child(10)
{
	width: 100%;
}
.upload-main-wrapper {
    margin-top: 3vw;
}
.all-check .container-checkbox:nth-child(2n)
{
	margin-left: 0px;
}
.all-read .all-check .container-checkbox {
    width: 47.5%;
    margin-top: 6vw;
    margin-bottom: 0px;
    margin-left: 5%;
}
.all-read .all-check .container-checkbox:nth-child(3),.all-read .all-check .container-checkbox:nth-child(4),.all-read .all-check .container-checkbox:nth-child(5)
{
	margin-top: 6vw;
}
.all-read .all-check .container-checkbox:nth-child(2n)
{
	margin-left: 0px !important;
}
.all-read .all-check .container-checkbox:nth-child(5n) {
     margin-left: 5%;
}
.log-teacher ul li .container-checkbox
{
	width: 100%;
	margin-left: 0px;
}
.form-group label.error
{
	padding: 1vw;
	margin-bottom: 0px;
	bottom: -3vw;
	background-color: #fff;
	border-radius: 30px;
}

.menu-project {
    margin-top: 5%;
}
.menu-project ul li a
{
	padding: 2vw;
}
.menu-project ul li
{
	margin-bottom: 5%;
}
.top-time {
    margin-bottom: 5%;
}
.tabs
{
	margin-top: 5%;
}
.tabs ul li {
    margin-left: 2vw;
}
.tabs ul li a.active-tab,.tabs ul li a {
    padding: 2vw;
}
.rules ul li {
    width: 100%;
	margin-bottom: 5%;
}
.rules ul li h2 {
    margin-bottom: 5%;
}
.rules ul li:last-child
{
	margin-bottom: 0px;
}
.explain ol {
    margin-top: 5%;
}
.explain ol li {
    width: 100%;
    margin-top: 5%;
    margin-left: 0px;
}
.explain ol li span {
    position: relative;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    margin-left: 4vw;
	font-size: 3vw;
}
.explain ol li h2 {
    width: calc(100% - 12vw);
    line-height: 1.6;
}
.explain ol li span::after {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
}
.explain ol li:nth-child(2)
{
	margin-top: 5%;
}
.study-plans {
    margin-top: 14vw;
}
.study-plans ul li {
    margin-top: 14vw;
    width: 100%;
	margin-left: 0px;
}
.study-plans ul li:nth-child(2),.study-plans ul li:nth-child(3),.study-plans ul li:nth-child(4)
{
	 margin-top: 14vw;
}
.study-plans ul li h2 {
    top: -10.2vw;
    right: 4vw;
    line-height: normal;
}
.repeat-plan-details {
    margin-bottom: 4%;
}
.news-details {
    width: 100%;
    margin: auto;
}
.image-article {
    margin-bottom: 5%;
}
.article-details {
    width: 90%;
    margin: -12vw auto 0px auto;
    position: relative;
}
.share-article span
{
	display: none;
}
.share-article ul li a {
   width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3vw;
}
.article-tittle {
    margin-top: 5%;
}
.article-tittle h1 {
    font-size: 5vw;
    line-height: 1.6;
}
.article-desk {
    font-size: 3.5vw !important;
    line-height: 1.6rem !important;
}
.article-desk p {
    font-size: 3.5vw !important;
    line-height: 1.6rem !important;
}
.top-related {
    margin-bottom: 5%;
}
.tittle-related h2 {
    font-size: 6vw;
    line-height: normal;
    font-weight: 500;
}
.button-next-related, .button-prev-related {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
}
.button-next-related {
    margin-left: 3vw;
}
.all-numers ul li {
    width: 100%;
	margin-left: 0px;
	margin-bottom: 9vw;
}
.all-numers ul li :last-child
{
	margin-bottom: 0px;
}
.big-chart {
    width: 100%;
    height: auto;
    margin-left: 0px;
	margin-bottom: 5%;
}
.big-chart h2 {
    margin-top: 5%;
}
.small-charts ul li {
    width: 100%;
    margin-top: 5%;
    margin-left: 0px;
}
.small-charts ul li:nth-child(2) {
    margin-top: 5%;
}
.plans ul li 
{
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
	margin-left: 0px;
}
.plans ul li:nth-child(2),.plans ul li:nth-child(3)
{
	margin-top: 5%;
}
.plans ul li h3 {
    font-size: 4vw;
}
.plans ul li h2 {
    font-size: 8vw;
    margin-top: 5%;
}
.plans ul li a {
    margin-top: 5%;
}
.plans ul li span {
    top: 4vw;
    left: 4vw;
}
.not-allow
{
	position: fixed;
	width: 90%;
	z-index: 10;
}
.over-not-allow
{
	z-index: 9;
}
.not-coming {
    margin-bottom: 5%;
}
.above-all-lesson {
    padding-top: 5%;
	margin:5% 0px;
}
.above-all-lesson h2
{
	font-size: 6vw;
}
.right-lesson {
    width: 100%;
    margin-left: 0px;
	margin-bottom: 5%;
}
.filter-lesson {
    position: relative;
    top: inherit;
    text-align: center;
}
.filter-lesson h2 {
    margin-bottom: 5%;
}
.right-lesson .container-checkbox
{
	width: 30%;
}
.select-filter
{
	margin-top: 0px;
}
.filter-lesson .btn {
    margin-top: 5%;
}
.left-lesson-inner ul li img {
    width: 11vw;
    height: 11vw;
}
.download-lesson
{
	text-align: center;
	width: 100%;
	margin-top: 5%;
	color: #fff;
	background-color: #28245C;
	padding: 3vw;
	border-radius: 5px;
}
.testimonial-details {
    width: 100%;
    margin: auto;
}
.right-testimonial-details
{
	width: 100%;
	margin-bottom: 5%;
}
.right-testimonial-details img {
    width:22vw;
    height: 22vw;
    margin-left: 3vw;
}
.right-testimonial-details h2 {
    margin-bottom: 2vw;
}
.testimonial-blocks ul li {
    margin-top: 12vw;
	margin-left: 0px;
    width: 100%;
}
.quote:before {
    font-size: 11vw;
}
.testimonial-block .quote {
    margin-bottom: 3vw;
}
.add-comment {
    margin-bottom: 5%;
}
.modal {
    padding: 5%;
    display: inline-block;
    width: 90%;
}
.comment-form ul li {
    margin-top: 5%;
}
.all-visitors ul li {
    width: 100%;
    margin-top: 14vw;
    margin-left: 0px;;
}
.flag {
    width: 16vw;
    height: 16vw;
}
.flag img {
    width: 50%;
}
.visitor-row {
    margin: 5% 0px 5% 0px;
}
.absolute-visitor {
    top: -9vw;
}
.all-visitors ul li:nth-child(2){
    margin-top: 14vw;
}
.all-visitors ul li:nth-child(1) {
    margin-top: 9vw;
}
.desk-all p {
    line-height: 1.7;
    font-size: 3vw;
    color: #8A8A8A;
}
.map-right-inner #chartdiv
{
	height: 50vh;
}
.m-duu
{
	width: 38%;
}
.currency-switcher {
    position: relative;
    margin-right: 0px;
    border-right: 0px;
}
.caption2 p {
    color: #000;
}
div.dropdown:after {
    color: #000;
}


.top-7sana {
    margin-bottom: 5%;
}
.sana-image img {
    width: 100%;
}
.top-7sana .desk-all {
    width: 100%;
	margin-top: 5%;
}

.sana-videos ul li:nth-child(3),.sana-videos ul li:nth-child(2),.sana-videos ul li:nth-child(4) {
    margin-top: 5%;
}
.sana-videos ul li {
    margin-left: 0px;
    margin-top: 5%;
    width:100%;
}
.sana-videos ul li img {
    width: 100%;
    height: auto;
}
.inner-overlay-pop {
    width: 90%;
}
.top-popup {
    padding: 10px 0px;
}
.donate-n ul li:nth-child(3),.donate-n ul li:nth-child(4),.donate-n ul li:nth-child(5) {
    margin-top: 10vw;
}
.donate-n ul li:nth-child(5)
{
	margin-left: 5%;
}
.donate-n ul li:nth-child(6)
{
	margin-left: 0px;
}
.all-comments ul li {
    padding-top: 5%;
    margin-top: 5%;
}
.down-article .add-comment a
{
	padding: 12px;
}
.her-videos ul li {
    width: 100%;
    margin-top: 5%;
	margin-left: 0px;
}
.her-videos ul li:nth-child(4),.her-videos ul li:nth-child(3),.her-videos ul li:nth-child(2) {
    margin-top: 5%;
}
.all-badges ul li:nth-child(3),.all-badges ul li:nth-child(4),.all-badges ul li:nth-child(2) {
    margin-top: 5%;
}
.all-badges ul li {
    margin-top: 5%;
    width: 100%;
	margin-left: 0px;
}
.all-badges-students ul li:nth-child(2),.all-badges-students ul li:nth-child(1) {
    margin-top:10vw;
}
.all-badges-students ul li {
    position: relative;
    margin-left: 0px;
    margin-top: 10vw;
    width: 100%;
    position: relative;
    padding-top: 11vw;
    min-height: 196px;
}
.st-ba {
    left: 10px;
    top: 10px;
}
.st-ba h2
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.all-badges-students ul li img {
    width: 15vw;
    position: absolute;
    top: -7.5vw;
    right: 5%;
}
.text-f
{
	width: 100%;
}
.sub-f
{
	margin-right: 0px;
	width: 100%;
	margin-top: 10px;
}
.downlcourse ul li
{
	width: 100%;
	margin-left: 0px;
	margin-top: 5%;
}
.course-grad ul li
{
	width: 48%;
}
.course-grad ul
{
	width: 100%;
}
.tag-course ul li
{
	width: 48%;
}
.tag-course ul
{
	width: 100%;
}
/*جل*/
.segel
{
	margin-bottom: 5% !important;
}
.her-sound ul li
{
	width: 100%;
	margin-top: 5%;
	margin-left: 0px;
}
.her-sound ul li:nth-child(2n)
{
	margin-left: 0px;
}
.her-sound ul li:nth-child(2)
{
	margin-top: 5%;
}
.her-sound ul li span
{
	margin-bottom: 3vw;
	display: block;
}
.her-sound ul li h2
{
	margin-bottom: 3vw;
}
.d-spa span:nth-child(2)
{
	margin-right: 3vw;
}
.read-list p
{
	line-height: normal;
}
.choose-log
{
	margin-top: 10%;
}
.colum-2
{
	margin-right: 0px;
}
.down-section
{
	margin-bottom: 10vh;
}