

/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}


/* font-family: 'Oswald', sans-serif; */

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.separator {
	border-top: 1px solid #f2f2f2
}


/*container*/

.container_box {
	width: 80%;
	margin: 0 auto;
}


/*top_header_area*/

.search_box.feroza {
	float: right;
	position: relative;
}

input::placeholder {
	font-family: sans-serif;
	font-size: 12px;
	color: #555;
	padding-left: 15px;
}

.fas.fa-search.serch_icon {
	color: gray;
}

.fas.fa-search.serch_icon {
	color: #eaeaea;
	position: absolute;
	top: 10px;
	left: 8px;
}

.search_box.feroza input {
	padding-left: 28px;
	border-radius: 3px;
}

.top_header_area {
	background: #00a8b5;
	padding: 1px 0;
}

span.social_link {
	color: #fff;
	font-size: 13px;
	font-family: sans-serif;
}

.social_link i {
	font-size: 12px;
	color: blue;
	background: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50px;
	line-height: 24px;
}

.fas.fa-play.play_bg {
	color: #fb3838;
	font-size: 9px;
	line-height: 25px;
}

.search_box.feroza .form-control {
	padding: 4px;
	padding-left: 90px;
}

.follow_us.info {
	padding: 10px 0;
	/*padding: 1rem;*/
}


/*main-header-area*/

.mainmanu_area ul li {
	border-left: 1px solid #fff;
	display: inline-block;
	padding-left: 15px;
}

.feroza_logo.text_logo img {
	width: 100%;
	padding-bottom: 6px;
	margin-left: 0;
	margin-top: 6px;
}

.mainmanu_area {
	float: right;
	line-height: 52px;
}

.mainmanu_area li a {
	font-size: 12px;
	color: #646464;
	font-family: sans-serif;
	font-weight: 600;
}

/*.mainmanu_area li a:hover {
	font-size: 12px;
	color: #014247;
	font-family: sans-serif;
	font-weight: 600;
}*/

.mainmanu_area li a:hover {
    font-size: 12px;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 600;
    background-color: #00a8b5;
    padding: 10px;
}

.main_header_area {
	background: #ffffff;
	padding: 0px 0;
}


/*dropdown menu*/


/*first_lavel dropdown*/

.mainmanu_area li ul {
	position: absolute;
	left: 0;
	z-index: 999;
	width: 170px;
	background: #0EC1CE;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.mainmanu_area li:hover ul {
	opacity: 1;
	visibility: visible;
	transition: .5s;
}

.mainmanu_area li {
	position: relative;
}

.mainmanu_area li ul a {
	color: #fff;
}

.mainmanu_area ul li ul li {
	display: block;
	padding: 0 19px;
	border-bottom: 1px solid #eee;
}

.mainmanu_area li ul {
	line-height: 33px;
}


/*first_lavel dropdown end */


/*secend_lavel dropdown*/

.mainmanu_area ul ul li ul {
	left: 170px;
}

.mainmanu_area li:hover ul ul{
	top: 0;
	opacity: 0;
	visibility: hidden; 
}

.mainmanu_area ul ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/*.mainmenu_area ul ul li:hover ul {
	opacity: 1;
	visibility: visible;
}*/


/*end secend_lavel dropdown*/

.cross_icon.overlay_menu {
	display: none;
}

.fa.fa-caret-right {
	float: ;
	position: absolute;
	right: 12px;
	top: 12px;
}


/*main_area_images*/

.feroza.single_image img {
	width: 100%;
}

.feroza.sc_padding .container-fluid {
	padding: 0;
	overflow: hidden;
}

.feroza.sc_padding .col-md-3 {
	padding: 0 2px;
}

.main_contant.feroza_img {
	position: relative;
	z-index: 2;
}


/*feroza text absulet*/

.text_box_item h2 {
	font-size: 31px;
	font-weight: 600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

.text_box_item p {
	font-size: 18px;
	font-family: sans-serif;
	color: #fff;
	font-weight: 500;
	line-height: 34px;
}

img.button_songs {
	width: 200px;
}



.text_box_item.rgba_bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/*background: rgba(14, 193, 206, 0.4);*/
	background: rgba(0, 121, 129, 0.4);
}

