/*
Theme Name: Linkage 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.
*/

:root {
	--c_blu: #00a3d9;
	--c_grn: #00a600;
	--c_ylw: #ffc926;
	--c_transition: all .3s;
}

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

body {
	font-family: 'Montserrat', sans-serif;
	width: 1903px;
	max-height: 100%;
	margin: auto;
}

a {
	transition: var(--c_transition);
}

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

#page-wrap {
	overflow: hidden;
}

.btn-custom {
	font-size: 18px;
	color: #ffffff;
	background-color: var(--c_grn);
	border: none;
	border-radius: 0;
	padding: 23px 40px;
	font-weight: 600;
	transition: var(--c_transition);
}

.btn-custom:hover, .btn-custom:focus {
	color: #ffffff;
	transform: scale(.96);
}

#main_header {
	position: fixed;
	top: auto;
	left: auto;
	width: 1903px;
	max-width: 100%;
	padding: 50px 0;
	z-index: 1;
	transition: var(--c_transition);
}

#main_header.shrink {
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}

#main_header .site_badge .site_logo {
	width: 100px;
}

#main_header .site_badge {
	display: flex;
	align-items: center;
}

#main_header .site_badge .name {
	text-align: center;
	margin: 0 15px;
	transition: var(--c_transition);
}

#main_header .site_badge .name .site_name {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
}

#main_header.shrink .site_badge .site_name {
	color: var(--c_grn);
}

#main_header .site_badge .name span {
	font-size: 20px;
	color: #00FE00;
}

#main_header .menu_bars {
	display: block;
	width: 46px;
	height: 38px;
	background-color: transparent;
	margin-left: auto;
	position: relative;
	cursor: pointer;
	border: none;
	border-top: solid 9px var(--c_blu);
	border-bottom: solid 9px var(--c_ylw);
}

#main_header .menu_bars:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 9px;
	transform: translateX(-50%) translateY(-50%);
	background-color: var(--c_grn);
	transition: var(--c_transition);
}

#main_header .menu_bars:hover:after, #main_header .menu_bars:focus:after {
	width: 50%;
}

#main_header .menu_container {
	width: 250px;
	right: 0;
	left: auto;
}

#main_header .header_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header .header_nav > li:not(:last-child) {
	border-bottom: solid 1px #eeeeee;
}

#main_header .header_nav > li > a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: var(--c_grn);
}

#main_header .header_nav > li > a:hover, #main_header .header_nav > li > a:focus, #main_header .header_nav > li.active > a {
	color: #ffffff;
	background-color: var(--c_grn);
}

#banner_section {
	position: relative;
	padding-top: 200px;
}

#banner_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 65%;
	background-image: url(images/banner-bg.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0 20em 20em 20em;
	z-index: -1;
}

#banner_section .banner_content {
	width: 48%;
}

#banner_section .banner_content .content {
	font-size: 21px;
	color: #fff;
	max-width: 637px;
}

#banner_section .banner_content .title_1 {
	font-size: 51px;
	color: #fff;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}

#banner_section .banner_content .title_2 {
	font-size: 75px;
	font-weight: 800;
	color: var(--c_ylw);
	margin: 0;
	line-height: 1;
}

#banner_section .banner_content .title_3 {
	font-size: 110px;
	font-weight: 800;
	color: #fff;
	margin: 0;
	line-height: 1;
}

#banner_section .banner_content .content {
	font-size: 21px;
	color: #fff;
	max-width: 637px;
	margin-top: 30px;
}

#banner_section .banner_content .btn-custom {
	margin-top: 40px;
}

#banner_section .banner_content .slick-dots {
	position: unset;
	text-align: left;
	margin-top: 70px;
}

#banner_section .banner_content .slick-dots li button::before {
	font-size: 15px;
	color: #d6d6d6;
	opacity: 1;
	transition: var(--c_transition);
}

#banner_section .banner_content .slick-dots li.slick-active button::before {
	color: #00cd00;
}

#banner_section .banner_image {
	width: 52%;
}

#banner_section .banner_image .img_container {
	overflow: hidden;
	border-radius: 100%;
}

#banner_section .banner_image .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#banner_section .banner_heading {
	font-size: 35px;
	color: #ffffff;
	text-align: center;
	margin: 75px 0;
}

#banner_section .banner_heading strong {
	color: var(--c_ylw);
}

#banner_section .socials {
	padding: 0;
	margin: 0;
	margin-bottom: 75px;
	text-align: center;
}

#banner_section .socials span {
	display: block;
	font-size: 18px;
	color: #a3a3a3;
	margin-bottom: 1em;
}

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

#banner_section .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--c_grn);
	width: 36px;
	height: 36px;
	border: solid 3px #a4a4a4;
	border-radius: 100%;
	opacity: .6
}

#banner_section .socials li a:hover, #banner_section .socials li a:focus {
	opacity: 1;
}

#services_section {
	margin: 100px 0;
}

#services_section .services_excerpt {
	margin-bottom: 100px;
}

#services_section .services_excerpt p {
	text-align: center;
	font-size: 21px;
	line-height: 2;
	margin-bottom: 1.5em;
}

