@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
body {
	color:#000;
	background-color:#cdffff;
	font-family: 'Open Sans', sans-serif;
}
	
body > div {
	font-size: 28px;
}
a {
	text-decoration: none !important;
	color:#000;
}
p {
	  line-height: initial;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Spartan', sans-serif;
	color:#000000;
	font-weight: 600;
}
h1{
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}
h6 {
	font-size: 15px;
}
/*AUDIO SECTION*/
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering, .vc_row .mejs-volume-button, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, .vc_row .mejs-time-handle-content, span.mejs-currenttime, p.download-audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background:#000;
    top: 3px;
    height: 12px;
}
body .mejs-time-current {
	background: #cdffff!important;
	height: 12px;
}
.vc_row .customaudioplayer .mejs-time {
	padding: 0;
	top: 10px;
	position: relative;
	left: 2px;
	color:#000;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
}
.mejs-pause:before {
	content: "\f04c";
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
position: absolute;
    font-family: fontawesome;
    font-size: 20px;
    top: 9px;
    color: #863131;
    left: 2px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 22px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:16px !important;
	width: calc(100% - 4px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 50%;
	margin: 32px auto;
	background: #fff;
	padding: 12px;
}
.custom-audio-title{
	position: absolute;
	text-align: left;
    top: -32px;
    left: 0;
	font-size: 18px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download-audio a{
	position: absolute;
	right: -8px;
	bottom: -2px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.menu li {
		padding: 0px 5px;
	}
}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 959px){

}
@media only screen and (max-width: 767px){
.vc_row .innercontainer {
    display: block;
}
.customaudioplayer {
    width: 100%;
}
}
@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 479px){

}