.text-center.inside_text {
	padding: 32px 0 6px;
}

.button_warp {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.box_listen {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	padding: 14px 30px;
	border-radius: 50px;
	font-size: 15px;
	letter-spacing: 2px;
}

.box_listen:hover {
	background: #0EC1CE;
	color: #fff;
}

.box_listen i {
	margin-left: 16px;
}

.wave.audio_plugin {
	position: absolute;
	width: 100%;
	bottom: 65px;
}

.wave.bg_rgba.demo_img {
	background: rgba(0, 0, 0, 0.5);
}

.audio.play_audio_img img {
	width: 100%;
}


/*main_area_images end*/


/*footer*/

.main_footer.sc_area {
	background: #0EC1CE;
	padding: 27px 0;
}

.btn.btn-danger.subscribe {
	position: absolute;
	top: 0;
	right: -111px;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	border-radius: 1px;
	padding: 7px 20px;
}

.footer_text p {
	color: #fff;
	font-size: 11px;
	padding-bottom: 12px;
}

.form-control.frt_subcribe {
	border-radius: 1px;
}

.copyright_area {
	background: #005A62;
}

.copyright_text p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0px;
}


/*end footer*/


/*:::::::::::::::::::::::::biography page:::::::::::::::::::::*/

.biography_sc_main_area {
    background: url('../image/Background.jpg');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    padding: 75px 0;
}
.sortText_description p {
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 0 14px #3d3b3b;
    line-height: 23px;
    font-family: inherit;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.biography_tittle_area h3 {
    color: #acf6ff;
    font-family: serif;
    font-weight: 600;
    text-shadow: 1px 1px 5px #2C2C2C;
    font-size: 26px;
    margin-bottom: 20px;
}
.tittle__sortText {
    color: #acf6ff;
	margin-bottom: 20px;
    text-shadow: 1px 0 2px #2C2C2C;
    font-family: sans;
    font-weight: 500;
    font-size: 20px;
}
.iner__text_box {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 50px 65px 50px;
}
.iner__text_box_list {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 50px 65px 50px;
}
.biography_tittle_area {
    padding-bottom: 8px;
}
.iner__text_box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: '';
	opacity: 0.3;
	z-index: -1;
}
.iner__text_box_list::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: '';
	opacity: 0.5;
	z-index: -1;
}

/*:::::::::::::::::::::::::end biography page:::::::::::::::::::::*/