#services_section .box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#services_section .odd .img_container {
	border-radius: 0 20em 20em 20em;
	overflow: hidden;
	max-width: 660px;
	margin: auto;
}

#services_section .even .img_container {
	border-radius: 20em 0 20em 20em;
	overflow: hidden;
	max-width: 660px;
	margin: auto;
}

#services_section .img_container .fake_image {
	padding-top: 93.67%;
	background-size: cover;
	background-position: center;
}

#services_section .box .title {
	font-size: 45px;
	font-weight: 800;
	color: var(--c_blu);
}

#services_section .box .content p {
	font-size: 21px;
	line-height: 2;
}

#services_section .box .link {
	font-size: 19px;
	color: var(--c_grn);
}

#visions_section {
	position: relative;
	padding: 100px 0;
}

#visions_section:before	{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(images/values-bg.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 20em 0 20em 20em;
}

#visions_section .s_title {
	text-align: center;
	font-size: 65px;
	font-weight: 800;
	color: var(--c_ylw);
	text-shadow: 0px 0px 6px #000;
	margin: 0;
	margin-bottom: 30px;
}

#visions_section .visions_excerpt {
	max-width: 1105px;
	margin: auto;
	text-align: center;
	font-size: 21px;
	color: #fff;
	margin-bottom: 50px;
}

#visions_section .box {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

#visions_section .box .img_container {
	position: relative;
}

#visions_section .box .img_container:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	border: solid 2px #fff;
	opacity: .65;
}

#visions_section .box .img_container .fake_image {
	padding-top: 57.7%;
	background-size: cover;
	background-position: center;
}

#visions_section .box .title {
	font-size: 45px;
	font-weight: 800;
	color: var(--c_ylw);
}

#visions_section .box .content p {
	font-size: 21px;
	color: #fff;
	line-height: 2;
}

#events_section {
	position: relative;
	margin: 150px 0;
}

#events_section .s_title {
	text-align: center;
	font-size: 45px;
	font-weight: 800;
	color: var(--c_grn);
	margin: ;
	margin-top: 0;
	margin-bottom: 1em;
}

#events_section .box {
	margin: 15px;
}

#events_section .box .img_container {
	position: relative;
	margin-bottom: 30px;
	background-color: #cccccc;
}

#events_section .box .img_container .fake_image {
	padding-top: 63%;
	background-size: cover;
	background-position: top center;
}

#events_section .box .img_container:after {
	/*content: '';
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	border: solid 2px #ffffff;
	opacity: .65;*/
}

#events_section .box .title {
	font-size: 25px;
	font-weight: 800;
	color: var(--c_grn);
	margin-bottom: 30px;
}

#events_section .box .excerpt {
	font-size: 21px;
	line-height: 2;
	margin-bottom: 1em;
}

#events_section .box .link {
	font-size: 19px;
	color: var(--c_grn);
}

#footer {
	position: relative;
	padding-top: 100px;
}

#footer:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0 40% 0 0;
	z-index: -1;
}

#footer .footer_badge {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

#footer .footer_badge .site_logo {
	width: 100px;
}

#footer .footer_badge .name {
	text-align: center;
	margin: 0 15px;
}

#footer .footer_badge .name .site_name {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
}

#footer .footer_badge .name span {
	font-size: 20px;
	color: #00FE00;
}

#footer .branches .widget_block {
	margin-bottom: 1em;
}

#footer .branches h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
}

#footer .branches p {
	font-size: 16px;
	color: #ffffff;
}

#footer .branches a {
	color: #ffffff;
}

#footer .branches a:hover, #footer .branches a:focus {
	color: var(--c_ylw);
}

#footer .bg_wht {
	background-color: #ffffff;
	margin: 100px 0;
}

#footer .partner_logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto;
	max-width: 1125px;
}

#footer .partner_logos .item {
	/* max-width: 250px; */
	margin: 25px;
}

#footer .partner_logos .item .img-responsive {
	max-height: 125px;
}

#footer .footer_content {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

#footer .colophon {
	margin-bottom: 50px;
}

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

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

#footer .colophon .footer_nav > li:not(:last-child) {
	margin-left: ;
	margin-right: 15px;
}

#footer .colophon .footer_nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
}

#footer .colophon .footer_nav > li > a:hover, #footer .colophon .footer_nav > li > a:focus, #footer .colophon .footer_nav > li.active > a {
	color: var(--c_ylw);
}

#footer .colophon .socials {
	padding: 0;
	margin: 0;
	text-align: center;
}

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

#footer .colophon .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--c_ylw);
	width: 36px;
	height: 36px;
	border: solid 3px #ffffff;
	border-radius: 100%;
	opacity: .6
}

#footer .colophon .socials li a:hover, #footer .colophon .socials li a:focus {
	opacity: 1;
}

#footer .colophon .copyright {
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	color: #ffffff;
}

/* 10 19 2022 */
#innerpage_banner {
	height: 500px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

#innerpage_banner h1 {
	text-align: center;
	font-weight: 800;
	color: #ffffff;
	text-shadow: 0 0 3px #000000;
	margin: 0;
	margin-top: 2em;
}