@charset "UTF-8";
/* Import Variable File */
/* Import Functions File */
.btn-read-more {
  display: inline-block;
  width: 150px;
  padding: 15px 20px;
  background: none;
  border: 2px solid #ffc107;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.btn-read-more:hover {
  text-decoration: none;
  background: #ffc107;
  border: 2px solid #FFF;
  color: #1a202c;
  font-weight: bolder;
}

/* Import Button File */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  src: url("fonts/ar/Kufi.ttf");
  font-family: "kufi";
}
html {
  direction: rtl;
  /* ARABIC STYLE */
}

body {
  font-family: "kufi", sans-serif;
}

/* Upper Nav Style */
.upper-nav {
  padding: 10px 0;
  position: relative;
    background: linear-gradient(to right, #396afc, #2948ff);
}
.upper-nav .upper-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.upper-nav ul{
    margin-bottom: 0;
}
.upper-nav ul li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.upper-nav ul li a {
  text-decoration: none;
    color: #FFF;
}

.upper-nav .ul-nav {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
}

.upper-nav .toggle-upper {
  border: 1px solid #2d3748;
  padding: 5px 10px 0 10px;
  display: none;
  float: left;
  /* ARABIC PAGE */
  cursor: pointer;
}

.upper-nav .toggle-upper svg {
  font-size: 30px;
}

.upper-nav .ul-nav li {
  padding: 10px;
}

.upper-nav .top-nav label {
  margin: 5px 10px;
}

.upper-nav .top-nav label svg {
  color: #003780;
}

.upper-nav li a img {
  width: 30px;
}

.upper-nav .dropdown-menu {
  border: 1px solid #DDDDDD;
  position: absolute;
  width: 200px;
  background: #FFF;
  z-index: 999;
  display: none;
}

.upper-nav .ul-nav .lang .dropdown-menu img,
.dropdown.lang-out img {
  float: right;
  /* ARABIC PAGE */
  margin-left: 10px;
  /* ARABIC PAGE */
}

.upper-nav .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  /* ARABIC PAGE */
}

.upper-nav .dropdown-menu a:last-child {
  border-bottom: 0;
}

.dropdown.lang-out img {
  width: 30px;
}

.dropdown.lang-out {
  display: none;
}

@media (max-width: 992px) {
  .upper-nav .ul-nav.active {
    left: 0;
    top: 120%;
  }

  .upper-nav .logo img {
    width: 200px;
  }

  .upper-nav .ul-nav {
    position: absolute;
    left: 10px;
    flex-direction: column;
    background: #FFF;
    z-index: 999;
    top: -1000px;
    transition: all 0.3s ease-in-out;
  }

  .upper-nav .top-nav {
    display: none;
  }

  .dropdown.lang-out {
    display: block;
    margin-left: 10px;
    /* ARABIC PAGE */
    float: left;
  }

  .dropdown.lang-out img {
    width: 40px;
  }

  .upper-nav .ul-nav .fa-angle-down {
    display: none;
  }

  .upper-nav .ul-nav .dropdown > a {
    font-weight: bolder;
    display: block;
    padding: 10px 20px;
    background: #003780;
    color: #FFF;
  }

  .upper-nav .ul-nav .lang {
    display: none;
  }

  .upper-nav .toggle-upper {
    display: inline-block;
    z-index: 99999;
  }

  .upper-nav .ul-nav .dropdown-menu {
    position: relative;
    top: 0;
    border: 0;
    display: block !important;
  }
}
/* Main Nav Style */
.main-nav {
  background: #FFF;
  position: relative;
}
.main-nav .content-nav{
    display: flex;
    align-items: center;
}
.main-nav .content-nav .logo img{
    width: 180px;
}
.main-nav ul {
  display: flex;
  position: relative;
  margin-bottom: 0;
  z-index: 99;
  text-align: right;
  /* ARABIC PAGE */
}

.main-nav ul li {
  list-style: none;
}

.main-nav ul li.dropdown {
  position: static;
}

.main-nav ul li a {
  display: block;
  margin: 0 20px;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
}

