/*FONTS_SETTINGS*/
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color:#231E21;
	background-color:#ffffff;
}
body > div {
	font-size: 15px;
}
a {
	text-decoration: none !important;
	color: #DBB027;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Prompt', sans-serif;
}
h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
}
h2, .about-row h1.tagline {
	font-size: 26px;
	font-weight:300;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.site-tagline{
	font-weight: 400;
}
.about-row h1.tagline{
	font-family: 'Prompt', sans-serif;
}
/*EDITS SECTION*/
.vc_row .gform_wrapper .top_label .gfield_label {
	display:none;
}
.site-inner{
	margin-top:0;
}
.entry {
	margin-bottom: 0;
}
:focus{
	outline:none !important;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.menu li {
	padding: 0 20px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.nav-primary {
	float: none;
}
.menu-item-type-post_type.current-menu-item > a span {
	border-bottom:2px solid #ffffff;
}
/*BUTTON_SECTION*/
.vc_row .vc_btn3.vc_btn3-style-custom {
	background: #0C313A;
	color: #fff;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 35px!important;
	line-height: 1.5;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #231E21;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #231E21;
	opacity:  1;
}
::-moz-placeholder { 
	color:    #231E21;
	opacity:  1;
}
:-ms-input-placeholder { 
	color:    #231E21;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #F1F2F2;
	border: 0;
	font-family: 'Roboto', sans-serif;
	color: #231E21;
	font-size: 12px !important;
	font-weight: 400;
	padding: 8px !important;
}
input:focus, textarea:focus {
	border: none;
	outline: none;
}
.error404 .content {
	width: 100%;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 5px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 5px;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0px;
}
.gform_wrapper textarea.medium {
	height: 115px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 10px;
}
.gform_wrapper .gform_footer {
	padding: 10px 0 10px;
	margin: 0;
	text-align: right;
}
body .vc_row .gform_footer input[type=submit] {
	margin: 0;
	border-radius:0px;
	background-color:#0C313A;
	color:#ffffff;
	font-size: 15px !important;
	padding: 7px 2.5em !important;
}
.vc_row .gform_wrapper .gform_body,.gform_wrapper .gform_footer{
	width: 75%;
	margin: 0 auto;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total{
	left: 3px;
}
/*ICON_SECTION*/
h3.mpc-icon-column__heading {
	font-family: 'Roboto', sans-serif;
	color: #0c313a;
	font-size: 14px;
	font-weight: 400;
}
a.mpc-icon-column {
	vertical-align: middle;
}
.contact-row a.mpc-icon-column {
	display: flex;
	justify-content: inherit;
}
body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
	margin: 0 !important;
}
/*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: #EDEDED;
	top: 5px;
	height:10px;
	border-radius:10px;
}
body .mejs-time-current {
	background: #DBB027 !important;
	height: 10px;
	border-radius:10px !important;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f01d";
	color: #0C313A;
}
.mejs-pause:before {
	content: "\f28c";
	color: #0C313A;
}
.download-audio .fa-download:before{
	content: "\f01a";
	color: #DBB027; 
	left: 7px;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before,.download-audio .fa-download:before{
	font-size: 20px;
	top: 10px;
}
.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(100% - 34px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 75%;
	margin: 0px auto;
}
.custom-audio-title{
	position: absolute;
	top: -16px;
	left: 26px;
	font-size: 15px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #231E21;
}
.download-audio a{
	position: absolute;
	right: -6px;
	bottom: 9px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
.audio-row p{
	margin-bottom:0px;
}
/*HEADER_SECTION*/
.vc_row.header-row{
	background : linear-gradient(90deg, rgba(12, 49, 58, 1) 0%, rgba(16, 52, 61, 1) 3.04%, rgba(61, 87, 99, 1) 42.06%, rgba(79, 101, 113, 1) 61.68%, rgba(79, 101, 113, 1) 100%);
}
.vc_row.header-row {
	overflow: visible !important;
}
/*BIO_SECTION*/
.about-row p{
	margin-bottom:15px;
}
/*LOGO_SECTION*/
.vc_row.logo-row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.logo-row .mpc-carousel-image {
	height: auto!important;
}
/*TESTIMONIAL_SECTION*/
.mpc-testimonial .mpc-testimonial__content:after{
	content:'\f10e';
	right: 1px;
	bottom: 0px;
}
.mpc-testimonial .mpc-testimonial__content:before{
	content:'\f10d';
	left: 1px;
	top: 0px;
}
.mpc-testimonial .mpc-testimonial__content:before, .mpc-testimonial .mpc-testimonial__content:after{
	font-family:fontawesome;
	font-size:36px;
	color:#DBB027;
	position:absolute;
}
.mpc-testimonial .mpc-testimonial__content {
	padding:0 4.5em !important;
}
.mpc-carousel-testimonial{
	width: 65%;
	margin: 0 auto
}
/*CONTACT_SECTION*/
.contact-row p{
	margin-bottom:0px;
}
/*REPRESENTATION_SECTION*/
.vc_row.representation-row{
	background : linear-gradient(90deg, rgba(12, 49, 58, 1) 0%, rgba(16, 52, 61, 1) 4.93%, rgba(61, 87, 99, 1) 68.19%, rgba(79, 101, 113, 1) 100%);
}
.representation-row p,.representation-row a{
	color:#E5E5E5;
}
/*FOOTER_SECTION*/
.footer-widget p, .footer-widget a{
	font-size: 14px;
	color:#0C313A;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 1023px){
	.customaudioplayer {
		width: 100%;
	}
	.vc_row .gform_wrapper .gform_body, .gform_wrapper .gform_footer {
		width: 100%;
	}
}
@media only screen and (max-width: 992px){
	body .vc_row.icons-row .mpc-column .mpc-icon-column .mpc-icon,	body .vc_row.contact-row .mpc-column .mpc-icon-column .mpc-icon{
		margin: 0 5px 0 0 !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
	}
	.menu-toggle {
		float: none;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 18px;
		background:#0c313a;
		width: 50%;
		text-align: center;
		right: 0;
		left:0;
		margin:0 auto;
		padding: 10px;
	}
	.header-row .wpb_column{
		width:100%;
		text-align: center;
	}
	.about-row h1.tagline{
		font-size: 22px;
	}
	.contact-row .mpc-icon i {
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 767px){
	h2,.mpc-testimonial__signature,.wpb_single_image,.contact-row p,.contact-row .wpb_column,h1, .vc_row .vc_btn3.vc_btn3-style-custom{
		text-align:center !important;
	}
	.mpc-carousel-testimonial {
		width: 100%;
	}
	.mpc-testimonial .mpc-testimonial__content {
		padding: 0 3.5em !important;
	}
	.contact-row a.mpc-icon-column {
		justify-content: center;
	}
}
@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){

}
@media only screen and (max-width: 479px){
	.menu{
		width: 80%;
	}
	.header-row h1,.header-row h2{
		display: block;
		text-align:center !important;
	}
	.header-row h2{
		margin-left: 0px !important;
		padding-left: 0px !important;
		border:0px !important;
		padding-top: 10px;
	}
	.site-title{
		font-size: 70px !important;
	}
	.vc_custom_heading.site-tagline{
		padding-right: 0em !important;
		margin-top: 5px !important;
	}
	a.mpc-icon-column {
		display: flex;
		margin-right: 0px !important;
		padding-right: 0 !important;
		border: 0 !important;
	}
	.footer-row a.mpc-icon-column {
		margin-bottom: 5px;
	}
}
