@import url("../fonts/Lumios/stylesheet.css");
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Roboto, Helvetica, "sans-serif";
	font-size: 1rem;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: 100% 0 !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
a {
	color: #518416;
	text-decoration: none;
}
a:active {
	outline: 0;
}
a:hover {
	color: #489823;
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.1em;
	color: #252525;
	margin-bottom: 20px;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	color: #5cb053;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mrg-t10 {
	margin-top: 10px;
}
.mrg-t20 {
	margin-top: 20px;
}
.mrg-t30 {
	margin-top: 20px;
}
.mrg-b10 {
	margin-bottom: 10px;
}
.mrg-b20 {
	margin-bottom: 20px;
}
.mrg-b30 {
	margin-bottom: 30px;
}
.mrg-b40 {
	margin-bottom: 40px;
}
.mrg-b50 {
	margin-bottom: 50px;
}
.pdn-10 {
	padding: 10px 0;
}
.pdn-20 {
	padding: 20px 0;
}
.pdn-30 {
	padding: 30px 0;
}
.pdn-qu {
	padding: 0 0 10px 0;
}
#wrapper {
	font-size: 1.5em;
	margin: 10px auto;
	max-width: 1230px;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}
header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#headerslider .carousel {
	position: relative;
	width: 100%;
}
#headerslider .carousel-indicators {
	width: initial;
	margin-left: initial;
	left: initial;
	bottom: initial;
	position: absolute;
	top: 10px;
	right: 10px;
}
ol.carousel-indicators li {
	background: #728597;
	border: none;
}
ol.carousel-indicators li.active {
	background: #FA681E;
}
#headerslider .carousel-inner .item {
	width: 100%;
	height: 413px;
	background-position: 100% 100% !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-transition: 1000ms ease-in-out opacity;
	-moz-transition: 1000ms ease-in-out opacity;
	-ms-transition: 1000ms ease-in-out opacity;
	-o-transition: 1000ms ease-in-out opacity;
	transition: 1000ms ease-in-out opacity;
}
#headerslider .carousel-inner .sl1 {
	background-image: url(../slider/1.jpg);
}
#headerslider .carousel-inner .sl2 {
	background-image: url(../slider/2.jpg);
}
#headerslider .carousel-inner .sl3 {
	background-image: url(../slider/3.jpg);
}
#headerslider .carousel-inner .sl4 {
	background-image: url(../slider/4.jpg);
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 5px 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 36;
}
#cssmenu ul.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: center;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	background: #29740b;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #fcb900;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background: #29740b;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu ul.menu {
	display: inherit;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: inherit;
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #eee;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	background: #2D6B0B;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 17px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #53a14b;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
}
footer {
	color: #fff;
	background: #549c12;
}
.separator-f-color {
	background-color: #549c12;
	font: 0/0 a;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #eee;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
#headerslider .carousel-inner .item {
	height: 313px;
}
}

@media screen and (max-width: 960px) {
#headerslider .carousel-inner .item {
	height: 213px;
}
h1, h2, h3, h4, h5, h6  {
	font-size: 1.3em;
}

}

@media screen and (max-width: 480px) {
footer .pdn-10 {
	text-align: center;
}
}
a.img-gallery {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background-position: 100% 50% !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 480px) {
footer .pdn-10 {
	text-align: center;
}
}
#svg {
	width: 100%;
}


.section-color {
	background-color: #fcb900;
	padding: 10px 0;
	color: #FFF;
}
.section-color h5 {
	text-align: center;
}
.section-color h4 {
	text-align: center;
}
.separator-white {
	background-color: #FFF;
	font: 0/0 a;
}
.separator-color {
	background-color: #fcb900;
	font: 0/0 a;
}
.action {
	font-family: 'Lumios Marker';
	font-style: normal;
}

h5.action {
	font-size: 3.7em;
	font-weight:bold
}
.section-a-color {
	background-color: #29740b;
	padding: 10px 0;
	color: #FFF;
}
.section-a-color h4 {
	color: #FFF;
}