.main-nav ul li a svg {
  margin-right: 5px;
  /* ARABIC PAGE */
}

.main-nav ul .dropdown-menu {
  position: absolute;
  background: #FFF;
  display: none;
  border-top: 2px solid #003780;
  left: auto;
  text-align: right;
    border-radius: 0 !important;
  /* ARABIC PAGE */
}

.main-nav ul .dropdown-menu.menu-mega {
  right: 0;
  left: 0;
}

.main-nav ul .dropdown-menu a {
  border-bottom: 1px solid #DDD;
}

.main-nav ul .dropdown-menu .column a:last-child {
  border-bottom: 0 !important;
}

.main-nav ul .dropdown-menu .column h3 {
  padding: 10px 20px;
  color: #2C3A49;
}

.main-nav .toggle-nav {
  padding: 5px 10px 0 10px;
  margin: 10px 0;
  border: 1px solid #DDD;
  display: none;
}

.main-nav .toggle-nav svg {
  font-size: 30px;
  color: #2C3A49;
  cursor: pointer;
}

@media (max-width: 992px) {
  .main-nav ul {
    flex-direction: column;
    position: absolute;
    right: -100%;
    /* ARABIC PAGE */
    width: 100%;
    top: 100%;
    transition: 0.3s;
  }

  .main-nav ul .row {
    margin: 0;
  }

  .main-nav ul.active {
    right: 0;
    /* ARABIC PAGE */
    background: #1d2535;
  }

  .main-nav ul li {
    border-bottom: 1px solid #171f2f;
  }

  .main-nav ul .dropdown-menu {
    position: relative;
    background: #1a202c;
  }

  .main-nav ul .dropdown-menu a {
    border-bottom: 1px solid #111821;
  }

  .main-nav .toggle-nav {
    display: inline-block;
  }

  .main-nav ul li a svg {
    float: left;
    /* ARABIC PAGE */
  }
}
/* Carousel Style */
.carousel .carousel-inner .carousel-item img {
  height: 500px;
  max-height: 100%;
}

.carousel .control {
  position: absolute;
  width: 55px;
  right: 30px;
  bottom: 40px;
}

.carousel .control a {
  opacity: 1;
}

.carousel .control span {
  background: #003780;
  padding: 5px 10px;
}

.carousel .control span svg {
  font-size: 30px;
}

.carousel .carousel-indicators li {
  border: 0;
  opacity: 1;
}

.carousel .carousel-indicators li.active {
  background: #003780;
  width: 50px;
}

/* Header Page Style */
.header-page {
  display: flex;
  align-items: center;
  text-align: right;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}
.header-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 55, 128, 0.58);
  z-index: -1;
}
.header-page h1 {
  display: inline-block;
  padding: 20px 30px;
  background: #003780;
  color: #FFF;
  border-right: 4px solid #F1F1F1;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.modal {
  width: 900px;
  max-width: 100%;
  right: 0;
  margin: auto;
}
.modal button.close {
  position: absolute;
  left: 0;
  background: #003780;
  font-size: 30px;
  opacity: 1;
  color: #FFF;
  padding: 10px 20px;
}
.modal .close:not(:disabled):not(.disabled):focus,
.modal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background: #004790;
  outline: none;
}

/* Import Header File */
.section {
  padding: 30px 0;
}

.title-section {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.title-section h3 {
  display: inline-block;
  position: relative;
  background: #003780;
  padding: 10px 20px;
  color: #FFF;
  z-index: 9;
  overflow: hidden;
}
.title-section h3:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  background: #004790;
  width: 50px;
  height: 100%;
  z-index: -1;
  transform: skew(-35deg);
}

/* Owl Carousel Style */
.owl-carousel {
  direction: ltr;
}

.most-information .owl-carousel .item {
  background: #F1F1F1;
  color: #003780;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.most-information .owl-carousel .item h4 {
  color: #2d3748;
  margin: 10px 0;
}

