@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;1,700&display=swap');

body {
	line-height: 1;
      font-family: 'Rubik', sans-serif !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {width: 73.5%;margin: 0 auto;} 

header {
      background: #FFF;
      box-shadow: 0 0 5px rgb(148, 148, 148);
      width: 100%;
      float: right;
}
.header {
      background-image: linear-gradient(70deg, rgb(13 27 58 / 92%) 30%, rgb(0 0 0 / 85%) 90%),url(../img/logoos.jpeg);
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      overflow: hidden;
      box-sizing: border-box;
	    padding: 30px 0;
}

.logo-header-home {
      margin: 0 auto;
      text-align: center;
	width:30%;
}

.logo-header-home img {
      width: 150px;
}
.header-logo {
      width: 100px;
      float: right;
      margin: 15px 0 0 50px;
      margin-bottom: 15px;
}

.header-logo img{
      width: 100%;
}
.logo-header img {
width: 100px;
}
.logo-header {
      padding: 30px;
      float: right;
}
.search-box {
      padding: 0;
      margin: 2px auto;
      width: 80%;
}


.search-box-ins {
      padding: 0;
      margin: 20px auto;
      text-align: center;
      box-shadow: 0 0 10px #ccc;
	border-radius: 0px !important;
}
.search-box-ins .search-inp {
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    height: 70px;
    border: 0px;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1em;
    position: relative;
    outline: 0px;
    border-radius: 0px !important;
    margin: 0 10px;
    float: right;
      
}

.my-search-submit .search-box [type=submit] {
      float: left;
}


.search-inp {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 80%;
      height: 70px;
      background: #FFF;
      border: 0px;
      padding: 10px;
      text-transform: uppercase;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1em;
      position: relative;
      outline: 0px;
      margin: 0 10px;
border-radius:0 !important;
}
.search {
      width: 100%;
	border-radius:0 !important;

}
.my-search-submit , .search-box [type=submit] {
    background: #fff;
	color: var(--global--color-dark-gray);
	box-shadow: 2px 2px 10px -5px;
	padding: 18px 30px !important;
	font-size: 30px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	border: 0;
      cursor: pointer;
      position: absolute;

}

.nav-menu {
      margin: 20px 10px;
      font-size: 95%;
      float: left;
      position: relative;
}
.nav-menu ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
}
.nav-menu ul li {
      float: right;
      transition: all 1s ease-out;
      position: relative;
}
.nav-menu li a {
      display: block;
      color: #333;
      text-align: right;
      padding: 14px 10px;
      text-decoration: none;
    }
li.contact-us {
      background: #13746e;
      border-radius: 2px;
}
li.contact-us a{
      color: #fff;
}


.nav-menu li::after {
content: '';
display: block;
border-top: 3px #13746e solid;
width: 0;
position: absolute;
bottom: 0;
right: 0px;
-webkit-transition: .50s ease;
transition: .50s ease;
}
.nav-menu li:hover::after{width: 100%;}

.loged-auot svg {
      color: #FF0000;
}

.dropdown {
      position: relative;
      display: inline-block;
      -webkit-transition: 1s ease;
      transition: 1s ease;

}
.dropdown i {
      font-size: 10%;
}
.dropdown-menu {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 12px 16px;
      z-index: 1;
      text-align: right;
}
.dropdown:hover .dropdown-menu{
      display: block;
}


.dropdown-menu li{
      border-bottom: 1px #ccc solid;
      width: 100% ;
}
.dropdown-menu li a{
      padding: 14px 15px;
      text-align: right;
padding: 14px 15px;

    line-height: 120%;

}



section {
      padding: 50px 0;
      display: block;
      overflow: hidden;
}

.clear {
      clear: both;
}
.ar-bg-section {
      background: #FFF url(../img/ar-bg-section.png) center bottom;
}
.ar-bg-section-r{
background: #FFF url(../img/ar-bg-section.png)no-repeat 700px;
}


.flex-container {
      display: flex;
      flex-wrap: nowrap;
    
}

.flex-container > div {
      width: 100%;
      margin: 10px;
      padding: 0px 0px 10px 0px;      
}

