/*FONTS_SETTINGS*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&amp;display=swap');
body {
	font-family: 'Ubuntu', sans-serif;
	color:#322F30 ;
	background-color:#ffffff;
}
body > div {
	font-size: 14px;
}
a {
	text-decoration: none !important;
	color: #1e1e1e;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight : 700;
}
h1{
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 21px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}
.menu li {
	padding: 20px;
}
.genesis-nav-menu li.page_item.current-menu-item {
	border-top: 3px solid #322F30   !important;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row.about .vc_btn3.vc_btn3-style-custom{
	font-size: 22px !important;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	background: #285EAD !important;
	color: #fff !important;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px !important;
	width: 200px !important;
	line-height: 1.5;
	border-bottom: 2px solid #192149 !important;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #9197af;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #9197af;
	opacity:  1;
}
::-moz-placeholder {
	color:    #9197af;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #9197af;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	font-size: 13px !important;
	color: #9197af;
	font-weight: 300;
	padding: 10px !important;
	border: 0 !important;
	background-color: #eaeaef !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	background: #285EAD !important;
	color: #fff !important;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px !important;
	width: 200px !important;
	line-height: 1.5;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:center;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 16px !important;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 35px;
	height: 36px;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
/*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-time-handle-content, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float,.mejs-time.mejs-duration-container,.mejs-time.mejs-currenttime-container,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: #ffffff ;
	top: 0px;
	height:12px;
}
body .mejs-time-current {
	background-color: #285EAD!important;
	height: 12px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before,.mejs-pause:before,.download-audio .fa-download:before,.custom-audio-title {
	color: #ffffff;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
}
.mejs-pause:before {
	content: "\f04c";
}
.download-audio .fa-download:before{
	content:"\f0ed"
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before{
	font-size: 18px;
	top: 7px;
}
.download-audio .fa-download:before{
	font-size: 18px;
	top: 4px;
	left: 3px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(96% - 11px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
p:empty {
display: none;
}
.custom-audio-title{
	position: relative;
 	top: 10px; 
	left: 24px;
	font-size: 16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.download-audio a{
	position: absolute;
	right: -9px;
	bottom: 8px;
	height: 21px;
	width: 25px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
	font-size: 16px;
	text-transform:lowercase;
}
.header-widget .tagline{
	font-weight:300;
}
.header-widget .site-title{
	font-family: 'Red Rose', cursive;
	text-shadow: 2px 2px 0px #acb0c5;
}
/*BANNER_SECTION*/
.vc_row.banner-row h1{
	font-family: 'Red Rose', cursive;
	text-shadow: 2.5px 2.5px 0px #000;
}
.vc_row.about p{
	font-family: 'Open Sans', sans-serif
}
.vc_row.available p{
	font-size:18px;
	color:#394f7a;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-testimonial{
	margin:0 auto;
}
/*LOGO_SECTION*/
.vc_row.client-row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.client-row .mpc-carousel-image {
	height: auto!important;
}
.vc_row.client-row .eti{
	color: #fff;
}
.vc_row.client-row .mpc-navigation i {
	top: -10px;
	background-color: #7f7f7f;
	border-radius: 25px;
}
.shadow-row:before, .shadow-row:after {
	position: relative;
	z-index: 9;
	display: inline-block!important;
	content: ''!important;
	bottom: 20px;
	height: 16px;
	width: 100%;
	background: -webkit-radial-gradient(ellipse at 50% 0,rgba(0,0,0,.2),transparent 58%);
	background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.34),transparent 58%);
}
.shadow-row:before {
	bottom: -20px;
	transform: rotate(180deg);
}
/*CONTACT_SECTION*/
.vc_row.credits-row p{
	color: rgb(57, 79, 122); 
	line-height: 22px;
	font-size: 16px;
}
.contact-list ul li:before {
	font-family: "FontAwesome";
	content: '\f00c';
	padding-right: 15px;
}
.contact-list ul li {
	list-style-type: none;
	color: #394f7a;
	font-size: 12px;
}
.contact-list ul {
	margin-left: 15px;
	padding-left:0;
}
.vc_row .representation-mail a{
	font-weight: 700;
	font-size: 13px;
	color: #5E83BA;
}
.vc_row .representation{
	font-size: 13px;
	color: #394F7A;
}
.vc_row.contact-icon a.mpc-icon-column {
	display: flex;
	justify-content: flex-start;
}
.gform_confirmation_message {
	color:#a5abc4;
}
/*FOOTER_SECTION*/
h2.footer-title{
	font-family: 'Red Rose', cursive;
}
.footer-text p,.footer-text a{
	font-size: 10px;
	color: rgb(57, 79, 122);
}
.vc_row.about .mpc-overlay{
	background-image: linear-gradient(90deg,#ffffff 57%,#052150 55%) !important;
}
.search-form-input {
	border: 2px solid #0C0D0D!important;
}

.wp-playlist .mejs-controls .mejs-button button {
	left: 0;
}
.wp-audio-playlist .mejs-button>button, .wp-audio-playlist .download-audio a, .wp-playlist-prev:before, .wp-playlist-next:before , .toggle-font{
	background-image:none!important;
}
.vc_row .wp-audio-playlist .mejs-button.mejs-play:before, .vc_row .wp-audio-playlist .mejs-button.mejs-pause:before, .vc_row .wp-playlist-next:before, .vc_row .wp-playlist-prev:after, .vc_row .toggle-font, .genre-page .wpse-download i{
	font-family: fontawesome;
	font-size: 20px;
	color: #192148;
	width: 30px;
	height: 27px;
	background-color: #ABB6D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.genre-page .vc_row .mejs-button.mejs-play:before{
	content: "\f04b";
}
.genre-page .vc_row .mejs-button.mejs-pause:before{
	content: "\f04c";
}
.genre-page .vc_row .wp-playlist-next:before{
	content: "\f101";
}
.genre-page .vc_row .wp-playlist-prev:after{
	content: "\f100"; 
}
.genre-page .vc_row .toggle-font:before{
	content: "\f0c9";
}
.genre-page .vc_row .fa-download:before {
	content: "\f019";
}
.genre-page .wpse-download, .genre-page .wpse-download a:hover{
	position: absolute;
	color: #fff !important;
	display: block;
	right: 0;
	top: 46px;
	z-index: 99999;
}
.genre-page .demo-playlist .wp-playlist-current-item{
	position: absolute;
	width: 100%;
	height: 75px;
}
.genre-page .demo-playlist .mejs-container.mejs-audio{
	height: 66px !important;
}
.demo-playlist .wp-playlist-caption {
	max-width: 100%;
}
.genre-page .wp-playlist-item{
	padding-left: 8px !important;
}
.wp-audio-playlist .mejs-volume-button, .wp-audio-playlist .mejs-controls a.mejs-horizontal-volume-slider,.wp-audio-playlist .mejs-time.mejs-duration-container, .wp-playlist .wp-playlist-current-item img,span.mejs-time-handle{
	display:none!important;
}
.wp-playlist.wp-audio-playlist .mejs-container {
	margin-top: 2em;
}
.wp-audio-playlist .wp-playlist-tracks {
	background-color: #121c1f ;
}
.wp-audio-playlist .wp-playlist-item-title {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.genre-page .wp-audio-playlist.wp-playlist-light .wp-playlist-playing{
	background:#192148;
	color: #ffffff;
}
.wp-playlist-current-item .wp-playlist-item-title {
	color: #192148;
	font-weight: 400;
	font-size: 20px;
	top: 1px;
	position: relative;
}
.wp-playlist.wp-audio-playlist  {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}
.wp-audio-playlist .wp-playlist-current-item {
	margin-bottom: 0;
	height: auto;
}
.wp-audio-playlist .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 5px 0px;
	border-bottom: 1px solid #D0DCF1;
	background-color: #192148;
	text-align: left;
}
.wp-audio-playlist .mejs-time-rail {
	width: 100%;
	position: absolute;
	top: -22px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.wp-audio-playlist .mejs-button {
	top: -1px;
	position: relative;
}
.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #abb6d8 !important;
}
.wp-playlist-next:before {
	content: "";
	font-family: 'Font Awesome';
	cursor: pointer;
	font-size: 35px;
	color: #fff;
}
.wp-playlist-prev:before {
	position: relative;
	top: -20px;
	right: 93px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-next {
	position: relative;
	top: -20px;
	right: 37px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.wp-playlist-prev {
	position: relative;
	top: -20px;
	right: 44px;
	float: right;
	z-index: 99999;
	cursor: pointer;
}
.mejs-time {
	position: absolute;
	top: -49px;
	right: 0;
	z-index: 99999;
	padding: 0;
}
.genre-page .mejs-controls{
	height: 19px;
	padding: 0;
}
.wp-audio-playlist span.mejs-currenttime {
	color: #3d362f;
}
.genre-page .vc_row .mejs-container .mejs-controls{
	background: transparent !important;
}
.toggle-font{ 
	position: absolute;
	margin: 0;
	top: 46px;
	z-index: 9999;
	cursor: pointer;
	right: 5.6em;
}
.genre-page .mejs-time-current {
	background-color: #192148!important;
} 
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1920px){
	.vc_row.header-row .mpc-overlay{
		background-image: linear-gradient(90deg,#ffffff 57%,#dfe4f3 57%)!important;
	}
	.vc_row.about .mpc-overlay{
		background-image: linear-gradient(90deg,#ffffff 60%,#052150 60%) !important;
	}
}
@media only screen and (max-width: 1280px){
	.vc_row.about.mpc-row .mpc-overlay{
		background-image: linear-gradient(90deg,#ffffff 65%,#052150 65%) !important;
	}
}
@media only screen and (max-width: 1200px){
	.menu li {
		padding: 10px;
	}
	.vc_row.demo-list .available-list-left .vc_column-inner {
		padding-left: 5em !important;
	}
}
@media only screen and (max-width: 1023px){
	.vc_row.demo-list .available-list-left .vc_column-inner {
		padding-left: 15px !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon{
		margin:0 5px 0 0!important;
	}    
	.header-widget .mpc-row .mpc-overlay{
		background-image: linear-gradient(90deg,#ffffff 55%,#dfe4f3 55%) !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		padding:10px 0 13px 0;
		font-family: 'Prompt', sans-serif;
		font-size: 24px;
		font-weight: 700;
	}
	.menu-toggle::before {
		display: none;
	}
	.menu li:last-child{
		padding-bottom:5px!important;
	}
	.menu{
		padding:0px;
		text-align:center;
	}
	.genesis-nav-menu li.page_item.current-menu-item {
		border-top: 0   !important;
	}
	.genesis-nav-menu li.page_item.current-menu-item span {
		border-top: 3px solid #322F30   !important;
	}
	.vc_row.menu-row {
		overflow: visible!important;
		z-index: 9;
	}
	.header-widget .mpc-row .mpc-overlay{
		background-image: linear-gradient(90deg,#ffffff 50%,#dfe4f3 50%) !important;
	}
	.vc_row.about .vc_btn3-right{
		padding-right:20px !important;
	}
	.vc_row.client-row .slick-arrow i{
		font-size:24px !important;
	}
	.genre-page{
		width:100%;
	}
	.genre-page .vc_row.demos-page .innercontainer {
		display:block!important;
	}
	.header-widget .vc_row .mpc-icon-column {
		margin-right:0 !important;
	}
	.header-widget .vc_row .mpc-icon-column__heading {
		font-size:14px !important;
	}
	.vc_row.menu-row .innercontainer {
		display:block;
	}
	.vc_row.menu-row .wpb_column {
		width:100%;
	}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature, .vc_row.available p, .header-widget .text-right, .header-widget{
		text-align:center !important;
	}
	.vc_row.about.mpc-row .mpc-overlay {
		background-image: linear-gradient(180deg,#052150 50%,#fff 50%) !important;
	}
	.header-widget .mpc-row .mpc-overlay{
		background-image: linear-gradient(180deg,#ffffff 50%,#dfe4f3 50%) !important;
	}
	.footer-widget .footer-text{
		padding-bottom:1em;
	}
	.vc_row.banner-row h1{
		font-size:80px !important;
	}
	.vc_row.contact-icon a.mpc-icon-column {
		justify-content: center;
	}
	.contact-list .list.wpb_text_column, .demo-list .wpb_text_column {
		width: 211px;
		margin: 0 auto;
	}
	.contact-list .list.wpb_text_column .wpb_wrapper, .demo-list .wpb_text_column .wpb_wrapper {
		display: inline-block;
		text-align: left;
	}
	.contact-list ul {
		margin-left: 0;
	}
	.vc_row.credits-row p{
		margin-bottom:10px !important;
	}
	.vc_row.credits-row .vc_column-inner{
		margin-bottom:0 !important;
	}
	.vc_row.credits-row h1{
		padding-bottom:0px !important;
	}
	.header-row .title-column .vc_column-inner {
		padding-bottom:5px;
		background-color:#ffffff;
	}
	.vc_row.header-row .text-right {
		padding-top: 5px;
	}
}
@media only screen and (max-width: 640px){
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gf_right_half {
		padding:0px;
	}
	.vc_row.banner-row h1{
		font-size:60px !important;
	}
	.vc_row.client-row{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
@media only screen and (max-width: 639px){
	.header-widget .mpc-row .mpc-overlay{
		background-image: linear-gradient(180deg,#ffffff 40%,#dfe4f3 40%) !important;
	}
}
@media only screen and (max-width: 479px){
	.vc_row.banner-row h1 {
		font-size: 35px !important;
	}
	.menu a span {
		font-size: 17px;
	}
	.vc_row.about.mpc-row .mpc-overlay {
		background-image: linear-gradient(180deg,#052150 38%,#fff 38%) !important;
	}
	.header-widget .vc_row .mpc-icon-column__heading {
		font-size:12px !important;
	}
	.header-widget .vc_row .mpc-icon-column i {
		font-size:12px !important;
	}
	.vc_row.client-row .mpc-navigation{
		display:none;
	}
	.vc_row.header-row .text-right {
		padding-top: 3px;
	}
}
@media only screen and (max-width: 414px){
	.header-widget h2.site-title{
		padding-left:8px !important;
		font-size:16px !important;
	}
	.header-widget h2.tagline{
		padding-right:8px !important;
		font-size:15px !important;
	}
}