/*********************************************************************/
/* global */
/*********************************************************************/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300&display=swap');
/* Arabic Fonts */
@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);

.link {
  text-decoration: underline;
}

.amiri {
  text-align: right;
  font-family: "Amiri", serif;
}

@media (max-width: 768px) {
  .index-brands {
    padding: 10px 60px;
  }

  .index-brands img {
    height: 40px;
    margin-top: 10px
  }
}


.kuula-embed-wrapper {
  height: calc(100vh - 230px);
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 65px 0 0 0;
  background-color: #fff;
}

.text-danger {
  color: #800000 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.name-plate {
  text-transform: uppercase;
  font-size: 15px;
}

.card-body-custom {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 0 0 15px;
}

.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: #8d0f0d;
}

a:hover {
  color: #476aa4;
  text-decoration: none;
}

.pdf-embeded {
  border: none;
  height: 100%;
  min-height: 740px;
  width: 100%;
}

@media only screen and (max-device-width: 640px) and (orientation: portrait) {
  .pdf-embeded {
    border: none;
    min-height: 400px;
    width: 100%;
  }
}

.modal {
  z-index: 99999999999999999999999;
}

.pulse {
  padding: 10px 30px 10px 30px;
  color: #fff;
  border-radius: 30px;
  -webkit-animation: pulse 400ms infinite alternate;
  animation: pulse 400ms infinite alternate;
}

@-webkit-keyframes pulse {
  0% {
    background: #6c1f40;
  }

  100% {
    background: #bb0152;
  }
}

@keyframes pulse {
  0% {
    background: #6c1f40;
  }

  100% {
    background: #bb0152;
  }
}

