 
  @import url('https://fonts.cdnfonts.com/css/rockville-solid');
 

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  display: none;
}

.dd-menu.toggled {
  display: block;
} 

.dd-menu li {
  padding: 5px 30px;
  white-space: nowrap;
}
  
 /*---------------------
  Tours
-----------------------*/

.tours {
	padding-top: 150px;
	padding-bottom: 60px;
}

.tours__item__text {
	padding-right: 30px;
	margin-bottom: 100px;
}

.tours__item__text.tours__item__text--right {
	padding-left: 30px;
	padding-right: 0;
}

.tours__item__text h2 {
	font-size: 42px;
	color: #111111;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.tours__item__text .tours__text__widget {
	overflow: hidden;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 38px;
}

.tours__item__text .tours__text__widget ul {
	float: left;
}

.tours__item__text .tours__text__widget ul li {
	list-style: none;
	font-size: 15px;
	color: #111111;
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}

.tours__item__text .tours__text__widget ul li:last-child {
	margin-bottom: 0;
}

.tours__item__text .tours__text__widget ul li i {
	color: #5c00ce;
	position: absolute;
	left: 0;
	top: 3px;
}

.tours__item__text .tours__text__widget ul li span {
	display: inline-block;
	padding-right: 8px;
	position: relative;
	margin-right: 5px;
}

.tours__item__text .tours__text__widget ul li span:last-child {
	padding-right: 0;
	margin-right: 0;
}

.tours__item__text .tours__text__widget ul li span:last-child:after {
	display: none;
}

.tours__item__text .tours__text__widget ul li span:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "|";
}

.tours__item__text .tours__text__widget .price {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	padding: 14px 25px 12px 30px;
	background: #5c00ce;
	float: right;
}

.tours__item__text .tours__text__desc {
	padding-top: 40px;
	margin-bottom: 65px;
}

.tours__item__text .tours__text__desc p {
	color: #111111;
	margin-bottom: 20px;
}

.tours__item__text .tours__text__desc p:last-child {
	margin-bottom: 0;
}

.tours__item__pic {
	position: relative;
	z-index: 1;
	padding-right: 35px;
	margin-bottom: 110px;
	padding-left: 30px;
}

.tours__item__pic.tours__item__pic--left {
	padding-left: 50px;
	padding-right: 0;
}

.tours__item__pic.tours__item__pic--left:after {
	left: 0;
}

.tours__item__pic.tours__item__pic--last {
	margin-bottom: 0;
}

.tours__item__pic:after {
	position: absolute;
	left: 50px;
	top: 37px;
	width: calc(100% - 50px);
	height: 100%;
	border: 20px solid rgba(9, 53, 247, 0.1);
	content: "";
	z-index: -1;
}

.tours__item__pic img {
	max-width: 100%;
}
 
 /*---------------------
  Videos
-----------------------*/
.pt-7{
	padding-top: 5rem;
}
.videos {
	padding-bottom: 90px;
}

.videos .section-title {
	margin-bottom: 70px;
}

