/*FONTS_SETTINGS*/
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&amp;family=Open+Sans:wght@400;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&amp;display=swap');
/*BASIC_SETTINGS*/
body {
	font-family: 'Open Sans', sans-serif;
	color:#1E283C;
	background-color:#ffffff;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #1E283C;
}
.site-inner{
	margin-top:0;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight : 700;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
	font-weight:400;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.header-title{
	font-family: 'Arvo', serif;
	font-weight:400;
	font-size:68px;
}
/*MENU_SECTION*/
.menu a span {
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu li {
	padding: 0 16px;
}
.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;
}
.vc_row .menu{
	padding:0;
	margin:0;
}
.header-widget .vc_row.banner-row {
	overflow:visible;
}
/*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: #2D2D2D;
	border: 0 !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.gfield {
	padding-right: 0px;
}
.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: #E29A44;
	font-size: 15px !important;
	width:100%;
	font-weight: 700;
	padding: 10px 0 !important;
}
.vc_row .gform_wrapper .gform_footer{
	margin: 0;
	padding: 7px 0 0;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
	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: 20px;
	height: 20px;
	border:0;
}
.vc_row .vc_icon_element.vc_icon_element-outer, .header-widget .wpb_single_image .vc_figure {
	vertical-align: middle;
}
/*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: #E29A44;
	top: 13px;
	height: 9px;
	border-radius: 3px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	width: 21px;
	height: 23px;
	position: relative;
	top: 9px;
	margin-right: 9px;
}
.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: 21px;
	top: 8px;
	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:28px !important;
	width: calc(100% - 23px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 48%;
	margin: 0 auto 17px auto;
}
.custom-audio-title{
	position: absolute;
	top: -20px;
	left: 29px;
	font-size: 15px;
	font-weight: 400;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
}
.customaudioplayer .download-audio .fa-download:before{
	content: "\f01a";
	left: 5px;
	top: 0;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 20px;
	width: 27px;
	top: -29px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #232323 !important;
	height: 9px;
}
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;
}
.vc_row .fa-download{
	font-weight:400;
}
.vc_row.banner-row .wpb_single_image {
	position: absolute;
	width: 403px;
	height: 402px;
	bottom:0;
	left:-9em;
}
.vc_row.banner-row .text-right, .vc_row.banner-row .heading-column{
	z-index:9;
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#ffffff;
}
.header-widget  .wpb_single_image img {
    height: 35px !important;
}
/*BIO_SECTION*/
h2 i{
	font-style:normal;
	color:#E29A44;
}
p {
	margin: 0 0 18px;
	line-height: 23px;
}
/*VIDEO_SECTION*/
#load-more.disable, .group{
	display:none;
}
.group.active {
	display: block;
}
/*TESTIMONIAL_SECTION*/
.vc_row .mpc-testimonial .mpc-testimonial__content {
	padding: 0 4em;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:before, .vc_row .mpc-testimonial .mpc-testimonial__content:after {
	font-family: fontawesome;
	font-size: 80px;
	position: absolute;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:before {
	content: '\f10d';
	left: 2px;
	top: -14px;
	color: #196EA3;
}
.vc_row .mpc-testimonial .mpc-testimonial__content:after {
	content: '\f10e';
	right: 2px;
	bottom:5px;
	color: #E29A44;
}
/*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;
}
/*CONTACT_SECTION*/
.vc_row.contact-row .gfield_html p{
	color: #E3EEED;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 23px;
}
.vc_row.contact-row .gfield_html p, .vc_row.contact-row h2, .vc_row.logo-row h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.vc_row.contact-row a.mpc-icon-column, .vc_row.contact-row .mpc-icon-column  {
	display: flex;
	justify-content: flex-start;
}
/*FOOTER_SECTION*/
.footer-widget .contact-row li{
	margin-bottom:0;
}
.footer-widget .text-right p{
	font-size:14px;
}
.footer-widget .copyright p{
	font-size:12px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){
	.header-title {
		font-size: 60px;
	}
	.vc_sep_width_50 {
		width: 55%;
	}
}
@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 5px 0 0!important;
	}	
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #E3EEED;
	}
	.menu-toggle{
		font-size:21px;
		padding-bottom: 15px;
	}
	.nav-primary {
		top: 30px;
		background: #313b4f;
		z-index: 9;
		position: absolute;
		left: 50%;
		width: 60%;
		transform: translate(-50%, 0);
		padding: 10px 0 !important;
	}
	.menu li{
		text-align:center;
		padding:5px 0;
	}
	.genesis-nav-menu li.page_item.current-menu-item > a span {
		border-bottom: 0;
	}
	.customaudioplayer {
		width: 70%;
	}
	.header-title {
		font-size: 45px;
	}
	.vc_row .vc_separator {
		width: 100%;
	}
	.vc_row.banner-row .text-right, .vc_row.banner-row .heading-column {
		z-index: inherit;
	}
}
@media only screen and (max-width: 767px){
	h1, h2, .vc_row .text-right, .footer-widget p, .footer-widget .vc_row, .header-widget .vc_row, .vc_row.contact-row{
		text-align:center !important;
	}
	.vc_row .vc_sep_width_60{
		margin:0 auto;
	}
	.vc_row.banner-row .wpb_single_image {
		position: static;
		width:100%;
		height:auto;
	}
	.vc_row.banner-row{
		background:#cd934b!important;
	}
	.vc_row.contact-row a.mpc-icon-column {
		justify-content: center;
	}
	.footer-widget .copyright {
		padding-top:10px;
	}
}
@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: 479px){
	.customaudioplayer {
		width: 80%;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content {
		padding: 0 1.5em;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content::before{
		top:0;
	}
	.vc_row .mpc-testimonial .mpc-testimonial__content::before, .vc_row .mpc-testimonial .mpc-testimonial__content::after {
		font-size: 22px;
	}
	h2{
		font-size:30px;
	}
	.header-widget a.mpc-icon-column {
		display: flex;
		margin: 10px 0;
	}
}