@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--bs-body-font-family: "Raleway", sans-serif;
	--bs-body-color: #706f6f;
	--bs-body-color-rgb: 112, 111, 111;
	--bs-primary-rgb: 74, 128, 51;
	--bs-info-rgb: 134, 188, 217;
	--bs-secondary-rgb: 112, 111, 111;
	--bs-secondary-bg-subtle: #706F6F;
	--bs-border-color: #d0d0d0;
	--bs-light-rgb: 235, 235, 235;
	--bs-dark-rgb: 57, 57, 57;
	--bs-success-text-emphasis: #4a8033;
	--bs-success-bg-subtle: #def3d5;
	--bs-success-border-subtle: #c0d8b6;
	--bs-danger-text-emphasis: #711D2C;
	--bs-danger-bg-subtle: #f1dade;
	--bs-danger-border-subtle: #d8bbc0;
	--c1: #4a8033;
	--c2: #706F6F;
	--c3: #86BCD9;
	--c4: #B2B2B2;

	--c5: rgb(74, 128, 51);
	--c6: rgb(112, 111, 111);
	--c7: rgb(134, 188, 217);
	--c8: rgb(178, 178, 178);
}

strong {
	font-weight: 600;
}
::selection {
	background: #393939;
	color: #fff;
}
html[data-bs-theme="grey"] {
	filter: grayscale(1) !important;
}
body {
	top: 0 !important;
}


/* ------ header ------ */
#header {
	transition:all 0.3s ease;
}
#header.scroll {
	box-shadow: 0 0 40px rgba(40,40,40,.15);
}
#logo {
	position: relative;
	top: -70px;
	width: 160px;
}
#logo2 {
	position: relative;
	width: 60px;
	z-index: 3;
}
.logoFooter {
	height: 64px;
}
@media (max-width:768px) {
	#logo { width: 100px }
	#logo2 { width: 60px }
}
@media (max-width:576px) {
	#logo { top: 0 }
	#logo2 { width: 45px }
}


/* ------ banner ------ */
.cbanner {
	padding-bottom: 6rem;
}
.mainImg {
	position: relative;
	z-index: 0;
}
.mainImg::after {
	box-shadow: 0 0 0 100px rgba(102, 175, 70, 0.1);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

	animation: growShrink3 2s infinite;
}
.mainImg2 {
	left: 7rem;
	position: absolute;
	top: -2.5rem;
}
.mainImg2 img {
	width: 370px;
}
@keyframes growShrink3 {
	0% { transform: scale(1) }
	50% { transform: scale(1.15) }
	100% { transform: scale(1) }
}
@media (max-width:1200px) {
	.mainImg2 { left: 4rem }
	.mainImg2 img { width: 320px }
}
@media (max-width:768px) {
	.cbanner { padding-bottom: 4rem }
	.mainImg::after {
		box-shadow: 0 0 0 50px rgba(102, 175, 70, 0.1);
	}
}
@media (max-width:576px) {
	.mainImg2 { left: -4rem }
}


/* ------ navBar ------ */
#offcanvasNavbar .nav-link {
	color: var(--c2);
	font-size: 1.6rem;
	font-weight: 700;
	padding: var(--bs-nav-link-padding-y) 1rem;
	position: relative;
}
#offcanvasNavbar .navbar-nav {
	--bs-nav-link-color: var(--bs-body-color);
}
#offcanvasNavbar .navbar-nav .nav-link:hover {
	opacity: .75;
}
#offcanvasNavbar .navbar-nav .nav-link.active {
	color: var(--c1);
}
.navbar-toggler {
	border: 1px solid rgba(255,255,255,.8);
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 .25rem #376424;
}

.menu2 .navbar-toggler {
	border: 1px solid rgba(74,128,51,.95);
}
.menu2 .navbar-toggler:focus {
	box-shadow: 0 0 0 .25rem #fff;
}
.navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874, 128, 51, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width:768px) {
	#offcanvasNavbar .nav-link {
		font-size: 1.4rem;
	}
}