.videos__large__item {
	height: 380px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.videos__large__item .play-btn {
	height: 50px;
	width: 50px;
	background: #5c00ce;
	border-radius: 50%;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.videos__large__item__text {
	background: rgba(7, 14, 38, 0.7);
	padding: 25px 30px 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.videos__large__item__text h4 {
	color: #ffffff;
	font-weight: 500;
}

.videos__large__item__text ul li {
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin-right: 18px;
	color: #ffffff;
	position: relative;
}

.videos__large__item__text ul li:after {
	position: absolute;
	right: -12px;
	top: 2px;
	height: 17px;
	width: 1px;
	background: #ffffff;
	content: "";
}

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

.videos__large__item__text ul li:last-child:after {
	display: none;
}

.videos__item__pic {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
}

.videos__item__pic .play-btn {
	height: 40px;
	width: 40px;
	background: #5c00ce;
	border-radius: 50%;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.videos__item__text {
	padding-top: 20px;
}

.videos__item__text h5 {
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 5px;
	 font-size: 1.15rem;;
}

.videos__item__text ul li {
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin-right: 18px;
	/* color: #5c00ce; */
	position: relative;
}

.videos__item__text ul li:after {
	position: absolute;
	right: -12px;
	top: 2px;
	height: 17px;
	width: 1px;
	background: #888888;
	content: "";
}

.videos__item__text ul li:last-child {
	margin-right: 0;
	/* color: #888888; */
}

.videos__item__text ul li:last-child:after {
	display: none;
}

.videos__slider .col-videos {
	max-width: 100%;
}

.videos__slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #888888;
	height: 50px;
	width: 25px;
	background: #ffffff;
	line-height: 50px;
	position: absolute;
	left: 15px;
	top: 22%;
}

.videos__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.blog__item__pic img {
	height: auto;
	padding: 10px;
}

.img-baner{
	max-width: 100%;
    /* height: 310px; */
    object-fit: cover;
    object-position: center;
}

/*---------------------
  Track
-----------------------*/
.section-title {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.section-title h2 {
	font-size: 35px;
	/* color: #111111; */
	font-weight: 700;
	text-transform: uppercase;
}

.section-title h1 {
	font-size: 100px;
	color: #f2f2f2;
	font-family: "Rockville Solid Regular";
	position: absolute;
	left: 0;
	top: -45px;
	width: 100%;
	z-index: -1;
}
.track {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

/* .track .section-title {
	margin-bottom: 105px;
} */

.track__content {
	height: 502px;
	overflow-y: auto;
}

.track__all {
	text-align: right;
	margin-bottom: 100px;
}

.jp-play {
    font-size: 16px;
    color: #5c00ce;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.jp-play:after {
	position: absolute;
	display: block;
	left: 17px;
	top: 12px;
	width: 16px;
	height: 20px;
	background: url(../images/play-default.png);
	content: "";
}

.jp-state-playing .jp-play {
	background: #5c00ce !important;
	border-color: #5c00ce !important;
}

.jp-state-playing .jp-play:after {
	background: url(../images/pause.png) !important;
	left: 15px;
	top: 12px;
}

.jp-audio .jp-play:focus {
	background: #5c00ce !important;
	border-color: #5c00ce !important;
}

.jp-audio .jp-play:focus:after {
	background: url(../img/play.png);
}

.jp-seek-bar>div {
	height: 5px;
	background: #e1e1e1;
	cursor: pointer;
	width: 245px;
}

.player_bars {
	width: 350px;
	display: table;
	padding-left: 50px;
	position: relative;
	padding-top: 25px;
	float: left;
	margin-right: 30px;
}

.jp-play-bar {
	position: relative;
	height: 100%;
	background: #ce2600;
	overflow: visible !important;
}

.jp-current-time {
	font-size: 15px;
	color: #1e1e1e;
	position: absolute;
	left: -50px;
	top: -9px;
}

.jp-duration {
	font-size: 15px;
	color: #1e1e1e;
	position: absolute;
	right: 0;
	top: 16px;
}

.player_controls_box {
	width: 50px;
	float: left;
	margin-right: 20px;
}

.jp-mute {
	font-size: 18px;
	border: none;
	background: none;
	color: #1e1e1e;
	position: absolute;
	left: 0;
	top: 13px;
}

.jp-volume-bar {
	height: 5px;
	width: 310px;
	background: #e1e1e1;
	cursor: pointer;
}

.jp-volume-bar-value {
	background: #5c00ce;
	height: 100%;
}

.jp-volume-controls {
	position: relative;
	width: 95px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}

.single_player_container {
	overflow: hidden;
	margin-bottom: 40px;
}

.single_player_container:last-child {
	margin-bottom: 0;
}

.stream-title h3{
	font-size: 45px;
    color: #cb3030;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.stream-sub{
    font-size: 30px;
    color: #3e3b3b;
    font-weight: 600;
    margin-bottom: 50px;
}

/* .single_player_container h4 {
    font-size: 30px;
    color: #cb3030;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.single_player_container h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
} */

.track__pic {
	position: relative;
	z-index: 1;
}

/* .track__pic:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	content: "";
	z-index: -1;
} */

.track__pic img {
	position: relative;
	/* top: -50px; */
	max-width: 100%;
	/* margin-left: 40px; */
	border-radius: 10px;
	height: auto;
}

.player-box {
    padding: 77px 121px 100px 81px;
    border-radius: 24px;
    background: #f2f4f5;
}



/*---------------------
  Youtube
-----------------------*/

.youtube {
	padding-bottom: 50px;
}

/* .youtube .section-title {
	text-align: center;
} */

.youtube .section-title h1 {
	font-size: 73px;
}

.youtube__item {
	display: flex;
	align-items: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-bottom: 15px;
}

.youtube__item:hover {
	-webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
	box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
}

.youtube__item__pic {
	width: 150px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.youtube__item__pic .play-btn {
	font-size: 16px;
	color: #5c00ce;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.youtube__item__pic .play-btn i {
	position: relative;
	top: 2px;
	left: 2px;
}

.youtube__item__pic .play-btn:after {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 40px;
	width: 40px;
	background: #ffffff;
	border-radius: 50%;
	content: "";
	z-index: -1;
}

.youtube__item__text {
	padding: 25px 30px 20px 20px;
	background: #ffffff;
}

.youtube__item__text h4 {
	font-size: 17px;
	color:#444444;
	line-height: 34px;
	font-weight: 700;
}

.youtube__item__text i{
	color: red;

}

/* Streaming */
.player{
	/* height: 95vh; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
  .wrapper{
	border: 1px solid transparent;
	padding: 30px;
	border-radius: 20px;
	background-color: #ddd;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  }
  
  .details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  }
  
  .track-art {
  margin: 25px;
  height: 250px;
  width: 250px;
  /* border:2px solid 	#FFFAFA; */
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  /* -moz-box-shadow: 0px 6px 5px black;
  -webkit-box-shadow: 0px 6px 5px black;
  box-shadow: 0px 6px 5px black; */
  -moz-border-radius:190px;
  -webkit-border-radius:190px;
  border-radius:190px;
  }
  
  .now-playing {
  font-size: 1rem;
  }
  
  .track-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cb1616;
  text-transform:uppercase;
  }
  
  .track-artist {
  margin-top: 5px;
  font-size: 1.1rem;
  color: #252525;
  text-transform: capitalize;
  }
  
  .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  }
  .active{
	  color: black;
  }
  
  .repeat-track,
  .random-track,
  .playpause-track,
  .prev-track,
  .next-track {
  padding: 25px;
  opacity: 0.8;
  transition: opacity .2s;
  }
  
  .repeat-track:hover,
  .random-track:hover,
  .playpause-track:hover,
  .prev-track:hover,
  .next-track:hover {
  opacity: 1.0;
  }
  
  .slider_container {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: #83A9FF;
  -webkit-transition: .2s;
  transition: opacity .2s;
  }
  
  .seek_slider::-webkit-slider-thumb,
  .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  border: 3px solid #3774FF;
  cursor: grab;
  border-radius: 100%;
  }
  
  .seek_slider:hover,
  .volume_slider:hover {
  opacity: 1.0;
  }
  
  .seek_slider {
  width: 60%;
  }
  
  .volume_slider {
  width: 50%;
  }
  
  .current-time,
  .total-duration {
  padding: 10px;
  }
  
  i.fa-volume-down,
  i.fa-volume-up {
  padding: 10px;
  }
  
  i,
  i.fa-play-circle,
  i.fa-pause-circle,
  i.fa-step-forward,
  i.fa-step-backward{
  cursor: pointer;
  }
  .randomActive{
	  color: black;
  }
  .rotate {
	  animation: rotation 8s infinite linear;
  }
  @keyframes rotation {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(359deg);
	  }
  }
  .visualizer {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	/* margin-top: 30px; */
  }
  .visualizer .stroke{
	  background: #f1f1f1;
	  height: 150%;
	  width: 10px;
	  border-radius: 50px;
	  margin: 0 5px;
	  animation: animate 1.4s linear infinite;
  }
	@keyframes animate {
	  50% {
		height: 20%;
		background: #e7332a;
	  }
  
	  100% {
		background: #e7332a;
		height: 100%;
	  }
	}
	.stroke:nth-child(1){
		animation-delay: 0s;
	}
	.stroke:nth-child(2){
	  animation-delay: 0.3s;
  }
  .stroke:nth-child(3){
	  animation-delay: 0.6s;
  }
  .stroke:nth-child(4){
	  animation-delay: 0.9s;
  }
  .stroke:nth-child(5){
	  animation-delay: 0.6s;
  }
  .stroke:nth-child(6){
	  animation-delay: 0.3s;
  }
  .stroke:nth-child(7){
	  animation-delay: 0s;
  }

  /*---------------------
  Skills
-----------------------*/

.skills {
	padding-bottom: 80px;
	padding-top: 80px;
}

.skills__content {
	height: 500px;
	padding: 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image: url(../images/left-dec.jpg);
	background-size: cover;
	/* background-position: center; */
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}


.skills__content .section-title h2 {
	color: #ffffff;
}

.skills__content .section-title h1 {
	color: #ffffff;
	opacity: 0.1;
	text-align: center;
}

.skills__content p {
	color: #ffffff;
	margin-bottom: 32px;
}

.skill__bar__item {
	margin-bottom: 20px;
}

.skill__bar__item p {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 10px;
}

.skill__bar__item .barfiller {
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.skill__bar__item .barfiller .tip {
	margin-top: -32px;
	padding: 0;
	font-size: 15px;
	color: #fff;
	background: transparent;
}

.skill__bar__item .barfiller .tip:after {
	display: none;
}

.skills__video {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.skills__video .play-btn {
	font-size: 26px;
	color: #5c00ce;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: rgba(117, 31, 221, 0.3);
	display: inline-block;
	line-height: 90px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.skills__video .play-btn i {
	position: relative;
	top: 2px;
	left: 2px;
}

.skills__video .play-btn:after {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 60px;
	width: 60px;
	background: #ffffff;
	border-radius: 50%;
	content: "";
	z-index: -1;
}

.img-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-box .play_btn {
	background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 3;
}
.img-box .play_btn a {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    position: relative;
    z-index: 5;
}

img-box .play_btn img {
    width: 20px;
    margin-left: 3px;
}

.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
}

.btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ffffff;
    color: #000000;
    border: 1.5px solid #ffffff;
    border-radius: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}


  @keyframes before-animation {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  

.img-box .play_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #c01010;
    opacity: 1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
    -webkit-animation: before-animation 2s infinite;
    animation: before-animation 2s infinite;
}

/*---------------------
  About
-----------------------*/

.about {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about.about--page {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about.about--page .section-title {
	margin-bottom: 28px;
}

.about.about--page .section-title h2 {
	line-height: 55px;
}

.about.about--page .about__text {
	padding-top: 15px;
}

.about.about--page .about__text p {
	color: #111111;
}

.about__pic img {
	width: 70%;
	border-radius: 10px;
}

.about__text {
	padding-top: 110px;
}

.about__text p {
	margin-bottom: 35px;
}

/*---------------------
  About Services
-----------------------*/

.about-services {
	padding-top: 80px;
    padding-bottom: 80px;
}

.about-services .section-title {
	margin-bottom: 60px;
}

.about__services__item {
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.about__services__item:hover {
	-webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
	box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
}

.about__services__item__pic {
	height: 183px;
	position: relative;
}

.about__services__item__pic .icon {
	height: 50px;
	width: 50px;
	background: #5c00ce;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -25px;
}

.about__services__item__text {
	text-align: center;
	padding: 15px 10px 30px;
}

.about__services__item__text h4 {
	font-size: 26px;
	color: #111111;
	font-weight: 700;
	margin-bottom: 12px;
}

.about__services__item__text p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# galeri
--------------------------------------------------------------*/
.galeri .galeri-item {
	margin-bottom: 30px;
  }
  
  .galeri #galeri-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
  }
  
  .galeri #galeri-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
  }
  
  .galeri #galeri-flters li:hover,
  .galeri #galeri-flters li.filter-active {
	color: #fff;
	background: #5846f9;
  }
  
  .galeri #galeri-flters li:last-child {
	margin-right: 0;
  }
  
  .galeri .galeri-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
  }
  
  .galeri .galeri-wrap::before {
	content: "";
	background: rgb(19 19 20 / 80%);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
  }
  
  .galeri .galeri-wrap .galeri-info {
	opacity: 0;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
  }
  
  .galeri .galeri-wrap .galeri-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
  }
  
  .galeri .galeri-wrap .galeri-info p {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
  }
  
  .galeri .galeri-wrap .galeri-links {
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 10%;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
  }
  
  .galeri .galeri-wrap .galeri-links a {
	color: rgba(255, 255, 255, 0.6);
	margin: 0 2px;
	font-size: 50px;
	display: inline-block;
	transition: 0.3s;
  }
  
  .galeri .galeri-wrap .galeri-links a:hover {
	color: #fff;
  }
  
  .galeri .galeri-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
  }
  
  .galeri .galeri-wrap:hover .galeri-info {
	opacity: 1;
	top: calc(50% - 48px);
  }
  
  .galeri .galeri-wrap:hover .galeri-links {
	opacity: 1;
	bottom: calc(50% - 50px);
  }
  
  /*--------------------------------------------------------------
  # galeri Details
  --------------------------------------------------------------*/
  .galeri-details {
	padding-top: 40px;
  }
  
  .galeri-details .galeri-details-slider img {
	width: 100%;
  }
  
  .galeri-details .galeri-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .galeri-details .galeri-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #5846f9;
  }
  
  .galeri-details .galeri-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #5846f9;
  }
  
  .galeri-details .galeri-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
  }
  
  .galeri-details .galeri-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
  }
  
  .galeri-details .galeri-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
  }
  
  .galeri-details .galeri-info ul li+li {
	margin-top: 10px;
  }
  
  .galeri-details .galeri-description {
	padding-top: 30px;
  }
  
  .galeri-details .galeri-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  
  .galeri-details .galeri-description p {
	padding: 0;
  }
  .img-galeri {
    width: 100%;
    height: 243px;
    object-fit: cover;
    object-position: center;
}

