/*@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');
html {
  background-color: #353b43;
  color: #737f8a;
}

body {
  background-color: #000;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h3,
h4,
h5,
h6 {  
  font-weight: 500;
  color:#ffbd59;
}
h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    color:#fff;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}

/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #57cbcc;
}

::selection {
  color: #fff;
  background: #57cbcc;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6CB670;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1750px;
}
}
.navigation-menu {
    margin-left: auto;
}
.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #57cbcc;
  border-color: #57cbcc !important;
  color: #fff;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}
#subscribe-form {
    display: flex;
}
.subs-head {
    text-align: right;
    margin: 10px 0 0;
}
.subs-head span {
font-size: 32px;
}
#subscribe-form .form-control {
    border: 1px solid #57cbcc;
    border-radius: 24px;
    height: 50px;
    margin: 0 0 0 20px;
}
@media (max-width: 768px) {
#subscribe-form {
    flex-direction: column;
    align-items: center;
}
#subscribe-form .form-control {
    margin: 15px 0;
}
.subs-head {
    text-align: center;
    margin: 0;
}

}
.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}
.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #57cbcc;
}

.color {
  color: #6CB670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

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

.bg-one {
  background-color: #353b43;
}

.bg-dark {
  background: #292F36 !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #57cbcc;
}

.btn-main {
  background: #57cbcc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #2c9091;
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 100px 0;
}
#testimonial.section {
    padding: 200px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

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

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #57cbcc;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.new-title h2,
.title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}
.new-title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  color: #000;
  position: relative;
    z-index: 1;
}
.title h2 span {
  color: #57cbcc;
}
.title p {
  color: #666;
}
.title.title-white h2 {
  color: #fff;
}
.new-title {
     padding: 50px 0 20px;
     position:relative;
}
.new-title:after {
    position: absolute;
    content: 'About';
    font-size: 200px;
    color: #ebebeb;
    left: -50px;
    top: -90px;
    z-index: 0;
    font-weight: bold;
    z-index: 0;
}
.portfolio .new-title:after {
    content: 'Gallery';
}
.albums .new-title:after {
    content: 'Albums';
}
.about .new-title:after {
    content: 'Music';
}
#blog  .new-title:after {
    content: 'News';
    color:#5a6068;
}
.media .new-title:after {
    content: 'Media';
    color:#5a6068;
}
.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #292F36;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.096);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
  color: #57cbcc;
}

.slick-slide {
  outline: none;
}
.slick-slide img
{
    width: 400px;
    height: 400px;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #242930;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li a.active {
  background: #57cbcc;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}
.logo-txt {
    font-family: 'Lora;';
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navbar-header {
    max-width: 1730px;
    margin: 0 auto;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.8);
}
.navigation {
     background-color: rgba(0, 0, 0, 0.4); 
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
    padding: 0;
    position: -webkit-sticky;
    position: absolute;
    top: 0;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.navigation.sticky-header {
    background-color: #000;
    border-bottom: 2px solid #ffbd59;
}
.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.navigation .logo img {
  height: auto;
  width: 200px;
}
.navigation .navigation-menu li a.active {
  color: #ffbd59 !important
}
.navigation .navigation-menu a {
    padding: 0 10px !important;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 400;
    font-style: normal;
    opacity: 1;
    transition: all 0.3s;
    border-right: 1px solid #fff;
    line-height: 18px;
}
.navigation .navigation-menu .nav-item:last-child a {
    border:0;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  color:#ffbd59 !important;
  background: transparent;
  opacity:1;
  transition: all 0.3s;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}
.music-section {
    height:100vh;
}
.testimonial h2 {
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
}
.music-section h2 {   
    font-size: 70px;
    text-transform: uppercase;
}
.sub-heading {
    font-size: 70px;
    text-transform: uppercase;
}
.sub-sub-heading1 {
    font-weight: 600; 
    max-width: 80%; 
    margin: auto;
    text-align: center;
}
.sub-sub-heading2 {
    font-weight: 600; 
    margin: auto;
    text-align: center;
}
.bg-1 {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/backgrounds/jubilee-inspire-slide3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
    padding: 300px 0;
    background-position: right center;
    border-bottom:2px solid #ffbd59;
}
.bg-3 {
  background-color: #fff;
  background-image: url("../images/backgrounds/jubilee-inspire-slide2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  border-bottom:2px solid #ffbd59;
    
}
.bg-4 {
  background-image: url("../images/backgrounds/derron-bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.bg-5 {
  background-image: url("../images/backgrounds/Darron-contact-bg.png");
  background-repeat: no-repeat;
  background-position: 25% bottom;
}
@media (max-width: 991px) {
.bg-5 {
    background-position: center 20%;
}
}
.bg-6 {
  background-image: url("../images/backgrounds/derron-bg8.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: right center;
    height:700px;
}
.hero-area {
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom:2px solid #ffbd59;
}

.intro-bg {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: url('../images/marble-bg.jpg') no-repeat center #fff;
    width: 100%;
}
.intro-bg img {
    width: 100%;
}
.intro-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    animation: myanimation 6s;
}
@keyframes myanimation {
  0% {opacity: 1;}
  25% {opacity: .80;}
  50% {opacity: .60;}
  75% {opacity: .30;}
  100% {opacity: 0;}
}
.hero-area .block,
.testimonial  .block {
    text-align: left;
}
.carousel.slide {
    height:calc(100vh - 80px);
    min-height: 600px;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    height: 100%;
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(1) {
  background-image: url('../images/banner/jubilee-inspire-slide-2.jpg');
}
.carousel-item:nth-child(2) {
  background-image: url('../images/banner/jubilee-inspire-slide-3.jpg');
}
.carousel-item:nth-child(3) {
  background-image: url('../images/banner/jubilee-inspire-slide-4.jpg');
}
.carousel-item:nth-child(4) {
  background-image: url('../images/banner/jubilee-inspire-slide-5.jpg');
}
.carousel-item:nth-child(5) {
  background-image: url('../images/banner/jubilee-inspire-slide-6.jpg');
}
.carousel-item:nth-child(6) {
  background-image: url('../images/banner/jubilee-inspire-slide-7.jpg');
}
.carousel-item:nth-child(7) {
  background-image: url('../images/banner/jubilee-inspire-slide-8.jpg');
}
.carousel-item:nth-child(8) {
  background-image: url('../images/banner/jubilee-inspire-slide-9.jpg');
}
.home-slider {
    position: relative;
}
.home-slider .block {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 200px;
/*    transform: translateY(-50%);*/
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 16px;
}
.btn-panel {
    margin-top: 30px;
}
.hero-area .block .video-button a,
.home-slider .block .video-button a,
.testimonial .block .video-button a {
    background: #ffbd59;
    display: inline-block;
    border-radius: 6px;
    font-size: 32px;
    color: #000000;
    padding: 3px 20px;
    font-family: "Anton", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
}
.hero-area .block .video-button a:hover,
.home-slider .block .video-button a:hover,
.testimonial .block .video-button a:hover {
    padding:3px 10px 3px 30px;
    transition: all 0.3s;
}
a.my-popup-video {
    background: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    line-height: 60px;
    font-size: 20px;
    margin-left: 3px;
    color: #57cbcc;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hero-area .block h1,
.home-slider .block h1{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 110px;
  line-height: 110px;
  color: #fff;
  text-transform: uppercase;  
  margin-bottom: 0;
    -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
}
.hero-area .block h3,
.home-slider .block h3 {
    font-size: 26px;
    font-weight: 600;    
}
@media (max-width: 992px) {
  .hero-area .block h1,
  .home-slider .block h1{
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero-area .block h1,
  .home-slider .block h1 {
    font-size: 48px;
    line-height: 52px;
    -webkit-text-stroke-width: 1px;
  }
}
.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}*/

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.hero-section {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding-bottom: 100px;
}

.hero-section-content h6 {
    text-transform: uppercase;
    font-size: 16px;
}
.hero-section-content h2 {
    text-transform: uppercase;
    font-size: 48px;
}
.hero-section-content p {
    font-size: 18px;
}
.hero-section-link {
    position: relative;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 10px;
}
.hero-section-link:before,
.hero-section-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    background: #fff;
}
.hero-section-link:before {
    width: 100%;
    opacity: 0.15;
}
.hero-section-link:after {
    width: 0;
    transition: all 0.35s cubic-bezier(0.24, 1, 0.32, 1);
}
.hero-section-link:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.hero-section .col-md-4 {
    padding: 0 35px;
}
/*=================================================================
  About us section
==================================================================*/
.about .block {
  background: #242930;
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  margin-bottom: 20px;
}
.about .block:hover {
  border-bottom: 2px solid #57cbcc;
}
.about .block:hover .icon-box {
  transform: translateY(-10px);
}
.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
}
.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}
.about .block .icon-box h3 {
  color: #afbac4;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 .content-block {
    text-align: justify;
    padding: 0 15px;
}
@media (max-width: 768px) {
  .about-2 .content-block {
    padding: 40px 15px;
  }
}
.about-2 .content-block .media {
  margin-top: 25px;
}
.about-2 .content-block .media .pull-left {
  padding-right: 15px;
}
.about-2 .content-block .media i {
  font-size: 30px;
  color: #57cbcc;
}
.about-2 .content-block .media h4 {
  font-size: 16px;
  font-weight: 600;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background-attachment: fixed;
}
.call-to-action h2 {
  font-weight: 700;
  color: #444;
}
.call-to-action p {
  font-size: 16px;
  color: #666;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.contact-us {
  padding-top: 50px;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #57cbcc;
}
#contact-submit {
    border: 1px solid rgba(236, 239, 241, 0.07);
    background: #57cbcc;
    padding: 6px 10px;
    width: 50%;
    margin: 0 0 0 20px;
    border-radius: 24px;
    font-size: 24px;
}
.media-btn {
    background: #57cbcc;
    padding: 5px 8px;
    margin: 10px 5px 0 5px;
    font-size: 16px;
    display: inline-block;
}
.google-map #map_canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding: 25px 0;
  margin-bottom: 10px;
  background: #292F36;
}
.counters-item i {
  margin-bottom: 10px;
  font-size: 40px;
  display: inline-block;
}
.counters-item span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}
.counters-item h3 {
  font-size: 20px;
  margin: 0;
}