.apps-flex {
      flex-wrap: nowrap;
    
}

.apps-flex > div {
      width: 23%;
      margin: 10px;
      padding: 0px 0px 10px 0px;
      display: inline-flex;
}


.larg-title{
      font-size: 30px;
      font-weight: bold;
      color: #3e3e3e;
      margin: 20px 0;
      animation: from-down 0.5s ease 0s 1; 

}

.home-text{
      text-align: justify;
      line-height: 180%;
      font-size: 120%;
      animation: from-down 0.5s ease 0s 1; 
}
.small-text {
      padding: 10px 0;
      margin: 10px 0!important;
}

.home-img {
      content: '';

}


.home-img img{
width: 50%;
float: left;
animation: scale-Key 2s ease 0s 1 normal forwards;

}
.light-section {
      background: var(--global--color-light-gray);
}
.dark-section {
      background: #333;

}
.waite-section {
      background: #FFF;

}
.section-title {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      color: #3e3e3e;
}
.wite-section-title {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      color: #FFF;
}

.wite-section-title::after {
      content: '';
      display: block;
      border-top: 3px #FFF solid;
      width: 10%;
      text-align: center;
      margin: 20px auto 0;
      border-radius: 50px;
}

.section-title::after {
      content: '';
      display: block;
    border-top: 1px #67E0CC solid;
    width: 20%;
    text-align: center;
      margin: 20px auto 0;
      border-radius: 50px;
}

.img-3 {
      position: relative;
      padding: 0 6px;
      background: #FFF;
}

.img-3 img{
      width: 100% !important;
      height: 232px !important;
	padding:20px;
}
.img-3 div {
      top: 0;
      background: #333;
      z-index: 999999999;
      position: absolute;
      width: 100%;
      height: 0;
      opacity: 0.6;
      transition: all 0.3s ease-in-out;
}
.img-3:hover div {
      height: 100%;
}

.img-3 svg {
      color: #FFF;
      font-size: 300%;
      position: absolute;
      right: 40%;
      height: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      z-index: 1000000000000;

}
.img-3:hover svg {opacity: 1;}


.single-courses {
      box-shadow: 4px 5px 13px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
    width: 23%;
    float: right;
    margin: 30px 13px 35px;
	background:#FFF;
}
.single-courses:hover{
      box-shadow: 0 0 15px rgb(0 0 0 / 30%);
 
}
.single-courses-text {
      padding: 10px;
}
.fig-title{
    padding: 20px 0;
    line-height: 170%;
    height: 92px;
}
.fig-title a {
      color: #37458b;
}
.icons {
      color: #b2b2b2;
      float: right;
      font-weight: 600;
      padding: 10px 0px 00px 20px;
}
.icons i {
      margin: 0 5px
;
}
.join-button{
      padding: 8px 10px 8px 18px;
      color: #FFF;
      background: #03625d;
      text-decoration: none;
      border-radius: 3px;
      float: left;
}
.join-button svg {
      margin: 0 0 0 20px;
}
.join-button:hover{
      background: #04524e;
      box-shadow: 0 0 11px #8c8c8c;
      color: #77d4d0;
}
.about-section {
      background-image: linear-gradient(100deg, rgba(0,0,0,0.7) 0%, rgba(10, 54, 36, 0.7) 100%),url(../img/edu-bg.jpeg);
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      overflow: hidden;
      padding: 50px 0;
      box-sizing: border-box;
}
.larg-title-white {
      font-size: 30px;
      font-weight: bold;
      color: #FFF;
      margin: 20px 0;
      text-align: center;
}

.home-text-waite {
      line-height: 180%;
      font-size: 120%;
      color: #FFF;
      text-align: center;
      width: 60%;
      margin: 0 auto;
}


.doc-text {
    font-size: 120%;
    padding: 20px 10px !important;
    border-radius: 10px 5px 15px 10px;
    box-shadow: 0 0 10px #e4e4e4;
    text-align: center;
    color: #333;

}

