/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 19:51:23 */
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Poppins-Bold.ttf);
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Poppins-ExtraBold.ttf);
}
@font-face {
	font-family: 'Poppins Regular';
	font-display: swap;
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Poppins-Regular.ttf);
}
@font-face {
	font-family: 'Lato';
	font-display: swap;
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Lato-Light.ttf);
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Lato-Regular.ttf);
}
@font-face {
	font-family: 'Kanit';
	font-display: swap;
	src: url(http://site91.webdnx.net/wp-content/uploads/2025/06/Kanit-Regular.ttf);
}
body {
	font-family: 'Poppins Regular';
	color: #161616;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #231f20;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Poppins';
	font-weight: 700;
}
h1 {
	font-size: 71px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row, .header-full-width .wpb-content-wrapper .row-container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width], .header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row {
	max-width: 100%;
}
/*MENU_SECTION*/
.menu a span {
	color: #fff;
	font-weight:400;
	font-size: 21px;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	padding-bottom: 5px;
	border-bottom: 5px solid #8c35db;
}
.menu li {
	padding: 0 5px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding: 0;
}
.nav-primary {
	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: #C3FCFC;
	padding-bottom: 10px;
	border: 0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li {
	padding: 10px 10px 0 10px;
	margin: 0;
	display: inherit;
}
.vc_row .sub-menu-toggle {
	display: block !important;
	visibility: visible !important;
	top: 2px;
	right: -13px;
	padding: 7px 10px;
}
.vc_row .sub-menu .sub-menu-toggle {
	right: -2px;
	top: 6px;
}
.sub-menu-toggle.activated::before {
	top: 3px;
}
.sub-menu-toggle::before {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	border: 4px solid transparent;
	border-top: 4px solid #000;
	transition: none;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry, .vc_row .menu li {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-family: 'Poppins';
	font-size: 18px;
	padding: 10px 30px !important;
	line-height: 1;
	letter-spacing: 2px;
	border-radius: 0;
	font-weight: 700;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #2d2d2d;
	opacity: 1;
}
:-moz-placeholder {
	color: #2d2d2d;
	opacity: 1;
}
::-moz-placeholder {
	color: #2d2d2d;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #2d2d2d;
	opacity: 1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #fff;
	opacity: 0.902;
	color: #2d2d2d;
	font-size: 18px !important;
	padding: 10px 15px !important;
	line-height: 1.5;
	border: 0!important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	background-color: #ffffff;
	opacity: 1;
	color: #be33ff; !important;
	margin: 0;
	padding: 10px 4em !important;
	font-size: 18px !important;
	font-weight: 700;
	text-align: center;
	border: none !important;
	width:100%;
	box-shadow: 7px 7px 10px #000000a6;
}
.vc_row .gform_wrapper .gfield textarea.medium {
	height: 140px !important;
	min-block-size: initial;
	resize: none;
}
.vc_row .gform_wrapper .gform_fields {
	gap: 16px;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: center;
	display: block;
	margin-top: 16px;
	padding: 0;
}
.vc_row .gfield_html p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.vc_row .gform_confirmation_message {
	color: #fff;
	padding: 3em 0 10em 0;
	width: 46%;
	margin: 0 auto;
}
#contact h2.gform_submission_error, #contact .gfield_validation_message {
	background-color: #ffffffe3;
	padding: 2px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
	color: #c02b0a;
	font-size: 18px;
}
.gform_wrapper.gform-theme .gfield.hidden_label label, .gform_validation_container {
	display: none;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content , .vc_row .gform_validation_container{
	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: #ffffff;
	top: 7px;
	height: 14px;
	margin: 0;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .mejs-button {
	margin-right: 10px;
	top: 6px;
}
.vc_row .customaudioplayer .mejs-button {
	width: 18px;
	height: 18px;
	position: relative;
	left: 0px;
	margin-right: 8px;
	padding-top:0 !important;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio .fa-download:before, .custom-event-class .customaudioplayer:before{
	position: absolute;
	content: '';
	background-image: url(http://site91.webdnx.net/wp-content/uploads/2025/06/audio-buttons.svg);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0px 0px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -25px 0px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 31px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto !important;
	min-height: 28px;
}
.custom-audio-title{
	position: absolute;
	top: -18px;
	left: 26px;
	font-size: 18px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	text-align:left;
}
.vc_row .fa-download {
	position:absolute;
	top:0;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0;
	height: 20px;
	width: 28px;
	top: -26px;
}
.customaudioplayer .download-audio a svg path {
	fill:#ffffff;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background: #bd33ff !important;
	height: 14px;
}
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;
	height: 28px;
}
.customaudioplayer .download-audio .fa-download:before{
	content:'';
	background-position: -52px 0px;
	width: 28px;
	height: 20px;
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #f0f1f1;
	position: absolute;
	width: calc(100% - 70px);
	height: 45%;
	left: -20px;
	margin: 0 auto;
	right: 0;
	top: 9px;
}
.custom-event-class .customaudioplayer::before {
	top: 4px;
	left: 0;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 3px;
}
#demos .wpb_text_column br{
	display:none;
}
.vc_row .shadow-player .mejs-controls .mejs-time-rail .mejs-time-total {
	box-shadow: 0px 0px 20px #cc33ff;
}
.vc_row .snow-player .mejs-controls .mejs-time-rail .mejs-time-total {
	background: transparent url(http://site91.webdnx.net/wp-content/uploads/2025/06/minnesota-audio-bar.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	padding: 3em 0px;
	top: 8px;
}
.vc_row .snow-player .mejs-controls .mejs-time-rail .mejs-time-current {
	top:0;
}
/*Voicezam*/
.clsVZbutton {
	clear: both;
	display: block !important;
	float: left;
	margin-bottom: 15px;
	position: relative;
	padding: 0;
	width: 100%;
}
.clsBtnPlay {
	display: inline-block;
	width: calc(100% - 30px);
}
.clsBtnPlay:before {
	content: '';
	background: #ffffff;
	width: calc(100% - 65px);
	height: 14px;
	top: 8px;
	position: absolute;
	left: 26px;
}
.clsDemoName {
	vertical-align: top;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 40px);
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: -22px;
	left: 7px;
}
.clsBtnDownload {
	right: 5px;
	position: absolute;
	width: 22px;
	top: 0;
}
.clsVZbutton .btnPlayIcon, .clsVZbutton .btnPauseIcon {
	height:1em;
}
/*HEADER_SECTION*/
#header .logo-title{
	font-size: 21px;
	font-family: "Poppins";
	font-weight:900;
	text-transform:uppercase;
	line-height:20px;
}
#header .logo-title a,.logo-description,#header .wpb_text_column a {
	color:#fff;
}
.logo-description{
	font-family: 'Kanit';
	font-size: 21px;
	line-height:20px;
}
.home #header {
	z-index: 9;
	position: absolute !important;
	width: 100% !important;
	background-color: transparent !important;
}
#header .text-right .wpb_text_column p {
	line-height: 22px;
	font-size:16px;
}
/*BANNER_SECTION*/
#demos {
	width: 670px;
	margin: 0 auto;
}
/*LOGO_SECTION*/
.vc_row .wpls-logo-showcase .slick-arrow {
	background-color: transparent;
}
.vc_row .wpls-logo-showcase .slick-arrow svg {
	fill: #05191b;
}
/* LEARN_MORE */
.disable .vc_btn3, .vc_row .group{
	display: none;
}
.vc_row .group.active {
	display: block;
}
/*ABOUT*/
#about p{
	font-weight: 400;
}
#about .vc_row.three-column .wpb_text_column.vocal-profile-text > .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}
#about .vc_row.three-column .wpb_text_column.vocal-profile-text .right-text {
	text-align: right;
}
.three-column p, .left-text, .right-text {
	line-height:22px;
} 
.three-column p strong, .vc_row .gfield_html p strong {
	font-family: 'Poppins'; 
	font-weight:700;
}
/*TESTIMONIAL_SECTION*/
#testimonials{
	background-image: linear-gradient(90deg, #1677de 0%, #000727 97%);
	position:relative;
}
#testimonials:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 224px;
	background-image: url(http://site91.webdnx.net/wp-content/uploads/2025/06/testimonial-img.png);
	background-position: bottom;
	bottom: -2px;
	background-repeat: no-repeat;
}
.vc_row .testimonial-name, .vc_row .testimonial-company {
	font-family: 'Lato';
	display: inline-block;
	line-height: 1;
	color: #fff;
	font-size: 18px;
}
.testimonial-company:before{
	content:"-";
	padding:0 10px;
}
.testimonial-company{
	padding-right:3em;
}
.vc_row .testimonial-content {
	margin-bottom: 1em;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-family: 'Lato';
}
.wpmtst-testimonial-inner {
	text-align: right;
}
.vc_row .testimonial {
	padding: 2em 6em;
}
.vc_row .testimonial-content:before,.vc_row .testimonial-content:after {
	content: '';
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
}
.vc_row .testimonial-content:before{
	background-image: url(http://site91.webdnx.net/wp-content/uploads/2025/06/left-quote.svg);
}
.vc_row .testimonial-content:after {
	background-image: url(http://site91.webdnx.net/wp-content/uploads/2025/06/right-quote.svg);
}
.vc_row .testimonial-content:before {
	left: 2em;
	top: 0;
}
.vc_row .testimonial-content:after {
	right: 2em;
	top: 0;
}
/*CONTACT*/
#contact .contact-text .contact-details {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	padding: 20px 0;
	font-weight:700;
}
#contact .contact-text .list{
	display: flex;
	justify-content: center;
}
#contact .contact-text .list ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	text-align:left;
}
#contact .contact-text p, #contact .contact-text a, #contact .contact-text li {
	font-size: 16px;
}
/*FOOTER_SECTION*/
#footer p {
	font-size: 16px;
}
#footer p,#footer a {
	color: #383838;
	font-family: 'Lato';
}
.error404 .site-inner input {
	border:2px solid #000000 !important;
}
.sub-demo {
	width: 32%;
	float: left;
	padding-right: 20px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1980px) {
	#border-row .vc_empty_space {
		height: 20px !important;
	}
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1200px) {
	#about .three-column{
		justify-content: center;
		gap: 30px;
	}
	.vc_row.three-column > .wpb_column {
		width: 45%;
	}
	#about .three-column .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
		margin: 0 auto;
	}
	#header .text-right .wpb_text_column p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 959px) {
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #ffffff;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu-toggle {
		padding: 0;
		font-size: 25px;
		line-height: 33px;
		float: right;
	}
	.menu li {
		padding: 10px 0;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.vc_row .genesis-responsive-menu {
		top: 30px;
		position: absolute;
		left: 50%;
		z-index: 9;
		width: 100%;
		border: 2px solid #be33ff;
		background: #052355;
		transform: translate(-50%, 0);
		padding: 0 0 10px 0 !important;
		text-align: center;
	}
	#genesis-mobile-nav-primary span,.custom-event-class .vc_row .nav-primary ,.custom-event-class nav::before {
		display: none;
	}
	.site-header .menu-toggle::before {
		content: '☰';
		top: 0;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	#header .wpb_column, #contact .wpb_column{
		width: 100%!important;
		text-align:center;
	}
	.vc_row.three-column > .wpb_column {
		width: 100%;
	}
	.vc_row.parentrower .innercontainer {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.mobilefirst { 
		-webkit-order: 1;
		order: 1;
	}      
	.mobilesecond {
		-webkit-order: 2;
		order: 2;
	}     
	.mobilethird {
		-webkit-order: 3;
		order: 3;
	}
	.site-header .mobilethird {
		padding-top:10px;
	}
	#banner h1 {
		padding-top:0.8em;
	}
	#banner .voicezam-row {
		padding-top:13em !important;
	}
	.three-column p, .left-text, .right-text {
		font-size: 16px;
	}
	.site-header .mobilefirst {
		z-index:9;
	}
	.testimonial-company {
		padding-right: 0;
	}
	#contact {
		background-position: 67% 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, .site-footer p,#footer .wpb_column,#contact .wpb_raw_code ,.wpb_single_image, .event-row {
		text-align:center !important;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 30px;
		height: 30px;
	}
	.vc_row .testimonial {
		padding: 0 2em;
	}
	.vc_row .testimonial-content:before {
		left:0;
	}
	.vc_row .testimonial-content::after {
		right: 0;
	}
	#testimonials {
		padding-bottom:12em !important;
	}
	.event-row h2 {
		padding-top:15px;
	}
	#banner h1 {
		font-size: 63px;
	}
	.customaudioplayer {
		width: 55%;
		margin: 20px auto 40px auto !important;
	}
	#demos {
		width:100%;
	}
	#banner {
		background-position: 66% 100% !important;
		padding-bottom:10px !important;
	}
	#banner h1 {
		font-size: 47px;
	}
	.clsDemoName {
		font-size: 16px;
		top: -16px;
		left: 7px;
	}
	.clsBtnPlay::before {
		top: 11px;
		height: 9px;
	}
	.sub-demo {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.vc_row .gform_confirmation_message {
		width: 70%;
	}
	.home #header {
		position: inherit !important;
		background-color: #052355 !important;
		background-image:linear-gradient(90deg, #1677de 0%, #000727 97%) !important; 
	}
	#banner {
		padding-top: 0 !important;
		background-image: linear-gradient(90deg, #1677de 0%, #000727 97%) !important;
		background-color: #052355 !important;
	}
	#banner .voicezam-row {
		padding:  0 !important;
	}
	#demos {
		padding-top: 2em;
	}
	#mobile-banner {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
	}
	#demos .vc_column-inner {
		padding: 0;
	}
}
@media only screen and (max-width: 639px) {
	.customaudioplayer {
		width: 75%;
	}
	#testimonials {
		padding-bottom: 12em !important;
	}
	#contact .contact-text .list ul, #contact .contact-text .contact-details {
		display: block;
	}
	.home div#vzCloseDemoButton {
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
		top: -14px !important;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
		font-size: 17px;
	}
	.vc_row .testimonial-company { 
		padding-top:5px;
	}
	.vc_row .testimonial-company:before {
		display:none;
	}
	#banner #VoiceZam_ContainerBlock {
		left: 0;
		right: 0;
	}
	#banner #VoiceZam_ContainerBlock > div {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 479px) {
	#banner h1 {
		padding-top: 2em;
	}
	.customaudioplayer {
		width: 100%;
	}
	.three-column .vc_column-inner {
		margin-top:0 !important;
		background-size:cover !important;
	}
	.three-column {
		padding-top:2em;
	}
	#banner h1 {
		font-size: 28px;
	}
	.three-column h3 {
		font-size: 24px;
	}
	.event-row h2 {
		font-size: 22px;
	}
	.vc_row.event-row .vc_btn3.vc_btn3-style-custom {
		font-size: 16px;
		padding: 10px !important; 
	}
	h2 {
		font-size: 26px;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 25px;
		height: 25px;
	}
	#banner #VoiceZam_ContainerBlock > div {
		width: 290px !important;
	}
	.vc_row .gform_confirmation_message {
		width: 100%;
	}
}