/* ------ offcanvas ------ */
.offcanvas {
	background-color: rgba(255, 255, 255, .95);
	background-image: url(../img/menuBg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 90%;
	--bs-offcanvas-width: 50%;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0 0 80px rgba(40,40,40,.15);
}
.offcanvas.v2 {
	background-image: url(../img/menuBg2.png);
}
.offcanvas-backdrop {
	background-color: transparent;
}
@media (max-width:1400px) {
	.offcanvas { background-size: 80% }
}
@media (max-width:768px) {
	.offcanvas { width: 89% !important }
}


/* ------ btn ------ */
.btn {
	font-weight: 700;
	padding: .7rem 1.2rem;
	text-transform: uppercase;
}
.btn-primary {
	--bs-btn-bg: var(--c1);
	--bs-btn-border-color: var(--c1);
	--bs-btn-hover-bg: #706F6F;
	--bs-btn-hover-border-color: #706F6F;
	--bs-btn-active-bg: #706F6F;
	--bs-btn-active-border-color: #706F6F;
}
.btn-secondary {
	--bs-btn-bg: #706F6F;
	--bs-btn-border-color: #706F6F;
	--bs-btn-hover-bg: #5e5d5d;
	--bs-btn-hover-border-color: #5e5d5d;
	--bs-btn-active-bg: #5e5d5d;
	--bs-btn-active-border-color: #5e5d5d;
}
.btn-outline-primary {
	--bs-btn-color: var(--c1);
	--bs-btn-border-color: var(--c1);
	--bs-btn-hover-bg: var(--c1);
	--bs-btn-hover-border-color: var(--c1);
	--bs-btn-active-bg: var(--c1);
	--bs-btn-active-border-color: var(--c1);
	--bs-btn-disabled-color: var(--c1);
	--bs-btn-disabled-border-color: var(--c1);
	--bs-btn-hover-color: #fff;
}
.btn-outline-secondary {
	--bs-btn-color: var(--c2);
	--bs-btn-border-color: var(--c2);
	--bs-btn-hover-bg: var(--c2);
	--bs-btn-hover-border-color: var(--c2);
	--bs-btn-active-bg: var(--c2);
	--bs-btn-active-border-color: var(--c2);
	--bs-btn-disabled-color: var(--c2);
	--bs-btn-disabled-border-color: var(--c2);
}
.btn-dark {
	--bs-btn-bg: var(--c3);
	--bs-btn-border-color: var(--c3);
	--bs-btn-hover-bg: var(--c2);
	--bs-btn-hover-border-color: var(--c2);
}
.btn-light {
	--bs-btn-color: var(--c1);
	--bs-btn-hover-color: var(--c1);
	--bs-btn-hover-bg: var(--c3);
	--bs-btn-hover-border-color: var(--c3);
	--bs-btn-active-bg: var(--c3);
	--bs-btn-active-border-color: var(--c3);
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
}
.btn-outline-light {
	--bs-btn-hover-color: #706F6F;
	--bs-btn-active-color: #706F6F;
}
.btn-close:focus {
	box-shadow: 0 0 0 .25rem #d2e7f5;
}


/* ------ misc ------ */
.editText p:last-of-type {
	margin-bottom: 0;
}
.imgService {
	width: 110px;
}
.areaImg {
	width: 140px;
}
.fs-5b {
	font-size: 1.1rem;
}

.embed-container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
.embed-container.map {
	padding-bottom: 32%;
}

#novaq {
	width: 110px;
}

.link-primary:focus,
.link-primary:hover {
	color: #5f5f5f !important;
}
.link-light {
	color: #fff !important;
	text-decoration: none;
}
.link-light:hover {
	color: #f1d1a9 !important;
}
.link-light.v2:hover {
	color: #356c88 !important;
}

/* .siteBtn { height: 40px } */
.menuChange { background-color:rgba(255,255,255,.9) }
.borderImg {
	border: 28px solid #f1f1f1;
	margin-top: -6.5rem;
	position: relative;
}
.borderImg2 {
	border: 28px solid #fff;
	margin-top: -6.5rem;
	position: relative;
}

@media (max-width:1400px) {
	.display-5 {
		font-size: 2.5rem;
	}
	h1, .h1 {
		font-size: 2.2rem;
	}
	.fs-1 { font-size: 1.9rem !important }
	.fs-2 { font-size: 1.7rem !important }
	.fs-4 { font-size: 1.3rem !important }
	.fs-5 { font-size: 1.15rem !important }
	.borderImg,
	.borderImg2 { border-width: 16px; width: 320px }

	.borderImg,
	.borderImg2 { width: 280px }
}
@media (max-width:992px) {
	h1, .h1 {
		font-size: 1.8rem;
	}
	.fs-5b { font-size: 1.05rem }
	.borderImg { margin-top: 0 }
	.borderImg2 { border: 0; margin-top: 0 }
}
@media (max-width:576px) {
	.areaImg { width: 110px }
	.borderImg,
	.borderImg2 { width: 240px }
}


