@charset "utf-8";
/*   
Theme Name: kVistaJPN
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.0
*/

@font-face {
    font-family: 'Albra';
    src: url('fonts/Albra-Black.otf');
    font-style: normal;
	font-weight:900;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

html.wf-loading * {
     opacity: 0;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}
html.lockScroll {
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-size:22px; 
	color:#40403E;
	line-height:1.5;
	background-color:#fff;
	width: 100%;
	overflow: hidden;
}
/* 560px以下でtel機能をつける */
a[href^="tel:"] {
	pointer-events: none;
	color:#40403E;
}
@media only screen and (max-width: 560px) {
	a[href^="tel:"] {
		pointer-events: auto;
		color: #ADCF3B;
	}
}
@media(max-width: 1300px) {
	body{
		font-size:18px;
	}
}
@media(max-width: 1200px) {
	body{
		font-size:17px;
	}
}
@media(max-width: 1100px) {
	body{
		font-size:16px;
	}
}
@media(max-width: 750px) {
	body{
		font-size:18px;
	}
}

@media only screen and (max-width : 650px) {
	body {-webkit-text-size-adjust: none;}
}

a {
	text-decoration:none;
	color: #ADCF3B;
	transition: all .3s;
}

a:hover {
	text-decoration:none;
	color:#00839F;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}



#alertbar {
	width:100%;
	height:60px;
	background-color:#1c4064;
	background-image: url("images/hp-alert-bg3.png");
	background-position: bottom left;
	background-size: 100% auto;
	display:flex;
	align-items: center;
	position:relative;
	overflow:hidden;
}
@media(max-width: 750px) {
	#alertbar {
		height:80px;
		padding:10px 20px;
		width:auto;
		background-color:#1c4064;
		background-image: none;
		display:block;
		align-items: center;
	}
}
#alertbar .label {
	width:30%;
	color:#333;
	font-weight:700;
	font-size:22px;
	text-align:right;
	padding:0 0 3px 0;
}
@media(max-width: 750px) {
	#alertbar .label {
		width:100%;
		color:#9fba3f;
		font-size:18px;
		text-align:left;
		padding:0;
	}
}
#alertbar .text {
	width:60%;
	margin:0 0 0 6%;
	color:#fff;
	font-weight:400;
	font-size:18px;
	text-align:left;
	padding:0 0 3px 0;
	line-height: 1.2;
}
@media(max-width: 750px) {
	#alertbar .text {
		width:100%;
		margin:0;
		font-size:15px;
	}
}

@keyframes barshine {
  0% {
    left: -50vw;
  }

  30% {
    left: 150vw;
  }
  100% {
    left: 150vw;
  }
}
.flare {
  animation-name: barshine;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: -50vw;
  top: 0;
  height: 100%;
  width: 10vw;
  transform: skew(45deg);
  position: absolute;
  background: #ffffff20;
  z-index: 1;
}
@media(max-width: 750px) {
	.flare {
	  display: none;
	}
}


#header {
	width:100%;
}

.navbar {
	position: fixed;
	/*top: 60px;*/
	top:0;
	left: 0;
	width:100%;
	height:150px;
	z-index: 999;
	background:none;
	transition: all .3s;
}
@media(max-width: 750px) {
	.navbar {
		/*top: 100px;*/
	}
}
.navbar.scrolled,
#header.inner .navbar {
	/*top: 0;*/
	height:80px;
	background-color: #fff;
	border-bottom:1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.navbar-brand {
	position:absolute;
	top:25px;
	left:50px;
	width:100px;
	transition: all .3s;
}
@media(max-width: 850px) {
.navbar-brand {
	width:70px;
	top:10px;
	left:20px;
}
}
.navbar.scrolled .navbar-brand,
#header.inner .navbar .navbar-brand {
	width:70px;
	top:10px;
	left:20px;
}

.navbar-brand img {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	transition: all .3s;
}
.navbar.scrolled .navbar-brand img.logotext,
#header.inner .navbar .navbar-brand img.logotext {
	opacity:0;
	visibility: hidden;
	display: none;
}
.navwrap {
	padding:0;
	margin: auto 0 0 auto;
	padding-right: 24px;
}
.home .navwrap {
	margin: 40px 0 0 auto;
}
.navbar.scrolled .navwrap {
	margin-top: auto;
}
@media(max-width: 1200px) {
	.navwrap {
		margin: 16px 0 0 auto;
	}
}
@media(max-width: 1000px) {
	.navwrap {
		display:none;
		background-color: #f7f7f7;
		width: 100%;
		top: 80px;
		max-width: 500px;
		max-height: 70vh;
		overflow-y: scroll;
		position: absolute;
    right: 0;
    margin: 0;
		padding-right: 0;
	}
	.navwrap .inner {
		display:flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}


#header .nav {
	list-style: none;
	margin:0;
	padding:0;
	z-index:9998;
	transition: all .3s;
}
@media(max-width: 1100px) {
	 #header .nav {
		right:20px;
	}
}
@media(max-width: 1000px) {
	 #header .nav {
		position:relative;
		top:auto;
		right:auto;
		margin:0;
		padding:0 25px;
	}
}
#header .navbar.scrolled .nav,
#header.inner .navbar .nav {
	top:25px;
}
@media(max-width: 1000px) {
	#header .navbar.scrolled .nav,
	#header.inner .navbar .nav {
		top:auto;
	}
}
#header .nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align: right;
}
@media(max-width: 1000px) {
	#header .nav ul {
		padding:20px 0;
	}
}
#header .nav ul li {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
}
@media(max-width: 1000px) {
	#header .nav ul li {
		display:block;
	}
}

#header .nav ul li a {
	color:#094167;
	font-weight:700;
	font-size:22px;
	line-height:1.2;
    display: block;
	padding: 5px 20px 10px;
	text-align: center;
}
@media(max-width: 1300px) {
	#header .nav ul li a {
		font-size:20px;
		padding: 5px 15px 10px;
	}
}
@media(max-width: 1200px) {
	#header .nav ul li a {
		font-size:18px;
		padding: 5px 10px 10px;
	}
}
@media(max-width: 1000px) {
	#header .nav ul li a {
		text-align: left;
		padding: 8px 10px 8px 10px;
	}
}

#header .nav ul li a span {
	font-weight:300;
	font-size:80%;
}


#header .nav ul li a:hover {
	color:#ADCF3B;
}
#header .nav ul li.current-page-ancestor > a  {
	color:#ADCF3B;
}
#header .nav ul li.current_page_item > a  {
	color:#ADCF3B;
}
#header .nav ul li.button {
	transition: all .3s;
}
#header .nav ul li.button a {
	color:#ADCF3B;
	background: #094167;
	text-align: center;
	border-radius:6px;
}
@media(max-width: 1000px) {
	#header .nav ul li.button {
		margin:15px 0 0 0;
		color: #ADCF3B;
	}
}
#header .nav ul li.button a:hover {
	background-color:#ADCF3B;
	color:#094167;
}

	
#header .nav ul li ul {
	position:absolute;
	left:-3000em;
	width:200px;
	background-color:#f7f7f7;
	padding:10px 0;
	z-index:2;
}
@media(max-width: 1000px) {
	#header .nav ul li ul {
		position:relative;
		left:auto;
		width:auto;
		padding:0;
		/*display:none;*/
	}
}

#header .nav ul li:hover ul {
	left:auto;
}
#header .nav ul ul li {
    display: block;
	
}

#header .nav ul ul li a {
	font-size:15px;
	display: block;
	padding: 10px 15px;
	line-height:1.2;
	height: auto;
	font-weight: 400;
}
@media(max-width: 1000px) {
	#header .nav ul ul li a {
		width: fit-content;
		padding: 4px 15px 0;
	}
}
@media(max-width: 750px) {
	#header .nav ul ul li a {
		padding: 4px 10px 0px 25px;
	}
}