/*=================================================================
  Pricing section
==================================================================*/
.price-item {
  border: 1px solid rgba(236, 239, 241, 0.07);
  padding-bottom: 30px;
  margin: 15px 0;
}

.price-title {
  background-color: #292F36;
  padding: 30px 0 20px;
}
.price-title h3 {
  color: #57cbcc;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.price-title p {
  font-size: 18px;
  font-weight: 400;
}
.price-title .value {
  color: #57cbcc;
  font-size: 30px;
}

.pricing li {
  padding: 10px 0;
}
.pricing li:last-child {
  border-bottom: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 20px;
}
.pricing li:nth-child(2n) {
  background-color: #292F36;
}
.pricing li .btn {
  text-transform: uppercase;
  margin: 20px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 700;
  color: #737f8a;
  transition: 0.3s all;
}
.portfolio-filter button.active {
  border: 1px solid #57cbcc;
  color: #57cbcc;
}

.portfolio-items-wrapper .mix {
  padding: 5px;
}

.portfolio-block {
  position: relative;
  margin-top: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);;
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: "";
}
.portfolio-block img,
.album-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.media .portfolio-block img {
    border-radius: 0; 
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 50%;
}
.portfolio-block .caption {
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 80%;
}
.portfolio-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
}
.portfolio-block .caption h4 a {
  color: #555;
}
/*.portfolio-block .caption p {
    color: #000;
}*/
.portfolio-block .caption .search-icon {
  background: #57cbcc;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.portfolio-block .caption .search-icon i {
  line-height: 45px;
}

