/*FONTS_SETTINGS*/
@import url('https://fonts.googleapis.com/css2?family=Asul&amp;family=Open+Sans:wght@300;400;600;700&amp;family=Salsa&amp;display=swap');/*font-family: 'Asul', sans-serif;
font-family: 'Salsa', cursive;
font-family: 'Open Sans', sans-serif;*/
body {
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #000000;
}
:focus {
	outline:none;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
a.mpc-icon-column {
	vertical-align: middle;
}
.sidebar {
	margin-top: 20px;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Asul', sans-serif;
	font-weight : 400;
}
h1{
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h2 b {
	color:#8957ad;
}
h2 b, h2 strong {
	font-family: 'Salsa', cursive;
	font-weight: 400;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Asul', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 14px;
}
.menu li:last-child{
	padding-right:0;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	border-bottom:4px solid #ffffff;
}
.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 .vc_btn3.vc_btn3-style-custom {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius:0px;
	padding: 2px 15px;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #ffffff;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #ffffff;
	opacity:  1;
}
::-moz-placeholder {
	color:    #ffffff;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #ffffff;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #ffffff!important;
	color: #ffffff;
	font-size: 15px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border-radius:0px !important;
	line-height: 1;
}
.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]{
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 15px !important;
	font-weight: 700;
	padding: 8px !important;
	border: 2px solid #ffffff!important;
	width: 100%;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:right;
	margin: 0;
	padding: 7px 0 21px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 14px;
}
.gfield_html {
	margin-bottom: 2.3em;
	margin-top: 1em!important;
}
.vc_row .gfield_html p{
	margin-bottom: 0;
	text-shadow: 0 0 5px black;
}
.vc_row .gform_confirmation_message{
	padding:3em 0 4em;
	color:#ffffff;
}
/*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;
}
/*HEADER_SECTION*/
.vc_row.banner-row {
	background-size: initial !important;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, 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: #8957ad;
	top: 14px;
	height: 8px;
	border-radius: 30px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-weight: 400;
	font-size: 18px;
	top: 18px;
	left: 1px;
	color: #ffffff;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before{
	content: "\f01d";
}
.customaudioplayer .mejs-pause:before {
	content: "\f28c";
}
.vc_row .mejs-time-rail{
	padding-top: 14px;
	margin: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:26px !important;
	width: calc(100% - 21px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 232px;
	margin: 0 0 16px auto;
}
.custom-audio-title{
	position: absolute;
	top: -15px;
	left: 25px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-align: left;
}
.vc_row .mejs-button{
	width:25px;
}
.customaudioplayer .download-audio .fa-download:before{
	content: "\f01a";
	left: 5px;
	top: 0;
	color:#f7ee6b;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 24px;
	width: 27px;
	top: -25px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #ffffff !important;
	height: 8px;
	transition:none;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls{
	padding-left:0;
}
.audio-block br {
	display:none;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
}
.home .vc_row.menu-row {
	z-index: 9;
	position: absolute !important;
	left: 50% !important;
	width: 100% !important;
	transform: translate(-50%, 0);
	background-image: none !important;
}
/*ABOUT_SECTION*/
.list-item li {
	display: inline-block;
	padding: 0 5px;
	margin:0 5px;
}
.list-item li:before {
	content: "\f111";
	font-family: fontawesome;
	color: #000;
	font-size: 7px;
	position: relative;
	left: -7px;
	top: -2px;
}
.list-item ul {
	padding-left: 0px;
}
/*TESTIMONIAL_SECTION*/
.mpc-testimonial--style_3 .mpc-testimonial__description {
	margin: 0 0 3em;
}
.vc_row .mpc-testimonial .mpc-testimonial__content {
	padding: 1.5em 6em 1.5em 6em;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:before {
	font-family: fontawesome;
	font-size: 65px;
	color: #f7ee6b;
	position: absolute;
	content: '\f10d';
	left: 0px;
	top: -10px;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:after {
	font-family: fontawesome;
	font-size: 65px;
	color: #f7ee6b;
	position: absolute;
	content: '\f10e';
	right: 0px;
	top:0px
}
.mpc-testimonial.mpc-transition.mpc-testimonial--style_3 {
	width: 85%;
	margin: 0 auto;
}
/*LOGO_SECTION*/
.vc_row .mpc-carousel-image {
	padding-left: 15px;
}
/*CONTACT_SECTION*/
.vc_row.contact-row { 
	background-position: bottom center !important;
	background-size: 2000px !important;
}

/*FOOTER_SECTION*/
footer .vc_sep_width_100 {
	width: 270px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1150px){
	.vc_row.contact-row {
		background-size: cover !important;
	}
}
@media only screen and (max-width: 1023px){
	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 0px 0 0!important;
	}    
	.demo-col .vc_column-inner {
		padding-right: 15px !important;
	}
	.vc_row .gfield_html p:first-child{
		padding-left: 0;
	}
}
@media only screen and (max-width: 959px){
	.site-header .vc_row.banner-row {
		overflow:visible!important;
		z-index: 9999;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu-toggle {
		margin:0 auto;
		padding:0px;
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		background: #000000;
		width: 200px;
		text-align: center;
		padding: 10px;
		margin: 0 auto;
	}
	.menu a span {
		color: #fff;
		font-size:16px;
	}
	.genesis-responsive-menu {
		position: absolute;
		left: 0;
		top: 32px;
		z-index: 999;
	}
	h1.vc_custom_heading.site-title {
		font-size: 43px!important;
	}
	h2.vc_custom_heading.site-tag {
		font-size: 27px;
	}
	.contact-row a.mpc-icon-column {
		margin-right: 1em!important;
	}
	.contact-row .wpb_raw_html.inline a {
		color: #ffffff !important;
	}
}
@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, .gfield_html, .header-widget{
		text-align:center !important;
	}
	.header-widget .vc_row a.mpc-icon-column {
		display: flex;
		margin-bottom: 8px !important;
		margin-right: 0px !important;
	}
	h2.vc_custom_heading.site-tag {
		margin-left: 0em !important;
	}
	.vc_row.banner-row {
		background-size: cover !important;
	}
	.demo-col h2 {
		padding-right: 0px !important;
	}
	.vc_row.title-demo-row {
		padding-top: 7em !important;
		padding-bottom: 0em !important;
	}
	.customaudioplayer {
		margin: 0 auto 16px auto;
	}
	footer .vc_sep_width_100 {
		margin:2px auto -3px auto;
	}
	.vc_row.contact-row .text-center .vc_column-inner {
		padding-left: 15px !important;
	}
	.contact-image .vc_column-inner {
		padding-right:15px!important;
	}
	h1.vc_custom_heading.site-title {
		font-size: 40px!important;
	}
	.vc_row.contact-row { 
		background-position:center !important;
		background-size: cover !important;
	}
}
@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;
	}
}
@media only screen and (max-width: 639px){
	.mpc-testimonial.mpc-transition.mpc-testimonial--style_3 {
		width: 95%;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content {
		padding: 1.5em 2em;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:before, 	.vc_row .mpc-testimonial .mpc-testimonial__content:after {
		font-size: 34px;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:before {
		top:3px;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content:after {
		top: 9px;
	}
}
@media only screen and (max-width: 479px){
	h1.vc_custom_heading.site-title {
		font-size: 33px!important;
	}
	h2 {
		font-size: 30px;
	}
	.contact-row a.mpc-icon-column {
		display:flex;
		padding-bottom:8px;
		margin-right:0px !important;
	}
	.footer-widget a.mpc-icon-column h3 {
		line-height:1.3;
	}
}