#header .nav ul li ul ul {
	display: none;
}
@media(max-width: 1000px) {
	#header .nav .menu-item {
		padding: 10px 0;
		border-bottom: 1px solid #e5e5e5;
	}
	#header .nav .menu-item-has-children .menu-item {
		border-bottom: none;
	}
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children .menuIcon {
		width: 32px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: 0;
		cursor: pointer;
	}
	.menu-item-has-children .menuIcon.active::before {
		opacity: 0;
		transition: all .3s;
	}
	.menu-item-has-children .menuIcon::before {
		content: "";
		display: block;
		width: 2px;
		height: 24px;
		position: absolute;
		background: #094167;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	.menu-item-has-children .menuIcon::after {
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		position: absolute;
		background: #094167;
		top: 50%;
		right: -1px;
		transform: translateY(-50%);
	}
	.menu-item-has-children .sub-menu {
		display: none;
	}
}


#hamburger {
	position:absolute;
	display:none;
	top:25px;
	right:25px;
	width:40px;
	height:40px;
	z-index:9999;
}
@media(max-width: 1000px) {
	#hamburger {
		display:block;
	}
}

#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	left:0;
	top:0;
	fill:#ADCF3B;
	transition:all .4s;
	transform-origin: center;
}
#hamburger.on .bar {
	fill:#094167;
}
#hamburger:hover .bar {
	fill:#094167;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	top:10px;
	transform: rotate(-45deg);
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	opacity:0;
}
#hamburger #bar3 {
	top:20px;
}
#hamburger.on #bar3 {
	top:10px;
	transform: rotate(45deg);
}



.inner-space {
	width:100%;
	height:80px;
}



/* ====================================== Text Style defaults ============================= */

.mobile {
	display:none;
}
@media(max-width: 750px) {
	.mobile {
		display:block;
	}
}

@media(max-width: 750px) {
	.desktop {
		display:none;
	}
}



h1 {
	color:#40403E;
	font-size:36px;
	line-height:1.1;
	font-weight:bold;
}
h1 strong {
	font-size:52px;
	font-weight:600;
	font-style: normal;
	text-transform: uppercase;
}
@media only screen and (max-width : 1300px) {
	h1 {
		font-size:36px;
	}
	h1 strong {
		font-size:50px;
	}
}
@media only screen and (max-width : 1200px) {
	h1 {
		font-size:32px;
	}
	h1 strong {
		font-size:46px;
	}
}
@media only screen and (max-width : 1100px) {
	h1 {
		font-size:28px;
	}
	h1 strong {
		font-size:40px;
	}
}
@media only screen and (max-width : 900px) {
	h1 {
		font-size:24px;
	}
	h1 strong {
		font-size:34px;
	}
}
@media only screen and (max-width : 750px) {
	h1 {
		font-size:28px;
	}
	h1 strong {
		font-size:40px;
	}
}
@media only screen and (max-width : 500px) {
	h1 {
		font-size:22px;
	}
	h1 strong {
		font-size:30px;
	}
}
.green {
	color:#ADCF3B;
}
.blue {
	color:#094167;
}
.orange {
	color:#CC4C1F;
}
h2 {
	font-size:28px;
	font-weight:400;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h2 strong {
	font-weight:600;
	font-style:normal;
	font-size:38px;
	text-transform: uppercase;
}
@media only screen and (max-width : 1300px) {
	h2 {
		font-size:24px;
	}
	h2 strong {
		font-size:34px;
	}
}
@media only screen and (max-width : 1200px) {
	h2 {
		font-size:21px;
	}
	h2 strong {
		font-size:31px;
	}
}
@media only screen and (max-width : 1100px) {
	h2 {
		font-size:19px;
	}
	h2 strong {
		font-size:29px;
	}
}
@media only screen and (max-width : 900px) {
	h2 {
		font-size:17px;
	}
	h2 strong {
		font-size:27px;
	}
}
@media only screen and (max-width : 750px) {
	h2 {
		font-size:16px;
	}
	h2 strong {
		font-size:26px;
	}
}
@media only screen and (max-width : 500px) {
	h1 {
		font-size:14px;
	}
	h2 strong {
		font-size:24px;
	}
}

h3 {
	font-size:21px;
	font-weight:400;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h3 strong {
	font-weight:700;
	font-style:normal;
	font-size:32px;
	text-transform: uppercase;
}
@media(max-width: 750px) {
	h3 {
		font-size:18px;
	}
	h3 strong {
		font-size:28px;
	}
}

sup {
	font-size:80%;
	margin-left:4px;
}

.btns {
	margin:20px 0 0 0;
}
.btns a {
	position:relative;
	font-weight:600;
	color:#ADCF3B;
	text-transform: uppercase;
	display:inline-block;
	padding:0 0 0 30px;
	transition:all .3s;
	font-size:21px;
	line-height: 1.2;
}
@media(max-width: 1300px) {
	.btns a {
		font-size:18px;
	}
}
@media(max-width: 750px) {
	.btns a {
		font-size:15px;
	}
}
.btns a:hover {
	color: #094167;
}
.btns.blu a {
	color: #094167;
}
.btns.blu a:hover {
	color:#ADCF3B;
}
.btns a::before {
	content:'';
	height:16px;
	width:16px;
	position:absolute;
	top:5px;
	left:0;
	background-color: #ADCF3B;
	transform: rotate(45deg);
  	outline: 8px #094167 solid;  /* inner stroke */
  	outline-offset: -8px;  /* negative border width + outline width */
	transition:all .3s;
}
@media(max-width: 750px) {
	.btns a::before {
		top:2px;
	}
}
.btns.twoline a::before {
	top:15px;
}
@media(max-width: 750px) {
	.btns.twoline a::before {
		top:10px;
	}
}
.btns a:hover::before {
	outline: 3px #094167 solid;  /* inner stroke */
  	outline-offset: -3px;  /* negative border width + outline width */
}


a.btn2 {
	display:inline-block;
	padding:15px 45px 15px 65px;
	color:#ADCF3B;
	font-size:20px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
@media only screen and (max-width : 1200px) {
	a.btn2 {
		padding:15px 25px 15px 50px;
		font-size:18px;
	}
}
@media only screen and (max-width : 750px) {
	a.btn2 {
		padding:10px 15px 10px 50px;
		font-size:14px;
	}
}
a.btn2:hover {
	color:#094167;
	background-position:left 400px top 0;
}



@counter-style my-new-list-style {
  	system: extends cyclic;
	prefix: '(';
  	suffix: ') ';
}

ol.parens {
  list-style: my-new-list-style;
}


#fullpagewrap {
	padding:0;
	position:relative;
	margin:0;
	overflow:hidden;
	max-width:2500px;

}
.wrap {
	overflow:hidden;
}



/* ------  HOME PAGE ------ */
	
#hp-1 {
	position:relative;
	width:100%;
	height:73vw;
	margin:0;
	padding:1px;
	z-index: 3;
	overflow:hidden;
}
@media only screen and (max-width : 750px) {
	#hp-1 {
		height:auto;
		padding:0;
	}
}

#hp-1 .bg {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:-100vw;
	opcity:0;
	animation-name: hphero;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes hphero {
  	0%   {
	  	opacity:0;
		left:-100vw;
	}
	2%   {
		opacity:1;
	  	left:-20vw;
	}
  	100% {
		opacity:1;
		left:0;
	}
}

#hp-1 .bg img {
	width:100%;
	height:auto;
}

#hp-1 .bgmob {
	position:relative;
	width:100%;
	height:auto;
	margin-top: -20vw;
}
#hp-1 .bgmob img {
	width:100%;
	height:auto;
}


#hp-1 .mask1,
#hp-1 .mask2,
#hp-1 .mask3 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#hp-1 .mask1 img,
#hp-1 .mask2 img,
#hp-1 .mask3 img {
	width:100%;
	height:100%;
}

#hp-1 .mask1 {
	left:0;
	animation-name: hp1mask1;
   	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes hp1mask1 {
  	0%   {
	  	left:0;
	}
  	100% {
		left:100vw;
	}
}
#hp-1 .mask2 {
	left:-100vw;
	z-index:2;
	animation-name: hp1mask2;
   	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes hp1mask2 {
  	0%   {
	  	left:-100vw;
	}
  	100% {
		left:0;
	}
}
#hp-1 .mask3 {
	opacity:0;
	z-index:3;
	animation-name: hp1mask3;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes hp1mask3 {
  	0%   {
	  	opacity:0;
	}
  	100% {
		opacity:1;
	}
}

