/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
 */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;
 1,100..900&display=swap');
 */
 html {
	height: 100%;
	min-height: 100%;
}
a:focus {
	outline: 0;
}
@font-face {
	font-family: 'permanent_markerregular';
	src: url('../fonts/permanentmarker-webfont-webfont.woff2') format('woff2'), url('../fonts/permanentmarker-webfont-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dk_darker_markerregular';
	src: url('../fonts/dk_darker_marker-webfont.eot');
	src: url('../fonts/dk_darker_marker-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dk_darker_marker-webfont.woff2') format('woff2'), url('../fonts/dk_darker_marker-webfont.woff') format('woff'), url('../fonts/dk_darker_marker-webfont.ttf') format('truetype'), url('../fonts/dk_darker_marker-webfont.svg#dk_darker_markerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('http://financeasasecondlanguage.com/wp-content/themes/fasl/fonts/OpenSans-CondBold-webfont.eot');
	src: url('http://financeasasecondlanguage.com/wp-content/themes/fasl/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('http://financeasasecondlanguage.com/wp-content/themes/fasl/fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('http://financeasasecondlanguage.com/wp-content/themes/fasl/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('http://financeasasecondlanguage.com/wp-content/themes/fasl/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-weight:400;
	font-size:16px;
	background: #212121;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	width: 304px;
	margin: 0 auto;
}
.wizard,.tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden 
}
.wizard a,.tabcontrol a {
	outline: 0 
}
.wizard ul,.tabcontrol ul {
	list-style: none!important;
	padding: 0;
	margin: 0 
}
.wizard ul>li,.tabcontrol ul>li {
	display: block;
	padding: 0 
}
.wizard>.steps .current-info,.tabcontrol>.steps .current-info {
	position: absolute;
	left: -999em 
}
.wizard>.content>.title,.tabcontrol>.content>.title {
	position: absolute;
	left: -999em 
}
.wizard>.steps {
	position: relative;
	display: block;
	width: 100%;
	display: none !important;
}
.wizard.vertical>.steps {
	display: inline;
	float: left;
	width: 30% 
}
.wizard>.steps .number {
	font-size: 1.429em 
}
.wizard>.steps>ul>li {
	width: 25% 
}
.wizard>.steps>ul>li,.wizard>.actions>ul>li {
	float: left 
}
.wizard.vertical>.steps>ul>li {
	float: none;
	width: 100% 
}
.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active {
	display: block;
	width: auto;
	margin: 0 .5em .5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 
}
.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default 
}
.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active {
	background: #2184be;
	color: #fff;
	cursor: default 
}
.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active {
	background: #9dc8e2;
	color: #fff 
}
.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active {
	background: #ff3111;
	color: #fff 
}
.wizard>.content {
	display: block;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	width: auto;
}
.wizard.vertical>.content {
	display: inline;
	float: left;
	margin: 0 2.5% .5em 2.5%;
	width: 65% 
}
.wizard>.content>.body {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
}
.wizard>.content>.body ul {
	list-style: disc!important 
}
.wizard>.content>.body ul>li {
	display: list-item 
}
.wizard>.content>.body>iframe {
	border: 0 none;
	width: 100%;
	height: 100% 
}
.wizard>.content>.body input.error {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11 
}
.wizard>.content>.body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em 
}
.wizard>.actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100% 
}
.wizard.vertical>.actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95% 
}
.wizard>.actions>ul {
	display: inline-block;
	text-align: right 
}
.wizard>.actions>ul>li {
	margin: 0 .5em 
}
.wizard.vertical>.actions>ul>li {
	margin: 0 0 0 1em 
}
.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active {
	background: #2184be;
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 
}
.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active {
	background: #eee;
	color: #aaa 
}
.wizard>.loading {
}
.wizard>.loading .spinner {
}
.tabcontrol>.steps {
	position: relative;
	display: block;
	width: 100% 
}
.tabcontrol>.steps>ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1 
}
.tabcontrol>.steps>ul>li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px 
}
.tabcontrol>.steps>ul>li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0 
}
.tabcontrol>.steps>ul>li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0 
}
.tabcontrol>.steps>ul>li>a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none 
}
.tabcontrol>.steps>ul>li>a:hover {
	text-decoration: none 
}
.tabcontrol>.steps>ul>li.current>a {
	padding: 15px 30px 10px 30px 
}
.tabcontrol>.content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px 
}
.tabcontrol>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5% 
}
.tabcontrol>.content>.body ul {
	list-style: disc!important 
}
.tabcontrol>.content>.body ul>li {
	display: list-item 
}
@media(max-width: 600px) {
	.wizard>.steps>ul>li {
		width:50% 
   }
	.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active {
		margin-top: .5em 
   }
	.wizard.vertical>.steps,.wizard.vertical>.actions {
		display: block;
		float: none;
		width: 100% 
   }
	.wizard.vertical>.content {
		display: block;
		float: none;
		margin: 0 .5em .5em;
		width: auto 
   }
}
@media(max-width: 480px) {
	.wizard>.steps>ul>li {
		width:100% 
   }
}
.com {
	color: #93a1a1 
}
.lit {
	color: #195f91 
}
.pun,.opn,.clo {
	color: #93a1a1 
}
.fun {
	color: #dc322f 
}
.str,.atv {
	color: #d14 
}
.kwd,.prettyprint .tag {
	color: #1e347b 
}
.typ,.atn,.dec,.var {
	color: teal 
}
.pln {
	color: #48484c 
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8 
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0 
}
ol.linenums {
	margin: 0 0 0 33px 
}
ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff 
}
.form_row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 576px) {
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
   }
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
   }
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
   }
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
   }
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
   }
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
   }
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
   }
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
   }
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
   }
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
   }
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
   }
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
   }
}
/* Back to top button */
#back-top {
	bottom: 1%;
	margin-left: -150px;
	position: fixed;
	right: 1%;
	z-index: 3000;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
   /* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: #404040 url('../images/up-arrow.png') no-repeat center center;
   /* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
   /* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
.dropdownwrapper {
	width: 150px;
	float: right;
	position: relative;
	bottom: 10px;
}
.testimonialtext {
	color: #ffffff !important;
	padding: 0 50px 0 0;
	line-height: 28px;
	font-size: 18px;
}
.headermenudropdown {
	text-align: right;
}
.headermenudropdown .dropdown {
	padding-top: 32px;
}
.headermenudropdown li {
	height: 40px;
	line-height: 40px;
	list-style: none;
}
.dropdown-menu ul {
	margin: 0;
	padding: 0;
}
.headermenudropdown li a:hover {
	background: none;
}
.headermenudropdown li {
	border-bottom: 1px solid #cecece;
}
.headermenudropdown li:last-child {
	border-bottom: none;
}
.headermenudropdown li a {
	color: #000000;
	font-family: 'open_sanssemibold' !important;
	font-size: 14px;
	display: block;
}
.headermenudropdown li:hover a {
	color: #808080;
}
/* Testimonials Page Css */
#responsive-menu-pro-container #responsive-menu-pro-search-box, #responsive-menu-pro-container #responsive-menu-pro-additional-content, #responsive-menu-pro-container #responsive-menu-pro-title {
	padding: 5px 5% !important;
}
.responsive-menu-pro-submenu-depth-1 li a {
	font-size: 13px !important;
}
.testimonialsh2 {
	color: #fff !important;
	font-size: 26px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	padding: 15px 10px;
	letter-spacing: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1B356C;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
}
#testimonialheader {
	padding: 10px 0 30px;
	background: #333333;
}
#testimonialheader h1 {
	color: #9ed0ff;
	font-size: 51px;
	letter-spacing: 0px;
}
#testimonialheader p {
	color: #ffffff;
	line-height: 1.4;
	font-size: 13.6px;
}
#testimonialheader .what-they-say-about {
	text-align: center;
}
#testimonialcontent {
	background: #1a1a1a;
	padding-top: 20px;
}
.testimonial-text p {
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', arial, sans-serif;
	margin-top: 10px;
	line-height: 1.5;
	color: #0e3049 !important;
	font-weight: 600;
}
.testimonial-item {
	min-height: 220px !important;
}
.testimonial-item a.video{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	display: block;
	padding: 5px;
}
.testimonial-item img{
	border-radius: 10px;
	width: 100%;
}
.wonderplugin-gridgallery-item-container {
	margin-top: 20px !important;
}
.twrap {
	margin-bottom: 30px;
}
.testimonialwrapper {
	background: #1a1a1a;
	color: #ffffff;
}
.testimonialwrapper h2 {
	font-size: 20px;
	margin-top: 50px;
}
.testimonialwrapper ul li a {
	color: #cccccc;
	font-size: 15px;
}
.testimonialwrapper ul {
	padding: 0;
}
.testimonialwrapper ul li {
	list-style: none;
}
.position, .company {
	font-size: 13px;
	text-align: center;
	display: block;
}
.videoinformation {
	min-height: 60px;
	margin-top: 10px;
}
div#nav_menu-3 {
	margin-bottom: 15px;
}
div#nav_menu-4 {
	margin-bottom: 15px;
}
div#nav_menu-5 {
	margin-bottom: 15px;
}
#menu-mobile-video-testimonial-menu, #menu-mobile-video-testimonial-menu li {
	list-style: none;
	padding: 0;
	line-height: 21px;
}
#menu-mobile-video-testimonial-menu .sub-menu {
	padding: 0;
	margin-top: 10px;
}
#menu-mobile-video-testimonial-menu .sub-menu li a {
	padding: 0;
	color: #cccccc;
	font-size: 13px;
	font-weight: 400;
}
#menu-mobile-video-testimonial-menu li a {
	color: #1B356C !important;
	font-weight: 600;
}
.menu-mobile-video-testimonial-menu-container {
	padding: 0 17px;
}
.testimonialmenu h2.widgettitle {
	font-family: "Open Sans";
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
}
.testimonialmenu ul {
	padding: 0 0 0 20px;
}
.testimonialmenu ul li {
	list-style: none;
	line-height: 20px;
}
.testimonialmenu a {
	color: #cccccc;
	font-size: 15px;
}
.testimonialmenu a:hover {
	color: #fff200;
}
.page-template-testimonials-template #wrapper-navbar {
	background: #333 !important;
}
/* End Testimonials Page Css */
/* Team page CSS */
.meettoshi {
	font-family: 'dk_darker_markerregular' !important;
}
.page-template-team-template .bg-inverse {
	background-color: #363636 !important;
}
body #full-width-page-wrapper {
	background-color: #363636 !important;
}
.page-template-team-template .whitebtn {
	background: #ffffff;
	color: #2c7393;
	width: 150px;
	height: 45px;
	line-height: 15px;
	padding: 15px 20px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.marker {
	font-family: 'dk_darker_markerregular' !important;
}
.testimonialreadmore {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	display: block;
	text-align: center;
	outline: none;
}
/* End Team Page CSS */
.bgfade {
	width: 100%;
	height: 100%;
	position: relative;
	background: #363636;
}
#bgfade1 {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none !important;
}
.home .bgfade {
	padding-bottom: 20px;
}
.thin {
	font-weight: 100;
}
div#content {
	position: relative;
	margin-bottom: -15px;
}
#testimonialheader div#content {
	margin-bottom:0px;
}
h2.widgettitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	min-height: 38px;
	padding-right: 20px;
}
.cubes .container{
	padding:0px 0px;
}
.cubes .container .textwidget{
	padding-right: 10px;
}
.hpw3 ul {
	padding: 0 0 0 20px;
	margin-bottom: 0;
}
.main_title h2 {
	font-size: 51px !important;
	color: #9ed0ff;
	margin-bottom: 20px;
}
.toshibio {
	padding: 0 20px 0 0;
}
.teammembermain {
	background: #212121;
	padding-bottom: 15px;
}
.teammemberimage {
	text-align: center;
}
.teammemberimage img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #ffffff;
	margin-bottom: 20px;
	width: 145px;
}
.teammemberbio p strong {
	font-weight: normal;
}
a.toshibutton:hover {
	color: #2c7393 !important;
}
.teammemberwrapper {
	text-align: center;
	margin: 30px 0;
}
.teamtitle {
	text-align: center;
	font-size: 51px;
	color: #9ed0ff;
	line-height: 1.3;
	padding-top: 20px;
}
.team_modal .teammembername {
	color: #548aa3;
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: 13px 0 0;
	text-align: center;
}
.team_modal .teammemberposition {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.teammembername {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
}
.teammemberposition {
	font-size: 14px;
	color: #d9d9d9;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.teammemberbio a {
	margin-top: 3px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	text-align: center;
	outline: none;
}
.teammemberbio a:hover {
	color: #fff200;
}
.slogan {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #a0a0a0;
	max-width: 623px;
	padding: 5px 0;
	margin: 20px auto 15px auto;
	color: #e5e5e5;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.hpwborder {
	border-left: 2px solid #aaaaaa;
	margin-bottom: 25px;
	padding: 0px 12px;
	color: #e5e5e5;
	font-size: 13.6px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.quotes {
	text-align: center;
	color: #9ed0ff;
	font-size: 40px;
	font-family: 'dk_darker_markerregular' !important;
	letter-spacing: 1px !important;
	min-height: 110px;
	margin-top: 10px;
}
.quotes ul {
	padding: 2px 0 0 0;
}
.quotes ul li{
	list-style: none;
	line-height: 1.2;
}
.hpw2 .textwidget {
}
.hpw1 .textwidget {
}
.hpw1 h2.widgettitle {
}
.hpw2 h1.widgettitle {
}
.hpw3 h2.widgettitle {
}
.quotes ul li {
	display: none;
}
.sliderquote {
	font-family: 'dk_darker_markerregular' !important;
	letter-spacing: 1px !important;
}
.sliderquote-mobile {
	font-family: 'dk_darker_markerregular' !important;
	letter-spacing: 1px !important;
	margin: 30px 0px;
}
.slogantext {
	padding: 20px 35px !important;
}
.slogantext-mobile {
	padding: 10px 10px !important;
	margin: 5px 0px;
}
.statictext1 {
	padding: 0px 14px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext1-mobile {
	padding: 0px 14px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext2 {
	padding: 0px 0px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext2-mobile {
	padding: 0px 0px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext3{
	padding: 0px 0px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext3-mobile{
	padding: 0px 0px !important;
	font-family: 'open_sanssemibold' !important;
}
.statictext3 ul {
	padding: 0px 0px 0px 10px !important;
}
a:hover, a:focus{
	color:#fff;
	text-decoration:none;
}
a.orange{
	color:#ff7800;
}
.orangebtn{
	color:#fff;
	background:#ff7800;
}
.whitebtn{
	background: #ffffff;
	color: #2c7393;
}
.yellow{
	color:#fff200;
}
.rounded{
	font-size: 19px;
	font-weight: 600;
	display: inline-block;
	padding: 15px 60px;
	border-radius: 37px;
	border: 0;
}
h1 {
	font-family: 'dk_darker_markerregular';
	font-size: 65px;
	color: #fff;
}
.aligncenter {
	margin: 0px auto;
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
/*HEADER*/
.responsive-menu-subarrow {
	display: none;
}
#responsive-menu-container #responsive-menu li a {
	line-height: 18px !important;
}
.mobilemenuheader {
	font-weight: 400 !important;
	font-size: 16px;
	margin-top: 15px !important;
}
.mobilemenuheader ul li {
	font-weight: 100 !important;
}
#wrapper-navbar{
   /*position: absolute;
	*/
	width: 100%;
	z-index: 100;
}
.navheader {
	position: relative;
}
#navbarNavDropdown {
	left: 185px;
	position: relative;
}
.navbar-collapse {
	text-align: left !important;
}
.navbar-nav {
	padding: 0;
	background: #ffffff;
}
.navbar-nav .main-menu {
	text-align: left !important;
}
.navbar-nav .nav-link{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#fff;
	font-size: 17px;
	margin: 0 25px;
}
.navbar{
	text-align:center;
}
.navbar-header img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin-top: 30px;
}
/*CONTENT*/
.wrapper{
	padding:0 0;
}
#full-width-page-wrapper{
	padding-top: 15px;
	color: #fff;
	line-height: 1.4;
	font-size: 13.6px;
	padding-bottom: 15px;
}
a.open-popup-link{
	font-size: 12.5px !important;
}
.toshiimageposition{
	padding-left:30px;
}
#full-width-home-wrapper{
	padding-top: 155px;
	color:#333333;
	line-height: 28px;
}
.negative-margin {
	position: relative;
	bottom: 15px;
	left: -7px;
}
.home-content{
	padding: 0;
}
.home-content h3{
	font-weight: 700;
	color: #e5e5e5;
	line-height: 1.1;
	margin-bottom: 0;
	font-size: 17px;
	margin: 15px 0 0 0;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
}
.home-content h4{
	font-weight: 700;
	color: #e5e5e5;
	line-height: 1.1;
	margin-bottom: 0;
	font-size: 16px;
	margin: 20px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
}
.home-content p {
	color: #e5e5e5;
	padding: 5px 20px 0 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	padding-left: 10px;
}
.home-content ul li{
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 18px;
}
.about_boxes{
	font-family: 'dk_darker_markerregular';
	text-align: center;
}
.about_boxes h3{
	font-size: 36px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 13px;
	padding: 15px 0 12px;
	margin-bottom:0;
}
.key_success{
	padding-left:0;
}
.key_success li{
	list-style: none;
	width: 25%;
	float: left;
	font-size: 30px;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 2px solid #fff;
	border-radius: 13px;
	border-left: 1px solid #fff;
	border-right: 1px solid;
	border-top: 1px solid #fff;
}
.key_success li:first-child{
	border-left:2px solid #fff;
}
.key_success li:last-child{
	border-right:2px solid #fff;
}
#testimonial_widget{
	background: #fefef1;
	padding: 60px 0 50px;
}
#testimonial_widget h4{
	font-family: 'dk_darker_markerregular';
	color: #548aa3;
	text-align: center;
	font-size: 76px;
}
.timg_radius img{
	border-radius:50%;
}
.team_members h2{
	font-family: 'dk_darker_markerregular';
	color: #548aa3;
	text-align: center;
	font-size: 76px;
	padding: 75px 0 50px;
}
.member_item{
	text-align:center;
	margin-bottom: 80px;
}
.member_item img{
	margin-bottom: 25px;
}
.member_item h3{
	color: #548aa3;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}
.member_item h5{
	color: #333333;
	font-weight: 700;
	font-size: 18px;
}
.member_item a{
	color: #548aa3;
	font-weight: 700;
	font-size: 15px;
}
.contact-area{
	border-bottom: 1px solid #90739e;
}
.contact-form label{
	display:block;
}
.contact-form input[type="text"]::-webkit-input-placeholder , .contact-form input[type="email"]::-webkit-input-placeholder , .contact-form textarea::-webkit-input-placeholder {
	color:#b2b2b2;
	font-weight:600;
	font-size:15px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea{
	width: 100%;
	border: 0;
	color: #333333;
	font-weight: 600;
	font-size: 15px;
	padding: 6px 10px;
	margin-bottom: 15px;
}
.contact-form textarea{
	height:100px;
}
div.wpcf7-mail-sent-ok {
	color: #fff;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
   /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*FOOTER*/
#footer_newsletter{
	background: #cccccc;
	padding: 8px 0;
	color: #1a1a1a;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 250;
}
#footer_newsletter .textwidget {
}
#footer_newsletter h4{
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
#footer_newsletter .cbuttom{
	border: 0;
	background: #404040;
	color: #fff;
	font-weight: 700;
	padding: 8px 5px;
	margin: 0 30px;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	width: 139px;
	height: 38px;
	-webkit-border-radius: 19px 18px 18px 19px/19px;
	-moz-border-radius: 19px 18px 18px 19px/19px;
	border-radius: 19px 18px 18px 19px/19px;
	background-color: #404040;
}
#footer_newsletter .cbuttom:focus {
	outline:0;
}
#footer_newsletter .wpcf7 input{
	width: 100%;
	padding: 9px 10px;
}
#footer_newsletter .wpcf7 input[type="submit"] {
	border-radius: 26px;
	border: 0;
	background: #fff;
	color: #654d70;
	font-weight: 700;
}
#contact-popup .wpcf7-form-control-wrap input[type="email"], #contact-popup .wpcf7-form-control-wrap input[type="text"], #contact-popup .wpcf7-form-control-wrap textarea{
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #e4e4d6;
}
#contact-popup input[type="submit"]{
	border-radius: 26px;
	border: 0;
	background: #fff;
	color: #654d70;
	font-weight: 700;
	padding: 12px 31px;
	margin: 20px auto;
	white-space: nowrap;
	display: block;
	width: 183px;
	text-align: center;
	height: 50px;
	font-size: 18px;
}
#footer_mid{
	background: #2b2b2b;
	text-align: center;
	padding: 0px 0 45px;
	position: relative;
	z-index: 250;
}
#footer_mid .row{
	margin: 0px -30px;
}
#footer_mid .row [class*="col-"]{
	padding: 0px 30px;
}
#footer_mid h4{
	font-weight: 700;
	font-size: 19px;
	color: #cccccc;
	border-bottom: 1px solid #4d4d4d;
	text-transform: uppercase;
	padding: 28px 0 25px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
}
#wrapper-footer{
	background: #212121;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
