/*-----------------------------------------------------------------------------------

	Template Name: LAPA
	Template URI: 
	Description: 
	Author: 
	Support: 
	License: 
	License URI: 
	Version: 1.0

-----------------------------------------------------------------------------------

	1. Typography
	2. Header Area
	3. Banner
  4. Category
	5. Events
	6. Booking
	7. CTA
	8. Footer Area

-----------------------------------------------------------------------------------*/

/*************************************************
                1. Typography    
**************************************************/
@import url('../webfonts/stylesheet.css');
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;700&family=Rajdhani:wght@400;500;600;700&display=swap');*/
:root {
  --gray-light: #bebaba;
  --gray-drak: #252526;
}
html {
  scroll-behavior: smooth;

  /* ADDED FONT SIZE */
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #777777;
}
* {
  box-sizing: border-box;
}
.active {
  color: #af4643;
}
body {
  font-weight: 400;
  font-style: normal;
  /* background-color: #f8f8f8; */
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #fff;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.img {
  width: 100%;
}

.whitecircle-img{
  /*max-width: 100%;
    height: auto;*/
   border-radius:50%;
    border: 5px solid white;
    /*border-radius: 500px;*/
    
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
/* a {
  text-decoration: none;
} */
a,.button,button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
  text-decoration: none;
  outline: none !important;
}
button {
  cursor: pointer;
}
a.btn {
  color: #2d302d !important;
}
a:hover {
  color: red;
}
a.btn.workshop__btn:hover  {
 color: #fff !important;
  
}
a.btn:hover  {
 color: #35ba9c !important;
  border: 1px solid #35ba9c !important;
}