#hp-1 .maskmob {
	position:absolute;
	width:100%;
	height:auto;
	top:-80vw;
	left:0;
	animation-name: hp1maskmob;
   	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@media only screen and (max-width : 450px) {
	#hp-1 .maskmob {
		animation-name: hp1maskmob450;
	}
}
/* The animation code */
@keyframes hp1maskmob {
  	0%   {
	  	top:-80vw;
	}
  	100% {
		top:-25vw;
	}
}
/* The animation code */
@keyframes hp1maskmob450 {
  	0%   {
	  	top:-80vw;
	}
  	100% {
		top:-10vw;
	}
}
#hp-1 .maskmob img {
	width:100%;
	height:auto;
}

#hp-1 .fixed {
	position:absolute;
	top:15vw;
	left:10vw;
	z-index:3;
}
@media only screen and (max-width : 1300px) {
	#hp-1 .fixed {
		top:18vw;
		left:8vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed {
		top:20vw;
	}
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed {
		top:20vw;
		left:0;
		width:100%;
	}
}
@media only screen and (max-width : 650px) {
	#hp-1 .fixed {
		top:25vw;
	}
}
@media only screen and (max-width : 450px) {
	#hp-1 .fixed {
		top:40vw;
	}
}
#hp-1 .fixed .heading {
	position:relative;
	width:40vw;
	height:15vw;
	margin:0 0 0 -3vw;
	padding:1px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .heading {
		width: min(100% - 32px, 520px);
		height: 25vw;
		margin:0 auto;
		padding:1px;
	}
}
#hp-1 .fixed .heading .vistas {
	width:80%;
	margin: 0 10%;
	height:100%;
	animation-name: vistas;
	animation-delay: 1.8s;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	overflow:hidden;
	font-size:50px;
	font-weight:600;
	color: #ADCF3B;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity:0;
}
@media(max-width: 1000px) {
	#hp-1 .fixed .heading .vistas {
		font-size:34px;
	}
}
@media(max-width: 750px) {
	#hp-1 .fixed .heading .vistas {
		width: 100%;
		padding: 0 32px;
		margin: 0;
		font-size: 34px;
		box-sizing: border-box;
	}
}
@media(max-width: 500px) {
	#hp-1 .fixed .heading .vistas {
		font-size:28px;
		padding: 0 24px;
	}
}
@media(max-width: 350px) {
	#hp-1 .fixed .heading .vistas {
		font-size:24px;
	}
}

/* The animation code */
@keyframes vistas {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}


#hp-1 .fixed .heading .tick1 {
	position:absolute;
	top:30%;
	left:40%;
	opacity:0;
	animation-name: tic1;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes tic1 {
  	0%   {
	  	top:30%;
		left:40%;
		opacity:0;
	}
	10%   {
	  	top:30%;
		left:40%;
		opacity:1;
	}
  	100% {
	  	top:0;
		left:0;
		opacity:1;
	}
}
#hp-1 .fixed .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
#hp-1 .fixed .heading .tick2 {
	position:absolute;
	bottom:30%;
	right:40%;
	opacity:0;
	animation-name: tic2;
   	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes tic2 {
  	0%   {
	  	bottom:30%;
		right:40%;
		opacity:0;
	}
	10%   {
	  	bottom:30%;
		right:40%;
		opacity:1;
	}
  	100% {
	  	bottom:0;
		right:0;
		opacity:1;
	}
}
#hp-1 .fixed .heading .tick2 img {
	width:3.5vw;
	height:auto;
}

#hp-1 .fixed .text {
	font-size:23px;
	width:32vw;
	opacity:0;
	animation-name: txt1;
	animation-duration: .9s;
	animation-delay: 1.9s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@media only screen and (max-width : 1300px) {
	#hp-1 .fixed .text {
		width:32vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed .text {
		font-size:22px;
		width:30vw;
	}
}
@media only screen and (max-width : 1200px) {
	#hp-1 .fixed .text {
		font-size:18px;
		width:28vw;
	}
}
@media only screen and (max-width : 1000px) {
	#hp-1 .fixed .text {
		font-size:12px;
	}
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .text {
    font-size:25px;
	width: auto;
	max-width:450px;
    margin: 20px auto 0;
    line-height: 1.3;
    text-align: center;
	}
}
@media only screen and (max-width : 750px) {
	#hp-1 .fixed .text {
    font-size:21px;
	padding:0 80px;
	}
}
@media only screen and (max-width : 500px) {
	#hp-1 .fixed .text {
    font-size:14px;
	padding:0 50px;
	}
}
@media only screen and (max-width : 350px) {
	#hp-1 .fixed .text {
    	font-size: 11px;
    	padding: 0 35px;
		margin: 0 auto 0;
	}
}
/* The animation code */
@keyframes txt1 {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}



#hp-1b {
	position:relative;
	width:100vw;
	height:auto;
	z-index:2;
	margin:-50px 0 0 0;
}
@media only screen and (max-width : 750px) {
	#hp-1b {
		margin:0;
	}
}
#hp-1b .full {
	width:100%;
	display:flex;
	background-color: #F4F4F4;
	
}
@media only screen and (max-width : 750px) {
	#hp-1b .full  {
		display:block;
		margin:40px 0 0 0;
	}
}
#hp-1b .full .half {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 750px) {
	#hp-1b .full .half {
		width:100%;
	}
}
#hp-1b .full .half .bg {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#hp-1b .full .half .bg img {
	width: 100%;
  	min-height: 100%;
  	object-fit: cover;
}

#hp-1b .full .half .fixed {
	max-width:550px;
	padding:50px 50px;
}
@media(max-width: 1300px) {
	#hp-1b .full .half .fixed {
		padding:30px 30px;
	}
}

@media only screen and (max-width : 750px) {
	#hp-1b .full .half .fixed {
		padding:40px 20px;
		max-width: initial;
	}
}
#hp-1b .fixed h2 + p {
	margin-top:15px;
}
#hp-1b .cntrbtn {
	position:relative;
	margin:30px 0 100px 0;
	text-align: center;
	z-index:2;
}




#hp-2 {
	position:relative;
	width:100%;
	height:111vw;
	margin:-13vw 0 0 0;

}
@media(max-width: 1000px) {
	#hp-2 {
		height:130vw;
	}
}
@media(max-width: 750px) {
	#hp-2 {
		height:auto;
		margin: 0;
		z-index: 2;
	}
}
#hp-2 .bg {
	position: absolute;
	width: 46vw;
	height: 68.5vw;
	top: 29vw;
	left: 54vw;
	clip-path: polygon(76% 0, 100% 16%, 100% 84.5%, 76% 100%, 0 50%);
}
@media only screen and (max-width : 750px) {
	#hp-2 .bg {
		top: -20vw;
		left: 54vw;
	}
}
#hp-2 .bg img {
	width:100%;
	height:100%;
}
#hp-2 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width : 1200px) {
	#hp-2 .mask#s2m1 {
		top:0;
	}
	#hp-2 .mask#s2m2 {
		top:100vw;
	}
}
#hp-2 .mask img {
	width:100%;
	height:100%;
}

#hp-2 .mobile {
	margin:0 auto 0;
	max-width:500px;
	padding:0 20px;
	
}
#hp-2 .mobile img {
	width:100%;
	height:auto;
	mix-blend-mode: multiply;
}

#hp-2a {
	position:relative;
	width:100%;
	height:68vw;
	margin:0;
}
@media only screen and (max-width : 1200px) {
	#hp-2a {
		height:75vw;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2a {
		height:auto;
	}
}
#hp-2a .fixed {
	position:relative;
	width:600px;
	padding:20vw 650px 0 50px;
	margin:0 auto;
}
@media only screen and (max-width : 1000px) {
	#hp-2a .fixed {
		position:relative;
		width:50%;
		padding:20vw 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2a .fixed {
		width:auto;
		padding:40px 20px 0;
		margin:0;
	}
}
#hp-2a .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-2a .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}