#wrapper-footer h4{
	font-weight:700;
	color:#333333;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom: 20px;
}
#wrapper-footer .menu-footer-menu-container #menu-footer-menu, #wrapper-footer ul{
	margin:0;
	padding-left: 0;
}
#wrapper-footer .menu-footer-menu-container #menu-footer-menu li, #wrapper-footer ul li{
	float:none;
	display:block;
	list-style:none;
	margin-bottom: 5px;
}
#wrapper-footer a{
	color:#666666;
}
#wrapper-footer a.orange{
	color:#ff7800;
}
.site-info{
	text-align: center;
	padding: 12px 0;
	color: #cccccc;
	font-size: 13px;
}
@media(max-width:575px){
	.newsletter-demo div{
		margin-bottom:10px;
   }
	#footer_mid .row div:first-child{
		margin-bottom:20px;
   }
	#wrapper-footer{
		text-align:center;
   }
	#wrapper-footer .widget{
		margin-bottom:20px;
   }
	#wrapper-footer h4{
		margin-bottom: 10px;
   }
}
@media(min-width:576px){
	#footer_mid .row div:first-child{
		margin-bottom:20px;
   }
}
@media(min-width:768px){
	#footer_mid .row div:first-child{
		margin-bottom:0;
   }
}
@media(min-width:992px){
}
@media(min-width:1200px){
}
.white-popup {
	position: relative;
	background: #ffffff;
	padding: 35px 40px 35px;
	width: auto;
	max-width: 600px;
	margin: 20px auto 
}
#contact-popup {
	position: relative;
	background: #654d70;
	padding: 35px 40px 35px;
	width: auto;
	max-width: 600px;
	margin: 20px auto 
}
.white-popup2 {
	position: relative;
	background: #fff;
	padding: 10px;
	width: auto;
	max-width: 1000px;
	margin: 20px auto 
}
.white-popup2 button {
}
.team_modal img.attachment-thumbnail{
	background: #548aa3;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.team_modal h3.member_name{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #548aa3;
	text-align: center;
	line-height: 30px;
	margin: 13px 0 0;
}
.team_modal h4{
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
}
.team_modal p{
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	font-family: 'Open Sans', arial, sans-serif;
}
.team_modal .mfp-close, .team_modal .mfp-close:active{
	color: #548aa3 !important;
	font-size: 44px !important;
	top: 11px;
   /* opacity: 1;
	*/
	background: none;
	text-indent: 0 !important;
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 570px) and (orientation: portrait) {
	.quotes {
		font-size: 16px !important;
		min-height: 40px;
   }
	.slogan {
		font-size: 14px;
   }
	.quotes ul li {
		line-height: 22px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
	.hpwborder {
		font-size: 16px;
		height: auto;
   }
	.toshibio {
		padding: 0 20px 0 0;
		font-size: 14px;
		line-height: 20px;
   }
	.teamtitle {
		font-size: 50px;
   }
	.hpw2 .textwidget {
		padding: 0 0px;
   }
	.hpw1 .textwidget {
		padding: 0 0px;
   }
	.navbar-header img {
		margin-top: 30px;
   }
	h2.widgettitle {
		font-family: "Open Sans Condensed";
		color: #fff200;
		font-size: 18px !important;
		text-align: center;
		font-weight: 700;
   }
	#footer_newsletter .textwidget {
		padding-left: 0px !important;
   }
	.home-content h3 {
		font-family: "Open Sans Condensed" !important;
		font-weight: 700 !important;
		color: #666666 !important;
		line-height: 20px !important;
		margin-bottom: 0 !important;
		font-size: 20px !important;
		margin: 0px 0 0 0 !important;
   }
	.home-content h4 {
		font-family: "Open Sans Condensed" !important;
		font-weight: 700 !important;
		color: #666666 !important;
		line-height: 16px !important;
		margin-bottom: 0 !important;
		font-size: 16px !important;
		margin: 20px 0 0 0 !important;
   }
	.home-content p {
		color: #333333;
		font-family: 'open_sanssemibold' !important;
		padding: 5px 20px 0 0 !important;
		font-size: 13px !important;
		line-height: 21px !important;
   }
	#footer_newsletter {
		padding: 20px 0;
		color: #fff;
		font-size: 14.5px !important;
		font-family: 'open_sanssemibold' !important;
		text-align: center !important;
   }
	#footer_newsletter .textwidget {
		margin: 0 10px 0 10px !important;
   }
	#footer_newsletter .cbuttom {
		margin-top: 10px !important;
   }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.quotes {
		font-size: 30px !important;
   }
	.quotes ul li {
		line-height: 28px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
}
/* Iphone Portrait 6 + 6s */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.quotes {
		font-size: 22px !important;
   }
	.quotes ul li {
		line-height: 22px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.quotes {
		font-size: 36px !important;
   }
	.quotes ul li {
		line-height: 32px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
}
/* Iphone 6+ */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
	.toshiimageposition {
		width: 80% !important;
		float: right;
   }
	.slogan {
		padding: 10px 40px;
   }
	.quotes {
		font-size: 24px !important;
   }
	.quotes ul li {
		line-height: 24px;
   }
	h2.widgettitle {
		font-size: h3px !important;
   }
	.hpw2 h2.widgettitle {
		padding: 0 20px !important;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
	.custom-logo-link {
		margin-top: 13px;
		display: block;
   }
	.navbar-header img {
		margin-top: 10px;
		position: relative;
		right: 20px;
		bottom: 7px;
   }
	.main_title h2 {
		font-size: 50px !important;
   }
	.toshibio {
		padding: 0 20px 0 0;
		font-size: 14px;
		line-height: 20px;
   }
	.teamtitle {
		font-size: 50px;
   }
	.testimonialtext {
		padding: 0 50px 30px 0 !important;
   }
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.headermenudropdown {
		width: 18% !Important;
   }
	.headermenudropdown .dropdown {
		padding-top: 27px;
		position: relative;
		left: 10px;
   }
	.slogan {
		color: #fff;
		font-family: 'open_sanssemibold' !important;
		font-size: 23.5px;
		text-align: center;
		text-transform: uppercase;
		border: 2px solid #ffffff;
		max-width: 800px;
		padding: 10px 40px !important;
		border-radius: 10px;
		margin: 15px auto 10px auto;
   }
	.bgfade .col-md-8 {
		float: left;
		width: 80% !important;
   }
	.quotes {
		font-size: 36px !important;
		text-align: center;
		color: #fff200;
		font-family: 'dk_darker_markerregular' !important;
		letter-spacing: 1px !important;
		min-height: 70px;
		margin-top: 10px;
   }
	.quotes ul li {
		line-height: 32px;
   }
	#footer_newsletter .textwidget {
		padding-left: 30px !important;
		text-align: center;
   }
	#footer_newsletter .cbuttom {
		margin: 15px 30px 0 30px !important;
   }
	.col-md-8 {
		width: 66%;
		float: left;
   }
	.col-md-3 {
		width: 33%;
		float: left;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
	.mobileteam p {
		font-size: 16px !important;
   }
	.main_title h2 {
		font-size: 50px !important;
		color: #fff200;
   }
	.toshibio {
		padding: 0 20px 0 0;
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 10px;
   }
	img.toshiimageposition {
		position: absolute;
		top: 230px;
   }
	.teamtitle {
		font-size: 50px !important;
   }
	.teammembername {
		font-size: 15px !important;
   }
	#full-width-page-wrapper {
		line-height: 24px !important;
   }
	.navbar-header img {
		margin-top: 9px;
   }
	.testimonialtext {
		padding: 0 15px 30px 0;
   }
	.home-content h3 {
		font-family: "Open Sans Condensed" !important;
		font-weight: 700 !important;
		color: #666666 !important;
		line-height: 15px !important;
		margin-bottom: 0 !important;
		font-size: 16px !important;
		margin: 3px 0 0 0 !important;
   }
}
/* Galaxy s5 Portrait and Landscape */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.quotes {
		font-size: 20px !important;
   }
	.quotes ul li {
		line-height: 22px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
}
/* Landscape */
@media screen and (device-width: 640px) and (device-height: 360px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.quotes {
		font-size: 35px !important;
   }
	.quotes ul li {
		line-height: 30px;
   }
	.q2w3-fixed-widget-container {
		display: none;
   }
}
@media only screen and (min-width:577px) and (max-width: 768px) {
	h2.widgettitle {
		font-size: 18px !important;
   }
	.hpw2 .textwidget {
		padding: 0 5px !important;
   }
	.hpw1 .textwidget {
		padding: 0 0px !important;
   }
	.hpwborder {
		font-size: 16px !important;
		padding: 20px 12px !important;
		height: auto;
   }
	.hpw3 {
		padding: 20px 0px !important;
   }
	.slogan {
		font-size: 18.5px !important;
		max-width: 635px !important;
   }
	.bgfade .col-md-4 {
		float: left;
		width: 100%;
   }
	.home-content h4 {
		font-family: "Open Sans Condensed" !important;
		font-weight: 700 !important;
		color: #fff;
		line-height: 12px !important;
		margin-bottom: 0 !important;
		font-size: 12px !important;
		margin: 3px 0 0 0 !important;
   }
	.home-content p {
		font-size: 10px !important;
		line-height: 12px !important;
		margin-bottom: 0;
   }
	#footer_newsletter {
		padding: 20px 0;
		color: #1a1a1a;
		font-size: 12.5px !important;
		font-family: 'open_sanssemibold' !important;
   }
	#footer_newsletter .textwidget {
		padding-left: 30px !important;
   }
	#footer_newsletter .cbuttom {
		border-radius: 26px;
		border: 0;
		background: #404040;
		color: #fff;
		font-weight: 700;
	   /*padding: 12px !important;
		*/
		margin: 0 30px;
		white-space: nowrap;
		display: inline-block;
		width: 133px !important;
		text-align: center;
	   /*height: 50px;
		*/
		font-size: 16px !important;
   }
	#full-width-page-wrapper {
		line-height: 16px !important;
   }
	.mobileteam p {
		font-size: 13px !important;
   }
	.teamtoshi .wpb_single_image img {
		height: auto;
		max-width: 100%;
		vertical-align: top;
		position: relative;
		top: 66px;
   }
	.mobileteam .vc_column-inner {
		padding-left: 20px !important;
   }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.quotes {
		min-height: 100px;
   }
	#footer_newsletter {
		padding: 20px 0;
		color: #1a1a1a;
		font-size: 17.5px !important;
		font-family: 'open_sanssemibold' !important;
   }
	#footer_newsletter .cbuttom {
		border-radius: 26px;
		border: 0;
		background: #404040;
		color: #fff;
		font-weight: 700;
		padding: 12px !important;
		margin: 0 30px;
		white-space: nowrap;
		display: inline-block;
		width: 133px !important;
		text-align: center;
		height: 50px;
		font-size: 16px !important;
   }
	.hpw1 .textwidget {
		padding: 0 16px !important;
   }
	.hpwborder {
		font-size: 14px !important;
		height: 260px !important;
   }
	.hpw1 h2.widgettitle {
		padding: 0 65px;
   }
	.home-content h3 {
		font-size: 24px !important;
		line-height: 24px !important;
   }
	.home-content h4 {
		font-size: 19px !important;
		line-height: 22px !important;
   }
	#full-width-page-wrapper {
		line-height: 24px !important;
   }
	.mobileteam p {
		font-size: 14px !important;
   }
	.navbar-toggleable-xs{
		text-align:center;
   }
	.navbar #main-menu {
		display: inline-block;
   }
	.navbar-nav .nav-link{
		margin: 0 25px;
   }
	.quotes {
		font-size: 46px !important;
		line-height: 20px !important;
   }
	.quotes ul li {
		line-height: 50px !important;
   }
	#menu-mobile-video-testimonial-menu li a {
		font-size: 16px;
   }
	#menu-mobile-video-testimonial-menu .sub-menu li a {
		font-size: 14px;
   }
	#menu-mobile-video-testimonial-menu li {
		line-height: 19px;
   }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.quotes {
		font-size: 40px;
		line-height: 20px;
		min-height: 80px;
   }
	.quotes ul li {
		line-height: 44px;
   }
	.toshiimageposition {
		position: absolute;
   }
	.slogan {
		max-width: 480px !important;
   }
	.bgfade .col-md-4 {
		float: left;
		width: 33%;
   }
	.home-content h3 {
		margin: 10px 0 10px 0 !important;
		font-size: 17px;
		line-height: 17px;
   }
	.home-content h4 {
		font-size: 14px !important;
		line-height: 14px !important;
   }
	.headermenudropdown .dropdown {
		padding-top: 21px;
   }
	.hpw1 h2.widgettitle {
		padding: 0 45px;
   }
	.home-content p {
		margin-bottom: 10px;
		font-size: 12px !important;
		line-height: 12px !important;
   }
	.hpwborder {
		font-size: 12px !important;
		height: 210px;
   }
	.testimonialtext {
		color: #ffffff !important;
		padding: 0 50px 0 0;
		line-height: 20px;
		font-size: 13px;
   }
	.menu-mobile-video-testimonial-menu-container {
		padding: 0 0px;
   }
	#menu-mobile-video-testimonial-menu li a {
		font-size: 14px;
   }
	#menu-mobile-video-testimonial-menu .sub-menu li a {
		font-size: 13px;
   }
	#menu-mobile-video-testimonial-menu li {
		line-height: 18px;
   }
	.testimonial-text p {
		font-size: 12px;
		line-height: 16px;
   }
	.testimonial-item {
		min-height: 175px !important;
   }
}
@media(max-width:575px){
	.key_success li{
		list-style: none;
		width: 100%;
		font-size: 30px;
   }
	.member_item {
		margin-bottom: 30px;
   }
}
@media(min-width:576px){
	.key_success li{
		width: 50%;
		font-size: 24px;
   }
}
@media(min-width:992px){
	.key_success li{
		list-style: none;
		width: 25%;
		font-size: 30px;
   }
}
.single-sfwd-essays .wrapper-navbar, .single-sfwd-essays #right-sidebar, .single-sfwd-essays #footer_newsletter, .single-sfwd-essays #footer_mid, .single-sfwd-essays #wrapper-footer, .single-sfwd-essays .entry-header, .single-sfwd-essays .entry-footer {
	display: none;
}
@media(max-width:800px){
	.hpwborder{
		border-left:none;
		padding: 0px 0px;
		padding-bottom:20px;
		border-bottom: 2px solid #aaaaaa;
   }
	.negative-margin{
		left:0px;
   }
	div#content{
		margin-bottom:0px;
   }
	#footer_newsletter{
		padding: 8px 20px;
   }
	#footer_newsletter .cbuttom{
		display: block;
		margin-left: 0;
		margin-top: 20px;
   }
	#footer_mid .row {
		margin: 0px -15px;
   }
	#footer_mid .row [class*="col-"] {
		padding: 0px 15px;
   }
	body{
		overflow-x:hidden;
   }
}
#single-wrapper {
	background: #0c3c62;
	padding: 40px 0;
	color: white;
}
/* form css */
.page-template-temp_diagnose_form .elementor-location-header, .page-template-temp_diagnose_form .elementor-location-footer, .page-template-temp_diagnose_form_2 .elementor-location-header, .page-template-temp_diagnose_form_2 .elementor-location-footer, .page-template-temp_diagnose_result .elementor-location-header, .page-template-temp_diagnose_result .elementor-location-footer, .page-template-temp_thankyou .elementor-location-header, .page-template-temp_thankyou .elementor-location-footer, [class*="page-template-temp_quick"] .elementor-location-header, [class*="page-template-temp_quick"] .elementor-location-footer{
	display: none !important;
}
html body.page-template-temp_diagnose_form, html body.page-template-temp_diagnose_form_2, html body.page-template-temp_diagnose_result, html body.page-template-temp_thankyou, html body[class*="page-template-temp_quick"]{
	background-color: #102856;
	background-image: url(https://toshishibano.com/wp-content/uploads/2023/08/image_2023_08_07T16_51_05_603Z.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.main_custom_form_wrapper{
	position: relative;
	height: 100vh;
}
.main_custom_form_wrapper div#content{
	position: static;
	margin-bottom: 0px;
}
.main_custom_form_wrapper #full-width-page-wrapper{
	background: transparent !important;
	padding: 0px !important;
	font-size: 14px;
}
.main_custom_form_wrapper .form_logo{
	border-bottom:2px solid rgb(201, 171, 111);
	padding: 30px 15px;
	text-align: center;
}
.main_custom_form_wrapper .form_logo img{
	width: 316px;
}
.main_custom_form_wrapper .content-area{
	padding: 50px 0px;
}
.main_custom_form_wrapper .content-area h1{
	font-size: 32px;
	color: rgb(201, 171, 111);
	line-height: 1.313;
	font-family: 'permanent_markerregular';
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin-bottom: 30px;
}
.main_custom_form_wrapper .content-area h1 strong{
	color: #ffffff;
	font-weight: 400;
}
.main_custom_form_wrapper .content-area p{
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.main_custom_form_wrapper .main_form_wrapper{
	width: 610px;
	margin: auto;
}
.main_custom_form_wrapper .diagnose_step_form_wrap .main_form_wrapper{
	width: auto;
}
.main_custom_form_wrapper .diagnose_step_form_wrap .main_form_wrapper .inner_form_wrapper{
	width: 610px;
	margin: auto;
}
.main_custom_form_wrapper .form_fields_wrapper{
	margin-bottom: 10px;
}
.main_custom_form_wrapper .inner_field{
	margin-bottom: 15px;
}
.main_custom_form_wrapper .form-control{
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #2e2e2e;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	border-radius: 6px;
	height: 47px;
}
.main_custom_form_wrapper .form-control::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}
.main_custom_form_wrapper .form-control::-moz-placeholder {
	color: #666666;
	opacity: 1;
}
.main_custom_form_wrapper .form-control:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}
.main_custom_form_wrapper .form-control::-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}
.main_custom_form_wrapper .form-control::placeholder {
	color: #666666;
	opacity: 1;
}
.text-center{
	text-align: center;
}
.main_custom_form_wrapper .btn_1{
	border-radius: 23px;
	background-color: rgb(150, 128, 83);
	min-width: 350px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 9px 10px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding: 9px  55px;
}
.main_custom_form_wrapper .btn_1:hover{
}
.main_custom_form_wrapper .form_footer{
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
}
.main_custom_form_wrapper .toshi_thumb{
	position: fixed;
	bottom: 0;
	right: 40px;
}
.infusion_step_form .body{
	display: none;
}
.infusion_step_form .body.current{
	display: block;
}
.infusion_step_form .body#infusion_steps_form-p-0, .infusion_step_form .body#infusion_steps_form-p-17{
	position: static;
}
@media (min-width: 821px){
	.diagnose_step_form_wrap .toshi_thumb{
		position: fixed;
   }
}
@media (max-width: 820px){
	.diagnose_step_form_wrap .toshi_thumb{
		position: absolute;
   }
}
.infusion_step_form h3{
	display: none !important;
}
.infusion_step_form h4{
	font-size: 17px;
	color: #fff;
	line-height: 1.579;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.progrss_wrapper{
	min-height: 50px;
}
#progress-bar {
	width: 100%;
	background-color: transparent;
	height: 12px;
	margin-bottom: 20px;
	border: 1px solid rgb(150, 128, 83);
	display: none;
}
#progress-bar .progress {
	height: 100%;
	background-color: rgb(150, 128, 83);
	width: 0;
}
.infusion_step_form .infusion-radio{
}
.infusion_step_form .infusion-radio .infusion-option label{
	display: block;
	border-radius: 6px;
	background-color: rgb(33, 111, 183);
	width: 100%;
	transition: all 300ms ease-in-out;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	padding: 13.5px 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infusion_step_form .infusion-radio .infusion-option input{
	display: none;
}
.infusion_step_form .infusion-radio .infusion-option label:hover{
	background-color: #ffffff;
	color: rgb(33, 111, 183);
}
.infusion_step_form .infusion-radio .infusion-option.active label{
	background-color: #968053;
	color: #fff;
}
.infusion_step_form .infusion-radio .infusion-option.active label:after{
	content: "";
	position: absolute;
	background: url(../images/check_icon.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 13px;
}
.infusion_step_form .btn_1{
	min-width: 268px;
	margin-top: 20px;
}
.toshi_thumb_wrap{
	display: none;
}
.diagnose_result_wrap{
}
.diagnose_result_wrap h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.3;
}
/* .diagnose_result_wrap *{
}
*/
.diagnose_result_wrap .info_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #8292ae;
	border-bottom: 1px solid #8292ae;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 30px;
}
.diagnose_result_wrap .info_wrap .inner_info{
	padding: 15px 0px;
	line-height: 1.2;
}
.diagnose_result_wrap .info_wrap .inner_info strong{
	font-weight: 700;
}
.diagnose_result_wrap .info_wrap .inner_info:nth-child(2){
	text-align: right;
}
.diagnose_result_wrap ul{
	margin-bottom: 35px;
	padding-left: 15px;
}
.diagnose_result_wrap ul li{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.diagnose_result_wrap h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.35;
}
.diagnose_result_wrap h3 strong{
	font-weight: 700;
}
.diagnose_result_wrap .repeated_form_wrap{
	border-radius: 6px;
	background-color: rgb(20, 70, 129);
	padding: 35px;
	margin-bottom: 25px;
}
.diagnose_result_wrap .repeated_form_wrap h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
}
.diagnose_result_wrap .repeated_form_wrap .form_row{
}
.diagnose_result_wrap .repeated_form_wrap .form_row .form-control{
	margin-bottom: 20px;
}
.text-right{
	text-align: right;
}
.diagnose_result_wrap .repeated_form_wrap .invite_person{
	color: #ffffff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.diagnose_result_wrap .repeated_form_wrap .btn_1{
	min-width: 257px;
	border-radius: 6px;
	height: 47px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
}
.diagnose_result_wrap h5{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.diagnose_result_wrap .table_wrap .table{
	margin-top: 30px;
	margin-bottom: 25px;
}
.diagnose_result_wrap .table_wrap .table *{
	border-color: #333333;
}
.diagnose_result_wrap .table_wrap .table tr td, .diagnose_result_wrap .table_wrap .table tr th{
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	vertical-align: middle;
	padding: 0.65rem 0.75rem 
}
.diagnose_result_wrap .table_wrap .table tr table{
	border: none;
}
.diagnose_result_wrap .table_wrap .table tbody tr td{
	background-color: #fff;
	color: #333333;
	min-width: 200px;
}
.diagnose_result_wrap .table_wrap .table tbody tr td{
	font-size: 21px;
}
.diagnose_result_wrap .table_wrap .table>tbody tr td:first-child{
	font-size: 17px;
}
.diagnose_result_wrap .table_wrap .table thead tr th{
	background-color: #216fb7;
	color: #fff;
	border-right: 1px solid #333333;
	font-size: 18px;
}
.diagnose_result_wrap .table_wrap .table thead tr th:first-child{
	font-size: 18px;
}
.diagnose_result_wrap .table_wrap .table thead tr th:last-child{
	border-right: none;
	border-right: none;
	padding: 0;
}
.diagnose_result_wrap .table_wrap .table tfoot tr td{
	background-color: #216fb7;
	color: #fff;
	font-size: 21px;
}
.diagnose_result_wrap .table_wrap .table tfoot tr td:first-child{
	font-size: 17px;
}
.diagnose_result_wrap .table_wrap .table thead table{
	background-color: transparent;
}
.diagnose_result_wrap .table_wrap .table thead table{
	border: none;
}
.diagnose_result_wrap .table_wrap .table thead table tr td{
	background-color: transparent;
	color: #fff;
	border-left: none;
	font-size: 18px;
}
.diagnose_result_wrap .table_wrap .table thead table tr:last-of-type td{
	border-bottom: none;
}
.diagnose_result_wrap .alignment_table_wrap{
	margin-bottom: 25px;
}
.diagnose_result_wrap .alignment_table_wrap .table{
	background-color: #fff;
}
.diagnose_result_wrap .alignment_table_wrap .table tr td{
	font-size: 15px;
	color: #1a1a1a;
}
.diagnose_result_wrap .alignment_table_wrap .table tr td:first-child{
	text-align: center;
	font-weight: 700;
	width: 210px;
}
.diagnose_result_wrap .alignment_table_wrap .table tr:nth-child(odd) td{
	background-color: #e6e6e6;
}
.diagnose_result_wrap .alignment_table_wrap .table *{
	border-color: #333333;
}
.diagnose_result_wrap .alignment_table_wrap .table tr td, .diagnose_result_wrap .alignment_table_wrap .table tr th{
	font-size: 15px;
	vertical-align: middle;
	padding: 0.55rem 0.85rem;
}
.diagnose_result_wrap .alignment_table_wrap .table tr table{
	border: none;
}
.first_step_thumb{
	position: relative;
	margin-bottom: 25px;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	height: 342px;
	background-color: #081f4e;
}
.first_step_thumb .thumb_caption{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.first_step_thumb .thumb_caption img{
}
.first_step_thumb .thumb_caption h3{
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	margin: auto;
	margin-bottom: -10px;
}
.first_step_thumb .thumb_caption h3 span{
	font-size: 34px;
}
.first_step_thumb .thumb_caption h3 strong{
	color: #c9ab6f;
	font-size: 57px;
}
.first_step_thumb .thumb_caption p{
	margin: 0;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	width: 80%;
	margin: auto;
	line-height: 1.2;
}
@media (max-width: 1180px){
	.main_custom_form_wrapper .toshi_thumb{
		height: 250px;
   }
}
@media (max-width: 991px){
	.container{
		width: 90%;
   }
	.diagnose_result_wrap .table_wrap .table tbody tr td{
		min-width: inherit;
   }
	.diagnose_result_wrap .alignment_table_wrap .table tr td:first-child{
		width: auto;
   }
	.diagnose_result_wrap .alignment_table_wrap .table tr td{
		font-size: 15px !important;
		line-height: 1.4;
   }
}
@media (max-width: 820px){
	.main_custom_form_wrapper .content-area h1 br{
		display: none;
   }
	.main_custom_form_wrapper .toshi_thumb{
		height: 350px;
   }
}
@media (max-width: 820px){
	.main_custom_form_wrapper .content-area{
		padding-top: 20px;
   }
	.container{
		width: auto;
   }
	.main_custom_form_wrapper .form_logo{
		border: none;
		padding: 20px;
		text-align: left;
   }
	.diagnose_result_wrap h2{
		text-align: left;
		font-size: 26px;
   }
	.main_custom_form_wrapper .content-area h1{
		font-size: 30px;
		text-align: left;
		position: relative;
		z-index: 10;
		padding-right: 80px;
		width: 80%;
   }
	.heading_wrap{
		position: relative;
   }
	.main_custom_form_wrapper .toshi_thumb{
		height: 100%;
		width: auto;
		right: 0;
		position: absolute;
   }
	.main_custom_form_wrapper .main_form_wrapper{
		width: auto;
   }
	.main_custom_form_wrapper .diagnose_step_form_wrap .main_form_wrapper .inner_form_wrapper{
		width: auto;
   }
	.main_custom_form_wrapper .content-area h1 br{
		display: none;
   }
	.table_wrap{
		margin: 0px -15px;
   }
	.diagnose_result_wrap h3{
		text-align: center;
   }
	.diagnose_result_wrap .repeated_form_wrap{
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0px;
		padding: 30px 20px;
   }
}
@media (max-width: 600px){
	.diagnose_result_wrap .info_wrap{
		display: block;
		padding: 15px 0px;
   }
	.diagnose_result_wrap .info_wrap .inner_info{
		padding: 0px;
		padding-bottom: 15px;
   }
	.diagnose_result_wrap .info_wrap .inner_info:nth-child(2){
		text-align: left;
		padding-bottom: 0px;
   }
	.repeated_form_wrap .text-right{
		text-align: center;
   }
	.diagnose_result_wrap .repeated_form_wrap .btn_1{
		margin-top: 25px;
		width: 100%;
		border-radius: 25px;
   }
	.diagnose_result_wrap .table_wrap .table tr td, .diagnose_result_wrap .table_wrap .table tr th{
		font-size: 15px !important;
   }
	.diagnose_result_wrap .table_wrap .table tr td, .diagnose_result_wrap .table_wrap .table tr th{
		font-size: 13px !important;
   }
	.diagnose_result_wrap .table_wrap .table tbody tr td{
		min-width: inherit;
   }
	.main_custom_form_wrapper .content-area h1{
		width: 100%;
   }
	.infusion_step_form h4{
		text-align: left;
   }
	.first_step_thumb{
		width: 100%;
		height: auto;
   }
	.first_step_thumb .thumb_caption h3{
		font-size: 40px;
   }
	.first_step_thumb .thumb_caption h3 span{
		font-size: 30px;
   }
	.first_step_thumb .thumb_caption h3 strong{
		font-size: 46px;
   }
	.first_step_thumb .thumb_caption p{
		font-size: 25px;
   }
}
@media (max-width: 575px){
	.repeated_form_wrap .form_wrap{
		border-bottom: 1px solid #8292ae;
		margin-bottom: 20px !important;
   }
	.repeated_form_wrap .form_wrap:last-of-type{
		border-bottom: none !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
   }
	.first_step_thumb .thumb_caption h3{
		font-size: 30px;
		margin-bottom: -5px;
   }
	.first_step_thumb .thumb_caption h3 span{
		font-size: 25px;
   }
	.first_step_thumb .thumb_caption h3 strong{
		font-size: 36px;
   }
	.first_step_thumb .thumb_caption p{
		font-size: 20px;
   }
}
html body #menu-mobile-video-testimonial-menu .sub-menu li a {
	color: #000 !important;
}
html body button#responsive-menu-pro-button, #responsive-menu-pro-container, #responsive-menu-pro-container #responsive-menu-pro-wrapper, #responsive-menu-pro-container #responsive-menu-pro-title, #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
	background: #325297 !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
	border: none !important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active{
	background: #325297 !important;
	border: none !important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open{
	margin-top: 10px;
}
#paoc-modal-testimonials a.paoc-popup-close{
	background: url(../images/close_icon.svg) no-repeat center center rgb(0, 0, 0) !important;
	position: absolute;
	width: 35px;
	height: 35px;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 29px;
	fill: #fff;
	border-radius: 50px;
	background-color: rgb(0, 0, 0);
	border: 3px solid #fff;
	outline: none !important;
	top: 0;
	right: 0;
}
.diagnose_thankyou_wrap{
}
.diagnose_thankyou_wrap figure{
	margin: 0;
}
.diagnose_thankyou_wrap{
	min-height: 440px;
}
.diagnose_thankyou_wrap figure h4{
	font-size: 32px;
	font-weight: 700;
	color: #c9ab6f;
	margin-top: 20px;
	margin-bottom: 60px;
}
.diagnose_thankyou_wrap p{
	font-size: 19px !important;
	line-height: 1.6 !important;
}
@media (max-width: 767px) {
	.diagnose_thankyou_wrap p{
		font-size: 17px !important;
		line-height: 1.5 !important;
   }
}
.first_page_txt span{
	display: block;
	margin-bottom: 10px;
}
.signature {
	margin-bottom: 25px;
}
.signature p{
	margin-bottom: 10px;
}
/* Popup Container */
.popup-container {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@keyframes fadeIn {
	from {
		opacity: 0;
   }
	to {
		opacity: 1;
   }
}
.fade-in {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: animation-fill-mode: forwards;
}
.popup-container.show-popup{
	display: flex;
}
.popup-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px 45px;
	width: 535px;
	text-align: center;
	position: relative;
}
.popup-content ul {
	margin-bottom: 20px;
	padding-left: 15px;
	text-align: left;
}
.popup-content ul li{
	color: #1a1a1a;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.popup-content p{
	color: #1a1a1a;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.6;
	text-align: left;
}
.popup-content h2{
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 20px;
}
/* Close Button */
.pop_close {
	position: absolute;
	background: url(../images/popup_close_new_icon.svg);
	width: 19px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	top: 13px;
	right: 13px;
}
.popup-container .btn_1{
	border-radius: 10px;
	background-color: rgb(158, 117, 35);
	max-width: 100%;
	width: 100%;
	min-width: 100%;
}
@media (max-width: 620px) {
	.popup-content {
		width: 90%;
   }
	.popup-content h2{
		font-size: 25px;
   }
	.popup-content{
		padding: 20px 20px 
   }
}
.videoWrapper.diagnose_video{
	padding-top: 0;
	margin-bottom: 25px;
}
.form_loading_overlay {
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 75%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	display: none;
}
.spinner {
	width: 77px;
	height: 27px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.spinner>div {
	width: 20px;
	height: 20px;
	background-color: rgb(150, 128, 83);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0) 
   }
	40% {
		-webkit-transform: scale(1.0) 
   }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
   }
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
}
.diagnose_form_sec_main{
	position: relative;
}
.slider_section_area{
	background-color: #09152e;
	padding-bottom: 40px;
	margin-bottom: 12px;
}
.slider_section_area h2{
	font-size: 25px;
	color: #132d60;
	font-weight: 700;
	padding: 13px 15px;
	background-color: #ffffff;
	margin: 0;
	text-align: center;
	line-height: 1.2;
}
.diagnose_slider{
	width: auto;
	margin: 0px 65px;
}
.page-template-temp_diagnose_form .main_custom_form_wrapper .toshi_thumb{
	position: absolute;
}
.diagnose_slider .diagnose_slider_inner{
	display: flex;
	align-items: center;
	padding: 40px 0px;
}
.diagnose_slider .diagnose_slider_inner figure{
	min-width: 167px;
	max-height: 167px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	margin-right: 40px;
}
.diagnose_slider .diagnose_slider_inner figure img{
	border-radius: 50%;
}
.diagnose_slider .testi_content p{
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 10px;
}
.diagnose_slider .testi_content .author{
	font-size: 18px;
	display: block;
	line-height: 1.5;
}
@media (min-width: 1200px){
	.slider_section_area .container {
		width: 1090px;
		max-width: 100%;
   }
}
.diagnose_slider .owl-nav{
	margin: 0;
}
.diagnose_slider.owl-theme .owl-nav [class*='owl-']{
	width: 33px;
	height: 33px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: 40%;
}
.diagnose_slider.owl-theme .owl-nav [class*='owl-'].owl-prev{
	background: url(../images/testimonial_arrow_left.png) no-repeat;
	left: -65px;
}
.diagnose_slider.owl-theme .owl-nav [class*='owl-'].owl-next{
	background: url(../images/testimonial_arrow_right.png) no-repeat;
	right: -65px;
}
.diagnose_slider.owl-theme .owl-dots .owl-dot span{
	margin: 5px 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.diagnose_slider.owl-theme .owl-dots .owl-dot.active span, .diagnose_slider.owl-theme .owl-dots .owl-dot:hover span{
	background: rgb(201, 171, 111);
}
@media (max-width: 767px){
	.diagnose_slider .diagnose_slider_inner{
		flex-direction: column;
   }
	.diagnose_slider .diagnose_slider_inner figure{
		margin-right: 0px;
		margin-bottom: 30px;
   }
	.diagnose_slider{
		margin-left: 10px;
		margin-right: 10px;
   }
	.diagnose_slider .owl-nav{
		display: none !important;
   }
}
.quickstart_module_sec{
}
.quickstart_module_sec h3{
   font-size: 25px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 20px;
}
.quickstart_module_sec .inner_row{
   margin-bottom: 40px;
}
.quickstart_module_sec .inner_wrap{
	background-color: #132f61;
	border-radius: 10px;
	padding: 10px 10px;
	margin-bottom: 15px;
	border: 5px solid #132f61;
	transition: all 500ms ease-in-out;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.quickstart_module_sec .inner_wrap figure{
   margin: 0;
   margin-right: 20px;
   max-width: 215px;
   min-width: 215px;
}

.quickstart_module_sec .inner_wrap.video_watched{
	background-color: #0d1f40;
	border-color: #0d1f40;
}


.quickstart_module_sec .inner_wrap.active{
	border: 5px solid #ffffff;
}
.quickstart_module_sec .inner_wrap h4{
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	padding-right: 85px;
	line-height: 1.2;
}
.quickstart_module_sec .inner_wrap p{
	font-size: 15px;
	color: #ffffff;
	line-height: 1.5;
	margin: 0;
}
.video_info{
   position: absolute;
   top: 14px;
   right: 15px;
   display: flex;
   flex-direction: row-reverse;
   gap: 10px;
}
.video_info .video_time{
   color: #ffffff;
   font-weight: 700;
   font-size: 18px;
}
.video_info .watched_video_check{
	background: url(../images/green_check.svg) no-repeat;
	width: 26px;
	height: 20px;
	display: none;
}
.quickstart_module_sec .inner_wrap.video_watched .watched_video_check{
	display: block;
}



[class*="page-template-temp_quick"] .btn_1{
   position:relative;
   border-radius: 10px;
   min-height: 53px;
   width: 100%;
   display: flex;
   align-items: center;
   font-size: 17px;
}

[class*="page-template-temp_quick"] .heading_wrap h1{

	padding-right:0px;
}
[class*="page-template-temp_quick"] .btn_1:before{
   content: "";
   background: url(../images/gift_icon.svg) no-repeat;
   width: 25px;
   height: 26px;
   position: absolute;
   left: 15px;
}
[class*="page-template-temp_quick"] .btn_1:after{
   content: "";
   background: url(../images/download_icon.svg) no-repeat;
   width: 25px;
   height: 25px;
   position: absolute;
   right: 15px;
}
.quick_start_short_content{
   margin-bottom: 40px;
   text-align: center;
}
.quick_start_short_content h5{
   font-size: 20px;
   font-weight: 700;
}
.quick_start_short_content p{
}
.quick_start_short_content .btn_1{padding: 0px 55px;}
.quick_start_short_content .btn_1:before{
   left: 25px;
}
.quick_start_short_content .btn_1:after{
   right: 25px;
}
.quick_start_short_content .btn_1.download_bonus{
   opacity: 0.5;
   cursor: not-allowed;
}
.quick_start_video_txt{
   margin-bottom: 40px;
}
.quick_start_video_txt h4{
   font-size: 20px;
   background: #0d1f40;
   font-weight: 400;
   padding: 13px 5px;
   text-align: center;
}
.diagnose_video.quick_start_video{
	margin-bottom:0px;
}


@media(max-width: 700px) {

	.quickstart_module_sec .inner_wrap{padding: 25px;display: block;}

	.quickstart_module_sec .inner_wrap figure{min-width: inherit;max-width: inherit;display: block;width: calc(100% - 60px);margin: 0;margin-bottom: 25px;}

	.quickstart_module_sec .inner_wrap figure img{
		width: 100%;
	}


	.video_info{flex-direction: column;top: 25px;right: 25px;}
	 .video_info .video_time{margin-bottom: 5px;}
	 .video_info .watched_video_check{


	 }

	.quickstart_module_sec .inner_wrap h4{

		padding-right:0px;
	}

	.quickstart_module_sec h3{
		font-size:22px;
		line-height:1.3;
	}

	.quickstart_module_sec .inner_wrap p{

		font-size: 14px;
	}



}