.galeri-title{
	padding-bottom: 20px;
}

.galeri-title h4 {
    position: relative;
    font-size: 1rem;
    display: block;
    font-weight: 600;
    padding-left: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.galeri-title h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #ea1652;
}

.bg-galeri{
	background-image: url(../images/closed-bg.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
}

/*---------------------
  Footer
-----------------------*/
.footer {
	background: #0a0119;
  }
  
  .footer__top {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer__top__logo {
	line-height: 40px;
  }
  .footer__top__logo a {
	display: inline-block;
  }
  
  .footer__top__social {
	text-align: right;
  }
  .footer__top__social a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	width: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-right: 6px;
  }
  .footer__top__social a:last-child {
	margin-right: 0;
  }
  
  .footer__option {
	padding-bottom: 35px;
	padding-top: 75px;
  }
  
  .footer__option__item {
	margin-bottom: 35px;
  }
  .footer__option__item h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 35px;
  }
  .footer__option__item p {
	font-weight: 300;
	margin-bottom: 20px;
	color: #adadad;
  }
  .footer__option__item .read__more {
	font-size: 16px;
	color: #ffffff;
  }
  .footer__option__item .read__more span {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.5;
	position: relative;
	top: 4px;
	margin-left: 5px;
  }
  .footer__option__item ul li {
	list-style: none;
  }
  .footer__option__item ul li a {
	color: #adadad;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
  }
  .footer__option__item form {
	position: relative;
  }
  .footer__option__item form input {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	border: 1px solid #544E5E;
	background: transparent;
	font-size: 16px;
	color: #adadad;
  }
  .footer__option__item form input::-webkit-input-placeholder {
	color: #adadad;
  }
  .footer__option__item form input::-moz-placeholder {
	color: #adadad;
  }
  .footer__option__item form input:-ms-input-placeholder {
	color: #adadad;
  }
  .footer__option__item form input::-ms-input-placeholder {
	color: #adadad;
  }
  .footer__option__item form input::placeholder {
	color: #adadad;
  }
  .footer__option__item form button {
	font-size: 20px;
	color: #ffffff;
	border: none;
	height: 50px;
	width: 50px;
	background: #00bfe7;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 0;
  }
  
  .footer__copyright__text {
	margin-bottom: 0;
	font-weight: 300;
	color: #adadad;
  }
  .footer__copyright__text i {
	color: #00bfe7;
  }
  .footer__copyright__text a {
	color: #00bfe7;
  }
  