#hp-2b {
	position:relative;
	width:100%;
	height:43vh;
	margin:0;
}
@media only screen and (max-width : 750px) {
	#hp-2b {
		height:auto;
	}
}
#hp-2b .fixed {
	position:relative;
	width:650px;
	padding:0 700px 0 50px;
	margin:0 auto;
}
@media only screen and (max-width : 1000px) {
	#hp-2b .fixed {
		width:65%;
		padding:0 50px 0 50px;
		margin:0;
	}
}
@media only screen and (max-width : 750px) {
	#hp-2b .fixed {
		width:auto;
		padding:0 20px 0 20px;
		margin:0;
	}
}
#hp-2b .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-2b .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}
@media(max-width: 1200px) {
	#hp-2b .fixed .animate.fadeInUp {
		padding: 60px 0 60px;
	}
}
@media(max-width: 1000px) {
	#hp-2b .fixed .animate.fadeInUp {
		padding: 120px 0 60px;
	}
}
@media(max-width: 750px) {
	#hp-2b .fixed .animate.fadeInUp {
		padding: 0 0 60px;
	}
}
#hp-4 {
	position:relative;
	width:100%;
	height:54vw;
	margin:0;
}
@media(max-width: 1000px) {
	#hp-4 {
		height:64vw;
	}
}
@media(max-width: 750px) {
	#hp-4 {
		height:auto;
	}
}
#hp-4 .bg {	
	position: absolute;
	width: 100vw;
	height: 39vw;
	top: 15vw;
	left: 0;
	clip-path: polygon(0 0, 85% 0, 100% 37%, 100% 100%, 0 100%);
}
@media(max-width: 1000px) {
	#hp-4 .bg {	
		top: 25vw;
	}
}
@media(max-width: 750px) {
	#hp-4 .bg {	
		position: relative;
		top: auto;
	}
}
#hp-4 .bg img {
	width:100%;
	height:auto;
}
#hp-4 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (max-width : 750px) {
	#hp-4 .mask {
		top:-33vw;
	}
}
#hp-4 .mask img {
	width:100%;
	height:auto;
}

#hp-4 .mobile {
	margin:0;
	padding:0;
	position: relative;
  	z-index: 2;
}
#hp-4 .mobile img {
	width:100%;
	height:auto;
}

#hp-4 .fixed {
	position:relative;
	width:640px;
	margin:0 auto;
	padding:10vw 130px 0 550px;
}
@media(max-width: 1200px) {
	#hp-4 .fixed {
		width:50%;
		margin:0;
		padding:5vw 0 0 45%;
	}
}
@media(max-width: 1000px) {
	#hp-4 .fixed {
		padding:20px 0 0 45%;
	}
}
@media(max-width: 750px) {
	#hp-4 .fixed {
		width:auto;
		padding:20px;
	}
}
#hp-4 .fixed .animate {
	padding:60px 0 0;
	opacity:0;
	transition:all .8s;
}

#hp-4 .fixed .animate.fadeInUp {
	padding:0 0 60px;
	opacity:1;
}

#hp-4 .fixed .text {
	color:#094167;
}
#hp-4 .fixed .text .indent {
	margin:50px 0 0 25%;
}
@media(max-width: 750px) {
	#hp-4 .fixed .text .indent {
		margin:20px 0 0 0;
	}
}





/* ------  BANNER ANIMATION ------ */
	
.banner {
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}