.form-control-search {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wrap-breadcrumb {
  background: #fcfcfc;
}

.breadcrumb {
  width: 100%;
  background: #fff;
  border-radius: 0;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 0 25px 0;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb .active {
  color: #6c1f40;
  font-weight: bold;
}

@media only screen and (max-device-width: 640px) and (orientation: portrait) {
  .breadmobilehide {
    display: none;
  }
}

h5.heading {
  color: #00586f;
  font-weight: bold;
}

/* Sidebar */
.list-group-item {
  border: 0;
  padding-bottom: 10px !important;
  margin-left: 0px;
  padding-left: 15px;
  font-weight: bold;
}

.panel-collapse {
  padding-left: 10px !important;
}

.panel-collapse .list-group-item a {
  color: #333;
  font-weight: normal !important;
}

h5.link-head {
  color: #d20032;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 16px;
  margin-left: 0px;
}

.list-group-item-active {
  background: #f7f7f7;
}

.list-group-item a {
  color: #000;
}

.list-group-item a:hover {
  color: #f00;
}

/*
* ==========================================
* TOP NAVIGATION
* ==========================================
*/

.bg-topnav .navbar-brand {
  font-size: 16px;
}

.bg-topnav {
  background: #6c1f40 !important;
  /* background: #6c1f40cf !important; */

  /*padding: 22px 0 18px 0;*/
  padding: 18px 0 8px 0;
}

.bg-topnav .navbar-nav .nav-link {
  font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.bg-topnav .dropdown-menu {
  margin: 0.5rem 0 0;
  background: #6c1f40;
  border-radius: 0;
}

.bg-topnav .dropdown-item:hover,
.bg-topnav .dropdown-item:focus {
  background: #5a1a36;
}

.bg-topnav .dropdown-item {
  color: #fff;
}

/*
* ==========================================
* THE LOGO
* ==========================================
*/

.navbar-brand img {
  width: 280px;
  padding: 8px 0 0 0;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .navbar-brand img {
    width: 230px;
    padding: 8px 0 0 0;
  }
}

/*
* ==========================================
* NAVIGATION MAIN
* ==========================================
*/
.main-nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fafafc;
  border-bottom: 1px solid #ddd;
}

.main-nav .dropdown-menu {
  background: #fafafc;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  /* padding-left: 15px; */
}

.main-nav .navbar-nav li a {
  font-weight: 300 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-item {
  font-size: 14px;
  padding: 7px 16px;
}

.main-nav .container .dropdown .dropdown-menu a:hover {
  background-color: #f0f0f0;
}

.dropdown-menu {
  /*left: -50px;*/
  left: 0;
  box-shadow: none;
  border-radius: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  margin: 12px 0 0;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .nav-item {
    margin-left: 30px !important;
  }

  .mobile-menu {
    display: none;
  }

  .search-icon {
    margin-left: -75px;
  }
}

@media (max-width: 991px) {
  .search-icon {
    margin-left: -75px;
  }

  .bg-topnav {
    display: none !important;
  }
}

/*********************************************************************/
/* Header Slider */
/*********************************************************************/
/* Declare heights because of positioning of img element */
.header-slider {
  height: 600px;
}

.carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



@media (min-width: 1513px) {
  .header-slider {
    height: 900px;
  }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  /* .myslide1 {
    background-image: url(../img/slider_new1_m.webp?v1.3) !important;
  }
  .myslide2 {
    background-image: url(../img/slider_new2_m.webp?v1.3) !important;
  }
  .myslide3 {
    background-image: url(../img/slider_new3_m.webp?v1.5) !important;
  }

  .myslide3b {
    background-image: url(../img/slider_new3b_m.webp?v1.3) !important;
  }
  .myslide4 {
    background-image: url(../img/slider_new4_m.webp?v1.1) !important;
  }
  .myslide5 {
    background-image: url(../img/slider_new5_m.webp?v1.1) !important;
  } */
}

/*********************************************************************/
/* Typography */
/*********************************************************************/

.content-intro {
  font-size: 19px !important;
}

h1.headline {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
}



.table thead th {
  vertical-align: bottom;
  /* border-bottom: 2px solid #3b5998!important; */
  border-bottom-width: 2px;
}


/* .table-bordered td, .table-bordered th {
  border: 1px solid #3b5998!important;
} */

/*********************************************************************/
/* student-parent */
/*********************************************************************/
#student-parent {
  width: 100%;
  background: #f3f4f6;
}

.sp-wrap {
  /*max-width:1200px;*/
  margin: 0 auto;
  padding: 0px 0 0px 0;
  background: #fff;
}

.sp-link {
  font-weight: bold;
  font-size: 12px;
  color: #5e5c5c;
}

.sp-link:hover {
  color: #fff;
}

.strip {
  padding: 20px 0 20px 0;
}

.strip:hover {
  background: #6c1f40;
  color: #fff !important;
  cursor: pointer;
}

.strip:hover a {
  color: #fff !important;
}

/*********************************************************************/
/* carousel for news in index */
/*********************************************************************/
.news-title {
  font-size: 22px;
  font-weight: bold;
}

.newscard {
  min-height: 180px;
}

.controls-top {
  text-align: left;
  width: 100%;
  padding: 5px;
}

/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */
@media (min-width: 768px) {

  #newsCarousel .carousel-inner .carousel-item-right.active,
  #newsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  #newsCarousel .carousel-inner .carousel-item-left.active,
  #newsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {

  #newsCarousel .carousel-inner .carousel-item-right.active,
  #newsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  #newsCarousel .carousel-inner .carousel-item-left.active,
  #newsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  #newsCarousel .carousel-inner .carousel-item>div {
    display: none;
  }

  #newsCarousel .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

#newsCarousel .carousel-inner .carousel-item.active,
#newsCarousel .carousel-inner .carousel-item-next,
#newsCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

#newsCarousel .carousel-inner .carousel-item-right,
#newsCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/* Panel */

.cd-panel {
  z-index: 99999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 50%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff;
}

.cd-panel__close::before,
.cd-panel__close::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background: rgb(238, 238, 238);
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 50%;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 15px 15px 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

/*********************************************************************/
/* Home Gallery */
/*********************************************************************/

.gallery-hover {
  border: none;
  cursor: pointer;
}

.gallery-hover:hover {
  -webkit-box-shadow: -1px 6px 23px -7px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: -1px 6px 23px -7px rgba(0, 0, 0, 0.62);
  box-shadow: -1px 6px 23px -7px rgba(0, 0, 0, 0.62);
}


@media (min-width: 1200px) {
  /* .home-gallery {
    width: 100%;
    background: #6c1f40;
    height: 100px;
    padding-top: 1px;
    margin-bottom: 0px;
  } */

}

/* @media (min-width: 992px) {
  .home-gallery {
    width: 100%;
    background: #6c1f40;
    height: 380px;
    padding-top: 1px;
    margin-bottom: 0px;
  }
} */

/* @media (max-width: 1200px) { */
.home-gallery {
  width: 100%;
  background: #6c1f40;
  padding-top: 5px;
}

/* } */

.index_list-group {
  margin-top: 15px;
}

.index_list-group-item {
  position: relative;
  display: block;
  padding: 0.35rem 1.25rem;
  margin-bottom: -1px;
  background: #f0f0f0;
  font-size: 13px;
}

@media (min-width: 992px) {
  .aff-logo {
    margin-top: 40px;
  }
}

.aff-logo .card {
  background: #f0f0f0;
}

.main-wrap-white {
  background: #fff;
  padding: 0px 15px 0 15px;
  margin: 0px auto !important;
  width: 75%;
}

@media (max-width: 992px) {
  .main-wrap-white {
    width: 98%;
  }
}


/*********************************************************************/
/* Footer*/
/*********************************************************************/

.credits {
  display: block;
  padding: 15px 15px 15px 15px;
  color: #888;
}

.credits {
  border-top: 0px solid #fff;
}

.credits a {
  font-size: 14px !important;
  color: #8d0f0d;

}

ul.social-network {
  list-style: none;
  display: inline;
  margin: 20px auto;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 10px;
}

.social-network a.icoFacebook {
  background-color: #3b5998;
}

.social-network a.icoTwitter {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}

.social-network a.icoLinkedin {
  background-color: #0590b8;
}

.social-network a.icoYoutube {
  background-color: #ff0000;
}



.social-network a.icoInstagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.social-circle li i {
  margin: 0;
  line-height: 32px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #d3d3d3;
}

.cover-profile img.cover-image-lg {
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 25px solid #fff;
}

.cover-image-profile {
  margin: -150px 10px 0px 50px;
  z-index: 9;
  width: 20%;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .cover-profile-text>h2 {
    font-weight: 700;
    font-size: 14px;
  }

  .cover-image-profile {
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%;
    border: 1px solid #ddd;
  }
}