<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
      box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
a {
      text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
      font-family: 'Cairo', sans-serif;
}
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-logo {
      width: 100px;
      float: right;
      margin: 15px 0 0 50px;
      margin-bottom: 15px;
}
.header-logo img{
      width: 100%;
}

.nav-menu {
      margin: 20px 10px;
      font-size: 95%;
      float: left;
}
.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%;}

.dropdown {
      position: relative;
      display: inline-block;
}
.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 &gt; div {
      width: 100%;
      margin: 10px;
      padding: 0px 0px 10px 0px;      
}

.larg-title{
      font-size: 30px;
      font-weight: bold;
      color: #3e3e3e;
      margin: 20px 0;
}

.home-text{
      text-align: justify;
      line-height: 180%;
      font-size: 120%;   
}
.small-text {
      padding: 10px 0;
      margin: 10px 0 30px 0!important;
}
.home-img {
      content: '';

}
.home-img img{
width: 50%;
float: left;
}
.light-section {
      background: #f0f0f0;
}
.waite-section {
      background: #FFF;

}
.section-title {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      color: #3e3e3e;
}
.section-title::after {
      content: '';
      display: block;
      border-top: 3px #13746e solid;
      width: 10%;
      text-align: center;
      margin: 20px auto 0;
      border-radius: 50px;
}

.img-3 {
      position: relative;
}

.img-3 img{
      width: 100%;
}
.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 i {
      color: #FFF;
      font-size: 300%;
      position: absolute;
      top: 40%;
      right: 40%;
      height: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      z-index: 1000000000000;

}
.img-3:hover i {opacity: 1;}
.single-courses {
      box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    transition: all 0.3s ease-in-out;
}
.single-courses:hover{
      box-shadow: 0 0 15px rgb(0 0 0 / 30%);
 
}
.single-courses-text {
      padding: 10px;
}
.fig-title{
      margin: 20px 0;
      font-weight: bold;
      border-bottom: 1px #ccc solid;
      padding-bottom: 25px;
}
.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 i {
      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: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 {
      background: #333;
      padding: 30px 0px 0 0px;
}
.footer-section-title {
content: '';
}
.footer-section-list{
      content: '';

}
.footer-section-list li{
      padding: 15px 0;

}
.footer-section-list li i {
      font-size: 50%;
}
footer {
}
footer a {
      color: #FFF;
      transition: all 0.3s ease-in-out;
}

footer a:hover {
      margin-right: 10px;
      color: #b65303;
}

.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-sec {
      color: #142146;
      width: 40%;
      overflow: hidden;
}
.small-text {
      line-height: 180%;
}
.saying-pic img {
      width: 60px;
      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 {
      background: #252525;
      color: #FFF;
      padding: 5px 0 0 0;
}
.copyright {
      text-align: right;
}
.footer-social-media {
      text-align: left;
}

.footer-social-media i {
      padding: 3px;
      font-size: 120%;
      border: 1px #545454 solid;
      border-radius: 3px;
      color: #a0a0a0;
}
.footer-social-media i:hover{
      background: #333333;
}</pre></body></html>