.banner .bg {
	position:absolute;
	width:100vw;
	height:41vw;
	overflow:hidden;
	top:0;
	left:20vw;
	animation-name: bannerhero;
   	animation-duration: .7s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes bannerhero {
  	0%   {
	  	left:20vw;
	}
  	100% {
		left:0;
	}
}

.banner .bg img {
	width:100%;
	height:auto;
}

.banner .mask0 {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	animation-name: bnrmask0;
   	animation-duration: 1.6s;
	animation-fill-mode: forwards;
}

/* The animation code */
@keyframes bnrmask0 {
  	0%   {
	  	left:0;
	}
  	100% {
		left:-100vw;
	}
}
.banner .mask0 img {
	width:100%;
	height:auto;
}

.banner .mask1 {
	position:absolute;
	width:100%;
	height:41vw;
	top:0;
	left:0;
}
@media(max-width: 750px) {
	.banner .mask1 {
		overflow:hidden;
	}
}
.banner .mask1 img {
	width:100%;
	height:auto;
}
.banner .mask2 {
	position:absolute;
	width:100%;
	height:41vw;
	overflow:hidden;
	top:0;
	right:-100vw;
	animation-name: bnrmask2;
   	animation-duration: 1s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrmask2 {
  	0%   {
	  	right:-100vw;
	}
  	100% {
		right:0;
	}
}
.banner .mask2 img {
	width:100%;
	height:auto;
}

.banner .heading {
	position:absolute;
	top:12vw;
	right:7vw;
	width:40vw;
	height:18vw;
	z-index:3;
}
@media(max-width: 600px) {
	.banner .heading {
		width:45vw;
		height: 22vw;
		right:6vw;
	}
}

.banner .heading .title {
	position:relative;
	width:80%;
	height:100%;
	margin: 0 10%;
	animation-name: bnrtitle;
   	animation-delay: 1.8s;
  	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#40403E;
	font-size:45px;
	line-height:1.1;
	font-weight:600;
	opacity:0;
}
@media(max-width: 1300px) {
	.banner .heading .title {
		font-size:38px;
	}
}
@media(max-width: 1100px) {
	.banner .heading .title {
		font-size:32px;
	}
}
@media(max-width: 900px) {
	.banner .heading .title {
		font-size:20px;
		width:86%;
		margin: 0 7%;
	}
}
@media(max-width: 600px) {
	.banner .heading .title {
		font-size:15px;
	}
}

/* The animation code */
@keyframes bnrtitle {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}

.banner .heading .tick1 {
	position:absolute;
	top:30%;
	left:40%;
	opacity:0;
	animation-name: bnrtic1;
   	animation-duration: 1s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrtic1 {
  	0%   {
	  	top:30%;
		left:40%;
		opacity:0;
	}
	10%   {
	  	top:30%;
		left:40%;
		opacity:1;
	}
  	100% {
	  	top:0;
		left:0;
		opacity:1;
	}
}
.banner .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
.banner .heading .tick2 {
	position:absolute;
	bottom:30%;
	right:40%;
	opacity:0;
	animation-name: bnrtic2;
   	animation-duration: 1s;
	animation-delay: 1.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

/* The animation code */
@keyframes bnrtic2 {
  	0%   {
	  	bottom:30%;
		right:40%;
		opacity:0;
	}
	10%   {
	  	bottom:30%;
		right:40%;
		opacity:1;
	}
  	100% {
	  	bottom:0;
		right:0;
		opacity:1;
	}
}
.banner .heading .tick2 img {
	width:3.5vw;
	height:auto;
}


.banner .fixed {
	position: relative;
	margin: 41vw 5% 0 21%;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	padding: 25px 0 28px;
	opacity:0;
	animation-name: bnrtxt1;
   	animation-duration: 1s;
	animation-delay: 2.1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}
@media(max-width: 1300px) {
	.banner .fixed {
		font-size: 26px;
	}
}
@media(max-width: 1100px) {
	.banner .fixed {
		font-size: 22px;
	}
}
@media(max-width: 900px) {
	.banner .fixed {
		font-size: 18px;
	}
}
@media(max-width: 750px) {
  .banner .fixed {
		font-weight:600;
		line-height:1.7;
    	margin: 41vw 0 0 0;
	  	padding: 25px 20px 35px;
  }
}

/* The animation code */
@keyframes bnrtxt1 {
  	0%   {
		opacity:0;
	}
  	100% {
		opacity:1;
	}
}

.banner .fixed p {
	margin:0;
}

.banner .fixed .spacer {
    float: left;
    width: 100px;
    height: 80px;
    shape-outside: polygon(0 0, 100% 100%, 0 100%);
}
@media(max-width: 750px) {
	.banner .fixed .spacer {
		display:none;
	}
}


/* ------  SUB BANNER ------ */
	
.subbanner {
	position:relative;
	width:100%;
	height:25vw;
	margin:0;
	padding:0;
	overflow:hidden;
}
.subbanner .bg {
	position:absolute;
	width:100vw;
	height:100%;
	top:0;
	left:0;
}

.subbanner .bg img {
	width:100%;
	height:auto;
}

.subbanner .mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}

.subbanner .mask img {
	width:100%;
	height:100%;
}

.subbanner .heading {
	position:absolute;
	top:7vw;
	right:8vw;
	width:40vw;
	height:15vw;
	z-index:3;

}

.subbanner .heading .title {
	position:relative;
	width:40vw;
	height:15vw;
	margin: 0 0 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#40403E;
	font-size:45px;
	line-height:1.1;
	font-weight:600;
}
@media(max-width: 1300px) {
	.subbanner .heading .title {
		font-size:38px;
	}
}
@media(max-width: 1100px) {
	.subbanner .heading .title {
		font-size:32px;
	}
}
@media(max-width: 900px) {
	.subbanner .heading .title {
		font-size:20px;
	}
}
@media(max-width: 600px) {
	.subbanner .heading .title {
		font-size:18px;
	}
}
@media(max-width: 550px) {
	.subbanner .heading .title {
		font-size:11px;
	}
}


.subbanner .heading .tick1 {
	position:absolute;
	top:0;
	left:0;
}

.subbanner .heading .tick1 img {
	width:3.5vw;
	height:auto;
}
.subbanner .heading .tick2 {
	position:absolute;
	bottom:0;
	right:0;
}

.subbanner .heading .tick2 img {
	width:3.5vw;
	height:auto;
}

.subbanner .heading .pagename {
	position:absolute;
	top: -30px;
  	left: 0;
  	font-size: 16px;
	font-weight:300;
	color: #ADCF3B;
}

@media(max-width: 1000px) {
	.subbanner .heading .pagename  {
		top: -25px;
  		left: 0;
		font-size: 14px;
	}
}

@media(max-width: 600px) {
	.subbanner .heading .pagename  {
		font-size: 13px;
	}
}


/*----------------- BLOX NAV  ----------- */
.blox-nav  {
	position:relative;
	background-color:#F4F4F4;
	overflow:hidden;
}

.blox-nav  .fixed {
	max-width:1200px;
	text-align: center;
	margin:80px auto 80px;
	padding:0 50px;
	height:auto;
	position:relative;
}
@media only screen and (max-width : 750px) {
	.blox-nav  .fixed {
		margin:40px auto;
		padding:0 20px;
	}
}
.blox-nav   .fixed .cols {
	margin: 0;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	gap:40px;
}

.blox-nav  .fixed .cols .block {
	color:#fff;
	background-color:#094167;
	width:350px;
	height:190px;
	background-image: url("images/green-box-slide-cover.png");
	background-repeat:no-repeat;
	background-size:25% auto;
	background-position: top left;
	transition:all .3s;
}
@media only screen and (max-width : 1300px) {
	.blox-nav .fixed .cols .block {
		width:270px;
		height:140px;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav .fixed .cols .block {
		width:210px;
		height:100px;
	}
}
.blox-nav  .fixed .cols .block.wide {
	background-color:#007f9b;
	width:420px;
}
@media only screen and (max-width : 1300px) {
	.blox-nav .fixed .cols .block.wide {
		width:340px;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav   .fixed .cols .block.wide {
		width:250px;
	}
}
.blox-nav  .fixed .cols .block:hover {
	background-size:250% auto;
}
	
.blox-nav  .fixed .cols .block .block-in {
	padding:0;
	color:#fff;
	height:100%;
}
.blox-nav  .fixed .cols .block .block-in a {
	display:block;
	font-size:38px;
	height:calc(100% - 75px);
	padding:75px 45px 0;
	line-height:1.1;
	color:#ADCF3B;
	font-style:normal;
	font-weight:700;
	transition: all .3s;
}
.blox-nav   .fixed .cols .block.wide .block-in a {
	font-size:30px;
	padding:75px 20px 0;
	text-align: center;
}
@media only screen and (max-width : 1300px) {
	.blox-nav .fixed .cols .block .block-in a {
		font-size:30px;
		height:calc(100% - 50px);
		padding:50px 25px 0;
	}
	.blox-nav .fixed .cols .block.wide .block-in a {
		font-size:22px;
		padding:70px 15px 0;
	}
}
@media only screen and (max-width : 750px) {
	.blox-nav .fixed .cols .block .block-in a {
		font-size:20px;
		height:calc(100% - 40px);
		padding:40px 25px 0;
		text-align:center;
	}
	.blox-nav .fixed .cols .block.wide .block-in a {
		font-size:17px;
		padding:60px 10px 0;
	}
}
.blox-nav  .fixed .cols .block .block-in a span {
	color:#ADCF3B;
	font-style:italic;
	font-weight:400;
	transition: all .3s;
}
.blox-nav  .fixed .cols .block:hover .block-in a {
	color:#094167;
}
.blox-nav  .fixed .cols .block:hover .block-in a span {
	color:#fff;
}



/*----------------- ABOUT  PAGE  ----------- */

#abt-2 {
	position:relative;
	width:100vw;
	height:39vw;
}
@media(max-width: 900px) {
	#abt-2 {
		height:45vw;
	}
}
@media(max-width: 750px) {
	#abt-2  {
		height:auto;
	}
}
#abt-2 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:39vw;
	overflow: hidden;
}
@media(max-width: 1000px) {
	#abt-2 .bg {
	  left:10%;
	}
}
@media(max-width: 750px) {
	#abt-2 .bg {
	  padding:0;
	  position: relative;
		left:auto;
	  width: 100%;
	  height: 50vw;
	}
}
#abt-2 .bg img {
	width:81%;
	margin-left:19%;
	height:auto;
}
@media(max-width: 750px) {
	#abt-2 .bg img {
		width:100%;
		margin:0;
		height:auto;
	}
}
#abt-2 .mask1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media(max-width: 750px) {
	#abt-2 .mask1 {
		top:0;
		left:-20%;
	}
}
#abt-2 .mask1 img {
	width:100%;
	height:auto;
}
@media(max-width: 1000px) {
	#abt-2 .mask1 img {
		width:120%;
	}
}
@media(max-width: 750px) {
	#abt-2 .mask1 img {
		width:100%;
		height:50vw;
	}
}
#abt-2 .fixed {
	position:relative;
	max-width:1200px;
	height:100%;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 1300px) {
	#abt-2 .fixed {
		padding:80px 50px 50px 50px;
	}
}
@media(max-width: 1000px) {
	#abt-2 .fixed {
		padding:30px 50px 50px 50px;
	}
}

@media(max-width: 750px) {
	#abt-2 .fixed {
		width:auto;
		padding:40px 20px;
	}
}
#abt-2 .fixed .spacer {
    float: right;
    width: 82%;
    height: 100%;
    shape-outside: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
}
@media(max-width: 1000px) {
	#abt-2 .fixed .spacer {
		width: 60%;
		shape-outside: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
	}
}
#abt-3 {
	position:relative;
	width:100vw;
	height:auto;
}
@media(max-width: 1300px) {
	#abt-3 {
		margin:80px 0 0 0;
	}
}
@media(max-width: 750px) {
	#abt-3  {
		margin:0;
	}
}
#abt-3 .bg {	
	position: absolute;
	width: 35vw;
	height: 42vw;
	top: 0;
	left: 0;
	clip-path: polygon(40% 0, 100% 50%, 40% 100%, 0 67%, 0 33%);
}
#abt-3 .bg img {
	width:100%;
	height:auto;
}

#abt-3 .mask1 {
	position:absolute;
	top:11vw;
	left:0;
	width:90%;
	height:auto;
}

#abt-3 .mask1 img {
	width:100%;
	height:auto;
}

#abt-3 .mask2 {
	position:absolute;
	width:40%;
	height:auto;
	top:-4vw;
	left:0;
	z-index:2;
	transition:all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
#abt-3 .mask2 img {
	width:100%;
	height:auto;
}