.row-footer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* Article Card */

.row-article {
	-bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.card-article {
    /* flex: 0 1 47rem; */
    display: flex;
    align-items: center;
    margin: 20px 13px 10px;
    /* flex-direction: row; */
    /* background: #fff; */
	box-shadow: 0px 3px 10px rgba(22, 41, 124, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    align-self: normal;
}

.card-article img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: 0.5s;
    object-position: top;
    margin: 0 auto 10px;
}
.card-article h3 {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    text-align: left;
    margin-bottom: 1em;
	padding: 20px 20px 25px;
}

.row-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.card-image {
    flex: 0 1 17rem;
    display: flex;
    align-items: center;
    margin: 20px 13px 10px;
    flex-direction: column;
    /* background: #fff; */
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    align-self: normal;
}

.card-image img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    transition: 0.5s;
    object-position: top;
    margin: 0 auto 10px;
}
.card-image h3 {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    text-align: center;
    margin-bottom: 1em;
}

.img-post{
	width: 100%;
	/* height: 190px; */
}
.img-events{
	width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
}


.container-image {
	position: relative;
	width: 100%;
  }
  
  .image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
  }
  
  .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #292429;
	border-radius: 10px;
  }
  
  .container-image:hover .overlay {
	opacity: 0.9;
  }
  
  .text-program {
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }

  .border-1{
	border-bottom: 1px solid rgba(155,155,155,0.15);
  }

  .article-info{
	display: flex;
	align-items: center;
	list-style: none;
  }

  .article-info li{
	margin-right: 10px;
	margin-top: 5px;
  }

  .index-post-wrap {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

  .index-post {
    position: relative;
    width: 100%;
    background-color: var(--post-card-bg);
    display: flex;
    padding: 16px;
    margin: 0 0 20px;
    border: 1px solid rgba(155,155,155,0.15);
    border-radius: 8px;
}

.index-post .entry-image-wrap {
    width: 200px;
    height: 133px;
    margin: 0 16px 0 0;
    border-radius: 8px;
}

.entry-image-wrap{
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(155,170,175,0.12);
    z-index: 5;
    color: transparent!important;
}

.entry-thumb.lazy-ify, .author-avatar.lazy-ify {
    opacity: 1;
}
.entry-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition: opacity .35s ease,filter 0s ease;
}