/*=================================================================
  Services section
==================================================================*/
.service-block {
  padding: 60px 20px;
  border-left: 1px solid rgba(236, 239, 241, 0.07);
  border-top: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}
.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #57cbcc;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #57cbcc none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.skill-bar p {
  font-size: 18px;
  margin-bottom: 0;
}
.skill-bar p span {
  font-style: italic;
  font-size: 30px;
  color: rgba(187, 187, 187, 0.34);
  display: inline-block;
  vertical-align: middle;
}
.skill-bar .progress {
  height: 6px;
  border-radius: 0;
}
.skill-bar .progress .progress-bar {
  background: #57cbcc;
}
.skill-bar li:not(:last-child) {
  margin-bottom: 25px;
}

/*=================================================================
  Our Team
==================================================================*/
.team-member {
  background-color: #292F36;
  margin: 15px 0;
}
.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .member-photo {
    text-align: center;
  }
}
.member-photo:hover img {
  transform: scale(1.2);
}
.member-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .member-photo img {
    display: inline-block;
  }
}
.member-photo .mask {
  background-color: rgba(87, 203, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 125px;
}
.member-photo .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.member-photo .mask ul li a:hover {
  background-color: #fff;
  color: #57cbcc;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
}
.member-meta h4 {
  margin: 0 0 5px;
}
.member-meta span {
  font-size: 12px;
}

/*=================================================================
  Testimonial section
==================================================================*/
#music-album,
#testimonial,
#meet-jubilee,
#other-albums,
#gallery {
    border-bottom:2px solid #ffbd59;
}
.testimonial:before {
  background: rgba(42, 48, 55, 0.7);
}

.client-info {
  margin: 0 auto;
  width: 55%;
}
@media (max-width: 992px) {
  .client-info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  color: #afbac4;
  font-size: 18px;
  margin-bottom: 0;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}
.client-meta h3 {
  margin: 15px 0 5px 0;
}
.client-meta span {
  font-size: 12px;
}