button.contact-us__btn:hover  {
 color: #35ba9c !important;
  border: 1px solid #35ba9c !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

 
a.program__btn:hover  {
 color: #fff !important;
   
}

#readmore {

  color: #505450 !important;;
}
/*a:hover{
  color: #2d302d !important;
  border: 1px solid #35ba9c;
}*/
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #111111;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 5px 0;
  padding: 0;
}
label {
  /*color: #7e7e7e;*/
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

/* Custom css Starts here */

/*************************************************
                2. Header    
**************************************************/

/* .header {
  background: #15171c;
} */
.navbar {
  width: 61.6rem;
  height: 5rem;
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  z-index: 100;
}
.navbar {
  font-family: 'magraregular';
  font-weight: 600;
}
.navbar .menu-items a:hover,
.navbar-nav a:hover {
  color: var(--gray-light) !important;
}

.navbar-nav {
  align-items: flex-end;
  text-align: end;
}

.nav-link {
  font-size: 2rem;
  color: #fff !important;
  letter-spacing: 0.4rem;
  line-height: 1.5rem;
  padding: 1.4rem;
  
}

.bg-default {
  background-color: var(--color-secondary);
}

.menu-items {
  display: flex;
  align-items: flex-start;
}

.navbar-brand {
/*  margin-left: 12rem;*/
  margin-left: 10rem;
  width: 13.8;
  height: 3.8rem;
}

.bars {
  background-image: url(../images/bars@2x.png);
  background-size: cover;
  display: block;
  width: 4rem;
  height: 1.8rem;
}

.menu {
  margin-left: 1.4rem;
  margin-top: 0.3rem;
}

.menu a {
  line-height: 1rem !important;
}

.bars-toggler {
  background-color: transparent;
  outline: none;
  border: none;
}

.navbar-collapse {
  background-color: var(--color-secondary);
  position: absolute;
  top: 5rem;
  left: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

.navbar-collapse.collapsing {
  height: auto;
  transition: left 0.3s ease;
  left: -100%;
}

.navbar-collapse.show {
  left: 0;
  transition: left 0.3s ease-in;
}

.active {
 /* color: var(--color-tertiary) !important;*/
 color:#35ba9c !important ;
}

.modal--signup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;

  background-color: #505450;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.modal--signup img {
  height: 10rem;
}

.modal--signup .border--line:after {
  content: '';
  height: 90%;
  width: 2px;

  position: absolute;
  right: 0;
  top: 0;

  background-color: #fff;
}

.modal--signup .form-input {
  margin-right: -3px;
  width: 80%;
}

.modal--signup .submit-btn {
  color: #fff;
}

.modal--signup h1 {
  color: #fff;
  font-family: 'magrabold', sans-serif;
  /*font-size: 6rem;
  line-height: 6rem;*/
}

.modal--signup p {
  color: #fff;
  font-family: 'magraregular', sans-serif;
  font-size: 2.4rem;

  /* transition: all 0.2s; */
}

.close-modal--signup {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}
.hidden {
  animation: fadeOut 1s;
  display: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

/*************************************************
  3.
  Banner
  **************************************************/
.banner-layout {
  display: grid;
  grid-template-columns: 10rem 1fr;
}
section.events {
  background: #fff;
}
.sidebar {
  background-color: var(--color-secondary);
  height: 92vh;
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  z-index: 20;
}

.sidebar__content {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phone {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  padding: 3.75rem;
  line-height: 0;
}

.phone img {
  height: 1.1rem;
  width: 1.1rem;
  margin-top: 2rem;
  text-align: center;
  transform: rotate(180deg);
}

.email {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  padding: 3.75rem;
  line-height: 0;

  display: flex;
  align-items: center;
}

.email img {
  height: 1.4rem;
  width: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  transform: rotate(180deg);
}

.design-element {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.design-element__yellow {
  width: 4rem;
  height: 8rem;
/*  background-color: var(--color-tertiary);*/
background-color: #35ba9c;
  position: absolute;
}

.design-element__dark {
  width: 3.8rem;
  height: 7.8rem;
  background-color: #20232a;

  z-index: 10;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.slide {
  height: 92vh;
}

.carousel {
  background-color: #15171c;
  bottom: -2rem;
  position: relative;
}

.carousel-inner {
  top: -13%;
  left: 0;

  width: 100%;
}

.carousel-item img {
  height: 100vh;
}
.carousel-item-bg {
  height: 100vh;
  background-image: url('../images/Sliders/MusicSlider.jpg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-item-bg2 {
  height: 100vh;
  /*background-image: url('../images/Sliders/DanceSlider.jpg') !important;*/
  background-image: url('../images/Sliders/Slide1.png') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-item-bg3 {
  height: 100vh;
  background-image: url('../images/Sliders/DramaSlider.jpg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-item-bg4 {
  height: 100vh;
  background-image: url('../images/Sliders/FineartSlider.jpg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-item-bg5 {
  height: 100vh;
  background-image: url('../images/Sliders/MediaSlider.jpg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-indicators {
  margin: 0;
  background-color: var(--color-secondary);
  padding: 2rem 5rem;
  width: auto;
  bottom: 2rem;
  margin-left: 15rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.carousel-indicators--text {
  display: flex;
  justify-content: space-between;
  flex-basis: 70%;
  align-items: center;
}

#slidetext {
  font-family: 'magraregular', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  flex: 3;
  letter-spacing: 0.3rem;
}

#slidetext02 {
  font-family: 'magraregular', sans-serif;
  font-size: 1.6rem;
  color: #fff;
  flex: 2;
  letter-spacing: 0.4rem;
}

.carousel .design-element {
  display: flex;
  flex-direction: column;
}

.carousel .design-element__yellow {
  height: 4rem;
  width: 8rem;
  /*background-color: var(--color-tertiary);*/
background-color: #35ba9c;

  position: absolute;
}

.carousel .design-element__dark {
  height: 3.8rem;
  width: 7.8rem;
  background-color: #20232a;

  z-index: 10;
}

.carousel-indicators [data-bs-target] {
  height: 1px;
}

.carousel-indicators .active {
  /*background-color: var(--color-tertiary);*/
  background-color: #35ba9c;

}

.carousel #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  cursor: pointer;
}

.carousel-caption {
  z-index: 10;
  right: 0;
  left: 8% !important;
  bottom: 10.25rem;

  text-align: left;
  width: 50%;
}

.carousel-caption--heading {
  font-family: 'magrabold', sans-serif;
  font-weight: 700;
  /*font-size: 9rem;*/
  font-size: 5rem;
  color: #fff;
}

.carousel-caption--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
  /*padding: 1.5rem;*/
}

/*************************************************
  4.
  Category
  **************************************************/
.category {
  /* width: 90%; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.category__item {
  height: 42rem;
  padding-bottom: 3rem;
  padding-left: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category__icon {
  height: auto;
  padding: 0.5rem;
  width: 3.2vw;
  margin-bottom: 3rem;
}

.category__text {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  color: #fff;
  padding-bottom: 5rem;
}

.category--1 {
  background-image: url(../images/music@2x.png);
  position: relative;
}
/*.category--1 {
  background-image: url(../images/m1.png);
  position: relative;
}*/
.hover-state__text {
  margin: 0 0 3rem 3rem;

  transition: all 0.2s;
  transform: translateY(1rem);
}

.hover-state__text span a {
  padding-right: 3rem;
  text-align: left;

  color: #fff;
}

/*.category--1:hover .hover-state__text {
  transform: translateY(0);
}

.category--2:hover .hover-state__text {
  transform: translateY(0);
}
.category--3:hover .hover-state__text {
  transform: translateY(0);
}

.category--4:hover .hover-state__text {
  transform: translateY(0);
}*/

.hover-state--1 {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    var(--hover-color-blue)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.category--1:hover .hover-state--1 {
  opacity: 0.8;
}

.category--1:hover .hover-state {
  z-index: 20;
  position: absolute;
}

.category--2 {
  background-image: url(../images/dance@2x.png);
  position: relative;
}

.hover-state--2 {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    var(--hover-color-orange)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.category--2:hover .hover-state--2 {
  opacity: 0.8;
}

.category--2:hover .hover-state {
  z-index: 20;
  position: absolute;
}

.category--3 {
 background-image: url(../images/fine_art@2x.png);
  position: relative;
}

.hover-state--3 { 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    var(--hover-color-purple)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.category--3:hover .hover-state--3 {
  opacity: 0.8;
}

.category--3:hover .hover-state {
  z-index: 20;
  position: absolute;
}

.category--4 {
  background-image: url(../images/drama@2x.png);
  position: relative;
}

.hover-state--4 { 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    var(--hover-color-yellow)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.category--4:hover .hover-state--4 {
  opacity: 0.8;
}

.category--4:hover .hover-state {
  z-index: 20;
  position: absolute;
}
.category--5 {
  background-image: url(../images/media@2x.png);
  position: relative;
}

.hover-state--5 { 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    var(--hover-color-pink)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.category--5:hover .hover-state--5 {
  opacity: 0.8;
}

.category--5:hover .hover-state {
  z-index: 20;
  position: absolute;
}
/*.category--3 {
  background-image: url(../images/fine_art@2x.png);
  position: relative;
}

.hover-state--3 {
  background: var(--hover-color-purple);

 
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s;
}

.category--3:hover .hover-state--3 {
  opacity: 0.8;
  transform: scale(1);
}

.category--3:hover .hover-state {
  z-index: 20;
  position: absolute;
}

.category--4 {
  background-image: url(../images/drama@2x.png);
  position: relative;
}

.hover-state--4 {
  background: var(--hover-color-yellow);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s;
}

.category--4:hover .hover-state--4 {
  opacity: 0.8;
  transform: scale(1);
}

.category--4:hover .hover-state {
  z-index: 20;
  position: absolute;
}

.category--5 {
  background-image: url(../images/media@2x.png);
  position: relative;
}

.hover-state--5 {
  background: var(--hover-color-pink);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s;
}

.category--5:hover .hover-state--5 {
  opacity: 0.8;
  transform: scale(1);
}

.category--5:hover .hover-state {
  z-index: 20;
  position: absolute;
}*/

/*************************************************
  5.
  Events
  **************************************************/
  .heading-1 {
    font-family: 'magrabold', sans-serif;
    font-size: 5.5rem;
    color: var(--color-grey);
    font-weight: 700;
}

.sub-heading {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--color-grey);
  padding: 0 150px;
}

.card {
  margin: 1.5rem;
}

.card-body {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  border-radius: 1rem;
}

.card-tag {
  font-size: 1.3rem;
  color: var(--color-grey);
}

.card-title {
  font-size: 2.6rem;
  color: #2d302d !important;
}

.card-text {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2d302d ;
}
.grey-text{color: #2d302d !important;
    font-family: 'magrabold', sans-serif;
    font-size: 4rem !important;
    font-weight: 400;
    color: #505450 !important;
    text-align: center;

}


/*************************************************
  6.
  Booking
  **************************************************/
.calendar {
  background: linear-gradient(
      0deg,
      rgba(45, 48, 45, 0.6),
      rgba(45, 48, 45, 0.6)
    ),
    url('../images/calendar-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.calendar--month {
  font-family: 'magraregular', sans-serif;
  font-size: 6rem;

  position: absolute;
  top: 2%;
}

.event__date {
  color: #fff;
  font-family: 'magraregular', sans-serif;
  font-size: 5rem;
}

.event__title {
  color: #fff;
  font-family: 'magraregular', sans-serif;
  font-size: 2.5rem;
}

.event__details {
  color: #fff;
  font-family: 'magraregular', sans-serif;
  font-size: 1.2rem;
}
.events__list {
  position: relative;
}

.view--all {
  position: absolute;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
}

.view--all:hover {
  text-decoration: underline;
}
.content {
  max-height: 38rem;
}

/*************************************************
  7.
  CTA
  **************************************************/
.cta {
  background-color: #777777;
}

.border--line {
  position: relative;
}

.border--line:after {
  content: '';
  height: 50%;
  width: 1px;

  position: absolute;
  right: 0;
  top: 25%;

  background-color: #fff;
}

.heading-2 {
  font-family: 'magraregular', sans-serif;
  font-size: 6rem;
 /* color: #fff;*/
}
.border--line + div p span {
  font-size: 18px;
}
.form-input {
  border: none;
  border-radius: 3px;
  outline: 0;
  padding: 1rem;
  width: 60%;
  margin-right: 1rem;

  font-family: 'magraregular', sans-serif;
  font-weight: 400;
}

.submit-btn {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  outline: 0;
  border: none;
  border-radius: 3px;
 /* background-color: var(--color-tertiary);*/
 background-color: #35ba9c;
  color: var(--color-grey);
  padding: 1rem 3.5rem;
}

.cta p {
  color: #fff;

  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
}


/*************************************************
            BoardMembers Section 
  **************************************************/
#Boardsec {
  /*background-color: #25231f;*/
  background-image: linear-gradient(
      0deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 212, 255, 0) 100%
    ),url('../images/backgrounds/Grey_Background1.png');
  height: 180px;
}
#Boardsec div:first-child {
  padding: 105px 130px 10px;
  /*background-color: #25231f;
  background-image: linear-gradient(
      0deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 212, 255, 0) 100%
    ),url('../images/backgrounds/Grey_Background1.png');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -50px;
  left: 0;
}
#Boardsec div:first-child h1 {
  color: #00c189;
  font-size: 60px;
  letter-spacing: 1.8rem;
}
#Boardsec div:nth-child(2) {
  padding: 410px 20px 10px 20px;
  /*background-image: linear-gradient(
      0deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 212, 255, 0) 100%
    ),
    url('../images/Al-Jawhar.png');*/
    background-color: #25231f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -50px;
  left: 0;
}
#Boardsec div:nth-child(2) h2 {
  color: white;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
#details_Board {
  padding: 40px 0;
  background-color: #25231f;
  position: relative;
  top: -50px;
  left: 0;
}
#details_Board h3.white {
  font-weight: 600;
}
.details_card > div {
  background-color: #505450;
  border-radius: 30px;
  padding: 30px;

}
.details_card > div hr {
  border: 2px solid #fff;
}
.details_card table thead tr th {
  font-size: 34px;
}
.details_card table tr:last-child td {
  border-bottom-width: 0;
}
.details_card button.btnStyle {
  border: 1px solid #fff;
  width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.details_card button.btnStyle:hover {
  border: 1px solid #00C189;
  color: #00C189 !important;
}

/*************************************************
            TV Section 
  **************************************************/
#TVsec {
      background-color: #fff;
}
#TVsec div:first-child {
  padding: 105px 130px 10px;
  background-color: #fff;
 /* background-image: url('../images/Al-Jawhar-bg.png');*/
 /* background: url(../images/backgrounds/Grey_Background1.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -50px;
  left: 0;
}
#TVsec div:first-child h1 {
  color: #00c189;
  font-size: 60px;
  letter-spacing: 1.8rem;
}
/*#TVsec div:nth-child(2) {
/*  padding: 410px 20px 10px 20px;*/
  /*background-image: linear-gradient(
      0deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 212, 255, 0) 100%
    ),
  background-image: url('../images/aljawhar/2021/aljawhar_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -50px;
  left: 0;
}*/
#TVsec div:nth-child(2) h2 {
  color: white;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
#details_AJ {
  padding: 40px 0;
  /*background-color: #25231f;*/
  background-color: #fff;
  position: relative;
  /*top: -50px;*/
  left: 0;
}
#details_AJ h3.white {
  font-weight: 600;
}
.details_card > div {
  background-color: #505450;
  border-radius: 30px;
  padding: 30px;

}
.details_card > div hr {
  border: 2px solid #fff;
}
.details_card table thead tr th {
  font-size: 34px;
}
.details_card table tr:last-child td {
  border-bottom-width: 0;
}
.details_card button.btnStyle {
  border: 1px solid #fff;
  width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.details_card button.btnStyle:hover {
  border: 1px solid #00C189;
  color: #00C189 !important;
}
/*************************************************
                  8.FOOTER
**************************************************/
.footer {
  background-color: var(--color-grey-dark);
}

.company--name img {
  height: 4.8rem;
  width: 18rem;
  margin-right: 1rem;
}

.company--name p {
  font-family: 'magraregular', sans-serif;
  font-size: 1.8rem;
  margin: 0;
  color: #bebaba;
}

.footer__icon {
  height: 3.5rem;
  width: 2.7rem;
  margin-right: 1.5rem;
}

.footer__text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
}
.footer__text a:hover {
  color: var(--gray-light) !important;
}
.border--bottom {
  width: 100%;
}

.credits img {
  height: 3.7rem;
  width: 19rem;
}

/*-----------------------------------------------------------------------------------

CLASS PAGE

-----------------------------------------------------------------------------------

	1. Banner
	2. 
	3. 
  4. 
	5. 
	6. 


-----------------------------------------------------------------------------------*/

/*************************************************
                1. Banner    
**************************************************/
.class__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/piano.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 5rem;
}
.christmas__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/ChristmasSpecialBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 5rem;
}

.heading-3 {
  font-family: 'magraregular', sans-serif;
  font-size: 7.5rem;
  font-weight: 100;
  letter-spacing: 1.5rem;
  color: #01caac;

}

.share__icon {
  height: 3rem;
  width: 3rem;
}

.class__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
     
.fineArtworkshop__image {
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/backgrounds/FineArtWorkshopBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5rem;
    padding: 5rem;
}


.class__image {
  background-image: url(../images/Music/piano.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.christmasSpecial {
  background-image: url(../images/Music/Registration/ChristmasSpecial2021.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.musicWorkshop {
  background-image: url(../images/Music/Registration/YousefMusicWorkshop2021-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.drumWorkshop {
  background-image: url(../images/Music/Registration/DrummingWorkshop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fineArtWorkshop {
  background-image: url(../images/FineArts/Registration/BasicsPaintingworkshop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
    height: auto;
} 
.FigureDrawWorkshop {
  background-image: url(../images/FineArts/Registration/FigureDrawWorkshop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.TaiChiWorkshop {
  background-image: url(../images/Workshops/2022/TaiChi2022.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.OrigamiWorkshop {
  background-image: url(../images/FineArts/Registration/OrigamiWorkshop2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.freeArtWorkshop {
  background-image: url(../images/FineArts/Registration/FreeArtWorkshop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.KidsArtWorkshop {
  background-image: url(../images/FineArts/Registration/KidsArtWorkshop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.freeHandcraftWorkshop {
  background-image: url(../images/FineArts/Registration/FreeHandcraftWorkshop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
   height: auto;
}
.class__left-side--icon {
  width: 3.4rem;
}

.class__left-side--title {
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

.class__left-side--title-text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

.class__left-side--title-image {
  height: 5rem;
  width: 5rem;
}

.class__banner-layout label,
p {
  color: #fff;
}

.class__btn {
  border: 1px solid #fff;
  border-radius: 0.3rem;
  color: #fff;
}

.class__btn:hover {
  border: 1px solid #00c189;
  color: #00c189;
}

.class__black-box {
  background-color: #000;
  border-radius: 2rem;
  padding: 2rem;
}

.border--right {
  border-right: 1px solid #8C9D9D;
}

.class__black-box--sub-text {
  font-family: 'magraregular', sans-serif;
  font-size: 1.6rem;
  color: #bcbcbc;
}

.class__black-box--title-text p {
  color: #f3c300 !important;
}

/*-----------------------------------------------------------------------------------

CONTACT US PAGE

-----------------------------------------------------------------------------------

	1. Banner
	2. Details

-----------------------------------------------------------------------------------*/

/*************************************************
                1. Banner    
**************************************************/
.contact-us__banner-layout,.contact-us__details {

   
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),*/
   background: url(../images/backgrounds/Grey_Background1.png);
  /*background-size: contain;*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 -130px;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}
.socialLink h5{
  text-transform: uppercase;
}
/*************************************************
                2. Details    
**************************************************/
/*.contact-us__details {
  background-color: #2d302d;
}*/

.contact-us__details--logo {
  width: 25rem;
  height: 6rem;
}

.heading-4 {
  font-family: 'magrabold', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-top: 18px;
}

.contact-us__sub-text {
  font-family: 'magraregular', sans-serif;
 
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.5rem;
}

.contact-us__details--social-img {
  height: 4rem;
}

.contact-us__details--social-heading {
  font-family: 'magraregular', sans-serif;
  font-size: 1rem;
  color: #fff;
}

.contact-us__details--social-text {
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}

.contact-us__design-element--small {
  background-color: #fff;
  width: 1rem;
  height: 2rem;
  transform: skew(-20deg);
  margin-right: 5px;
}

.contact-us__design-element--large {
  background-color: #fff;
  width: 100%;
  height: 2rem;
  transform: skewX(-20deg);
}

.contact-us__form-grid {
  display: grid;
}

.contact-us__form-title {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  /*color: #707070;*/
  color: #fff;
  border: 1px solid #707070;
  width: max-content;
  margin-left: 3rem;
  padding: 0.5rem 2rem;
  background-color: #2d302d;
  transform: translateY(50%);

  z-index: 20;
}

.contact-us .form-control {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #fff;
  /*background-color: transparent !important;*/
  border: 1px solid #707070 !important;
  border-radius: 0.9rem;
  background-color: #2d302d;
  padding: 2rem;
  padding-top: 3rem;
}

.contact-us::placeholder {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #fff !important;
}

.form-control:focus {
  box-shadow: none;
}

.contact-us__btn {
  font-family: 'magraregular', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}

.contact-us__btn:hover {
  border: 1px solid #00c189;
  color: #00c189;
}

.contact-us__banner-layout {
  display: grid;
  grid-template-rows: repeat(3, min-content);
}
.contact-us__form-box input::placeholder,
.contact-us__form-box textarea::placeholder {
  color: #fff !important;
}




/*-----------------------------------------------------------------------------------

ABOUT US PAGE

-----------------------------------------------------------------------------------

  1. Banner
  2. Details

-----------------------------------------------------------------------------------*/

/*************************************************
                1. Banner    
**************************************************/
.about-us__banner-layout {
   background: 
    url(../images/backgrounds/Grey_Background1.png);
 /* linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 -130px;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
background-position: 0 -130px;*/
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
  background-repeat: no-repeat;
  /*background-attachment: fixed;  */
   background-size: cover;
}
.socialLink h5{
  text-transform: uppercase;
}
/*************************************************
                2. Details    
**************************************************/
/*.contact-us__details {
  background-color: #2d302d;
}*/

.about-us__details--logo {
  width: 25rem;
  height: 6rem;
}

.heading-4 {
  font-family: 'magrabold', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-top: 18px;
}

.contact-us__sub-text {
  font-family: 'magraregular', sans-serif;
 
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.5rem;
}

.contact-us__details--social-img {
  height: 4rem;
}

.contact-us__details--social-heading {
  font-family: 'magraregular', sans-serif;
  font-size: 1rem;
  color: #000;
}

.contact-us__details--social-text {
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000 ;
}

.contact-us__design-element--small {
  background-color: #2d302d;
  width: 1rem;
  height: 2rem;
  transform: skew(-20deg);
  margin-right: 5px;
}

.contact-us__design-element--large {
  background-color: #2d302d;
  width: 100%;
  height: 2rem;
  transform: skewX(-20deg);
}

.contact-us__form-grid {
  display: grid;
}

.contact-us__form-title {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  /*color: #707070;*/
  color: #fff;
  border: 1px solid #eee;
  width: max-content;
  margin-left: 3rem;
  padding: 0.5rem 2rem;
  background-color: #777777;
  transform: translateY(50%);

  z-index: 20;
}

.contact-us .form-control {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #000;
  /*background-color: transparent !important;*/
  border: 1px solid #707070 !important;
  border-radius: 0.9rem;
  background-color: #777777;
  padding: 2rem;
  padding-top: 3rem;
}

.contact-us::placeholder {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #2d302d !important;
}

.form-control:focus {
  box-shadow: none;
}

.contact-us__btn {
  font-family: 'magraregular', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}

.contact-us__btn:hover {
  border: 1px solid #00c189;
  color: #00c189;
}

.contact-us__banner-layout {
  display: grid;
  grid-template-rows: repeat(3, min-content);
}
.contact-us__form-box input::placeholder,
.contact-us__form-box textarea::placeholder {
  color: #fff !important;
}
/*-----------------------------------------------------------------------------------

FINE ARTS PAGE

-----------------------------------------------------------------------------------

	1. Banner
	2. Workshop
  3. Classes
  4. Services
  5. Instructors

-----------------------------------------------------------------------------------*/

/*************************************************
                1. Banner    
**************************************************/

.fine-arts__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/FineArtBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.fine-arts__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.fine-arts--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}

/*-----------------------------------------------------------------------------------

Dance Kids PAGE
*/

.dancekids__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/DanceKidsBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.dancekids__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.dancekids--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;

}
.program--text {
     /* font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem; */
     color: #505450 ;
}
/*-----------------------------------------------------------------------------------

Dance Adults PAGE
*/

.dance__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/DanceKidsBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.dance__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.dance--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}

/*-----------------------------------------------------------------------------------

Music Adults PAGE
*/

.music__banner-layout {
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/MusicBG.jpg);*/
   background: url(../images/backgrounds/MusicBG01.png); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.music__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.music--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}

/*-----------------------------------------------------------------------------------

Music Kids PAGE
*/

.music__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
     url(../images/backgrounds/MusicBG01.png); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.music__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.music--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}
/*-----------------------------------------------------------------------------------

Drama Kids PAGE
*/

.dramakids__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/DramaBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.dramakids__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.dramakids--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}
/*-----------------------------------------------------------------------------------

Drama Adults PAGE
*/

.drama__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/DramaBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.drama__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.drama--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}
/*-----------------------------------------------------------------------------------

Media Kids PAGE
*/

.mediakids__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/MediaKidsBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.mediakids__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.mediakids--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}
/*-----------------------------------------------------------------------------------

Drama Adults PAGE
*/

.media__banner-layout {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/backgrounds/MediaAdultsBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.media__image {
  /* background-image: url(../images/fine-arts__image@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

.media--text {
  font-family: 'magraregular', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}



/*************************************************
                2. Workshop    
**************************************************/
.fine-arts--workshop,
.fine-arts--classes {
  background-color: #fff;
}

.fine-arts--workshop .heading-2,
.fine-arts--classes .heading-2 {
  font-weight: 700;
  color: #2d302d;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-prgslide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  width: 80%;
  display: flex;
  text-align: left;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  display: flex;
  text-align: left;
}
.fine-arts--workshop-slide-image {
  height: 30rem;
}

.fine-arts--slide-title .heading-5 {
  font-family: 'magrabold', sans-serif;
  font-size: 4rem !important;
  font-weight: 400;
  color: #505450 !important;
}
.fine-arts--slide-text {
  font-family: 'magraregular', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2d302d !important;
  margin-bottom: 0;
}

.fine-arts--workshop-slide__icon {
 /* height: 2.5rem;
  width: 2.5rem;*/
  height: auto;
  width: auto;
  margin-right: 1rem;
}

.fine-arts--slide-text-box-1 {
  align-items: center;
}

.fine-arts--slide-text-box-1 .border--right {
  border: 1px solid #8c9d9d;
}

.workshop__btn {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 2rem;
/*  background-color: #f3c300;*/
  background-color: #35ba9c;
  width: 25%;
  margin-left: auto;
  margin-top: 2.5rem;
  color: #505450 !important;
}

.swiper {
  position: relative;
}

.swiper-slide {
  margin-top: 4rem;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #707070;
  color: #fff;
  height: 2.5rem;

  position: absolute;
  top: 2rem;
  right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem;
}

.swiper-button-prev {
  margin-left: auto;
  margin-right: 3rem;
}

/*************************************************
                3. Classes    
**************************************************/
.fine-arts--classes {
  padding-bottom: 7rem;
}
.fine-arts--classes .swiper-slide {
  width: 40%;
}

.fine-arts--classes-slide-image {
  height: 25rem;
}

.fine-arts--classes-slide-text-box-1,
.fine-arts--classes-slide-text-box-2 {
  align-items: center;
}

.border--left {
  border-left: 2px solid #2d302d;
}

.fine-arts--classes-instructor-image {
  height: 3rem;
  width: 4.5rem;
  border-radius: 50%;
  transform: rotateY(180deg);
}

.classes__btn {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  background-color: transparent;
  border: 1px solid #505450;

  width: 60%;
  margin-right: auto;
  margin-top: 2.5rem;
  color: #505450 !important;
}
.classes__btn:hover {
  border: 1px solid #00c189;
  color: #00c189 !important;
}

.navigation__btn-box {
  background-color: #f6f6f6;
  height: 5rem;
  width: 100vw;
  transform: translateY(70%);
}

.fine-arts--classes .swiper-button-prev,
.fine-arts--classes .swiper-button-next {
  background-color: transparent;
  color: #000;
  position: absolute;
  top: 2rem;
  right: 0;
}

.fine-arts--classes .swiper-button-next::after,
.fine-arts--classes .swiper-button-prev::after {
  font-size: 1.5rem;
  font-weight: bolder;
}

.fine-arts--classes .swiper-button-prev {
  margin-left: auto;
  margin-right: 3rem;
}

.navigation__btn-box--text {
  color: #505450;
  font-size: 2rem;
  margin-bottom: 0;
}

/*************************************************
                Programs List 
**************************************************/
.prglst {
  background-color: #2d302d;
}

.prglst .card {
  border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
}
/*
.prglst .card-img-top {
  border-radius: 0 !important;
}
*/

.prglst .card-img-top {

    padding: 5px;

  }
.prglst .card-title {
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  
}

.prglst .card-text {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #505450 !important;
}

.prglst .card-link,
.prglst .card-tags,
.prglst span {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #505450 !important;
}

.prglst .card-link {
  text-decoration: underline;
}



/*************************************************
                4. Services    
**************************************************/
.fine-arts--services {
  /*background-color: #2d302d;*/
  background-color:#777777;
}

.fine-arts--services .card {
  border: none;
}

.fine-arts--services .card-img-top {
  border-radius: 0 !important;
}

.fine-arts--services .card-title {
  font-family: 'magraregular', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  
}

.fine-arts--services .card-text {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #505450 !important;
}

.fine-arts--services .card-link,
.fine-arts--services .card-tags,
.fine-arts--services span {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #505450 !important;
}

.fine-arts--services .card-link {
  text-decoration: underline;
}

/*************************************************
                5. Instructors    
**************************************************/

.fine-arts--instructors{
  background-color: #f6f6f6;
}
.music--instructors {
  background-color:#f6f6f6;
}

.fine-arts--instructors,.music--instructors .heading-2 {
  color: #505450;
}
.fine-arts--instructors,.music--instructors h5 {
  color: #505450;
}

.fine-arts--instructors .heading-2 {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 4rem;
}
.music--instructors .heading-2 {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  margin-top: 20px;
}
.instructorsh2 {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
   
   
  color: #505450;
}
.team_head{
  font-weight: 700;
  font-size: 6rem;
      font-family: 'magraregular', sans-serif;
     color: #505450;
}



.fine-arts--instructors .social-icon__box i {
  height: 1.2rem;
  filter: grayscale(100%);
  filter: brightness(100%);
  color: #505450;

}
.music--instructors .social-icon__box i {
  height: 1.2rem;
  filter: grayscale(100%);
  filter: brightness(100%);
  color: #505450;
  margin-top: 10px;
      padding: 5px;
  }

.fine-arts--instructors-desc {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #505450;
}
.music--instructors-desc {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #505450;
  text-align: center;
}
.boardmembers-desc {
  font-family: 'magraregular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #505450;
  text-align: left;
}
.fine-arts--instructors-details {
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
}

.fine-arts--instructors-image {
 /* display: flex;*/
  align-items: center;
}
.music--instructors-image {
  /*display: flex;*/
  align-items: center;
}
/*-----------------------------------------------------------------------------------

Program PAGE

-----------------------------------------------------------------------------------

	1. Banner
	2. Program


-----------------------------------------------------------------------------------*/

/*************************************************
                1. Banner    
**************************************************/



/*************************************************
                2. Program    
**************************************************/
.program__banner-layout {
  /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/backgrounds/contact-us__bg.png);*/
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5rem;
  padding: 10rem 0rem 0rem 0rem;
}

.program__slide-01 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.program__slide-02 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.program__slide-03 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.program .swiper-slide {
  border-radius: 0.5rem;
  height: 25rem;
  width: 35rem;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.program__slide-title {
  font-family: 'magraregular', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.program__slide-span {
  font-family: 'magraregular', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.program--programs {
  background-color: #2d302d;
}

.program .heading-2 {
  font-size: 6rem;
}
.swiper-container {
  position: relative;
}

.program .swiper-button-prev {
  position: absolute;
  top: 4rem;
  right: auto;
}

.program .swiper-button-next {
  position: absolute;
  top: 4rem;
  left: 4rem;
}
.swiper-button-lock {
    display: flex !important;
}


.program__text-box--1::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 10px;
  background: #fff;
  width: 1px;
  height: 80%;
}
.program__image {
 /* background-image: url(../images/logos/aljawhargreen.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.program .heading-5 {
  color: #fff;
}

.check__icon {
  height: 1.1rem;
  width: 1.4rem;
}

.program__text-box--1 {
  background-color: #8a8f8a;
}

.program__text-box--2 {
  background-color: #8a8f8a;
}

.program__text-box--3 {
  background-color: #989898;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program__btn {
  /*background-color: #f3c300;*/
  background-color: #35ba9c;
  border: none;
  outline: none;
  border-radius: 0.3rem;
  font-family: 'magraregular', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;

}

 



/*.program__slide-01 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.program__slide-02 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.program__slide-03 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/program__slide-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.program .swiper-slide {
  border-radius: 0.5rem;
  height: 25rem;
  width: 35rem;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.program__slide-title {
  font-family: 'magraregular', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.program__slide-span {
  font-family: 'magraregular', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.program--programs {
  background-color: #2d302d;
}

.program .heading-2 {
  font-size: 4.5rem;
}
.swiper-container {
  position: relative;
}

.program .swiper-button-prev {
  position: absolute;
  top: 4rem;
  right: auto;
}

.program .swiper-button-next {
  position: absolute;
  top: 4rem;
  left: 4rem;
}
*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/


hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
  position: relative;
    border: none;
    height: 2px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .nav-tabs .nav-link {
    border: 1px solid #eee;
     background-color: #777777;
 color: #35ba9c;
}
.nav-tabs  .nav-link {
  font-size: 3rem;
  font-family: 'magraregular', sans-serif;
  color:#35ba9c; !important;
  letter-spacing: 0.4rem;
  line-height: 1.5rem;
  padding: 2.4rem;
  
}
 
 .nav-tabs .nav-link.active {
    color: #35ba9c;
    background-color: #eee;
    border-color: #dee2e6 #dee2e6 #fff;
}

#more {display: none;}

.close-navbar-toggler{
  position:absolute;
  /*top:0;
  left:0;*/
  height:100%;
  width:100%;
  z-index:1;
  cursor:pointer;
}
.close-navbar-toggler.collapsed{
  z-index:-1;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
        top: -20px;
    position: relative;
    font-size: 4.6rem;
    color: #35ba9c;
        font-size: 6.6rem;
    right: -30px;
}
 