.index-post .entry-header {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
}
.index-post .entry-title {
    font-size: 20px;
}
.entry-title {
    display: block;
    color: var(--post-title-color);
    font-weight: 700;
    line-height: 1.3em;
}
.entry-title a {
    display: block;
    color: #202124;
    /* color: #1A73E8; */
}
.entry-title a:hover {
    display: block;
    color: #1A73E8;
}
.index-post .entry-excerpt {
    font-size: 15px;
    color: #3C4043;
    margin: 8px 0 0;
}
.excerpt {
    font-family: var(--text-font);
    line-height: 1.5em;
}
.index-post .entry-meta {
    flex-wrap: wrap;
    font-size: 12px;
    margin: 8px 0 0;
}
.entry-meta {
    display: flex;
    font-size: 12px;
    color: var(--meta-color);
    font-weight: 400;
    margin: 4px 0 0;
}
.entry-meta .mi {
    display: flex;
}
.entry-meta .mi, .entry-meta .sp {
    margin: 0 3px 0 0;
}
.entry-meta .author-name {
    color: #1A73E8;
    font-weight: 500;
}

.streaming_playing_now {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 150px;
    max-width: 150px;
    position: relative;
}
.bg-gen {
    background-color: #da3514!important;
    color: #fff!important;
    border-color: #bac60a;
}