#abt-3 .mobile {
	margin:0 auto;
	max-width:500px;
	padding:0 20px;
}
#abt-3 .mobile img {
	width:100%;
	height:auto;
}

#abt-3 .fixed {
	position:relative;
	max-width:700px;
	padding:150px 50px 20vw 550px;
	margin:0 auto
}
@media only screen and (max-width : 1300px) {
	#abt-3 .fixed {
		padding:80px 50px 50px 550px;
	}
}
@media only screen and (max-width : 1300px) {
	#abt-3 .fixed {
		width:50%;
		margin:auto 0 auto auto;
		padding: 100px 50px 0 0;
	}
}
@media only screen and (max-width : 750px) {
	#abt-3 .fixed {
		width:auto;
		padding:0 20px;
	}
}
#abt-3 .fixed-2 {
	position:relative;
	max-width:950px;
	padding:8vw 50px 150px 0;
	margin:0 auto
}
@media(max-width: 1300px) {
	#abt-3 .fixed-2 {
		padding:25vw 50px 80px 50px;
	}
}
@media(max-width: 750px) {
	#abt-3 .fixed-2 {
		padding:40px 20px;
	}
}




/*----------------- COMPANY PAGE  ----------- */

#cmp-1.banner .heading {
	top:14vw;
	right:10vw;
	width: 33.9vw;
  	height: 11.9vw;
}
#cmp-1.banner .heading .title img {
	width:33.9vw;
	height:auto;
}
#cmp-2 {
	position:relative;
	background-image:url("images/bg-company.png");
	background-width:100% auto;
	background-position:center top;
}


#cmp-2 .fixed {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:50px 50px;
}
@media(max-width: 750px) {
	#cmp-2 .fixed {
		padding:30px 20px;
	}
}
#cmp-2 .fixed .company-grid {
	position:relative;
	margin:50px 0;
}

#cmp-2 .fixed .company-grid .row {
	border-top: 2px solid #E3E4E4;
	height:120px;
	display:flex;
}
#cmp-2 .fixed .company-grid .row:first-child {
	border-top:none;
}
#cmp-2 .fixed .company-grid .row .frst {
	color:#094167;
	background-color: #EBF5F8;
	width:21%;
	padding:0 2%;
	height:100%;
	font-size:125%;
	font-weight:600;
	display:flex;
	justify-content: center;
	align-items: center
}
#cmp-2 .fixed .company-grid .row .scnd {
	background-color: #fff;
	width:71%;
	height:100%;
	padding:0 2%;
	display:flex;
	align-items: center
}
#cmp-2 .fixed .company-grid .tick1 {
	position:absolute;
	top:0;
	left:0;
	width:50px;
}
#cmp-2 .fixed .company-grid .tick1 img {
	width:100%;
	height:auto;
}
#cmp-2 .fixed .company-grid .tick2 {
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
}
#cmp-2 .fixed .company-grid .tick2 img {
	width:100%;
	height:auto;
}
@media(max-width: 750px) {
	#cmp-2 .fixed .company-grid .row {
		height:auto;
		display: block;
	}
	#cmp-2 .fixed .company-grid .row .frst {
		width: auto;
		font-size:100%;
		padding: 10px 10px;
	}
	#cmp-2 .fixed .company-grid .row .scnd {
		width:auto;
		padding: 25px 10px;
		font-size: 16px;
	}
}
/*----------------- PRESS RELEASE PAGE  ----------- */


#pr-1 {
	position:relative;
}


#pr-1 .fixed {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:50px 50px;
}
@media(max-width: 750px) {
	#pr-1 .fixed {
		padding:30px 20px;
	}
}
#pr-1 .fixed .pr-list {
	margin:80px 0;
}

#pr-1 .fixed .pr-list .row {
	border-bottom:1px solid #999;
	display:flex;
	padding:15px 5px;
}
#pr-1 .fixed .pr-list .row.head {
	border-bottom:3px solid #999;
	font-weight:600;
	padding: 5px 5px;
}
#pr-1 .fixed .pr-list .row .date {
	width:20%;
}
#pr-1 .fixed .pr-list .row .title {
	width:70%;
}
#pr-1 .fixed .pr-list .row .title p {
	margin:0;
}
#pr-1 .fixed .pr-list .row .pdf {
	width:10%;
	text-align: right;
}
@media(max-width: 750px) {
	#pr-1 .fixed .pr-list .row:nth-of-type(2){
		border-top:1px solid #999;
	}
	#pr-1 .fixed .pr-list .row {
		flex-wrap:wrap;
	}
	#pr-1 .fixed .pr-list .row.head {
		display: none;
	}
	#pr-1 .fixed .pr-list .row .date {
		width:100%;
		margin-bottom: 8px;
	}
	#pr-1 .fixed .pr-list .row .title {
		width:100%;
		margin-bottom: 8px;
	}
}

.single .box {
	border: 2px solid #E3E4E4;
	padding:10px 20px;
	font-size:14px;
}


/*----------------- PATIENTS PAGE  ----------- */
#pat-1 {
	height:41vw;
}


#pat-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0 50px;
}
@media(max-width: 750px) {
	#pat-2 {
		margin:40px 0 20px;
	}
}
#pat-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
}
@media(max-width: 750px) {
	#pat-2 .fixed {
		padding:0 20px;
	}
}
#pat-2 .fixed .icons {
	display:flex;
	gap:6%;
	margin:40px 0;
}
#pat-2 .fixed .icons .col {
	width:20%;
	color:#094167;
	font-size:16px;
	text-align: center;
	font-style: italic;
	max-width: 250px;
}
@media(max-width: 750px) {
	#pat-2 .fixed .icons {
		gap:25px;
		flex-wrap:wrap;
		justify-content: center;
	}
	#pat-2 .fixed .icons .col {
		width:80%;
	}
}
#pat-2 .fixed .icons .icon {
	padding: 0 20px 10px;
}
#pat-2 .fixed .icons .icon img {
	width:80%;
	margin:0 10%;
	height:auto;
}
#pat-2 .fixed .cntrbtn {
	text-align:center;
	margin:30px 0 0;
}



#pat-3 .fixed {
	position:relative;
	max-width: 1200px;
  	padding: 80px 50px 80px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#pat-3 .fixed {
		width: auto;
		padding:40px 20px 20px;
	}
}
#pat-4 .fixed {
	position:relative;
	max-width: 1200px;
  	padding: 20px 50px 50px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#pat-4 .fixed {
				width: auto;
		padding:20px 20px 20px;
	}
}
#pat-4 .fixed h2 {
	color:#ADCF3B;
	line-height:1;
	padding:40px 0 40px 120px;
	background-size: 100px auto;
	background-position:left center;
	background-repeat:no-repeat;
	text-transform: none;
}
@media only screen and (max-width : 1000px) {
	#pat-4 .fixed h2 {
		padding:20px 0 20px 100px;
		background-size: 80px auto;
		line-height: 1.2;
	}
}
#pat-4 .fixed h2 strong {
	text-transform: none;
}
#pat-4 .fixed h2.one {
	background-image:url("images/hae-icon-1.jpg");
}
#pat-4 .fixed h2.two {
	background-image:url("images/hae-icon-2.jpg");
}
#pat-4 .fixed h2.three {
	background-image:url("images/hae-icon-3.jpg");
}
#pat-4 .fixed h2.four {
	background-image:url("images/hae-icon-4.png");
}

#pat-4 .fixed p {
	margin-top:10px;
}







/*----------------- PRESENTATIONS / PUBLICATIONS PAGE  ----------- */
#pnp-1.banner .heading {
	top:14vw;
	right:11vw;
	width: 33.9vw;
  	height: 16vw;
}
#pnp-1.banner .heading .title img {
	width:33.9vw;
	height:auto;
}
#pnp-2 {
	position:relative;
	width:100vw;
	height:auto;
	margin:75px 0;
}
@media only screen and (max-width : 750px) {
	#pnp-2 {
		margin:40px 0 80px;
	}
}
#pnp-2 .fixed {
	max-width:1200px;
	margin:0 auto;
	padding:0 50px;
	line-height:1.2;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed {
		padding:0 20px;
	}
}
#pnp-2 .fixed .cntrbtn {
  position: relative;
  margin: 80px 0 80px 0;
  text-align: center;
  z-index: 2;
}