.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #57cbcc;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
  margin: 10px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.note {
  background-color: #292F36;
  border: 1px solid #4e595f;
}

.post-block {
  background-color: #292F36;
  margin-bottom: 10px;
}
.post-block .content {
  padding: 20px;
}
.post-block .content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.note .media-wrapper {
  border-bottom: 1px solid #4e595f;
}

.note .excerpt h3 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.all-post {
  margin-top: 50px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}
.post-meta a {
  color: #57cbcc;
}
.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}
.post-meta > span:last-child {
  border-right: 0;
}
.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #57cbcc;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #57cbcc;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #57cbcc;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #57cbcc;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.sticky-footer {
    position: fixed;
    border-top: 2px solid #ffbd59;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #000;
}
.sticky-footer img {
    width:100%;
}
.social-icon {
  padding: 60px 0 35px;
}
.social-icon ul {
  text-align: center;
}
.social-icon ul li {
  margin-bottom: 4px;
}
.social-icon ul li:hover a {
  background-color: #57cbcc;
  transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}
.social-icon ul li a {
  background-color: #26292e;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
}
footer {
    background-color: #333333;
}
.copyright {
  padding: 0 0 80px;
  color: #fff;
}
.copyright img {
  margin-bottom: 15px;
}
.copyright p {
  margin-top: 10px;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #57cbcc;
  border: 1px solid #57cbcc;
}

/*=================================================================
	Twitter Feed
==================================================================*/
#twitter-feed {
  background-image: url("../images/parallax/twitter.jpg");
  padding-bottom: 100px;
  padding-top: 80px;
}

.twitter-bird span {
  border: 2px solid #6cb670;
  border-radius: 50px;
  color: #6cb670;
  display: inline-block;
  margin-bottom: 50px;
  height: 90px;
  width: 90px;
}

.twitter-bird span i {
  line-height: 90px;
}

.tweet {
  margin-bottom: 10px;
}

.tweet a {
  color: #6cb670;
}

/*=================================================================
	Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

.blog-icon {
  border: 1px solid #6cb670;
  border-radius: 50%;
  color: #6cb670;
  display: inline-block;
  padding: 16px 20px;
}

.blog-title h1 {
  text-transform: uppercase;
}

#blog-page {
  margin: 0 0 40px;
}

.post-item .entry {
  border: 1px solid #4e595f;
  margin-bottom: 30px;
}

.entry .post-excerpt {
  padding: 0 20px;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
  padding: 5px 17px;
  position: absolute;
  top: 45%;
  transition: all 0.5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
  left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
  right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
  left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
  right: 0;
}

#gallery-post,
#post-thumb {
  overflow-x: hidden;
}

#post-thumb .owl-buttons {
  color: #fff;
}

.post-meta {
  background-color: #3d444a;
  border-top: 1px solid #4e595f;
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta > span {
  border-right: 1px solid #4e595f;
  display: inline-block;
  font-size: 12px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span > i {
  margin-right: 5px;
}

.post-meta a:hover {
  color: #6cb670;
}

.post-excerpt .more {
  margin-top: 20px;
}

.post-excerpt .more a {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px;
}

.post-excerpt .more a:hover {
  background-color: #6cb670;
  color: #fff;
}

aside.widget {
  margin-bottom: 25px;
}

.widget-title > h3 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
}

#search-form {
  position: relative;
}

#search-submit {
  background: none;
  border: 0;
  color: #c8c8ca;
  display: block;
  font-size: 16px;
  height: 32px;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 32px;
}

.widget-content .tab-content {
  background-color: #2f383d;
  padding: 20px;
}

.tab-post-nav {
  background-color: #4a535a;
}

.tab-post-nav li {
  float: left;
}

.tab-post-nav li.active a {
  border-top: 3px solid #6cb670;
  background-color: #2f383d;
  color: #6cb670;
}

.tab-pane.active .clearfix:first-child {
  margin-bottom: 25px;
}

.tab-excerpt > span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.tab-excerpt h4 a {
  color: #fff;
}

.tab-excerpt h4 a:hover {
  color: #6cb670;
}

.tab-post-nav li a {
  border-top: 3px solid transparent;
  color: #fff;
  display: block;
  padding: 13px 18px;
  text-align: center;
}

.categories li {
  margin-bottom: 10px;
  transition: all 0.5s ease-in 0s;
}

.categories > li:hover a {
  padding-left: 10px;
  color: #6cb670;
}

.categories > li:last-child {
  border-bottom: 0;
}

.categories li a {
  padding-left: 5px;
}

.widget-content .tag {
  background-color: #2f383d;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 13px;
}

.widget-content .tag:hover {
  background-color: #6cb670;
  color: #fff;
}

.post-pagination {
  display: inline-block;
  margin-bottom: 20px;
}

.post-pagination ul li {
  margin-right: 5px;
  float: left;
}

.post-pagination ul li:last-child {
  margin-right: 0;
}

.post-pagination ul li.disabled a {
  cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
  background-color: #2e373c;
  color: #9aa8b3;
}

.post-pagination ul li a {
  background-color: #30393e;
  color: #9aa8b3;
  display: block;
  padding: 8px 18px;
}

.post-pagination ul li a:hover,
.post-pagination ul li.active a {
  background-color: #6cb670;
  color: #fff;
}

/*=================================================================
	Single Blog Page
==================================================================*/
.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