.doc-text i {
      padding: 30px;
      font-size: 180%;
      text-align: center;
      margin: 0 auto;
      display: table;
      color: #b65303;
}
.doc-text a {
      text-align: center;
      margin: 0 auto;
}
.doc-text:hover{
      box-shadow: 0 0 10px #d4d1d1;
      background: #f5f5f5;
}
.vision-logo {
      margin: 0 auto;
      width: 10%;
}
.vision-logo img {
      margin: 0 auto;
      width: 100%;
}
.button-courses {
      color: #fff;
      background-color: #b65303;
      box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
      display: inline-block;
      margin: 20px auto;
      font-weight: 600;
      padding: .625rem 1.25rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .25rem;
}
.button-courses a {color: #FFF; }
.button-courses:hover{
      background-color: #ab4e03;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 37%);
}
.center-div {
      margin: 0 auto;
      text-align: center;
}
footer {
      padding: 0px 0px 0 0px;
}

.footer-links {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 50px 0;    
}

.footer a {color:#FFF;}

.footer-links a {
    color: #3b4a8c;
    font-size: 130%;
    margin: 0 20px;
    
}

.footer-links svg {
    color: #c36161;
}

.footer-section-title h4{
     color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

/* Test menu */
.dropdown-menu-full {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 12px 16px;
      z-index: 1;
      text-align: right;
      left: -20%;
      border-radius: 0 0 10px 10px;
      animation: from-down 0.5s ease 0s 1 normal forwards;
}
.dropdown:hover .dropdown-menu-full{
      display: block;
}
.Menu-section-list {
      width: max-content;
      
}
.Menu-section-list i {
      font-size: 10%;
      margin-left: 10px;
}
.Menu-section-list a {
      transition: all 0.3s ease-in-out;

}
.Menu-section-list a:hover {
      margin-right: 10px;
      color: #ab4e03;
}

.Menu-section-title {
      margin: 0 30px;
}
.Menu-section-title h4 {
      width: max-content;
      font-weight: bold;
      padding: 12px 0;
      border-bottom: 1px #e2e2e2 solid;
}
.Menu-section-list a{
      padding: 10px 10px !important;
}
.our-books {
      box-shadow: 0 0 10px rgb(0 0 0 / 13%);
      transition: all 0.3s ease-in-out;
      margin: 35px !important;
      position: relative;
      background: #FFF;
}
.our-books:hover {
      box-shadow: 0 0 15px rgb(0 0 0 / 23%);

}
.publication-text {
      padding: 15px 13px 50px 13px;
}
.our-books img {
width: 100%;
}

.our-books h3{
      padding: 20px;
      font-size: 110%;
      font-weight: bold;
}
.our-books h3 a {
      color: #04524e;
}
.our-books p{
      text-align: justify;
      line-height: 170%;
      font-size: 88%;
}
.read-now {
      position: absolute;
      padding: 8px 24px;
      background: #019189;
      color: #FFF;
      left: 15px;
      bottom: 15px;
}
.read-now:hover {
      background: #076964;

}
.bg-books {
      background-image: linear-gradient(100deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 70%) 100%),url(img/books-bg.jpeg);
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      overflow: hidden;
}

.exam-div {
      margin: 20px 0 !important;
      position: relative;
      z-index: 9999999;
}
.exam-div a {
      color: #3e3e3e;
      font-size: 150%;
      font-weight: 100;
}
.exam-div a i {
      color: #989898;
      margin-left: 10px;
}
.exam-div::after {
      content: '';
      width: 0;
}
.exam-div:hover::after {
      content: '';
      width: 84%;
      height: 22px;
      position: absolute;
      bottom: 0px;
      right: 38px;
      background: #f0f3f2;
      border-radius: 10px;
      -webkit-transition: .50s ease;
      transition: .50s ease;
      z-index: -9;
}


.saying {
      display:inline-block;
      position:relative;
      overflow:hidden;
}
    
.saying-sec {
      display:none;
}

.saying-sec {
      color: #142146;
      width: 40%;
      overflow: hidden;
}
.small-text {
      line-height: 180%;
}


.saying-pic {
      width: 100px;
      text-align: center;
      margin: 0 auto;
      border-radius: 50%;
}
.saying-name {
      font-weight: bold;
      margin: 3px 0;
      padding: 5px;
}
.saying-des {
      font-size: 80%;
      color: #717171;
}

.blog-text {
      padding: 30px !important;
}
.blog-text h3 {
      font-size: 130%;
      margin: 0 0 20px 0;
      font-weight: 600;
}
.blog-text h3 a{
      color: #152146;  
}
.blog-text h3 a i{
      color: #bdbdbd;
      font-size: 300%;
      float: right;
      height: 100px;
      margin-left: 30px;
}

.blog-text p {
      line-height: 180%;
}

.footer-social {
    color: #FFF;
    background: #151515;
    color: #FFF;
    padding: 25px 0;
    text-align: center;
}
.footer-social a {
	color:#FFF;
}
.copyright {
      text-align: center;
	    padding: 20px;
}
.footer-social-media {
      text-align: center;
}

.footer-social-media svg {
      padding: 3px;
      font-size: 130%;
      color: #FFF;
}
.footer-social-media svg:hover{
      color: #67E0CC;
}

.forums {
      font-size: 130%;
      padding: 20px !important;
      background: #006e68;
      border-radius: 4px 10px 4px 10px;
      transition: all 0.3s ease-in-out;

}
.forums a {
      color: #FFF;
}

.forums:hover{
      background: #ab4e03;

}
#mobileMenu input[type="checkbox"] {
      display: none; ;
}


.right-page {
flex-basis: 100%;
background: #FFF;
padding: 50px 30px !important;
border-radius: 10px;
margin: 0 0 10px 3px !important;
font-size: 100%;
line-height: 200%;
box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
display: flex;
position: relative;
}
.singel-page {
flex-basis: 100%;
background: #FFF;
padding: 30px !important;
border-radius: 0px;
margin: 0 0 10px 3px !important;
font-size: 130%;
line-height: 200%;
box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
}



.leftPage {
      top: 0;
      left: 0;
      height: 100%;
	width: 40%;
	background: #efefef;
    border-radius: 10px;
}
.rightPage{
padding: 0;
width: 70%;

}

.right-page p {
      line-height: 200%;
      margin: 10px 0
}
.left-page {
      flex-basis: 30%;
      padding: 0px !important;
      margin: 0px !important;
}

.left-pages{
      background: #FFF;
      padding: 10px !important;
      border-radius: 15px;
      margin: 0 3px 10px 0 !important;
      font-size: 130%;
      text-align: justify;
      line-height: 200%;
      box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
      
}

div.simplesocialbuttons.simplesocialbuttons-align-centered {
	position: absolute;
    bottom: 0;
}

.title {
font-weight: 600;
}
.page-title {
      font-size: 300%;
      text-align: center;
      font-weight: bold;
      color: #2a2a2a;
      margin: 0 0 40px auto;
}
.contants {
      font-size: 100%;
      line-height: 170%;
}
.contants-link{
      font-weight: 800;
      font-size: 130%;
      margin: 0px 0 20px 0;
      border-bottom: 1px #cdcdcd solid;
      padding: 20px 0;
}
.contants-link a {
      color: #b65301;

}
.contant-info {
      color: #f0f0f0;
      font-size: small;
      margin: 10px 0;
      width: max-content;
      background: #007973;
      padding: 10px 20px;
}



.content-title{
      font-size: 150%;
      font-weight: 600;
      margin: 0 0 20px 0;
      padding: 20px;
      text-align: center;
      color: #23395f;

}

.face-button {
      height: 64px;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      color: #24395f;
      overflow: hidden;
      margin: 10px 50px;
    }
    .face-primary svg {
      margin-right: 16px;
    }
    .face-button .face-primary, .face-button .face-primary_1,
    .face-button .face-secondary {
      display: block;
      padding: 0 32px;
      line-height: 64px;
      transition: margin 0.4s;
	  background: #f0cd0d;

    }
    .face-button .face-primary {
      background-color: #30343b;
      color: #fff;
    }
	.face-button .face-primary_1{
		background-color: #2f7c81;
      	color: #fff;
}
    .face-button:hover .face-primary , .face-button:hover .face-primary_1{
      margin-top: -64px;

    }

.qasedah {
      border: 0;
      width: auto;
      text-align-last: justify;
      margin: 0 auto;
      font-family: 'Amiri', serif;
      font-size: 140%;
      line-height: 200%;
}
.qasedah td {
      padding: 0 20px;
}


#form-container {
      display: none;
      padding: 30px;
      position: absolute;
      left: 0%;
      top: 120%;
      box-shadow: 0 0 10px #ccc;
      background: #ffffff;
      border-radius: 5px;
}