.most-information .owl-carousel .item:hover {
  background: #003780;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.most-information .owl-carousel .item:hover h4,
.most-information .owl-carousel .item:hover h1 {
  color: #FFF !important;
}

.owl-carousel .item h1 {
  font-weight: 900;
}

.owl-carousel .owl-nav {
  margin-top: 20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  padding: 1px 10px !important;
  margin: 0 10px;
  display: inline-block;
  font-size: 30px;
  border: 1px solid #003780;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button:hover {
  background: #003780;
  color: #FFF;
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}


.main-page .content-column{
    padding: 20px;
    background: #F1F1F1;
    border: 1px solid #DDD;
}


/* Latest News Style */
.latest-news {
  background: url("../images/bg-news.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

.latest-news:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 55, 128, 0.78);
}

.latest-news .single-news {
  background: #FFF;
  border: 1px solid #F1F1F1;
    position: relative;
}

.latest-news .single-news .news-pic img {
  width: 100%;
  height: 225px;
  padding: 4px;
}

.latest-news .single-news .news-info {
  padding: 10px;
  text-align: right;
    height: 110px;
  /* ARABIC PAGE */
}

.latest-news .single-news .news-info .date {
  float: right;
  width: 80px;
  background: #003780;
  margin-left: 10px;
  /* ARABIC PAGE */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.latest-news .single-news .news-info .date span {
  color: #FFF;
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.latest-news .single-news .news-info .date:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  left: -20px;
  top: 0;
  transform: skewX(-15deg);
  background: #004085;
  z-index: -1;
}
.latest-news .single-news .news-info .title a{
    line-height: 2;
    text-decoration: none;
    color: #2C3A49;
    transition: all .3s ease-in-out;
}
.latest-news .single-news .news-info .title a:hover{
    color: #0a2042;
    font-weight: 900;
}

/* Event Style */
.events {
  text-align: right;
}

.events .item {
  padding: 20px;
}

.events .item h4 {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
  color: #003780;
}

/* Learn Style */
.learns .title-section h5 {
  padding: 10px 0;
}

.learns .title-section p {
  color: #888;
}

.learns .item {
  border: 1px solid #F1F1F1;
}

.learns .item .image-college img {
  width: 100%;
  height: 225px;
  padding: 5px;
}

.learns .item .info {
  padding: 10px;
  background: #FBFBFB;
  text-align: right;
}

.learns .item .info h4 {
  font-size: 18px;
}

.learns .item .info h5 {
  font-size: 16px;
}

.learns .item .info h4,
.learns .item .info h5 {
  color: #003780;
}


/* System Section */
.systems .single-system{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    flex-direction: column;
    border-radius: 10px;
}
.systems .single-system h4{
    font-size: 16px;
    font-weight: bolder;
}
.systems .name-system{
    padding: 15px 10px;
}
.systems .single-system h5{
    font-size: 16px;
    line-height: 1.8;
}
.systems .single-system a{
    text-decoration: none;
}




/* Import HomePage File */
.page-section .about {
  background: #003780;
  color: #FFF;
  padding: 40px;
  text-align: right;
  margin-top: 50px;
  z-index: 9;
  position: relative;
}
.page-section .about h2 {
  color: #ffc107;
  font-weight: bolder;
  margin-bottom: 20px;
}
.page-section .about p {
  line-height: 33px;
}
.page-section .statistic {
  margin-top: 50px;
}
.page-section .statistic .single-statistic {
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  color: #FFF;
  background: #004790;
}
.page-section .statistic .single-statistic img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.page-section .statistic .single-statistic strong {
  color: #ffc107;
  display: block;
  font-size: 40px;
}
.page-section .statistic a {
  color: #FFF;
  display: block;
  text-decoration: none;
  margin-top: 10px;
}
.page-section .news-section .first-news .news-img img {
  width: 100%;
  height: 300px;
}
.page-section .news-section .first-news .news-info {
  padding: 25px 10px;
  text-align: right;
  /* ARABIC PAGE */
}
.page-section .news-section .first-news .news-info h5 {
  font-weight: bolder;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 10px;
  color: #003780;
}
.page-section .news-section .single-news {
  display: flex;
  margin-bottom: 20px;
}
.page-section .news-section .single-news img {
  width: 150px;
  height: 100px;
}
.page-section .news-section .single-news .news-info {
  text-align: right;
  padding: 0 10px;
}
.page-section .news-section .single-news .news-info h5 {
  line-height: 30px;
}
.page-section .fact-school {
  /* Model Reset Property */
}
.page-section .fact-school .title {
  text-align: center;
  margin-bottom: 50px;
}
.page-section .fact-school .title h3 {
  display: inline-block;
  font-weight: bolder;
  color: #2d3748;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #003780;
}
.page-section .fact-school .title h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #003780;
}
.page-section .fact-school a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.page-section .fact-school .item {
  position: relative;
}
.page-section .fact-school .item img {
  height: 150px;
  margin-bottom: 15px;
}
.page-section .fact-school .item h5, .page-section .fact-school .item p {
  text-align: right;
}
.page-section .fact-school .item .img-tec {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.page-section .fact-school .item .overlay-icon {
  position: absolute;
  top: -50px;
  right: 40%;
}
.page-section .fact-school .item .img-tec:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-section .fact-school .modal .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}
.page-section .fact-school .modal .modal-header .name-te {
  padding: 50px 30px;
}
.page-section .fact-school .modal .modal-header h2 {
  margin-bottom: 20px;
}
.page-section .fact-school .modal .img-te img {
  width: 100px;
  margin: 50px;
}
.page-section .fact-school .modal .modal-body {
  padding: 20px;
  text-align: right;
  line-height: 33px;
}
.page-section .sidebar-about {
  background: #003780;
  margin-top: 50px;
  padding: 10px 0;
}
.page-section .sidebar-about ul {
  list-style: none;
  text-align: right;
  /* ARABIC PAGE */
}
.page-section .sidebar-about ul li a {
  display: block;
  color: #FFF;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
}
.page-section .sidebar-about ul li svg {
  float: left;
  /* ARABIC PAGE */
}
.page-section .sidebar-about a.active {
  color: #ffc107;
}
.page-section .sidebar-about ul .sub-menu {
  background: #004790;
  display: none;
  border-right: 4px solid #FFF;
  border-left: 4px solid #FFF;
}
.page-section .sidebar-about ul .sub-menu a {
  border-bottom: 1px solid #003780;
}
.page-section .side-content {
  margin-top: 50px;
  text-align: right;
  /* ARABIC PAGE */
}
.page-section .side-content h2 {
  font-weight: 900;
  color: #004790;
}
.page-section .side-content h2, .page-section .side-content h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.page-section .side-content h3 {
  color: #003780;
}
.page-section .side-content p {
  line-height: 33px;
}

.news-header{
    height: 500px;
    background: #0a2042 url("../images/bg-news.jpg") top center no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-header .content-header-news{
    text-align: center;
}
.news-header .content-header-news h1{
    font-size: 80px;
    color: #F1C40F;
}
.news-header .content-header-news h3{
    color: #FFF;
}

.news-content-h{
    margin-top: 80px;
}

.news-content-h .single-news {
    background: #FFF;
    border: 1px solid #F1F1F1;
}

.news-content-h .single-news .news-pic img {
    width: 100%;
    height: 225px;
    padding: 4px;
}

.news-content-h .single-news .news-info {
    padding: 10px;
    text-align: right;
    height: 110px;
    /* ARABIC PAGE */
}
.news-content-h .single-news .news-info a{
    text-decoration: none;
}
.news-content-h .single-news .news-info .date {
    float: right;
    width: 80px;
    background: #003780;
    margin-left: 10px;
    /* ARABIC PAGE */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.news-content-h .single-news .news-info .date span {
    color: #FFF;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.news-content-h .single-news .news-info .date:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: -20px;
    top: 0;
    transform: skewX(-15deg);
    background: #004085;
    z-index: -1;
}
.news-details{
    padding: 10px;
    border: 1px solid #DDD;
}
.news-details-p .news-details .news-pic{
    width: 600px;
    max-width: 100%;
    height: 300px;
    display: block;
    margin: auto;
}
.news-details-p .news-details .title{
    margin: 30px 0;
}
.news-details-p{
    margin-top: 50px;
}
.news-details-p .latest-new .title-section{
    font-weight: 900;
    border-bottom: 2px solid #0a2042;
    font-size: 26px;
    text-align: right;
    padding-bottom: 10px;
}
.news-details-p .latest-new .single-latest-news{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}
.news-details-p .latest-new .single-latest-news img{
    width: 100px;
}
.news-details-p .latest-new .single-latest-news a{
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
/* Import HomePage File */

.header-other-page{
    display: flex;
    height: 200px;
    align-items: center;
    background: linear-gradient(to right, #396afc, #2948ff);
    color: #FFF;
    position: relative;
}
.header-other-page h1{
    font-weight: 900;
    font-size: 60px;
}
.breadcrumb-section{
    position: absolute;
    bottom: 0;
    background: #FFF;
    left: 50px;
}
.breadcrumb-section .breadcrumb{
    flex-direction: row-reverse;
}
.breadcrumb-section .breadcrumb-item:before{
    content: '\f30a';
    font-weight: 900;
    font-family: "Font Awesome 5 Free",sans-serif;
    color: #396afc;
    margin:  0 10px;
}
.breadcrumb-section .breadcrumb-item:first-child:before{
    display: none;
}
.breadcrumb-section .breadcrumb-item a{
    text-decoration: none;
    display: inline-block;
}
.breadcrumb-section .breadcrumb{
    margin-bottom: 0 !important;
    padding: 10px 20px;
}


/* Accordion */
.accordion .accordion-header svg{
    margin-left: 10px;
}
.accordion .accordion-header .accordion-button::after{
    margin-right: auto;
    margin-left: 0;
    color: #FFF !important;
}
.accordion .accordion-header .accordion-button:not(.collapsed){
    background: linear-gradient(to right, #2948ff, #396afc);
    color: #FFF;
}

.accordion .accordion-body{
    background: linear-gradient(to left, #2948ff, #396afc);
    color: #FFF;
    padding: 20px;
}
.accordion .accordion-body ul li{
    list-style: square;
    margin-bottom: 10px;
    line-height: 2;
}
    /* Footer Style */
.footer {
  background: url("../images/bg-footer.png") top center no-repeat;
  background-size: 100%;
  position: relative;
  padding: 30px 0;
  margin-top: 50px;
}

.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(246, 246, 246, 0.88);
}

.footer .title-col {
  text-align: right;
  padding: 10px;
  color: #003780;
  font-weight: 600;
}

.footer .title-col span {
  position: relative;
}

.footer .title-col span:after {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  background: #004085;
  width: 50px;
  height: 3px;
}

.footer ul {
  padding-right: 0;
  list-style: none;
  text-align: right;
}

.footer ul a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
}

.footer ul li a:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-left: 10px;
}


.footer .social {
  margin: 20px 0;
  text-align: center;
}

.footer label {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.footer label svg {
  font-size: 26px;
}

.footer .contact label span {
  display: block;
  margin-top: 10px;
}

.footer .social span {
  background: #004085;
  color: #FFF;
  display: inline-block;
  padding: 5px;
  width: 50px;
  font-size: 26px;
  text-align: center;
}

/* Import Footer File */

/* Start SideAbout About  */

.sidebar-about {
    background: #003780;
    padding: 10px 0;
}
.sidebar-about ul {
    list-style: none;
    text-align: right;
    padding-left: 0;
    /* ARABIC PAGE */
}
.sidebar-about ul li a {
    display: block;
    color: #FFF;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #002163;
}
.sidebar-about ul li:last-child a{
    border-bottom: 0;
}
.sidebar-about ul li svg {
    float: left;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
    /* ARABIC PAGE */
}
.sidebar-about a.active {
    background: #ffc107;
    color: #004085;
}
.sidebar-about ul .sub-menu {
    background: #004790;
    display: none;
    border-right: 4px solid #FFF;
    border-left: 4px solid #FFF;
}
.sidebar-about ul .sub-menu a {
    border-bottom: 1px solid #003780;
}


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