blockquote {
  border-left: 5px solid #6cb670;
  font-style: italic;
  line-height: 22px;
  margin: 20px 0;
}

.next-prev {
  border-bottom: 1px solid #4e595f;
  border-top: 1px solid #4e595f;
  margin: 20px 0;
  padding: 15px 0 10px;
}

.next-prev a:hover {
  color: #6cb670;
}

.prev-post i {
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}

.next-post i {
  float: right;
  margin-left: 10px;
  margin-top: -3px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #4e595f;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
  border-bottom: 1px solid #4e595f;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.author-bio h5 {
  display: inline-block;
}

.post-item .comments-section {
  margin-top: 35px;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #4e595f;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-left: -25px;
  margin-right: 20px;
}

.author-comment {
  margin-bottom: 15px;
  overflow: hidden;
}

.author-comment cite a:hover,
.replay:hover {
  color: #6cb670;
  text-decoration: underline;
}

.author-comment cite {
  margin-bottom: 2px;
  padding-top: 4px;
}

.comment-content {
  margin-left: 45px;
}

.comment-list ul li {
  padding-left: 25px;
}

.comment-reply-form {
  margin-top: 80px;
}

#comment-form {
  margin-top: 35px;
}

#comment-form .form-control:hover {
  border-color: #6cb670;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */

/********************CARD Design***************************/
 
