@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);
}
:root {
	--primary-color: #10526B;
	--color2: #BEAE73;
  	--body-fonts: 'Almarai', sans-serif !important;
	--xs-font: .50rem;
	--s-font: .9rem;
	--m-font: 2vw;
	--l-font:1.25rem;
	--font:2rem;
	--font1:3rem;
	--font2:1.4rem;
	--font3:1.4rem;
	--font4:1rem;
	--font5:5vw;
	--font6:3vw;
	--font7:6vw;
	--font8:1.8rem;
	--font9:1.3em;
	--font10:2.8vw;
	--font11:4vw;
	--font12:1.2rem;
	--font13:2vw;
	--font14:2.5vw;
	--yellow:#EAC31D;
	--baby-blue:#0189DB;
	--white:#fff;
	--green:#40C16B;
	--black:#000;
	--baby-red:#FBF4F4;
	--baby-blue2:#F5FAFF;
	--baby-yellow:#fffCF1;
	--baby-grey:#f1f1f1;
	--baby-grey2:#f7f7f7;
	--grey3:#707070;
	--grey4:#5B5B5B;
	--grey5:#fafafa;
	--grey6:#f9f9f9;
	
}
.m-font
{
	font-size: var(--m-font);
}
/* 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%;
}
.logo-footer {
    width: 150px;
    margin: auto;
}
.footer {
    padding: 6% 0px;
}
.bottom-footer {
    padding: 6% 0px;
}
.right-footer {
    width: 48%;
}
.center-footer {
    width: 48%;
    margin: 0px 4% 0px 0px;
}
.menu-footer ul li
{
	margin-bottom: 20px;
}
.menu-footer ul
{
	width: 50%;
}
.menu-footer ul:nth-child(2) {
    width: 50%;
}
.left-footer {
    width: 100%;
	margin-top: 4%
}
.subscribe h2
{
	margin-bottom: 3%;
}
.text-subscribe {
    border: 0px;
    padding: 10px 10px;
    width: calc(60% - 5px);
}
.button-subscribe
{
	width: 40%;
}
.copy {
    padding-top: 6%;
    margin-top: 6%;
}
.about-footer p
{
	margin-top: 10px;
}
.top-slider {
    width: 100%;
    padding-bottom: 8% !important;
}
.hero-right {
    width: 50%;
}
.hero-left {
    width: 40%;
	margin-top: 5%;
}
.hero-form h2 {
    margin-bottom: 5%;
}
.section-white {
    padding: 3% 0px;
}
.section-bg-blue {
    padding: 5% 0px;
}
.library-section
{
	padding: 5% 0px;
}
.section-numbers
{
	padding: 5% 0px;
}
.center-slider
{
	width: 100%;
}
.button-next-news, .button-prev-news
{
	margin-bottom: 5%;
}
.top-slider .swiper-slide:nth-child(2) .hero-left {
    width: 100%;
}
.top-slider .swiper-slide:nth-child(2) .hero-right {
    width: 100%;
}
.news-text a h2
{
	margin-bottom: 5%;
}
.hero-right h2
{
	margin-bottom: 5%;
	font-size:var(--font);
}

.numbers ul li
{
	width: 22%;
	margin-left: 4%;
	margin-top: 5%;
}
.numbers ul li h2 {
    font-size:var(--font1);
    font-weight: 900;
}
.numbers ul li:nth-child(-n+4)
{
	margin-top: 0px;
}
.numbers ul li:nth-child(4n)
{
	margin-left: 0px;
}
.title {
    text-align: center;
    margin-bottom: 5%;
}
.title h2 {
    font-size:var(--font2);
    line-height: 2rem;
}
#chartdiv {
    width: 100%;
     height: auto; 
}
.right-project-home {
    width: 30%;
    margin-left: 5%;
}
.left-project-home {
    width: 65%;
}
.top-p-project
{
	margin-top: 5%;
}
.button-next-project, .button-prev-project {
    font-size:var(--font);
}
.project-slide {
    padding: 6%;
    min-height: auto;
}
.title-book h2
{
	font-size:var(--font6);
}
.project-logo
{
	margin-bottom: 3%;
}
.project-name
{
	margin-bottom: 3%;
}
.books-back ul li a
{
	font-size:var(--font10);
}
.more
{
	margin-top: 3%;
}
.project-logo a img {
    width: auto;
    height: 40px;
}
.title-lib {
    text-align: center;
    margin-bottom: 5%;
}
.title-lib h2 {
    font-size:var(--font8);
}
.library-slider {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.testimonial-down
{
	padding-top: 5%;
	margin-top: 5%;
}
.testimonial-block
{
	padding: 6%;
}
.title-section
{
	margin-bottom: 5%;
}
.title-section h2
{
	font-size:var(--font8);
}
.testimonial-block .desk-block
{
	padding-top: 60px;
}
.partener ul li {
    margin-left: 5%;
    width: 30%;
    margin-bottom: 5%;
}
.partener ul li:last-child
{
	margin-left: 0px;
}
.partener ul li:nth-child(3n)
{
	margin-left: 0px;
}
.flib-container
{
	height: 300px;
}
.icons-library {
    margin-top: 5%;
}
.more-lib {
    margin: 5% auto 0px auto;
}
.card-library .back-card
{
	padding: 5%;
}
.front-card
{
	padding: 5%;
}
.books-back ul li {
    margin-top: 3%;
}
/*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: 2.5vw;
}
.top-menu-slide
{
	margin-bottom: 5%;
}
.close:hover {
  opacity: 1;
}
.close-menu:before, .close-menu:after {
  position: absolute;
      left: 2.8vw;
    top: 1.5vw;
  content: ' ';
  height: 2.5vw;
  width: 2px;
  background-color: #D46061;
	display: block;
}
.close-menu:before {
  transform: rotate(45deg);
}
.close-menu:after {
  transform: rotate(-45deg);
}
.line
{
	width: 37px;
	height: 2px;
	background-color: var(--primary-color);
	position: relative;
	border-radius: 2px;
	display: block;
	margin-bottom: 6px;
}
.line:nth-child(2)
{
	width: 28px;
}
.line:last-child
{
	margin-bottom: 0px;
	width: 16px;
}
.mobile-header
{
	padding: 4% 0px;
-webkit-box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 6%);
	    background-color: var(--white);;
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
}
	.logo {
    width: auto;
    margin: auto;
}
	.logo a img
	{
		height: 65px;
		width: auto;
		margin: auto;
	}
.top-slider .swiper-slide img
{
	height: 30vh;
	width: auto;
	margin: auto;
}
.top-news
{
	padding-bottom: 5%;
}
.top-slider .swiper-pagination {
    bottom: 0px !important;
}
.input-hero {

    padding: 1.8vw 2vw !important;
    margin-bottom: 5%;
    color: #fff;
}
.link-form
{
	 padding: 1.8vw 2vw !important;
}
.center-slider {
         padding: 7% 0px;
}
.nav-a
{
	color: #000;
	padding:0px;
	font-size:var(--font14);
}
.nav-li
{
	margin-bottom: 3vw;
}
.nav-a:before
{
	display: none;
}
.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;
}
.drop-a
{
	padding: 5% 2vw;
}
.menu-slide .social
{
	margin-top: 3vw;
	margin-left: 0px;
}
.menu-slide .social ul 
{
	justify-content: center
}
.menu-slide .social ul li
{
	margin-top: 4%;
	margin-left: 1vw;
}
.menu-slide .social ul li:last-child
{
	margin-left: 0px;
}
.menu-slide .social ul li a
{
	color: #134779;
	border: 1px solid #134779;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.8vw;
}
.modal {
    padding: 6%;
    width: 80%;
}
.testimonial-image {
    position: absolute;
    top: -40px;
    right: 5%;
    width: 70px;
    height: 70px;
}
.testimonial-image a img
{
	 width: 70px;
    height: 70px;
}
.testimonial-block .desk-block
{
	padding-top: 5%;
}
.mobile-header.inner-mob
{
	    -webkit-box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 6%);
    background-color: #fff;
    position: relative;
}
.mobile-header.inner-mob .line
{
	background-color: #134779;
}
.section-grey {
    padding: 5% 0px;
}
.page-title h2 {
    font-size: 1.2rem;
}
.section-inner {
    padding: 5% 0px;
}
.bread-crumb ul li
{
	margin-left: 2vw
}
.bread-crumb ul li a:after {
    margin-right: 2vw;
}
.steps {
    padding: 5%;
    margin-left: 0px;
    width: 100%;
}
.steps ul
{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.steps ul li
{
	margin-bottom: 0px;
	margin-left: 3vw;
	text-align: center;
}
.steps ul li:last-child
{
	margin-left: 0px;
}
.steps ul li:nth-child(4)
{
	margin-bottom: 0px;
}
.steps ul li i
{
	margin-bottom: 4%;
}
.form-regist
{
	width: 100%;
}
.page-one ul li {
    margin-left: 0px !important;
    margin-top: 30px !important;
    width: 100%;
}
.page-one ul li:nth-of-type(1)
{
	margin-left: 0px !important;
}
.page-one ul li:nth-child(5),.page-one ul li:nth-child(4)
{
	width: 48%;
}
.page-one ul li:nth-child(6),.page-one ul li:nth-child(7)
{
	width: 48%;
}
.page-one ul li:nth-child(6)
{
	margin-left: 4% !important;
}
.page-one ul li:nth-child(4)
{
	margin-left: 4% !important;
}
.edit-data
{
	width: 100%;
}
.page-one ul li:nth-of-type(1), .page-one ul li:nth-of-type(2), .page-one ul li:nth-of-type(3)
{
	 width: 100% !important;
}
.form-group {
    padding: 2vw 3vw;
}
.text-regist
{
	padding: 2vw 0;
}
.label-regist {
    position: absolute;
    top: -2vw;
    padding: 0px 5px;
    right: 5%;
}
.tab-regist label.error {
    font-size:var(--s-font);
    bottom: -2vw;
    right: 5%;
}
.form-regist
{
	margin-top: 5%;
}
.page-two ul li
{
	width: 100%;
	margin-left: 0px;
	margin-top: 30px !important;
}
.page-two ul li:nth-child(2)
{
	margin-top: 30px !important;
}
.previous-step {
   border-radius: 5px;
   padding: 3vw 5%;
    margin-top: 5%;
	margin-left: 3vw;
}
.next-step {
    border-radius: 5px;
   padding: 3vw 5%;
    margin-top: 5%;
}
.submit-step {
    border-radius: 5px;
   padding: 2vw 3vw;
    margin-top: 5%;
}

.answers {
    margin-top: 5%;
	padding-bottom: 5%
}
.text-answers {
   padding: 3vw 5%;
    width: 29.7%;
    margin-left: 5%;
}
.page-four ul li
{
	margin-left: 0px;
	margin-top: 30px;
}
.fil-number {
    margin-bottom: 5%;
}
.fil-number span {
    display: inline-block;
    margin-bottom: 5%;
}
.inner-sta {
    width: 100%;
}
.inner-sta h2 {
    margin-bottom: 5%;
}
.statistics-numbers {
    width: 100%;
    position: relative;
}
.inner-sta p {
    line-height: 1.4rem;
}
.square {
    width: 30vw;
    height: 30vw;
}
.square h4 {
    margin: 5% 0px;
}
.square2
{
    right: 52%;
}
.square4 {
    width: 12vw;
    height: 12vw;
}
.square4:before
{
	width: 8vw;
    height: 8vw
}
.square4:after
{
	width: 4vw;
    height: 4vw
}
.square5
{
	width: 8vw;
    height: 8vw
}
.square5:after
{
	width: 6vw;
    height: 6vw
}
.organiz ul li {
    padding: 5%;
    width: 48%;
    margin-left: 4%;
    min-height: 100px;
    margin-top: 8vw;
}
.organiz ul li span
{
	top: -calc(5% + 20px);
}
.organiz ul li:nth-child(2n)
{
	margin-left: 0px;
}
.organiz ul li:nth-child(3)
{
	margin-left: 4%;
}
.organiz ul li:last-child
{
	margin-left: 0px;
}
.organiz ul li:nth-child(1),
.organiz ul li:nth-child(2),.organiz ul li:nth-child(3){
    margin-top: 8vw;
}
.right-side {
    width: 100%;
    margin-left: 0px;
}
.left-side
{
	margin-top: 6%;
	width: 100%;
}
.home-blocks ul li
{
	width: 100%;
	margin-top: 5%;
}
.home-blocks ul li .image-block {
    width: 40%;
    height: auto;
}
.home-blocks ul li .image-block
{
	margin-left: 0px;
	margin-bottom: 0px;
}
.home-blocks ul li .image-block a img
{
	width: 100%;
    height: auto;
}
.home-blocks ul li .details-block
{
	width: 56%;
	margin-right: 4%;
}
.details-block h2
{
	font-size: 3vw
}
.details-block .desk-block p
{
	font-size:var(--font13);
		line-height: 1.6rem
}
.paginationjs-pages ul li a {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    font-size:var(--font11);

}
.paginationjs-pages ul li {
    margin-left: 3vw;
}
.title-aside {
    margin-bottom: 5%;
}
.trending ul li {
    margin-top: 5%;
}
.trending ul li .image-block a img
{
	width: 100%;
    height: auto;
}
.trending ul li .image-block {
    width: 40%;
    height: auto;
	margin-left: 4%
}
.trending ul li .details-block {
    width: 56%;
}
.bread-crumb ul li
{
	margin-bottom: 4%;
}.under-title {
    margin-bottom: 5%;
}.image-article {
    width: 100%;
    margin-bottom: 5%;
}
.article-desk img {
    width: 100%;
    margin: 5% 0px;
}
.project-details-logo {
    margin-bottom: 5%;
}
.project-details-logo img
{
	height: 80px;
}
.all-projects ul li:nth-child(2) {
    margin-top: 0px;
}
.all-projects ul li {
    width: 48%;
    margin-top: 5%;
    margin-left: 4%;
}
.all-projects ul li:nth-child(3) {
	margin-top: 5%;
}
.all-projects ul li:nth-child(2n) {
    margin-left: 0px !important;
}
.all-projects ul li:nth-child(3n) {
   margin-left: 4%;
}
.all-testmonial ul li:nth-child(1) {
    margin-top:35px;
}
.all-testmonial ul li:nth-child(2) {
    margin-top:calc(35px + 5%);
}
.all-testmonial ul li {
    width: 100%;
    margin-left: 0px;
    margin-top: calc(35px + 5%);
}
.testimonial-image-detils {
    width: 70px;
    height: 70px;
    margin-bottom: 5%;
}
.testimonial-image-detils img
{
	width: 70px;
    height: 70px;
}
.log-button
{
	margin-right: 0px;
}
.center-mobile
{
	    flex: 1 33.33%;
    max-width: 33.33%;
}
.right-mobile
{
	    flex: 1 33.33%;
    max-width: 33.33%;
}
.left-mobile
{
	    flex: 1 33.33%;
    max-width: 33.33%;
}
.contact-form {
    margin-top: 15px;
}
.contact-form ul li
{
	margin-bottom: 30px;
}
.area-message {
    padding: 2vw 5%;
    min-height: 100px;
}
.treeview {
    line-height: .8rem;
    font-size: .8rem;
}
.main-tree {
    background-color: #F5FAFF;
    padding: 4vw  4vw!important;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.treeview .extend input[type=checkbox] + i:before {
    font-size: 1.3em;
    margin-left: 2vw;
}
.main-tree:after {
    display: none;
}
.ul-main-tree {
    padding-right: 8%;
}
.folder i {
    font-size:var(--font6);
    padding: 5% 3vw;
}
.treeview .extend input[type=checkbox]:checked ~ ul
{
	width: 100%;
}
.treeview .extend .folder > ul > li .folder > ul > li {
    margin-bottom: 5%;
    margin-right: 5%;
    padding-right: 8%;
	width: 100%;
}
.treeview .extend input[type=checkbox]:checked ~ ul li a:before
{
	display: none;
}
.treeview .file:before {
    margin-left: 3vw;
}
.bg-profile {
    height: 13vw;
    padding: 4%;
}
.profile-top {
    margin-top: -4vw;
    margin-bottom: 4%;
}
.inner-image-profile {
    width: 15vw;
    height: 15vw;
    margin-left: 3vw;
    margin-right: 5%;
}
.right-down-desk
{
	width: 100%;
}
.inner-image-profile img {
    width: 15vw;
    height: 15vw;
}
.right-profile
{
	flex-wrap: nowrap;
	width: 70%
}
.treeview ul li a {
    color: #000;
    position: relative;
    width: calc(100% - 7vw);
    line-height: 1.4rem;
	font-size:var(--font14);
}
.contact-form ul li .form-group:nth-of-type(1)
{
	margin-bottom: 5%;
}
.left-course {
    margin-right: 3vw;
}
.left-course span {
    margin-bottom: 3%;
}
.top-lesson-details
{
	margin-bottom: 6%;
}
.down-desk-lesson {
    margin-top: 5%;
}
.view-video {
    margin-left: 4%;
	width: 48%;
	text-align: center;
}
.view-video a {
    padding: 4vw 3vw;
}
.view-video a:before {
    margin-left: 2vw;
}
.degree h2
{
	font-size:var(--font6);
}
.question h2
{
	font-size:var(--font14);
}
.degree span
{
	width: 20vw;
	height: 20vw;
	line-height: 18vw;
	font-size:var(--font6);
}
.view-audio
{
	margin-left: 0px;
	width: 48%;
	text-align: center;
}
.view-audio a {
    padding: 4vw 3vw;
}
.view-audio a:before {
    margin-left: 2vw;
}
.down-book
{
	width: 100%;
	margin-top: 4%;
	text-align: center;
}
.down-book a {
   padding: 4vw 3vw
}
.down-book a:before {
    margin-left: 2vw;
}
.inner-pop-lesson {
    width: 90%;
}
.courses ul li:nth-child(4),.courses ul li:nth-child(5)
{
	margin-top: 5%;
}
.courses ul li {
    padding: 4%;
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
}
.courses ul li:nth-child(5n) {
   margin-left: 4% !important;
}
.courses ul li:nth-child(3n) {
   margin-left: 0px!important;
}
.lessons ul li:nth-child(1),.lessons ul li:nth-child(2),.lessons ul li:nth-child(3),.lessons ul li:nth-child(4),.lessons ul li:nth-child(5)
{
	margin-top: 5%;
}
.lessons ul li {
    padding: 5%;
    width: 48%;
    margin-left: 4%;
    margin-top: 5%;
}
.lessons ul li:nth-child(5n) {
   margin-left: 4% !important;
}
.lessons ul li:nth-child(2n) {
   margin-left: 0px!important;
}

.all-lib ul li {
    padding: 5%;
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
}
.all-lib ul li:nth-child(5n) {
   margin-left: 4% !important;
}
.all-lib ul li:nth-child(3n) {
   margin-left: 0px!important;
}
.all-lib ul li:nth-child(4),.all-lib ul li:nth-child(5)
{
	margin-top: 5%;
}

.lib-filter {
    margin-bottom: 5%;
}
.filter-select {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 2vw 4%;
    position: relative;
    width: 48%;
    margin-left: 4%;
	margin-bottom: 0;
}
.filter-select:last-child
{
	margin-left: 0px;
}
.top-numbers ul li {
    margin-left: 4%;
    border-radius: 10px;
    padding: 0px;
    width: 48%;
	margin-top: 5%;
}
.top-numbers ul li:nth-child(2n)
{
	margin-left: 0px;
}
.top-numbers ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.top-numbers ul li span {
    padding-top: 5%;
    display: block;
    margin-bottom: 3%;
	font-size:var(--font6);
}
.top-numbers ul li h2 {
    font-size:var(--font11);
    font-weight: 800;
}
.bottom-chart {
    margin-top: 5%;
}
.right-charts {
    margin-left: 0px;
    width: 100%;
	margin-bottom: 5%;
}
.left-charts {
    width: 100%;
}
.left-charts ul li {
    padding-bottom: 0;
    border-bottom: 0;
    border-bottom: 0;
    padding: 15px 15px 0px 15px;
}
.details-chart h2 {
    margin-bottom: 2%;
}
.top-teacher-details
{
	margin-bottom: 4%;
}
.image-techer-details {
    width: 40%;
    height: auto;
    border-radius: 15px;
    margin-left: 4%;
    margin-bottom: 0px;
}
.image-techer-details img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.left-teacher-details {
    width: 56%;
}
.teacher-details-title {
    margin: 3% 0px;
}
.teacher-jop {
    margin-bottom: 3%;
}
.right-teacher-info {
    margin-left: 4%;
}
.right-teacher-info span:before {
    font-family: "Icons3";
    content: "\f0c0";
    display: block;
    font-size:var(--font);
}
.info-left {
    font-size: 1.5rem;
    margin-right: 2vw;
}
.left-teacher-info span img {
    height: 32px;
}
.all-teacher ul li {
    padding: 5%;
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
}
.all-teacher ul li:nth-child(3n)
{
	margin-left: 0px !important;
}
.all-teacher ul li:nth-child(3)
{
	margin-top: 0px !important;
}
.all-teacher ul li:nth-child(4),.all-teacher ul li:nth-child(5),.all-teacher ul li:nth-child(6)
{
	margin-top: 5%;
}
.all-teacher ul li:nth-child(2n)
{
	margin-left: 5%;
}
.all-teacher ul li:nth-child(5n)
{
	margin-left: 5%;
}
.teacher-image {
    width: 12vw;
    height: 12vw;
    border-radius: 100%;
    margin: 0px auto 5% auto;
}
.teacher-image a img {
   width: 12vw;
    height: 12vw;
}
.teacher-down {
    padding-top: 4%;
    border-top: 1px solid #f1f1f1;
    margin-top: 4%;
}

.get-data {
        border-radius: 5px;
    padding: 3vw 5%;
    margin-top: 5%;
}
.send-pop {
    padding: 5%;
    border-radius: 10px;
	width: 90%
}
.send-pop a {
    margin-top: 5%;
    border-radius: 7px;
   padding: 3vw 5%;
}
.section-inner-student {
    padding-bottom: 5%;
}
.student-top {
    padding: 5% 0px;
    margin-bottom: 5%;
}
.right-student
{
	width: auto;
}
.right-student img {
    width: 12vw;
    height: 12vw;
}
.right-student .student-name {
    margin-right: 2vw;
}
.left-student
{
	margin-top:0px;
}
.student-name h2 {
    margin-bottom: 2%;
}
.profile-link {
    padding: 2vw 3vw;
    margin-left: 3vw;
}
.log-out {
   padding: 2vw 3vw;
}
.student-header {
    margin-top: 5%;
}
.menu-student
{
	width: 60%;
	overflow: hidden;
}
.menu-student ul
{
	width: 200%;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.menu-student ul li a {
    color: #000;
     padding: 1.5vw 2vw;
	
}
.notification a {
    width: 7vw;
    height: 7vw;
    line-height: 7vw;
}
.notification-pill{
   margin-left: 3vw
}
.quick-numbers ul li {
    width: 48%;
    margin-left: 4%;
	margin-top: 4%;
}
.quick-numbers ul li:nth-child(2n)
{
	margin-left: 0px;
}
.quick-numbers ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.right-quick span {
    margin-bottom: 3%;
    display: block;
	font-size: 3vw
}
/*.right-quick
{
	width: 100%;
}*/
.right-quick h2 {
    font-size: 5vw;
}
.quick-numbers ul li a img {
    height: 55px;
	/*margin-top: 3%*/
}
.student-title i {
    font-size:var(--font11);
    margin-left: 2vw;
}
.print {
    padding: 1.8vw 2vw;
}
.print:before {
    margin-left: 2vw;
}
.name-t {
    margin-top: 3%;
}
.table {
    margin-top: 5%;
}
.course-name {
    margin-bottom: 3%;
}
.all-new .left-course {
    width: calc(100% - 10vw);
}
.courses ul .courses-slider li {
    padding: 5%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.all-calender {
    margin-top: 5%;
}
.day {
    border-left: 0px;
    width: 100%;
}
.top-day {
    text-align: center;
    background-color: #F5FAFF;
    padding: 4% 3vw;
}
.calender-times ul
{
	    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    justify-content: flex-start;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.calender-times ul li {
    margin: 2%;
    padding: 3%;
	width: 29%;
}

.calender-times ul li img {
    width: 8vw;
    height: 8vw;
    border-radius: 100%;
    margin: 0px auto 3% auto;
}
.student-title h2
{
	font-size:var(--font6);
}
.tab-top
{
	
}
.tab-top ul li
{
	    margin-left: 2vw;
}
.tabs a {
    padding: 1.8vw 2vw;
}
.tabs_item {
    display: none;
    padding: 5% 0;
}
.forums-details {
    margin-top: 5%;
}
.right-forums {
    padding: 5%;
    width: 100%;
    margin-left: 0px;
}
.right-forums ul {
    overflow-y: scroll;
    height: 28vh;
    padding: 0px 0px 0px 5%;
}
.right-forums ul li {
    margin-bottom: 5%;
}
.left-forums {
    width: 100%;
    padding: 5%;
	margin-top: 5%;
}
.links-forums ul li a
{
	font-size:var(--font6);
}
.title-forums {
    text-align: center;
    margin-bottom: 5%;
}
.inner-left-forums {
    overflow-y: scroll;
    height: 60vh;
    padding: 0px 0px 0px 5%;
}
.icon-reply {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size:var(--font4);

}
.massage-desk
{
	
	font-size:var(--font13);
	line-height: 1.6rem;
}
.massage-desk p
{
	font-size:var(--font13);
	line-height: 1.8rem;
}
.down-re 
{
    width: calc(100% - 11vw);
    margin-right: 3vw;
}
.date-reo {
    margin-top: 3%;
}
.top-reply-block2 .down-re {
    width: calc(100% - 11vw);
    margin-right: 0px;
    margin-left: 3vw;
}
.send-massage {
    background-color: #FBFBFB;
    padding: 4%;
    margin-top: 5%;
}
.link-homework i {
    margin-left: 2vw;
}
.link-homework span
{
	width: calc(100% - 5vw);
}
.small-title h2:before {
    content: "\f161";
    font-family: "Icons3";
    color: #D46061;
    margin-left: 3vw;
}
.not-done {
    padding: 1.8vw 2vw;
	width: auto;
}
.done {
 padding: 1.8vw 2vw;
}
.lesson-details {
    width: 100%;
    margin-left: 0px;
}
.morelessons {
    overflow-y: scroll;
    height: 40vh;
    padding-left: 5%;
    width: 100%;
}
.morelessons {
    overflow-y: scroll;
    height: 40vh;
    padding-left: 0;
    width: 100%;
	margin-top: 5%;
}
.morelessons ul li .course-title {
    margin-top: 0px;
    margin-right: 3vw;
    width: calc(100% - 70px);
}
.morelessons ul li {
    padding: 3vw 3vw;
}
.morelessons ul li {
    margin-bottom: 5%;
}
.share-with-us {
    margin-top: 6%;
}
.grid {
    margin-top: 5%;
}
.morelessons-new ul li {
    width: 100%;
    margin-left: 0px;
    margin-top: 5%;
	padding: 3vw 3vw;
}
.morelessons-new ul li:nth-child(2),.morelessons-new ul li:nth-child(3)
{
	margin-top: 5%;
}
.all-new {
    margin-bottom: 5%;
}
.inter-leb {
    width: 7vw;
    height: auto;
}
.all-new .left-course {
    width: calc(100% - 10vw);
}
.all-left-d
{
	margin-top: 5%;
	justify-content: space-between;
	width: 100%;
}
.new-m
{
	margin-left: 3vw;
}
.new-m a {
    padding: 1.8vw 2vw;
    border-radius: 10px;
}
.mail-section {
    margin-top: 5%;
}
.mail-section ul li {
    width: 48%;
    margin-left: 4%;
    position: relative;
	margin-top: 5%;
}
.mail-section ul li:nth-child(1),.mail-section ul li:nth-child(2)
{
	margin-top: 0px;
}
.mail-section ul li:nth-child(2n)
{
	margin-left: 0px;
}
.mail-section ul li a {
    padding: 3vw;
}
.left-ma i {
    margin-left: 2vw;
}
.massage-from {
    margin-top: 30px;
}
.icon-mass {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size:var(--font6);
}
.massage-details {
    
    padding: 4%;
       width: calc(100% - 11vw);
    margin-right: 3vw;
    margin-top: 5%;
}
.p-name {
    margin-bottom: 3%;
}
.massage-title {
    margin: 3% 0px;
}
.massage-to .massage-details {
    margin-right: 0px;
    margin-left: 3vw;
}
.new-d .courses {
    width: 100%;
    margin-left: 0px;
}
.new-d .courses ul li {
    width: 30%;
	margin-left: 5%
}
.new-d .courses ul li:nth-child(3n)
{
	margin-left: 0px;
}
.new-d .courses ul li:nth-child(2n)
{
	margin-left: 5%;
}
.left-d {
    width: 100%;
	margin-top: 5%;
}
.section-books {
    padding: 5%;
}
.section-books ul li {
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.section-books ul li .inter-leb {
    width: 9vw;
}
.all-lib ul .courses-slider li
{
	width: 100%;
}
.profile-student ul li {
    margin-left: 2vw;
    margin-top: 3vw;
    width: 43vw;
    text-align: center;
}
.profile-student ul li:nth-child(2)
{
	margin-left: 0px;
}
.profile-student ul li a h2
{
	font-size:var(--font4);
}
.profile-student ul li:nth-child(3) {
    margin-left: 0px;
    width: 100%;
	margin-top: 3vw
}
.profile-student ul li:nth-child(5)
{
	margin-left: 0px;
}
.studen-details ul li {
    width: 48%;
    margin-left: 4%;
    margin-top: 5%;
}
.studen-details ul li:nth-child(2n)
{
	margin-left: 0px;
}
.studen-details ul li a {
    padding: 5%;
}
.studen-details ul li:nth-child(3),.studen-details ul li:nth-child(4) {
    margin-top: 5%;
}
.top-d ul li {
    text-align: center;
    width: 25%;
    padding: 3%;
}
.top-d ul li:last-child
{
	border-bottom: 0px;
}
.project-slide .more
{
	margin-top: 5%;
}

.icon-book {
    width: 10vw;
    height: 10vw;
    top: -5vw;
}
.icon-book img {
    width: 6vw;
}
.page-login
{
	width: 100%;
	margin: auto;
}
.page-login ul li {
    width: 100%;
	margin-top: 6%;
	text-align: left;
}
.page-login ul li a
{
	margin-top: 3vw;
}
.page-login ul li:nth-child(1)
{
	margin-top: 0px;
}
.page-login ul li label.error
{
	    font-size: 12px;
    position: absolute;
    bottom: -7px;
    padding: 0px 5px;
    background-color: #fff;
    right: 20px;
}
.after-change
{
	text-align: center;
}
.after-change h2
{
	margin-bottom: 5%;
}
.after-change a
{
	padding: 3vw;
	border-radius: 7px;
}
.all-quiz {
    width: 100%;
    margin: 8% auto 0px auto;
}
.question-alone {
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.question {
    margin: 0px auto 5% auto;
}
.choose-answer ul li {
    width: 48%;
    height: 7.5vw;
    border-radius: 10px;
    margin-left: 4%;
	margin-top: 3vw;
}
.choose-answer ul li:nth-child(1),.choose-answer ul li:nth-child(2)
{
	margin-top: 0px;
}
.choose-answer ul li:nth-child(2n)
{
	margin-left: 0px;
}
.check .radio label:before
{
	right: 2.5vw;
}
.all-quiz {
    padding: 5%;
}
.answer input[type=radio] + label {
    /*width: calc(100% - 8.5vw);*/
   height: 7.5vw;
}
.answer span {
    position: absolute;
    top: 50%;
    left: inherit;
	right: 11vw;
    transform: translate(0,-50%);
    padding: 0px 0px;
    text-align: center;
    display: block;
	width: calc(100% - 8.5vw);
}
.check .radio label:after {
    background: #F5FAFF;
    border-radius: 3px;
    content: "";
    height: 6.5vw;
    right: 2px;
    opacity: 1;
    position: absolute;
    top: .5vw;
    transition: opacity 100ms ease-in;
    width: 6.5vw;
}
.show-s,.show-v {
    padding: 3vw;
    width: 100%;
}
.save a
{
	padding: 1.8vw 2vw;
	font-size:var(--font6);
}
.send-email ul li {
    margin-top: 7%;
}
.true-connectivety {
    color: #40C16B;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    transform: translate(-50%,-50%);
    background-color: #F5FDF9;
    width:20vw;
    height: 80%;
}
.falsee-connectivety {
    color: #DC3545;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    transform: translate(-50%,-50%);
    background-color: #FBF4F4;
    width:20vw;
    height: 80%;
}
.answer-f {

    padding: 2vw 3vw;
}
.answer-f span:before {
    content: "\f00d";
    font-family: "Icons2";
    color: #DC3545;
    margin-left: 2vw;
}
.answer-c {
  padding: 2vw 3vw;
}
.expand
{
	margin-top: 5%;
}
.collapse
{
	margin-top: 5%;
}
.desk-lesson {
    margin-top: 5%;
}
.right-filter
{
	width: 60%;
}
.back-to
{
	text-align: center;
}
.back-to a
{
	padding: 1.8vw 2vw;
	width: 100%
}
.back-to a:before
{
	margin-left: 2vw;
}
.project-slide .desk-block p
{
	    	    line-height: 1.8rem;
	    font-size:var(--font14);
}
.testimonial-block .desk-block p
{
	    line-height: 1.8rem;
	    font-size:var(--font14);
}
.testimonial-name h2
{
	font-size:var(--font6);
}
.step-web
{
	margin:0px auto 5% auto;
	width: 100%;
	padding: 5%;
}
.step-web:nth-child(2)
{
	background-color: #FBF4F4;
}
.step-web:nth-child(3)
{
	background-color: #FFFCF1;
}
.step-web:nth-child(4)
{
	background-color: #F5FDF9;
}
.step-web span
{
	display: block;
	margin-bottom: 3%;
	font-size:var(--font4);
}
.step-web h2
{
	    color: #134779;
	    font-size: 1.25rem;
	    font-weight: 800;
}
.step-web img
{
	width: 100%;
	margin: 5% 0px;
}
.title-q h2
{
	top: -6.5vw;
	font-size:var(--font6);
}
.forums-link
{
	margin-top: 5%;
}
.forums-links ul li a {
    padding:1.8vw 2vw;
	font-size:var(--font13);
	
}
.forums-links ul li
{
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
}
.forums-links ul li:nth-child(3n)
{
	margin-left: 0px;
}
.accordion__btn h2
{
	font-size: var(--s-font);
	text-align: right;
	line-height: 1.3rem; 
}
.right-connectivety {
    margin-left: 0px;
    min-width: 100%;
	margin-bottom: 5%;
	margin-top: 5%;
}
.right-connectivety ul li {
    margin-bottom: 5%;
    position: relative;
	text-align: center;
}
.left-connectivety {
    margin-right: 0px;
    min-width: 100%;
	margin-top: 5%;
}
.left-connectivety ul li {
    margin-bottom: 5%;
    position: relative;
	text-align: center;
}
.center-connectivety ul
{
	text-align: center;
}
.center-connectivety ul li 
{
	margin-bottom: 5%;
	text-align: center;
		display: inline-block;
	width: 100%;
}

.center-connectivety ul li input {
    border: 0px;
    width: 25vw;
    background-color: #f7f7f7;
    border-radius: 5px;
	margin: auto;
}
.save {
    margin-top: 5%;
}
.center-connectivety
{
	width: 25vw;
	margin: auto;
}
.link-homework
{
	    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.content
{
	min-width: 100%;
}
.header
{
	min-width: 100%;
}
.footer
{
	min-width: 100%;
}
.right-new ul li{
    margin-left: 4%;
    border-radius: 10px;
    padding: 0px;
    width: 48%;
    margin-top: 5%;
}
.right-new ul li:nth-child(2n)
{
	margin-left: 0px;
}
.right-new ul li:nth-child(1)
{
	margin-left: 4%;
}
.right-new
{
	width: 100%;
}
.left-new {
    width: 100%;
	margin-top: 5%;
}
.usu {
    margin-bottom: 8%;
    margin-top: 8%;
}
.top-numbers3
{
	margin-bottom: 5%;
	width: 100%;
}
.top-numbers3 ul li {
    padding: 0px;
    width: 48%;
    margin-left: 4%;
    margin-top: 5%;
}
.top-numbers3  ul li:nth-child(2n)
{
	margin-left: 0px;
}
.content-bar
{
	margin-top: 4%;
}
.bar
{
	width: 100px;
	margin-right: 2vw;
}

.top-new ul li
{
	width: 48%;
	text-align: center;
	flex-direction: column;
	padding: 5%;
}
.top-new ul li h2
{
	font-size: 7vw;
}
.top-new ul li:nth-child(1),.top-new ul li:nth-child(2)
{
	margin-bottom: 5%;
}
.top-new ul li:nth-child(1) h3:before
{
	font-size:6vw;
	margin-left: 5px;
}
.top-new ul li:nth-child(2) h3:before
{
	font-size: 5vw;
	margin-left: 5px;
}
.top-new ul li:nth-child(3) h3:before
{
	font-size: 5vw;
	margin-left: 5px;
}
.top-new ul li:nth-child(4) h3:before
{
	font-size: 5vw;
	margin-left: 5px;
}
.s-1:before
{
	font-size: 7vw;
}
.s-2:before
{
	font-size:7vw;
}
.s-3:before
{
	font-size: 7vw;
}
.s-4:before
{
	font-size: 7vw;
}
.s-5:before
{
	font-size: 7vw;
}
.s-6:before
{
	font-size: 7vw;
}
.left-im h2
{
	    font-size: 5vw;
}

/*.left-im
{
	width: 118px;
}*/
.down-new ul li
{
	border:1px solid #f1f1f1;
	border-radius: 15px;
	padding: 15px;
	width: 48%;
	margin-left: 4%;
	margin-top: 5%;
}
.down-new ul li:nth-child(1),.down-new ul li:nth-child(2)
{
	margin-top: 0px;
}
.down-new ul li:nth-child(5n)
{
	margin-left: 4%;
}
.down-new ul li:nth-child(2n)
{
	margin-left: 0px;
}
.title8
{
	text-align: center;
	margin: 7% 0px;
}
.title8 h2 {
    font-size: 1.5rem;
    line-height: normal;
}
.title9
{
	text-align: center;
	margin: 0px 0px 7% 0px;
}
.title9 h2 {
    font-size: 1.5rem;
    line-height: normal;
}
.right-all
{
	width: 100%;
	height: 200px;
	margin-left: 0px;
	margin-bottom: 7%;
}
.right-all h2
{
	font-size: 7vw;
}
.left-all ul li
{
	width: 43vw;
	height: 43vw;
	margin-left: 4%;
	margin-top: 5%;
}
.left-all ul li:nth-child(3)
{
	margin-top: 5% !important;
}
.left-all ul li:nth-child(2n)
{
	margin-left: 0px !important;
}
.left-all ul li:nth-child(3n)
{
	margin-left: 4%;
}
.left-all ul li h2
{
	font-size: 40px;
	    font-weight: 900;
}
.left-all ul li:nth-child(1),.left-all ul li:nth-child(2),.left-all ul li:nth-child(3)
{
	margin-top: 0px;
}
.left-all
{
	width: 100%;
}
.dd-d
{
	margin-top: 7%;
}
.section-grey .left-all ul li,.section-grey .right-all,.section-grey .down-new ul li
{
	background-color: #fff;
}