.separator-a-white {
	background-color: #FFF;
	font: 0/0 a;
}
.separator-a-color {
	background-color: #29740b;
	font: 0/0 a;
}
.gallery {
 --g: 6px;
	display: grid;
	aspect-ratio: 1;
	grid: auto-flow 1fr/repeat(3, 1fr);
	gap: var(--g);
}
.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0);
	cursor: pointer;
	transition: .5s
}
.gallery img:hover {
	filter: grayscale();
}
.gallery img:nth-child(2) {
	grid-area: 1/2/span 2/span 2;
	clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--g)/4) 100%, 0 calc(50% - var(--g)/4))
}
.gallery img:nth-child(3) {
	grid-area: 2/1/span 2/span 2;
	clip-path: polygon(0 0, calc(50% - var(--g)/4) 0, 100% calc(50% + var(--g)/4), 100% 100%, 0 100%);
}
.corner-box-5 {
	display: inline-block;
	border: 1px solid #7dc219;
	border-radius: 5px;
	padding: 10px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 992px) {
.corner-box-5 {
	display: block;
	height: auto;
	margin-bottom: 20px;
}
}
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.list4a {
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.list4a li {
	position: relative;
	padding: 0px 20px 20px 28px;
	margin-left: 40px;
	transition-duration: 0.3s;
}
.list4a li:before {
	border: 6px solid transparent;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: -30px;
	width: 42px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #29740b;
	counter-increment: li;
	content: counter(li);
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list4a li:hover:before {
	color: #29740b;
}
.list4a li:after {
	position: absolute;
	top: 0;
	left: -30px;
	width: 42px;
	height: 42px;
	border: 6px solid #29740b;
	border-radius: 50%;
	content: '';
	opacity: 0.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list4a li:hover:after {
	animation: 500ms ease-in-out 0s bounceIn;
	opacity: 1;
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
 20% {
 transform: scale3d(1.3, 1.3, 1.3);
}
 40% {
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 transform: scale3d(.97, .97, .97);
}
 to {
 opacity: 1;
 transform: scale3d(1, 1, 1);
}
}
.license-wr {
	display: flex;
	background-color: #eee;
	background-repeat: no-repeat;
	background-image: linear-gradient(352deg, transparent 45.2%, #bbb 45.5%, #bbb 45.6%, #ccc 45.8%, #eee 60%), linear-gradient(30deg, #ccc, #eee 90%);
	background-size: 100% 320px;
	background-position: 50% 100%;
	margin: 20px 0;
}
.license {
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto 0;
	min-height: 330px;
	position: relative;
}

@media (max-width: 767px) {
.license {
	transform: scale(0.7);
	top: 6px;
}
footer .col-md-6 {
	text-align: center;
}
}

@media (max-width: 500px) {
.license {
	transform: scale(0.4);
	top: 12px;
}
}
.license > div {
	width: 150px;
	position: absolute;
	left: calc(50% + 100px);
	bottom: 73px;
	z-index: 0;
	display: flex;
	justify-content: flex-end;
}
.license > div:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100px;
	top: 14px;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: linear-gradient(110deg, transparent 49%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.2) 65%), linear-gradient(30deg, transparent 46%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.25) 65%), radial-gradient(ellipse at 90% 100%, rgba(0,0,0,0.1) 10%, transparent 50%);
	transform: rotate(-8deg);
	pointer-events: none;
}
.license > div:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.3s;
	display: block;
	z-index: 3;
	background-image: linear-gradient(45deg, rgba(0,0,0,0.3), transparent 70%), linear-gradient(45deg, rgba(255,255,255,0) 60%, rgba(255,255,255,0.3) 80%);
	transform: perspective(200px) rotateY(1deg) rotateZ(-5deg) skewY(-2deg) skewX(-1deg) scaleX(var(--resize));
	pointer-events: none;
}
.license > div img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
	border-left: 2px solid;
	border-image: linear-gradient(105deg, transparent 0.5%, #bbb 0.7%) 1;
	box-shadow: 1px 2px 0 -1px #ccc;
	transform: perspective(200px) rotateY(1deg) rotateZ(-5deg) skewY(-2deg) skewX(-1deg) scaleX(var(--resize));
}
.license > div:nth-of-type(4) {
 --resize: 0.99;
	margin-left: -404px;
}
.license > div:nth-of-type(4):before {
	background-size: 100% 85%, 100% 15%, 100% 10%;
	background-position: 1px 0, 0 100%, -30px 83%;
}
.license > div:nth-of-type(3) {
 --resize: 0.96;
	margin-left: -153px;
	transform: scaleY(0.98) translate(-80px, -21px);
}
.license > div:nth-of-type(3):before {
	background-size: 100% 84%, 100% 16%, 100% 10%;
	background-position: 4px 0, 0 100%, -30px 81%;
}
.license > div:nth-of-type(2) {
 --resize: 0.925;
	margin-left: 100px;
	transform: scaleY(0.965) translate(-170px, -42px);
}
.license > div:nth-of-type(2):before {
	background-size: 100% 83%, 100% 17%, 100% 10%;
	background-position: 6px 0, 1px 100%, -30px 81%;
}
.license > div:nth-of-type(1) {
 --resize: 0.895;
	margin-left: 352px;
	transform: scaleY(0.94) translate(-266px, -62px);
}
.license > div:nth-of-type(1):before {
	background-size: 100% 82%, 100% 18%, 100% 10%;
	background-position: 8px 0, 1px 100%, -30px 80%;
}
.callback-bt {
	background: #29740b;
	border: 2px solid #29740b;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(220, 53, 69);
	cursor: pointer;
	height: 50px;
	width: 50px;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 15%;
	z-index: 999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: block;
}
.callback-bt .text-call span {
	color: #29740b;
	opacity: 0;
	position: absolute;
	left: 7%;
	top: 33%;
	transition: opacity .3s linear;
}
.callback-bt .text-call:hover span {
	opacity: 1;
	font-size: 11px;
}
.callback-bt:hover i {
	display: none;
}
.callback-bt:hover {
	z-index: 1;
	background: #fff;
	color: transparent;
	transition: .3s;
}
.callback-bt:hover i {
	color: #29740b;
	font-size: 40px;
	transition: .3s;
}
.callback-bt i {
	color: #fff;
	font-size: 28px;
	transition: .3s;
	line-height: 50px;
	transition: .5s ease-in-out;
}
.callback-bt i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes hoverWave {
 0% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8)
}
40% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 15px rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8)
}
80% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 30px rgba(70,183,65,0.3), 0 0 0 26.7px rgba(70, 183, 65, 0.3.067)
}
100% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 30px rgba(70,183,65,0.3), 0 0 0 40px rgba(56,163,253,0.0)
}
}
@keyframes hoverWave {
 0% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8)
}
40% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 15px rgba(70,183,65,0.8), 0 0 0 0 rgba(70,183,65,0.8)
}
80% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 30px rgba(70,183,65,0.3), 0 0 0 26.7px rgba(70, 183, 65, 0.3.067)
}
100% {
 box-shadow:0 8px 10px rgba(70,183,65,0.8), 0 0 0 30px rgba(70,183,65,0.3), 0 0 0 40px rgba(56,163,253,0.0)
}
}
/* animations icon */
@keyframes shake {
0% {
 transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 -webkit-transform: rotateZ(0deg);
}
10% {
 transform: rotateZ(-30deg);
 -ms-transform: rotateZ(-30deg);
 -webkit-transform: rotateZ(-30deg);
}
20% {
 transform: rotateZ(15deg);
 -ms-transform: rotateZ(15deg);
 -webkit-transform: rotateZ(15deg);
}
30% {
 transform: rotateZ(-10deg);
 -ms-transform: rotateZ(-10deg);
 -webkit-transform: rotateZ(-10deg);
}
40% {
 transform: rotateZ(7.5deg);
 -ms-transform: rotateZ(7.5deg);
 -webkit-transform: rotateZ(7.5deg);
}
50% {
 transform: rotateZ(-6deg);
 -ms-transform: rotateZ(-6deg);
 -webkit-transform: rotateZ(-6deg);
}
60% {
 transform: rotateZ(5deg);
 -ms-transform: rotateZ(5deg);
 -webkit-transform: rotateZ(5deg);
}
70% {
 transform: rotateZ(-4.28571deg);
 -ms-transform: rotateZ(-4.28571deg);
 -webkit-transform: rotateZ(-4.28571deg);
}
80% {
 transform: rotateZ(3.75deg);
 -ms-transform: rotateZ(3.75deg);
 -webkit-transform: rotateZ(3.75deg);
}
90% {
 transform: rotateZ(-3.33333deg);
 -ms-transform: rotateZ(-3.33333deg);
 -webkit-transform: rotateZ(-3.33333deg);
}
100% {
 transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 -webkit-transform: rotateZ(0deg);
}
}
 @-webkit-keyframes shake {
0% {
 transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 -webkit-transform: rotateZ(0deg);
}
10% {
 transform: rotateZ(-30deg);
 -ms-transform: rotateZ(-30deg);
 -webkit-transform: rotateZ(-30deg);
}
20% {
 transform: rotateZ(15deg);
 -ms-transform: rotateZ(15deg);
 -webkit-transform: rotateZ(15deg);
}
30% {
 transform: rotateZ(-10deg);
 -ms-transform: rotateZ(-10deg);
 -webkit-transform: rotateZ(-10deg);
}
40% {
 transform: rotateZ(7.5deg);
 -ms-transform: rotateZ(7.5deg);
 -webkit-transform: rotateZ(7.5deg);
}
50% {
 transform: rotateZ(-6deg);
 -ms-transform: rotateZ(-6deg);
 -webkit-transform: rotateZ(-6deg);
}
60% {
 transform: rotateZ(5deg);
 -ms-transform: rotateZ(5deg);
 -webkit-transform: rotateZ(5deg);
}
70% {
 transform: rotateZ(-4.28571deg);
 -ms-transform: rotateZ(-4.28571deg);
 -webkit-transform: rotateZ(-4.28571deg);
}
80% {
 transform: rotateZ(3.75deg);
 -ms-transform: rotateZ(3.75deg);
 -webkit-transform: rotateZ(3.75deg);
}
90% {
 transform: rotateZ(-3.33333deg);
 -ms-transform: rotateZ(-3.33333deg);
 -webkit-transform: rotateZ(-3.33333deg);
}
100% {
 transform: rotateZ(0deg);
 -ms-transform: rotateZ(0deg);
 -webkit-transform: rotateZ(0deg);
}
}
.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
	background-color: #ffffff;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f35b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #29740b;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1000;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f35b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2000;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #29740b;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slideshow {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideshow-item {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	animation: slideanim 40s infinite;
	pointer-events: none;
}
.slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
	animation-delay: 0;
}
.slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
	animation-delay: 10s;
}
.slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
	animation-delay: 20s;
}
.slideshow-item:nth-child(4), .slideshow-item:nth-child(4) img {
	animation-delay: 30s;
}
.slideshow-item img {
	width: 100%;
	height: 100%;	
	background-position: 100% 0 !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
 @keyframes slideanim {
 12.5% {
 opacity: 1;
 pointer-events: auto;
}
 25% {
 opacity: 1;
 pointer-events: auto;
}
 37.5% {
 opacity: 0;
}
}
@keyframes zoom {
 50% {
 transform: scale(1.3);
}
}

@media only screen and (max-width: 768px) {
.slideshow {
	height: 200px;
}
}
.list6b {
	padding: 0;
	list-style: none;
}
.list6b li {
	padding: 6px;
}
.list6b li:before {
	padding-right: 10px;
	font-weight: bold;
	color: #C0C0C0;
	content: "\2714";
	transition-duration: 0.5s;
}
.list6b li:hover:before {
	color: #337AB7;
	content: "\2714";
}
.iconblock-7 {
	margin-bottom: 20px;
	border: 1px solid #7dc219;
	width: 100%;
	padding: 12px;
	display: table;
}
.iconblock-7 .icon {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	padding: 12px 12px 0 0;
	text-align: center;
}
.iconblock-7 .icon i, .iconblock-7 .icon img {
	font-size: 32px;
	color: #7dc219;
	transition: all .4s;
	width: 32px;
	height: 32px;
}
.iconblock-7 .icon img {
	opacity: .6;
}
.iconblock-7:hover .icon i, .iconblock-7:hover .icon img {
	font-size: 48px;
	color: #29740b;
	transform: rotate(-360deg);
	width: 48px;
	height: 48px;
	opacity: 1;
}
.iconblock-7 h3 {
	transition: all 0.7s ease 0s;
	color: #29740b;
	font-size: 20px;
	margin: 10px 0;
}
.iconblock-7:hover h3 {
	color: #000;
}
.acor-container {
	margin: 20px 0;
}
.acor-container .acor-body {
	width: calc(100% - 40px);
	margin: 0 auto;
	height: 0;
	color: rgba(0, 0, 0, 0);
	background-color: #BFE2FF;
	line-height: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
	margin: 0 0 10px;
}
.acor-container label {
	cursor: pointer;
	background-color: #337AB7;
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #BFE2FF;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 100;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
	transition: color .35s;
}
.acor-container label:hover {
	color: #FFF;
}
.acor-container input {
	display: none;
}
.acor-container label:before {
	content: '\276F';
	float: right;
}
.acor-container input:checked + label {
	background-color: #285f8f;
	color: #FFF;
	box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
	transition: transform .35s;
	transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
	height: auto;
	margin-top: -5px;
	color: #000;
	padding: 20px 30px 10px;
}
.list2b {
	margin-bottom: 8px;
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.list2b li {
	position: relative;
	border: 2px solid #DDDDDD;
	background: #FAFAFA;
	padding: 16px 20px 16px 28px;
	margin: 12px 0 12px 40px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.list2b li:hover {
	background: #F0F5FB;
	border: 2px solid #ADCEE9;
}
.list2b li:before {
	line-height: 32px;
	position: absolute;
	top: 4px;
	left: -40px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #77AEDB;
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.list2b li:hover:before {
	width: 46px;
	background: #337AB7;
}
.list2b li:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	height: 0;
	width: 0;
	border: 16px solid transparent;
	border-left-color: #77AEDB;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}
.list2b li:hover:after {
	margin-left: 6px;
	border-left-color: #337AB7;
}
.list3a {
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.list3a li {
	position: relative;
	border-left: 4px solid #337AB7;
	padding: 16px 20px 16px 28px;
	margin: 12px 0 12px 80px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.list3a li:before {
	line-height: 32px;
	position: absolute;
	top: 10px;
	left: -80px;
	width: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #77AEDB;
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list3a li:hover:before {
	color: #337AB7;
}
.list3a li:after {
	position: absolute;
	top: 26px;
	left: -40px;
	width: 60px;
	height: 60px;
	border: 8px solid #3399FF;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list3a li:hover:after {
	opacity: 0.2;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.list2b {
	margin-bottom: 8px;
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.list2b li {
	position: relative;
	border: 2px solid #DDDDDD;
	background: #FAFAFA;
	padding: 16px 20px 16px 28px;
	margin: 12px 0 12px 40px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.list2b li:hover {
	background: #d4ff96;
	border: 2px solid #7dc219;
}
.list2b li:before {
	line-height: 32px;
	position: absolute;
	top: 4px;
	left: -40px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #549c12;
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.list2b li:hover:before {
	width: 46px;
	background: #29740b;
}
.list2b li:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	height: 0;
	width: 0;
	border: 16px solid transparent;
	border-left-color: #549c12;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}
.list2b li:hover:after {
	margin-left: 6px;
	border-left-color: #29740b;
}