.music-card {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  /*background: linear-gradient(145deg, #333, #000);*/
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.4em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.music-card div.card-row {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  transition: flex 0.5s;
  /*background: linear-gradient(145deg, #212121, #000);*/
    background-color: #d5d5d5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #646464;
}
.music-card div.card-row:nth-child(2n+2) {
    background-color: #e8e8e8;
}
/*.music-card div.card-row:hover {
  flex: 2;
}*/

.music-card div.card-row span {
  padding: 0.2em;
  text-align: center;
  transform: rotate(-0deg);
  transition: transform 0.5s;
  text-transform: uppercase;
  color: #00ffeb;
  font-weight: "bold";
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.music-card div.card-row:hover span {
  transform: rotate(0);
}

.music-card div.card-row:hover::before {
  opacity: 1;
}
.playlist-row {
    display: flex;
    padding: 8px;
    position: relative;
    width: 100%;
    height: 100%;
}
.plrc-1 {
    width: 32px;
    font-size: 22px;
    display: flex;
    align-items: center;
    border-right: 1px dashed #51555b;
    justify-content: center;
}
.playlist-row.active .plrc-1 {
    visibility: hidden;
}
.plrc-2 {
    width: 1px;
    flex-grow: 1;
    text-align: left;
    padding-left: 15px;
}
.playlist-track-title {
    font-size: 22px;
}
.playlist-album {
    font-size: 18px;
}
.plrc-3 {
    width: 56px;
    font-size: 22px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.playlist-row.active, .playlist-row:hover {
    background-color: #b5b5b5;
}
.playlist-row.active:before {
    position: absolute;
    top: 50%;
    left: 5px;
    content: url("../images/arrow-right.png");
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

/* From Uiverse.io by terenceodonoghue */ 
.play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 96px;
  width: 96px;
  animation: rotate_3922 1.2s linear infinite;
  background-color: #9b59b6;
  background-image: linear-gradient(#9b59b6, #84cdfa, #5ad1cd);
}

.play-container span {
  position: absolute;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background-color: #9b59b6;
  background-image: linear-gradient(#9b59b6, #84cdfa, #5ad1cd);
}

.play-container span:nth-of-type(1) {
  filter: blur(5px);
}

.play-container span:nth-of-type(2) {
  filter: blur(10px);
}

.play-container span:nth-of-type(3) {
  filter: blur(25px);
}

.play-container span:nth-of-type(4) {
  filter: blur(50px);
}

.play-container::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border: solid 5px #ffffff;
  border-radius: 50%;
}

@keyframes rotate_3922 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.newsletter-wrapper {
    background-color: #353b43;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
.play-block {
    position: relative;
    padding: 60px 0;
    margin: 40px 0;
}
.modal-dialog {
     max-width: 900px;
}
.modal-header .close {
    font-size: 50px;
    padding: 0 20px;
}
.modal-title,
.modal-footer .btn {
    color: #000;
}
.mycard {
    transition: 400ms;
}
.cards .mycard:hover {
  transform: scale(1.1, 1.1);
}
.cards:hover > .mycard:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}
/*.album-block {
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
}*/
.album-block {
    position: relative;
    margin: 20px 0;
    transition: all 0.5s;
}

/*.album-block {
  position: relative;
  margin-top: 30px;
    transition: all 0.5s;
}
.album-block:hover {
  margin-top: 10px;
transition: all 0.5s;
    transform:scale(1.1);
}*/

.album-block img {
    transition: all 0.5s;
}
.album-block:hover img {
    transition: all 0.5s;
    transform: rotate(2deg);
}



.album-block::before,
.album-block::after {
  --size: 5px; /* Reduced glow size */
  content: "";
  position: absolute;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: calc(100% + var(--size));
  height: calc(100% + var(--size));
  background: radial-gradient(circle at 0 0, hsl(27deg 93% 60%), transparent),
    radial-gradient(circle at 100% 0, #00a6ff, transparent),
    radial-gradient(circle at 0 100%, #ff0056, transparent),
    radial-gradient(circle at 100% 100%, #6500ff, transparent);
    border-radius: 12px;
}

.album-block::after {
  --size: 2px; /* Reduced inner glow size */
  z-index: -1;
}

.album-block::before {
  --size: 10px; /* Reduced outer glow size */
  z-index: -2;
  filter: blur(2vmin); /* Reduced blur */
  animation: blur-animation 3s ease-in-out alternate infinite; /* Faster blur animation */
}

/* Faster blur animation */
@keyframes blur-animation {
  to {
    filter: blur(3vmin);
    transform: scale(1.05);
  }
}

.box-image {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    position: relative;
    width: 470px;
    transition: all 0.3s 0s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1;
}
.box-image-wrapper {
    position: relative;
}
.box-image-wrapper::after, 
.box-image-wrapper::before {
    content: '';
    opacity: .4;
    position: absolute;
    z-index: -1;
}
.box-image-wrapper::before {
    background-image: url(../images/decoration-dots-box.svg);
    height: 188px;
    bottom: 50px;
    right: -144px;
    width: 188px;
}
.box-image-wrapper::after {
    background-image: url(../images/decoration-dots-angle.svg);
    height: 62px;
    top: 50px;
    left: -72px;
    width: 62px;
}
.text-decoration {
    color: rgba(255, 255, 255, 0.04);
    font-size: 16rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-x: hidden;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    z-index: 0;
    transform: translateY(-50%);
    font-family: Montserrat;
}
.jubilee-sign {
    float:right; 
    margin-top: -50px;   
}

.card {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.flip-card-content {
    padding: 10px;
    color:#000;
}
.slick-track {
    padding: 5px 0;
}
.slick-slide {
    padding: 0 5px;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content:center;
}
.card__date {
    font-size:14px;
}
.card svg {
  width: 48px;
  fill:#eecb08;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover .card__content {
  transform: rotateX(0deg);
}

.card__title {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.card:hover svg {
  scale: 0;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #242424;
  line-height: 1.4;
    text-align: justify;
}
.stars {
    display: flex;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    color: rgb(238, 203, 8);
}
.star {
    height: 3.0rem;
    width: 1.25rem;
    fill:#eecb08;
}
    
    
/*
.container.gallery-container {
    padding: 0;
}
*/

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 0;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 10px solid #000;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: '🔍';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 189, 89, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
/**********************************************************
                        Contact Us form
**********************************************************/

/* From Uiverse.io by ammarsaa */ 
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 90%;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
    margin: 0 auto 60px;
}

.contact-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #ffbd59;
}

.contact-title::before {
  width: 18px;
  height: 18px;
}

.contact-title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.contact-title::before,
.contact-title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #ffbd59;
}

.contact-message, 
.contact-signin {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-signin {
  text-align: center;
}

.contact-signin a:hover {
  text-decoration: underline royalblue;
}

.contact-signin a {
  color: #00bfff;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.contact-form label {
  position: relative;
}

.contact-form label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 20px 05px 05px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.contact-form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.contact-form label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.contact-form label .input:focus + span {
  color: #fff;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}

.contact-submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  transform: .3s ease;
  background-color: #ffbd59;
}

.contact-submit:hover {
  background-color: #ffbd5996;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

/******************************Music Player ***********************************************/
.playerOuter {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
}
.music-cover-icon {
    width:140px;
}
.ac-container {
    display: flex;
    border: 0;
    height: 100px !important;
    width: 1% !important;
    flex-grow: 1;
    align-items: end;
    margin-left: 20px;
}
.ac-container canvas {
    height: 60px;
    width: 100%;
}
#ac-controls1,
#ac-controls2,
#ac-controls3 {
    position: absolute;
    left: 130px;
    width: 50px !important;
    height: 50px !important;
    background: none;
}
.ac-play-container {
  background-color: #e0e0e0;
}
.ac-play-container button:focus {
  outline: none;
}
.ac-play-container .ac-play {    
    margin-top: 0;
    border-radius: 50%;
    background-color: #f77007;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
    transition: 0.25s ease background-color;
    width: 100% !important;
    height: 100% !important;
}
.ac-play-container .ac-play:before {
  content: "▶";
  margin-left: 5px;
}
.ac-play-container .ac-play:hover {
  background-color: #d2610a;
  cursor: pointer;
}
.ac-play-container .ac-playing:before {
    content: "⏸" !important;
    height: 40px;
    display: flex;
    justify-content: center;
    line-height: 32px;
    margin: 0;
    padding: 0;
    width: 40px;
}
.ac-play-container .ac-playing {
  padding-top: 4px;
  padding-left: 6px !important;
  font-size: 35px !important;
}

/******************************* Flip Book ***********************************/



.book {
    margin: auto;
    position: relative;
    height: 520px;
    width: 1300px;
}
.page {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 520px;
  justify-content: center;
}
.page-img {
  height: 100%;
  width: 40%;
  object-fit: cover;
  border-radius: 0;
}
.page-layer {
  position: absolute;
  height: 520px;
  width: 40%;
  border-radius: 0;
  object-fit: cover;
}

.book-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-color: #000;
}
.book-btn:hover{
  cursor: pointer;
}

.btn-prev{
  left: 60px;
  margin-left: 0;
}

.btn-next{
  right: 45px;
  margin-right: 0;
}

.img-layer-right {
  right: 10%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 3%
  );
}

.img-layer-left {
  left:10%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 97%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.default-position {
  transform: rotateY(0deg);
}

.rotate-next {
  transform: rotateY(-180deg);
}
.rotate-prev {
  transform: rotateY(180deg);
}
.first-image {
    margin-right: 130px;
}
.last-image {
    margin-left: 130px;
}
.right-img {
  perspective: 1000px;
  transform-origin: left center;
  transition: transform 0.5s;
}
.left-img {
  perspective: 1000px;
  transform-origin: right center;
  transition: transform 0.5s;
}

.left-cover{
  background-color: black;
  border-radius: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text{
  font-size: 24px;
  color: white;
}

.text:hover{
  cursor: pointer;
}

.right-cover{
  background-color: black;
  height: 100%;
  width: 50%;
}
.back-cover{
  background-color: black;
}

.btn-prev-last{
  border: 0;
}


/*********************************************************************************************************************************
**********************************************Footer Music Player*****************************************************************/

.holder {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.album {
  background-image: url("../images/song-cover.jpg");
  background-size: contain;
  background-color: #000;
    position: absolute;
    height: 84px;
    width: 244px;
    left: 0;
}

.mejs-player {
  float: left;
  padding-top: 35px;
  max-width: 500px;
  white-space: nowrap;
}

.mejs__controls:not([style*="display: none"]) {
  background: transparent;
}

.mejs__controls,
.mejs__mediaelement,
.mejs__container {
  background: url("") !important;
  background-color: #fff !important;
}

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: "Poppins", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url("https://furrowthebrow.github.io/demo/mejs.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("https://furrowthebrow.github.io/demo/mejs.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
    background-color: #000 !important;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 30px;
  line-height: 10px;
  margin: 0;
  width: 30px;
}
.mejs__playpause-button {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -15px;
}
.mejs__button > button {
/*  background: transparent url("https://furrowthebrow.github.io/demo/mejs.svg");*/
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 30px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #9b9b9b;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
    background: url("../images/play-icon.png") no-repeat center;
/*  background-position: 0 0;*/
}

.mejs__pause > button {
  background: url("../images/pause-icon.png") no-repeat center;
}

.mejs__replay > button {
    background: url("../images/re-play.png") no-repeat center;
/*  background-position: -160px 0;*/
}

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 4px;
  position: absolute;
}

.mejs__time-total {
  background: #5e5e5e;
  margin: 10px 0 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
  -moz-box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
  box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: #6a6a6a;
}

.mejs__time-current,
.mejs__time-handle-content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
  -moz-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle {
    top:-3px;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #fff;
  border: solid 1px #fff;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  -moz-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: solid 5px #fff;
  border-color: #fff transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
/*  background-position: -60px 0;*/
    background: url("../images/speaker-icon.png") no-repeat center;
}

.mejs__unmute > button {
/*  background-position: -40px 0;*/
    background: url("../images/mute-icon.png") no-repeat center;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  background: #fff;
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: #edeeef;
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: #1d1d1b;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: #ffbd59;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/***********************************************************************************************/


/*****************************************************************/

@media (max-width: 1600px) {
    .hero-section {
    padding-bottom: 20px;
    }
    .hero-section-content h2 {
        font-size: 36px !important;
}
    .hero-section .col-md-4 {
    padding: 0 20px;
}
}
@media (max-width: 1400px) {
.home-slider .block {
    left: 100px;
    transform: scale(0.9);
}   
}
@media (max-width: 1320px) {
.book,
.page {
    height: 372px;
    width: 100%;
}  
.first-image {
    margin-right: 90px;
}
.last-image {
    margin-left: 90px;
}
.page-layer {
    height: 372px;
} 
.btn-next {
    right: 20px;
    margin-right: 0;
}
.btn-prev {
    left: 20px;
    margin-left: 0;
} 
}

@media (max-width: 1200px) {
.navigation .navigation-menu a {
    font-size: 17px;
}   

}
@media (max-width: 1100px) {
.navigation .navigation-menu a {
    padding: 0 8px !important;
    font-size: 15px;
}    
}
@media (max-width: 1024px) {
  .hero-section {
    padding-bottom: 0px;
    } 
    .hero-section-content h2 {
        font-size: 24px !important;
}
}
@media (max-width: 991px) {
    .hero-area {
            flex-direction: column;
    }
    .hero-section {
        position: relative;
        padding: 30px 0 10px;
        background-color: #686868;
    }
    .bg-2 {
	padding: 150px 0;
	background-position: 80% center;
}
    .bg-3 {
	background-position: center;
}
    .new-title::after {
	font-size: 140px;
	left: -40px;
	top: -30px;
}
    .portfolio-filter button {
	padding: 6px 12px;
}
.book,
.page {
    height: 276px;
    width: 100%;
}  
.first-image {
    margin-right: 68px;
}
.last-image {
    margin-left: 68px;
}
.page-layer {
    height: 276px;
} 
.btn-next {
    right: 10px;
    margin-right: 0;
}
.btn-prev {
    left: 10px;
    margin-left: 0;
}
.navigation-menu li.nav-item {
    padding: 12px 0;    
}
.navigation .navigation-menu a {
    font-size: 20px;
    border: 0;
}
.slick-slide img
{
    width: 100%;
    height: auto;
}
}

@media (max-width: 768px) { 
    .hero-area {
    height: auto;
    padding: 300px 0 100px;
    background-position: right 0;
}
 .hero-area .block .video-button a {    
    font-size: 24px;
}  
.music-section {
    height: auto;
}
.music-section h2,
.testimonial h2 {
    text-align: center;
    font-size: 60px;
    text-shadow: 0 0 5px black;
}
.sub-heading {
    font-size: 60px;
}
.sub-sub-heading1,
.sub-sub-heading2 {
    max-width: 100%; 
    text-align: justify;
}
 .navigation-menu {
    background-color: #000;
    padding: 10px;
}  
 .navigation-menu li.nav-item {
    padding: 12px 0;
}
.navigation .navigation-menu a {
    border:0
}
#testimonial.section {
    padding: 100px 0;
}
.book {
    height: 200px;
    width: auto;
}
.page {
    width: 100%;
    height:200px;
}
.first-image {
    margin-right: 40px;
}
.last-image {
    margin-left: 40px;
}
.page-layer {
    height: 200px;
}
.btn-next {
    right: 6px;
}
.btn-prev {
    left: 6px;
}
.btn-next span,
.btn-prev span {
    display: none;
}  
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.album {
    display: none;
}
.jubilee-sign {
    width:250px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel.slide {
    height: calc(80vh - 80px);
}
.carousel-item {
    background-position: right -130px center;
}
.home-slider .block {
    top: 60%;
    left: 30px;
    transform: none;
    width: calc(100% - 60px);
}
.hero-area .block h3, 
.home-slider .block h3 {
    font-size: 18px;
}
.home-slider .block .video-button a {
    font-size: 18px;
} 
.btn-panel {
    margin-top: 20px;
}
.slick-slide img {
    width: 100%;
    height: 100%;
}
}