#pnp-2 .fixed .columns {
	display:flex;
	gap:70px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns {
		display:block;
	}
}

#pnp-2 .fixed .columns .pubby {
	margin:0 0 25px;
	font-size:18px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .pubby {
		font-size:15px;
	}
}
#pnp-2 .fixed .columns .pubby p {
	margin:5px 0;
}

#pnp-2 .fixed .columns .pubby a {
	display:inline-block;
	margin:15px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:15px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .6s;
}
#pnp-2 .fixed .columns .pubby a:hover {
	color:#094167;
	background-position:left 800px top 0;
}

#pnp-2 .fixed .columns .filters {
	width:25%;
	font-size:16px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .filters {
		display:none;
	}
}
#pnp-2 .fixed .columns .filters a {
	color: #40403E;
}
#pnp-2 .fixed .columns .filters ul {
	margin-top:0;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
	align-items: flex-start;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], 
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {

	margin-top: 5px;
}

#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, 
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap a.wpc-filters-submit-button {
	border-color: #ADCF3B;
	background-color: #ADCF3B;
	color: #ffffff;margin-left:5px;
}

#pnp-2 .fixed .columns .filters .wpc-filter-title {
	font-size:18px;
	font-weight:700;
	margin:0 0 5px 0;
}
#pnp-2 .fixed .columns .filters .wpc-filters-main-wrap li.wpc-term-item {
  margin-bottom: 8px;
}

#pnp-2 .fixed .columns .publisting {
	width:calc(75% - 70px);
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .publisting {
		width:auto;
	}
}

#pnp-2 .fixed .columns .publisting .pagenav {
	margin:0 0 25px 0;
	font-size:16px;
}
@media only screen and (max-width : 750px) {
	#pnp-2 .fixed .columns .publisting .pagenav {
		margin:0 0 25px 0;
		font-size:12px;
		width: 430px;
	}
	
	#pnp-2 .fixed .columns .publisting .wp-pagenavi a, 
	#pnp-2 .fixed .columns .publisting .wp-pagenavi span {
		padding: 3px 3px;
		margin: 1px;
	}
}


#pnp-2 .fixed .columns .publisting .pagenav p {
	margin:0 0 15px 0;
}


#pnp-2 .fixed #publist {
	margin:0;
	padding:0;
	border:0;
}
#pnp-2 .fixed #publist td {
	vertical-align: top;
	font-size:18px;
}


#pnp-2 .fixed #publist td.pubby p {
	margin:5px 0;
}

#pnp-2 .fixed #publist td.pubby a {
	display:inline-block;
	margin:15px 0 0 0;
	padding:12px 25px 12px 45px;
	color:#ADCF3B;
	font-size:17px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
#pnp-2 .fixed #publist td.pubby a:hover {
	color:#094167;
	background-position:left 400px top 0;
}
#pnp-2 .fixed #publist .pubby {
	padding:15px 40px 15px 0;
}
#pnp-2 .fixed #publist .pubtopic {
	padding:15px 30px 15px 0;
	font-size:16px;
}
#pnp-2 .fixed #publist .pubforum {
	padding:15px 30px 15px 0;
	font-size:16px;
}
#pnp-2 .fixed #publist .pubdate {
	padding:15px 0 15px 0;
	font-size:16px;
}



/*----------------- PIPELINE PAGE  ----------- */

#pl-1.banner .heading {
	top:12vw;
	right:10vw;
	width:35.1vw;
	height:16vw;
}
#pl-1.banner .heading .title img {
	width:35.1vw;
	height:auto;
}

#pl-2 {
	position:relative;
	width:100vw;
	height:39vw;
	overflow:hidden;
}
@media only screen and (max-width : 1000px) {
	#pl-2 {
		height:45vw;
	}
}
@media only screen and (max-width : 750px) {
	#pl-2 {
		height:auto;
	}
}
#pl-2 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
@media only screen and (max-width : 750px) {
	#pl-2 .bg {
		position:relative;;
	}
}
#pl-2 .bg img {
	width:81%;
	margin-left:19%;
	height:auto;
}
@media only screen and (max-width : 1000px) {
	#pl-2 .bg img {
		width:100%;
		margin-left:5%;
	}
}
#pl-2 .mask1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
#pl-2 .mask1 img {
	width:100%;
	height:auto;
}
@media only screen and (max-width : 1000px) {
	#pl-2 .mask1 {
		height:45vw;
	}
	#pl-2 .mask1 img {
		height:100%;
	}
}
@media only screen and (max-width : 750px) {
	#pl-2 .mask1 {
		height:42vw;
	}
}

#pl-2 .mobile {
	margin:40px auto 0;
	width:100%;
	padding:0;
}
#pl-2 .mobile img {
	width:100%;
	height:auto;
}

#pl-2 .fixed {
	position:relative;
	max-width:1200px;
	height:100%;
	padding:100px 50px 50px 50px;
	margin:0 auto
}
@media(max-width: 1450px) {
	#pl-2 .fixed {
		padding:50px 50px 50px 50px;
	}
	#pl-2 .fixed h1 strong {
		font-size:50px;
	}
}
@media(max-width: 1300px) {
	#pl-2 .fixed {
		margin:0;
	}
	#pl-2 .fixed h1 strong {
		font-size:40px;
	}
}
@media(max-width: 1000px) {
	#pl-2 .fixed {
		padding:30px 50px 50px 50px;
	}
}
@media(max-width: 850px) {
	#pl-2 .fixed h1 {
		font-size:18px;
	}
	#pl-2 .fixed h1 strong {
		font-size:28px;
	}
}
@media(max-width: 750px) {
	#pl-2 .fixed {
		width:auto;
		padding:20px;
		font-size: 20px
  		line-height: 1.5;
	}
	#pl-2 .fixed h1 {
		font-size:28px;
	}
	#pl-2 .fixed h1 strong {
		font-size:40px;
	}
}
#pl-2 .fixed .spacer {
  float: right;
  width: 57%;
  height: 100%;
  shape-outside: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}



#pl-3 .fixed {
	position:relative;
	max-width:1200px;
	padding:80px 50px 100px 50px;
	margin:0 auto
}
@media only screen and (max-width : 750px) {
	#pl-3 .fixed {
		padding:40px 20px;
	}
}
#pl-3 .fixed img {
	width:100%;
	height:auto;
}














/*----------------- CONTACT US PAGE  ----------- */

#cu-1.banner .heading {
	top:14vw;
	right:16vw;
	width:22.2vw;
	height:11.9vw;
}
#cu-1.banner .heading .title img {
	width:22vw;
	height:auto;
}

#cu-2 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #fff;
}

#cu-2 .fixed {
	position:relative;
	max-width: 1200px;
	padding:5vw 50px 0 50px;
	margin:0 auto;
	font-size:24px;
	font-weight:700;
}
@media(max-width: 1300px) {
	#cu-2 .fixed {
		font-size:20px;
	}
}
@media(max-width: 1100px) {
	#cu-2 .fixed {
		font-size:18px;
	}
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed {
		padding:20px 20px 0 20px;
		font-size:16px;
	}
}
#cu-2 .fixed .cols {
	position:relative;
	display:flex;
	padding:50px 0;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols {
		display:block;
		padding:0;
	}
}
#cu-2 .fixed .cols .one {
	width:50%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .one {
		width:auto;
	}
}
#cu-2 .fixed .cols .two {
	width:25%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .two {
		width:auto;
	}
}
#cu-2 .fixed .cols .three {
	width:25%;
}
@media only screen and (max-width : 750px) {
	#cu-2 .fixed .cols .three {
		width:auto;
	}
}
#cu-2 .fixed h2 + p {
	margin-top:5px;
}

#cu-3 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #F4F4F4;
}

