/*=== MEDIA QUERY ===*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700|Playfair+Display:400,700|Roboto:ital,wght@0,100;700;0,900;1,100;1,700;1,900&display=swap");

/* Mobile related modifications */
.mobile-show {
	display: none;
}

.pad-t-10 {
	padding-top: 10px;
}
.pad-t-25 {
	padding-top: 25px;
}
.pad-b-10 {
	padding-bottom: 10px;
}
.pad-b-25 {
	padding-bottom: 25px;
}

.carousel-image {
  height: 560px;
  object-fit: cover;
}

/* Media query for small screens */
@media (max-width: 767px) {
  .carousel-image {
    height: auto;
    max-height: 400px;
    object-fit: contain;
  }
}


body {
  line-height: 27px;
  font-family: 'Oxygen', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

.home-bg-1{
    background-image: url("../newimages/background44.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 43%;
}

.home-bg-2{
    background-image: url("../newimages/new-heroMIADM.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
.home-bg-3{
    background-image: url("../newimages/MIADM Dancers Young to Old.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
.home-bg-4{
    background-image: url("../newimages/footer-classical-ballet.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
.home-bg-5{
    background-image: url("../newimages/footer-performing-groups.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
.home-bg-6{
    background-image: url("../newimages/DancerFunImage1.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
.home-bg-7{
    background-image: url("../newimages/Footer image - Music page.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 49%;
}
@media (min-width: 768px){
	.home-bg-1{
        background-attachment: fixed;
    }
}

/*
@media (min-width: 768px){
	.home-bg-2{
        background-attachment: fixed;
    }
}
*/

h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'Oswald', sans-serif;
}


h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
 font-size: 54px;
  font-style: normal;
}

h2 {
  font-size: 50px;
font-weight: 700;
}

h3 {
  font-size: 20px;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  font-style: normal;
}

h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 36px;
}

h7 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  line-height: 31px;
}

p {
  color: #000000;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Oxygen', sans-serif;
}

p a:link{
  color: #a22ac4;
  font-size: 17px;
line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
p a:visited{
  color: #000000;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
p a:hover{
  color: #a22ac4;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}
p a:active{
  color: #a22ac4;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}

.text-smaller-pink {
  color: #a22ac4;
  font-size: 15px; 
  font-weight: 700;
  line-height: 26px;
  font-family: 'Oxygen', sans-serif;
}

.text-smaller {
  color: #000000;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Oxygen', sans-serif;
}

.text-smaller a:link{
  color: #a22ac4;
  font-size: 15px;
line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.text-smaller a:visited{
  color: #000000;
  font-size: 15px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.text-smaller a:hover{
  color: #000000;
  font-size: 15px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}
.text-smaller a:active{
  color: #000000;
  font-size: 15px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}

.text-black {
  color: #000000;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Oxygen', sans-serif;
}
.text-white {
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Oxygen', sans-serif;
}
.text-white a:link{
  color: #ffffff;
  font-size: 17px;
line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.text-white a:visited{
  color: #ffffff;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.text-white a:hover{
  color: #a22ac4;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}
.text-white a:active{
  color: #ffffff;
  font-size: 17px;
	line-height: 26px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}

 .header-white {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
 font-size: 64px;
  color: #ffffff;
  font-style: normal;
}
 .header-white2 {
  padding-top: 20px;
	 font-family: 'Oswald', sans-serif;
  font-weight: 900;
 font-size: 54px;
  color: #ffffff;
  font-style: normal;
}
.header-white3 {
  padding-top: 20px;
	 font-family: 'Oswald', sans-serif;
  font-weight: 900;
 font-size: 40px;
  line-height: 44px;
  color: #ffffff;
  font-style: normal;
}
.heading-pink {
  color: #D86DCB;
}
.heading-turquoise {
  color: #00D1CC;
}
.heading-purple {
  color: #7030A0;
}

.header-purple {
  color: #7030A0;
  font-size: 24px;
line-height: 35px;
  font-family: 'Oxygen', sans-serif;
}

.header-purple a:link{
  color: #7030A0;
  font-size: 24px;
line-height: 35px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.header-purple a:visited{
  color: #7030A0;
  font-size: 24px;
line-height: 35px;
  font-family: 'Oxygen', sans-serif;
 text-decoration: underline;
}
.header-purple a:hover{
  color: #a22ac4;
  font-size: 24px;
line-height: 35px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}
.header-purple a:active{
  color: #a22ac4;
  font-size: 24px;
line-height: 35px;
  font-family: 'Oxygen', sans-serif;
  text-decoration: none;
}

.custom-enroll-button {
  display: inline-block;
  background-color: #723b7e;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s, font-weight 0.2s;
}

.custom-enroll-button:hover {
  background-color: #9a83b9;
  color: #ffffff; /* Keeps text white */
  font-weight: bold; /* Emboldens text */
  transform: scale(1.05);
  text-decoration: none;
}


iframe {
  border: 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

a, .page-breadcumb i, a:focus, .page-breadcumb i:focus, a:hover, .page-breadcumb i:hover {
  text-decoration: none;
  outline: 0;
  color: #733A7E;
}

blockquote {
  font-size: 19px;
  border-color: #723b7e;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #723b7e;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 16px;
  color: #000000;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #723b7e;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #723b7e;
}

.secondary-bg {
  background: #f4f4f4;
}

.secondary-bgtwo {
  background: #343a40;
}

.secondary-bgthree {
  background: #733a7e;
}

.secondary-bg-black {
  background: #000000;
}
.secondary-bg-black h3 {
	color: #C8A3D3;
}
.secondary-bg-black p {
	color: #C8A3D3;
}

.gray-bg {
  background: #ededed;
}

.white-bg {
  background: #ffffff;
}

.text-color {
  color: #9a83b9;
}

.text-dark {
  color: #000 !important;
}

.border {
  border-color: #f0f0f0 !important;
}

.card {
  border-color: #f0f0f0 !important;
}

.card-border-hover {
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
.card-border-hover:hover {
  border-color: #9a83b9;
}

/*====================== BUTTON =====================*/


.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 13px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

.btn-main, .btn-transparent, .btn-small {
  background: #9a83b9;
  color: #fff;
  transition: all 0.2s ease;
	 border: 2px solid #9a83b9;
	border-radius: 6px;
}

.btn-mainbox, .btn-transparent, .btn-small {
  background: #723b7e;
  color: #000;
  transition: all 0.2s ease;
  border: 2px solid #723b7e;
}

.btn-main.btn-icon i, .btn-icon.btn-transparent i, .btn-icon.btn-small i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: transparent;
  color: #000;
  border: 2px solid #9a83b9;
}

/*====================== BUTTON =====================*/

.btn-maintwo {
    background: #9a83b9;
  color: #FFFF;
  transition: all 0.2s ease;
  border: 2px solid #9a83b9;
}

.btn-maintwo.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}

.btn-maintwo:hover {
 background: transparent;
  color: #723b7e;
  transition: all 0.2s ease;
  border: 2px solid #9a83b9;
}

.btn-maintwotwo {
  background: #9a83b9;
  color: #000000;
  transition: all 0.2s ease;
  border: 2px solid #FFFFFF;
}

.btn-maintwotwo.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}

.btn-maintwotwo:hover {
  background: #000000;
  color: #FFFF;
  transition: all 0.2s ease;
  border: 2px solid #9a83b9;
}

.btn-mainthree {
background: #723b7e;
  color: #000000;
  transition: all 0.2s ease;
  border: 2px solid #000000;
}

.btn-mainthree.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-mainthree:hover {
  background: #723b7e;
  color: #000;
  border: 2px solid #000000;
}



/*====================== BUTTON =====================*/

.btn-solid-border {
  border: 2px solid #9a83b9;
  background: transparent;
  color: #9a83b9;
}

.btn-solid-border:hover {
  border: 2px solid #9a83b9;
  background: #9a83b9;
  color: #fff;
}

.btn-solid-border-box {
  border: 2px solid #723b7e;
  background: transparent;
  color: #723b7e;
}

.btn-solid-border-box:hover {
  border: 2px solid #723b7e;
  background: #723b7e;
  color: #000;
}


.btn-transparent {
  background: transparent;
  padding: 0;
  color: #723b7e;
}

.btn-transparent:hover {
  background: transparent;
  color: #723b7e;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

/*====================== SECTION PADDING =====================*/

.section {
  padding: 40px 0;
}

.section-2 {
  padding: 1px 0;
}

.section-title {
  margin-bottom: 25px;
}

.section-title h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #9a83b9;
  }

.section-title h3 {
 font-family: 'Oswald', sans-serif;
  font-size: 50px;
 font-weight: 700;
color: #000000;
}

.section-hm-title h3 {
	font-family: 'Oswald', sans-serif;
  font-size: 50px;
 font-weight: 700;
color: #C8A3D3;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #784188 !important;
}

.section-subtitle-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff !important;
}
.section-hm-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #C8A3D3 !important;
}
.section-border {
  width: 275px;
  height: 2px;
  background-color: #743a7e;
  margin: 0 auto;
  display: block;
}

.page-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-breadcumb a, .page-breadcumb i {
  opacity: .7;
}

.heading {
  padding-bottom: 30px;
  text-align: center;
}

.heading h1 {
  color: #9a83b9;
  font-size: 45px;	
  text-align: left;
  line-height: 40px;
  font-weight: 400;
}

.heading h2 {
  color: #9a83b9;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading p {
  font-size: 19px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 35px 0;
}

.overly, .slider {
  position: relative;
}

.overly:before, .slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.py-100 {
  padding: 100px 0px 80px;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}


/*-------------------- NAVBAR -------------------------------------*/
/*-------------------- NAVBAR -------------------------------------*/
/*-------------------- NAVBAR -------------------------------------*/

.navigation .navbar .navbar-nav > li > a, .navigation .navbar .page-breadcumb .navbar-nav > li > i, .page-breadcumb .navigation .navbar .navbar-nav > li > i {
  color: #000000;
  padding: 5px 15px;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}

.navigation .navbar .navbar-nav > li > a:hover, .navigation .navbar .page-breadcumb .navbar-nav > li > i:hover, .page-breadcumb .navigation .navbar .navbar-nav > li > i:hover, .navigation .navbar .navbar-nav > li > a:focus, .navigation .navbar .page-breadcumb .navbar-nav > li > i:focus, .page-breadcumb .navigation .navbar .navbar-nav > li > i:focus {
  color: #9a83b9;
  background: transparent;
}

.navigation .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  drop-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.navigation .navbar .dropdown-menu a, .navigation .navbar .dropdown-menu .page-breadcumb i, .page-breadcumb .navigation .navbar .dropdown-menu i {
  color: #000000;
  background: #f4f4f4;
  padding: 10px 15px;
  line-height: 2.14;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
  transition: all 0.3s ease;
}

.navigation .navbar .dropdown-menu a:hover, .navigation .navbar .dropdown-menu .page-breadcumb i:hover, .page-breadcumb .navigation .navbar .dropdown-menu i:hover {
  background: #9a83b9;
  color: #FFFFFF;
  padding-left: 15px;
}

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

.language .dropdown-toggle::after {
  display: inline-block;
}

.nav .open > a, .nav .page-breadcumb .open > i, .page-breadcumb .nav .open > i {
  background: transparent;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item:hover > .dropdown-menu {
  display: block;
}

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

.dropdown-item {
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
  color: #000000;
}

.dropdown-menu {
  top: 85%;
}

/* -------------------- top header ------------------------------*/

.top-header {
 background: #e6f7fc;
  border-bottom: 1px solid #8fe3fb;
 font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  color: #9a83b9;
}

.top-header .top-header-right li {
  display: inline-block;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: #9a83b9;
}

.top-header-right li ul.list li {
  display: block;
}

/* -----------------------------------------------------*/


.main-wrapper-section {
  margin-top: 0px;
}




@media (max-width: 990px) {
  .navbar-toggler {
	padding-right: 50px;
    border-radius: 0px;
	font-size: 2.0rem;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    border-radius: 0px;
	font-size: 1.8rem;
	padding-right: 5px;
  }
}

@media (max-width: 400px) {
  .navigation .navbar {
    padding: 17px 20px;
  }
}

@media (max-width: 480px) {
  .navigation .navbar {
    padding: 17px 20px !important;
  }
  .sticky {
    position: static;
  }
}

@media (max-width: 768px) {
  .sticky {
    position: static;
  }
	.header-white {
	  font-family: 'Oswald', sans-serif;
	  font-weight: 700;
	 font-size: 60px;
	  color: #ffffff;
	  font-style: normal;
	}
	.home-bg-2{
    	padding-top: 51.4%;
	}
}

@media (max-width: 992px) {
  .sticky {
    position: static;
  }
}

.slider {
  background: url("../newimages/slider-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}

.slider .block {
  color: #E3E3E4;
  text-align: center;
}

.slider .block h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

/* -------------------- hero slider ------------------------------*/

.hero-section {
  @exclude .overlay;
}

@media (max-width: 480px) {
  .hero-section-item h1 {
    font-size: 38px;
	line-height: 30px;
  }
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

.hero-slider:hover .prevArrow {
  left: 35px;
}

.hero-slider:hover .nextArrow {
  right: 35px;
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.slick-slide {
  height: 100%;
}

.slick-dots {
  bottom: 20%;
}

.slick-dots li button::before {
  color: #fff;
  font-size: 8px;
}

.slick-dots li.slick-active button::before {
  color: #723b7e;
  opacity: 1;
}

.hero-slider-item h4 {
  color: #fff;
}

.hero-slider-item h1 {
  color: #fff;
  font-size: 80px;
}


.hero-slider-item p {
  color: #fff;
  line-height: 30px;
  font-size: 25px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.section-reservation {
  margin-top: -120px;
}



/* -------------------- ABOUT ------------------------------*/

.about-features ul li {
  text-transform: capitalize;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-features ul i {
  font-size: 40px;
  margin-right: 25px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .about {
    margin-top: 40px;
  }


  .about-features ul li {
    font-size: 16px;
}
}
@media (max-width: 768px) {
  .about-features {
    margin-top: 40px;
  }
	
  .about-features ul li {
    font-size: 16px;
  }
	}
.about-block {
  position: relative;
}

.about-block img {
  width: 80%;
}

.about-block .about-img {
  position: absolute;
  content: "";
  right: 20px;
  top: 14%;
  border: 10px solid #fff;
  width: 64%;
}

.about-block .about-img img {
  width: 100%;
}

.about-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #000000;
}

.about-content ul li:before {
  content: "\f375";
  font-family: "Ionicons";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #784188;
  font-size: 19px;
}

/*--------------------------------------------------------------
# Faculty section
--------------------------------------------------------------*/
.faculty {
  padding-top: 20px;
  padding-bottom: 20px;
}

#faculty .row {
	padding-top: 20px;
  	padding-bottom: 20px;
}

.faculty p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-color: #1d1d1d;
  text-align: left;
}

.faculty h1 {
  color: #1D1D1D;
  font-size: 34px;
  font-weight: 500;
}
.faculty h2 {
  color: #1D1D1D;
  font-size: 28px;
  font-weight: 500;
	text-transform: uppercase;
}
.faculty h3 {
  color: #7030A0;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.faculty h4 {
  color: #7030A0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.faculty h5 {
  color: #7030A0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.faculty-turquoise {
  color: #00D1CC;
  font-size: 28px;
  font-weight: 500;
	text-transform: uppercase;
}

.faculty-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #000000;
}

.faculty-content ul li:before {
  content: "\f375";
  font-family: "Ionicons";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #784188;
  font-size: 17px;
}

.faculty .faculty-list {
  padding: 0;
  list-style: none;
}

.faculty .faculty-list li {
  padding: 0 0 20px 25px;
}

.faculty .faculty-list a {
  display: block;
  position: relative;
  font-family: #7030A0;
  font-size: 18px;
  font-weight: 500;
}

.faculty .faculty-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faculty .faculty-list p {
    font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
  font-size: 15px;
}

.faculty .faculty-list a.collapse {
  color: #D86DCB;
}

.faculty .faculty-list a.collapsed {
  color: #D86DCB;
}

.faculty .faculty-list a.collapsed:hover {
  color: #7030A0;
}

.faculty .faculty-list a.collapsed i::before {
  content: "\eab2" !important;
}

.faculty .faculty-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  background: #698e9f;
  border: 2px solid #FFFFFF;
}

.faculty .faculty-btn:hover {
  background: #000000;
	border: 2px solid #333333;
}

@media (max-width:768px){
	.faculty {
	  padding: 20px 0;
	}
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-color: #1d1d1d;
  text-align: left;
}

.faq h1 {
  color: #1D1D1D;
  font-size: 34px;
  font-weight: 500;
}
.faq h2 {
  color: #1D1D1D;
  font-size: 28px;
  font-weight: 500;
	text-transform: uppercase;
}
.faq h3 {
  color: #698e9f;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.faq h4 {
  color: #698e9f;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.faq h5 {
  color: #698e9f;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #407bac;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
    font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #407bac;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #407bac;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

.faq .faq-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  background: #698e9f;
  border: 2px solid #FFFFFF;
}

.faq .faq-btn:hover {
  background: #000000;
	border: 2px solid #333333;
}

@media (max-width:768px){
	.faq {
	  padding: 20px 0;
	}
}

/* -------------------- SERVICE BLOCK ------------------------------*/

.service-box {
  transition: all .3s ease 0s;
}

.service-box i {
  font-size: 60px;
  line-height: 60px;
}

.service-box h3 {
  font-family: 'Oxygen', sans-serif;
}


.service-box:hover {
  background: #F3F3F3;
}

.service-cta-text ul li {
  padding: 6px 0px;
}

.service-cta-text ul li span {
  color: #784188;
  margin-right: 10px;
  font-size: 22px;
}

.room-bg {
  border: 1px solid #dedede;
}

/* -------------------- GALLERY FEED ------------------------------*/

.gallery-feed {
  position: relative;
}

.gallery-feed .gallery-title {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery-item a, .gallery-item .page-breadcumb i, .page-breadcumb .gallery-item i {
  display: block;
}



/*================= 2. HOME ==================*/

/*=== 2.2 BANNER ===*/

.fullscreenbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullscreenbanner-container .tp-bullets.preview4 {
  opacity: 1 !important;
  height: auto !important;
}

@media (max-width: 992px) {
  .fullscreenbanner-container .tp-bullets.preview4 {
    bottom: 100px !important;
  }
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  box-shadow: none !important;
  width: 6px !important;
  height: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0) !important;
  display: inline-block;
  margin-right: 14px !important;
  margin-left: 0 !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s border-color 0.2s ease-in-out;
  float: none !important;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet:hover, .fullscreenbanner-container .tp-bullets.preview4 .bullet.selected {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0) !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid white !important;
  margin-right: 10px !important;
  margin-left: -4px !important;
  margin-bottom: -3px !important;
}

.fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
  display: none !important;
}

.tp-bullets {
  z-index: 99;
}

@media (max-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

.fullscreenbanner {
  color: #333;
  width: 100%;
  position: relative;
}

.tp-caption {
  white-space: normal !important;
  font-weight: 500;
}

.slider-caption {
  text-align: center;
}

.rs-slider2 .slider-caption {
  text-align: left;
}

.rs-slider3 .slider-caption {
  text-align: left;
}

.tp-caption.rs-caption-1 {
  text-transform: uppercase;
  font-size: 65px;
  line-height: 75px;
  font-weight: normal;
  font-family: 'Limelight', cursive;
}

.tp-caption.rs-caption-1 span {
  color: rgba(240, 240, 240, 0.4);
}

.tp-caption.rs-caption-2 {
  font-size: 18px;
  line-height: 20px;
}

.rs-caption-rating .ed-rating {
  color: rgba(240, 240, 240, 0.4);
  font-size: 24px;
}

.fullscreenbanner .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.15);
  background-image: none !important;
  z-index: 1;
}

/*=== 2.3 CHECK AREA ===*/

.ed-select {
  width: 100%;
}

@media (max-width: 768px) {
  .ed-select {
    width: auto;
  }
}

/*=== 2.4 WHITE SECTION ===*/

.featured .btn {
  display: block;
  font-weight: 500;
}

.featured .col-sm-4 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .featured .col-sm-4 {
    margin-bottom: 0;
  }
}

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

.underLine img {
  margin: 0 auto;
}

.ed-room > a, .page-breadcumb .ed-room > i {
  position: relative;
  text-decoration: none;
  display: block;
}

.ed-room > a:focus, .page-breadcumb .ed-room > i:focus {
  outline: none;
}

.ed-room {
  color: #333;
}

.ed-room img {
  width: 100%;
}

.ed-room figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #784188
  padding: 20px;
  width: 100%;
  display: none;
  z-index: 9;
}

.ed-room figcaption p {
  color: #333;
}

.ed-room.featured-room figcaption {
  position: relative;
  padding: 20px 10px 45px 10px;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room figcaption {
    padding: 25px;
  }
}

.ed-room i.room-zoom {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 999;
  margin-top: -75px;
  margin-right: -20px;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
}

@media (max-width: 768px) {
  .ed-room i.room-zoom {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0;
    margin-right: 0;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding-top: 8px;
  }
}

@media (max-width: 992px) {
  .ed-room i.room-zoom {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .ed-room i.room-zoom {
    padding-top: 9px;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    font-size: 15px;
  }
}

.ed-room.featured-room figcaption .headline {
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Oxygen', sans-serif;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption .headline {
    margin-bottom: 7px;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption .headline {
    margin-bottom: 10px;
  }
}

.ed-room.featured-room figcaption .headline a, .ed-room.featured-room figcaption .headline .page-breadcumb i, .page-breadcumb .ed-room.featured-room figcaption .headline i {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ed-room.featured-room figcaption p {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room figcaption p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room figcaption p {
    font-size: 15px;
    line-height: 24px;
  }
}

.room-price {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  display: inline-block;
}

@media (max-width: 480px) {
  .room-price {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .room-price {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .room-price {
    font-size: 30px;
  }
}

.room-price span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .room-price span {
    font-size: 15px;
  }
}

.white-popup-block .room-price span {
  color: #979797;
}

.ed-room.featured-room .room-price {
  color: #fff;
  bottom: 20px;
}

@media (max-width: 768px) {
  .ed-room.featured-room .room-price {
    bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room .room-price {
    bottom: 25px;
  }
}

.ed-member {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .ed-member {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .ed-member {
    right: 10px;
    bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .ed-member {
    right: 25px;
    bottom: 25px;
    font-size: 30px;
  }
}

.ed-member span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .ed-member span {
    font-size: 15px;
  }
}

.corner-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 35%;
  height: 58%;
  text-align: right;
}

.ed-room.featured-room .corner-ribbon {
  width: 36%;
}

@media (max-width: 480px) {
  .ed-room.featured-room .corner-ribbon {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .ed-room.featured-room .corner-ribbon {
    width: 57%;
  }
}

@media (max-width: 992px) {
  .ed-room.featured-room .corner-ribbon {
    width: 41%;
  }
}

@media (max-width: 1200px) {
  .ed-room.featured-room .corner-ribbon {
    width: 35%;
  }
}

.corner-ribbon span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 99%;
  display: block;
  background: #784188
  color: #fff;
  position: absolute;
  top: 19px;
  left: -27px;
}

@media (max-width: 768px) {
  .corner-ribbon span {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .corner-ribbon span {
    font-size: 14px;
  }
}

.ed-room-highlight .corner-ribbon span {
  background: rgba(240, 240, 240, 0.4);
}

.corner-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #23658f;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #23658f;
}

.corner-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #23658f;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #23658f;
}

.ed-room-highlight .corner-ribbon span::before {
  border-left: 3px solid #a33a3a;
  border-top: 3px solid #a33a3a;
}

.ed-room-highlight .corner-ribbon span::after {
  border-right: 3px solid #a33a3a;
  border-top: 3px solid #a33a3a;
}

.ed-room.featured-room figcaption {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}

.ed-room.featured-room:hover figcaption {
  background-color: rgba(0, 0, 0, 0.7);
}

.ed-room.featured-room figcaption .headline {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.35s;
}

.ed-room.featured-room:hover figcaption .headline {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ed-room i.fa-search {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.35s;
}

.ed-room.featured-room:hover i.fa-search {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ed-room.featured-room figcaption p {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.2s;
  color: #fff;
}

.ed-room.featured-room .feature-icon {
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.2s;
}

.ed-room.featured-room:hover .feature-icon {
  transition-delay: 0.3s;
  opacity: 1;
}

.ed-room.featured-room:hover figcaption p {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ed-room.featured-room figcaption .room-price,
.ed-room.featured-room figcaption .ed-member {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
  transition-delay: 0.2s;
}

.ed-room.featured-room:hover figcaption .room-price, .ed-room.featured-room:hover figcaption .ed-member {
  transition-delay: 0.4s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ed-room.featured-room .corner-ribbon {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.15s;
}

.ed-room.featured-room:hover .corner-ribbon {
  transition-delay: 0.1s;
  opacity: 0;
}

.ed-room.featured-room figcaption {
  border-radius: 6px;
  display: block;
  background-color: transparent;
  transition: background-color 0.5s;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.feature-icon span {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .feature-icon {
    display: none;
  }
  .ed-room.featured-room figcaption p {
    font-size: 12px;
  }
  .ed-booking-tab .nav-tabs li:first-child span.ed-step-bar {
    display: none;
  }
  .ed-booking-tab .nav-tabs li:last-child span.ed-step-bar {
    display: none;
  }
}

.room-block {
  background: rgba(240, 240, 240, 0.4);
}

.room-block .room-info h3 {
  font-size: 30px;
}

.room-block .room-info h2 {
  font-size: 38px;
}

.room-block .room-info h2 small {
  font-size: 14px;
}

.room-block .room-info ul li span {
  font-weight: 600;
  color: #784188
  text-transform: capitalize;
  margin-right: 15px;
}

.room-block .room-info .btn {
  padding: 10px 20px;
  font-size: 14px;
}

.room-block .room-info .btn:hover {
  color: #fff;
}

.room-block .room-info .btn-main, .room-block .room-info .btn-transparent, .room-block .room-info .btn-small {
  border: 1px solid #784188
}

.room-grid h2 small {
  font-size: 14px;
}

.room-details-info .room-heading h3 {
  font-size: 18px;
}

.room-details-info .room-heading h3 span {
  font-size: 36px;
  color: #784188
}

.room-details-info .room-heading a.btn, .room-details-info .room-heading .page-breadcumb i.btn, .page-breadcumb .room-details-info .room-heading i.btn {
  float: right;
}

.room-details-info ul li i {
  color: #784188
  width: 30px;
}

.room-details-info ul li p {
  color: #000;
}

.room-details-info ul li span {
  font-weight: 600;
}

.room-details-review {
  background: rgba(240, 240, 240, 0.4);
}

.room-details-review .room-details-review-item .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 3px solid #784188
}

.room-details-review .room-details-review-item .item-content h3 span {
  font-size: 14px;
}

.room-details-review .form-control {
  font-size: 14px;
}

.product-sidebar h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  letter-spacing: .05em;
}

.sidebar-form h6 {
  font-family: 'Oxygen', sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: 500;
}

.sidebar-form .form-control {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #afafaf;
  border-radius: 0px;
  font-size: 12px;
  background: transparent;
  height: 45px;
  letter-spacing: 1px;
}

.sidebar-form .form-check {
  margin-bottom: 5px;
  padding-left: 0px;
}

.sidebar-form .form-check-label {
  margin-left: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: .5px;
}

.sidebar-form input[type="checkbox"], .sidebar-form input[type="radio"] {
  margin: 9px 10px 0 0;
}

.sidebar-form .range_slider label {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.sidebar-form .range input {
  width: 53%;
  display: inline-block;
}

.event-box .event-content a, .event-box .event-content .page-breadcumb i, .page-breadcumb .event-box .event-content i {
  color: #000;
  font-weight: 700;
}

.event-box .event-content a h3, .event-box .event-content .page-breadcumb i h3, .page-breadcumb .event-box .event-content i h3 {
  font-weight: 600;
}

.event-box .event-content a:hover, .event-box .event-content .page-breadcumb i:hover, .page-breadcumb .event-box .event-content i:hover {
  color: #784188
}

.event-box .event-content .event-date {
  position: absolute;
  left: 0px;
  text-align: center;
  background: #784188
  top: 0px;
}

.event-box .event-content .event-date span {
  line-height: 22px;
  font-size: 14px;
}

.event-box .event-content .event-date span.date {
  font-size: 18px;
}

.event-post-meta span {
  margin-right: 15px;
  font-weight: 600;
  color: #7b7b7b;
}

.event-post-meta i {
  margin-right: 10px;
  color: #784188
}

.single-event .event-content a, .single-event .event-content .page-breadcumb i, .page-breadcumb .single-event .event-content i {
  color: #000;
}

.single-event .event-comment-form .form-control {
  background: rgba(240, 240, 240, 0.4);
  border-color: rgba(240, 240, 240, 0.4);
}

.contact-form {
  background: #f9f9f9;
}

.address-block li i {
  margin-right: 15px;
  font-size: 28px;
  width: 25px;
  display: inline-block;
}

.social-icons i {
  color: #9a83b9;
  font-size: 35px;
  line-height: 35px;
  margin-right: 20px;
}

.google-map #map {
  width: 100%;
  height: 350px;
}

/*=================================================================
  Pricing section
==================================================================*/
.price {
  font-size: 60px;
}

.style-2 .price-title {
  background: url("../newimages/blog/img.jpg");
  z-index: 1;
}

.style-2 .price-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.style-3 .price-title {
  background: #f9f9f9;
}

.style-3 .btn {
  margin-bottom: -20px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post-comments {
  background: rgba(240, 240, 240, 0.4);
  border: 1px solid #dedede;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  font-weight: 500;
}

.post-comments .comment-author a, .post-comments .comment-author .page-breadcumb i, .page-breadcumb .post-comments .comment-author i {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.post-comments .time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  font-size: 13px;
  margin-left: 5px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-excerpt h3 a, .post-excerpt h3 .page-breadcumb i, .page-breadcumb .post-excerpt h3 i {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #000;
}

.post-excerpt blockquote.quote-post:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background: #784188
}

@media (max-width: 400px) {
  .post-comments .media {
    display: block;
    padding: 0px !important;
    margin: 10px 0px;
  }
  .post-comments .media-body {
    margin: 10px 0px;
  }
}

@media (max-width: 480px) {
  .post-comments .media {
    display: block;
    padding: 0px !important;
    margin: 10px 0px;
  }
  .post-comments .media-body {
    margin: 10px 0px;
  }
}

/* ------------------------- BG ------------------------------*/


.bg-1 {
  background-image: url("../newimages/call-to-action-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-2 {
  background: url("../newimages/backgrounds/photobar-MIADM.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-3 {
  background: url("../newimages/backgrounds/new-heroMIADM.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-dance {
  background: url("../newimages/headers/MIADM - Dance section.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-classical {
  background: url("../newimages/headers/MIADM - Classical Ballet.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-music {
  background: url("../newimages/headers/MIADM - Music section.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-summer {
  background: url("../newimages/headers/MIADM - Summer section.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-register {
  background: url("../newimages/headers/MIADM - Register Now.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-summer-music {
  background: url("../newimages/headers/MIADM - Summer Music page.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-summer-dance {
  background: url("../newimages/headers/MIADM - Summer Dance page.jpg");
  background-size: cover;
  background-position: center center;
}

.bg-performing {
  background: url("../newimages/headers/MIADM - Performance page.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 822px) {
	.bg-2{
		background-image: url("../newimages/backgrounds/photobar-MIADM-new-820x400.jpg");
  		background-size: cover;
  		background-position: center center;
		padding-top: 45px;
	}
	.bg-3 {
	  background: url("../newimages/backgrounds/new-heroMIADM.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-dance {
	  background: url("../newimages/headers/MIADM - Music section-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	  padding-top: 45px;
	}

	.bg-register {
	  background: url("../newimages/headers/MIADM - Register Now-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-summer {
	  background: url("../newimages/headers/MIADM - Summer section-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
			  padding-top: 45px;
	}
	
	.bg-music {
	  background: url("../newimages/backgrounds/Heading - Music 820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-summer-music {
	  background: url("../newimages/headers/MIADM - Summer Music page-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-summer-dance {
	  background: url("../newimages/headers/MIADM - Summer Dance page-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	  padding-top:40px;
	}
	
	.bg-promotions {
	  background: url("../newimages/backgrounds/Heading - Register 820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-performing {
	  background: url("../newimages/headers/MIADM - Performing page-820x400.jpg");
	  background-size: cover;
	  background-position: center center;
	}
}

@media (max-width: 767px) {
	.bg-2{
		background-image: url("../newimages/backgrounds/photobar-MIADM-new-450x297.jpg");
  		background-size: cover;
  		background-position: center center;
	}
	.bg-3 {
	  background: url("../newimages/backgrounds/new-heroMIADM.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-register {
	  background: url("../newimages/headers/MIADM - Register Now-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-summer {
	  background: url("../newimages/headers/MIADM - Summer section-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-dance {
	  background: url("../newimages/headers/MIADM - Dance section-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-music {
	  background: url("../newimages/headers/MIADM - Music section-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-summer-dance {
	  background: url("../newimages/headers/MIADM - Summer Dance page-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-summer-music {
	  background: url("../newimages/headers/MIADM - Summer Music page-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}

	.bg-promotions {
	  background: url("../newimages/backgrounds/Heading - Register 450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}
	
	.bg-performing {
	  background: url("../newimages/headers/MIADM - Performing page-450x297.jpg");
	  background-size: cover;
	  background-position: center center;
	}
}


/* ------------------------- SIDEBAR ------------------------------*/


.sidebar .widget {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #784188
}

.sidebar .widget .widget-title {
  font-size: 16px;
  color: #333;
}

.sidebar .widget.widget-latest-post .post-meta {
  font-size: 13px;
  color: #7b7b7b;
}

.sidebar .widget.widget-latest-post .media .media-object {
  width: 70px;
  height: 70px !important;
}

.sidebar .widget.widget-latest-post .media .media-heading a, .sidebar .widget.widget-latest-post .media .media-heading .page-breadcumb i, .page-breadcumb .sidebar .widget.widget-latest-post .media .media-heading i {
  color: #000;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}

.sidebar .widget.widget-latest-post .media p {
  font-size: 18px;
  color: #000000;
}

.sidebar .widget-category ul li {
  margin-bottom: 10px;
}

.sidebar .widget-category ul li i {
  margin-right: 10px;
  color: #000;
}

.sidebar .widget-category ul li a, .sidebar .widget-category ul li .page-breadcumb i, .page-breadcumb .sidebar .widget-category ul li i {
  color: #837f7e;
  transition: all 0.3s ease;
}

.sidebar .widget-category ul li a:before, .sidebar .widget-category ul li .page-breadcumb i:before, .page-breadcumb .sidebar .widget-category ul li i:before {
  padding-right: 10px;
}

.sidebar .widget-category ul li a:hover, .sidebar .widget-category ul li .page-breadcumb i:hover, .page-breadcumb .sidebar .widget-category ul li i:hover {
  color: #784188
  padding-left: 5px;
}

.sidebar .widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.sidebar .widget-tag ul li a, .sidebar .widget-tag ul li .page-breadcumb i, .page-breadcumb .sidebar .widget-tag ul li i {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #000;
  transition: all 0.3s ease;
}

.sidebar .widget-tag ul li a:hover, .sidebar .widget-tag ul li .page-breadcumb i:hover, .page-breadcumb .sidebar .widget-tag ul li i:hover {
  color: #fff;
  background: #784188
  border: 1px solid #784188
}

/*=================================================================
  Latest Posts
==================================================================*/
.post {
  background: #fff;
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
  max-height: 350px;
}

.post .post-media.post-media-audio iframe {
  width: 100%;
}

.post .post-title a, .post .post-title .page-breadcumb i, .page-breadcumb .post .post-title i {
  color: #333;
}

.post .post-title a:hover, .post .post-title .page-breadcumb i:hover, .page-breadcumb .post .post-title i:hover {
  color: #784188
}

.post .post-meta {
  font-size: 13px;
}

.post .post-meta ul li {
  display: inline-block;
  color: #333;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: .5px;
}

.post .post-meta ul li i {
  color: #784188
}

.post .post-meta ul li a, .post .post-meta ul li .page-breadcumb i, .page-breadcumb .post .post-meta ul li i {
  color: #333;
}

.post .post-meta ul li a:hover, .post .post-meta ul li .page-breadcumb i:hover, .page-breadcumb .post .post-meta ul li i:hover {
  color: #784188
}

.post .post-meta ul li:first-child {
  font-weight: 700;
}

.post .post-meta .post-author {
  color: #000;
}

.post .post-content p {
  line-height: 26px;
}

.post .post-content .btn-main, .post .post-content .btn-transparent, .post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 12px;
}

.post-pagination {
  margin-top: 70px;
}

.post-pagination > li {
  margin: 0 2px;
  display: inline-block;
  font-size: 14px;
}

.post-pagination > li > a, .page-breadcumb .post-pagination > li > i {
  color: #000;
  padding: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.post-pagination > li > a:hover, .page-breadcumb .post-pagination > li > i:hover {
  border: 1px solid #784188
}

.post-pagination > li.active > a, .page-breadcumb .post-pagination > li.active > i {
  border: 1px solid #2cccfb !important;
}

.post-pagination > li:first-child > a, .page-breadcumb .post-pagination > li:first-child > i, .post-pagination > li:last-child > a, .page-breadcumb .post-pagination > li:last-child > i {
  border-radius: 0;
}

.post .post-thumb img {
  width: 100%;
}

.blog .card-body a h3, .blog .card-body .page-breadcumb i h3, .page-breadcumb .blog .card-body i h3 {
  color: #000;
  line-height: 28px;
}

.blog .card-body a h3:hover, .blog .card-body .page-breadcumb i h3:hover, .page-breadcumb .blog .card-body i h3:hover {
  color: #784188
}


/* ------------------------- COMING SOON ------------------------------*/


.coming-soon {
  background: url("../newimages/backgrounds/coming-soon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100vh;
}

@media (max-width: 400px) {
  .coming-soon {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .coming-soon {
    padding: 50px 0;
  }
}

.coming-soon .block h1 {
  line-height: 65px;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.coming-soon .block p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.coming-soon .block .count-down {
  margin-top: 50px;
}

.coming-soon .block .count-down .syotimer-cell {
  width: 25%;
  padding: 15px;
  display: inline-block;
  background: rgba(101, 94, 122, 0.48);
}

@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down .syotimer-cell {
    width: 50%;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

@media (max-width: 400px) {
  .coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
    font-size: 50px;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-weight: normal;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .block .count-down ul li {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .coming-soon .block .count-down ul li {
    font-size: 40px;
  }
}

.coming-soon .block .count-down ul li:before {
  content: ":";
  font-size: 20pt;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
}

.coming-soon .block .count-down ul li:last-child:before {
  content: '';
}

.coming-soon .block .count-down div:after {
  content: " " attr(data-interval-text);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}

.coming-soon .block .copyright-text {
  font-size: 12px;
}

.coming-soon .block .copyright-text a, .coming-soon .block .copyright-text .page-breadcumb i, .page-breadcumb .coming-soon .block .copyright-text i {
  color: #fff;
  font-weight: 600;
}

/* ----------------------------------------------------*/


#error-page {
  padding: 160px 0px;
}

#error-page h2 {
  font-size: 64px;
  line-height: 85px;
}

/* ------------------------- CTA ------------------------------*/


#cta {
  background: url("../newimages/background44.jpg") fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#cta .cta-box {
  text-align: center;
  margin: 200px 0 200px 0;
}

#cta .cta-box h2 {
  font-size: 64px;
}

#cta .cta-box p {
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 125%;
}

#cta .cta-box h6 {
 font-family: 'Oswald', sans-serif;
  font-weight: 700;
 font-size: 40px;
  color: #FFFFFF;
  font-style: normal;
 text-decoration: none;
  line-height: 125%;
text-shadow: 2px 2px 2px #000000;
}

#cta .cta-box h6 a:link {
 font-family: 'Oswald', sans-serif;
  font-weight: 500;
 font-size: 33px;
  color: #dc7df8;
  font-style: normal;
 text-decoration: none;
  line-height: 125%;
text-shadow: 2px 2px 2px #000000;
}

#cta .cta-box h6 a:visited {
 font-family: 'Oswald', sans-serif;
  font-weight: 500;
 font-size: 33px;
  color: #dc7df8;
  font-style: normal;
 text-decoration: none;
  line-height: 125%;
text-shadow: 2px 2px 2px #000000;
}

#cta .cta-box h6 a:hover {
 font-family: 'Oswald', sans-serif;
  font-weight: 500;
 font-size: 33px;
  color: #ffffff;
  font-style: normal;
 text-decoration: none;
  line-height: 125%;
text-shadow: 2px 2px 2px #000000;
}

#cta .cta-box h6 a:active {
 font-family: 'Oswald', sans-serif;
  font-weight: 500;
 font-size: 33px;
  color: #ffffff;
  font-style: normal;
 text-decoration: none;
  line-height: 125%;
text-shadow: 2px 2px 2px #000000;
}

#cta .cta-box i {
  font-size: 70px;
  line-height: 70px;
}

/* ------------------------- WATERMARK ------------------------------*/

.watermark-sm {
  position: absolute;
  opacity: 0.06;
  top: -40px;
  left: 0;
  font-size: 110px;
  font-weight: 600;
  color: inherit;
}
@media (max-width: 575px) {
  .watermark-sm {
    top: 0;
    font-size: 100px;
  }
}

/* -------------------------BOTTOM PHOTO -----------------------------*/


.bottomphoto {
 background: #FFFFFF;
}



/* ------------------------- FOOTER ------------------------------*/

	
.footer {
  padding-top: 60px;
  border-top: 3px solid #743a7e;
  background: #d8cfe4;
}

.footer .footer-menu li {
  margin-bottom: 10px;
}

.footer .footer-menu li i {
  margin-right: 10px;
}

.footer .copyright a, .footer .copyright .page-breadcumb i, .page-breadcumb .footer .copyright i {
  font-weight: 600;

}

.footer-widget a, .footer-widget .page-breadcumb i, .page-breadcumb .footer-widget i {
  font-size: 16px;
  color: #000000;
}

.footer-widget a:hover, .footer-widget .page-breadcumb i:hover, .page-breadcumb .footer-widget i:hover {
  color: #000000;
}

.footer-widget .footer-address li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.footer-widget .footer-address li i {
  width: 40px;
  margin-right: 10px;
  color: #000000;
  font-size: 16px;
}

.footer-widget {
  color: #000000;
  font-size: 40px;
}

.footer-widget li a {
  color: #000000;
  font-size: 40px;
}

.footer-socials {
  color: #000000;
  font-size: 50px;
	
}

.footer-socials a:link {
  color: #000000;
  font-size: 50px;
text-decoration: none;
}

.footer-socials a:visit {
  color: #000000;
  font-size: 50px;
text-decoration: none;
}

.footer-socials a:hover {
  color: #8032a2;
  font-size: 50px;
text-decoration: none;
}

.footer-socials a:active {
  color: #8032a2;
  font-size: 50px;
text-decoration: none;
}


.footer-socials li{
  color: #000000;
  font-size: 50px;
}

.footer-btm {
  border-top: 1px solid #000000;
  font-size: 15px;
  background: #784188;
	
}

.footer-btm p {
  font-size: 14px;
  font-color: #000000;
}

.footer-btm p a:link {
  font-size: 14px;
  text-decoration: underline;
	font-color: #000000;
	
}

.footer-btm p a:visited {
  font-size: 14px;
  text-decoration: underline;
  font-color: #000000;
	
}

.footer-btm p a:hover {
  font-size: 14px;
  text-decoration: none;
  font-color: #000000;
	
}

.footer-btm p a:active {
  font-size: 14px;
  text-decoration: none;
  font-color: #000000;
	
}

@media (max-width: 767px) {
	.mobile-center {
		text-align: center;
	}
	.mobile-show {
		display: block;
	}
	
	.mobile-hide {
		display: none;
	}

}

@media (max-width:1105px){
	.tablet-hide {
		display: none;
	}
	.mobile-pad-t-20 {
		padding-top: 20px;
	}
	.mobile-pad-b-20 {
		padding-bottom: 20px;
	}
}
/*# sourceMappingURL=maps/style.css.map */