/* ------ btTop ------ */
.btTop {
	background-color: rgba(255, 255, 255, .8);
	border-radius: .375rem;
	box-shadow: 0 0 0 1px rgba(40,40,40,.5);
	border: none;
	bottom: 18px;
	display: none;
	font-size: 1rem;
	height: 36px;
	margin: 0;
	outline: none;
	padding: 0;
	position: fixed;
	right: 18px;
	text-align: center;
	transition:all 0.3s ease;
	width: 36px;
	z-index: 1040;
}
.btTop path {
	fill: var(--bs-body-color);
}
.btTop:hover path {
	fill: var(--c3);
}


/* ------ form ------ */
.form-label {
	color: var(--c1);
	font-size: .86rem;
	font-weight: 600;
	margin-bottom: .3rem;
	text-transform: uppercase;
}
.form-control {
	border: 2px solid #e0e0e0;
	border-radius: .5rem;
	font-size: 1.05rem;
	padding: .7rem 1.2rem;
}
.form-control:focus {
	border-color: var(--c1);
	box-shadow: none;
}


/* ------ main ------ */
#main {
	height: 100dvh;
}
.curve {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: -60px;
	top: 0;
	width: 192px;
	z-index: 1;
}
.curve svg {
	height: 1080px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.circle {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	height: 450px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	z-index: 10;
	animation: circleAnimation .8s forwards ease;
}
.circle svg {
	height: 300px;
	margin: auto;
	padding-bottom: 15px;
}

.masked-image {
	background-image: url(../img/bg2.jpg);
	background-position: center center;
	background-size: cover;
	mask-image: radial-gradient(#000 10%, transparent 61%);
	mask-position: center center;
	mask-repeat: no-repeat;
	animation: mask-move 1.5s cubic-bezier(.5,0,.5,1) infinite alternate;
	animation-fill-mode: both;

	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.btnIpsa,
.btnIndu {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 270px;
}
.btnIpsa { margin-left: -113px }
.btnIndu { margin-left: 113px }

@keyframes mask-move {
	0%, 30% {
	  mask-size: 160vmax 160vmax;
	}
	70%, 100% {
	  mask-size: 50vmax 50vmax;
	}
}
@keyframes circleAnimation {
	0% {
		transform: translate(-50%, -50%) scale(.3);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
@media (max-width:1400px) {
	.circle {
		height: 350px;
		width: 350px;
	}
	.circle svg { height: 240px }
	.curve { right: -47px }
	.curve svg { height: 850px }
	.btnIpsa { margin-left: -87px }
	.btnIndu { margin-left: 87px }
}
@media (max-width:992px) {
	.circle {
		height: 300px;
		width: 300px;
	}
	.circle svg { height: 200px }
	.btnIpsa,
	.btnIndu { width: 165px }
	.btnIpsa { margin-left: -76px }
	.btnIndu { margin-left: 76px }
}
@media (max-width:768px) {
	.masked-image {
		background-image: url(../img/bg2m.jpg);
	}
	.curve { display: none }
	.circle {
		height: 210px;
		width: 210px;
	}
	.circle svg { height: 150px }
	.btnIpsa,
	.btnIndu { width: 270px }
	.btnIpsa { margin-left: 0; margin-top: -53px }
	.btnIndu { margin-left: 0; margin-top: 53px }
}


/* ------ curves ------ */
.curve2 {
	bottom: -1px;
	height: 114px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.curve2 svg {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1920px;
}

.curve3 {
	height: 65px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -2dvh;
	width: 100%;
	z-index: 1;
}
.curve3 svg {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
}

.curve4 {
	bottom: -2dvh;
	height: 65px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.curve4 svg {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
}

.curve5 {
	bottom: -1px;
	height: 46px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.curve5 svg {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
}

.curve6 {
	height: 46px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: 3;
}
.curve6 svg {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
}

.curve7 {
	bottom: -1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.curve7 svg {
	display: block;
	width: 100%;
}

.leaf {
	top: -8dvw;
	left: -7%;
	position: absolute;
	z-index: 1;
}
.leaf svg {
	width: 35dvw;
}
.leaf2 {
	top: -11dvw;
	left: -4%;
	position: absolute;
	z-index: 1;
}
.leaf2 svg {
	width: 80dvw;
}

.cog {
	bottom: -8dvw;
	right: -18%;
	position: absolute;
	z-index: 1;
}
.cog svg {
	width: 39dvw;
}
.cog2 {
	top: -4dvw;
	left: -9%;
	position: absolute;
	z-index: 1;
}
.cog2 svg {
	transform: rotate(15deg);
	width: 90dvw;
}

@media (max-width:1400px) {
	.leaf { top: -10dvw }
}
@media (max-width:960px) {
	.curve2 { height: 57px }
	.curve2 svg { width: 960px }
	.curve3 { height: 32.5px; top: -1px }
	.curve3 svg { width: 960px }
	.curve4 { height: 32.5px; bottom: -1px }
	.curve4 svg { width: 960px }
}
@media (max-width:576px) {
	.leaf { top: -30dvw }
	.leaf svg { width: 70dvw }
	.leaf2 { left: -17%; top: -10dvw }
	.leaf2 svg { width: 120dvw }
	.cog {
		bottom: -64dvw;
		right: -78%;
	}
	.cog svg { width: 140dvw }
	.cog2 { left: -2% }
	.cog2 svg { width: 250dvw }
}

@media (max-width:480px) {
	.curve2 { bottom: 0; height: 28.5px }
	.curve2 svg { width: 480px }
	.curve3 { height: 16.25px; top: -1px }
	.curve3 svg { width: 480px }
	.curve4 { height: 16.25px; bottom: -1px }
	.curve4 svg { width: 480px }
}


/* ------ prlink ------ */
.prlink {
	text-decoration: none;
}
.prlink h2 {
	color: var(--bs-body-color);
	transition:all 0.3s ease;
}
.prlink:hover h2 {
	color: var(--c1);
}


/* ------ bannerMid ------ */
.bannerMid {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 6rem 6rem;
	margin: 0 .6rem;
	padding: 15rem 1rem;
	width: calc(100% - 1.2rem);
}
.textPad {
	padding-left: 12rem;
}
@media (max-width:1400px) {
	.bannerMid { padding: 12rem 1rem }
	.textPad { padding-left: 8rem }
}
@media (max-width:1200px) {
	.textPad { padding-left: 4rem }
}
@media (max-width:992px) {
	.bannerMid { border-radius: 0 0 3rem 3rem }
}
@media (max-width:768px) {
	.bannerMid { padding: 8rem 1rem }
	.textPad { padding-left: 2.4em }
}
@media (max-width:576px) {
	.bannerMid {
		background-position: center bottom;
		background-size: contain;
		padding: 4rem 1rem 6rem 1rem;
	}
	.textPad { padding-left: 2em; padding-right: 2em }
}


/* ------ area ------ */
.areaItem > div {
	border-right: 1px solid #ebebeb;
}
.areaItem > div:nth-child(3n+3) {
	border-right: none;
}
@media (max-width:992px) {
	.areaItem > div:nth-child(3n+3) { border-right: 1px solid #ebebeb }
	.areaItem > div:nth-child(2n+2) { border-right: none }
}
@media (max-width:576px) {
	.areaItem > div { border-right: none !important }
}


/* ------ productLink ------ */
.productLink a {
	display: block;
	text-decoration: none;
}
.productLink h2 {
	color: var(--bs-body-color);
	transition:all 0.3s ease;
}
.productLink a:hover h2 {
	color: var(--c3);
}
.productLink a img {
	transition:all 0.3s ease;
}
.productLink a:hover img {
	transform: scale(1.08);
}
.productLink > div {
	border-right: 1px solid #ebebeb;
}
.productLink > div:nth-child(3n+3) {
	border-right: none;
}
.indImg {
	width: 200px;
}
.indImg2 {
	width: 400px;
}
.indTitle {
	height: 58px;
}
.galleryImg {
	height: 190px;
}
.fancybox__container {
	--fancybox-bg: rgba(24, 24, 27, .75);
}
@media (max-width:1200px) {
	.indImg2 { width: 300px }
}
@media (max-width:992px) {
	.productLink > div:nth-child(3n+3) { border-right: 1px solid #ebebeb }
	.productLink > div:nth-child(2n+2) { border-right: none }
	.indImg2 { width: 230px }
}
@media (max-width:768px) {
	.indImg { width: 180px }
}
@media (max-width:576px) {
	.productLink > div { border-right: none !important }
	.galleryImg { height: 140px }
}


/* ------ footer ------ */
footer {
	border-radius: 5rem 9rem 0 0;
	width: calc(100% - 2rem) !important;
}
@media (max-width:992px) {
	footer {
		border-radius: 3rem 7rem 0 0;
	}
}
@media (max-width:768px) {
	footer {
		border-radius: 2rem 6rem 0 0;
		width: calc(100% - 1rem) !important;
	}
}


/* ------ industrial ------ */
.piImg {
	border-bottom: 6px solid var(--c3);
	display: block;
}
.piImg:hover {
	border-color: var(--c1);
}
.piImg img {
	height: 350px;
}
.piImg h3 {
	color: #fff;
}
.proTxt {
	background: linear-gradient(0deg, rgba(70,70,70,.9) 0%, rgba(70,70,70,0) 100%);
	bottom: 0;
	left: 0;
	padding: 4rem 1.5rem 2rem 1.5rem;
	position: absolute;
	width: 100%;
}
.piImg:hover .proTxt {
	background: linear-gradient(0deg, rgba(50,50,50,.95) 0%, rgba(50,50,50,0) 100%);
}
@media (max-width:768px) {
	.piImg img { height: 300px }
}


/* ------ mainText ------ */
.mainText strong {
	font-weight: 600;
}
.mainText p + h2,
.mainText ul + h2,
.mainText ol + h2 {
	margin-top: 2rem;
}
.mainText p + h3,
.mainText ul + h3,
.mainText ol + h3 {
	margin-top: 1.8rem;
}
.mainText .embed-container + h2 {
	margin-top: 2rem;
}
.mainText figure img {
  border-radius: 1rem;
  height: auto;
  width: 100%;
}
.mainText figcaption {
	color: var(--bs-secondary-color);
	font-size: .875em;
	font-style: italic;
	margin-top: .3rem;
}
.mainText ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainText ul li {
	padding: 5px 0 5px 30px;
	position: relative;
}
.mainText ul li::before {
	content: "\f178";
	color: var(--c1);
	font: var(--fa-font-solid);
	font-size: 1rem;
	left: 0;
	position: absolute;
	top: 10px;
}
.mainText a {
	color: var(--bs-body-color);
}
.mainText a:hover {
	color: var(--c1);
}
@media (max-width:768px) {
	.mainText .w-50 { width: 100% !important }
}


/* ------ accordion ------ */
.accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23706f6f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234a8033'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	background-color: #fff;
	color: var(--c1) !important;
}


/* ------ pagination ------ */
.page-link {
	color: var(--c2);
	font-variant-numeric: lining-nums;
	min-width: 36px !important;
}
.page-link:hover {
	color: var(--c1);
}
.active > .page-link,
.page-link.active {
	background-color: var(--c1);
	border-color: var(--c1);
	color: #fff;
	font-weight: 600;
	text-align: center;
}


/* ------ accessBtn ------ */
#accessBtn {
	color: var(--c2);
	box-shadow: 0 0 0 2px rgba(255, 255, 255,.9);
	border: none;
	font-size: 3rem;
	height: 48px;
	left: 14px;
	margin: 0;
	padding: 0;
	position: fixed;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	transition:all 0.3s ease;
	width: 48px;
	z-index: 100001;
}
#accessBtn:hover {
	color: var(--c3);
}
#optionsMenu {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(52,52,52,.2);
	left: -470px;
	position: fixed;
	top: 50%;
	transform: translateZ(0) translateY(-50%);
	transition:all 0.3s ease;
	width: 310px;
	z-index: 1000000;
}
#optionsMenu a.list-group-item:hover {
	color: #045f7a;
}
@media (max-width:1200px) {
	#accessBtn {
		bottom: 12px;
		top: initial;
		transform: initial;
	}
	#optionsMenu {
		bottom: 12px;
		top: initial;
		transform: initial;
	}
}


/* ------ list-group ------ */
.list-group-item {
	font-weight: 500;
}
.list-group-item.active {
	--bs-list-group-active-bg: #f3f3f3;
	--bs-list-group-active-color: var(--c3);
	--bs-list-group-active-border-color: #cccccc;
	font-weight: 700;
}


/* ----------- google -----------*/
iframe.skiptranslate {
	display: none !important;
}
#google_translate_element .goog-te-combo {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	font-size: 1rem;
	padding: .7rem 1rem;
	text-transform: capitalize;
	width: 100%;
}
.transBt {
	text-decoration: none;
}
.transBt:hover {
	text-decoration: underline;
}

#mceu_20-body
{
    background-color: red !important;
}
#mceu_15-body
{
    background-color: red !important;
}
#mceu_5-body
{
    background-color: red !important;
}