.album__container_single {
	background: url('../image/Catalogue_box.png');
	background-repeat: repeat;
	background-size: auto;
	width: 100%;
	color: #fff;
	padding: 15px 0;
	box-shadow: 0px 1px 2px #024f55;
	border-radius: 1px;
	margin-bottom: 25px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.album__container_single a{
	color: #fff;
}

.album__container_single:hover{
	font-weight: bold;
	color: #fff;
}

.album__container {
	background: url('../image/Catalogue_box.png');
	background-repeat: repeat;
	background-size: auto;
	width: 100%;
	color: #fff;
	padding: 30px 0;
	box-shadow: 0px 1px 2px #024f55;
	border-radius: 1px;
	margin-bottom: 25px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.album__container a{
	color: #fff;
}

.album__container:hover{
	font-weight: bold;
	color: #fff;
}

.biography_sc_main_area.catalog_sc__repeat {
	padding: 40px 0;
}

/*:::::::::::::::::::::::::end media page:::::::::::::::::::::*/

.video_link_images img {
	width: 100%;
	margin: 0 auto 23px;
}
.media__main_item_page.videoLink {
	margin-bottom: 30px;
	width: 100%;
}

.media__box_title .title_obityary {
	color: #fff;
	font-family: sans;
	/*text-shadow: 0px 0 6px #353232;*/
	margin-bottom: 5px;
	font-size: 12px;
}
.media_description_card .profile_name__mediaPlayer {
	font-size: 15px;
	font-family: sans;
	color: #fff;
	text-shadow: 2px 3px 3px #848282;
	font-weight: 500;
	margin: 0;
	margin-top: 13px;
}

.media_description_card .profile_name__mediaPlayer_details {
	font-size: 20px;
	font-family: sans;
	color: #fff;
	text-shadow: 2px 3px 3px #848282;
	font-weight: 500;
	margin: 0;
	margin-top: 13px;
}
.video_link_images img {
	box-shadow: 0px 4px 11px #686767;
	border-radius: 6px;
	height: 170px;
}

.media_description_card .more_detils a {
	font-size: 12px;
	font-family: sans;
	color: #fff;
	margin-top: 0px;
	text-shadow: 2px 3px 3px #848282;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.iner__text_box.media__page {
	padding: 30px 100px 10px;
}
.iner__text_box_list.media__page {
	padding: 30px 100px 10px;
}

.inrr__album_catalogue .link>a{
	background-color: #005a62; /* Green */
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	display: inline-block;
	font-size: 14px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
}

.inrr__album_catalogue .link>strong, .inrr__album_catalogue .link>a:hover{
	background-color: #0b2629; /* Green */
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	display: inline-block;
	font-size: 14px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	}

.inrr__album_catalogue	.year>a{
	background-color: #005a62; /* Green */
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	display: inline-block;
	font-size: 14px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	}

.inrr__album_catalogue	.year>strong, .year>a:hover{
	background-color: #0b2629; /* Green */
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	display: inline-block;
	font-size: 14px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	}

/*:::::::::::::::::::::::::end media page:::::::::::::::::::::*/



/*:::::::::::::::::::::::::end music page:::::::::::::::::::::*/

.bg_white.box_album{
	 background-color: #fff;
}
.bg_white.box_album {
    background: #fff;
    width: 100%;
    height: 190px;
    display: block;
    overflow: hidden;
    box-shadow: 0px 4px 11px #686767;
	border-radius: 6px;
}
.iner__text_box.media__page.music__page {
	padding: 40px 100px 20px;
}
.iner__text_box_list.media__page.music__page {
	padding: 40px 100px 20px;
}
.more__icon__ img {
    width: 20px;
}

.icon__youtube img {
    width: 100px;
    overflow: hidden;
}

.more__icon__ {
    width: 20px;
    float: right;
    margin: 5px;
}

.icon__youtube.text-center {
    padding: 43px 0 48px;
}
.single_name p {
	color: #22abb1;
	font-weight: 500;
	font-size: 13px;
}

.card__item_sigle_box_music_album {
	overflow: hidden;
}
.music__page .more_detils {
	padding-top: 8px;
}

/*:::::::::::::::::::::::::end music page:::::::::::::::::::::*/


/*:::::::::::::::::::::::::songbook page:::::::::::::::::::::*/
.script_images img {
    width: 100%;
    height: 450px;
}
.script_images {
    border: 3px solid #a7fafe;
    width: 100%;
}
.writter_custom_script_des p, 
.writter_custom_script_des h1 {
	color: #fff;
	margin: 0;
	font-size: 12px;
	text-shadow: 1px 1px 5px #605F5F;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.writter_custom_script_des h1 {
	font-weight: 700;
	margin-top: 15px;
	font-size: 13px;
}
.iner__text_box.song_book {
	padding-left: 70px;
	padding-right: 48px;
	padding-top: 45px;
	padding-bottom: 15px;

}
.iner__text_box_list.song_book {
	padding-left: 70px;
	padding-right: 48px;
	padding-top: 45px;
	padding-bottom: 15px;

}

/*:::::::::::::::::::::::::end songbook page:::::::::::::::::::::*/


/*:::::::::::::::::::::::::photogallery page:::::::::::::::::::::*/

.photo__images__container {
	width: 80%;
}
.photo__images__container img {
	width: 100%;
	border: 3px solid lightblue;
	height: 100%; /*500px*/
}
.iner__text_box.media__page.music__page.gallery {
	padding-right: 0px;
	padding-left: 75px;
	padding-bottom: 8px;
}
.iner__text_box_list.media__page.music__page.gallery {
	padding-right: 0px;
	padding-left: 75px;
	padding-bottom: 8px;
}
.gallery__description {
	width: 80%;
	background: #fff;
	margin: 25px auto;
	margin-left: 0;
	border: 2px solid lightblue;
	padding: 8px 0 5px;
}
.gallery__description p {
	margin: 0;
	padding: 1px;
	font-size: 11px;
	color: #000;
}

/*:::::::::::::::::::::::::end photogallery page:::::::::::::::::::::*/



/*create mobile view*/

.mobile_bars {
	float: right;
	font-size: 25px;
	cursor: pointer;
	display: none;
}


/*end create mobile view end*/


/*fixed menu*/

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.sticky+.content {
	padding-top: 60px;
}


/*@media query*/

@media only screen and (min-width: 1199px) and (max-width: 1800px) {}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.container_box {
		width: 85%;
	}
	.mainmanu_area li a {
		font-size: 8px;
	}
	.mainmanu_area li ul {
		width: 120px;
	}
	.mainmanu_area li ul {
		line-height: 25px;
	}
	.wave.bg_rgba.demo_img img {
		width: 100%;
	}
	.wave.audio_plugin {
		bottom: 35px;
	}
	.button_warp {
		top: 57%;
		transform: translateY(-57%);
	}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container_box {
		width: 92%;
	}
	.mainmanu_area li a {
		font-size: 8px;
	}
	.mainmanu_area li ul {
		width: 120px;
	}
	.mainmanu_area li ul {
		line-height: 25px;
	}
	.wave.bg_rgba.demo_img img {
		width: 100%;
	}
	.wave.audio_plugin {
		bottom: 35px;
	}
	.button_warp {
		top: 57%;
		transform: translateY(-57%);
	}
	img.button_songs {
		width: 140px;
	}
	.mainmanu_area {
		line-height: 30px;
	}

}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.container_box {
		width: 95%;
	}
	.main_header_area .col-md-3,
	.main_header_area .col-md-9 {
		max-width: 50%;
	}
	.mobile_bars {
		display: block;
	}
	.overlay_menu.fixd_mobile {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		display: none;
	}
	.mainmanu_area ul li {
		display: block;
	}
	.mainmanu_area ul li a {
		color: #fff;
		font-weight: 700;
	}
	.mainmanu_area {
		float: left;
		line-height: 52px;
		padding-top: 90px;
	}
	.mainmanu_area li ul {
		position: absolute;
		left: 92%;
		top: 20px;
	}
	.mainmanu_area li a {
		font-size: 15px;
	}
	.cross_icon.overlay_menu {
		float: right;
		padding: 30px;
		font-size: 25px;
		color: #fff;
		cursor: pointer;
	}
	.main_header_area {
		padding: 11px 9px;
	}
	.top_area.info_post .col-md-4,
	.top_area.info_post .col-md-8 {
		max-width: 100%;
	}
	.search_box.feroza {
		float: left;
		width: 100%;
	}
	.follow_us.info {
		padding: 7px 0;
	}
	.wave.bg_rgba.demo_img img {
		width: 100%;
	}
	.wave.audio_plugin {
		bottom: 20px;
	}
	.subscribe_area_footer .col-md-4.offset-md-3 {
		width: 65%;
	}
	.cross_icon.overlay_menu {
		display: block;
	}

	.feroza_logo .text_logo img {
	/*width: 120%;*/
	}

	/*biography*/

	.iner__text_box {
		width: 95%;
		padding: 31px 10px 35px;
	}
	.iner__text_box_list {
		width: 95%;
		padding: 31px 10px 35px;
	}
	.biography_tittle_area h3 {
		margin-bottom: 5px;
		line-height: 35px;
	}
	/*media*/
	.iner__text_box.media__page.music__page, 
	.iner__text_box.media__page {
		padding: 40px 40px 20px;
	}

	.iner__text_box_list.media__page.music__page, 
	.iner__text_box_list.media__page {
		padding: 40px 40px 20px;
	}

	/*gallery*/
	.iner__text_box.media__page.music__page.gallery {
		padding: 25px 35px 8px;
	}
	.iner__text_box_list.media__page.music__page.gallery {
		padding: 25px 35px 8px;
	}
	.photo__images__container {
		width: 100%;
	}
	.gallery__description {
		width: 100%;
		margin-left: 0;
	}




}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.mobile_bars {
		margin-top: 12px;
	}
	.subscribe_area_footer .col-md-4.offset-md-3 {
		width: 78%;
	}

}