#search-submit{
      border: 0;
      border-radius: 0;
      cursor: pointer;
      padding: 3px 20px;
      text-decoration: none;
      background: #006e68;
}

#hide-btn{
      float: left;
      color: #ffffff;
      background: #eb3c3c;
      padding: 10px;
      margin: 0 3px;
      transition: visibility 0s, opacity 0.5s linear;
}
#hide-btn:hover {      background: #692a2a;}

.searchform {
      display: flex;
}

.title-page {
    font-size: 400%;
    text-align: center;
    font-weight: 600;
    margin: 20px;
    background: #e6e6e6;
    color: #03605b;
    padding: 30px;
    border-radius: 10px 12px 20px 20px;
}
.archiv-container{
    width: 73.5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.archiv-content {
    flex: 0 0 33.333333%;
    max-width: 30%;
    margin: 3px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.archiv-img img {
    padding: 0;
    width: 100% !important;
    height: 232px !important;
}
.archiv-title {
      padding: 10px;
          font-size: 120%;
          font-weight: 600;
          color: #2c2c2c;
          margin: 15px 0;
}

.archiv-excerpt {
      padding: 10px;
      font-size: 90%;
      text-align: justify;
      color: #626262;

}

.archiv-content:hover{
      box-shadow: 0 0 15px #ccc;
}
.wpcf7 {
    background: #ededed;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px #eee;
}

.wpcf7 input[type=text], input[type=tel] ,input[type=email], textarea {
    border: 1px #ccc solid;
    box-shadow: 0 0 11px #ccc;
    padding: 15px;
    text-align:right;
    
}

.add-new-logo {
	text-align: center;
    font-size: 117%;
    background: #47cb94;
    margin: 2px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
    width: 20%;
}
.add-new-logo a {
	color:#FFF;
}

.download-link {
	padding: 10px;
   margin: 0 auto;
   text-align: left;
}
.download-link a{
	background: #f36860;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 5px;
}
.more {
	text-align:left;
	padding:20px
}
.more a {
	color:#000;
}

.banner img{
width:100%;
}

.website-link {
	padding: 0 10px;
    background: #ff7575;
    position: absolute;
    left: 33px;
    bottom: 10px;
    font-size: 80%;
	border-radius:5px;
}
.website-link a {
  color:#FFF;
  text-decoration:none;
}

.last-updated-date{
	position: absolute;
    bottom: 0px;
    left: 316px;
    background: #eee;
    padding: 0 15px;
    font-size: 80%;
}

.i24sa {
	    margin: 20px auto;
    /* clear: both; */
    padding: 10px;
    text-align: center;
    display: block;
    background: #ff8f8f;
    color: #FFF;
    border-radius: 5px;
    width: 50%;
}


.logo_vid {
    background: #1a5a73;
    background: linear-gradient(90deg, rgba(26, 90, 115, 1) 0%, rgba(199, 87, 184, 1) 100%);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    margin: 10px 50px;
    padding: 10px 50px;
    border-radius: 10px;
	box-shadow: 0px 3px 3px #999;
	transition: all 0.5s ease-out;


}
.logo_vid:hover{
	  transform: translateY(3px);
	  box-shadow: 0px 5px 5px #ccc;


}
.logo_vid:active {
	
}

.header-divs {
	display:flex;
}

.psacp-post-title {
	font-size:18px !important;
}