/*
Theme Name: Blank Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	width: 1920px;
	max-width: 100%;
	margin: auto;
	font-family: 'Barlow Condensed', sans-serif;
}

@font-face {
	font-family: 'marqhuis';
	src: url(fonts/Marqhuis_brush_font/marqhuis.otf);
}

@media (min-width: 1200px) {
	.container {
		max-width: 1408px;
	}
}

a {
	transition: all .3s;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

.btn-custom {
	display: table;
	font-size: 25px;
	color: #ffffff;
	border: none;
	background: rgb(66,50,175); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(66,50,175,1) 0%, rgba(94,195,203,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(66,50,175,1) 0%,rgba(94,195,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(66,50,175,1) 0%,rgba(94,195,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232af', endColorstr='#5ec3cb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus {
	color: #ffffff;
	background: rgb(66,50,175); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(66,50,175,1) 0%, rgba(66,50,175,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(66,50,175,1) 0%,rgba(66,50,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(66,50,175,1) 0%,rgba(66,50,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4232af', endColorstr='#4232af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-custom-alt {
	display: table;
	font-size: 25px;
	background-color: #8a2B85;
	color: #ffffff;
	border: none;
}

.btn-custom-alt:hover, .btn-custom-alt:focus {
	background-color: #742570;
	color: #ffffff;
}

.s_title {
	font-family: 'marqhuis';
	font-size: 70px;
	line-height: 2em;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row.start {
	align-items: flex-start;
}

.flex-row.end {
	align-items: flex-end;
}

.flex-row.centered {
	align-items: center;
}

.flex-row.stretched {
	align-items: stretch;
}

#page-wrap {
	overflow: hidden;
}

#sticky_header {
	position: fixed;
	top: auto;
	left: auto;
	width: 1920px;
	max-width: 100%;
	background-color: #ffffff;
	z-index: 2;
	transform: translateY(-100%);
	transition: all .3s;
}

#sticky_header.show {
	transform: translateY(0%);
	box-shadow: 0 0 6px rgb(0 0 0 / .5);
}

#sticky_header .sticky_nav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#sticky_header .sticky_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#sticky_header .sticky_nav > li > a {
	display: table;
	font-size: 24px;
	font-weight: 500;
	padding: 15px 30px;
	color: #000000;
}

#sticky_header .sticky_nav > li > a:hover, #sticky_header .sticky_nav > li > a:focus, #sticky_header .sticky_nav > li.active > a {
	color: #60c7ce;
}

.header-body {
	background-image: url(images/top-left.fw.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.header-body .site_logo {
	display: table;
}

.header-body .site_logo:hover, .header-body .site_logo:focus {
	transform: scale(.95);
}

.header-body .top {
	text-align: right;
	padding: 15px 0;
}

.header-body .top .socials {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.header-body .top .socials > li {
	display: inline-block;
	vertical-align: middle;
}

.header-body .top .socials > li:not(:last-child) {
	margin-right: 15px;
}

.header-body .top .socials > li > span {
	font-size: 25px;
	color: #0d0e7f;
}

.header-body .top .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: solid 3px #61c2cb;
	border-radius: 100%;
	font-size: 18px;
	color: #8a2b85;
}

.header-body .top .socials > li > a:hover, .header-body .top .socials > li > a:focus {
	border-color: #8a2b85;
}

.header-body .top .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 40px;
}

.header-body .bottom {
	padding: 15px 0;
	margin-bottom: 55px;
}

.header-body .bottom .header_nav {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-body .bottom .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

.header-body .bottom .header_nav > li:not(:last-child) {
	margin-right: 35px;
}

.header-body .bottom .header_nav > li > a {
	position: relative;
	font-size: 25px;
	color: #0d0e7f;
	display: table;
	padding: 10px;
}

.header-body .bottom .header_nav > li > a:hover,
.header-body .bottom .header_nav > li > a:focus,
.header-body .bottom .header_nav > li.active > a {
	color: #60c7ce;
}

.header-body .bottom .header_nav > li > a:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 10px;
	width: 0px;
	border-bottom: dotted 8px #982185;
	transition: all .3s;
}

.header-body .bottom .header_nav > li > a:hover:before,
.header-body .bottom .header_nav > li > a:focus:before,
.header-body .bottom .header_nav > li.active > a:before {
	width: 50px;
}

#banner_section {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}

#banner_section:before {
	content: '';
	display: block;
	background-image: url(images/banner-bg.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	padding-top: 43.78%;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner_section .img-responsive {
	margin-bottom: 1em;
}

#banner_section .banner_excerpt {
	font-size: 25px;
	line-height: 2em;
	margin-bottom: 1em;
}

#qlinks_section {
	background-color: #8a2b85;
	position: relative;
	padding: 30px 0;
}

body:not(.home) #qlinks_section {
	margin-bottom: 70px;
}

#qlinks_section:before {
	content: '';
	background-image: url(images/violet-top.fw.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 1920px;
	padding-top: 8.3%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#qlinks_section:after {
	content: '';
	background-image: url(images/violet-bot.fw.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1920px;
	padding-top: 4.3%;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#qlinks_section .q_box {
	background-image: url(images/q-link-bg.fw.png);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding: 20px 40px;
}

#qlinks_section .q_box .img_container {
	margin-right: 20px;
}

#qlinks_section .q_box .meta {
	flex: 1;
}

#qlinks_section .q_box .meta p {
	margin: 0;
	font-size: 35px;
	color: #ffffff;
}

#qlinks_section .q_box .meta a {
	display: table;
	font-size: 25px;
	color: #ffffff;
}

#qlinks_section .q_box .meta a:hover, #qlinks_section .q_box .meta a:focus {
	color: #ffff00;
	transform: translateX(10px);
}

#portfolio_section {
	padding-top: 50px;
}

#portfolio_section .s_title {
	text-align: center;
	color: #8a2b85;
}

#portfolio_section .sub_title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 3em;
}

#portfolio_section .img_container {
	width: 500px;
	max-width: 100%;
	margin: auto;
	background-image: url(images/brush-circle.fw.png);
	background-size: cover;
	background-position: center;
	padding: 11%;
	border-radius: 100%;
}

#portfolio_section .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#portfolio_section .img_container:hover .fake_image {
	transform: scale(.9);
}

#portfolio_section .title {
	text-align: center;
	font-size: 40px;
	color: #8a2b85;
}

#portfolio_section .excerpt {
	text-align: center;
	font-size: 25px;
	line-height: 2em;
	margin-bottom: 2em;
}

#portfolio_section .btn {
	margin: auto;
}

#services_section {
	position: relative;
	padding: 250px 0;
	background-color: #b4d1e3;
	background-image: url(images/services-img.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#services_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 156px;
	background-image: url(images/services-top.fw.png);
}

#services_section:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 194px;
	background-image: url(images/services-bot.fw.png);
}

#about_section .img_container {
	width: 700px;
	max-width: 100%;
	background-image: url(images/brush-circle.fw.png);
	background-position: center;
	background-size: cover;
	padding: 70px;
}

#about_section .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}

#about_section .sub_title {
	font-size: 40px;
	color: #5ec3cb;
}

#about_section .s_title {
	color: #8a2b85;
	line-height: 0em;
	margin-bottom: 1em;
}

#about_section .excerpt {
	font-size: 25px;
	line-height: 2em;
	margin-bottom: 1em;
}

#about_section .btn {
	padding: 15px 60px;
}

#video_section {
	position: relative;
	padding: 250px 0;
	background-color: #76a041;
	margin-bottom: 300px;
}

#video_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 156px;
	background-image: url(images/services-top.fw.png);
}

#video_section:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 194px;
	background-image: url(images/services-bot.fw.png);
}

#video_section .s_title {
	text-align: center;
	color: #ffffff;
}

#video_section .sub_title {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	line-height: 2em;
	width: 1083px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 1em;
}

#video_section .video_container {
	position: relative;
	width: 1080px;
	max-width: 100%;
	margin: auto;
	z-index: 1;
	margin-bottom: -435px;
}

#video_section .video_container .fake_image {
	padding-top: 70.37%;
	background-size: cover;
	background-position: center;
}

#video_section .video_container .video {
	position: absolute;
	top: 10%;
	left: 8%;
	width: 84%;
	height: 80%;
}

#blog_section {
	padding-top: 50px;
}

#blog_section .s_title {
	text-align: center;
	color: #8a2b85;
}

#blog_section .sub_title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 3em;
}

#blog_section .box {
	margin-bottom: 30px;
}

#blog_section .img_container {
	width: 500px;
	max-width: 100%;
	margin: auto;
	background-image: url(images/brush-circle.fw.png);
	background-size: cover;
	background-position: center;
	padding: 11%;
	border-radius: 100%;
}

#blog_section .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	background-color: #aaaaaa;
}

#blog_section .img_container:hover .fake_image {
	transform: scale(.9);
}

#blog_section .title {
	text-align: center;
	font-size: 40px;
	color: #8a2b85;
}

#blog_section .excerpt {
	text-align: center;
	font-size: 25px;
	line-height: 2em;
	margin-bottom: 2em;
}

#blog_section .btn {
	margin: auto;
}

#contact_section {
	position: relative;
	padding: 250px 0;
	background-color: #8a2b85;
	background-image: url(images/contact-bg.fw.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#contact_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 156px;
	background-image: url(images/services-top.fw.png);
}

#contact_section:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 194px;
	background-image: url(images/services-bot.fw.png);
}

#contact_section .text-1 {
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin: 0;
}

#contact_section .text-2 {
	text-align: center;
	font-size: 80px;
	color: #ffffff;
	margin: 0;
	line-height: 1;
}

#contact_section .text-3 {
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 2em;
}

#contact_section .ginput_container input, #contact_section .ginput_container select, #contact_section .ginput_container textarea {
	font-size: 18px !important;
	padding: 10px;
	border-radius: 0;
	border: none;
}

#contact_section .gform_wrapper .gform_footer .btn-custom {
	padding: 15px 40px;
	margin: auto;
}

#footer {
	background-image: url(images/bot-left.fw.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#footer .end {
	align-self: flex-end;
}

#footer .footer_logo {
	display: table;
}

#footer .footer_logo:hover, #footer .footer_logo:focus {
	transform: scale(.96);
}

#footer h4 {
	font-size: 40px;
	color: #8a2b85;
	margin-bottom: 1em;
}

#footer .info {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 25px;
}

#footer .info li:not(:last-child) {
	margin-bottom: 1em;
}

#footer .info li .fas, #footer .info li .fab {
	margin-right: .5em;
	color: #86d2d8;
}

#footer .info li span, #footer .info li a {
	color: #4232af;
}

#footer .info li a:hover, #footer .info li a:focus {
	color: #8a2b85;
}

#footer .sub_title {
	font-size: 25px;
	color: #4232af;
}

#footer .subscription-box {
	border: solid 1px #76a041;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 3px 3px 6px rgb(0 0 0 / .25);
	overflow: hidden;
}

#footer .subscription-box form {
	display: flex;
	font-size: 20px;
	align-items: center;
}

#footer .subscription-box form .tnp-email {
	width: 100%;
	border: none;
	padding: 15px;
}

#footer .subscription-box form .btn-custom {
	padding: 6px 40px;
	margin-right: 6px;
	border-radius: 0;
}

#footer .divider {
	border-bottom: solid 1px #76a041;
	margin: 50px 0;
}

#footer .footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#footer .footer_nav > li:not(:last-child) {
	margin-right: 2em;
}

#footer .footer_nav > li > a {
	font-size: 18px;
	color: #2a21a2;
}

#footer .footer_nav > li > a:hover, #footer .footer_nav > li > a:focus {
	color: #8a2b85;
}

#footer .socials {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#footer .socials > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#footer .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: solid 3px #61c2cb;
	border-radius: 100%;
	font-size: 18px;
	color: #8a2b85;
}

#footer .socials > li > a:hover, #footer .socials > li > a:focus {
	border-color: #8a2b85;
}

#footer .copyright {
	text-align: right;
	font-size: 18px;
	color: #2a21a2;
	margin: 0;
}

#footer .linkage {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	font-size: 18px;
	color: #2a21a2;
}

#footer .linkage a {
	color: #2a21a2;
}

#footer .linkage a:hover, #footer .linkage a:focus {
	color: #8a2b85;
}

#innerpage_banner {
	position: relative;
	height: 675px;
	background-color: #eef2fd;
	background-position: center left;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}

#innerpage_banner .container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#innerpage_banner h1 {
	font-size: 60px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #58c5ca;
	text-shadow: 3px 3px rgb(0 0 0 / .5);
	display: inline-flex;
	align-items: center;
}

#innerpage_banner h1 span {
	font-size: 200px;
	font-family: 'marqhuis';
	color: #ffffff;
	text-shadow: none;
	background: rgb(138,43,133); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(138,43,133,1) 0%, rgba(97,197,206,1) 50%, rgba(34,28,150,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(138,43,133,1) 0%,rgba(97,197,206,1) 50%,rgba(34,28,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(138,43,133,1) 0%,rgba(97,197,206,1) 50%,rgba(34,28,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2b85', endColorstr='#221c96',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: .12em;
	padding-bottom: .12em;
}

/* 09 22 2020 */
#contact_section .gform_confirmation_wrapper {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	border: solid 3px #ffffff;
	padding: 30px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}