.header__button {
    display: none;
    color: #181919;
    font-size: 14px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fdd340;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 22px;
    padding: 0 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__button {
    display: inline-block;
}

.header__button {
    /* height: 85px; */
    line-height: 85px;
}

.streaming_playing_now .default {
    white-space: normal;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 100%;
    height: 70px;
    line-height: normal;
    text-align: left;
}
.streaming_playing_now .default span {
    font-size: 10px;
}
.streaming_playing_now .default .default-button {
    background: #333;
    padding: 1px 3px;
    border-radius: 3px;
}

.top_player {
	width: 25%;
	float: left;
	padding: 0 0 0 60px;
}

.top_player .pic {
	width: 50px;
	float: left;
	border: 2px solid #fff
}

.top_player .text {
	width: calc(100% - 50px);
	float: left;
	padding-left: 10px;
	margin-top: 8px
}

.top_player .text .status {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background: #444;
    width: 66%;
    border-radius: 3px;
    padding-left: 7px;
    margin-bottom: 3px;
    float: left;
}

.top_player .text h3 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #da3a22;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.top_player .text span {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 10px;
	color: #fff
}

.is-circle {
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
}
.ratioo {
	position: relative;
	width: 100%;
	float: left;
	height: 0;
	overflow: hidden
}

.ratioo1 {
	padding-top: 100%
}
.ratioo img {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #da3a22;
	position: absolute;
	top: 0;
	left: 0
}

.bg-red{
	background: #da3a22;
}

.rounded-full{
	border-radius: 50%;
}

.events{
	padding-top: 80px;
	padding-bottom: 80px;
}

.title-entry h5{
	font-size: 17px;
	margin-bottom: 2rem;
}

.program__item{
	display: flex;
    align-items: center;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-bottom: 15px;
}

.program__item img{
	width: 70px;
	height: 70px;
	object-fit: cover;
}




/* Music Streaming */

