﻿/************ Typography ************/
body {
  color: #707070;
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
}
html,
body,
main {
  scroll-behavior: smooth;
}
.font-20 {
  font-size: 20px !important;
}
p {
  text-align: justify;
  line-height: 24px;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1,
.h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: lighter;
}
h2,
.h2 {
  color: #CFA76F;
  font-size: 24px;
  font-weight: bold;
}
h2.text-white {
  color: #ffffff;
}
h3 {
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text-part-blue,
.text-part-white {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.text-part-blue {
  color: #1F1A55;
}
.text-part-white {
  color: #ffffff;
}
.text-gold {
  color: #CFA76F;
}
a {
  color: #CFA76F;
}
a:hover,
a:focus {
  color: #CFA76F;
}
a:focus,
button:focus {
  outline: none;
}
.text-grey {
  color: #707070;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #17124B;
}
a.go-top {
  position: fixed;
  right: 32px;
  bottom: 31px;
  width: 42px;
  height: 40px;
  background: #770404;
  z-index: 1;
}
/* Components */
.gallery-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.gallery-box > img {
  display: flex;
  flex: 1 0 40%;
  max-width: 45%;
  box-shadow: 0 0 10px -3px rgba(0 0 0 / 0.3);
}
.gallery-box.type2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-box.type2 > img {
  max-width: 80%;
}
/************ Utilities ************/
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.m-neg {
  margin-top: -175px;
}
.img-fill {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.section-overlap {
  padding-bottom: 200px;
}
.img-thumbnail {
  border: 10px solid #ffffff;
  border-radius: 0;
}
.img-thumbnail:first-of-type {
  transform: rotate(5deg);
  z-index: 2;
}
.img-thumbnail:last-of-type {
  transform: rotate(-5deg);
}
.hd-video-ratio {
  aspect-ratio: 16/9;
}
.standard-monitor-ratio {
  aspect-ratio: 4/3;
}
/************ Bakgrounds ************/
.bg-white {
  background-color: #ffffff;
}
.bg-blue {
  background-color: #1F1A55;
  color: #ffffff;
}
.bg-blue-dark {
  background-color: #17124B;
}
.bg-gold {
  background-color: #CFA76F;
  color: #ffffff;
}
.bg-blue-aqua {
  background-color: #44BAEB;
  color: #ffffff;
}
.bg-grey {
  background-color: #707070;
}
.bg-grey-light {
  background-color: #F8F8F8;
}
.bg-icon-blue {
  background-color: #17124B;
  color: #CFA76F;
  display: inline-block;
  margin-right: 20px;
  padding: 15px;
}
.bg-icon-transparent {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  width: 42px;
}
.bg-icon-transparent svg:hover img {
  fill: #1F1A55;
}
.bg-icon-nurse {
  background: url(/images/icons/nurse.svg) no-repeat left 95px #CFA76F;
  color: #ffffff;
}
.bg-icon-wheat {
  background: url(/images/icons/wheat.svg) no-repeat right bottom;
}
.bg-img-questions {
  background: url(/images/backgrounds/bg-questions.jpg?v=2) no-repeat #0094F8;
}
.bg-img-general {
  background: url(/images/backgrounds/bg-general.jpg) no-repeat top right #ffffff;
}
.bg-icon-schedule {
  background: url(/images/icons/schedule.svg) no-repeat right center #707070;
}
.bg-fb {
  background-color: #3B5998;
}
.bg-in {
  background-color: #0077B5;
}
.bg-insta {
  background-color: #dc5a5a;
}
.bg-twit {
  background-color: #1DA1F2;
}
.bg-fb,
.bg-in,
.bg-insta,
.bg-twit {
  color: #ffffff;
  display: block;
  /*height:100%;*/
  padding: 60px 65px;
}
.bg-fb:hover,
.bg-in:hover,
.bg-insta:hover,
.bg-twit:hover,
.bg-fb:focus,
.bg-in:focus,
.bg-insta:focus,
.bg-twit:focus {
  color: #ffffff;
  text-decoration: none;
}
.bg-fb h3,
.bg-in h3,
.bg-insta h3,
.bg-twit h3 {
  color: #ffffff;
  margin-bottom: 5px;
  text-align: left;
}
.bg-fb p,
.bg-in p,
.bg-insta p,
.bg-twit p {
  margin-bottom: 0;
}
.bg-fb img,
.bg-in img,
.bg-insta img,
.bg-twit img {
  width: 70px;
  height: 70px;
}
.bg-mixed {
  display: flex;
  position: relative;
}
.bg-mixed h2,
.bg-mixed p,
.bg-mixed li {
  color: #ffffff;
}
.bg-mixed::before {
  content: '';
  background-color: #CFA76F;
  height: 100%;
  position: absolute;
  width: 50%;
}
.bg-mixed::after {
  content: '';
  background-color: #17124B;
  height: 100%;
  left: 50%;
  position: absolute;
  width: 50%;
  z-index: -1;
}
.bg-mixed-grey::after {
  background-color: #707070;
}
/************ Buttons ************/
.btn {
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 40px;
  position: relative;
  text-transform: capitalize;
}
.btn:hover {
  border: none;
  transition: all 0.3s ease-in;
}
.btn i {
  background-color: #CFA76F;
  color: #ffffff;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.btn-blue {
  background-color: #1F1A55;
  padding: 12px 80px 12px 40px;
}
.btn-blue i {
  background-color: #CFA76F;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #CFA76F;
  color: #ffffff;
}
.btn-blue:hover i,
.btn-blue:focus i {
  background-color: #1F1A55;
  color: #ffffff;
}
.btn-red {
  background-color: #770404;
  padding: 12px 80px 12px 40px;
}
.btn-red i {
  background-color: #CFA76F;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #CFA76F;
  color: #ffffff;
}
.btn-red:hover i,
.btn-red:focus i {
  background-color: #770404;
  color: #ffffff;
}
.btn-white {
  background-color: #ffffff;
  color: #707070;
  padding: 12px 80px 12px 40px;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #CFA76F;
  color: #ffffff;
}
.btn-white:hover i,
.btn-white:focus i {
  background-color: #ffffff;
  color: #CFA76F;
}
.btn-white i {
  background-color: #CFA76F;
}
.btn-outline-info {
  border: 1px solid #CFA76F;
  color: #ffffff;
  text-transform: capitalize;
}
.btn-outline-info:hover {
  background-color: #CFA76F;
  border: 1px solid #CFA76F;
  color: #ffffff;
}
.btn-outline-info.text-gold {
  color: #CFA76F;
}
.btn-outline-info.text-gold:hover {
  color: #ffffff;
}
.btn-play {
  background: rgba(207, 167, 111, 0.5);
  border-radius: 50%;
  display: block;
  padding: 20px;
  text-align: center;
}
.btn-back .material-icons {
  margin-right: 8px;
  vertical-align: middle;
}
.media {
  margin: 0;
  position: relative;
}
.media .btn-play {
  position: absolute;
  z-index: 10;
}
.media .btn-play-right {
  bottom: 40px;
  right: 40px;
}
.media .btn-play-left {
  bottom: 40px;
  left: 40px;
}
.media .btn-play-center {
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dropdown .btn {
  font-size: 16px;
  padding: 12px 40px;
}
.dropdown .dropdown-menu {
  background-color: #1F1A55;
  border-radius: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #CFA76F;
}
/************ Lists Styles ************/
.list-styled {
  padding-left: 0;
}
.list-styled li {
  color: #ffffff;
  min-height: 60px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
  text-align: justify;
}
.list-styled li::before {
  content: 'done';
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'Material Icons';
  font-size: 24px;
  margin-top: 5px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 30px;
  width: 50px;
}
.list-grey li {
  color: #707070;
}
.list-grey li::before {
  background: rgba(112, 112, 112, 0.1);
  color: #707070;
}
.custom-counter {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.custom-counter li {
  counter-increment: item;
  min-height: 60px;
  margin-bottom: 10px;
  padding-left: 70px;
  position: relative;
}
.custom-counter li::before {
  background: rgba(255, 255, 255, 0.1);
  content: counter(item);
  font-size: 18px;
  left: 0;
  line-height: 30px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 50px;
}
.list-styled-gold li {
  position: relative;
  padding-left: 30px;
}
.list-styled-gold li::before {
  content: 'done';
  color: #CFA76F;
  font-family: 'Material Icons';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/************ Form Styles ************/
input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 0;
}
/************ Carousels Styles ************/
/***** Carousels Common Styles *****/
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  height: 5px;
  width: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #CFA76F;
}
.owl-theme .owl-nav[class*=owl-]:hover {
  background-color: transparent;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  outline: none;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  color: #ffffff;
  font-size: 70px;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev i:hover,
.owl-carousel .owl-nav .owl-next i:hover {
  opacity: 0.7;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav .owl-prev {
  left: 10%;
}
.owl-carousel .owl-nav .owl-next {
  right: 10%;
}
.arrow-left,
.arrow-right {
  border: none;
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
}
.arrow-left:hover,
.arrow-right:hover,
.arrow-left:focus,
.arrow-right:focus {
  text-decoration: none;
  opacity: 0.7;
}
.arrow-left i,
.arrow-right i {
  color: #ffffff;
  display: block;
  font-size: 30px;
}
.arrow-gold {
  background-color: #CFA76F;
}
.arrow-blue {
  background-color: #17124B;
}
/***** Carousels Custom Styles *****/
.home-carousel .owl-item::after {
  content: '';
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to top, #1f1a55, rgba(31, 26, 85, 0));
  position: absolute;
  bottom: 0;
}
.home-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.home-carousel figure {
  margin: 0;
  position: relative;
}
.home-carousel figure figcaption {
  bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.home-carousel p {
  letter-spacing: 1px;
  margin: 5px auto;
  text-align: center;
  width: 30%;
}
.owl-thumbs {
  margin-top: 40px;
}
.owl-thumbs figure {
  border: 1px solid #eeeeee;
  padding: 20px 40px;
}
.owl-thumbs figure:hover {
  border-color: #CFA76F;
  transition: all 0.3s ease-in;
}
.owl-thumbs figure img {
  height: 100px;
  object-fit: contain;
}
.carousel-members {
  margin-top: 50px;
}
.carousel-members figure {
  position: relative;
}
.carousel-members figure:hover::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
}
.carousel-members figure:hover .btn-outline-info {
  display: block;
}
.carousel-members figure .btn-outline-info {
  display: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  z-index: 10;
}
.carousel-members figcapture span {
  display: block;
}
.carousel-members figcapture span:last-of-type {
  margin-top: 10px;
}
.carousel-members figcapture .name::after {
  content: "";
  border-bottom: 2px solid #CFA76F;
  display: block;
  width: 20%;
  margin-top: 8px;
}
.carousel-gallery {
  position: relative;
}
.carousel-gallery img {
  border: 5px solid #ffffff;
}
.carousel-gallery .media .btn-play img {
  border: none;
}
.carousel-quotes {
  margin-top: 50px;
}
.carousel-quotes .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.carousel-quotes .card footer {
  background-color: transparent;
  color: #CFA76F;
  font-size: 18px;
  margin-top: 30px;
  text-align: left;
}
.carousel-quotes .card footer::before {
  content: none;
}
.carousel-quotes .card footer .title {
  color: #ffffff;
}
.carousel-quotes .card footer img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 95px;
  margin-right: 15px;
  width: 95px;
}
.carousel-quotes .card-body {
  background-color: #17124B;
  color: #ffffff;
  min-height: 225px;
  padding: 25px;
  position: relative;
}
.carousel-quotes .card-body blockquote {
  font-size: 18px;
}
.carousel-quotes .card-body .arrow-down {
  position: absolute;
  bottom: -15px;
  left: 25px;
}
.carousel-news .owl-dots .owl-dot span {
  background: rgba(31, 26, 85, 0.7);
}
.carousel-news .owl-dots .owl-dot.active span,
.carousel-news .owl-dots .owl-dot:hover span {
  background-color: #1F1A55;
}
/************ Tabs Styles ************/
.news-list-tab {
  margin-top: 18px;
}
.news-list-tab .list-group-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 0;
  text-transform: uppercase;
}
.news-list-tab .list-group-item div {
  background: rgba(68, 186, 235, 0.05);
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.news-list-tab .list-group-item div p {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.news-list-tab .list-group-item .news-date {
  margin-right: 20px;
  width: 20%;
}
.news-list-tab .list-group-item .news-desc {
  width: 80%;
}
.news-list-tab .list-group-item.active div,
.news-list-tab .list-group-item:hover div,
.news-list-tab .list-group-item:focus div {
  background: #CFA76F;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.news-tab-content a {
  display: block;
  position: relative;
}
.news-tab-content a:hover::after {
  content: '';
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in;
}
.news-tab-content a:hover .btn-outline-info {
  display: block;
}
.news-tab-content a .btn-outline-info {
  display: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.faq-tabs {
  margin-top: 30px;
}
.faq-tabs .nav-link {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 0;
  color: #707070;
  margin-bottom: 10px;
}
.faq-tabs .nav-link.active,
.faq-tabs .nav-link:hover,
.faq-tabs .nav-link:focus {
  background-color: #CFA76F;
  border-color: #CFA76F;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.faq-content .accordion {
  clear: both;
}
.faq-content .accordion .float-right i {
  font-size: 32px;
}
/************ Page Banner Styles ************/
.page-banner {
  position: relative;
}
.page-banner .banner-overlay {
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 10;
}
.page-banner::after {
  content: '';
  height: 100%;
  background-image: linear-gradient(to top, rgba(31, 26, 85, 0.8), rgba(31, 26, 85, 0));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  display: inline-flex;
}
.breadcrumb a,
.breadcrumb .active {
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "/";
}
/************ Accordions Styles ************/
.accordion .card {
  border-color: rgba(112, 112, 112, 0.2);
  border-left: 2px solid #CFA76F;
  border-radius: 0;
  margin-bottom: 20px;
}
.accordion .card-header {
  background-color: #ffffff;
  border-color: rgba(112, 112, 112, 0.2);
  padding: 20px;
}
.accordion .card-header .btn {
  color: #CFA76F;
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}
.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus,
.accordion .card-header .btn:visited {
  text-decoration: none;
}
.accordion .card-body {
  border-bottom: 1px solid;
  border-color: rgba(112, 112, 112, 0.2);
}
.accordion .float-right {
  font-size: 14px;
}
.accordion .float-right span {
  display: inline-block;
  margin-right: 10px;
}
.accordion .float-right a {
  color: #707070;
}
.accordion .float-right i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
/************ Pagination Styles ************/
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-link,
.pagination i {
  color: #707070;
  font-size: 14px;
}
.pagination .page-link {
  margin: 0 5px;
  padding: 15px 20px;
}
.pagination .page-link.active,
.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #CFA76F;
  color: #ffffff;
}
.pagination .page-link.active i,
.pagination .page-link:hover i,
.pagination .page-link:focus i {
  color: #ffffff;
}
/************ Header Styles ************/
header {
  position: relative;
}
header .user-dropdown,
header .language {
  padding-top: 10px;
  line-height: 15px;
}
header .user-dropdown img,
header .language img {
  height: 12px;
}
header .ribbon {
  position: absolute;
  /*right: 285px;*/
  right: 0;
  top: -16px;
  z-index: 1;
}
header .ribbon img {
  width: 160px;
  height: auto;
}
.user-dropdown {
  display: inline-block;
  margin-right: 20px;
}
.user-dropdown .dropdown-menu {
  background-color: #CFA76F;
  min-width: 8rem;
  padding: 0;
}
.user-dropdown .dropdown-menu .dropdown-item {
  border-bottom: solid 1px #D4B07E;
  font-size: 14px;
  padding: 10px 15px;
}
.user-dropdown .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: none;
}
.user-dropdown .dropdown-menu .dropdown-item:hover,
.user-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #D4B07E;
}
.user-dropdown .btn {
  background-color: #ffffff;
  border: none;
  color: #1F1A55;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
.user-dropdown .btn img {
  margin-right: 10px;
}
.user-dropdown img {
  margin-right: 8px;
}
.language {
  color: #1F1A55;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.language:hover {
  text-decoration: none;
}
.language img {
  margin: 0 8px;
}
.main-menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.main-menu a:focus,
.main-menu a:hover {
  color: #CFA76F;
}
.main-menu a.active {
  background-color: transparent;
  border-radius: 0;
  color: #CFA76F;
}
.main-menu .dropdown-menu {
  background-color: #1F1A55;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.main-menu .dropdown-menu a.dropdown-item {
  border-top: 1px solid #707070;
  color: #ffffff;
  font-weight: normal;
}
.main-menu .dropdown-menu a.dropdown-item:first-of-type {
  border-top: none;
}
.main-menu .dropdown-menu a.dropdown-item:hover {
  background-color: #1F1A55;
  color: #CFA76F;
}
/************ Footer Styles ************/
footer {
  color: #ffffff;
  font-size: 16px;
}
footer p {
  margin-bottom: 0;
}
footer p.text-gold {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:active,
footer a:visited {
  color: #CFA76F;
  text-decoration: none;
}
footer .bg-blue-dark a {
  color: #CFA76F;
}
.subscribtion label {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 20px;
  text-transform: uppercase;
}
.subscribtion .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.subscribtion .form-inline .input-group {
  width: 55%;
}
.subscribtion .btn {
  font-size: 14px;
  padding: 0.375rem 40px;
}
.subscribtion a:hover {
  background-color: #ffffff;
}
.subscribtion a:hover svg path {
  fill: #CFA76F;
}
/************ Home page Styles ************/
.bg-img-home {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-img-home .bg-blue {
  margin-top: 225px;
}
/************ About Styles ************/
.fact-badge {
  text-align: center;
  width: 175px;
}
.fact-badge span {
  display: block;
  font-weight: bold;
}
.fact-badge .text-big {
  font-size: 21px;
  font-size: 104px;
  line-height: 100px;
}
.fact-badge .text-smaller {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/************ Program Styles ************/
.item-thumb {
  display: block;
  position: relative;
}
.item-thumb .title {
  background-image: linear-gradient(to top, rgba(31, 26, 85, 0.65), rgba(31, 26, 85, 0));
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.item-thumb .title h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.item-thumb .title i {
  color: #ffffff;
  float: right;
}
.item-thumb:hover .title {
  background: rgba(31, 26, 85, 0.5);
  transition: all ease-in-out 0.6s;
}
/************ Admission Styles ************/
.info-box {
  align-items: center;
  border: 1px solid #A4A4A4;
  color: #ffffff;
  display: flex;
  margin-top: 15px;
  padding: 25px 30px;
}
.info-box i {
  color: #CFA76F;
  font-size: 75px;
  margin-right: 20px;
}
/************ Nursing Program Styles ************/
.facts {
  margin-bottom: 15px;
}
.facts .number {
  color: #CFA76F;
  font-size: 104px;
  font-weight: lighter;
  letter-spacing: -2px;
  line-height: 85px;
}
.facts i {
  color: #707070;
  font-size: 65px;
}
/************ Courses Styles ************/
.nav-row .nav-tabs {
  border-bottom: none;
}
.nav-row .nav-link {
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-right: 2px;
  padding: 20px;
  text-transform: uppercase;
}
.nav-row .nav-link.active,
.nav-row .nav-link:hover {
  border: none;
  transition: all ease-in-out 0.6s;
}
.nav-row .nav-link small {
  display: block;
  font-weight: normal;
}
.nav-courses .nav-link {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 16%;
}
.nav-courses .nav-link.active,
.nav-courses .nav-link:hover {
  background-color: #1F1A55;
  color: #ffffff;
}
.nav-graduation .nav-link {
  background: #CFA76F;
  color: #ffffff;
}
.nav-graduation .nav-link.active,
.nav-graduation .nav-link:hover {
  background-color: #707070;
  color: #ffffff;
}
.nav-courses-content {
  text-align: center;
}
.nav-courses-content p {
  text-align: center;
}
.nav-graduation-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
.nav-graduation-content .list-styled-gold li {
  margin-bottom: 10px;
}
.nav-graduation-content strong {
  color: #CFA76F;
}
.table-colored {
  margin-top: 50px;
}
.table-colored thead th,
.table-colored tbody td {
  border: 3px solid #1F1A55;
  color: #ffffff;
  font-size: 16px;
  padding: 25px 15px;
  text-align: center;
}
.table-colored thead th {
  background-color: #17124B;
  font-weight: bold;
}
.table-colored tbody td {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.table-colored tbody td:first-child {
  text-transform: uppercase;
  text-align: left;
}
.table-colored tbody td:nth-child(2) {
  text-align: left;
}
/************ Contact us Styles ************/
.bg-aside .overlay {
  color: #ffffff;
  height: 100%;
  position: absolute;
  padding: 100px;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.bg-aside .overlay p {
  text-align: center;
}
/************ News Styles ************/
.news-article {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.news-article:first-of-type {
  clear: both;
}
.news-article .news-media {
  border-left: 50px solid #ffffff;
}
.news-article .news-media:hover {
  border-color: #CFA76F;
  transition: all 0.3s ease-in;
}
.news-article .news-media:hover .img-wrapper::after {
  content: '';
  height: 91%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  transition: all 0.3s ease-in;
}
.news-article .news-media:hover .btn {
  display: block;
}
.news-article .img-wrapper {
  display: block;
  margin-left: -50px;
  padding: 15px 0;
  position: relative;
}
.news-article .img-wrapper .btn {
  display: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.news-article h2 {
  margin-top: 15px;
}
.news-article h2 a:hover {
  color: #1F1A55;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.news-article .date {
  color: #1F1A55;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-article .date i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
/************ Modal Styles ************/
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content button.close {
  padding: 0;
}
.modal-board-members .modal-dialog {
  background-color: #ffffff;
  border-left: 100px solid #CFA76F;
  padding: 50px 0;
  max-width: 1200px;
}
.modal-board-members .modal-dialog .modal-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.modal-board-members .modal-dialog .modal-title:after {
  content: "";
  border-bottom: 2px solid #CFA76F;
  display: block;
  width: 40px;
  margin-bottom: 20px;
}
.modal-board-members .modal-dialog .img-container {
  margin-left: -50px;
}
.modal-board-members .modal-dialog .desc-container {
  padding-left: 30px;
}
.modal-board-members .modal-dialog .desc-container p:last-of-type {
  margin-bottom: 0;
}
.modal-board-members .modal-dialog .arrow-gold {
  height: 40px;
  margin: 0 8px 0 0;
  width: 40px;
}
.modal-board-members .modal-dialog .arrow-gold i {
  font-size: 21px;
}
button.close {
  background-color: #707070;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 40px;
}
button.close i {
  font-size: 16px;
  font-weight: normal;
}
.stacked-img img:first-of-type {
  float: left;
  position: relative;
  z-index: 2;
}
.stacked-img img:last-of-type {
  float: right;
  margin-top: -185px;
}
.stacked-img-2 {
  position: relative;
  height: 0;
  bottom: 200px;
  right: 0;
  /* .img-thumbnail:nth-of-type(2) {
        transform: translate(100px,-100px) rotate(-5deg);
    }*/
}
.stacked-img-2 .img-thumbnail {
  display: block;
  width: 350px;
  height: 200px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.stacked-img-2 .img-thumbnail:first-of-type {
  transform: translate(0, -70px) rotate(5deg);
  z-index: 2;
}
.stacked-img-2 .img-thumbnail:last-of-type {
  transform: translate(220px, -100%) rotate(-5deg);
}
.img-fit {
  object-fit: cover;
  object-position: center;
  max-height: 300px;
  width: 100%;
}
/* Custom  date 31/12/2023*/
.nursing-program_page .bg-blue-aqua .item-thumb {
  aspect-ratio: 16/9;
}
@media (max-width: 575.98px) {
  .btn-block-sm {
    display: block;
    width: 100%;
  }
  .nav-row .nav-link {
    font-size: 16px;
    margin-right: 0;
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-row .flex-column {
    flex-direction: row !important;
  }
  .nav-row .nav-link {
    font-size: 16px;
    padding: 15px;
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  .page-banner {
    height: 150px;
  }
  .page-banner .img-fluid {
    height: 100%;
    object-fit: cover;
  }
  .page-banner .banner-overlay {
    top: 58%;
    width: 100%;
  }
  .page-banner .banner-overlay h1 {
    font-size: 20px;
  }
  .carousel-quotes .card footer {
    font-size: 14px;
  }
  .accordion .card-header .btn {
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .facts {
    margin: 15px auto;
  }
  .bg-aside .overlay {
    padding: 120px 30px 30px;
  }
  .modal-board-members .modal-dialog {
    border-left: 0;
    padding: 15px 0;
  }
  .modal-board-members .modal-dialog .img-container {
    margin-left: 0;
    padding: 15px;
  }
  .modal-board-members .modal-dialog .img-container img {
    display: block;
    margin: 0 auto;
  }
  .modal-board-members .modal-dialog .desc-container {
    padding: 15px;
  }
  .stacked-img-2 .img-thumbnail:first-of-type {
    display: none;
  }
  .stacked-img-2 .img-thumbnail:last-of-type {
    transform: translate(100px, -20px) rotate(-5deg);
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  #mobileMenu .mm-navbar {
    background-color: #ffffff;
    border-color: #CFA76F;
  }
  #mobileMenu .mm-navbar .mm-navbar__title {
    background-color: #ffffff;
    color: #1F1A55;
    font-size: 16px;
    font-weight: bolder;
  }
  #mobileMenu .mm-navbar .mm-btn::after,
  #mobileMenu .mm-navbar .mm-btn::before {
    border-color: #1F1A55;
  }
  #mobileMenu .mm-btn_next:after {
    border-color: #CFA76F;
  }
  .mm-panel {
    background-color: #ffffff;
  }
  #mobileMenu .mm-listitem {
    background-color: #1F1A55;
    border-color: #CFA76F;
    color: #ffffff;
  }
  #mobileMenu .mm-listitem::after {
    left: 5px;
  }
  #mobileMenu .mm-listitem:hover,
  #mobileMenu .mm-listitem.active.mm-listitem {
    background-color: #CFA76F;
    border-color: #CFA76F;
    transition: all 0.3s ease;
  }
  #mobileMenu .mm-listitem:hover .mm-btn_next:after,
  #mobileMenu .mm-listitem.active.mm-listitem .mm-btn_next:after {
    border-color: #ffffff;
  }
  header .bg-blue {
    position: relative;
  }
  header .bg-blue .ribbon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  header .bg-blue .ribbon img {
    width: 100px;
    height: auto;
  }
  .pr-40,
  .pl-40 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bg-gold-md {
    background-color: #CFA76F;
  }
  .subscribtion .form-inline .input-group {
    width: 100%;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: rgba(207, 167, 11, 0.3);
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #CFA76F;
  }
  .home-carousel {
    height: 300px;
  }
  .home-carousel img {
    height: 300px;
    object-fit: cover;
  }
  .home-carousel p {
    font-size: 18px;
    width: 50%;
  }
  .section-overlap {
    padding-bottom: 100px;
  }
  .m-neg {
    margin-top: -72px;
  }
  .btn-play {
    height: 50px;
    padding: 5px;
    width: 50px;
  }
  .list-styled li,
  .custom-counter li {
    text-align: left;
  }
  .list-styled-gold li::before {
    color: #ffffff;
  }
  .facts .number {
    font-size: 92px;
  }
  .facts i {
    font-size: 32px;
  }
  .accordion .card-header .btn {
    font-size: 20px;
  }
  .news-list-tab .list-group-item .news-date {
    width: 30%;
  }
  .news-list-tab .list-group-item .news-desc {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .user-dropdown .btn,
  header .language {
    font-size: 13px;
  }
  header .user-dropdown {
    margin-right: 8px;
  }
  header .user-dropdown .btn img {
    margin-right: 0px;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner .img-fluid {
    height: 100%;
    object-fit: cover;
  }
  .page-banner .banner-overlay {
    top: 58%;
    width: 100%;
  }
  .page-banner .banner-overlay h1 {
    font-size: 24px;
  }
  .bg-img-questions {
    background-position: center center;
  }
  .nav-courses .nav-link {
    font-size: 16px;
    padding: 15px;
    width: 33%;
  }
  .nav-graduation .nav-link {
    font-size: 13px;
    padding: 10px 8px;
    width: 18%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 26px;
  }
  header nav.main-menu {
    justify-content: left !important;
  }
  .page-banner .banner-overlay {
    transform: translate(-50%, 0%);
  }
  .btn-red,
  .btn-blue {
    padding: 12px 65px 12px 20px;
  }
  .subscribtion .form-inline .input-group {
    width: 48%;
  }
  .fact-badge {
    text-align: center;
    width: 142px;
  }
  .fact-badge .text-big {
    font-size: 84px;
  }
  .facts .number {
    font-size: 92px;
  }
  .bg-img-questions {
    background-position: center center;
  }
}
@media (max-width: 992px) {
  .bg-fb,
  .bg-in,
  .bg-insta,
  .bg-twit {
    padding: 30px 35px;
  }
  .bg-fb img,
  .bg-in img,
  .bg-insta img,
  .bg-twit img {
    margin-left: 25px;
  }
}
@media (max-width: 576px) {
  .stacked-img-2 .img-thumbnail:first-of-type,
  .stacked-img-2 .img-thumbnail:last-of-type {
    display: none;
  }
}
/***************** Ribbon Responsive Syles ***********************/
/*// Large devices
@media (min-width: 992px) and (max-width: 1099.98px) {
    header .ribbon {
        right: 170px;

        img {
            width: 100px;
        }
    }
}*/
/*// Large devices
@media (min-width: 1100px) and (max-width: 1199.98px) {
    header .ribbon {
        right: 210px;

        img {
            width: 100px;
        }
    }
}


// Large devices
@media (min-width: 1200px) and (max-width: 1299.98px) {
    header .ribbon {
        right: 170px;

        img {
            width: 100px;
        }
    }
}

// Large devices
@media (min-width: 1300px) and (max-width: 1399.98px) {
    header .ribbon {
        right: 220px;

        img {
            width: 100px;
        }
    }
}


// Large devices
@media (min-width: 1400px) and (max-width: 1499.98px) {
    header .ribbon {
        right: 268px;

        img {
            width: 100px;
        }
    }
}*/