#cu-3 .fixed {
	position:relative;
	padding:80px 50px 40px;
	max-width:1200px;
	margin:0 auto;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed {
		padding:50px 20px;
	}
}
#cu-3 .fixed h2 {
	padding:0 0 35px;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed h2 {
		padding:0 0 25px;
	}
}
#cu-3 .fixed .row {
	display:flex;
	flex-wrap:wrap;
}
@media only screen and (max-width : 750px) {
	#cu-3 .fixed .row {
		flex-wrap:wrap;
	}
}
#cu-3 .fixed .cols {
	position:relative;
	width:calc(29% - 2px);
	padding:0 1% 0 0;
	margin:0 3% 40px 0;
	border-right:2px solid #ffffff80;
}
#cu-3 .fixed .cols:nth-child(3n),
#cu-3 .fixed .cols:last-child {
	border-right:2px solid #F4F4F4;
}

@media only screen and (max-width : 750px) {
	#cu-3 .fixed .cols {
		width:calc(46% - 2px);
	}
	#cu-3 .fixed .cols:nth-child(3n) {
		border-right:2px solid #ffffff80;
	}
	#cu-3 .fixed .cols:nth-child(2n),
	#cu-3 .fixed .cols:last-child {
		border-right:2px solid #F4F4F4;
	}
}
@media only screen and (max-width : 400px) {
	#cu-3 .fixed .cols {
		width:100%;
		margin:0 3% 20px 0;
		border-right:2px solid #F4F4F4;
	}
	#cu-3 .fixed .cols:nth-child(3n) {
		border-right:2px solid #F4F4F4;
	}
}
#cu-3 .fixed .cols .address {
	font-size:90%;
}
#cu-3 .fixed .cols .address h3 {
	color:#0A4167;
	font-weight:700;
	font-style:normal;
	font-size:115%;
}
#cu-3 .fixed .cols .address strong {
	font-weight:600;
}

/* ====================================== default page/post styles ============================= */

#default {
	padding:0;
	margin:0;
}
#default .fixed {
	max-width:960px;
	margin:0 auto;
	padding:260px 25px 200px;
	
}
@media(max-width: 1000px) {
	#default .fixed {
		padding:200px 25px 140px;
	}
}
#default .fixed h2 {
	font-family: 'Dinot', sans-serif;
	font-size:40px;
	font-weight:700;
	margin:0;
}
@media(max-width: 1000px) {
	#default .fixed h2 {
		font-size:30px;
	}
}



/* ====================================== ============================= */


.backto {
	text-align:left;
	font-size:12px;
	margin:50px 0 0 0;
}

.backto a {
	text-decoration:none;
	color:#bf1a88;
}

.backto a:hover {
	text-decoration:none;
	color: #1f1f5b;
}



/*----------------- DEFAULT PAGE  ----------- */

#pg-1 {
	position:relative;
	width:100vw;
	height:auto;
	background-color: #fff;
}

#pg-1 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
}

#pg-1 .mask img {
	width:100%;
	height:auto;
}

#pg-1 .fixed {
	position:relative;
	max-width: 1200px;
	padding:50px 50px;
	margin:0 auto;
}
@media only screen and (max-width : 750px) {
	#pg-1 .fixed {
		padding:40px 20px;
	}
}






/* ====================================== footer ============================= */

.footer {
	position:relative;
	width:100%;
	background-color:#094167;
	background-image: url("images/footer-bg.png");
	background-size:cover;
	background-position:center bottom;
	color:#fff;
	padding:0;
	font-size:18px;
}
@media(max-width: 1000px) {
	.footer {
		font-size:15px;
	}
}
.footer a svg {
	transition:all .3s;
}
.footer a:hover svg {
	fill: #ADCF3B;
}
.footer-in {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:40px 20px 20px; 
	overflow:hidden;
}
@media(max-width: 1000px) {
	.footer-in {
		padding:20px 20px 20px; 
	}
}
.footer-in .logo {
	position:relative;
	width:125px;
	margin:0 auto 60px;
}
@media(max-width: 1000px) {
	.footer-in .logo {
		position:relative;
		width:85px;
		margin:20px auto 30px;
	}
}
.footer-in .logo img {
	width:100%;
	height:auto;
}

.footer-in .columns {
	position:relative;
	display:flex;
	margin:20px auto 60px;
	justify-content:center;
	gap:70px;
}
@media(max-width: 1000px) {
	.footer-in .columns {
		margin:20px auto 30px;
		gap: 40px;
	}
}
@media(max-width: 750px) {
	.footer-in .columns {
		display:none;
	}
}
.footer-in .columns > div {
	white-space: nowrap;
}
.footer-in .columns > div h2 {
	font-style:normal;
	font-weight:700;
	color:#ADCF3B;
	margin:0 0 12px 0;
	font-size:20px;
}
@media(max-width: 1000px) {
	.footer-in .columns > div h2 {
		margin:0 0 8px 0;
		font-size:18px;
	}
}
@media(max-width: 900px) {
	.footer-in .columns > div h2 {
		font-size:15px;
	}
}
.footer-in .columns > div h2 a {
	color:#ADCF3B;
}
.footer-in .columns > div h2 a span {
	font-size:80%;
}
.footer-in .columns > div p {
	margin:6px 0;
}
@media(max-width: 1000px) {
	.footer-in .columns > div p {
		margin:0;
	}
}
.footer-in .columns > div p a {
	color:#fff;
	transition:all .3s;
}
@media(max-width: 900px) {
	.footer-in .columns > div p a {
		font-size: 13px;
	}
}
.footer-in .columns > div p a:hover {
	color:#ADCF3B;
}
.footer-in .terms {
	font-size:14px;
	text-align:center;
	margin:0 0 10px 0;
}
.footer-in .terms a {
	margin:0 7px;
	color:#ADCF3B;
	transition:all .3s;
}
.footer-in .terms a:hover {
	color:#00839F;
}
.footer-in .copyright {
	font-size:13px;
	text-align:center;
	margin:0;
	color:#fff;
}


#return-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 30px;
	height: 30px;
    z-index: 1000;
	overflow:hidden;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23ffffff' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}
#return-to-top:hover {
	cursor:pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23094167' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}






/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}
.exitpopupbg .inner {
	display: flex; 
	width:100%; 
	height:100vh;
	justify-content: center;
	align-items: center;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #094167;
	text-align:left;
}
#external_site.exitpopup {
	background-color: #094167;
}
	
.exitpopup p {
		text-align:left;
		font-size:18px;
}

.exitpopup a {
	margin:20px 10px 0 0;
	display:inline-block;
	padding:8px 15px;
	color:#fff;
	background-color: #ADCF3B;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}

/*----- exit site pop-up ------*/
/*----- search form ------*/
.searchForm {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: flex-end;
}
.searchForm .inputBox {
	position: relative;
}
.searchForm .inputBox .searchFormInput{
	width: 240px;
	padding: 10px 28px 6px 8px;
	font-size: 16px;
	box-sizing: border-box;
}
.searchForm .inputBox .inputClearButton {
	display: none;
	width: 24px;
	place-content: center;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
}

.searchForm .block {
	color: #fff;
	background-color: #094167;
	width: 100px;
	height: 40px;
	background-image: url(images/green-box-slide-cover.png);
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: top left;
	transition: all .3s;
}
.searchForm .block:hover {
	background-size: 250% auto;
}
.searchForm .block-in {
	padding: 0;
	color: #fff;
	height: 100%;
}
.searchForm .block:hover .searchFormButton {
	color: #094167;
}
.searchForm .searchFormButton{
	font-size: 16px;
	display: block;
	color: #ADCF3B;
	font-style: normal;
	font-weight: 700;
	transition: all .3s;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 100%;
	height: 100%;
}

/*----- exit searchForm ------*/

/* =Pagination
-------------------------------------------------------------- */
.paginationBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	position: relative;
}
.paginationBox li {
	list-style: none;
}
.paginationBox .paginationInfo {
	white-space: nowrap;
	margin-left: auto;
}
.paginationBox .pagination {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 0;
}


/*----- exit Pagination ------*/

/* =Privacy
-------------------------------------------------------------- */

.privacy-policy ol,
.privacy-policy ul {
	padding-inline-start: 20px;
}

.privacy-policy blockquote {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

/*----- exit Privacy ------*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
